*,

*:before,

*:after {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



body{

  font-family: "Segoe", sans-serif;

  font-size: 20px;

  font-weight: normal;

  font-style: normal;

  letter-spacing: 1;

  padding: 0;

  margin: 0;

}



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

  body{

    font-size: 18px;

  }

}



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

  body{

    font-size: 16px;

  }





}



.ws_container{

width: 90%;

max-width: 1330px;

margin: auto;
}



.ws_grid{

  position: relative;

  display: flex;

  -webkit-flex-direction: row;

      -ms-flex-direction: row;

          flex-direction: row;

  padding: 0 15px;

}



.ws_grid_center{

  -webkit-align-items: center;

          align-items: center;

}



.col_1_3{

  max-width: 25%;

  -webkit-flex: 0 0 25%;

      -ms-flex: 0 0 25%;

          flex: 0 0 25%;

  padding: 0 15px;

}



.col_1_4{

  max-width: 33.33%;

  -webkit-flex: 0 0 33.33%;

      -ms-flex: 0 0 33.33%;

          flex: 0 0 33.33%;

  padding: 0 15px;

}



.col_1_5 {

  -ms-flex: 0 0 41.666667%;

  flex: 0 0 41.666667%;

  max-width: 41.666667%;

}



.col_1_6{

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

  max-width: 50%;

}



.col_1_7 {

  -ms-flex: 0 0 58.333333%;

  flex: 0 0 58.333333%;

  max-width: 58.333333%;

}



.col_1_8{

  max-width: 66.67%;

  -webkit-flex: 0 0 66.67%;

      -ms-flex: 0 0 66.67%;

          flex: 0 0 66.67%;

  padding: 0 15px;

}





.ws_section_title{

  font-family: "Calisto", serif;

  font-weight: bold;

  font-size: 60px;

  margin-bottom: 15px;

  padding: 80px 0 20px;

}



.ws_bloc_btn{

  padding: 30px 0 50px;

}



.ws_btn{

  cursor: pointer;

  text-align: center;

  text-transform: uppercase;

  font-weight: bold;

  -webkit-border-radius: 50px;

          border-radius: 50px;

  text-decoration: none;

  padding: 10px 30px;

}



.ws_block_redirect:hover {

  transform: scale(1.03);

  transition-duration: 0.5s;

}



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

  .ws_section_title {

    font-size: 50px;

  }

}



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

  .ws_grid{

    position: relative;

    display: flex;

    -webkit-flex-direction: column;

        -ms-flex-direction: column;

            flex-direction: column;

  }



  .col_2_12 {

     max-width: 100%;

    -webkit-flex: 0 0 100%;

        -ms-flex: 0 0 100%;

            flex: 0 0 100%;

    padding: 0 50px;

  }



  .ws_section_title {

    font-size: 40px;

    padding: 25px 0 5px;

  }

}



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

  .ws_container {

    width: 95%;

  }



  .ws_section_title {

    font-size: 30px;

    padding: 25px 0 5px;

  }

}



/*------------------- MENU -------------------*/

.nav {

  position: relative;

  display: flex;

  -webkit-align-items: center;

          align-items: center;

  -webkit-justify-content: space-between;

          justify-content: space-between;

  background-color: #612201;

  height: 50px;

  width: 100%;

  padding: 2.5% 10%;

}



.nav > .nav-header{

  display: flex;

  align-self: self-start;

  margin-top: -45px;

  position: relative;

  z-index: 99;

}



.nav .nav-title img {

  height: 80%;

}



.nav > .nav-btn {

  display: none;

}



.nav > .nav-links {float: right;font-size: 18px;}



.nav > .nav-links > a {

  display: inline-block;

  padding: 13px 10px 13px 10px;

  text-decoration: none;

  color: #FEC38B;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: bold;

}



.nav > .nav-links > a:hover {

  color: #FFF;

}



.ws_home{

  padding: 10px 30px !important;

  color: #FFF !important;

  border: 1px solid #FFF;

  background-color: transparent;

  border-radius: 50px;

}



.ws_home:hover{

  color: #FEC38B !important;

  background-color: #FFF !important;

  border: 1px solid #FFF !important;

}



.nav > #nav-check {

  display: none;

}



.nav-social i {

  color: #FEC38B;

}

.nav-social a {

  margin:0 7px;

}



.nav-social {

  margin-left: 20px;

  display: inline-flex;

}



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

  .nav > .nav-header {

    margin-top: -35px;

    width: 25%;

  }



  .nav .nav-title img {

    height: 45%;

  }



  .nav > .nav-links > a {

    font-size: 14px;

  }

}



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

  .nav > .nav-header {

    margin-top: -35px;

    width: 25%;

  }



  .nav .nav-title img {

    height: 60%;

  }



  .nav > .nav-links > a {

    font-size: 16px;

  }

}



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

  .nav > .nav-links > a {

    font-size: 14px;

  }

}



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

  .nav > .nav-header {

    margin-top: -30px;

  }



  .nav .nav-title img {

    height: 50%;

  }



  .nav > .nav-links > a {

    font-size: 12px;

  }

}



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

  .nav > .nav-header {

    margin-top: -25px;

  }



  .nav .nav-title img {

    height: 40%;

  }



  .nav > .nav-links > a {

    font-size: 12px;

  }

}



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

  .nav .nav-title img {

      height: 35%;

  }



  .nav > .nav-links > a {

    font-size: 10px;

    padding: 0 2px;

  }

}



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

  .nav > .nav-header {

    margin-top: -10px;

  }



  .nav .nav-title img {

    height: 40%;

  }



  .nav > .nav-btn {

    display: inline-block;

    position: absolute;

    right: 0px;

    top: 0px;

  }



  .nav > .nav-btn > label {

    display: inline-block;

    width: 50px;

    height: 50px;

    padding: 13px;

  }



  .nav > .nav-btn > label:hover,

  .nav  #nav-check:checked ~ .nav-btn > label {

    background-color: rgba(0, 0, 0, 0.3);

  }



  .nav > .nav-btn > label > span {

    display: block;

    width: 25px;

    height: 10px;

    border-top: 2px solid #eee;

  }



  .nav > .nav-links {

    position: absolute;

    display: block;

    width: 100%;

    background-color: #9F4D00;

    height: 0px;

    transition: all 0.3s ease-in;

    overflow-y: hidden;

    top: 50px;

    left: 0px;

  }



  .nav > .nav-links > a {

    display: block;

    width: 100%;

    margin: 10px;

  }



  .nav > #nav-check:not(:checked) ~ .nav-links {

    height: 0px;

  }



  .nav > #nav-check:checked ~ .nav-links {

    height: calc(100vh - 50px);

    overflow-y: auto;

    padding: 5%;

  }



  .ws_nav_social{

    display: inline-block;

  }



  .ws_nav_social i{

    font-size: 50px;

  }

}



/*------------------- HEADER -------------------*/

.ws_head{

position: relative;

/* background-image: url("../img/header.png"); */

background-repeat: no-repeat;

background-position: center;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;

height: 45vh;

display: flex;

align-items: center;

justify-content: center;
}



/*------------------- ABOUT -------------------*/

.ws_about{

  position: relative;

  background-image: url("../img/fnd_about.png");

  background-repeat: no-repeat;

  background-position: center;

  -webkit-background-size: cover;

       -o-background-size: cover;

          background-size: cover;

}



.ws_about .ws_section_title{

  color: #612201;

  padding: 50px 0 0;

}



.ws_about .ws_btn{

  border: 1px solid #612201;

  background-color: #612201;

  color: #FEC38B;

}



.ws_about .ws_btn:hover{

  border: 1px solid #612201;

  background-color: #FEC38B;

  color: #612201;

}



.ws_about_image{

  position: absolute;

  bottom: 0;

}



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

  .ws_about_image {

    position: unset;

    padding: 0 0;

    width: 100%;

  }

}



/*------------------- PRESTATION -------------------*/

.ws_prestation{

  position: relative;

  background-image: url("../img/fnd_presta.png");

  background-repeat: no-repeat;

  background-position: center;

  -webkit-background-size: cover;

       -o-background-size: cover;

          background-size: cover;

}





.ws_prestation .ws_section_title{

  color: #FEC38B;

  text-transform: uppercase;

  text-align: center;

  opacity: 0.8;

}



.ws_bloc_prestation{

  background-color: #FFF;

  margin-bottom: 25px;

}



.ws_prestation_img img{

  width: 100%;

}



.ws_prestation_content{

  position: relative;

  padding: 45px;

}



.ws_prestation_title{

  font-weight: bold;

  color: #612201;

  margin-bottom: 20px;

}



.ws_prestation_btn{

  position: absolute;

  display: flex;

  width: 50px;

  height: 52px;

  top: -30px;

  right: 10px;

  -webkit-align-items: center;

          align-items: center;

  -webkit-justify-content: center;

          justify-content: center;

  background-color: #fff;

  -webkit-border-radius: 50%;

          border-radius: 50%;

}



.ws_prestation .ws_bloc_btn{

  text-align: center;

  padding: 20px 0 70px;

}



.ws_prestation .ws_btn{

  border: 1px solid #FEC38B;

  background-color: #FEC38B;

  color: #612201;

  opacity: 0.8;

}



.ws_prestation .ws_btn:hover{

  border: 1px solid #FEC38B;

  background-color: #612201;

  color: #FEC38B;

}



/*------------------- REALISATION -------------------*/

.ws_realisation {

  position: relative;

  background-image: url("../img/fnd_real.png");

  background-repeat: no-repeat;

  background-position: center;

  -webkit-background-size: cover;

       -o-background-size: cover;

          background-size: cover;

}



.ws_realisation .ws_container{

  width: 70%;

}



.ws_realisation .ws_section_title{

  color: #612201;

  text-transform: uppercase;

  text-align: center;

  opacity: 0.8;

}



.ws_realisation_item img{

  width: auto;

  height: 60%;

}



.ws_realisation .ws_bloc_btn{

  text-align: center;

  padding: 20px 0 70px;

}



.ws_realisation .ws_btn{

  border: 1px solid #612201;

  background-color: #612201;

  color: #FEC38B;

}



.ws_realisation .ws_btn:hover{

  border: 1px solid #612201;

  background-color: #FEC38B;

  color: #612201;

}



.ws_realisation .ws_realisation_content .slick-track {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.ws_realisation .ws_realisation_content .slick-track li {

  margin-left: 10px;

  margin-right: 10px;

  min-height: 200px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.ws_realisation .ws_realisation_content .slick-track .slick-active {

  transform: scale(1.5);

  min-height: 300px;

}



.ws_realisation .ws_realisation_content .slick-track li img {

  max-height: 200px;

  width: 100%;

  margin: auto;

}



.ws_realisation .slick-prev{

    left: 45px;

}



.ws_realisation .slick-next{

    right: 55px;

}



.slick-prev, .slick-next {

    top: 40%;

    z-index: 1;

}



.slick-prev img, .slick-next img{

  z-index: 999;

  position: relative;

}



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

  .ws_realisation .ws_realisation_content .slick-track li img {

    max-height: 140px;

  }



  .ws_realisation .ws_realisation_content .slick-track .slick-active {

    transform: scale(1.5);

    min-height: 200px;

  }

}





/*------------------- ACTUALITES -------------------*/

.ws_blog .ws_section_title{

  color: #FEC38B;

  text-transform: uppercase;

  text-align: center;

  opacity: 0.8;

}



.ws_blog{

  position: relative;

  background-image: url("../img/fnd_actu.png");

  background-repeat: no-repeat;

  background-position: center;

  -webkit-background-size: cover;

       -o-background-size: cover;

          background-size: cover;

}



.ws_bloc_blog{

  background-color: #FFF;

  margin-bottom: 25px;

}



.ws_blog_img img{

  width: 100%;

}



.ws_blog_content{

  position: relative;

  text-align: center;

  padding: 45px;

}



.ws_blog_title{

  font-weight: bold;

  color: #612201;

  margin-bottom: 20px;

  font-size: 30px;

}



.ws_blog_item_btn{

  padding: 40px 0 0;

}



.ws_blog_item_btn a{

  cursor: pointer;

  text-align: center;

  text-transform: uppercase;

  text-decoration: none;

  font-weight: bold;

  -webkit-border-radius: 50px;

          border-radius: 50px;

  padding: 10px 30px;

  border: 1px solid #612201;

  background-color: #612201;

  color: #FEC38B;

}



.ws_blog_item_btn a:hover{

  border: 1px solid #612201;

  background-color: #FEC38B;

  color: #612201;

}



.ws_blog .ws_bloc_btn{

  text-align: center;

  padding: 20px 0 70px;

}



.ws_blog .ws_btn{

  border: 1px solid #FEC38B;

  background-color: #FEC38B;

  color: #612201;

  opacity: 0.8;

}



.ws_blog .ws_btn:hover{

  border: 1px solid #FEC38B;

  background-color: #612201;

  color: #FEC38B;

}



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

  .ws_blog_item_btn a {

    font-size: 15px;

  }



}



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

  .ws_blog_item_btn a {

    font-size: 12px;

  }



  .ws_blog_content {

    padding: 30px;

  }



}



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

  .ws_blog_item_btn a {

    font-size: 11px;

  }

  .ws_blog_content {

    padding: 22px;

  }



}



/*------------------- CERTIFICATION -------------------*/

.ws_gp_certification{

  width: 80%;

  margin: auto;

}

.ws_certification .ws_section_title{

  color: #612201;

  text-transform: uppercase;

  text-align: center;

  opacity: 0.8;

}



.ws_certification_item {

  display: flex;

  -webkit-justify-content: center;

          justify-content: center;

}



.ws_bloc_certification{

  margin-bottom: 70px;

}



.ws_certification .ws_bloc_certification {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  width: 100%;

}

.ws_certification .ws_bloc_certification .slick-track {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}





.ws_certification .ws_bloc_certification .slick-track li {

  margin-left: 10px;

  margin-right: 10px;

  background-color: #FFFFFF;

  min-height: 169px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.ws_certification .ws_bloc_certification .slick-track li img {

  max-height: 169px;

  width: 100%;

  margin: auto;

}



.slick-prev:before, .slick-next:before {

    content: none;

}



/*------------------- FOOTER -------------------*/

footer{

  position: relative;

  background-image: url("../img/footer.png");

  background-repeat: no-repeat;

  background-position: center;

  -webkit-background-size: cover;

       -o-background-size: cover;

          background-size: cover;

}



.ws_footer{

  position: relative;

  padding-top: 50px;

}



.ws_scrollTop{

  position: absolute;

  top: 70px;

  right: 0;

}



.ws_footer_title{

  font-size: 18px;

  font-weight: bold;

  color: #FFF;

  text-transform: uppercase;

  margin-bottom: 20px;

  text-align: center;

}



.ws_footer_content{

  font-size: 14px;

  color: #FEC38B;

  opacity: 0.6;

  text-align: center;

}



.ws_footer_content ul{

  list-style-type: none;

}



.ws_footer_horaire{

  font-size: 24px;

  font-weight: bold;

  margin: 10px;

}



.ws_footer_content_link ul{

  list-style-type: none;

  text-align: center;

}



.ws_footer_content_link ul li a{

  text-decoration: none;

  font-size: 14px;

  color: #FEC38B;

  opacity: 0.6;

}





.ws_subfooter ul {

    list-style-type: none;

}

.ws_subfooter ul li {

    display: inline-block;

}

.ws_subfooter ul a {

  color: #FEC38B;

  text-decoration: none;

  font-size: 12px;

}



.ws_subfooter ul li:not(:first-child) a:before {

  content: ' - ';

}



.ws_subfooter {

  text-align: center;

  padding: 6px 0 30px 0;

  border-top: 1px solid #FEC38B;

  margin-top: 20px;

}



.ws_adress_info {

  text-align: center

}



.ws_adress_info ul {

  list-style-type: none;

  margin: -50px;

}



.ws_adress_info li {

  display: inline-block;

  color: #fff;

  opacity: 1;

  font-size: 22px;

  margin: 0 15px;

}



.ws_adress_info li.ws_adress{

  display: block;

}



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

  .ws_adress_info img {

    width: 80%;

    margin: auto;

  }



  .ws_adress_info ul {

    margin: -35px;

  }



  .ws_adress_info li {

    font-size: 18px;

  }



}



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

  .ws_adress_info ul {

    margin: -70px 0 0 0;

  }



  .ws_footer_title_link{

    margin-top: 40px;

  }

}



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

  .ws_adress_info ul {

    margin: -55px 0 0 0;

  }

}



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

  .ws_adress_info ul {

    margin: -35px 0 0 0;

  }

}



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

  .ws_adress_info img {

    width: 100%;

    margin: auto;

  }



  .ws_adress_info ul {

    margin: -35px 0 0 0;

  }



  .ws_adress_info li {

    font-size: 14px;

  }

}



/*------------------- ACCES DIRECT -------------------*/

.ws_acces_direct{

  display: none;

}



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

  .ws_acces_direct {

    z-index: 100;

    display: block;

    position: fixed;

    top: 50%;

    right: 0;

  }



  .ws_acces_direct .ws_element_acces {

    color: #FFFFFF;

    font-size: 23px;

    text-transform: uppercase;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    background-color: #000000;

    padding-top: 16px;

    padding-bottom: 16px;

    margin-top: 9px;

    cursor: pointer;

  }



  .ws_acces_direct .ws_element_acces .ws_icon_acces {

    padding-left: 20px;

  }



  .ws_acces_direct .ws_element_acces .ws_text_acces {

    max-width: 130px;

    margin-left: 20px;

    margin-right: 20px;

  }



  .ws_acces_direct .etre-rappele{

    background-color: #612201;

    color: #FEC38B;

  }



  .ws_acces_direct .etre-rappele:hover {

    background-color: #9F4D00;

  }



  .ws_acces_direct .demande-un-devis{

    background-color: #9F4D00;

    color: #FEC38B;

  }



  .ws_acces_direct .demande-un-devis:hover {

    background-color: #612201;

  }

}
@media(max-width: 768px){
  .ws_adress_info ul {
      display: flex;
      flex-direction: column;
      padding-top: 20px;
  }
  div#element-notreSociete {
    padding: 0;
      order: 2;
  }

  img.ws_about_image {
      position: relative !important;
      margin-top: -57px;
  }

  .col_1_5.col_2_12 {
      padding: 0;
  }

  div#element-notreSociete .ws_section_title {
      padding-top: 10px !important;
  }

  div#element-notreSociete {}

  .col_1_4.col_2_12 {
      padding: 0 !important;
  }

  .ws_realisation .ws_container {
      width: 90%;
  }
  .ws_footer {
      display: flex;
      flex-direction: column !important;
      justify-content: center;
      align-items: center;
  }

  .ws_scrollTop {
      position: relative;
      top: 10px;
  }
  .nav-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nav > .nav-links > a {
      font-size: 20px;
  }
  span#sociaux {
      display: flex;
      justify-content: center;
  }
}
