/* ******************** *
 *      CSS General     *
 * ******************** */
 /*Textes*/
 body {
  line-height: 1.5;
  font-weight:500;
  font-family: "Raleway", Arial, sans-serif;
 }

 strong { font-weight:700; }

 p { color:#787878; }
 .texteCentre{
  text-align:center;
  max-width:1000px;
  margin:0 auto;
  float: none;
 }
 a {
  color: #000;
  text-decoration: none;
 }

 a:hover,a:focus {
  color: #ca232d;
  text-decoration: underline;
 }


#primary {
  max-width:80%;
  padding:0 20px;
  margin:0 auto;
  min-height:400px;
}

#secondary { display: none; }

 /*Bannieres*/
 #ImageEnVedette img{
  width:100%;
  height:auto;
 }
 .fa-caret-down{
  position:relative;
 }
 .fa-caret-down:before{
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color:#ed212d;
  font-size: 40px;
 }



 /*Contenu*/
 .body{
  max-width:1200px; /*1400px*/
  margin:0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
 }

 .body:focus {
  outline: none;
 }
 .content {
  padding-bottom: 25px;
 }

 /*Specs*/
 #specs h2{
  color: #787878;
  font-size: 16px;
  font-weight: 300;
 }
 #specs h2 .gras{
  font-weight:700;
 }
 #specsInfos{
  margin-top:40px;
 }


 /*Les services*/
 .services{
  padding: 0 15px;
  text-align:center;
  position: relative;
  float: none;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 20px;
 }

.services-box {
    text-align: center;
}
 .services .carre_services{
  background-color: black;
  opacity: 0.8;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  transition: 0.5s opacity;
  z-index: 15;
 }
.services .carre_services *{
  color:white;
 }

 .services a.overlay-link {
      position: absolute;
      z-index: 30;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      font-size: 0;
  }

 .services a.overlay-link:hover + div {
      opacity: 0;
  }

.services .overlay-image, 
.services .overlay-image img {
    display: block;
    width: 100%;
    /* height: auto; */
}

.carre_services h2 {
    margin-top: 50px;
}

.carre_services p {
    padding: 0px 6% 50px;
    font-size: 17px;
    font-weight: 500;
}

.carre_services img {
    max-width: 100%;
    height: auto;
}
 .services .titresServices{
  font-size:20px !important;
 }


 /*Gallerie d'images*/

 #gallerieImages h2, #gallerieImages .h2{
  color:#131316;
  font-weight:900;
  font-size:27px;
  text-align:center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
 }
 #gallerieImages .img_gallery>a>img{
  height:auto;
  width: 100%;
  display: block;
 }
 .img_gallery {
  margin-bottom: 30px;
 }
 .img_gallery img{
  width:100%;
  height:auto;
 }
 #gallerieImages{
  background-color:#f4f4f4;
 }

 #gallerieImages .body{
  padding-top:50px;
  padding-bottom:80px;
 }

 #imagesSelecteurs img{
  height: auto;
  max-width: 100%;
 }
 div#links {
  overflow: hidden;
  padding-right: 15px;
 }
 #links>div {
  padding: 0;
  padding-left: 15px;
 }


 #imagesSelecteurs{
  margin-top:20px;
 }


 body .blueimp-gallery>.indicator>li {
  width: 40px;
  height: 40px;
  border-radius: 0;
  opacity: 0.3;
 }

 .blueimp-gallery>.indicator>li.active {
  border-color: #ce5252;
  opacity: 1;
 }

 .blueimp-gallery img {
  max-width: 85%!important;
 }


 
 .img_gallery>a>span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.87);
  z-index: 2;
  padding: 5px 20px;
  font-size: 20px;
 }

 .img_gallery>a {
  position: relative;
  z-index: 1;
  display: block;
 }
 
 /* *********** *
 *    Header    *
 * ************ */
 #masthead{
  padding:15px;
 }
 #masthead .header-image {
    padding: 0;
}

 /*Languages Switcher*/
 .language-switcher a{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #707070;
  text-decoration: none;
  padding:15px;
  padding-right:10px;
  padding-left:10px;
 }
 .language-switcher {display: inline-block;vertical-align: top;}
 
 
 
 
 
 /* ********************    *
 *    Footer    *
 * ******************** */
 
 #colophon{
  min-height:100px;
  background-color:#ed212d;
  color:white;
  padding: 15px;
  text-transform: uppercase;
 }
 
 #colophon a{
  color:white;
 }
 
  #infosFooter{
  background-color:#282828;
  padding-bottom: 35px;
  padding-top: 35px;
 }
 
  #infosFooter *{
  color:white;
  transition:0.3s color;
 }
 
  #copyrightSection{
  background-color:#f4f4f4;
  color:black !important;
 }
 #copyrightSection *{
  text-transform: uppercase;
  font-size: 13px;
}

#menu-footer ul > li{
  list-style-type: none;
  display:inline-table;
  font-size:17px;
  width:16%;
  font-weight:bold;
  text-transform: uppercase;
}
#menu-footer ul > li a:hover{
  text-decoration: none;
  color:#bdbdbd;
  transition:0.3s color;
}
#menu-footer ul > li > ul > li{
  list-style-type: none;
  display:block;
  width:80%;
  font-weight:normal;
}
#menu-footer ul > li > ul > li > a{
  list-style-type: none;
  display:inline-block;
  color:grey;
  transition:0.3s color;
}
#menu-footer ul > li > ul > li > a:hover{
  color:white;
  transition:0.3s color;
}
#menu-footer ul > li > ul{
  padding-left:0px;
}

#menu-footer .menu-new-menu-container{
  width:100%;
}

#menu-footer .sub-menu{
  margin-top:15px;
}


#menu-new-menu-1{
  margin-top:0px;
}


 /*icones*/
 footer i{
  font-size: 30px !important;
  padding:5px;
 }
 footer i:before{
 color:white !important;
  transition:0.3s color;
 }
 
 footer i:hover:before{
  color:#bdbdbd !important;
  transition:0.3s color;
 }
#icons{
    width: 119px;
    margin: 0 auto;
    margin-top: 30px;
}
 
.callToAction{
  width:615px;
  margin:0 auto;
}
@-moz-document url-prefix() {
  .callToAction{
    width:563px;
  }
  .callToAction * {
    display: -moz-box !important;
  }
}

.callToAction *{
  display:inline-block;
}

html[lang="en-US"] .callToAction h3 {
    font-size: 18px;
}
.callToAction a{
  margin-left: 20px;
}

.callToAction a:hover{
  text-decoration:none;
}

.callToAction .btn_Accueil:hover{
  background-color:white !important;
  color:black;
}

#btns_Video_Accueil{
  max-width:800px;
  margin:0 auto;
  margin-top: 0;
  overflow: hidden;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 110px;
  left: 0;
  right: 0;
  bottom: 8%;
}
.btn_Accueil{
    background-color:transparent;
    border:solid white 2px;
    border-radius:5px;
    padding:20px;
    padding-top:15px;
    padding-bottom:15px;
    color:white;
    font-weight:700;
    text-transform: uppercase;
    transition: background-color .2s, border .2s;
    margin:0 auto;
    display:block;
}
.btn_Accueil:hover:hover, .btn_Accueil:focus, .btn-active .btn_Accueil{
    background-color:#ed212d;
    border:solid #ed212d 2px;
    transition: background-color .2s, border .2s;
}
#btns_Video_Accueil a{
    text-decoration: none;
}
 


/* ******************** *
 *        Menu          *
 * ******************** */
.menu-new-menu-container, .menu-new-menu-en-container {
    display: inline-block;
    vertical-align: top;
}
 .menu-toggle, #site-header-menu{
  float:right;
 }

 .header-image img {
  max-width: 80px;
 }

 #site-navigation>div>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
 }

 #site-navigation>div>ul>li {
  float: left;
  position: relative;
  z-index: 5;
 }

 #site-navigation>div>ul li a, .language-switcher a {
  display: block;
  padding:15px;
  padding-right:10px;
  padding-left:10px;
  color: #707070;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
 }
 #site-navigation>div>ul li a:hover, .language-switcher a:hover, #site-navigation>div>ul li:hover>a, #site-navigation>div>ul li:focus>a {
  background-color: #dbdbdb;
 }
 .site-header-main {
  margin-top: 25px;
 }


 /* Sous Menu */
 #site-navigation>div>ul li:hover>ul, #site-navigation>div>ul li:focus>ul {
  display: block;
 }

 #site-navigation>div>ul li:hover>a, #site-navigation>div>ul li:focus>a {
  background-color: #dbdbdb;
 }

 #site-navigation>div>ul li>ul {
  position: absolute;
  width: 220px;
  z-index: 50;
  background: #fdfdfd;
  font-size: 18px;
  padding: 0;
  right: 0;
  top: 100%;
  opacity: 1;
  list-style: none;
  /* text-align: right; */
  box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.47);
 }

 #site-navigation>div>ul li>ul a {
  padding: 17px 20px;
 }



 /*A changer lorsqu'on va faire les menus*/
 #site-navigation>div>ul .sub-menu, #site-navigation>div>ul .dropdown-toggle, #menu-toggle {
  display:none;
 }



/* ******************** *
 *      Boutons         *
 * ******************** */
 
 #btn_Pdf_Specs{
  padding:20px;
  padding-left:25px;
  padding-right:25px;
  background-color:#f4f4f4;
  color:#787878;
  font-size:16px;
  font-weight:700;
  border:none;
  min-width: 200px;
  margin-bottom: 15px;
 }


.btn-emphase{
  padding:18px 20px;
  background-color:#f4f4f4;
  color:#787878;
  font-size:16px;
  font-weight:700;
  border:none;
  min-width: 200px;
  display: inline-block;
  margin:20px auto 15px;
 }

#contenuPage img {
    max-width: 100%;
    height: auto;
}



 /*Videos*/
 .video .yt-player{
 width: 370px !important;
    height: 223px !important;
 }


 /*Notre equipe*/
 .member-photo img{
  width: 100%;
  height: auto;
 }

 .gallerieEquipe{
  /* word-break: break-all; */
 } 

 /*----------------------------*/
 /*    RESPONSIVE DESIGN: ;    */
 /*----------------------------*/

 @media screen and (max-width: 1040px) {
  #site-navigation>div>ul li a, .language-switcher a{
    font-size:12px;
  }
  #site-navigation>div>ul li>ul{
    width:180px;
  }
 }

 @media screen and (max-width: 890px) {
  #site-navigation>div>ul li a, .language-switcher a{
    font-size:10px;
  }
  #site-navigation>div>ul li>ul{
    width:150px;
  }
 }

 @media screen and (max-width: 768px) {
 #masthead{
  padding-bottom:0;
  margin-bottom:-5px;
  width: 100%;
  overflow: hidden;
 }

  #site-navigation{
    height: 0px; /*Et devient 100% lorsque clique*/
    overflow: hidden;
    /*transition: height 2s;*/
  }
  .toggled-on #site-navigation{
    height: auto; /*Et devient 0px lorsque clique*/
    /*transition: height 2s;*/
  }
  #site-navigation>div>ul>li{
    float:none;
    width: 100%;
  }

#site-navigation>div>ul, .menu-new-menu-container, .menu-new-menu-en-container {
    width: 100%;
}
  #site-navigation>div>ul li a, .language-switcher a{
    font-size:15px;
    width: 100%;
  }

  #site-navigation .language-switcher{
    display: block;
  }

  .header-image{
    margin: 0 auto 0 0;
    width: 33%;
    min-width: 110px;
    float: none;
  }
  .header-image img{
    max-width:100%;
  }

  #site-header-menu{
    float:none;
  }
  .site-header-main{
    width:100%;
  }
  #site-navigatio#site-navigation>div>ul-container{
    width:100%;
  }

  /*Sous-menus*/
  #site-navigation>div>ul li> ul{
    display:block !important;
    position: relative;
    width: 100%;
    box-shadow: none;
    background: #f6f5f5;
    height: 0px; /*Et devient 100% lorsque clique*/
    overflow: hidden;
    /*transition: height 2s;*/
  }
  #site-navigation>div>ul li> ul.toggled-on{
    height: auto; /*Et devient 0px lorsque clique*/
    /*transition: height 2s;*/
  }


  /*Boutons dropdown*/
  #site-navigation>div>ul .sub-menu, #site-navigation>div>ul .dropdown-toggle, #menu-toggle{
    display:block !important;
  }
  #site-navigation>div>ul .dropdown-toggle{
    float:right;
    margin-top: -43px;
  }

  #menu-toggle{
    float: none;
    margin: 0 0 0 auto;
    width: 70px;
    display: block;
    background: none;
    border: none;
    margin-top: -110px;
    margin-bottom: 40px;
  }
  #menu-toggle:before{
    content: "\f03a";
    font-family: FontAwesome;
    font-size:40px;
  }

#menu-toggle.toggled-on:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 40px;
}
  #menu-toggle:focus, .dropdown-toggle:focus{
    outline:none;
  }
  .dropdown-toggle{
    width: 70px;
    display: block;
    background: none;
    border: none;
  }
  .dropdown-toggle:before{
    content: "\f078";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size:20px;
  }
  .screen-reader-text{
    display:none;
  }
 }


 /*Contenu des pages*/
 @media screen and (max-width: 1090px) {
  .content{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .textesModels{
    width: 100%;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
 }

 @media screen and (max-width: 768px) {
  .col-xs-4, .col-xs-6, .col-xs-8{
    float: none;
    width: 100%;
  }

  .services .carre_services {
    padding: 0 15px;
    position: static;
    transition: 0s opacity;
  }
.services { margin:10px auto; }
.services .carre_services h2 {
    margin: 30px 0 0 0!important;
}

.carre_services p {
    padding-bottom: 20px;
}

  .services .overlay-image, 
  .services .overlay-image img {
      height: auto;
  }
  .services:hover .carre_services { opacity:1!important; }
 }



 /*Boutons de la page d'accueil*/
 @media screen and (max-width: 768px) {
  .btnVideoEnLoop{
    padding-bottom: 18px;
    font-size: 16px;
  }

  .btnVideoEnLoop button {
    min-width: 220px;
  }
  #btns_Video_Accueil{
    margin-top:-250px !important;
  }
  .callToAction { width:100%; text-align:center; }

  #gallerieImages { text-align: center; }
  div.img_gallery { display: inline-block; float:none; }
 }


 /*Videos*/
 
 @media screen and (max-width: 1450px) {
  .gallerieVideos .video .yt-player{
    /*width: 400px !important;
    height: 243px !important;*/
   width: 300px !important;
    height: 181px !important;
  }
  .gallerieVideos .embed-container{
    /*width: 400px !important;
    margin:0 auto;*/
   width: 300px !important;
    margin:0 auto;
  }
 }
 @media screen and (max-width: 1320px) {
  .gallerieVideos .video .yt-player{
    /*width: 350px !important;
    height: 212px !important;*/
  width: 300px !important;
    height: 181px !important;
  }
  .gallerieVideos .embed-container{
    /*width: 350px !important;
    margin:0 auto;*/
   width: 300px !important;
    margin:0 auto;
  }
 }
 @media screen and (max-width: 1160px) {
  .gallerieVideos .video .yt-player{
    width: 300px !important;
    height: 181px !important;
  }
  .gallerieVideos .embed-container{
    width: 300px !important;
    margin:0 auto;
  }
 }
 @media screen and (max-width: 1000px) {
  .gallerieVideos .video .yt-player{
    width: 250px !important;
    height: 151px !important;
  }
  .gallerieVideos .embed-container{
    width: 250px !important;
    margin:0 auto;
  }
 }
 @media screen and (max-width: 850px) {
  .gallerieVideos .video .yt-player{
    width: 200px !important;
    height: 121px !important;
  }
  .gallerieVideos .embed-container{
    width: 200px !important;
    margin:0 auto;
  }
 }
 @media screen and (max-width: 768px) {
  .gallerieVideos .video .yt-player{
    width: 300px !important;
    height: 181px !important;
  }
  .gallerieVideos .embed-container{
    width: 300px !important;
    margin:0 auto;
  }
 .body li {
      text-align: left;
  }
 }
 
 @media screen and (max-width: 420px) {

 .img_gallery>a>span {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  padding: 5px 13px;
  font-size: 18px;
  display: block;
 }
 div.img_gallery { padding:0; }

 }


 @media screen and (max-width: 350px) {
  .gallerieVideos .video .yt-player{
    width: 250px !important;
    height: 151px !important;
  }
  .gallerieVideos .embed-container{
    width: 250px !important;
    margin:0 auto;
  }

 }

