/******************************************************************************************************************
                  GENERAL
******************************************************************************************************************/
/* Box-sizing reset: http://w3bits.com/?p=3225 */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body{
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Dosis', serif;
}
h1{
  font-size: 52px;
  font-weight: 600;
  color: #1f76bb;
  line-height: 65px;
  margin-top: 0px;
}
h2{
  margin-bottom: 35px;
}
.section-container{
  padding-top: 25px;
  padding-bottom: 25px;
}
.airtec-gradient-container{
  background: linear-gradient(to right, #28a2c6 , #1f76bb);
}
.btn-primary:focus, .btn-danger:focus{
  background-position: 0;  /* Résout problème d'affichage du bouton lors du clic */
}
.p404{
  display: block;
  min-height: 350px;
}
a{-webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.social-link:hover{
  opacity: 0.9;
}
/******************************************************************************************************************
                  TOOLS
******************************************************************************************************************/
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.img-center {margin:0 auto;}
.separateur{
  border-top: 1px solid #eee;
}
.grey{
  background-color: #f8f8f8;
}
.red{
  font-weight: normal;
  color: #de1e37;
}
.left-arrow{
  display: inline-block;
}
.pull-right {
  text-align: right;
}
.clickable-div{
  display: block;
}
.center-text{
  text-align: center;
}
#a-link{
  text-decoration: none;
}
.ombre-p{
  -webkit-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
  -moz-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
  box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
}
/******************************************************************************************************************
                  HEADER
******************************************************************************************************************/
.navbar-brand{
  padding: 15px;
}
.nav>li>a{
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-btn{
  margin-left: 18px;
}
#menu{
  padding: 0;
}
.breadcrumbs{
  height: 35;
  padding: 5px 0;
  margin: 0; 
  background-color: #f8f8f8;
}
.breadcrumbs ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li{
  display: inline-block;
}
.breadcrumbs ul li p:first-letter{
  text-transform: uppercase;
}

.breadcrumbs ul li>a, li>span{
  font-size: 11px;
  font-weight: 200;
  color: #999;
}
.breadcrumbs-separateur{
  margin: 0px 2px 0px 5px;
}
.navbar-collapse.collapse.in ul>li>p>a, .navbar-collapse.collapsing ul>li>p>a{  /* Permet au bouton boutique du menu d'être centré quand le menu collapse pour mobile  */
  float: none;
}

/******************************************************************************************************************
                  HOME
******************************************************************************************************************/
#homehead p{
  color: #2f2f2f;
  font-size: 1.1em;
}
#call-to-1{
  background-image: url('images/nos-produits-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 10px;
  height: 380px;
}
#call-to-2{
  background-image: url('images/vos-projets-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 10px;
  height: 380px;
}
a.call-to-action{
  width: inherit;
  text-decoration: none;
}
.call-to-action:hover > .overlay {
  opacity:0.9;
}
.call-to-action p{
  visibility: hidden;
  position: relative;
  top: 40%;
  color:#000;
  background-color: #ffffff;
  background-clip: content-box;
  line-height: 2.1em;
  padding: 0px 50px;
}
.call-to-action span{
  position: relative;
  top: 220px;
}
.overlay:hover > .cta-description{
  visibility: visible;
  text-decoration: none;
}
.call-to-action:hover > div > span{
  -webkit-transform: scale(0.93);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(0.93);  /* IE 9 */
  -o-transform: scale(0.93);
  -moz-transform: scale(0.93);
  transform: scale(0.93);
}
.btn-accueil{
  margin: 0px 15px 30px 15px;
}
.a-propos p{
  line-height: 3.2em;
}
.realisation{
  box-shadow: 3px 6px 20px #ededed;
}
.button-plus{
  cursor: pointer;
  color: white;
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  background: #c9c9c9;
  border-radius: 40px;
  transform: rotate(45deg);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
/*.button-plus:hover, .button-plus.expand{
  background: #9e9e9e;
}*/
.airtec-realisations:hover > .button-plus, .button-plus.expand{
  background: #9e9e9e;
}
.container-wrapper h3{
  margin-bottom: 25px;
}
.container-wrapper p{
  line-height: 2.4em;
}
.expand {
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 36px;
}
/******************************************************************************************************************
                  ARTICLE
******************************************************************************************************************/
blockquote{
  padding: 0px;
  font-size: 24px
}
.groupe-produit{
  display: flex;
  justify-content: center;
  align-items: center; 
}
.produit{
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-produit{
  font-size: 22px;
  margin-bottom: 25px;
}
.description-produit{
  text-align: justify;
  text-indent: 10px;
}
.btn-pdf{
  padding: 8px 40px;
  text-align: right;
}
.table-responsive{
  margin-bottom: 20px;
}
.tableau-produit{
  text-align: center;
  margin-bottom: 20px;
}
.tableau-produit thead th:not(:first-child){
  text-align: center;
}
.tableau-produit img{
  width: 140px;
  height: auto;
}
.product-name{
  font-size: 1.2em;
  text-align: left;
}
.showmore-sample{
  opacity: 0.3;
  background: linear-gradient(#e1e1e1, #fff);
}
.showmore-sample div{
  overflow: hidden;
  height: 40px;
}
.prec-suiv h3{
  min-height: 58px;
}
.retour{
  margin-bottom:25px;
}
.carousel-wrapper{
  padding: 0px 40px;
}
.carousel-control {
  padding-top:10%;
  width:5%;
}
.carousel-suggestion{
  position: relative;
  max-height: 460px; 
}
.carousel-suggestion img{
  max-width: 300px;
  height: auto;
  position:absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.slick-slide{
  -webkit-transform: scale(0.9);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(0.9);  /* IE 9 */
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.slick-prev{
  width: 100px;
  height: 100px;
  left: -90px;
}
.slick-prev:before{
  position: fixed;
  right: 0;
  top: 35px;
}
.slick-next{
  width: 100px;
  height: 100px;
  right: -90px;
}
.slick-next:before{
  position: fixed;
  left: 0;
  top: 35px;
}
.slick-dots{
  top: 470px;
}
/******************************************************************************************************************
                  QUI SOMMES NOUS
******************************************************************************************************************/
.qsn{
  text-align: justify;
  line-height: 2.3em;
}
/******************************************************************************************************************
                  MENTIONS LEGALES
******************************************************************************************************************/
.mentions-legales{
  text-align: justify;
}
/******************************************************************************************************************
                  CATALOGUE
******************************************************************************************************************/
.select{
  margin:20px 0;
}
.select > div{
  margin:10px 5px;
}
/* The Masonry Container */
.masonry {
  margin: 0 auto;
  column-gap: 0.5em;
}
/* The Masonry Brick */
.item {
  padding: 1em;
  display: inline-block;
  width: 100%;
}
/* Masonry on medium-sized screens */
@media only screen and (min-width: 992px){
  .masonry {
    column-count: 2;
  }
}
/* Masonry on small screens */
@media only screen and (max-width: 767px){
  .masonry {
    column-count: 1;
  }
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover{
  background-color: white;
}
.consulter{
  margin: 15px 0px 25px 0px;
}
.btn-tri{
  margin: 0px 4px;
}
.btn-tri.active{
  background: #fff;
  box-shadow: 1px 1px 3px 0 #ccc;
}
.produit-cat{
  padding: 10px;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
  -moz-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
  box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
  margin-top: 30px;
  margin-bottom: 10px;
}
.produit-cat:hover{
  -webkit-transform: scale(0.96);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(0.96);  /* IE 9 */
  -o-transform: scale(0.96);
  -moz-transform: scale(0.96);
  transform: scale(0.96);  /* Firefox 16+, IE 10+, Opera*/
  -webkit-transition: all .2s ease-in-out;  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transition: all .2s ease-in-out;  /* IE 9 */
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;  /* Firefox 16+, IE 10+, Opera*/  
}
.mobile-sep{
  margin-top:27px;
  margin-bottom: 0px;
}

.suggestion{
height: 100%;
-webkit-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
-moz-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
-webkit-transform: scale(0.9172);  
-ms-transform: scale(0.9172);  
-o-transform: scale(0.9172);
-moz-transform: scale(0.9172);
transform: scale(0.9172);  
}
.suggestion > h2{
  margin: 0 0 15px 0;
}

.carousel-suggestion a{
  height: 490px;
  padding: 15px;
  text-decoration: none;
}
.carousel-suggestion h3{
  margin: 0;
}
.carousel-suggestion h4{
  color: #28A2C6;
}



/******************************************************************************************************************
                  CATEGORIE
******************************************************************************************************************/
.famille-article{
margin-top: 10px;
height: 100%;
display: flex;
-webkit-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
-moz-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
-webkit-transform: scale(0.9172);  
-ms-transform: scale(0.9172);  
-o-transform: scale(0.9172);
-moz-transform: scale(0.9172);
transform: scale(0.9172);  /*0.9172*/
font-smoothing: antialiased !important;
}
.famille-article:first-child, .famille-article:nth-child(2){
  margin-top: 30px;
}
.famille-article > div:first-child{
  padding: 0 10px 0 0;
}
.famille-article > div:nth-child(2){
  padding-left: 0;
}
.categorie-info h2{
  font-size: 28px;
  margin: 20px 0px 16px 0px;
}
.categorie-info h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.categorie-info p{
  font-weight: bold;
}


/******************************************************************************************************************
                  CONTACT
******************************************************************************************************************/

.g-recaptcha{
  margin: 18px 0px;
}
#mail-status{
  margin-bottom: 15px;
}

/******************************************************************************************************************
                  FOOTER
******************************************************************************************************************/
.footer-icon{
  margin: 15px 15px 24px 15px;
}
.footer-contact > div > p{
  font-size: 16px;
}
#bottom-links{
  height: 80px;
  padding: 20px 0px;
}
#bottom-links .container{ 
  height: 40px;
  justify-content: center;
}
#bottom-links p{
  margin: 0;
  padding: 0;
}
#bottom-links p a{
  color: white;
}
.footer-container a{color:#555;font-size:16px}
.footer-container a:hover{color:#28A2C6;text-decoration:none;}
/******************************************************************************************************************
                  PAGE SINGLE
******************************************************************************************************************/
.cgv ul li {
  line-height: 36px;
}
.cgv h2{
  margin-bottom: 20px;
}

/******************************************************************************************************************
                  AUTRES PAGES
******************************************************************************************************************/
#nmcookie{
  min-width: 160px;
}


/******************************************************************************************************************
                      MEDIA QUERIES
******************************************************************************************************************/
@media (min-width: 1200px) {  /**/
  .famille-article > div {
    position: relative;
    height: auto;
  }
  .famille-article > div > p{
    position: absolute;
    bottom: 5px;
  }
  .famille-article > div > span{
    position: absolute;
    bottom: 18.5px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .famille-article:hover, .suggestion:hover{
/*    -webkit-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
    -moz-box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);
    box-shadow: 2px 2px 8px 2px rgba(189,189,189,0.38);*/
    -webkit-transform: scale(0.98);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(0.98);  /* IE 9 */
    -o-transform: scale(0.98);
    -moz-transform: scale(0.98);
    transform: scale(0.98);  /* Firefox 16+, IE 10+, Opera*/
    -webkit-transition: all .3s ease-in-out;  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transition: all .3s ease-in-out;  /* IE 9 */
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;  /* Firefox 16+, IE 10+, Opera*/  
  }
  .qsn {
    min-height: 330px;
    display: flex;
    align-items: center;
  }

}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parent-famille-article{
    display: table;
    /*width: 100%;*/
  }
}

@media (max-width: 991px) {
  .contact-sidebar ,.qsn p{
    text-align: center;
  }
  .g-recaptcha{
    display: inline-block;
  }
  a:focus, a:hover{
    text-decoration: none;
  }
  .famille-article .categorie-info{
    margin: auto 0;
    display: block;   
  } 
  #menu{
    padding: 0 10px;
  }
  .tableau-produit img{
  width: 110px;
  height: auto;
  }
  .qsn{
    margin: 35px 0px;
  }
  .qsn p{
    margin-top: 15px;
  }
}
@media (max-width: 605px) {
  #home-banner{
      height: 340px;
    } 

}
/******************************************************************************************************************
                     
******************************************************************************************************************/

