@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');

/********************/
/*  INITIALISATION  */
/********************/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  padding: 0;
  position: static;
}

.container, .container-fluid{
  padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
}

.row {
  margin:0px;
}

body{
  font-size: 14px;
}

html{
  overflow-x : hidden;
}

h1,h2,h3 {
  font-family: Oswald, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

p {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

a {
  font-family: 'Montserrat', sans-serif;
}

a:hover{
  text-decoration: none;
  color: inherit;
}

.navbar-inverse{
  background: none;
  border: none;
}

ul > li {
  list-style-type: none;
}


/******************/
/*     SLIDER     */
/******************/

.background-home{
  height: 100vh;
}

.slider-mini {
  position: relative;
}

.texte-slider {
  position: absolute;
  text-align: center;
  z-index: 200;
  top: 15vh;
  width: 100%;
  padding: 0px;
}

.texte-slider h1 {
  font-size: 50pt;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 900 !important;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 10%;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px #000;
}

.texte-slider h2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: #353535;
}

.texte-slider img {
  max-width: 40vh;
  display: inline-block;
  margin-bottom: 25px;
}

.texte-slider .separateur {
  width: 100px;
  height: 5px;
  display: inline-block;
}

.texte-slider .boutons {
  padding-top: 15px;
}

.texte-slider .boutons .items{
  border: 1px solid #d5c5b3;
  background-color: transparent;
  display: inline-block;
  padding: 15px;
  width: auto;
  margin: 15px;
  border-radius: 2px;
  text-decoration: none;
  color: #353535;
}

.texte-slider .boutons .items a{
  color: #353535;
}

.opacity-slider {
  background-color: rgba(251, 251, 251, 0.5);
  display: inline-block;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: absolute;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}

#slider .num .glyphicon-envelope {
    margin-right: 10px;
}

.bouton {
  padding: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
}

      @-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.center-it {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.caption {
  margin-top: 10px;
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 1px solid #fff;
  text-align: center;
}

.mouse:after {
  display: inline-block;
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}



/***********************/
/*     SLIDER BG      */
/*********************/

#sliderbg{
  display: flex;
  align-items: center;
}

#sliderbg2{
  display: flex;
  align-items: center;
}



/*************************/
/*     PRÃSENTATION     */
/***********************/

.pres{
  background-color: #fff;
  text-align: center;
  display: flex;
  padding: 60px;
}

#textes .pres{
  padding: 120px;
}

.pres-flex{
  margin: auto;
}

.pres h3{
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 15px;
  margin-top: 0px;
}

.pres .title{
  font-size: 45px;
  display: inline-block;
  border-width: 1px 0;
  border-style: solid;
  padding: 10px 15px 15px;
  margin: 0;
  margin-bottom: 20px;
  color: #1b2024;
}

.pres .fa-quote-left{
  font-size: 30px;
  color: #ccc;
  display: inline-block;
  margin-bottom: 20px;
}

.pres p{
  font-size: 15px;
  color: #777;
}

.pres span{
  font-size: 16px;
  font-family: Cinzel;
  text-transform: uppercase;
}

.embed-container{
  position: absolute;
  top:0; width:100%;
  padding-bottom: 56.25%;
  height: 100%;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-mini .opacity-slider {
  background-color: rgba(0,0,0,0.3);
  display: inline-block;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider-mini .texte-slider h2 {
  font-size: 38pt;
}


.slider-mini .texte-slider p {
  font-size: 16px;
  color: #FFF;
}

.texte-slider-dash {
  border: 1px dashed #fff;
  display: inline-block;
  padding: 30px;
  text-shadow: 0px 0px 0px #000;
}

/**************************/
/*     HOME SERVICES     */
/************************/

#home_services{
  display: flex;
  align-items: stretch;
}

#home_services .home_services_texte{
  position: relative;
}

#home_services .home_services_texte_top{
  display: flex;
}

#home_services .home_services_texte_top_left{
  display: flex;
  align-items: center;
  padding: 90px 60px;
  text-decoration: none;
}

#home_services .home_services_texte_top_left_content{
  width: 100%;
  text-align: center;
}

#home_services .home_services_texte_top_right{
  display: flex;
  align-items: center;
  padding: 90px 60px;
  text-decoration: none;
}

#home_services .home_services_texte_top_right_content{
  width: 100%;
  text-align: center;
}

#home_services .home_services_texte_bottom{
  display: flex;
}

#home_services .home_services_texte_bottom_left{
  display: flex;
  align-items: center;
  padding: 90px 60px;
  text-decoration: none;
}

#home_services .home_services_texte_bottom_left_content{
  width: 100%;
  text-align: center;
}

#home_services .home_services_texte_bottom_right{
  display: flex;
  align-items: center;
  padding: 90px 60px;
  text-decoration: none;
}

#home_services .home_services_texte_bottom_right_content{
  width: 100%;
  text-align: center;
}

#home_services .home_services_texte img{
  max-width: 45px;
  width: 100%;
}

#home_services .home_services_texte h4{
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
  font-weight: 300;
}

#home_services .home_services_texte p{
  font-size: 15px;
  color: #777;
}

#home_services .home_services_texte:hover {
  transition: 0.1s;
}

#home_services .home_services_texte:hover .social-icons {
  fill:#fff;
  transition: 0.1s;
}

#home_services .home-service-texte-bloc:hover p, 
#home_services .home-service-texte-bloc:hover h4 {
  color: #FFF;
  transition: 0.1s;
}

#home_services .home-service-texte-bloc:hover{
  transition: 0.1s;
}


.titres-section > .galerie-title{
  line-height: 1;
  font-size: 60px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #333;
}

.titres-section > .galerie-sous-title{
  font-size: 20px;
  display: inline-block;
  border: 1px solid #aaa;
  border-right: 0px;
  border-left: 0px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding: 5px 0;
}

/********************/
/*     GALERIE     */
/******************/

.galerie-home {
  background-color: #fff;
  text-align: center;
  padding:20px;
  padding-top: 70px;
  padding-bottom: 70px;
}

#contenu_fiche {
  margin-left: -15px;
  margin-right: -15px;
}

.alb,
.galerie {
  margin-top: 10px;
}

.photo_album {
  padding: 15px;
}

.grid {
  margin: 0px auto;
}

.galerie {
  padding-top: 50px;
  padding-bottom: 50px;
}

/************************/
/*     PARTENAIRES     */
/**********************/

.partenaires-home {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.partenaires-home .partenaire-mini{
  padding-left: 15px;
  padding-right: 15px;
}

.partenaires-home .partenaire-box{
  background: #fff;
  border: 0;
  border-radius: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.partenaires-home .item{
  padding: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  list-style-type: none;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partenaires-home img{
  align-items: center;
  max-width: 270px;
  width: 100%;
  padding: 15px;
  display: inline-block;
  opacity: 0.5;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden; 
}

.actualites-home .actualites-titres h2{
  font-family: Cinzel;
  font-style: italic;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #D1A054;
  font-size: 24px;
}

.actualites-home2 .actu {
  background-color: #f5f5f5;
}


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

.contact-home .map-container {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.contact-home .map-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  pointer-events: none;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden; 
}

.contact-home .map-container iframe.clicked{
  pointer-events: auto;
}

.contact-home .contact-accueil-formulaire{
  padding: 100px;
}

.contact-home .contact-accueil-formulaire p{
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}

.contact-home .contact-accueil-formulaire h3{
  font-size: 16px;
  display: inline-block;
  margin: 0;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
  text-transform: none;
}

.contact-home .contact-reseaux-sociaux{
  text-align: right;
  padding-top: 30px;
}

.contact-home .contact-reseaux-sociaux ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.contact-home .contact-reseaux-sociaux li{
  list-style-type: none !important;
  display: inline-block;
  text-align: center;
}

.contact-home .contact-reseaux-sociaux li a{
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}

.contact-home .contact-reseaux-sociaux li a:hover{
  background-color: #fff;
  color: #D1A054;
  transition: 0.5s;
}

.info-box {
  text-align: center;
}

.default-info-box .info-box .inner {
  position: relative;
  padding: 10px 0px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
}

.default-info-box .info-box .inner .icon {
  top: 0px;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  padding: 15px;
  line-height: 40px;
  color: #ffffff;
  font-size: 24px;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.coordonnees{
  padding: 30px;
}

.coordonnees .bord {
  height: 100%;
  padding: 30px;
}

.coordonnees_texte{
  margin-left: 0px;
  line-height: 25px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.envoyer {
  text-align: center;
  color: #fff;
}

.envoyer h4 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}

.envoyer h5 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.25em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.envoyer p {
  font-size: 17px;
  max-width: 800px;
  margin: 0 auto;
}

#contact{
  color: #fff;
}

.form_champs{
  padding: 10px;
}

#contact .formulaire input, #contact .formulaire textarea, #contact .formulaire button{
  width: 100%;
  border-radius: 0;
  padding: 10px;
  color: #000;
  border: 0px solid #ccc;
  font-size: 14px;
  font-weight: 300;
}

#contact .formulaire button{
  width: auto;
  display: inline-block;
  width: auto;
  padding: 15px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
  background-color: #000;
}

#contact .captcha{
  padding-right: 15px;
}

.candidature .bouton_form button {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 20px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  background-color: #fff;
}

.candidature .envoyer {
  margin-bottom: 20px;
}

.champs_t{
  display: none;
}

.bouton_form_content{
  text-align: left;
  padding: 10px;
}

#contact2 {
  background-color: #fff;
  color: #333;
}

#map{
  width:100%;
  height:350px;
}

.default-info-box .info-box .inner {
  position: relative;
  padding: 10px 0px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
}

.default-info-box .info-box .inner .icon {
  top: 0px;
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  padding: 25px;
  line-height: 40px;
  color: #ffffff;
  font-size: 24px;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.icon1{
  background-image: url('../img/fond1-inver.jpg');
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.icon2{
  background-image: url('../img/fond2-inver.jpg');
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.icon3{
  background-image: url('../img/fond3-inver.jpg');
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.contact-coordonnees h3{
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #aaa;
  border-right: 0px;
  border-left: 0px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 0;
}

/******************/
/*    BANNIERE    */
/******************/

#page_top{
  position: relative;
}

.banniere {
  text-align: center;
  color: #fff;
}

.banniere-opacity {
  background-color: rgba(0,0,0,0.5);
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 130px 3% 50px;
}

.banniere h1 {
  text-align: center;
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 80px;
  display: inline-block;
}

.banniere h2 {
  font-size: 20px;
  display: inline-block;
  border: 1px solid #aaa;
  border-right: 0px;
  border-left: 0px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding: 5px 0;
}

/*********************/
/*    ACTUALITÃS    */
/*******************/

.articles{
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.articles2{
  background-color: #FFF;
}

.article {
  padding: 20px;
}

.infos {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 16px;
}

.infos a{
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
}

.infos p{
  font-size: 15px;
  color: #777;
  letter-spacing: 0px;
}

.actu{
  padding:120px;
  text-align: center;
}

.actu h3{
  font-size: 35px;
  color: #222;
  text-decoration: none;
  margin-bottom: 20px;
}

.actu p{
  font-size: 15px;
  color: #777;
}

.actu .bouton{
  display: inline-block;
  margin-top: 20px;
}

.actu .bouton a{
  color: #FFF;
}

/*************************/
/*      MEDIA SCREEN     */
/*************************/


@media screen and (max-width: 1200px){

.contact-home .contact-accueil-formulaire{
  padding: 35px;
}

.bord{
  padding: 30px;
}

}

@media screen and (max-width: 992px){

.banniere-opacity {
  padding: 50px 3% 50px;
}

.affix {
  text-align: center;
  margin: 0px;
}

.navbar a img{
  width: 300px;
  float: none;
}

.contact-home .bord{
  padding: 35px;
}

.catalogue-produit,
.contact-home .contact-reseaux-sociaux,
.contact-home{
  text-align: center;
}

.contact-home .contact-reseaux-sociaux{
  padding-top: 15px;
  padding-bottom: 15px;
}

#textes .pres{
  padding: 50px;
}

#home_services .home_services_texte_bottom_right,
#home_services .home_services_texte_bottom_left,
#home_services .home_services_texte_top_right,
#home_services .home_services_texte_top_left{
  padding: 40px 30px;
}

.actu{
  padding:60px;
}

}

@media screen and (min-width: 992px){

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

}

@media screen and (max-width: 768px){

.texte-slider {
  top: 25%;
}


#home_services .home_services_texte_bottom_right,
#home_services .home_services_texte_bottom_left,
#home_services .home_services_texte_top_right,
#home_services .home_services_texte_top_left{
  padding: 20px 20px;
}

.actu{
  padding:35px;
}

.texte-slider span{
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.texte-slider h2 {
  font-size: 25pt;
}

.texte-slider .bouton a{
  font-size: 11px;
}

#textes .pres{
  padding: 35px;
}

.pres{
  padding: 35px;
}

.pres h3{
  font-size: 35px;
}

.pres p{
  font-size: 13px;
}

.embed-container{
  position: relative;
}

.banniere-opacity{
  padding: 20px 3% 20px;
}

.banniere h2{
font-size: 16px;
}

.contact-home .contact-reseaux-sociaux,
.contact-home{
  text-align: center;
}

.contact-home .contact-reseaux-sociaux{
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-home .contact-accueil-formulaire{
  padding: 35px;
}

.bouton_form_content{
  text-align: center;
}

.partenaires-home img{
  max-width: 90px;
}

.titres-section h2{
  font-size: 35px;
}

.liens{
  padding-top: 20px;
}

.contact-accueil-formulaire,
.actualites-home,
.partenaires-home,
.galerie-home{
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-home .contact-reseaux-sociaux,
.contact-home{
  text-align: center;
}

.contact-home .contact-reseaux-sociaux{
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-home .contact-accueil-formulaire{
  padding: 25px;
}

.bouton_form_content{
  text-align: center;
}

div.actualites-articles{
  padding: 35px;
}

}

.grid figure img{
  min-height: 0;
  width: 100%;
}





