.techniques-moulage {
    display: inline-block;
    text-align: center;
    margin: 20px;
    width: 200px;
    vertical-align: top;
}

.techniques-moulage img {
    max-width: 100px;
    margin-bottom: 5px;
    width: 100px;
    height: 100px;
}

.techniques-moulage a:hover{
	text-decoration: none;
}

.g-color-orange--hover:hover{
	color: #ED782E !important;
}

.navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.slide-photo{
    padding-top: 450px !important;
}


.g-msc-font{
  font-family: klavika;
}
.g-msc-font-bold{
  font-family: klavika-bold;
}

h1, h2{
	font-family: klavika-bold;
}


@media screen and (max-width: 470px) {
  .btn_home {
    margin-top: 15px!important;
  }

  .titre_home{
    font-size: 2.4rem!important;
  }
}


.logo-msc{
  font-family: klavika!important;

}


.logo-msc h1{
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 0;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}


.logo-msc h2{
    font-size: 43px;
    line-height: 43px;
    margin-top: -10px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}


.logo-msc span{
    margin-top: 50px;
    display: block;
    font-size: 35px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    line-height: 1;
}


h2.slogan{
    text-align: right;
    margin-top: 100px;
    line-height: 35px;
    font-size: 40px;
}

.navbar-brand h1, .logo-msc-norm h1{
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 5px
}

.navbar-brand h2, .logo-msc-norm h2{
    color: rgba(0, 0, 0, 0.7);
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 5px
}


.produit{
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 11px 0px rgba(80, 57, 58, 0.55);
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
    margin-top: 10px;
}

.produit:hover{
    box-shadow: 0px 10px 40px -2px rgba(80, 57, 58, 0.7);
    margin-top: 5px;
}

.produit{
    padding: 0 15px 15px 15px;
    margin-left: 0px;
    margin-right: 0px;
}

a.link-produit:hover{
  text-decoration: none;
}

.bg-img-home{
  background-image: url('../img/photos/bg-light-2.jpg');
  background-size: cover;
}

img.schema-technique{
    max-width: 90%;
    margin: 20px auto;
    display: block;
}

img.pieces-technique{
    max-width: 90%;
    margin: 0px auto 20px auto;
    display: block;
}

.space-home{
    padding: 0 50px;
}

@media screen and (max-width: 470px) {
  .space-home {
    padding: 0 0px;
  }

}

@media screen and (max-width: 991px) {
    .navbar-brand{
        zoom: 0.7;
        margin-left: 15px;
    }
}