/*
Kasadenn style
*/

/******************/
/*******VAR********/
/******************/
:root{
  --wh: #ffffff;
  --blk: #000000;
  --bordeau: #A45448;
  --vert-fonce: #355045;
  --beige: #D4C5B2;
  --beige-clair: #F1F4F1;
  --dore: #F6F2EE;
}


/******************/
/*******LIENS******/
/******************/
a:link {
  color: var(--bleu-1);
}
a:visited {
  color: var(--bleu-1);
}
a:active,
a:hover {
  color: var(--bleu-1);
}

/******************/
/******POLICES*****/
/******************/
/* font-face chillax */
@font-face {
  font-family: 'chillax';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('../fonts/Chillax-Regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Chillax-Regular.woff') format('woff'); /* Modern Browsers */
}
/* font-face Songti-sc */
@font-face {
  font-family: 'songti';
  font-style: normal;
  font-weight: 300;
  src: local(''),
  url('../fonts/STSong.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/STSong.woff') format('woff'); /* Modern Browsers */
}



/*global*/
body{
  font-family: 'songti';
  font-size: 19px;
  line-height: 19px;
  color: var(--bordeau);
}
h1, h2, h3, h4, h5, h6{
  display: block;
}

/******************/
/****STRUCTURE*****/
/******************/
.widzmain{
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}
.flex_bloc{
  display: flex;
  flex-wrap: wrap;
}
.flex_1{
  flex:1;
}
.background_cover{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.absolute_bloc{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bloc_title{
  font-family: 'songti';
  font-size: 80px;
  line-height: 162%;
  color: var(--beige);
}
.hentry_margin{
  margin-top: 50px;
  margin-bottom: 50px;
}
/******************/
/******HEADER******/
/******************/
#header{
  padding-top: 30px;
  padding-bottom: 12px;
  background-color: var(--bordeau);
}
#header > .flex_bloc{
  align-items: center;
}
#logo{
  position: relative;
  display: inline-block;
}
#logo img{
  position: relative;
  z-index: 2;
}
#logo a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#header_menus_area{
  flex: 1;
}
#header_nav > ul{
  display: flex;
  flex-wrap: wrap;
  column-gap:50px;
  justify-content: right;
}
#header_nav > ul > li{
  position: relative;
  z-index:3;
}
#header_nav > ul > li > a{
  display: block;
  font-family:'songti';
  font-size: 16px;
  text-transform: uppercase;
  text-decoration:none;
  color: var(--wh);
}
#header_nav > ul > li > ul{
  display: none;
  position: absolute;
  z-index:1;
  left:0;
  padding:40px 39px 32px 40px;
  background-color: var(--gris-2);
  border-radius: 10px;
}
#header_nav > ul > li.menu-item-has-children:hover > ul{
  display: block;
}
#header_nav > ul > li > ul > li.menu-item-has-children{
  padding-right:38px;
  background:url(../img/menu_children_item_picto.svg)no-repeat top 15px right;
  transition: background 0.2s;
}
#header_nav > ul > li > ul > li.menu-item-has-children:hover{
  background:url(../img/menu_children_item_picto_hover.svg)no-repeat top 15px right;
  transition: background 0.2s;
}
#header_nav > ul > li > ul > li > a{
  display: block;
  white-space:nowrap;
  line-height: 40px;
  text-decoration:none;
}

/******************/
/******FOOTER******/
/******************/
#contact{
  column-gap: 90px;
  padding: 56px 90px 38px;
  margin-top: 80px;
  background-color: var(--bordeau);
}
#contact .informations{
  max-width: 384px;
  color: var(--beige-clair);
}
#contact .informations .chapo .main_title{
  display: block;
  margin-bottom: 18px;
  font-family: 'chillax';
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}
#contact .informations .chapo{
  position: relative;
  padding-bottom: 28px;
  line-height: 29px;
}
#contact .informations .chapo:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 1px;
  background-color: var(--beige);
}
#contact .informations .insta a{
  display: block;
  padding-left: 44px;
  margin-top: 34px;
  background: url(../img/picto_insta.svg) no-repeat center left;
  line-height: 30px;
  text-decoration: none;
}
#contact .informations .logo_footer{
  margin-top: 18px;
}
#contact .informations .logo_footer p{
  font-family: 'chillax';
  font-size: 14px;
  line-height: 120%;
}
#contact .informations .logo_footer a{
  display: inline-block;
  margin-top: 11px;
}
#contact .bloc_formulaire{
  flex: 1;
  font-family: 'chillax';
}
#menu-pied-de-page{
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-bottom: 30px;
  color: var(--bordeau);
}
#menu-pied-de-page li a{
  font-family: 'chillax';
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}
#menu-pied-de-page li:not(:last-of-type) a:after{
  content: '_';
}
/*******************/
/******GRAVITY******/
/*******************/
.gform_submission_error{
  margin-bottom: 15px;
}
.validation_message{
  margin-top: 10px;
}
.gform_description{
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--beige-clair);
}
.gform_required_legend{
  margin-bottom: 15px;
}
.bloc_formulaire{
  color: var(--beige-clair);
}
#contact .bloc_formulaire .gform_fields{
  gap: 20px 30px;
}
.gfield_label{
  font-size: 17px;
  line-height: 26px;
  color: var(--beige-clair);
}
.gfield input,
.gfield textarea{
  padding-left: 15px;
  border: 1px solid var(--beige-clair);
  background-color: transparent;
  font-size: 16px;
  color: var(--beige-clair);
}
.gfield input{
  height: 46px;
}
.gfield textarea{
  max-height: 138px;
}
#contact .bloc_formulaire .gfield--type-consent{
  grid-column: span 10;
  padding-right: 60px;
}
.ginput_container_consent{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 9px;
}
.ginput_container_consent input{
  height: 17px;
  margin: 0;
  background-color: transparent;
  appearance: none;
}
.ginput_container_consent input:focus{
  background-color: var(--beige-clair);
}
.ginput_container_consent label{
  flex: 1;
  font-size: 11px;
  color: var(--beige-clair);
}
#contact .bloc_formulaire .gfield--type-submit{
  grid-column: span 2;
  text-align: right;
}
.gfield--type-submit button{
  padding: 0 0 16px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid var(--beige-clair);
  border-left: none;
  background: none;
  font-family: 'songti';
  font-size: 16px;
  letter-spacing: 1.6px;
  color: var(--beige-clair);
  text-transform: uppercase;
  transition: padding-bottom 0.4s ease;
}
.gfield--type-submit button:hover{
  padding-bottom: 6px;
  transition: padding-bottom 0.4s ease;
}
/*Hentry*/
.page_title{
  display: block;
  line-height: 53px;
  margin-bottom: 22px;
  font-size: 48px;
}
.page_title_chapo_sub{
  display: block;
  line-height: 28px;
  font-size: 25px;
  font-family: /**/;
}
.post_content{
  padding: 44px 0 76px;
}
.page_hentry h2,
.main_title{
  font-family:'spacegrotesk';
  font-weight:400;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 64px;
}
.page_hentry h3,
.third_title{
  margin-bottom: 36px;
  font-family:'spacegrotesk';
  font-weight:600;
  font-size: 22px;
  line-height: 26px;
  text-transform:uppercase;
}
.page_hentry h4{
  margin-bottom:15px;
  font-family:'spacegrotesk';
  font-weight:600;
  font-size: 18px;
  line-height: 23px;
}
.page_hentry p{
  line-height: 22px;
  margin-bottom: 35px;
}
.page_hentry ul{
  padding: 0;
  margin: 0 0 27px;
}
.page_hentry ul li{
  line-height: 22px;
  padding: 0 0 0 15px;
  margin: 0 0 15px;
  position: relative;
  z-index:1;
}
.page_hentry ol li{
  margin:0;
  line-height: 24px;
}
.page_hentry ul li:before{
  content: '-';
  width: 12px;
  height: 12px;
  position: absolute;
  z-index:1;
  top: 0;
}
.page_hentry ol li::before{
  content: counter(list-item) ".";
  padding-right:15px;
  font-weight:700;
  color: var(--jaune);
}
.page_hentry img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.page_hentry_btn a,
.link_hentry{
  position:relative;
  z-index:1;
  display:inline-block;
  padding-bottom:19px;
  font-family:'spacegrotesk';
  font-size:16px;
  line-height:17px;
  text-transform:uppercase;
  text-decoration:none;
}
.white.page_hentry_btn a{
  color: var(--wh);
}
.page_hentry_btn a::before,
.link_hentry::before{
  content:'';
  position:absolute;
  z-index:1;
  bottom:0;
  left:0;
  width:100%;
  height:1px;
  background-color:var(--bleu-1);
  transition:width 0.4s;
}
.white.page_hentry_btn a::before{
  background-color: var(--wh);
}
.page_hentry_btn a:hover:before,
.link_hentry:hover:before{
  width:26%;
  transition:width 0.4s;
}
.page_hentry_btn.secondary a{
  display: inline-block;
  padding:18px 40px;
  border: 1px solid var(--bleu-1);
  border-radius: 5px;
  text-transform:unset;
  transition:all 0.4s;
}
.white.page_hentry_btn.secondary a{
  border: 1px solid var(--wh);
}
.page_hentry_btn.secondary a:hover{
  background-color: var(--bleu-1);
  color: var(--wh);
  transition:all 0.4s;
}
.white.page_hentry_btn.secondary a:hover{
  background-color: var(--wh);
  color: var(--bleu-1);
}
.page_hentry_btn.secondary a::before{
  display: none;
}
.page_hentry .gallery{
  margin-top:50px !important;
  margin-bottom:50px !important;
}
.page_hentry .gallery dt{
  margin:0 6px;
}
.page_hentry .gallery img{
  border: none !important;
  border-radius:10px;
}
.page_hentry strong{
  font-family:'spacegrotesk';
  font-weight:600;
  font-size: 18px;
}
.page_hentry_ul{
  column-count:2;
}
.page_hentry_outline{
  margin-top:20px;
  margin-bottom:20px;
}
/*404*/
#page_404{
  display: flex;
  flex-wrap: wrap;
  padding: 94px 0 94px;
}
#page_404_ill_block{
  width: 36.5%;
  margin: 0 9.8% 0 0;
}
#page_404_ill_block object{
  width: 100%;
  max-width: 511px;
  height: auto;
  margin: auto;
}
#page_404_ill_main{
  flex: 1;
  padding-top: 53px;
}

/******************/
/*****HOMEPAGE*****/
/******************/
#homepage_baner{
  margin-bottom: 41px;
  background-color: var(--bordeau);
  color: var(--wh);
}

#homepage_baner > .dynamic-margin{
  margin-left: var(--dynamic-margin);
}
#homepage_baner_content{
  column-gap: 106px;
}
#homepage_baner_content h1{
  flex: 1;
  margin: auto;
  font-family: 'chillax';
  font-size: 45px;
  line-height: 122%;
}
#bloc_galery_image{
  position: relative;
  width: 858px;
  min-height: 659px;
  overflow: hidden;
}
#bloc_galery_image .swiper-wrapper{
  height: 100%;
}
#bloc_galery_image .thumb{
  background-image: var(--var-galery-image);
}
#bloc_galery_image .swiper_nav{
  position: absolute;
  bottom: 43px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
}
#bloc_galery_image .swiper-button-prev,
#bloc_galery_image .swiper-button-next{
  position: unset;
}
#bloc_galery_image .swiper-button-prev{
  width: 51px;
  height: 51px;
  background: url(../img/slider_prev_button.svg) no-repeat center;
}
#bloc_galery_image .swiper-button-next{
  width: 51px;
  height: 51px;
  background: url(../img/slider_next_button.svg) no-repeat center;
}
#bloc_galery_image .swiper-button-prev::after,
#bloc_galery_image .swiper-button-next::after{
  display: none;
}
/***********************/
/*****BLOC ELEGANCE*****/
/***********************/
#bloc_nouvelle_elegance_list{
  gap: 20px 15px;
  margin-top: 19px;
}
#bloc_nouvelle_elegance_list .single{
  width: calc((100% / 3) - 15px + (15px / 3));
}
#bloc_nouvelle_elegance_list .single .thumbs{
  position: relative;
  width: 100%;
  height: 425px;
}
#bloc_nouvelle_elegance_list .single .thumbs .main{
  background-image: var(--main-thumb);
  transition: opacity 0.4s ease;
}
#bloc_nouvelle_elegance_list .single:hover .thumbs .main{
  opacity: 0;
  transition: opacity 0.4s ease;
}
#bloc_nouvelle_elegance_list .single .thumbs .hover{
  opacity: 0;
  background-image: var(--hover-thumb);
  transition: opacity 0.4s ease;
}
#bloc_nouvelle_elegance_list .single:hover .thumbs .hover{
  opacity: 1;
  transition: opacity 0.4s ease;
}
#bloc_nouvelle_elegance_list .single .content{
  margin-top: 20px;
  text-align: center;
}
#bloc_nouvelle_elegance_list .single .content .title{
  margin-bottom: 15px;
  font-family: 'chillax';
  font-size: 18px;
  line-height: 36px;
}
#bloc_nouvelle_elegance_list .single .content .description{
  font-family: 'songti';
  font-size: 18px;
  line-height: 26px;
  color: var(--vert-fonce);
}
#manifeste{
  position: relative;
  padding-bottom: 150px;
  margin-top: 93px;
  margin-left: var(--dynamic-margin);
}
.bloc_manifeste_content_wrap{
  max-width: 918px;
  padding: 68px 91px 190px 103px;
  background-color: var(--vert-fonce);
  box-sizing: border-box;
  color: var(--wh);
}
.bloc_manifeste_content{
  position: relative;
  padding-bottom: 44px;
  font-size: 20px;
  line-height: 29px;
}
.bloc_manifeste_content:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 1px;
  background-color: var(--wh);
}
.bloc_manifeste_content .main_title{
  display: block;
  margin-bottom: 31px;
  font-family: 'chillax';
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
}
#manifeste .bloc_title{
  position: relative;
  max-width: 652px;
  padding-top: 67px;
  line-height: 112%;
}
#manifeste .bloc_title:before{
  content: '';
  position: absolute;
  top: -53px;
  left: 20px;
  width: 76px;
  height: 76px;
  background: url(../img/quote_picto.svg) no-repeat center;
}
.bloc_manifeste_content_wrap{
  padding-bottom: 130px;
}
.bloc_manifeste_img{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 767px;
  height: 765px;
  background-image: var(--manifeste-thumb);
}
#bloc_cases{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 694px;
  padding: 50px 0;
  margin-top: 140px;
  background-image: var(--cases-background);
  box-sizing: border-box;
}
.bloc_cases_list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 33px;
}
.bloc_cases_list .single{
  position: relative;
  width: calc((100% /2 ) - 33px + (33px /2 ));
  padding: 40px;
  background-color: var(--dore);
  box-sizing: border-box;
  color: var(--bordeau);
}
.bloc_cases_list .single:after{
  content: '';
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 43px;
  height: 1px;
  background-color: var(--bordeau);
}
.bloc_cases_list .single .content{
  padding-bottom: 30px;
}
.bloc_cases_list .single .content .title{
  margin-bottom: 2px;
  font-family: 'chillax';
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
}
.bloc_cases_list .single .content .description{
  font-weight: 300;
  font-size: 19px;
  line-height: 29px;
}
.bloc_cases_bloc_title.bloc_title{
  position: relative;
  max-width: 60%;
  padding-top: 65px;
  line-height: 90px;
}
.bloc_cases_bloc_title.bloc_title:before{
  content: '';
  position: absolute;
  top: -53px;
  left: 15px;
  width: 76px;
  height: 76px;
  background: url(../img/quote_picto.svg) no-repeat center;
}