*,

*: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;

}



.ws_content_title {

  font-size: 25px;

}



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

  body{

    font-size: 18px;

  }



  .ws_content_title {

    font-size: 22px;

  }

}



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

  body{

    font-size: 16px;

  }



  .ws_content_title {

    font-size: 18px;

  }



}



.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 {

  max-width: 41.666667%;

  -webkit-flex: 0 0 41.666667%;

      -ms-flex: 0 0 41.666667%;

          flex: 0 0 41.666667%;

}



.col_1_6{

  max-width: 50%;

   -ms-flex: 0 0 50%;

       flex: 0 0 50%;

}



.col_1_7 {

  max-width: 58.333333%;

   -ms-flex: 0 0 58.333333%;

       flex: 0 0 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: 40px 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: 500px) {

  .col_2_12 {

    padding: 0 20px;

  }

}



@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: linear-gradient(90deg, #FFFFFF, #FEF8E0);
  height: 50px;
  width: 100%;
  padding: 2.5% 10%;
  z-index: 200;
}



.nav > .nav-header{

  position: relative;

  z-index: 99;

}



.nav .nav-title {

  display: flex;

  -webkit-align-items: center;

          align-items: center;

  -webkit-justify-content: flex-start;

          justify-content: flex-start;

}



.nav .nav-title img {

  width: 65%;

}



.nav > .nav-btn {

  display: none;

}



.nav > .nav-links {

  display: inline;

  float: right;

  font-size: 18px;

}



.nav > .nav-links > a,

.nav > .nav-links > span {

  display: inline-block;

  padding: 20px 5px 12px 5px;

  text-decoration: none;

  color: #612201;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: bold;

}



.nav > .nav-links > span {

  border: 1px solid #fec38b;

  background-color: #fec38b;

  border-radius: 20px 20px 20px 20px;

  padding: 4px 15px 4px 15px;

}



.nav .ws_nav_social {

  font-style: 16px;

}



.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 {

    width: 25%;

  }



  .nav > .nav-links > span,

  .nav > .nav-links > a {

    font-size: 14px;

  }

}



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

  .nav > .nav-header {

    width: 25%;

  }



  .nav > .nav-links > span,

  .nav > .nav-links > a {

    font-size: 14px;

  }



  .ws_nav_social i {

    font-style: 16px;

  }

}



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

  .nav > .nav-links > a {

    font-size: 14px;

  }

}



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

  .nav > .nav-links > span,

  .nav > .nav-links > a {

    font-size: 12px;

  }

}



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

  .nav > .nav-links > a {

    font-size: 12px;

  }

}



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

  .nav > .nav-links > span,

  .nav > .nav-links > a {

    font-size: 9px;

    padding: 0 2px;

  }

}



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

  .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 > span,

  .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;

display: flex;

align-items: center;

justify-content: center;

height: 50vh;

max-height: 500px;
}



.ws_btn_play {

  position: absolute;

}



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

  .ws_head{

    height: 25vh;

    max-height: 300px;

  }

}



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

  .ws_head{

    height: 20vh;

    max-height: 150px;

  }



  .ws_btn_play {

    width: 10%;

  }

}



/*------------------- 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;

padding: 80px 0;
}



.ws_box_about {

  flex-direction: row-reverse;

}





.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: #612201;

  text-transform: uppercase;

  text-align: center;

}



.ws_bloc_prestation{

  margin-bottom: 25px;

}



.ws_prestation_img {

  position: relative;

}



.ws_prestation_img .ws_barre_oblic {

  position: absolute;

  width: 40%;

  top: -10%;

  left: -10%;

}



.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: 100%;

  height: 52px;

  -webkit-align-items: center;

          align-items: center;

}



.ws_prestation_btn hr {

    width: 60%;

    height: 4px;

    background-color: #612201;

    margin-left: 6px;

}



.ws_prestation .ws_bloc_btn{

  text-align: center;

  padding: 20px 0 70px;

}



.ws_prestation .ws_btn{

  border: 1px solid #612201;

  background-color: #612201;

  color: #FEC38B;

}



.ws_prestation .ws_btn:hover{

  border: 1px solid #612201;

  background-color: #FEC38B;

  color: #612201;

}



/*------------------- 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_section_title{

  color: #fff;

  text-transform: uppercase;

  text-align: center;

}



.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 li img {

  width: 100%;

  border: 2px solid #FEC38B;

}



.slick-initialized .slick-slide {

    display: block;

    margin: 0 10px;

    max-height: 220px;

}



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

  .ws_realisation .ws_realisation_content .slick-track li img {

    max-height: 340px;

  }



  .slick-initialized .slick-slide {

    display: block;

    margin: 0 10px;

    max-height: 345px;

  }



}





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

.ws_blog .ws_section_title{

  color: #612201;

  text-transform: uppercase;

  text-align: center;

}



.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: 20px 20px 35px;

}



.ws_blog_title{

  font-weight: bold;

  color: #612201;

  margin-bottom: 20px;

  font-size: 30px;

}



.ws_blog_item_btn{

  padding: 20px 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 #FEC38B;

  background-color:#FEC38B;

  color: #612201;

}



.ws_blog_item_btn a:hover{

  border: 1px solid #FEC38B;

  background-color: #612201;

  color: #FEC38B;

}



.ws_blog .ws_bloc_btn{

  text-align: center;

  padding: 20px 0 70px;

}



.ws_blog .ws_btn{

  border: 1px solid #612201;

  background-color: #612201;

  color: #FEC38B;

}



.ws_blog .ws_btn:hover{

  border: 1px solid #612201;

  background-color: #FEC38B;

  color: #612201;

}



@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_certification {

  position: relative;

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

  padding: 30px;

}



.ws_gp_certification{

margin: auto;
}

.ws_certification .ws_section_title{

  color: #612201;

  text-transform: uppercase;

  text-align: center;

}



.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;

}



.slick-prev.slick-arrow {

  left: -45px;

}



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

footer{

  position: relative;

}



img.ws_logo_footer {

  width: 100%;

}





.ws_footer{

  position: relative;

  padding-top: 30px;

}



.ws_scrollTop{

  position: absolute;

  top: 40px;

  right: 0;

}



.ws_footer_title{

  font-size: 18px;

  font-weight: bold;

  color: #c28851;

  text-transform: uppercase;

  margin-bottom: 4px;

  text-align: left;

}



.ws_footer_content{

  font-size: 20px;

  color: #612201;

  text-align: left;

}



.ws_footer_content ul{

  list-style-type: none;

}



.ws_footer_horaire{

  font-weight: bold;

}



.ws_footer_content ul{

  list-style-type: none;

}



.ws_footer_content ul li a{

  text-decoration: none;

  color: #612201;

}



.ws_subfooter ul {

    list-style-type: none;

}

.ws_subfooter ul li {

    display: inline-block;

}

.ws_subfooter ul a {

  color:  #612201;

  text-decoration: none;

  font-size: 12px;

}





.ws_adress_info {

  text-align: left;

}



.ws_adress_info ul {

  list-style-type: none;

}



.ws_adress_info li.ws_adress{

  display: block;

}



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

  content: ' - ';

}



.ws_subfooter {

  text-align: center;

  padding: 6px 0 30px 0;

  border-top: 1px solid #612201;

  margin-top: 20px;

}



@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: 25%;

    right: 0;

  }



  .ws_acces_direct .ws_element_acces {

    color: #FFFFFF;

    font-size: 16px;

    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: 85px;

    margin-left: 20px;

    margin-right: 20px;

  }



  .ws_acces_direct .etre-rappele{

    background-color: #612201;

    color: #FEC38B;

    border-radius: 50px 50px 0 50px;

    padding: 15px 10px;

  }



  .ws_acces_direct .etre-rappele:hover {

    background-color: #9F4D00;

  }



  .ws_acces_direct .demande-un-devis{

    background-color: #9F4D00;

    color: #FEC38B;

    border-radius: 50px 0 50px 50px;

    padding: 7px 10px;

  }



  .ws_acces_direct .demande-un-devis:hover {

    background-color: #612201;

  }

}



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

  .ws_acces_direct .ws_element_acces {

    font-size: 23px;

  }



  .ws_acces_direct .ws_element_acces .ws_text_acces {

      max-width: 130px;

      margin-left: 20px;

      margin-right: 20px;

  }

}
