/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ================================================== STYLES GENERAUX ================================================== */

:root {
  --orange: #FF8D00; /* Orange vif */
  --gris-fonce: #1C1C1C; /* Gris foncé / Presque noir */
  --noir: #000000; /* Noir */
  --blanc: #FFFFFF; /* Blanc pur */
  --beige: #FFF7EB; /* Beige clair */
}




.bouton-orange {
background-color: var(--orange);
padding: 12px 24px !important;
color: var(--blanc);
border: solid 2px var(--orange);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
border-radius: 50px;
}


.bouton-orange:hover {
background-color: transparent;
color: var(--blanc) !important;
}

p {
font-size: 18px;
font-weight: 300;
}

#wrapper #page-header .header-wrapper {
overflow: auto;
}

#wrapper .section-long-texte h3 {
color: var(--noir);
font-style: italic;
font-weight: 500;
}


.footer-scroll-top .scroll-top{
position: relative;
}

.footer-scroll-top .scroll-top .fa-angle-up{
display: none;
}

.footer-scroll-top .scroll-top::before {
content: "";
position: absolute;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/to-top-button-orange.svg);
right: 0;
bottom: 0;
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
z-index: 15;
}


/* ------------------------------- nav ---------------------------------------- */


#wrapper #masthead .menu-container {
border: none;
}

/* #wrapper header .menu-container #menu-principal > li > a {
font-size: 17px;
font-weight: 300;
} */

#wrapper #masthead .menu-container #menu-principal > li > a {
position: relative;
}

#wrapper #masthead .menu-container #menu-principal > li.active > a::before,
#wrapper #masthead .menu-container #menu-principal > li.current-menu-parent > a::before {
content: "";
display: block;
width: calc(100% - 25px);           
height: 2px;          
background-color: var(--orange);     
border-radius: 2px;   
z-index: 2;
position: absolute;
bottom: 0;
left: 0;
}




@media (max-width: 960px) {
  #wrapper #masthead .menu-container #menu-principal > .home-btn.active > a::before {
    bottom: -6px !important;
  }
}

/* ------------------------------- Samuel : Modifs menu ---------------------------------------- */

#wrapper .menu-shadows {
-webkit-box-shadow: none;
        box-shadow: none;
}



#wrapper::before {
content: "";
height: 200px;
width: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: -1;
background: var(--gris-fonce);
}
#wrapper .logo-container:not(.shrinked) #main-logo {
margin-bottom: -25px;
margin-top: -50px;
}
#wrapper .menu-header {
background-color: var(--gris-fonce);
}
#wrapper #masthead:not(.is_stuck) > .menu-container {
padding-bottom: 20px;
padding-top: 20px;
}

#wrapper .logo-container.shrinked {
padding-top: 8px;
padding-bottom: 8px;
}

/* - */

#wrapper #masthead .menu-container #menu-principal > li > a {
padding-left: 0;
padding-right: 25px;
}

#wrapper #masthead .home-btn .menu-icon {
margin: 0;
padding: 0px 3px;
}
#wrapper #masthead .home-btn span.home {
display: none;
}

/* - */

/* #wrapper #masthead:not(.is_stuck) .menu-container #menu-principal > li.active > a::before,
#wrapper #masthead:not(.is_stuck) .menu-container #menu-principal > li.current-menu-parent > a::before {
bottom: 20px;
}
#wrapper #masthead:not(.is_stuck) .menu-container #menu-principal > li > .drop-menu {
top: calc(100% - 20px) !important;
} */

/* - */

#wrapper #masthead .drop-menu a:hover, #wrapper #masthead .drop-menu a:focus {
background-color: var(--blanc) !important;
}
#wrapper #masthead li.active > a {
color: var(--blanc);
font-weight: 600;
}

/* - */

#wrapper #masthead .contact-btn {
background-color: var(--orange);
border-color: var(--orange);
border-radius: 5px;
padding: 12px 16px !important;
text-transform: uppercase;
font-size: 16px;
}
#wrapper #masthead .contact-btn:hover {
background-color: transparent;
}

/* - */

#wrapper .navbar-extra-icons > ul {
padding-left: 0;
}
#wrapper .navbar-extra-icons i {
color: orange;
}
#wrapper .navbar-extra-icons i:hover {
color: var(--blanc);
}

@media (max-width: 959px) {
#wrapper #menu-principal {
  padding-left: 50px;
  background-color: var(--gris-fonce);
}

#wrapper .main-menu-container {
  background-color: var(--gris-fonce);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#wrapper .main-menu-container.open-items {
  height: 100vh !important;
}

#wrapper .main-menu-container .menu-horizontal  #menu-principal li.menu-item {
  margin: 10px 0;
}

#wrapper .main-menu-container ul.menu-smart:not(.top-menu-enhanced-child) ul {
  background-color: transparent;
}

#wrapper #masthead .drop-menu a:hover, #wrapper #masthead .drop-menu a:focus {
  background-color: #333333 !important;
  margin-right: 50px;
}

#wrapper #masthead li.active > a {
  color: var(--orange) !important;
}

#wrapper .main-menu-container .menu-horizontal #menu-principal li.current-menu-parent > a {
  font-weight: 600;
}

/* menu ??? */

#wrapper #masthead > .menu-container {
  position: fixed;
  background-color: var(--gris-fonce);
}

#wrapper .main-menu-container .menu-horizontal #menu-principal .fa-angle-right {
  display: none;
}

}

@media (min-width: 960px) {
#wrapper #masthead .menu-container #menu-principal > li.active > a::before {
  /* bottom: 25px;   */
}
}


/* ------------------------------- Bandeaux orange ---------------------------------------- */

#wrapper #bandeaux-orange {
height: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper #bandeaux-orange .row-parent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

#wrapper #bandeaux-orange .content-bandeaux-orange {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
    justify-content: space-around;
}

#wrapper #bandeaux-orange .content-bandeaux-orange img { 
width: 50px;
}

#wrapper #bandeaux-orange .txt-bandeau-orange {
text-align: center;
font-family: 'Marydale';
}

#wrapper #bandeaux-orange .txt-bandeau-orange{
font-size: 40px;
color: #fff;
}

#wrapper #bandeaux-orange .content-bandeaux-orange {
max-width: 1000px;
margin: auto;
}


@media (max-width: 575.98px) {
#wrapper #bandeaux-orange {
  height: 40px;
}

#wrapper #bandeaux-orange .content-bandeaux-orange img { 
  width: 18px;
}

#wrapper #bandeaux-orange .txt-bandeau-orange{
  font-size: 18px;
}

#wrapper #bandeaux-orange .content-bandeaux-orange {
  max-width: 500px;
  margin: auto;
}


}

@media (min-width: 576px) and (max-width: 767.98px) {
#wrapper #bandeaux-orange {
  height: 50px;
}

#wrapper #bandeaux-orange .content-bandeaux-orange img { 
  width: 30px;
}

#wrapper #bandeaux-orange .txt-bandeau-orange{
  font-size: 24px;
}

#wrapper #bandeaux-orange .content-bandeaux-orange {
  max-width: 500px;
  margin: auto;
}


} 
@media (min-width: 768px) and (max-width: 991.98px) {
  #wrapper #bandeaux-orange {
    height: 50px;
  }

  #wrapper #bandeaux-orange .content-bandeaux-orange img { 
    width: 36px;
  }

  #wrapper #bandeaux-orange .txt-bandeau-orange{
    font-size: 24px;
  }

  #wrapper #bandeaux-orange .content-bandeaux-orange {
    max-width: 600px;
    margin: auto;
  }
}






@media (min-width: 992px) and (max-width: 1199.98px) {
#wrapper #bandeaux-orange {
  height: 60px;
}

#wrapper #bandeaux-orange .content-bandeaux-orange img { 
  width: 40px;
}

#wrapper #bandeaux-orange .txt-bandeau-orange{
  font-size: 28px;
}

#wrapper #bandeaux-orange .content-bandeaux-orange {
  max-width: 750px;
  margin: auto;
}

}


@media (min-width: 1200px) and (max-width: 1599.98px) {
/* #wrapper #bandeaux-orange {
  height: 70px;
} */

#wrapper #bandeaux-orange .content-bandeaux-orange img { 
  width: 44px;
}

/* #wrapper #bandeaux-orange .txt-bandeau-orange{
  font-size: 28px;
} */

#wrapper #bandeaux-orange .content-bandeaux-orange {
  max-width: 1000px;
  margin: auto;
}
}



/* ================================================== COMPLIANZ ================================================== */

#cmplz-cookies-overview .cmplz-service-header, #cmplz-cookies-overview .cookies-per-purpose div {
background: rgba(255,255,255,0.1) !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner::before {
content: '';
position: absolute;
background: #fff;
width: 100%;
height: 100%;
z-index: 1;
top: 0;
left: 0;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner::after {
content: '';
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
width: 100vw;
height: 100vh;
z-index: -1;
background: rgba(0,0,0,0.5);
overflow: hidden;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner > * {
z-index: 2;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn {
font-size: 12px;
letter-spacing: 0.05em;
}
#cmplz-document {
max-width: 100%;
margin: 50px auto 0px;
}

/* Ajout style btn Refus */

#cmplz-cookiebanner-container .cmplz-deny {
position: absolute;
top: -26px;
right: 0;
padding: 0;
height: auto;
background: transparent;
border: none;
color: #ccc;
display: inline-block;
width: auto;
font-weight: 300;
}
#cmplz-cookiebanner-container .cmplz-deny::after {
content: "";
width: 8px;
height: 8px;
display: inline-block;
border-top: 1px solid white;
border-right: 1px solid white;
position: relative;
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
margin-left: 5px;
top: 1px;
}

/* ================================================== HOMEPAGE ================================================== */


/* #wrapper #header-homepage {
padding-top: 100px;
} */

#wrapper #header-homepage .row-parent {
width: 100%;
max-width: 1800px;
}

#wrapper #header-homepage #content-header-homepage {
width: 90%;
margin: auto;
}

#wrapper #header-homepage #col-content-header-homepage {
width: 35%;
}


#wrapper #header-homepage #col-img-header-homepage {
width: 65%;
position: relative;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
background-color: var(--gris-fonce);
}

#wrapper #header-homepage #col-img-header-homepage .uncell {
vertical-align: bottom;
}

#wrapper #header-homepage #col-img-header-homepage .uncol {
height: 100%;
}

#wrapper #header-homepage #col-img-header-homepage img {
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
mix-blend-mode: lighten;
}

#wrapper #header-homepage #col-content-header-homepage h1 {
font-size: 60px;
font-weight: 900;
color: var(--blanc);
}

#wrapper #header-homepage #col-content-header-homepage .h1-orange-homepage {
color: var(--orange);
}



#wrapper #header-homepage #col-content-header-homepage h3 {
font-size: 40px;
font-weight: 600;
margin: 50px 0;
display: inline-block;
}

#wrapper #header-homepage #col-content-header-homepage h3 span {
display: inline-block;
}


#wrapper #header-homepage #col-content-header-homepage h3::before {
content: ""; 
position: absolute;
top: -10px;
left: -45px;
width: 65px; 
height: 40px; 
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://www.foueestif.fr/wp-content/uploads/2024/10/guillemet-orange.svg');
z-index: 1;
-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
        transform: rotate(5deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper #header-homepage #col-content-header-homepage h3::after {
content: ""; 
position: absolute;
bottom: -35px;
right: 60px;
width: 50%; 
height: 30px; 
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://www.foueestif.fr/wp-content/uploads/2024/10/2-traits-underline-orangeFichier-14.svg');
z-index: 0;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}


#wrapper #header-homepage #col-content-header-homepage #h3-header-homepage {
margin: 50px 0;
position: relative;
}

/* ================================================== FLECHES PHOTO HEADER HOMEPAGE ================================================== */


#wrapper #header-homepage .txt-fleches-header-homepage {
position: absolute;
max-width: 330px;
z-index: 10;

}


#wrapper #header-homepage .txt-fleches-header-homepage p {
color: var(--blanc);
font-size: 32px;
font-family: 'Marydale';
line-height: 45px;

position: relative;
}

#wrapper #header-homepage .txt-1-fleches-header-homepage {
top: 60px;
left: -80px;

}

#wrapper #header-homepage .txt-1-fleches-header-homepage p{
text-align: right;
-webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
}

#wrapper #header-homepage .txt-1-fleches-header-homepage p::after{
content: ""; 
position: absolute;
z-index: 10;
top: 80px;
left: 60%;
width: 150px; 
height: 200px; 
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://www.foueestif.fr/wp-content/uploads/2024/10/fleche-texte-header-1.svg');
-webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
        transform: rotate(-80deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}


#wrapper #header-homepage .txt-2-fleches-header-homepage {
top: -20px;
right: -5%;
-webkit-transform: scale(2deg);
    -ms-transform: scale(2deg);
        transform: scale(2deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;

}

#wrapper #header-homepage .txt-2-fleches-header-homepage p{
text-shadow: -2px 2px 8px rgba(0, 0, 0, 0.75);

}


#wrapper #header-homepage .txt-2-fleches-header-homepage p::after{
content: ""; 
position: absolute;
z-index: 10;
top: 100px;
right: 105%;
width: 150px; 
height: 200px; 
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://www.foueestif.fr/wp-content/uploads/2024/10/fleche-texte-header-2.svg');
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
/* transform: rotate(-80deg); */

}


#wrapper #header-homepage .txt-3-fleches-header-homepage {
top: 50%;
right: -5%;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;

}

#wrapper #header-homepage .txt-3-fleches-header-homepage p{
text-align: right;
text-shadow: -2px 2px 8px rgba(0, 0, 0, 0.75);
}


#wrapper #header-homepage .txt-3-fleches-header-homepage p::after{
content: ""; 
position: absolute;
z-index: 10;
top: 110px;
right: 50%;
width: 150px; 
height: 200px; 
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://www.foueestif.fr/wp-content/uploads/2024/10/fleche-texte-header-3.svg');
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
/* transform: rotate(-80deg); */
}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(28, 28, 28, 0)), to(rgba(28, 28, 28, .75)));
background: -o-linear-gradient(top, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, .75)100%);
background: linear-gradient(to bottom, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, .75)100%); 
pointer-events: none;
z-index: 2;
}
/*------------------------------------------------------------- petits tel (575.98px)------------------------------------------------------ */

@media (max-width: 959px) {
  #wrapper #header-homepage {
    padding-top: 36px;
  }  
}

@media (max-width: 575.98px) {

#wrapper #header-homepage #col-content-header-homepage h1 {
  font-size: 44px;
  text-align: center;
  /* text-align: center; */
}


#wrapper #header-homepage #col-content-header-homepage {

  width: 100%;
}

#wrapper #header-homepage {
}

#wrapper #header-homepage .space-header-homepage {
  padding-top: 25px;
}

#wrapper #header-homepage #col-content-header-homepage h3 {
  font-size: 36px;
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 400px;
}

#wrapper #header-homepage #col-content-header-homepage #h3-header-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #header-homepage #col-content-header-homepage h3::before {
  left:15px;
  z-index: 0;
  margin: auto;
  height: 30px;
}


#wrapper #header-homepage #col-content-header-homepage h3::after {
  width: 60%;
  left: 50%; 
  -webkit-transform: translateX(-50%); 
      -ms-transform: translateX(-50%); 
          transform: translateX(-50%);
}

#wrapper #header-homepage #col-content-header-homepage span.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin: auto; */
}


#wrapper #header-homepage #col-content-header-homepage span.btn-container a{
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}


#wrapper #header-homepage #col-content-header-homepage .bouton-orange {
  text-align: right;
}

#wrapper #header-homepage #col-img-header-homepage {
  width: 170%;
  position: relative;
  left: 50%;          
  -webkit-transform: translateX(-50%);          
      -ms-transform: translateX(-50%);          
          transform: translateX(-50%);
  padding-top: 0;
  /* top: -75px; */
  z-index: 0;
  margin-bottom: 25px;
}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage{
  position: relative;
  mix-blend-mode: lighten;
}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(28, 28, 28, .8)), color-stop(50%, rgba(28, 28, 28, 0)), color-stop(95%, rgba(28, 28, 28, 1)));
  background: -o-linear-gradient(top, rgba(28, 28, 28, .8)5%, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, 1)95%);
  background: linear-gradient(to bottom, rgba(28, 28, 28, .8)5%, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, 1)95%); 
  pointer-events: none;
  z-index: 2;
}

#wrapper #header-homepage .txt-fleches-header-homepage {
  max-width: 125px;
}

#wrapper #header-homepage .txt-fleches-header-homepage p {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

#wrapper #header-homepage .txt-1-fleches-header-homepage {
  top: -20px;
  left: 29%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


#wrapper #header-homepage .txt-1-fleches-header-homepage p::after{
  top: 90%;
  left: 25%;
  width: 70px; 
  height: 85px; 
}

#wrapper #header-homepage .txt-2-fleches-header-homepage {
  right: 28%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}


#wrapper #header-homepage .txt-2-fleches-header-homepage p::after{
  top: 30px;
  right: 105%;
  width: 60px; 
  height: 80px; 
}


#wrapper #header-homepage .txt-3-fleches-header-homepage {
  top: 76%;
  right: 42%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 225px !important;
}



#wrapper #header-homepage .txt-3-fleches-header-homepage p::after{
  top: -200%;
  -webkit-transform: scaleY(-1) rotate(-15deg);
      -ms-transform: scaleY(-1) rotate(-15deg);
          transform: scaleY(-1) rotate(-15deg);
  left: 50%;
  width: 70px; 
  height: 100px; 

}


}

/*------------------------------------------------------------- Telephones (768px)------------------------------------------------------ */

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

#wrapper #header-homepage #col-content-header-homepage h1 {
  font-size: 44px;
  text-align: center;
  /* text-align: center; */
}


#wrapper #header-homepage #col-content-header-homepage {

  width: 100%;
}

#wrapper #header-homepage {
}

#wrapper #header-homepage .space-header-homepage {
  padding-top: 25px;
}

#wrapper #header-homepage #col-content-header-homepage h3 {
  font-size: 32px;
  position: relative;
  z-index: 2;
  text-align: center;
}

#wrapper #header-homepage #col-content-header-homepage #h3-header-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #header-homepage #col-content-header-homepage h3::before {
  left: -30px;
  z-index: 0;
  margin: auto;
  height: 30px;
}


#wrapper #header-homepage #col-content-header-homepage h3::after {
  width: 60%; 
}

#wrapper #header-homepage #col-content-header-homepage span.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



#wrapper #header-homepage #col-content-header-homepage .bouton-orange {
  /* text-align: right; */
}

#wrapper #header-homepage #col-img-header-homepage {
  width: 150%;
  position: relative;
  left: 50%;          
  -webkit-transform: translateX(-50%);          
      -ms-transform: translateX(-50%);          
          transform: translateX(-50%);
  padding-top: 0;
  /* top: -75px; */
  z-index: 0;
}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage{
  position: relative;
}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(28, 28, 28, .8)), color-stop(50%, rgba(28, 28, 28, 0)), color-stop(95%, rgba(28, 28, 28, 1)));
  background: -o-linear-gradient(top, rgba(28, 28, 28, .8)5%, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, 1)95%);
  background: linear-gradient(to bottom, rgba(28, 28, 28, .8)5%, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, 1)95%); 
  pointer-events: none;
  z-index: 2;
}

#wrapper #header-homepage .txt-fleches-header-homepage {
  max-width: 175px;
}

#wrapper #header-homepage .txt-fleches-header-homepage p {
  font-size: 26px;
  line-height: 35px;
  text-align: left;
}

#wrapper #header-homepage .txt-1-fleches-header-homepage {
  top: -20px;
  left: 27%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


#wrapper #header-homepage .txt-1-fleches-header-homepage p::after{
  top: 90%;
  left: 25%;
  width: 70px; 
  height: 85px; 
}

#wrapper #header-homepage .txt-2-fleches-header-homepage {
  right: 25%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}


#wrapper #header-homepage .txt-2-fleches-header-homepage p::after{
  top: 40px;
  right: 105%;
  width: 60px; 
  height: 80px; 
}


#wrapper #header-homepage .txt-3-fleches-header-homepage {
  top: 75%;
  right: 42%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 275px !important;

}



#wrapper #header-homepage .txt-3-fleches-header-homepage p::after{
  top: -180%;
  -webkit-transform: scaleY(-1) rotate(-15deg);
      -ms-transform: scaleY(-1) rotate(-15deg);
          transform: scaleY(-1) rotate(-15deg);
  left: 40%;
  width: 70px; 
  height: 120px; 

}
}


/*------------------------------------------------------------- Tablettes (768px à 991px)------------------------------------------------------ */
@media (min-width: 769px) and (max-width: 991.98px) {
#wrapper #header-homepage #col-content-header-homepage h1 {
  font-size: 60px;
}


#wrapper #header-homepage #col-content-header-homepage {

  width: 100%;
}

#wrapper #header-homepage {
}

#wrapper #header-homepage #content-header-homepage .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

#wrapper #header-homepage .space-header-homepage {
  padding-top: 25px;
}

#wrapper #header-homepage #col-content-header-homepage #h3-header-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #header-homepage #col-content-header-homepage h3 {
  font-size: 40px;
  z-index: 2;
  position: relative;
  margin-bottom: 60px;
}

#wrapper #header-homepage #col-content-header-homepage .btn-container {
  margin-top: 60px;
}

#wrapper #header-homepage #col-content-header-homepage h3::before {
  left: -40px;
  z-index: 0;
}


#wrapper #header-homepage #col-content-header-homepage h3::after {
  width: 60%; 
}

#wrapper #header-homepage #col-content-header-homepage span.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #header-homepage #col-content-header-homepage .bouton-orange {
  text-align: right;
}

#wrapper #header-homepage #col-img-header-homepage {
  width: 125%;
  position: relative;
  left: 50%;          
  -webkit-transform: translateX(-50%);          
      -ms-transform: translateX(-50%);          
          transform: translateX(-50%);
  padding-top: 0;
  /* top: -75px; */
  z-index: 0;
}


#wrapper #header-homepage #col-img-header-homepage #img-header-homepage{
  position: relative;
}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(28, 28, 28, .8)), color-stop(50%, rgba(28, 28, 28, 0)), color-stop(95%, rgba(28, 28, 28, 1)));
  background: -o-linear-gradient(top, rgba(28, 28, 28, .8)5%, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, 1)95%);
  background: linear-gradient(to bottom, rgba(28, 28, 28, .8)5%, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, 1)95%); 
  pointer-events: none;
  z-index: 2;
}

#wrapper #header-homepage .txt-fleches-header-homepage {
  max-width: 200px;
}

#wrapper #header-homepage .txt-fleches-header-homepage p {
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

#wrapper #header-homepage .txt-1-fleches-header-homepage {
  top: -20px;
  left: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


#wrapper #header-homepage .txt-1-fleches-header-homepage p::after{
  top: 90px;
  left: 10%;
  width: 150px; 
  height: 100px; 
}

#wrapper #header-homepage .txt-2-fleches-header-homepage {
  right: 20%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}


#wrapper #header-homepage .txt-2-fleches-header-homepage p::after{
  top: 40px;
  right: 100%;
  width: 100px; 
  height: 80px; 
}


#wrapper #header-homepage .txt-3-fleches-header-homepage {
  top: 75%;
  right: 42%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 375px !important;
}



#wrapper #header-homepage .txt-3-fleches-header-homepage p::after{
  top: -190%;
  -webkit-transform: scaleY(-1) rotate(-15deg);
      -ms-transform: scaleY(-1) rotate(-15deg);
          transform: scaleY(-1) rotate(-15deg);
  left: 40%;
  width: 90px; 
  height: 140px; 

}
}

/* ---------------------------------------------------Petits desktops (992px à 1199px)----------------------------------------------- */

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

#wrapper #header-homepage #col-content-header-homepage h1 {
  font-size: 44px;
}

#wrapper #header-homepage #col-content-header-homepage h3 {
  font-size: 36px;
}

#wrapper #header-homepage #col-content-header-homepage h3::before {
  left: -40px;
  z-index: 0;
}


#wrapper #header-homepage #col-content-header-homepage h3::after {
  width: 60%; 
  left: 10px;
}

#wrapper #header-homepage #content-header-homepage {
  width: 95%;
  margin-left: 5%;
}

#wrapper #header-homepage #col-img-header-homepage {
  width: 150%;
  position: relative;
  right: 0;     
  bottom: 0;     
  /* transform: translateX(-50%); */
  padding-top: 0;
  /* top: -75px; */
  z-index: 0;

}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage{

}

#wrapper #header-homepage #col-img-header-homepage img{
  width: 160%;
  mix-blend-mode: lighten;
  min-height: 600px;
}

#wrapper #header-homepage .txt-fleches-header-homepage {
  max-width: 200px;
}

#wrapper #header-homepage .txt-fleches-header-homepage p {
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

#wrapper #header-homepage .txt-1-fleches-header-homepage {
  top: -20px;
  left: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


#wrapper #header-homepage .txt-1-fleches-header-homepage p::after{
  top: 90px;
  left: 10%;
  width: 150px; 
  height: 100px; 
}

#wrapper #header-homepage .txt-2-fleches-header-homepage {
  right: 18%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}


#wrapper #header-homepage .txt-2-fleches-header-homepage p::after{
  top: 90%;
  right: 100%;
  width: 100px; 
  height: 80px; 
}


#wrapper #header-homepage .txt-3-fleches-header-homepage {
  top: 75%;
  right: 28%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 375px !important;
}



#wrapper #header-homepage .txt-3-fleches-header-homepage p::after{
  top: -190%;
  -webkit-transform: scaleY(-1) rotate(-15deg);
      -ms-transform: scaleY(-1) rotate(-15deg);
          transform: scaleY(-1) rotate(-15deg);
  left: 40%;
  width: 90px; 
  height: 140px; 

}

}

/* -----------------------------------Desktops larges (1200px à 1599px)--------------------------------- */
@media (min-width: 1200px) and (max-width: 1599.98px) {

#wrapper #header-homepage #col-content-header-homepage h1 {
  font-size: 48px;
  max-width: 350px;
}

#wrapper #header-homepage #col-content-header-homepage h3 {
  font-size: 40px;
}

#wrapper #header-homepage #col-content-header-homepage h3::before {
  left: -40px;
  z-index: 0;
}


#wrapper #header-homepage #col-content-header-homepage h3::after {
  width: 60%; 
  left: 20px;
}


#wrapper #header-homepage #content-header-homepage {
  width: 95%;
  margin-left: 5%;
}

#wrapper #header-homepage #col-img-header-homepage {
  width: 100%;
  position: relative;
  right: 0;     
  bottom: 0;     
  /* transform: translateX(-50%); */
  padding-top: 0;
  /* top: -75px; */
  z-index: 0;
}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage{

}

#wrapper #header-homepage #col-img-header-homepage img{
  width: 120%;
  mix-blend-mode: lighten;
  min-height: 600px;
}

#wrapper #header-homepage .txt-fleches-header-homepage {
  max-width: 250px;
}

#wrapper #header-homepage .txt-fleches-header-homepage p {
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

#wrapper #header-homepage .txt-1-fleches-header-homepage {
  top: -20px;
  left: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


#wrapper #header-homepage .txt-1-fleches-header-homepage p::after{
  top: 70%;
  left: 10%;
  width: 150px; 
  height: 125px; 
}

#wrapper #header-homepage .txt-2-fleches-header-homepage {
  right: 18%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}


#wrapper #header-homepage .txt-2-fleches-header-homepage p::after{
  top: 90%;
  right: 105%;
  width: 110px; 
  height: 1000px; 
}


#wrapper #header-homepage .txt-3-fleches-header-homepage {
  top: 75%;
  right: 22%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 375px !important;
}



#wrapper #header-homepage .txt-3-fleches-header-homepage p::after{
  top: -190%;
  -webkit-transform: scaleY(-1) rotate(-15deg);
      -ms-transform: scaleY(-1) rotate(-15deg);
          transform: scaleY(-1) rotate(-15deg);
  left: 40%;
  width: 90px; 
  height: 140px; 

}

#wrapper #header-homepage #col-img-header-homepage #img-header-homepage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(28, 28, 28, 0)), to(rgba(28, 28, 28, 1)));
  background: -o-linear-gradient(top, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, 1)100%);
  background: linear-gradient(to bottom, rgba(28, 28, 28, 0)50%, rgba(28, 28, 28, 1)100%); 
  pointer-events: none;
  z-index: 2;
}
}

/* ------------------------------- section professionels - particuleirs ---------------------------------------- */
#wrapper #content-pro-part {
position: relative;
}

#wrapper #content-pro-part::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url();
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 500px;
height: 800px;
left: 220px;
top: -260px;
opacity: 1;
pointer-events: none;
}


#wrapper #content-pro-part > .row-parent > .row-inner {
  margin-left: 0 !important;
  }


#wrapper #content-pro-part .limit-width {
max-width: 1600px;
position: relative;
}

#wrapper #content-pro-part .limit-width::after {
content: "";
position: absolute;
bottom: 0;
left: -200px;
width: 200px;
height: 600px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-epis-bles.svg);
opacity: .15;
z-index: 1;
-webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
}



#wrapper #content-pro-part #row-2-pro-part{
margin-top: 100px;
margin-bottom: 136px;
}

#wrapper #content-pro-part #row-2-pro-part {
position: relative;
}

#wrapper #content-pro-part #row-2-pro-part::before {
content: "";
position: absolute;
bottom: -47%;
right: 75px;
width: 200px;
height: 300px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-graines-beige-2.svg);
z-index: 1;
}



#wrapper #content-pro-part #row-1-pro-part .row-inner, #wrapper #content-pro-part #row-2-pro-part .row-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#wrapper #content-pro-part #row-1-pro-part .bloc-txt-pro-part {
margin-left: auto;
}

#wrapper #content-pro-part #row-2-pro-part .bloc-txt-pro-part {
margin-right: auto;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part p{
line-height: 1.5;
}

#wrapper #content-pro-part .row-pro-part img{
height: 500px;
-o-object-fit: cover;
   object-fit: cover;
border-radius: 5px;
}

#wrapper #content-pro-part .row-pro-part .uncode-single-media-wrapper {
position: relative;
display: block;
}

#wrapper #content-pro-part .row-pro-part .uncode-single-media-wrapper::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(rgba(255, 111, 0, 0.15)));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, rgba(255, 111, 0, 0.15) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(255, 111, 0, 0.15) 100%);
mix-blend-mode: darken;
z-index: 5;
opacity: .75;
border-radius: 5px; 
pointer-events: none; 
}

#wrapper #content-pro-part .row-pro-part .uncode-single-media-wrapper::after{
content: "";
position: absolute;
bottom: 20px;
right: 25px;
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-fleche.svg);
z-index: 15;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}





#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part.col-lg-3 {
padding: 0;
}


#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part .title-img-section-pro-part{
position: absolute;
z-index: 10;
font-size: 30px;
bottom: 25px;
left: 25px;
}



/* #wrapper #content-pro-part .row-pro-part .title-h2-section-pro-part {
position: relative;
} */

#wrapper #content-pro-part .row-pro-part .title-h2-section-pro-part span {
font-size: 50px;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part .txt-section-pro-part {
margin-top: 50px;
}

#wrapper #content-pro-part .row-pro-part .title-h2-section-pro-part .heading-text h2 {
position: relative;
}

#wrapper #content-pro-part #row-1-pro-part .title-h2-section-pro-part .heading-text h2::after {
content: ""; 
position: absolute;
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://foueestif.fr/wp-content/uploads/2024/10/motifs-logo-orangev2Fichier-16.svg');
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out; 
width: 100%;
height: 175px;
right: -100px;
top: -85px;
opacity: .25;
}

#wrapper #content-pro-part #row-2-pro-part .title-h2-section-pro-part .heading-text h2::after {
content: ""; 
position: absolute;
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-2.svg');
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out; 
width: 100%;
height: 175px;
left: 0;
top: 70px;
opacity: 1;
}

@media (min-width: 1600px) {

#wrapper #content-pro-part #row-1-pro-part{
  margin-top: 100px !important;
}

#wrapper #content-pro-part .row-pro-part img{
  height: 500px;
  width: 350px;

}

#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part.col-lg-3 {
  margin-right: 20px;
}



#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part.col-lg-3 {
  height: 500px;
  width: 350px;

}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part .uncode-single-media-wrapper::before{
  border-top-left-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part img{
  border-top-left-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part .uncode-single-media-wrapper::before{
  border-top-right-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part img{
  border-top-right-radius: 200px;
}
}


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

#wrapper #content-pro-part #row-1-pro-part{
  margin-top: 100px !important;
}

#wrapper #content-pro-part #row-1-pro-part .row-inner, #wrapper #content-pro-part #row-2-pro-part .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-height: 300px;
  height: auto;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part  .uncont {
  max-width: 1090px;
}

#wrapper #content-pro-part .row-pro-part img{
  height: 500px;
  width: 100%;
}

#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part .uncode-single-media-wrapper::before{
  border-top-left-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part img{
  border-top-left-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part .uncode-single-media-wrapper::before{
  border-top-right-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part img{
  border-top-right-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part {
  width: 90%;
  margin: auto;
}

#wrapper #content-pro-part .row-pro-part .row-inner {
  margin: auto;
}

#wrapper #content-pro-part #row-1-pro-part .bloc-img-pro-part.col-lg-3:first-of-type, #wrapper #content-pro-part #row-2-pro-part .bloc-img-pro-part.col-lg-3:nth-child(2) {
  margin-right: 20px;
}
#wrapper #content-pro-part #row-1-pro-part .bloc-img-pro-part.col-lg-3:nth-child(3), #wrapper #content-pro-part #row-2-pro-part .bloc-img-pro-part.col-lg-3:nth-child(4) {
  margin-left: 20px;
}

#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part.col-lg-3 {
  width: 30%;
  max-width: 350px;
  height: 500px;
}

#wrapper #content-pro-part #row-2-pro-part::before {
  bottom: -29.5%;
  right: 175px;
  width: 200px;
  height: 300px;

}


}






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

#wrapper #content-pro-part #row-1-pro-part{
  margin-top: 50px !important;
}

#wrapper #content-pro-part {
  margin-top: 36px;
}


#wrapper #content-pro-part #row-2-pro-part{
  margin-top: 50px;
}

#wrapper #content-pro-part .row-pro-part {
  width: 90%;
  margin: auto;
}

#wrapper #content-pro-part #row-1-pro-part .bloc-img-pro-part.col-lg-3:first-of-type, #wrapper #content-pro-part #row-2-pro-part .bloc-img-pro-part.col-lg-3:nth-child(2) {
  margin-right: 10px;
}
#wrapper #content-pro-part #row-1-pro-part .bloc-img-pro-part.col-lg-3:nth-child(3), #wrapper #content-pro-part #row-2-pro-part .bloc-img-pro-part.col-lg-3:nth-child(4) {
  margin-left: 10px;
}

#wrapper #content-pro-part .row-pro-part .row-inner {
  margin: auto;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part .uncont {
  /* max-width: 780px;
  width: calc(90% + 30px); */
}


#wrapper #content-pro-part .row-pro-part img{
  height: 400px;
}


#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part.col-lg-3 {
  width: 30%;
  max-width: 300px;
  height: 400px;
}

#wrapper #content-pro-part #row-1-pro-part .row-inner, #wrapper #content-pro-part #row-2-pro-part .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-height: 375px;
  height: auto;
}


#wrapper #content-pro-part .row-pro-part img{
  height: 400px;
  width: 100%;
}

#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part .uncode-single-media-wrapper::before{
  border-top-left-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part img{
  border-top-left-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part .uncode-single-media-wrapper::before{
  border-top-right-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part img{
  border-top-right-radius: 200px;
}

#wrapper #content-pro-part #row-2-pro-part::before {
  bottom: -31%;
  right: 100px;
  width: 175px;
  height: 275px;

}

}





@media (min-width: 576px) and (max-width: 768.98px) {

#wrapper #content-pro-part #row-1-pro-part{
  margin-top: 50px !important;
}

#wrapper #content-pro-part {
  margin-bottom: 50px;
  /* padding-bottom: 50px; */
}



#wrapper #content-pro-part #row-2-pro-part{
  margin-top: 100px;
  margin-bottom: 136px;
}


#wrapper #content-pro-part .row-pro-part img{
  height: 400px;

}


#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part.col-lg-3 {
  width: 30%;
  /* max-width: 200px; */
  margin: 0;
  height: 350px;
}

#wrapper #content-pro-part #row-1-pro-part .bloc-img-pro-part.col-lg-3:first-of-type, #wrapper #content-pro-part #row-2-pro-part .bloc-img-pro-part.col-lg-3:nth-child(2) {
  margin-right: 6px;
}
#wrapper #content-pro-part #row-1-pro-part .bloc-img-pro-part.col-lg-3:nth-child(3), #wrapper #content-pro-part #row-2-pro-part .bloc-img-pro-part.col-lg-3:nth-child(4) {
  margin-left: 6px;
}

#wrapper #content-pro-part #row-1-pro-part .row-inner, #wrapper #content-pro-part #row-2-pro-part .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part  .uncont {
  max-width: 90% !important;
}

#wrapper #content-pro-part .row-pro-part img{
  height: 400px;
  width: 100%;
}

#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part .uncode-single-media-wrapper::before{
  border-top-left-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part img{
  border-top-left-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part .uncode-single-media-wrapper::before{
  border-top-right-radius: 200px;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part img{
  border-top-right-radius: 200px;
}



#wrapper #content-pro-part .row-pro-part .title-h2-section-pro-part span {
  font-size: 50px;
  text-align: center;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part .title-h2-section-pro-part .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #content-pro-part #row-2-pro-part::before {
  bottom: -31%;
  right: 75px;
  width: 200px;
  height: 210px;

}



}

/*------------------------------------------------------------- petits tel (575.98px)------------------------------------------------------ */


@media (max-width: 575.98px) {

  #wrapper #content-pro-part #row-1-pro-part{
    margin-top: 50px !important;
  }

  #wrapper #content-pro-part {
    /* margin: 50px 0; */
  }
  

  
  #wrapper #content-pro-part #row-2-pro-part{
    margin-top: 36px;
  }
  
#wrapper #content-pro-part .row-pro-part img{
  height: 200px;

}

#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part.col-lg-3 {
  width: 100%;
  /* max-width: 200px; */
  margin: auto 2.5%;
}

#wrapper #content-pro-part #row-1-pro-part .row-inner, #wrapper #content-pro-part #row-2-pro-part .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part  .uncont {
  max-width: 95% !important;
}

#wrapper #content-pro-part .row-pro-part img{
  height: 200px;
  width: 100%;
  margin: 5px auto;
}

#wrapper #content-pro-part .row-pro-part .bloc-img-pro-part {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#wrapper #content-pro-part .row-pro-part .first-img-section-pro-part img{
  border-top-left-radius: none;
}

#wrapper #content-pro-part .row-pro-part .last-img-section-pro-part img{
  border-top-right-radius: none;
}



#wrapper #content-pro-part .row-pro-part .title-h2-section-pro-part span {
  font-size: 46px;
  text-align: center;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part .txt-section-pro-part {
  margin-top: 50px;
}

#wrapper #content-pro-part .row-pro-part .bloc-txt-pro-part .title-h2-section-pro-part .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #content-pro-part #row-2-pro-part::before {
  bottom: -20%;
  right: 75px;
  width: 200px;
  height: 300px;

}
}


/* ================================================== section citations ================================================== */

#wrapper #section-citation {
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


#wrapper #section-citation .txt-section-citation p{
text-align: center;
font-weight: 400;
position: relative;
z-index: 2;
}


#wrapper #section-citation .txt-section-citation p::before{
content: "";
position: absolute;
top: -10px;
width: 65px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/guillemet-orange.svg);
z-index: -1;
-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
        transform: rotate(5deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper #section-citation .btn-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#wrapper #section-citation .btn-container a {
position: relative;
-webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
        transform: scale(1) !important;
}

#wrapper #section-citation .btn-container a::before{
content: "";
position: absolute;
top: -35px;
left: -70px;
width: 65px;
height: 75px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/fleche4.svg);
z-index: -1;
-webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}


@media (max-width: 575.98px) {
#wrapper #section-citation {
  height: 350px;
}


#wrapper #section-citation .txt-section-citation p{
  font-size: 20px;

}

#wrapper #section-citation .uncode_text_column {
  max-width: 95%;
  margin: auto;
}

#wrapper #section-citation .txt-section-citation p::before{
  left: 10px;
}


}

@media (min-width: 576px) and (max-width: 768.98px) {
#wrapper #section-citation {
  height: 350px;
}


#wrapper #section-citation .txt-section-citation p{
  font-size: 20px;

}

#wrapper #section-citation .uncode_text_column {
  max-width: 95%;
  margin: auto;
}

#wrapper #section-citation .txt-section-citation p::before{
  left: 10px;
}
}

@media (min-width: 769px) and (max-width: 991.98px) {
#wrapper #section-citation {
  height: 300px;
}


#wrapper #section-citation .txt-section-citation p{
  font-size: 24px;

}

#wrapper #section-citation .uncode_text_column {
  max-width: 750px;
  margin: auto;
}

#wrapper #section-citation .txt-section-citation p::before{
  left: -50px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
#wrapper #section-citation {
  height: 250px;
}


#wrapper #section-citation .txt-section-citation p{
  font-size: 24px;

}

#wrapper #section-citation .uncode_text_column {
  max-width: 750px;
  margin: auto;
}

#wrapper #section-citation .txt-section-citation p::before{
  left: -50px;
}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
#wrapper #section-citation {
  height: 350px;
}


#wrapper #section-citation .txt-section-citation p{
  font-size: 28px;

}

#wrapper #section-citation .uncode_text_column {
  max-width: 1000px;
  margin: auto;
}

#wrapper #section-citation .txt-section-citation p::before{
  left: -50px;
}
}

@media (min-width: 1600px) {
#wrapper #section-citation .txt-section-citation p{
  font-size: 28px;

}

#wrapper #section-citation {
  height: 400px;
}

#wrapper #section-citation .txt-section-citation p::before{
  left: -50px;
}
}

/* ------------------------------- section fouee c'est quoi ---------------------------------------- */

#wrapper #section-fouee-cest-quoi {
height: auto;
}


#wrapper #section-fouee-cest-quoi .row-inner {
height: auto !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
position: relative;
}

#wrapper #section-fouee-cest-quoi .row-inner::before {
content: "";
position: absolute;
top: -75px;
left: -300px;
width: 300px;
height: 180px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-blanc.svg);
z-index: 0;
-webkit-transform: scaleX(-1) rotate(10deg);
    -ms-transform: scaleX(-1) rotate(10deg);
        transform: scaleX(-1) rotate(10deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: .05;
}

#wrapper #section-fouee-cest-quoi .wpb_column {
height: auto;
}

#wrapper #section-fouee-cest-quoi .row-inner .wpb_column {
padding: 0;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
z-index: 4;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-pts-interrogation.svg);
z-index: 0;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: 1;
z-index: 0;
-webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
width: 50%;
left: 20%;
height: 50px;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: 1;
z-index: 0;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:first-of-type{
color: var(--blanc);
}


#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:last-of-type{
color: var(--orange);
}

#wrapper #section-fouee-cest-quoi .img-fouee-cest-quoi {
width: 75%;
margin: auto;
}






@media  (max-width: 768px) {
#wrapper #section-fouee-cest-quoi .row-parent {
  width: 95%;
  margin: auto;
}


#wrapper #section-fouee-cest-quoi .row-inner {
  margin: 272px auto 36px;
}


#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi {
  margin: auto;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}


#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:first-of-type{
  font-size: 50px;
}

#wrapper #section-fouee-cest-quoi .img-fouee-cest-quoi {
  margin-top: 72px !important;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi {
  width: 100%;
  margin-top: 72px;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .btn-container {
  text-align: right;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:last-of-type{
  font-size: 30px;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi::before {
  width: 100px;
  right: -100px;
  height: 100%;
  top: 0px;
}

#wrapper #section-fouee-cest-quoi .wpb_column {
  vertical-align: middle;
}
}

@media (min-width: 768px) and (max-width: 992px) {
#wrapper #section-fouee-cest-quoi .row-parent {
  width: 90%;
  margin: auto;
}


#wrapper #section-fouee-cest-quoi .row-inner {
  margin: 172px auto 36px;

}


#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:first-of-type{
  font-size: 50px;
}

#wrapper #section-fouee-cest-quoi .img-fouee-cest-quoi {
  margin-top: 72px !important;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi {
  width: 100%;
  margin-top: 72px;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .btn-container {
  text-align: right;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:last-of-type{
  font-size: 36px;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi::before {
  width: 100px;
  right: -100px;
  height: 100%;
  top: 0px;
}

#wrapper #section-fouee-cest-quoi .wpb_column {
  vertical-align: middle;
  width: 100%;
}
}

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

#wrapper #section-fouee-cest-quoi .row-parent {
  width: 90%;
  margin: auto;
}



#wrapper #section-fouee-cest-quoi .row-inner {
  margin: 136px auto 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:first-of-type{
  font-size: 50px;
}


#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:last-of-type{
  font-size: 36px;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi::before {
  width: 100px;
  right: -100px;
  height: 100%;
  top: 0px;
}

#wrapper #section-fouee-cest-quoi .wpb_column {
  vertical-align: middle;
}
}

@media (min-width: 1200px) {

#wrapper #section-fouee-cest-quoi .row-inner {
  margin: 36px auto 72px;
  width: 1090px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:first-of-type{
  font-size: 76px;
}


#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi h2 span:last-of-type{
  font-size: 50px;
}

#wrapper #section-fouee-cest-quoi .wpb_column {
  vertical-align: middle;
}

#wrapper #section-fouee-cest-quoi .bloc-content-fouee-cest-quoi .title-fouee-cest-quoi::before {
  width: 100px;
  right: -100px;
  height: 100%;
  top: 0;
}

}


/* ------------------------------- section a propos ---------------------------------------- */






#wrapper #section-a-propos-hompepage .bloc-text-a-propos {
height: auto;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .uncol{
position: relative;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .uncol::before {
content: "";
position: absolute;
bottom: 0;
left: -36px;
width: 3px; 
height: 80%; 
background-color: var(--orange); 
}


#wrapper #section-a-propos-hompepage .bloc-text-a-propos .icon-box-content p a{
color: var(--blanc) !important;
font-weight: 500;
font-style: italic;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .motif-a-propos{
width: 100%;
position: relative;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .motif-a-propos .icon-box-icon {

vertical-align: middle !important;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .motif-a-propos::after {
content: "";
position: absolute;
right: 0;
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-fleche.svg);
z-index: 15;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
user-select: none;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .motif-1-a-propos{
margin-bottom: 10px;
}

.icon-expand .icon-box-content, .icon-expand .icon-box-icon {
width: auto;
}

#wrapper #section-a-propos-hompepage .img-a-propos img {
-o-object-fit: cover;
   object-fit: cover;
border-top-left-radius: 200px ;
border-top-right-radius: 200px ;
}


#wrapper #section-a-propos-hompepage .bloc-petit-plus .heading-text {
position: relative;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .heading-text::after {
content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-Plus.svg);
  z-index: 1;
  -webkit-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
  width: 100px;
  right: -50px;
  height: 100px;
  top: -50px;
  z-index: 5;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus h3 {
margin-bottom: 36px !important;
}


#wrapper #section-a-propos-hompepage .bloc-petit-plus .icon-box-icon {
vertical-align: middle;
}


#wrapper #section-a-propos-hompepage .bloc-text-a-propos h2 {
position: relative;
z-index: 2;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos h2::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-chapeau.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 125px;
left: -60px;
height: 125px;
top: -40px;
opacity: .1;
z-index: 5;
-webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos h2::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 60%;
left: 10%;
height: 30px;
bottom: -30px;
opacity: 1;
z-index: -1;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .uncode_text_column {
margin-bottom: 36px;
}

#wrapper #section-a-propos-hompepage .img-a-propos {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
position: relative;
z-index: 5;
}

#wrapper #section-a-propos-hompepage .img-a-propos::after{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://foueestif.fr/wp-content/uploads/2024/10/motifs-logo-orangev2Fichier-16.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 400px;
height: 250px;
right: -100px;
top: -125px;

}


#wrapper #section-a-propos-hompepage .bloc-petit-plus h3:last-child {
position: relative;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus h3:last-child::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 60%;
right: 0;
height: 30px;
bottom: -30px;
opacity: 1;
-webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
z-index: 5;
}


#wrapper #section-a-propos-hompepage .icon-box  {
margin-top: 0;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .icon-box {
margin: 5px 0;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .icon-box-content {
padding-left: 12px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncont {
margin-bottom: 18px;
}




@media (max-width: 576px) {

#wrapper #section-a-propos-hompepage .row-parent{
  width: 95%;
  margin: auto;
  padding-top: 50px;
}

#wrapper #section-a-propos-hompepage .row-inner{
  margin: 36px auto 136px;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .heading-text::after {
    right: -20px;
    top: -20px;
}


#wrapper #section-a-propos-hompepage .bloc-petit-plus h3 {
  font-size: 30px;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos h4,
#wrapper #section-a-propos-hompepage .bloc-text-a-propos .icon-box-content p{
  font-size: 20px;
}

#wrapper #section-a-propos-hompepage .img-a-propos {
  width: 90%;
  max-width: 400px;
  margin: 36px auto 0;
}

#wrapper #section-a-propos-hompepage .img-a-propos img{
  width: 100%;
  min-height: 500px;
}

#wrapper #section-a-propos-hompepage .img-a-propos::after{
  width: 325px;
  height: 150px;
  right: -90px;
  top: -50px;

}

#wrapper #section-a-propos-hompepage .bloc-petit-plus {
  position: absolute;
  z-index: 5;
  top: 90%;
  height: auto;
  margin: 0 2.5%;
  width: 95%;

}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .single-block-padding {
  padding: 12px;
}


}

@media (min-width: 577px) and (max-width: 767px) {

#wrapper #section-a-propos-hompepage .row-parent{
  width: 95%;
  margin: auto;
  padding-top: 50px;
}

#wrapper #section-a-propos-hompepage .row-inner{
  margin: 36px auto 172px;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .heading-text::after {
  right: -20px;
  top: -20px;
}


#wrapper #section-a-propos-hompepage .bloc-petit-plus h3 {
  font-size: 30px;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos h4,
#wrapper #section-a-propos-hompepage .bloc-text-a-propos .icon-box-content p{
  font-size: 20px;
}

#wrapper #section-a-propos-hompepage .img-a-propos {
  width: 90%;
  max-width: 400px;
  margin: 36px auto 0;
}

#wrapper #section-a-propos-hompepage .img-a-propos img{
  width: 100%;
  min-height: 500px;
}

#wrapper #section-a-propos-hompepage .img-a-propos::after{
  width: 350px;
  height: 150px;
  right: -90px;
  top: -50px;

}

#wrapper #section-a-propos-hompepage .bloc-petit-plus {
  position: absolute;
  z-index: 5;
  top: 90%;
  height: auto;
  max-width: 500px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .single-block-padding {
  padding: 12px;
}


}

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



#wrapper #section-a-propos-hompepage .row-inner{
  margin: 36px auto 0;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus h3, #wrapper #section-a-propos-hompepage .bloc-text-a-propos h2 {
  font-size: 32px;
}


#wrapper #section-a-propos-hompepage .bloc-text-a-propos h4,
#wrapper #section-a-propos-hompepage .bloc-text-a-propos .icon-box-content p{
  font-size: 24px;
}

#wrapper #section-a-propos-hompepage .row-parent{
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

#wrapper #section-a-propos-hompepage .row-parent .row-inner {
  height: auto !important;
}

#wrapper #section-a-propos-hompepage .row-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos  {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#wrapper #section-a-propos-hompepage .img-a-propos {
  width: 40%;
  margin-left: 15%;
  margin-top: 36px;
}

#wrapper #section-a-propos-hompepage .img-a-propos img{
  width: 100%;
  min-height: 450px;
}

#wrapper #section-a-propos-hompepage .img-a-propos::after{
  width: 300px;
  height: 200px;
  right: -100px;
  top: -100px;

}

#wrapper #section-a-propos-hompepage .bloc-petit-plus {
  position: absolute;
  top: 85%;
  left: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  z-index: 10;
  width: 45%;
  margin-right: 36px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncol::after {
  content: "";
  position: absolute;
  bottom: 36px;
  right: -36px; 
  width: 100%;
  height: 50%; 
  border-right: 2px solid orange; 
  border-bottom: 2px solid orange; 
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus p{
  font-size: 16px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus h3{
  font-size: 28px;
}
}

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

#wrapper #section-a-propos-hompepage .row-inner{
  margin: 36px auto 0;
}

#wrapper #section-a-propos-hompepage .row-parent{
  width: 90%;
  margin: auto;
  padding-top: 50px;
}


#wrapper #section-a-propos-hompepage .bloc-petit-plus h3, #wrapper #section-a-propos-hompepage .bloc-text-a-propos h2 {
  font-size: 36px;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos h4,
#wrapper #section-a-propos-hompepage .bloc-text-a-propos .icon-box-content p{
  font-size: 24px;
}

#wrapper #section-a-propos-hompepage .row-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos  {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#wrapper #section-a-propos-hompepage .img-a-propos {
  width: 40%;
  margin-left: 20%;
  margin-top: 36px;
}

#wrapper #section-a-propos-hompepage .img-a-propos img{
  width: 100%;
  min-height: 500px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  z-index: 10;
  width: 40%;
  margin-right: 36px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncol::after {
  content: "";
  position: absolute;
  bottom: 36px;
  right: -36px; 
  width: 100%;
  height: 50%; 
  border-right: 2px solid orange; 
  border-bottom: 2px solid orange; 
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus p{
  font-size: 16px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus h3{
  font-size: 28px;
}
}

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

#wrapper #section-a-propos-hompepage .row-inner{
  margin: 72px auto 0;
}


#wrapper #section-a-propos-hompepage .img-a-propos img {
  min-height: 750px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus h3, #wrapper #section-a-propos-hompepage .bloc-text-a-propos h2 {
  font-size: 40px;
}

#wrapper #section-a-propos-hompepage {
  position: relative;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus {
  position: absolute;

}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos h4,
#wrapper #section-a-propos-hompepage .bloc-text-a-propos .icon-box-content p{
  font-size: 24px;
}

#wrapper #section-a-propos-hompepage .row-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus {
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  z-index: 10;
  width: auto;
  margin-right: 36px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncol {
  position: relative;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncol::before {
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  height: 100%; 
  background-color: var(--orange); 
  bottom: -36px; 
  left: -0;
  z-index: -5; 
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncol::after {
  content: "";
  position: absolute;
  bottom: 36px;
  right: -36px; 
  width: 100%;
  height: 50%; 
  border-right: 2px solid var(--orange); 
  border-bottom: 2px solid var(--orange); 
}




}

@media (min-width: 1600px) {

#wrapper #section-a-propos-hompepage .row-inner{
  margin: 72px auto 0;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus h3, #wrapper #section-a-propos-hompepage .bloc-text-a-propos h2 {
  font-size: 40px;
}

#wrapper #section-a-propos-hompepage .img-a-propos img {
  min-height: 750px;
}

#wrapper #section-a-propos-hompepage {
  position: relative;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus {
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
}

#wrapper #section-a-propos-hompepage .bloc-text-a-propos h4,
#wrapper #section-a-propos-hompepage .bloc-text-a-propos .icon-box-content p{
  font-size: 24px;
}

#wrapper #section-a-propos-hompepage .row-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus {
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  z-index: 10;
  width: auto;
  margin-right: 36px;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncol {
  position: relative;
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncol::before {
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  height: 100%; 
  background-color: var(--orange); 
  bottom: -36px; 
  left: -0;
  z-index: -5; 
}

#wrapper #section-a-propos-hompepage .bloc-petit-plus .uncol::after {
  content: "";
  position: absolute;
  bottom: 36px;
  right: -36px; 
  width: 100%;
  height: 50%; 
  border-right: 2px solid var(--orange); 
  border-bottom: 2px solid var(--orange); 
}

}

/* ------------------------------- section question reponses---------------------------------------- */

#wrapper .section-accordeon {
padding: 36px 0;

}


#wrapper .section-accordeon .row-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;

}

#wrapper .section-accordeon .wpb_column {
height: auto;
}

#wrapper .section-accordeon .heading-question-reponses .heading-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#wrapper .section-accordeon .heading-question-reponses h2 {
font-weight: 300;
position: relative;
z-index: 3;
}

#wrapper .section-accordeon .heading-question-reponses h2::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-pts-interrogation.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100%;
left: 25%;
-webkit-transform:  rotate(-15deg);
    -ms-transform:  rotate(-15deg);
        transform:  rotate(-15deg);

opacity: .2;
transition: .15s ease-out;

}
#wrapper .section-accordeon .heading-question-reponses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* width: auto; */
  padding-left: 0;
}

#wrapper .section-accordeon .accordeo-homepage .wpb_accordion_wrapper .wpb_accordion_section {
border-color: var(--noir);
}

#wrapper .section-accordeon .accordeo-homepage .wpb_accordion_wrapper .wpb_accordion_section span {
color: var(--noir);
font-size: 18px;
font-family: 'Lato';
font-weight: 300;
}

#wrapper .section-accordeon .accordeo-homepage .wpb_accordion_wrapper .wpb_accordion_section span::after {
color: var(--noir) !important;

}

@media (max-width: 767.98px) {

#wrapper .section-accordeon .row-parent{
  width: 95%;
  margin: auto;
}

#wrapper .section-accordeon .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
}

#wrapper .section-accordeon .heading-question-reponses h2 {
font-size: 32px;
padding: 50px 0;
}


#wrapper .section-accordeon .heading-question-reponses .heading-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
min-height: 120px;
}

#wrapper .section-accordeon .single-internal-gutter {
padding: 0;
}

#wrapper .section-accordeon .heading-question-reponses h2::before {
height: 90%;
top: -5%;
}


}


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

#wrapper .section-accordeon .row-parent{
  width: 90%;
  margin: auto;
}

#wrapper .section-accordeon .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
  margin-left: 0;
}

#wrapper .section-accordeon .row-inner .col-lg-9, #wrapper .section-accordeon .row-inner .col-lg-3 {
width: auto;
}

#wrapper .section-accordeon .heading-question-reponses h2 {
font-size: 42px;
padding: 50px 0;
}


#wrapper .section-accordeon .heading-question-reponses .heading-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
min-height: 120px;
}

#wrapper .section-accordeon .single-internal-gutter {
padding: 0;
}

#wrapper .section-accordeon .heading-question-reponses h2::before {
height: 90%;
top: -5%;
}

}

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

#wrapper .section-accordeon .heading-question-reponses h2 {
  font-size: 42px;
}

#wrapper .section-accordeon .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper .section-accordeon .row-parent{
width: 90%;
margin: auto;
}

#wrapper .section-accordeon .column_parent {
vertical-align: middle !important;
}

#wrapper .section-accordeon .heading-question-reponses h2::before {
height: 200%;
top: -60%;
}


}

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

#wrapper .section-accordeon .heading-question-reponses h2 {
  font-size: 46px !important;
}

#wrapper .section-accordeon .row-parent{
  width: 90%;
  margin: auto;
}
}

@media (min-width: 1200px) {


#wrapper .section-accordeon .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper .section-accordeon .heading-question-reponses h2 {
font-size: 60px;
}

#wrapper .section-accordeon .heading-question-reponses {
height: 100%;
}

#wrapper .section-accordeon .column_parent {
vertical-align: middle !important;
}

#wrapper .section-accordeon .heading-question-reponses h2::before {
height: 200%;
top: -60%;
}

}


/* ------------------------------- section avis + professionnels---------------------------------------- */

#wrapper #section-avis h2{
text-align: center;
width: 100%;
}

#section-decouv-pro .row-parent .row-inner{
margin: 72px auto;
}

#wrapper #section-avis > .row-parent > .row-inner {
margin-bottom: 72px;
}


#wrapper #section-avis h3, #wrapper #section-decouv-pro h3{
text-align: center;
}

#wrapper #section-avis #row-1-avis .vc_custom_heading_wrap, #wrapper #section-decouv-pro .vc_custom_heading_wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#wrapper #section-avis #row-1-avis .uncode_text_column p, #wrapper #section-decouv-pro .uncode_text_column p {
text-align: center;
}

#wrapper #section-avis #row-1-avis .btn-container {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 36px auto;

}


#wrapper #section-avis #row-1-avis .btn-container a{
-webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
        transform: scale(1) !important;
}



#wrapper #section-avis #row-1-avis .btn-container a{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


#wrapper #section-avis #row-1-avis .h2-avis .heading-text h2, #wrapper #section-decouv-pro h3 {
position: relative;
}

#wrapper #section-decouv-pro .owl-carousel-wrapper .owl-item  .t-inside {
border-radius: 10px;
}

#wrapper #section-decouv-pro .owl-carousel-wrapper img {
width: 100%;
max-width: none;
z-index: 1;
position: relative;
display: block;
height: 100% !important;
padding: 30px 0;
-o-object-fit: contain;
   object-fit: contain;
}

#wrapper #section-avis #row-1-avis .h2-avis .heading-text h2 span{
position: relative;
z-index: 2;
background-color: var(--gris-fonce);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
padding: 0 10px;
}

#wrapper #section-avis #row-1-avis .h2-avis .heading-text h2::before {
content: '';
position: absolute;
top: 50%; 
left: 0;
width: 100%;
height: 2px; 
background-color: var(--orange); 
z-index: 0; 
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-feed-header-heading {
display: none;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-feed-header-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-feed-header-average,#wrapper #section-avis #row-2-avis #bloc-avis .sb-feed-header-btn {
margin: 0 36px;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-feed-header-rating {
color: var(--blanc);
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-feed-header-btn {
background-color: var(--orange);
border-radius: 50px;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap {
background-color: var(--beige);
width: 100%;
height: 275px;
margin-bottom: 20px !important;
overflow: hidden;
position: relative;
z-index: 1;
padding: 25px;

}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap::before {
content: "";
position: absolute;
top: 10px;
width: 125px;
height: 50%;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/guillemet-blanc.svg);
z-index: -1;
-webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
/* opacity: .2; */

}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-post-item .sb-item-provider-icon, #wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-post-item .sb-item-author-img {
display: none;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-post-item .sb-item-author-name {
font-size: 16px;
font-weight: 600;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-post-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
/* justify-content: space-between; */
height: 100%;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-post-item .sb-item-author-date-ctn {
-webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
        order: 3;
padding: 0;
margin-top: auto;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-item-author-ctn {
width: 100%;


}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-post-item .sb-item-author-date-ctn .sb-item-name-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
width: 100%;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-post-item .sb-item-author-name, #wrapper #section-avis #row-2-avis #bloc-avis .sb-post-item-wrap .sb-post-item .sb-item-author-date {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-item-rating-icon svg , #wrapper #section-avis #row-2-avis #bloc-avis .sb-feed-header-icon svg{
color: var(--orange);
}

#wrapper #section-avis #row-2-avis #bloc-avis .sb-item-text {
font-style: italic;
font-size: 16px;
color: var(--noir);
}


#wrapper #section-avis #row-2-avis #bloc-avis .sbr-owl-nav {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
margin-top: 16px;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sbr-owl-nav > div {
position: relative;
margin-left: 36px;
background: transparent;
color: transparent;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sbr-owl-nav > div::before {
content: "";
position: absolute;
right: 0;
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
z-index: 15;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper #section-avis #row-2-avis #bloc-avis .sbr-owl-nav > div:first-of-type::before {
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-fleche-retour.svg);
}

#wrapper #section-avis #row-2-avis #bloc-avis .sbr-owl-nav > div:last-of-type::before {
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-fleche.svg);
}


#wrapper #section-decouv-pro h3::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 70%;
height: 175px;
left: 15%;
opacity: 1;
-webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5); 
}

#wrapper #section-decouv-pro h3 {
margin-bottom: 72px !important;
}

@media (max-width: 575.98px) {

#wrapper #section-avis #row-1-avis{
  margin: 36px auto !important;
}

#wrapper #section-avis h2{
  font-size: 32px;

}

#wrapper #section-avis h3 {
  font-size: 20px;
}

#wrapper #section-avis #row-1-avis .uncode_text_column, #wrapper #section-decouv-pro .uncode_text_column {
  max-width: 95%;
  margin: auto;
}

#wrapper #section-avis #row-1-avis .h2-avis .heading-text, #wrapper #section-avis #row-1-avis .h2-avis .heading-text h2 {
  width: 95%;
  text-align: center;
}

#wrapper #section-decouv-pro h3::after {
  top: 36px;
}

#wrapper #section-decouv-pro .owl-carousel-wrapper img {
  padding: 10px 0;
}

}


@media (min-width: 576px) and (max-width: 768.98px) {

#wrapper #section-avis #row-1-avis{
  margin: 36px auto !important;
}


#wrapper #section-avis h2{
  font-size: 32px;
}

#wrapper #section-avis h3 {
  font-size: 20px;
}

#wrapper #section-avis #row-1-avis .uncode_text_column, #wrapper #section-decouv-pro .uncode_text_column {
  max-width: 95%;
  margin: auto;
}

#wrapper #section-avis #row-1-avis .h2-avis .heading-text, #wrapper #section-avis #row-1-avis .h2-avis .heading-text h2 {
  width: 95%;
  text-align: center;
}

#wrapper #section-decouv-pro h3::after {
  top: 36px;
}

#wrapper #section-decouv-pro .owl-carousel-wrapper img {
  padding: 10px 0;
}
}

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

#wrapper #section-avis #row-1-avis{
  margin: 36px auto !important;
}

#wrapper #section-avis h2{
  font-size: 40px;

}

#wrapper #section-avis h3{
  font-size: 24px;
}

#wrapper #section-avis #row-1-avis .uncode_text_column, #wrapper #section-decouv-pro .uncode_text_column {
  max-width: 90%;
  margin: auto;
}

#wrapper #section-avis #row-1-avis .h2-avis .heading-text, #wrapper #section-avis #row-1-avis .h2-avis .heading-text h2 {
  width: 95%;
  text-align: center;
}

#wrapper #section-decouv-pro h3::after {
  top: 10px;
}
}

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

#wrapper #section-avis #row-1-avis{
  margin: 50px auto !important;
}

#wrapper #section-avis h2{
  font-size: 40px;
}

#wrapper #section-avis h3{
  font-size: 28px;
}

#wrapper #section-avis #row-1-avis .uncode_text_column, #wrapper #section-decouv-pro .uncode_text_column {
  max-width: 800px;
  margin: auto;
}

#wrapper #section-avis #row-1-avis .h2-avis .heading-text, #wrapper #section-avis #row-1-avis .h2-avis .heading-text h2 {
  width: 90%;
  text-align: center;
}

#wrapper #section-decouv-pro h3::after {
  top: 10px;
}
}

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

#wrapper #section-avis #row-1-avis{
  margin: 50px auto !important;
}


#wrapper #section-avis h2{
  font-size: 46px;
}

#wrapper #section-avis h3{
  font-size: 28px;
}

#wrapper #section-avis #row-1-avis .uncode_text_column, #wrapper #section-decouv-pro .uncode_text_column {
  max-width: 1000px;
  margin: auto;
}

#wrapper #section-avis #row-1-avis .h2-avis .heading-text, #wrapper #section-avis #row-1-avis .h2-avis .heading-text h2 {
  width: 90%;
  text-align: center;
}

#wrapper #section-decouv-pro h3::after {
  top: 10px;
}
}

@media (min-width: 1600px) {

#wrapper #section-avis #row-1-avis{
  margin: 50px auto !important;
}


#wrapper #section-avis h2{
  font-size: 46px;
}

#wrapper #section-avis h3{
  font-size: 28px;
}


#wrapper #section-avis #row-1-avis .uncode_text_column, #wrapper #section-decouv-pro .uncode_text_column {
  max-width: 1000px;
  margin: auto;
}

#wrapper #section-avis #row-1-avis .h2-avis .heading-text, #wrapper #section-avis #row-1-avis .h2-avis .heading-text h2 {
  width: 100%;
  text-align: center;
}

#wrapper #section-decouv-pro h3::after {
  top: 10px;
}



}



/* ------------------------------- Content page professionels particuliers---------------------------------------- */


/* ------------------------------- Content header---------------------------------------- */


#wrapper .header-content .limit-width {
max-width: 100% ;
}

#wrapper .header-content .row-inner {
/* margin-top: 150px; */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


#wrapper .header-content .bloc-content-header {
height: auto;
padding-bottom: 36px;
}

#wrapper .header-content .bloc-content-header h1{
font-size: 44px;
}

#wrapper .header-content .bloc-content-header h1 span:first-of-type{
color: var(--orange);
}

#wrapper .header-content .bloc-content-header h1 span:last-of-type{
color: var(--blanc);
position: relative;
z-index: 5;
}

#wrapper .header-content .bloc-content-header h1 span:last-of-type::after{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 50%;
right: 0;
height: 30px;
bottom: -20px;
opacity: 1;
-webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
z-index: -1;
}

#wrapper .header-content .col-img-header.col-lg-8 {
width: auto;
}

#wrapper .header-content .col-img-header {
height: auto;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper .header-content .img-header img{
width: 100% ;
-o-object-fit: cover;
   object-fit: cover;
border-top-left-radius: 300px ;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

.uncode-single-media-wrapper {
position: relative;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper .header-content .img-header .uncode-single-media-wrapper::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(rgba(255, 111, 0, 0.15)));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, rgba(255, 111, 0, 0.15) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(255, 111, 0, 0.15) 100%);
mix-blend-mode: darken;
z-index: 5;
opacity: .75;
border-top-left-radius: 300px;
pointer-events: none;
}

@media (max-width: 959px) {
#wrapper .header-content {
  padding-top: 50px;
}
}


@media (max-width: 768px) {
#wrapper .header-content .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper .header-content .bloc-content-header {
  width: 95%;
  height: auto;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-bottom: 0;
}

#wrapper .header-content .bloc-content-header h1 {
  text-align: center;
}

#wrapper .header-content .bloc-content-header .btn-container .btn-orange {
  -webkit-transform-origin: right !important;
      -ms-transform-origin: right !important;
          transform-origin: right !important;
}

#wrapper .header-content .bloc-content-header .btn-container a {
  float: right;
}


#wrapper .header-content .col-img-header {
  max-width: 100%;
  height: 100%;
}


#wrapper .header-content .img-header img{
  height: 300px;
  border-top-left-radius: 100px ;
}

#wrapper .header-content .img-header .uncode-single-media-wrapper::before{
  border-top-left-radius: 100px;
}



}

@media (min-width: 769px) and (max-width: 991px) {
#wrapper .header-content .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper .header-content .bloc-content-header {
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 0;
  margin-bottom: 36px;
}

#wrapper .header-content .bloc-content-header .btn-container a {
  float: right;
}


#wrapper .header-content .col-img-header {
  max-width: 100%;
  height: 100%;
  padding: 0;
}


#wrapper .header-content .img-header img{
  height: 300px;
  border-top-left-radius: 200px ;
}

#wrapper .header-content .img-header .uncode-single-media-wrapper::before{
  border-top-left-radius: 200px;
}



}

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

#wrapper .header-content .bloc-content-header {
  width: 50%;
  height: auto;
  margin-left: 5%;
}

#wrapper .header-content .col-img-header {
  max-width: 42%;
  height: 100%;
}


#wrapper .header-content .img-header img{
  height: 500px;
}
}

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

#wrapper .header-content .bloc-content-header {
  width: 33%;
  height: auto;
  margin-left: 5%;
}

#wrapper .header-content .col-img-header {
  max-width: 60%;
  height: auto;
}


#wrapper .header-content .img-header img{
  height: 675px;
}
}

@media (min-width: 1600px) {

#wrapper .header-content .bloc-content-header {
  width: 28%;
  margin-left: 5%;
}

#wrapper .header-content .col-img-header {
  max-width: 66%;
  height: auto;
}

#wrapper .header-content .img-header img{
  max-height: 600px;
}
}

/* ------------------------------- Content carousel, petits plus---------------------------------------- */


/* #wrapper .row-carousel-content {
position: relative;
} */

#wrapper .row-carousel-content > .row-parent > .row-inner::before {
content: "";
position: absolute;
top: -100px;
right: -200px;
width: 500px;
height: 800px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motuif-graine-3.svg);
z-index: 1;
opacity: .1;
}

#wrapper .row-carousel-content .row-inner, #wrapper .row-petit-plus-content .row-inner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
height: auto;
}

#wrapper .row-carousel-content .bloc-content, #wrapper  .row-petit-plus-content .row-container-petit-plus, #wrapper .row-petit-plus-content .row-container-petit-plus .bloc-petit-plus, #wrapper .row-petit-plus-content .img-petit-plus {
height: auto;
}

#wrapper .row-petit-plus-content .row-inner {
margin-bottom: 72px;
}

#wrapper .row-carousel-content .carousel-content {
overflow: hidden;
}

#wrapper .row-carousel-content .carousel-content img{
-o-object-fit: cover;
   object-fit: cover;
}


#wrapper .row-carousel-content .bloc-content h2 {
margin-bottom: 72px;
}

#wrapper .row-carousel-content .bloc-content h2 span:first-of-type {
color: var(--orange);
}

#wrapper .row-carousel-content .bloc-content h2 span:last-of-type {
color: var(--noir);
position: relative;
z-index: 3;
}

#wrapper .row-carousel-content .bloc-content h2 span:last-of-type::after {
content: "";
position: absolute;
bottom: -30px;
right: 0;
width: 100%;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/2-traits-underline-orangeFichier-14.svg);
z-index: -1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
-webkit-transform: scaleY(0.75);
    -ms-transform: scaleY(0.75);
        transform: scaleY(0.75);
}

#wrapper .row-petit-plus-content  .row-container-petit-plus .row-child .row-inner {
margin-bottom: 36px;
}


#wrapper .row-petit-plus-content .bloc-petit-plus {
padding: 0;
max-width: 500px;
margin-left: auto;
padding-right: 36px;
}

#wrapper .row-petit-plus-content .uncode_text_column {
max-width: 500px;
margin-left: auto;
}


#wrapper .row-petit-plus-content .bloc-petit-plus .uncol {
position: relative;
}

#wrapper .row-petit-plus-content .bloc-petit-plus .uncol::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: var(--orange);
bottom: -36px;
right: -36px;
z-index: 0;
}


#wrapper .row-petit-plus-content .bloc-petit-plus .icon-box {
margin: 10px 0;
}


#wrapper .row-petit-plus-content .bloc-petit-plus .icon-box-content {
padding-left: 12px;
}

#wrapper .row-petit-plus-content .bloc-petit-plus .heading-text {
position: relative;
}

#wrapper .row-petit-plus-content .bloc-petit-plus .heading-text::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-Plus.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100px;
right: -50px;
height: 100px;
top: -50px;
z-index: 5;
}

#wrapper .row-petit-plus-content .bloc-petit-plus h3 {
font-weight: 300;
margin-bottom: 36px !important;
position: relative;
}

#wrapper .row-petit-plus-content .bloc-petit-plus h3::after{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 60%;
right: 0;
height: 30px;
bottom: -30px;
opacity: 1;
-webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
z-index: 5;
}

#wrapper .row-petit-plus-content .bloc-petit-plus p {
color: var(--blanc);
}

#wrapper .row-petit-plus-content .img-petit-plus img {
-o-object-fit: cover;
   object-fit: cover;
}

#wrapper .section-long-texte .row-inner > div{
padding: 0;
}

#wrapper .row-carousel-content .carousel-content, #wrapper .row-carousel-content .carousel-content img {
-o-object-position: top;
   object-position: top;
}

@media (max-width: 576px) {
#wrapper .row-carousel-content .carousel-content, #wrapper .row-carousel-content .carousel-content img{
  height: 500px !important;
}
}

@media (max-width: 767.98px) {

#wrapper .row-carousel-content .row-inner, #wrapper .row-petit-plus-content .row-inner, #wrapper .section-long-texte .row-inner{
  margin: 36px auto 0;
}

#wrapper .row-petit-plus-content .row-inner {
  margin-bottom: 36px;
}

#wrapper .section-long-texte .row-inner {
  width: 95%;
  min-width: 90%;
}

#wrapper .row-carousel-content .row-inner{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 95%;
  min-width: 90%;
}

#wrapper .row-petit-plus-content .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  min-width: 90%;
}

#wrapper .row-carousel-content .bloc-content h2 {
  font-size: 42px;
  text-align: center;
}

#wrapper .row-carousel-content .bloc-content {
  margin-bottom: 36px;
  padding-top: 0;
}

#wrapper .row-carousel-content .carousel-content, #wrapper .row-carousel-content .carousel-content img{
  height: 700px;
}

#wrapper .row-petit-plus-content .bloc-petit-plus, #wrapper .row-petit-plus-content .uncode_text_column {
  margin-right: auto;
  margin-left: auto;
}

#wrapper .row-petit-plus-content .uncode_text_column {
  max-width: 100%;
}

#wrapper .row-petit-plus-content .img-petit-plus img {
  height: 500px;
}

#wrapper .row-petit-plus-content  .row-container-petit-plus {
  margin-top: 36px;
}

#wrapper .row-petit-plus-content  .img-petit-plus {
  margin-bottom: 36px;
}
}

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

#wrapper .row-carousel-content .col-lg-6, #wrapper .row-petit-plus-content .col-lg-6  {
  width: 100%;
}

#wrapper .row-carousel-content .row-inner, #wrapper .row-petit-plus-content .row-inner, #wrapper .section-long-texte .row-inner{
  margin: 36px auto 0;
}

#wrapper .row-petit-plus-content .row-inner {
  margin-bottom: 36px;
}

#wrapper .section-long-texte .row-inner {
  width: 90%;
  min-width: 90%;
}

#wrapper .row-carousel-content .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 90%;
  min-width: 90%;
}

#wrapper .row-petit-plus-content .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  min-width: 90%;
}

#wrapper .row-carousel-content .bloc-content h2 {
  font-size: 42px;
}

#wrapper .row-carousel-content .bloc-content {
  margin-bottom: 36px;
  padding-top: 0;
}

#wrapper .row-carousel-content .carousel-content, #wrapper .row-carousel-content .carousel-content img{
  height: 700px;
}

#wrapper .row-petit-plus-content .bloc-petit-plus, #wrapper .row-petit-plus-content .uncode_text_column {
  margin-right: auto;
  margin-left: auto;
}

#wrapper .row-petit-plus-content .uncode_text_column {
  max-width: 100%;
}

#wrapper .row-petit-plus-content .img-petit-plus img {
  height: 500px;
}

#wrapper .row-petit-plus-content  .row-container-petit-plus {
  margin-top: 36px;
}

#wrapper .row-petit-plus-content  .img-petit-plus {
  margin-bottom: 36px;
}
}

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


#wrapper .row-carousel-content .row-inner, #wrapper .row-petit-plus-content .row-inner {
  margin: 72px auto 0;
  width: 90%;
  min-width: 90%;
}

#wrapper .section-long-texte .row-inner {
  margin: 36px auto 0;
  width: 90%;
  min-width: 90%;
}

#wrapper .row-petit-plus-content .row-inner {
  margin-bottom: 36px;
}

#wrapper .row-petit-plus-content .row-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 72px;
}

#wrapper .row-carousel-content .carousel-content, #wrapper .row-carousel-content .carousel-content img{
  height: 600px;
}

#wrapper .row-carousel-content .bloc-content, #wrapper .row-carousel-content .carousel-content {
  width: 100%;
  padding: 0;
}

#wrapper .row-carousel-content .bloc-content {
  margin-bottom: 36px;
  padding-left: 36px;
}

#wrapper .row-carousel-content .bloc-content h2 {
  font-size: 40px;
}

#wrapper .row-petit-plus-content .img-petit-plus img{
  height: 700px;
  width: 450px;
  border-radius: 5px;
  border-top-right-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper .row-petit-plus-content  .row-container-petit-plus .row-child .row-inner {
  width: 100%;
}


#wrapper .row-petit-plus-content .bloc-petit-plus h3 {
  font-size: 40px;
}


}

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

#wrapper .row-carousel-content .row-inner, #wrapper .row-petit-plus-content .row-inner{
  margin: 72px auto 0;
}

#wrapper .row-petit-plus-content .row-inner {
  margin-bottom: 72px;
}

#wrapper .section-long-texte .row-inner {
  margin-left: 0;
  margin: 72px auto;
}

#wrapper .row-carousel-content .row-inner, #wrapper .section-long-texte .row-inner {
  max-width: 1100px;
  min-width: 0;
}


#wrapper .row-carousel-content .row-inner, #wrapper  .row-petit-plus-content .row-inner{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#wrapper .row-carousel-content .carousel-content {
  padding-left: 0;
}

#wrapper .row-carousel-content .carousel-content, #wrapper .row-carousel-content .carousel-content img{
  height: 600px;
}

#wrapper .row-carousel-content .bloc-content h2 {
  font-size: 50px;
}

#wrapper .row-petit-plus-content .img-petit-plus img{
  height: 700px;
  width: 450px;
  border-radius: 5px;
  border-top-right-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper .row-petit-plus-content .bloc-petit-plus h3 {
  font-size: 40px;
}

}

@media (min-width: 1600px) {

#wrapper .row-carousel-content .row-inner, #wrapper .row-petit-plus-content .row-inner{
  margin: 72px auto 0;
}

#wrapper .row-petit-plus-content .row-inner {
  margin-bottom: 72px;
}

#wrapper .section-long-texte .row-inner {
  margin-left: 0;
  margin: 72px auto;
}



#wrapper .row-carousel-content .row-inner, #wrapper  .row-petit-plus-content .row-inner{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#wrapper .row-carousel-content .carousel-content,  #wrapper .row-petit-plus-content .row-container-petit-plus {
  padding-left: 0;
  padding-right: 36px;
}

#wrapper .row-carousel-content .carousel-content {
  padding-left: 0;
}

#wrapper .row-carousel-content .carousel-content, #wrapper .row-carousel-content .carousel-content img{
  height: 600px;
}

#wrapper .row-petit-plus-content .img-petit-plus img{
  height: 700px;
  width: 450px;
  border-radius: 5px;
  border-top-right-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper .row-carousel-content .bloc-content h2 {
  font-size: 50px;
}

#wrapper .row-petit-plus-content .bloc-petit-plus h3 {
  font-size: 40px;
}

}

/* ------------------------------- Section autres prestations ---------------------------------------- */



#wrapper .section-autres-presta .row-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
position: relative;
}


#wrapper .section-autres-presta .row-inner::before {
content: "";
position: absolute;
top: -60px;
left: -250px;
width: 400px;
height: 700px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/graines-bloc-pro-part.svg);
z-index: 0;
opacity: .5;
}



#wrapper .section-autres-presta .row-inner .bloc-content-autres-presta, #wrapper .section-autres-presta .row-inner .bloc-img-pro-part{
height: auto;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part .uncode-single-media-wrapper {
position: relative;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part .uncode-single-media-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(rgba(255, 111, 0, 0.15)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, rgba(255, 111, 0, 0.15) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(255, 111, 0, 0.15) 100%);
  mix-blend-mode: darken;
  z-index: 5;
  opacity: .75;
  border-radius: 5px;
  pointer-events: none;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part .uncode-single-media-wrapper::after {
content: "";
position: absolute;
bottom: 20px;
right: 25px;
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-fleche.svg);
z-index: 15;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part {
padding: 0;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part .img-section-pro-part {
margin-top: 0;
}


#wrapper .section-autres-presta .row-inner .bloc-img-pro-part img {
-o-object-fit: cover;
   object-fit: cover;
border-radius: 5px;
}

#wrapper .section-autres-presta .bloc-img-pro-part .title-img-section-pro-part {
position: absolute;
z-index: 10;
font-size: 30px;
bottom: 25px;
left: 25px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type {
position: relative;
}


#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-logo-blanc.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100%;
height: 175px;
right: -100px;
top: -100px;
-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
        transform: rotate(5deg);
}



#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column {
margin-top: 0;
font-style: italic;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p{
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: relative;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p::after {
content: "";
position: absolute;
bottom: -50px;
left: 0;
width: 65%;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-blanc.svg);
z-index: 0;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
-webkit-transform: scaleY(.75);
    -ms-transform: scaleY(.75);
        transform: scaleY(.75);
}


#wrapper .section-autres-presta .bloc-content-autres-presta a {
border: solid 1px var(--blanc) !important;
color: var(--blanc) !important;
}



@media (max-width: 767.98px) {
#wrapper .section-autres-presta .row-inner {
  margin: 36px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  min-width: 95%;
}

#wrapper .section-autres-presta .bloc-content-autres-presta h3 {
  font-size: 44px;
  margin-bottom: 12px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column, #wrapper .section-autres-presta .bloc-content-autres-presta .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .heading-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .heading-text h3{
  text-align: center;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p {
  font-size: 20px;
  text-align: center;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part {
  margin-bottom: 10px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part, #wrapper .section-autres-presta .row-inner .bloc-img-pro-part img {  
  height: 200px;
  width: 100%;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type::before {
  display: none;
}

#wrapper .section-autres-presta .bloc-content-autres-prest .btn-container {
  margin-top: 0;
}

#wrapper .section-autres-presta .bloc-content-autres-presta a {
  float: right;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  margin: 16px 0;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p::after {
  left: 17%;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
#wrapper .section-autres-presta .row-inner {
  margin: 36px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  min-width: 90%;
}

#wrapper .section-autres-presta .bloc-content-autres-presta h3 {
  font-size: 44px;
  margin-bottom: 12px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column, #wrapper .section-autres-presta .bloc-content-autres-presta .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p {
  font-size: 24px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta {
  width: 100%;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part {
  margin-right: 20px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part, #wrapper .section-autres-presta .row-inner .bloc-img-pro-part img {  
  height: 450px;
  width: 300px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type img, #wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type .uncode-single-media-wrapper::before {  
  border-top-right-radius: 200px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type::before {
  right: -75px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta a {
  margin-bottom: 36px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .btn-container {
  margin-top: 72px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p::after {
  left: 17%;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
#wrapper .section-autres-presta .row-inner {
  margin: 72px auto;
}

#wrapper .section-autres-presta .bloc-content-autres-presta h3 {
  font-size: 44px;
  margin-bottom: 12px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part {
  margin-right: 20px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 36px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p {
  font-size: 20px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part, #wrapper .section-autres-presta .row-inner .bloc-img-pro-part img {  
  height: 450px;
  width: 300px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type img,#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type .uncode-single-media-wrapper::before {  
  border-top-right-radius: 200px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type::before {
  right: -75px !important;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .btn-container {
  margin-top: 72px;
}


}

@media (min-width: 1200px) and (max-width: 1599.98px) {
#wrapper .section-autres-presta .row-inner {
  margin: 72px auto;
}

#wrapper .section-autres-presta .bloc-content-autres-presta h3 {
  font-size: 50px;
  margin-bottom: 12px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta {
  padding-right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p {
  font-size: 28px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part {
  margin-right: 20px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part, #wrapper .section-autres-presta .row-inner .bloc-img-pro-part img {  
  height: 500px;
  width: 350px;
}


#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type img,#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type .uncode-single-media-wrapper::before {  
  border-top-right-radius: 200px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .btn-container {
  margin-top: 72px;
}

}

@media (min-width: 1600px) {

#wrapper .section-autres-presta .row-inner {
  margin: 72px auto;
}

#wrapper .section-autres-presta .bloc-content-autres-presta h3 {
  font-size: 50px;
  margin-bottom: 12px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta {
  padding-right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


#wrapper .section-autres-presta .bloc-content-autres-presta .uncode_text_column p {
  font-size: 28px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part {
  margin-right: 20px;
}


#wrapper .section-autres-presta .row-inner .bloc-img-pro-part, #wrapper .section-autres-presta .row-inner .bloc-img-pro-part img {  
  height: 500px;
  width: 350px;
}

#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type img,#wrapper .section-autres-presta .row-inner .bloc-img-pro-part:last-of-type .uncode-single-media-wrapper::before {  
  border-top-right-radius: 200px;
}

#wrapper .section-autres-presta .bloc-content-autres-presta .btn-container {
  margin-top: 72px;
}


}


/* ------------------------------- Notre equipe ---------------------------------------- */

#wrapper .header-2-content-page {
position: relative;
}

#wrapper .header-2-content-page::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 28, 0, 1)), to(rgba(0, 0, 0, 0.6)));
background: -o-linear-gradient(bottom, rgba(51, 28, 0, 1) 0%, rgba(0, 0, 0, 0.6) 100%);
background: linear-gradient(to top, rgba(51, 28, 0, 1) 0%, rgba(0, 0, 0, 0.6) 100%);
mix-blend-mode: multiply;
z-index: 1;
opacity: 1;
pointer-events: none;
}


#wrapper .header-2-content-page .heading-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#wrapper .header-2-content-page h1{
position: relative;
z-index: 5;
}

#wrapper #header-equipe h1::after{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://foueestif.fr/wp-content/uploads/2024/10/motifs-logo-orangev2Fichier-16.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 75%;
height: 250px;
right: -30%;
top: -100px;
}

#wrapper #header-equipe  {
border-bottom: var(--orange) solid 35px;
}



#wrapper #row-histoire-foueestif .row-inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 72px;
}



#wrapper #row-histoire-foueestif .row-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -400px;
  width: 500px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-5.svg);
  z-index: 1;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
  opacity: .15;
  }



#wrapper #row-histoire-foueestif .row-inner::before {
content: "";
position: absolute;
top: -125px;
left: -200px;
width: 300px;
height: 180px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-orange.svg);
z-index: 0;
-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
        transform: rotate(5deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: .15;
}

#wrapper #row-histoire-foueestif .row-inner > div {
height: auto;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-heading-histoire{
position: absolute;
left: 50%;
top: 35%;
z-index: 5;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;

}

#wrapper #row-histoire-foueestif .row-inner h2 span:first-of-type{
color: var(--noir);
}

#wrapper #row-histoire-foueestif .row-inner h2 span:last-of-type{
color: var(--orange);
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire {
position: relative;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-supperpose {
position: absolute;
z-index: 5;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .uncode_text_column p{
font-size: 20px;
}

#wrapper #row-histoire-foueestif .row-inner .heading-histoire{
position: absolute;
z-index: 3;
top: 30%;
right: 87%;
}

#wrapper .row-bloc-text-content .uncode_text_column p{
font-size: 24px;
font-style: italic;
position: relative;
z-index: 2;
}

#wrapper .row-bloc-text-content .uncode_text_column p::before{
content: "";
position: absolute;
top: -10px;
left: -80px;
width: 65px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/guillemet-orange.svg);
z-index: 0;
-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
        transform: rotate(5deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

@media (max-width: 959px) {
#wrapper #header-equipe  {
  padding-top: 100px;
}
}



@media (max-width: 575.98px) {
#wrapper .header-2-content-page {
  padding-top: 36px;
}

#wrapper #header-equipe {
  min-height: 550px;
}

#wrapper #header-equipe .row-child-header .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper .header-2-content-page h1{
  font-size: 50px;
}

#wrapper #header-equipe h1::after{

  top: -50px;
}

#wrapper .header-2-content-page h1::after{
  top: -50px;
  height: 200px;

}

#wrapper #header-equipe .bloc-text-header {
  width: 100%;
  padding: 0;
}

#wrapper #header-equipe .uncode_text_column{
  position: relative;
  z-index: 3;
  margin: 36px ;
}


#wrapper #header-equipe .bloc-img-absolute {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  z-index: 1;
  width: 90%;

}


#wrapper #header-equipe .bloc-img-absolute img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;

}

#wrapper .row-bloc-text-content {
  margin: 72px auto;
  max-width: 600px;
}



#wrapper .row-bloc-text-content .row-inner {
  margin-top: 60%;
  max-width: 90%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-histoire-foueestif .row-inner {
  max-width: 90%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-histoire-foueestif .row-inner::before {
  top: -50px;
  width: 350px;
  left: -200px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire, #wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire img{
  height: 300px;
  width: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire {
  width: 200px;
  padding: 0;
  margin-left: 40%;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:first-of-type{
  font-size: 34px;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:last-of-type{
  font-size: 50px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .uncode_text_column p{
  font-size: 18px;
}

#wrapper #row-histoire-foueestif .row-inner .heading-histoire{
  right: 80%;
  top: 120px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-supperpose {
  display: none;
}


#wrapper .row-bloc-text-content .uncode_text_column p::before{
  opacity: .25;
  left: -10px;
}


}


@media (min-width: 576px) and (max-width: 767.98px) {


#wrapper .header-2-content-page {
  padding-top: 36px;
}

#wrapper #header-equipe {
  min-height: 550px;
}

#wrapper #header-equipe .row-child-header .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper .header-2-content-page h1{
  font-size: 50px;
}

#wrapper #header-equipe h1::after{

  top: -50px;
}

#wrapper .header-2-content-page h1::after{
  top: -50px;
  height: 200px;

}

#wrapper #header-equipe .bloc-text-header {
  width: 100%;
  padding: 0;
}

#wrapper #header-equipe .uncode_text_column{
  position: relative;
  z-index: 3;
  margin: 36px ;
}


#wrapper #header-equipe .bloc-img-absolute {
  height: auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  z-index: 1;
  width: 90%;

}


#wrapper #header-equipe .bloc-img-absolute img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;

}

#wrapper .row-bloc-text-content {
  margin: 72px auto;
  max-width: 600px;
}

#wrapper .row-bloc-text-content .row-inner {
  margin-top: 72px;
  max-width: 90%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}


#wrapper #row-histoire-foueestif .row-inner {
  max-width: 90%;
  min-width: 0;
  margin: 72px auto;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire, #wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire img{
  height: 300px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire {
  width: 250px;
  padding: 0;
  margin-left: 40%;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:first-of-type{
  font-size: 40px;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:last-of-type{
  font-size: 60px;
}

#wrapper #row-histoire-foueestif .row-inner .heading-histoire{
  right: 80%;
  top: 120px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-supperpose {
  top: -100px;
  right: -100px;
  width: 250px;
  height: 200px;
}

#wrapper .row-bloc-text-content .uncode_text_column p::before{
  opacity: .25;
  left: -10px;
}


}

@media (min-width: 768px) and (max-width: 991.98px) {
#wrapper .header-2-content-page {
  padding-top: 72px;
}

#wrapper #header-equipe {
  min-height: 550px;
}

#wrapper #header-equipe .row-child-header .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper .header-2-content-page h1{
  font-size: 64px;
}

#wrapper #header-equipe h1::after{

  top: -60px;
}


#wrapper .header-2-content-page h1::after{
  top: -75px;
  height: 200px;

}

#wrapper #header-equipe .bloc-text-header {
  width: 75%;
  padding: 0;
}

#wrapper #header-equipe .uncode_text_column{
  position: relative;
  z-index: 3;
  margin: 36px ;
}


#wrapper #header-equipe .bloc-img-absolute {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  z-index: 1;
  width: 70%;

}

#wrapper #header-equipe .bloc-img-absolute img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;

}

#wrapper .row-bloc-text-content {
  margin: 72px auto;
  max-width: 600px;
}

#wrapper .row-bloc-text-content .row-inner {
  margin-top: 136px;
  max-width: 90%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-histoire-foueestif .row-inner {
  margin: 72px auto;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire {
  width: 300px;
  padding: 0;
  margin-left: 50%;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire, #wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire img{
  height: 360px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-heading-histoire{
  -webkit-transform: translateX(-64%) translateY(-50%);
      -ms-transform: translateX(-64%) translateY(-50%);
          transform: translateX(-64%) translateY(-50%);
}



#wrapper #row-histoire-foueestif .row-inner h2 span:first-of-type{
  font-size: 65px;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:last-of-type{
  font-size: 100px;
}


#wrapper #row-histoire-foueestif .row-inner h2 span:first-of-type{
  font-size: 65px;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:last-of-type{
  font-size: 100px;
}

#wrapper #row-histoire-foueestif .row-inner .heading-histoire{
  top: 140px;
}


#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-supperpose {
  top: -125px;
  right: -125px;
  width: 350px;
  height: 250px;
}



}

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

#wrapper .header-2-content-page {
  padding-top: 72px;
}

#wrapper #header-equipe {
  min-height: 550px;
}

#wrapper #header-equipe .row-child-header .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper .header-2-content-page h1{
  font-size: 80px;
}

#wrapper #header-equipe h1::after{

  top: -75px;
}

#wrapper #header-equipe .bloc-text-header {
  width: 75%;
}

#wrapper #header-equipe .uncode_text_column{
  position: relative;
  z-index: 3;
  margin: 36px ;
}


#wrapper #header-equipe .bloc-img-absolute {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  z-index: 1;
  width: 70%;

}

#wrapper #header-equipe .bloc-img-absolute img {
  aspect-ratio: 6 / 4;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}

#wrapper .row-bloc-text-content {
  margin: 72px auto;
  max-width: 800px;
}

#wrapper .row-bloc-text-content .row-inner {
  margin-top: 172px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}




#wrapper #row-histoire-foueestif .row-inner .bloc-heading-histoire{
  -webkit-transform: translateX(-62%) translateY(-50%);
      -ms-transform: translateX(-62%) translateY(-50%);
          transform: translateX(-62%) translateY(-50%);
}

#wrapper #row-histoire-foueestif .row-inner {
  margin: 136px auto 72px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire {
  width: 400px;
  padding: 0;
  margin-left: 47%;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire, #wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire img{
  height: 480px;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:first-of-type{
  font-size: 75px;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:last-of-type{
  font-size: 110px;
}

#wrapper #row-histoire-foueestif .row-inner .heading-histoire{
  top: 160px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-supperpose {
  top: -150px;
  right: -150px;
  width: 400px;
  height: 300px;
}



}

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

#wrapper .header-2-content-page {
  padding-top: 100px;
}

#wrapper #header-equipe {
  min-height: 550px;
}

#wrapper .header-2-content-page h1{
  font-size: 80px;
}

#wrapper #header-equipe .bloc-img-absolute {
  height: auto;
  position: absolute;
  top: 0;
}

#wrapper #header-equipe .bloc-img-absolute img {
  aspect-ratio: 6 / 4;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

#wrapper #header-equipe .uncode_text_column{
  position: relative;
  z-index: 3;
  margin-top: 50px !important;
  margin: 36px ;
}

#wrapper .row-bloc-text-content {
  margin: 72px auto;
  max-width: 1000px;
}

#wrapper .row-bloc-text-content .row-inner {
  margin-top: 136px;
  max-width: 1100px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-heading-histoire{
  -webkit-transform: translateX(-58%) translateY(-50%);
      -ms-transform: translateX(-58%) translateY(-50%);
          transform: translateX(-58%) translateY(-50%);
}

#wrapper #row-histoire-foueestif .row-inner {
  margin: 136px auto 72px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire {
  width: 500px;
  padding: 0;
  margin-left: 46%;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire, #wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire img{
  height: 600px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:first-of-type{
  font-size: 85px;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:last-of-type{
  font-size: 125px;
}

#wrapper #row-histoire-foueestif .row-inner .heading-histoire{
  top: 190px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-supperpose {
  top: -175px;
  right: -200px;
  width: 450px;
  height: 400px;
}


}

@media (min-width: 1600px) {

#wrapper .header-2-content-page {
  padding-top: 100px;
}

#wrapper #header-equipe {
  min-height: 550px;
}

#wrapper .header-2-content-page h1{
  font-size: 96px;
}

#wrapper #header-equipe .bloc-img-absolute {
  height: auto;
  position: absolute;
  top: 0;
}

#wrapper #header-equipe .bloc-img-absolute img {
  aspect-ratio: 6 / 4;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #header-equipe .uncode_text_column{
  position: relative;
  z-index: 3;
  margin-top: 50px !important;
  margin: 36px ;
}

#wrapper .row-bloc-text-content {
  margin: 72px auto;
  max-width: 1000px;
}

#wrapper .row-bloc-text-content .row-inner {
  margin-top: 200px;
}


#wrapper #row-histoire-foueestif .row-inner .bloc-heading-histoire{
  -webkit-transform: translateX(-58%) translateY(-50%);
      -ms-transform: translateX(-58%) translateY(-50%);
          transform: translateX(-58%) translateY(-50%);
}

#wrapper #row-histoire-foueestif .row-inner {
  margin: 136px auto 72px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire {
  width: 500px;
  padding: 0;
  margin-left: 45%;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire, #wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-histoire img{
  height: 600px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:first-of-type{
  font-size: 85px;
}

#wrapper #row-histoire-foueestif .row-inner h2 span:last-of-type{
  font-size: 125px;
}

#wrapper #row-histoire-foueestif .row-inner .heading-histoire{
  top: 190px;
}

#wrapper #row-histoire-foueestif .row-inner .bloc-content-histoire .img-supperpose {
  top: -200px;
  right: -250px;
  width: 500px;
  height: 300px;
}




}


/* ------------------------------- A propos ---------------------------------------- */

#wrapper #header-a-propos .row-inner{
margin: 100px auto ;
}

#wrapper #header-a-propos .row-inner, #wrapper #row-a-propos-histoire .row-inner,#wrapper #row-a-propos-consommation .row-inner,
#wrapper #row-a-propos-consommation #row-content-consommation .row-inner, #wrapper #row-a-propos-preparation .row-inner, 
#wrapper #row-a-propos-preparation #row-a-propos-content-consommation .row-inner {
min-width: 0;
}

#wrapper #row-a-propos-consommation > .row-parent > .row-inner {
position: relative;
}

#wrapper #row-a-propos-consommation > .row-parent > .row-inner::before {
content: "";
position: absolute;
top: -100px;
left: -200px;
width: 300px;
height: 180px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-orange.svg);
z-index: 0;
-webkit-transform: scaleX(-1) rotate(10deg);
    -ms-transform: scaleX(-1) rotate(10deg);
        transform: scaleX(-1) rotate(10deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: .15;
}
#wrapper #header-a-propos .row-inner .wpb_column .uncoltable > .uncell > .uncont {
padding-top: 0 !important;
}


#wrapper #header-a-propos h1 {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
text-align: center;

}

#wrapper #header-a-propos h1 span:last-of-type::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100%;
right: 0;
height: 50px;
bottom: -15px;
opacity: 1;
-webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
z-index: -1;
}


#wrapper #header-a-propos h1 span:first-of-type, #wrapper #row-a-propos-histoire h2 span:last-of-type, #wrapper #row-a-propos-preparation h2 span:last-of-type {
color: var(--orange);

}


#wrapper #header-a-propos h1 span:last-of-type, #wrapper #row-a-propos-histoire h2 span:first-of-type {
color: var(--blanc);
position: relative;
z-index: 3;
}

#wrapper #row-a-propos-preparation h2 span:last-of-type {
position: relative;
}

#wrapper #row-a-propos-preparation h2 span:first-of-type {
color: var(--noir);
}

#wrapper #row-a-propos-preparation h2 span:last-of-type::after {
content: "";
position: absolute;
top: 50px;
left: 50%;
width: 150px;
height: 200px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-fleche-orange.svg);
z-index: 3;
-webkit-transform: rotate(-30deg) translateX(-50%);
    -ms-transform: rotate(-30deg) translateX(-50%);
        transform: rotate(-30deg) translateX(-50%);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper .header-2-content-page .uncode_text_column {
z-index: 5;
}

#wrapper #header-a-propos .uncode_text_column {
text-align: center;
}


#wrapper #row-a-propos-histoire .row-inner, #wrapper #row-a-propos-consommation .row-inner, 
#wrapper #row-a-propos-consommation #row-content-consommation .row-inner, 
#wrapper #row-a-propos-preparation .row-inner, 
#wrapper #row-a-propos-preparation #row-a-propos-content-consommation .row-inner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

#wrapper #row-a-propos-consommation .row-inner, 
#wrapper #row-a-propos-consommation #row-content-consommation .row-inner, 
#wrapper #row-a-propos-preparation #row-a-propos-content-consommation .row-inner{
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#wrapper #row-a-propos-consommation #row-content-consommation img {
aspect-ratio: 5/6;
-o-object-fit: cover;
   object-fit: cover;
}


#wrapper #row-a-propos-consommation .wpb_column {
padding-left: 0;
}


#wrapper #row-a-propos-histoire, #wrapper #row-a-propos-histoire .img-a-propos-histoire,#wrapper #row-a-propos-histoire .bloc-a-propos-histoire, 
#wrapper #row-a-propos-consommation, #wrapper #row-a-propos-consommation > .row-parent > .row-inner > .wpb_column, #wrapper #row-a-propos-consommation .bloc-a-propos-consomation, 
#wrapper #row-a-propos-consommation .img-a-propos-consomation, #wrapper #row-a-propos-preparation, #wrapper #row-a-propos-preparation > .row-parent > .row-inner > .wpb_column,
#wrapper #row-a-propos-preparation .bloc-a-propos-prepatation {
height: auto;
padding: 0;
}

#wrapper #row-a-propos-consommation .bloc-a-propos-consomation p, #wrapper #row-a-propos-preparation .bloc-a-propos-prepatation p{
font-size: 20px;
font-weight: 300;
}

#wrapper #row-a-propos-histoire h2 span:first-of-type {
position: relative;
z-index: 3;
}

#wrapper #row-a-propos-histoire h2 span:first-of-type::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-chapeau.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 125px;
right: -60px;
height: 125px;
top: -20px;
opacity: .1;
z-index: 5;
-webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
        transform: rotate(15deg);
}

#wrapper #row-a-propos-preparation .bloc-a-propos-prepatation:last-of-type {
position: relative;
}

#wrapper #row-a-propos-preparation .bloc-a-propos-prepatation:last-of-type::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-feu-2.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 50px;
right: -20px;
height: 150px;
top: -75px;
z-index: 0;
opacity: .25;
-webkit-transform:  rotate(15deg);
    -ms-transform:  rotate(15deg);
        transform:  rotate(15deg);
}


#wrapper #row-a-propos-histoire .img-a-propos-histoire {
position: relative;
}

#wrapper #row-a-propos-histoire .img-a-propos-histoire::after {
content: "";
position: absolute;
bottom: 36px;
left: -36px;
width: 100%;
height: 50%;
border-left: 3px solid var(--orange);
border-bottom: 3px solid var(--orange);
z-index: 5;
}

#wrapper #row-a-propos-consommation .heading-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}


#wrapper #row-a-propos-consommation h2  {
position: relative;
margin-bottom: 36px !important;
}

#wrapper #row-a-propos-consommation h2::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100%;
height: 25px;
left: -10%;
opacity: 1;
-webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
}



@media (max-width: 767.98px) {
#wrapper #header-a-propos {
  height: auto;
}

#wrapper #header-a-propos .row-inner, #wrapper #row-a-propos-consommation .row-inner, #wrapper #row-a-propos-preparation{
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-a-propos-preparation .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 36px auto 0;
}

#wrapper #header-a-propos h1 span:last-of-type::after {
  bottom: -30px !important;
}

#wrapper #row-a-propos-consommation #row-content-consommation .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper #row-a-propos-consommation .row-inner {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-a-propos-consommation > .row-parent > .row-inner::before {
  top: 50px;
  left: -150px;
  width: 300px;
}

#wrapper #row-a-propos-histoire .row-inner{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 95%;
  margin: 36px auto;
}

#wrapper #row-a-propos-consommation .row-parent > .row-inner {
  margin-bottom: 36px;
}

#wrapper #row-a-propos-histoire h2, #wrapper #row-a-propos-preparation h2 {
  font-size: 46px;
  text-align: center;
  width: 100%;
}

#wrapper #row-a-propos-preparation h2 span:last-of-type::after {
  left: -50px;
  height: 100px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  top: 10%;
}

#wrapper #row-a-propos-consommation .bloc-a-propos-consomation img {
  height: 500px;
}

#wrapper #row-a-propos-consommation .img-a-propos-consomation {
  margin-bottom: 36px;
}




#wrapper #row-a-propos-histoire .img-a-propos-histoire {
  width: 100%;
}

#wrapper #row-a-propos-histoire .bloc-a-propos-histoire {
  width: 100%;
  margin-bottom: 36px;
}


}

@media (min-width: 768px) and (max-width: 991.98px) {
#wrapper #header-a-propos {
  height: 500px;
}

#wrapper #header-a-propos .row-inner{
  max-width: 90%;
}

#wrapper #header-a-propos h1 span:last-of-type::after {
  bottom: -30px !important;
}

#wrapper #row-a-propos-consommation #row-content-consommation .row-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 100% !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

#wrapper #row-a-propos-consommation .row-inner, #wrapper #row-a-propos-preparation > .row-parent > .row-inner {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-a-propos-preparation .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 36px auto 0;
}

#wrapper #row-a-propos-consommation > .row-parent > .row-inner::before {
  top: 50px;
  left: -150px;
  width: 300px;
}

#wrapper #row-a-propos-preparation #row-a-propos-content-preparation .row-child > .row-inner {
  margin-left: 0;
}

#wrapper #row-a-propos-preparation #row-a-propos-content-preparation .row-child > .row-inner .col-lg-6 {
  width: 100%;
}

#wrapper #row-a-propos-preparation .row-inner img{
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}



#wrapper #row-a-propos-histoire .row-inner{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-a-propos-consommation .row-parent > .row-inner {
  margin-bottom: 72px;
}

#wrapper #row-a-propos-histoire .row-inner {
  margin: 36px auto;
}

#wrapper #row-a-propos-histoire h2, #wrapper #row-a-propos-preparation h2{
  font-size: 46px;
  text-align: center;
  width: 100%;
}


#wrapper #row-a-propos-preparation h2 span:last-of-type::after {
  left: -75px;
  height: 150px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  top: 10%;
}

#wrapper #row-a-propos-consommation .bloc-a-propos-consomation, #wrapper #row-a-propos-consommation .img-a-propos-consomation {
  max-width: 45%;
}


#wrapper #row-a-propos-histoire .img-a-propos-histoire {
  width: 100%;
}

#wrapper #row-a-propos-histoire .bloc-a-propos-histoire {
  width: 100%;
  margin-bottom: 36px;
}


}

@media (min-width: 992px) and (max-width: 1199.98px) {
#wrapper #header-a-propos {
  height: 500px;
}

#wrapper #header-a-propos .row-inner{
  max-width: 800px;
}

#wrapper #row-a-propos-consommation #row-content-consommation .row-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

#wrapper #row-a-propos-histoire .row-inner, #wrapper #row-a-propos-consommation .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-a-propos-preparation .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}

#wrapper #row-a-propos-consommation .row-parent > .row-inner {
  margin-bottom: 72px;
}

#wrapper #row-a-propos-preparation #row-a-propos-content-preparation .row-inner .bloc-1-a-propos-prepatation{
  margin-right: 36px;
}

#wrapper #row-a-propos-histoire .row-inner {
  margin: 72px auto;
}


#wrapper #row-a-propos-preparation h2 span:last-of-type::after {
  left: 72%;
  width: 200px;
  height: 175px;
  -webkit-transform: scaleX(-1) rotate(45deg);
      -ms-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
  top: 10%;
}


#wrapper #row-a-propos-histoire h2, #wrapper #row-a-propos-consommation h2, #wrapper #row-a-propos-preparation h2 {
  font-size: 48px;
}




#wrapper #row-a-propos-consommation .bloc-a-propos-consomation, #wrapper #row-a-propos-consommation .img-a-propos-consomation {
  max-width: 350px;
}

#wrapper #row-a-propos-histoire .img-a-propos-histoire {
  width: 60%;
}

#wrapper #row-a-propos-histoire .bloc-a-propos-histoire {
  width: 40%;
  margin-left: 72px;
}



}

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

#wrapper #header-a-propos {
  height: 600px;
}

#wrapper #header-a-propos .row-inner{
  max-width: 1100px;
}


#wrapper #header-a-propos h1{
  margin-bottom: 72px;
}

#wrapper #row-a-propos-consommation #row-content-consommation .row-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

#wrapper #row-a-propos-histoire .row-inner,#wrapper #row-a-propos-consommation, .row-inner #wrapper #row-a-propos-preparation .row-inner{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-a-propos-preparation .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}

#wrapper #row-a-propos-consommation .row-parent > .row-inner {
  margin-bottom: 132px;
}

#wrapper #row-a-propos-histoire .row-inner {
  margin: 132px auto;
}

#wrapper #row-a-propos-histoire h2, #wrapper #row-a-propos-consommation h2, #wrapper #row-a-propos-preparation h2 {
  font-size: 60px;
}

#wrapper #row-a-propos-preparation h2 span:last-of-type::after {
  top: 50px;
  left: 58%;
  width: 200px;
  height: 200px;
}


#wrapper #row-a-propos-consommation .bloc-a-propos-consomation, #wrapper #row-a-propos-consommation .img-a-propos-consomation {
  max-width: 500px;
}

#wrapper #row-a-propos-consommation .img-a-propos-consomation img {
  max-height: 500px !important;
}

#wrapper #row-a-propos-preparation #row-a-propos-content-preparation {
  width: 75%;
  margin-left: 25%;
}

#wrapper #row-a-propos-preparation #row-a-propos-content-preparation .row-inner .bloc-1-a-propos-prepatation{
  margin-right: 36px;
}


#wrapper #row-a-propos-histoire .img-a-propos-histoire {
  width: 60%;
}

#wrapper #row-a-propos-histoire .bloc-a-propos-histoire {
  width: 40%;
  margin-left: 72px;
}

}

@media (min-width: 1600px) {

#wrapper #header-a-propos {
  height: 600px;
}

#wrapper #header-a-propos h1{
  margin-bottom: 72px;
}

#wrapper #row-a-propos-consommation #row-content-consommation .row-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wrapper #row-a-propos-histoire .row-inner, #wrapper #row-a-propos-consommation .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-a-propos-preparation .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}

#wrapper #row-a-propos-consommation .row-parent > .row-inner {
  margin-bottom: 132px;
}

#wrapper #row-a-propos-histoire .row-inner {
  margin: 132px auto;
}

#wrapper #row-a-propos-histoire h2, #wrapper #row-a-propos-consommation h2, #wrapper #row-a-propos-preparation h2 {
  font-size: 60px;
}

#wrapper #row-a-propos-preparation h2 span:last-of-type::after {
  top: 50px;
  left: 78%;
  width: 200px;
  height: 200px;
}



#wrapper #row-a-propos-consommation .bloc-a-propos-consomation, #wrapper #row-a-propos-consommation .img-a-propos-consomation {
  max-width: 600px;
}

#wrapper #row-a-propos-consommation .img-a-propos-consomation img {
  max-height: 610px !important;
}

#wrapper #row-a-propos-preparation #row-a-propos-content-preparation {
  width: 75%;
  margin-left: 25%;
}

#wrapper #row-a-propos-preparation #row-a-propos-content-preparation .row-inner .bloc-1-a-propos-prepatation{
  margin-right: 36px;
}


#wrapper #row-a-propos-histoire .img-a-propos-histoire {
  width: 60%;
}

#wrapper #row-a-propos-histoire .bloc-a-propos-histoire {
  width: 40%;
  margin-left: 72px;
}
}

/* ------------------------------- Nos formules et tarifs ---------------------------------------- */


#wrapper .row-text-tarifs > .row-parent > .row-inner {
max-width: 500px;
margin: 72px auto 0;
min-width: 0;
}

#wrapper .row-text-tarifs > .row-parent > .row-inner > .wpb_column {
padding: 0;
}

#wrapper .row-text-tarifs > .row-parent > .row-inner .uncode_text_column p{
text-align: center;
font-size: 24px;
}

#wrapper #row-text-plats-geants > .row-parent > .row-inner .uncode_text_column p {
font-size: 18px;
}

#wrapper #row-text-plats-geants > .row-parent > .row-inner {
margin-bottom: 72px;
}


#wrapper #row-formule::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-orange.svg);
z-index: 0;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 300px;
right: 100px;
height: 300px;
bottom: -8%;
opacity: .15;
}

#wrapper #row-formule > .row-parent > .row-inner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 136px 0;
min-width: 0;
}

#wrapper #row-formule .bloc-formule{
position: relative;
padding-left: 0;
height: auto;

} 



#wrapper #row-formule .bloc-formule .uncol {
height: 100%;
}


#wrapper #row-formule .single-block-padding {
padding-bottom: 72px;
}

#wrapper #row-formule .bloc-formule::before{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/fouee-detouree-ombre4.png);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 90%;
right: -25%;
height: 300px;
top: -10%;
opacity: 1;
z-index: 2;
}

#wrapper #row-formule .bloc-formule::after{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-rond.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 110px;
right: -10px;
height: 120px;
bottom: -25px;
opacity: 1;
z-index: 0;
}

#wrapper #row-formule .bloc-formule > .uncol > .uncoltable > .single-block-padding {
border-top-left-radius: 100px;
border-top-right-radius: 100px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}


#wrapper #row-formule .bloc-formule h2 {
margin-top: 72px !important;
color: var(--blanc);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
width: 90%;
margin: auto;
}

#wrapper #row-formule .bloc-formule h2 span:first-of-type{
font-size: 54px;
} 

#wrapper #row-formule .bloc-formule h2 span:last-of-type{
font-size: 75px;
}

#wrapper #row-formule .bloc-formule h2 span:first-of-type{
-ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
margin-right: 36px;
} 

#wrapper #row-formule .bloc-formule h2 span:last-of-type{
position: relative;
-ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
margin-left: 36px;
margin-top: -20px;
z-index: 5;
}

#wrapper #row-formule .bloc-formule h2 span:last-of-type::after{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100%;
right: 0;
height: 50px;
bottom: -42px;
opacity: 1;
-webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
z-index: -1;
}

#wrapper #row-formule .bloc-formule h3 {
font-size: 20px;
width: 100%;
text-align: center;
letter-spacing: 1px;
margin-bottom: 50px !important;
position: relative;
}

#wrapper #row-formule .bloc-formule h3::after {
content: "";
position: absolute;
display: block;
width: 60%; 
height: 2px; 
background-color: var(--orange); 
top: 50px; 
left: 20%;
}


#wrapper #row-formule .bloc-formule .uncode_text_column {
margin-top: 0;
margin: 6px 0;
text-align: center;
letter-spacing: 1px;
opacity: .75;
}



#wrapper #row-formule .bloc-formule .prix-formule {
opacity: 1 !important;
}

#wrapper #row-formule .bloc-formule .prix-formule {
position: absolute;
right: 8px;
bottom: 4px;

}

#wrapper #row-formule .bloc-formule .prix-formule p{
font-family: 'Marydale';
font-size: 42px;
font-weight: 600;

}


#wrapper #row-ingredients-tarif {
  margin-top: 100px;
}





#wrapper .row-content-tarif > .row-parent > .row-inner {
margin: 72px auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
min-width: 0;

}

#wrapper #row-ingredients-tarif .row-parent > .row-inner {
padding: 100px 0;
/* display: flex;
flex-direction: column;
align-items: center; */
}

#wrapper #row-ingredients-tarif .row-parent > .row-inner > .wpb_column {
  padding: 0;
}

#wrapper #row-ingredients-tarif .limit-width {
max-width: 2000px;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner {
margin: 72px auto 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 0;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner h3 {
position: relative;
z-index: 1;
margin-bottom: 16px !important;
font-size: 34px;
}


#wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner h3::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100%;
right: 0;
height: 25px;
bottom: -25px;
opacity: 1;
z-index: -1;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner .ingredient-tarif {
margin: 25px 0;
text-align: center;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif .title-ingredient-tarif .heading-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#wrapper .row-content-tarif > .row-parent > .row-inner .bloc-content-tarif, #wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner .bloc-ingredient, 
#wrapper #row-ingredients-tarif #row-ingredients-content-tarif {
height: auto;

}


#wrapper #row-ingredients-tarif .btn-container {
  display: flex;
  justify-content: center;
}

#wrapper #row-formule .bloc-formule:first-of-type .uncol::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://foueestif.fr/wp-content/uploads/2024/10/motifs-logo-orangev2Fichier-16.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100%;
height: 175px;
left: -25px;
top: -125px;
opacity: .25;
-webkit-transform: translateX(-40%) scaleX(-1);
    -ms-transform: translateX(-40%) scaleX(-1);
        transform: translateX(-40%) scaleX(-1);
}




#wrapper #row-content-tarif-1 > .row-parent > .row-inner {
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
}

#wrapper #row-content-tarif-1 > .row-parent > .row-inner::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-feu-2.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100px;
height: 175px;
left: -10px;
top: 50px;
opacity: .15;
-webkit-transform: translateX(-30%) scaleX(-1);
    -ms-transform: translateX(-30%) scaleX(-1);
        transform: translateX(-30%) scaleX(-1);
}

#wrapper #row-content-tarif-2 > .row-parent > .row-inner {
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

@media (max-width: 576.98px) {
#wrapper #row-formule > .row-parent > .row-inner{
  margin: 100px auto 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
}

#wrapper .row-content-tarif > .row-parent > .row-inner, #wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner  {
  width: 95%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper .row-text-tarifs > .row-parent > .row-inner {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

#wrapper #row-formule .bloc-formule {
  margin-bottom: 72px;
}

#wrapper #row-formule .bloc-formule h2 {
  margin-top: 50px !important;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif .bloc-ingredient > .uncol > .uncoltable > .uncell > .uncont {
  text-align: center;
}


#wrapper #row-content-tarif-2 > .row-parent > .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0;
}


#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-txt{
  margin-bottom: 72px;
}
}


@media (min-width: 576px) and (max-width: 767.98px) {
#wrapper #row-formule > .row-parent > .row-inner{
  margin: 100px auto 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper .row-content-tarif > .row-parent > .row-inner, #wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner  {
  width: 95%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper .row-text-tarifs > .row-parent > .row-inner {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

#wrapper #row-formule .bloc-formule {
  max-width: 450px;
  margin-bottom: 72px;
}

#wrapper #row-formule .bloc-formule h2 {
  margin-top: 50px !important;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif .bloc-ingredient > .uncol > .uncoltable > .uncell > .uncont {
  text-align: center;
}


#wrapper #row-content-tarif-2 > .row-parent > .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0;
}

#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-txt{
  margin-bottom: 72px;
}


}

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

#wrapper #row-formule > .row-parent > .row-inner{
  margin: 100px auto 36px;
  width: 90%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper .row-content-tarif > .row-parent > .row-inner, #wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner  {
  width: 90%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper .row-text-tarifs > .row-parent > .row-inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif .bloc-ingredient > .uncol > .uncoltable > .uncell > .uncont {
  text-align: center;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner .bloc-ingredient {
  width: 40%;
  padding-top: 0;
  padding-bottom: 36px;
}

#wrapper #row-formule .bloc-formule {
  width: 45%;
  margin-bottom: 36px;
}

#wrapper #row-formule .bloc-formule h2 {
  margin-top: 50px !important;
}

#wrapper #row-formule .bloc-formule:first-of-type {
  margin-right: 36px;
}

#wrapper #row-formule .bloc-formule:last-of-type {
  margin-left: 36px;
}


#wrapper #row-content-tarif-2 > .row-parent > .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0;
}

#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-txt{
  margin-bottom: 72px;
}
}

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

#wrapper #row-formule > .row-parent > .row-inner{
  margin: 136px 0 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner  {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #row-ingredients-tarif #row-ingredients-content-tarif > .row > .row-inner .bloc-ingredient {
  width: 40%;
  padding-top: 0;
  padding-bottom: 36px;
}

#wrapper #row-formule .bloc-formule {
  max-width: 45%;
  margin-bottom: 72px;
}

#wrapper #row-formule .bloc-formule:first-of-type {
  margin-right: 36px;
}

#wrapper #row-formule .bloc-formule:last-of-type {
  margin-left: 36px;
}




}

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

#wrapper #row-formule > .row-parent > .row-inner{
  margin: 136px 0 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #row-formule .bloc-formule {
  width: 375px;
}

#wrapper #row-formule .bloc-formule:first-of-type {
  margin-right: 36px;
}

#wrapper #row-formule .bloc-formule:last-of-type {
  margin-left: 36px;
}

#wrapper #row-content-tarif-1 > .row-parent > .row-inner .bloc-content-tarif-txt{
  margin-bottom: 36px;
  margin-right: 36px;
  width: calc(50% - 36px);
}



#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-img{
  width: 60%;
  margin-right: 36px;
}

#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-img img{
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-txt{
  width: calc(40% - 36px);
}
}

@media (min-width: 1600px) {

#wrapper #row-content-tarif-2 > .row-parent > .row-inner::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -450px;
  width: 500px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-5.svg);
  z-index: 0;
  -webkit-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
  opacity: .15;
}


#wrapper #row-formule > .row-parent > .row-inner{
  margin: 136px 0 36px;
}

#wrapper #row-formule .bloc-formule {
  max-width: 30%;
}

#wrapper #row-formule .bloc-formule:first-of-type {
  margin-right: 72px;
  position: relative;
}

#wrapper #row-formule .bloc-formule:last-of-type {
  margin-left: 72px;

}




#wrapper #row-content-tarif-1 > .row-parent > .row-inner .bloc-content-tarif-txt{
  margin-bottom: 36px;
  margin-right: 36px;
  width: calc(50% - 36px);
}



#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-img{
  width: 60%;
  margin-right: 36px;
}

#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-img img{
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-content-tarif-2 > .row-parent > .row-inner .bloc-content-tarif-txt{
  width: calc(40% - 36px);
}



}


/* ------------------------------- Les plats géants ---------------------------------------- */

#wrapper #row-plats-geants {
position: relative;
}


#wrapper #row-plats-geants::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/fouee-detouree3.png);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 375px;
height: 375px;
right: 100px;
bottom: -200px;
z-index: 5;
}
/* 
#wrapper #row-plats-geants::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-four.svg);
transition: .15s ease-out;
width: 1800px;
height: 90%;
left: -500px;
bottom: -5px;
z-index: 0;
opacity: .02;
} */

#wrapper #row-plats-geants > .row-parent::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/graines-bloc-pro-part.svg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 600px;
height: 90%;
right: -0;
top: -5px;
z-index: 0;
opacity: .05;
}
#wrapper #row-plats-geants > .row-parent > .row-inner {
min-width: 0;
margin: 72px auto;
}


#wrapper #row-plats-geants > .row-parent > .row-inner .heading-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#wrapper #row-plats-geants > .row-parent > .row-inner h2 {
margin-bottom: 72px !important;
position: relative;
z-index: 1;
}


#wrapper #row-plats-geants > .row-parent > .row-inner h2::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/2-traits-underline-orangeFichier-14.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 70%;
right: 15%;
height: 38px;
bottom: -50px;
opacity: 1;
z-index: -1;
}

#wrapper #row-plats-geants > .row-parent > .row-inner h2 span{
text-align: center;
}



#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;

}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants {
height: auto;
padding: 0;
}


#wrapper #row-plats-geants #row-content-plats-geants .prix-plats-geants {
font-family: 'Marydale';
color: var(--orange);
margin-bottom: 0;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner .bloc-plats-geants .supplement-plats-geants {
margin-bottom: 0;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner .bloc-plats-geants .supplement-plats-geants h5{
font-size: 18px;
font-weight: 600;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner .bloc-plats-geants .prix-supplements-plats-geants {
color: var(--blanc);
opacity: .75;
text-align: center;
font-weight: 600;
margin-top: 6px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner .bloc-plats-geants .menu-enfant {
max-width: 100% !important;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner .bloc-plats-geants .menu-enfant h5{
/* font-size: 30px; */

}

#wrapper #row-plats-geants #row-content-plats-geants .prix-plats-geants p {
font-size: 36px;
text-align: right;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants .nom-plats-geants {
margin-top: -16px;
margin-bottom: 16px;
max-width: 70%;
margin-left: auto;
margin-right: auto;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(2) .nom-plats-geants {

margin-bottom: 72px;

}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants h5 {
font-size: 26px;
font-weight: 500;
font-style: italic;



}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner .bloc-plats-geants h5, 
#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants .ingredient-plats-geants p,
#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(3) h3{
width: 100%;
text-align: center;
}


#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(3) .desc-plats-geants p {
padding-left: 50px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants .ingredient-plats-geants {
position: relative;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(1) .ingredient-plats-geants:after,
#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(2) .nom-plats-geants:after,
#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(3) .ingredient-plats-geants:last-of-type:after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 200px;
right: 50%;
height: 32px;
bottom: -50px;
opacity: 1;
z-index: 1;
-webkit-transform: scaleY(0.5) translateX(50%);
    -ms-transform: scaleY(0.5) translateX(50%);
        transform: scaleY(0.5) translateX(50%);
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(1) .ingredient-plats-geants:last-of-type:after,
#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(2) .nom-plats-geants:last-of-type:after {
  display: none;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(3) .ingredient-plats-geants {
margin-bottom: 20px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants:nth-child(3) h3 {
font-size: 36px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants .ingredient-plats-geants {
margin-bottom: 100px;
margin-top: 20px !important;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants .ingredient-plats-geants p {
color: var(--blanc);
opacity: .75;
}


#wrapper #row-img-plats-geant > .row-parent > .row-inner {
position: relative;
/* display: flex; */
margin: 0 auto 132px;
width: 100%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner::before {
content: "";
position: absolute;
top: -75px;
left: -150px;
width: 300px;
height: 180px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-orange.svg);
z-index: 0;
-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
        transform: rotate(5deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: .15;
}


#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-txt-plats-geants, #wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
height: auto;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-txt-plats-geants {
position: absolute;
left: 20%;
z-index: 5;
bottom: -10%;
background-color: var(--beige);
padding: 36px;
width: 400px;
/* position: relative; */
}


#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-txt-plats-geants::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;         /* Épaisseur de la bordure */
  height: 50%;        /* Moitié de la hauteur */
  background-color: var(--orange);
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-txt-plats-geants::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 50%;         /* Moitié de la largeur */
height: 2px;        /* Épaisseur de la bordure */
background-color: var(--orange); /* Couleur de la bordure */
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
display: table-cell;
}


#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants img{
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: top;
   object-position: top;
}


@media (max-width: 576px) {

#wrapper #row-plats-geants::after {
  width: 250px;
  height: 250px;
  bottom: -150px;
  right: -100px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-plats-geants > .row-parent > .row-inner h2 {
  font-size: 50px;
}


#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants {
  width: 80%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
  width: 90%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants img{
  max-height: 600px;

}

#wrapper #row-img-plats-geant > .row-parent > .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
  width: 100%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-txt-plats-geants {
  margin-top: 36px;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner div {
  height: auto;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-txt-plats-geants {
  /* left: 0;
  width: 300px;
  bottom: -50%;
  transform: translateY(50%); */
  position: static;
}
}

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

#wrapper #row-plats-geants::after {
  width: 270px;
  height: 270px;
  bottom: -170px;
  right: -100px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-plats-geants > .row-parent > .row-inner h2 {
  font-size: 50px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants {
  width: 75%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
  width: 90%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants img{
  max-height: 400px;

}


#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-txt-plats-geants {
  left: 0;
  width: 350px;
  bottom: -30%;
}
}

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


#wrapper #row-plats-geants::after {
  width: 350px;
  height: 350px;
  bottom: -200px;
  right: -100px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #row-plats-geants > .row-parent > .row-inner h2 {
  font-size: 60px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants {
  width: 75%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
  width: 70%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants img{
  max-height: 300px;

}
}

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

#wrapper #row-plats-geants::after {
  width: 350px;
  height: 350px;
  bottom: -200px;
  right: -100px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner {
  max-width: 950px;

}

#wrapper #row-plats-geants > .row-parent > .row-inner h2 {
  font-size: 60px;
}


#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants {
  width: 45%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
  width: 75%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants img{
  max-height: 500px;

}
#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-txt-plats-geants {
  bottom: -20%;
  left: 10%;
}
}

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

  #wrapper #row-plats-geants::after {
    right: 50px;
  }

#wrapper #row-plats-geants > .row-parent > .row-inner {
  max-width: 1150px;
}

#wrapper #row-plats-geants > .row-parent > .row-inner h2 {
  font-size: 60px;
}


#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants {
  width: 30%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
  width: 70%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants img{
  max-height: 600px;

}
}

@media (min-width: 1600px) {

#wrapper #row-plats-geants > .row-parent > .row-inner h2 {
  font-size: 60px;
}


#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wrapper #row-plats-geants > .row-parent > .row-inner #row-content-plats-geants .row-inner  .bloc-plats-geants {
  width: 30%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants {
  width: 70%;
}

#wrapper #row-img-plats-geant > .row-parent > .row-inner .bloc-img-plats-geants img{
  max-height: 600px;

}
}



/* ------------------------------- Footer ---------------------------------------- */

#wrapper #footer > .row-parent > .row-inner {
min-width: 0;
margin: 36px auto;

}


#wrapper #footer .logo-footer img {
width: 200px;
-o-object-fit: cover;
   object-fit: cover;
margin: 36px auto;
}


#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 0;
}

#wrapper #footer > .row-parent > .row-inner .footer-footer > .row-child > .row-inner {
margin-left: 0;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) h3 {
font-size: 18px;
color: var(--noir);
font-weight: 300;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) .icon-box a {
color: var(--noir) !important;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) .uncode-vc-social a {
  color: var(--orange) !important;
}


#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer a {
font-size: 18px;
color: var(--noir);
font-weight: 300;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) .icon-box-content {
padding-left: 18px;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) > .uncol > .uncoltable > .uncell > .uncont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) > .uncol > .uncoltable > .uncell > .uncont .icon-box-footer{
width: 100%;
margin: 18px 0;
}


#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) .suivez-nous-footer {
color: var(--orange);
font-family: 'Marydale';
padding-right: 18px;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) .suivez-nous-footer p{
font-size: 24px;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer .vc_custom_heading_wrap {
margin: 20px 0;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer h3 span{
color: var(--noir);
font-size: 18px;
font-weight: 300;
font-family: 'Lato';
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer h2 span{
font-size: 18px;
font-weight: 800;
font-family: 'Lato';
}

#wrapper #footer .footer-footer {
padding-top: 36px;
margin-top: 0;
border-top: solid 1px var(--orange);
}



#wrapper #footer .footer-footer .bloc-footer-footer:nth-child(1) .uncont{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

#wrapper #footer .footer-footer .bloc-footer-footer:nth-child(1) .uncont h4{
padding-right: 18px;
}

#wrapper #footer .footer-footer .bloc-footer-footer:nth-child(2) .uncont p{
text-align: right;
}


#wrapper #footer .footer-footer .bloc-footer-footer .uncont .vc_custom_heading_wrap {
margin: 0;
}

#wrapper #footer .footer-footer .bloc-footer-footer .uncont h4, #wrapper #footer .footer-footer .bloc-footer-footer .uncont p{
font-size: 13px;
color: var(--noir);
font-family: 'Lato';
font-weight: 300;
}

@media (max-width: 768px) {

#wrapper #footer > .row-parent > .row-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;

}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(2),
#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(3), 
#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(4)  {
  width: 50%;
}
}

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

#wrapper #footer > .row-parent > .row-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;

}

#wrapper #footer > .row-parent > .row-inner > .wpb_column{
  padding: 0;

}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer {
  margin-top: 36px;
  padding: 0;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(1) > .uncol{
  width: 40%;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(2),
#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(3), 
#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(4)  {
  width: 33%;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(5) > .uncol > .uncoltable > .uncell > .uncont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wrapper #footer > .row-parent > .row-inner .menu-footer > .row-child > .row-inner .bloc-menu-footer:nth-child(5) > .uncol > .uncoltable > .uncell > .uncont .vc_custom_heading_wrap  {
  margin-top: 0;
  margin-bottom: 36px;
}

#wrapper #footer .footer-footer > .row-child > .row-inner > .wpb_column {
  padding: 0;
}

}


@media (min-width: 1201px) {



}











/* ------------------------------- Pages villes ---------------------------------------- */


#wrapper .row-ville > .row-parent > .row-inner {
min-width: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 72px auto;
}

#wrapper .row-ville > .row-parent > .row-inner div {
height: auto;
}

#wrapper .row-ville > .row-parent > .row-inner h2 span:first-of-type,
#wrapper .row-inner-recette-ville > .row-child > .row-inner h3 span:first-of-type {
color: var(--noir);
}

#wrapper .row-ville-fond-noir > .row-parent > .row-inner h2 span:first-of-type {
color: var(--blanc);
}

#wrapper .row-ville > .row-parent > .row-inner h2 span:last-of-type
#wrapper .row-ville > .row-parent > .row-inner h3 span:last-of-type {
color: var(--orange);
}

#wrapper .row-ville-title-left> .row-parent > .row-inner  {
position: relative;

}


#wrapper .row-ville-fond-noir h3 {
color: var(--orange) !important;
font-weight: 400;
font-style: italic;
}

#wrapper #row-noir-ville-1 > .row-parent > .row-inner {
margin-top: 100px;
}

#wrapper #row-noir-ville-2 > .row-parent > .row-inner {
margin-bottom: 100px;
}

#wrapper .row-ville-title-left> .row-parent > .row-inner::before  {
content: "";
position: absolute;
bottom: -110px;
left: -300px;
width: 400px;
height: 180px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-orange.svg);
z-index: 0;
-webkit-transform: scaleX(-1) rotate(10deg);
    -ms-transform: scaleX(-1) rotate(10deg);
        transform: scaleX(-1) rotate(10deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: .15;
}

#wrapper .row-ville > .row-parent > .row-inner h2 {
line-height: 1.3;
}

#wrapper .row-inner-recette-ville {
margin-top: 72px;
margin-bottom: 72px;
}

#wrapper .row-recette-fouee > .row-parent > .row-inner h2,
#wrapper .row-question-ville  > .row-parent > .row-inner h2{
text-align: center;
}


#wrapper #row-recette-fouee > .row-parent > .row-inner h2 span:first-of-type,
#wrapper .row-ville-contact > .row-parent > .row-inner h2 span:last-of-type{
position: relative;
z-index: 2;
}

#wrapper .row-ville-contact {
margin-bottom: 100px;
}

#wrapper #row-recette-fouee > .row-parent > .row-inner h2 span:first-of-type::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://foueestif.fr/wp-content/uploads/2024/10/motifs-logo-orangev2Fichier-16.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 300px;
height: 175px;
right: -150px;
top: -85px;
opacity: .25;
}


#wrapper .row-ville-contact > .row-parent > .row-inner h2 span:last-of-type::before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 100%;
height: 35px;
right: 0;
bottom: -22px;
}

#wrapper #row-noir-ville-1 {
position: relative;
}

#wrapper #row-noir-ville-1::after {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/fouee-detouree3.png);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 375px;
height: 375px;
right: 50px;
top: -180px;
z-index: 5;
}



#wrapper .row-question-ville  > .row-parent > .row-inner h2 span{
position: relative;
}

#wrapper .row-question-ville  > .row-parent > .row-inner h2 span:first-of-type::before{
content: "";
position: absolute;
bottom: -8px;
left: -72px;
width: 100px;
height: 100px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/guillemet-orange.svg);
z-index: 0;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: .15;
}



#wrapper .row-question-ville > .row-parent > .row-inner .bloc-text-ville {
margin-top: 72px !important;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}

#wrapper .row-question-ville:nth-child(2) > .row-parent > .row-inner .bloc-text-ville p{
padding-left: 50px;
}

#wrapper .row-question-ville > .row-parent > .row-inner .bloc-text-ville p{
text-align: center;
color: var(--noir) !important;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}

#wrapper .row-question-ville:nth-last-child(2) > .row-parent > .row-inner .bloc-text-ville p strong::before{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/motif-liste.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 25px;
height: 25px;
left: -50px;
}

#wrapper .row-question-ville > .row-parent > .row-inner .bloc-text-ville p strong{
color: var(--noir) !important;
}


@media (max-width: 575.98px) {
#wrapper .header-ville h1 {
  font-size: 30px !important;
  line-height: 45px;
  text-align: center;
  max-width: 300px;
  margin: 36px auto;
}


#wrapper .row-ville > .row-parent > .row-inner {
width: 95%;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner h2,
#wrapper .row-recette-fouee > .row-parent > .row-inner h2,
#wrapper .row-ville-fond-noir > .row-parent > .row-inner h2 {
font-size: 30px;
text-align: center;
}

#wrapper .row-question-ville  > .row-parent > .row-inner h2 {
font-size: 30px;
}

#wrapper #row-recette-fouee h3 {
font-size: 26px;
}

#wrapper #row-noir-ville-1::after {
width: 300px;
height: 300px;
top: -100px;
right: -100px;
}



#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner,
#wrapper .row-ville-fond-noir .row-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
width: 100%;
}

#wrapper .row-ville-fond-noir .row-inner div {
height: auto;
}

#wrapper #row-noir-ville-2 .row-inner{
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee,
#wrapper .row-ville-fond-noir .bloc-img-recette-fouee   {
width: 100%;
}

#wrapper .row-ville-fond-noir > .row-parent > .row-inner {
margin-top: 36px;
margin-bottom: 36px;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee {
margin-bottom: 72px;
padding-top: 0;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee h2 {
width: 75%;
margin-bottom: 72px;
margin-left: auto;
margin-right: auto;
}

#wrapper .row-ville-fond-noir .bloc-img-recette-fouee {
padding-top: 0;
}

#wrapper .row-ville-fond-noir .bloc-img-recette-fouee img {
width: 100%;
height: auto;
-o-object-fit: cover;
   object-fit: cover;
}





#wrapper #row-recette-fouee .row-inner-recette-ville .bloc-img-recette-fouee img{
max-height: 400px;
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
}


#wrapper .row-ville-title-left > .row-parent > .row-inner .bloc-text-ville {
margin-top: 72px !important;
}


}

@media (min-width: 576px) and (max-width: 767.98px) {
#wrapper .header-ville h1 {
  font-size: 40px !important;
  line-height: 60px;
  text-align: center;
  max-width: 450px;
  margin: 36px auto;
}

#wrapper .row-ville > .row-parent > .row-inner {
  width: 95%;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner h2,
#wrapper .row-recette-fouee > .row-parent > .row-inner h2,
#wrapper .row-ville-fond-noir > .row-parent > .row-inner h2 {
  font-size: 36px;
  text-align: center;
}

#wrapper .row-question-ville  > .row-parent > .row-inner h2 {
  font-size: 32px;
}

#wrapper #row-recette-fouee h3 {
  font-size: 28px;
}


#wrapper #row-noir-ville-1::after {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
}



#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner,
#wrapper .row-ville-fond-noir .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#wrapper .row-ville-fond-noir .row-inner div {
  height: auto;
}

#wrapper #row-noir-ville-2 .row-inner{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee,
#wrapper .row-ville-fond-noir .bloc-img-recette-fouee   {
  width: 100%;
}

#wrapper .row-ville-fond-noir > .row-parent > .row-inner {
  margin-top: 36px;
  margin-bottom: 36px;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee {
  margin-bottom: 72px;
  padding-top: 0;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee h2 {
  width: 75%;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

#wrapper .row-ville-fond-noir .bloc-img-recette-fouee img {
  width: 85%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}




#wrapper #row-recette-fouee .row-inner-recette-ville .bloc-img-recette-fouee img{
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


#wrapper #row-recette-fouee .bloc-content-recette-fouee .uncont p,
#wrapper #row-recette-fouee .row-inner-recette-ville .bloc-img-recette-fouee {
  padding-left: 15%;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner .bloc-text-ville {
  margin-top: 72px !important;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
#wrapper .header-ville h1 {
  font-size: 40px !important;
  line-height: 60px;
  text-align: center;
  max-width: 500px;
  margin: 36px auto;
}

#wrapper .row-ville > .row-parent > .row-inner {
  width: 90%;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner h2,
#wrapper .row-recette-fouee > .row-parent > .row-inner h2,
#wrapper .row-ville-fond-noir > .row-parent > .row-inner h2 {
  font-size: 40px;
}

#wrapper .row-question-ville  > .row-parent > .row-inner h2 {
  font-size: 36px;
}

#wrapper #row-recette-fouee h3 {
  font-size: 32px;
}




#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner,
#wrapper .row-ville-fond-noir .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#wrapper .row-ville-fond-noir .row-inner div {
  height: auto;
}

#wrapper #row-noir-ville-2 .row-inner{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#wrapper #row-noir-ville-1::after {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee,
#wrapper .row-ville-fond-noir .bloc-img-recette-fouee   {
  width: 100%;
}

#wrapper .row-ville-fond-noir > .row-parent > .row-inner {
  margin-top: 36px;
  margin-bottom: 36px;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee {
  margin-bottom: 72px;
  padding-top: 0;
}

#wrapper .row-ville-fond-noir .bloc-content-recette-fouee h2 {
  width: 75%;
  margin-bottom: 72px;
}

#wrapper .row-ville-fond-noir .bloc-img-recette-fouee img {
  width: 75%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}





#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner .bloc-title-ville, 
#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner .bloc-img-recette-fouee,
#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner .bloc-content-recette-fouee {
  width: 100%;
  height: auto;
}

#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner .bloc-title-ville,
#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner .bloc-img-recette-fouee {
  margin-bottom: 36px;
}


#wrapper #row-recette-fouee .row-inner-recette-ville .bloc-img-recette-fouee img{
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-recette-fouee .bloc-content-recette-fouee .uncont p,
#wrapper #row-recette-fouee .row-inner-recette-ville .row-inner .bloc-img-recette-fouee{
  padding-left: 15%;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner .bloc-text-ville {
  margin-top: 72px !important;
  padding-left: 15%;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
#wrapper .header-ville h1 {
  font-size: 40px !important;
  line-height: 60px;
}

#wrapper .row-ville > .row-parent > .row-inner {
  max-width: 900px;
}

#wrapper .header-ville .bloc-content-header {
  margin-left: 10% !important;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner h2,
#wrapper .row-recette-fouee > .row-parent > .row-inner h2,
#wrapper .row-ville-fond-noir > .row-parent > .row-inner h2 {
  font-size: 42px;
}

#wrapper .row-question-ville  > .row-parent > .row-inner h2 {
  font-size: 36px;
}

#wrapper #row-recette-fouee h3 {
  font-size: 32px;
}

#wrapper #row-recette-fouee #row-2-recette-ville > .row-child > .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-title-ville{
  width: 100%;
  margin-bottom: 72px;
} 

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-title-ville h3{
  text-align: center;
} 


#wrapper #row-recette-fouee .bloc-content-recette-fouee .uncont {
  width: 55%;
}


#wrapper #row-recette-fouee #row-2-recette-ville .bloc-img-recette-fouee {
  width: 50%;
}

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-img-recette-fouee img{
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #row-noir-ville-1::after {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
}

#wrapper #row-noir-ville-2 .bloc-img-recette-fouee {
  padding-right: 36px;
}

#wrapper #row-recette-fouee .bloc-content-recette-fouee .uncont {
  width: 75%;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner .bloc-text-ville {
  margin-top: 72px !important;
  padding-left: 25%;
}

#wrapper .row-question-ville > .row-parent > .row-inner .bloc-text-ville {
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}



}

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

#wrapper .header-ville h1 {
  font-size: 36px !important;
  line-height: 80px;
}

#wrapper .row-ville > .row-parent > .row-inner {
  max-width: 1100px;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner h2,
#wrapper .row-recette-fouee > .row-parent > .row-inner h2,
#wrapper .row-ville-fond-noir > .row-parent > .row-inner h2 {
  font-size: 48px;
}

#wrapper .row-question-ville  > .row-parent > .row-inner h2 {
  font-size: 40px;
}

#wrapper #row-recette-fouee h3 {
  font-size: 36px;
}

#wrapper #row-recette-fouee #row-2-recette-ville > .row-child > .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-title-ville{
  width: 100%;
  margin-bottom: 72px;
} 

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-title-ville h3{
  text-align: center;
} 


#wrapper #row-recette-fouee .bloc-content-recette-fouee .uncont {
  width: 55%;
}


#wrapper #row-recette-fouee #row-2-recette-ville .bloc-img-recette-fouee {
  width: 50%;
}

#wrapper #row-recette-fouee #row-1-recette-ville .bloc-img-recette-fouee img{
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width:  500px;
}

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-img-recette-fouee img{
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


#wrapper #row-recette-fouee .bloc-content-recette-fouee .uncont {
  width: 65%;
}


#wrapper #row-noir-ville-1::after {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
}

#wrapper #row-noir-ville-1  .bloc-text-ville {
  width: 90%;
}

#wrapper #row-noir-ville-1 .title-page-ville {
  margin-bottom: 50px;
}
#wrapper #row-noir-ville-2 .bloc-img-recette-fouee {
  padding-right: 72px;
}



#wrapper .row-ville-title-left > .row-parent > .row-inner .bloc-text-ville {
  margin-top: 100px !important;
  padding-left: 33%;
}

#wrapper .row-question-ville > .row-parent > .row-inner .bloc-text-ville {
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}

}

@media (min-width: 1600px) {

#wrapper .header-ville h1 {
font-size: 40px !important;
line-height: 80px;
max-width: 600px;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner h2,
#wrapper .row-recette-fouee > .row-parent > .row-inner h2,
#wrapper .row-ville-fond-noir > .row-parent > .row-inner h2{
font-size: 48px;
}

#wrapper .row-question-ville  > .row-parent > .row-inner h2 {
font-size: 40px;
}

#wrapper #row-recette-fouee h3 {
font-size: 36px;
}

#wrapper #row-recette-fouee #row-2-recette-ville > .row-child > .row-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-title-ville{
width: 100%;
margin-bottom: 72px;
} 

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-title-ville h3{
text-align: center;
} 


#wrapper #row-recette-fouee .bloc-content-recette-fouee .uncont {
width: 55%;
}


#wrapper #row-recette-fouee #row-2-recette-ville .bloc-img-recette-fouee {
width: 50%;
}

#wrapper #row-recette-fouee #row-1-recette-ville .bloc-img-recette-fouee img{
max-height: 400px;
-o-object-fit: cover;
   object-fit: cover;
width:  500px;
}

#wrapper #row-recette-fouee #row-2-recette-ville .bloc-img-recette-fouee img{
max-height: 300px;
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
}


#wrapper #row-noir-ville-1  .bloc-text-ville {
width: 75%;
}

#wrapper #row-noir-ville-1 .title-page-ville {
margin-bottom: 72px;
}

#wrapper #row-noir-ville-2 .bloc-img-recette-fouee {
padding-right: 72px;
}

#wrapper .row-ville-title-left > .row-parent > .row-inner .bloc-text-ville {
margin-top: 100px !important;
padding-left: 33%;
}

#wrapper .row-question-ville > .row-parent > .row-inner .bloc-text-ville {
max-width: 66%;
margin-left: auto;
margin-right: auto;
}

}




/* ------------------------------- Erreur 404 ---------------------------------------- */

#wrapper #error-404 > .row-parent > .row-inner {
height: 90vh;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
min-width: 0;
} 

#wrapper #error-404 {
background-image: url('https://www.foueestif.fr/wp-content/uploads/2024/10/header-homepage-foueestif3.png');
position: relative;
}

#wrapper #error-404::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(
  linear,                left top, right top,                from(/* Dégradé de gauche à droite */),   color-stop(/* 80% d'opacité à gauche */),  to(/* Maintient 80% d'opacité jusqu'à 80% */)
);
background: -o-linear-gradient(
  left,                /* Dégradé de gauche à droite */
  rgba(0, 0, 0, 0.95) 0%,   /* 80% d'opacité à gauche */
  rgba(0, 0, 0, 0.8) 60%,  /* Maintient 80% d'opacité jusqu'à 80% */
  rgba(0, 0, 0, 0.15) 100%  /* 20% d'opacité à droite */
);
background: linear-gradient(
  to right,                /* Dégradé de gauche à droite */
  rgba(0, 0, 0, 0.95) 0%,   /* 80% d'opacité à gauche */
  rgba(0, 0, 0, 0.8) 60%,  /* Maintient 80% d'opacité jusqu'à 80% */
  rgba(0, 0, 0, 0.15) 100%  /* 20% d'opacité à droite */
);
pointer-events: none; 
z-index: 2;
}

#wrapper #error-404 > .row-parent > .row-inner {
z-index: 10;
}


#wrapper #error-404 > .row-parent > .row-inner .uncont{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;

}


#wrapper #error-404 h1 span{
text-align: center;
}


#wrapper #error-404 h2 span{
font-weight: 400;
font-style: italic;
text-align: center;
}

#wrapper #error-404 .uncode_text_column {
text-align: center;
}

#wrapper #error-404 div{
height: auto;
} 

@media (max-width: 992px) {
#wrapper #error-404 h1 span{
  font-size: 76px;
 }

 #wrapper #error-404 > .row-parent > .row-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
 }
}

@media (min-width: 992px) and (max-width: 1200px) {
#wrapper #error-404 h1 span{
  font-size: 136px;
 }
}


@media (min-width: 1200px) {
#wrapper #error-404 h1 span{
  font-size: 136px;
 }
}




/* ------------------------------- Mentions légales ---------------------------------------- */

#wrapper .row-mentions-legales > .row-parent > .row-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 72px auto 0;
min-width: 0;
position: relative;
}


#wrapper #row-1-mentions-legales > .row-parent > .row-inner::after {
content: "";
position: absolute;
bottom: -75px;
right: -300px;
width: 400px;
height: 180px;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/11/motif-fouee-orange.svg);
z-index: 0;
-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
        transform: rotate(5deg);
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
opacity: .15;
}

#wrapper .row-mentions-legales > .row-parent > .row-inner div{
height: auto;
}

#wrapper #row-title-mentions-legales {
margin: 72px auto 0;
}

#wrapper #row-title-mentions-legales h1{
font-size: 60px;
font-weight: 900;
color: var(--noir);
position: relative;
z-index: 2;
}


#wrapper #row-title-mentions-legales h1::before{
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/trait-souligner-3.svg);
z-index: 1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
width: 70%;
right: 0;
height: 25px;
bottom: -20px;
opacity: 1;
z-index: -1;
-webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}

#wrapper .row-mentions-legales > .row-parent > .row-inner h2{
font-size: 24px;
font-weight: 500;
font-style: italic;
font-family: 'Lato';
color: var(--noir);
}

#wrapper .row-mentions-legales > .row-parent > .row-inner .wpb_column {
padding-left: 0;
}



@media (max-width: 991.98px) {
#wrapper .row-mentions-legales > .row-parent > .row-inner {
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
#wrapper .row-mentions-legales > .row-parent > .row-inner {
  max-width: 900px;
}
}


@media (min-width: 1200px) {
#wrapper .row-mentions-legales > .row-parent > .row-inner {
  max-width: 1100px;
}
}


/* ------------------------------- Landing page ---------------------------------------- */




/* #wrapper .menu-wrapper, #wrapper #colophon {
display: none;
} */

body {
overflow: auto;
}

#wrapper {
position: relative;
}

#wrapper #content-landing {
  width: 75%;
  border-top-right-radius: 900px;
  top: -100px;
  padding-top: 175px;
  padding-bottom: 150px;
  padding-left: 10%;
  /* margin-bottom: 250px; */
  position: absolute;
  z-index: 100;
  -webkit-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
  /* height: 100%; */
}


#wrapper #contour-orange-landing {
width: 75%;
border-top-right-radius: 900px;
top: -125px;
position: absolute;
z-index: 80;
background-color: var(--orange);
height: 1000px;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}


#wrapper .main-container .row-container .row-parent {
padding: 0;
}

#wrapper #content-landing #logo{
width: 200px;
-o-object-fit: cover;
   object-fit: cover;
margin-bottom: 200px;
}

#wrapper #content-landing .h1-landing .heading-text h1 {
font-size: 100px;
color: var(--blanc);
position: relative;
z-index: 1;
margin-bottom: 50px !important;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper #content-landing h1::after {
content: ""; 
position: absolute;
bottom: -35px;
right: 50PX;
width: 500PX; 
height: 40px; 
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://foueestif.fr/wp-content/uploads/2024/10/2-traits-underline-orangeFichier-14.svg');
z-index: -1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}

#wrapper #content-landing h1::before {
content: ""; 
position: absolute;
top: -120px;
right: -200px;
width: 450px; 
height: 300px; 
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://foueestif.fr/wp-content/uploads/2024/10/motifs-logo-orangev2Fichier-16.svg');
z-index: -1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}



#wrapper #content-landing .uncode_text_column .txt-orange-landing {
color: var(--orange);
}


.main-container .row-container .row-parent .column_child.single-internal-gutter .uncont > *:not(.uncode-owl-nav-wrap):not(:first-child) {
margin-bottom: 36px;
}

#wrapper #content-landing .uncode-list {
color: #fff;
}



#wrapper #content-landing .icon-box {
margin: 0;
}

#wrapper #content-landing p, #wrapper #content-landing .icon-box-content p, #wrapper #content-landing #gform_confirmation_message_1 {
font-size: 18px;
color: #fff;
font-weight: 300;
}

#wrapper .gform_wrapper  {
width: 1000px;
max-width: 1000px;
}

#wrapper .gform_wrapper label {
color: var(--blanc);
font-size: 18px;
font-weight: 600;
}

#wrapper .gform_wrapper label span {
color: var(--orange);
}

#wrapper .gform_wrapper legend {
color: #fff;
font-weight: 600;
font-size: 18px;
}

#wrapper .gform_wrapper input {
background-color: #0E0E0E;
height: 50px;
color: var(--blanc);
font-size: 18px;
}
#wrapper .gform_wrapper input, #wrapper .gform_wrapper textarea, #wrapper .gform_wrapper select {
border: 1px solid rgba(255,255,255,0.3);
border-radius: 5px;
}
#wrapper .gform_wrapper input:focus, #wrapper .gform_wrapper textarea:focus, #wrapper .gform_wrapper select:focus {
border-color: var(--orange);
}


#wrapper .gform-theme--framework .gform_required_legend .gfield_required, #wrapper .gform-theme--framework .gfield_required .gfield_required_asterisk {
color: var(--orange);
}

#wrapper .gform_wrapper #input_1_7_1 {
/* border-radius: 0; */
height: 20px;
width: 20px;
}

#wrapper .gform_wrapper textarea {
background-color: #0E0E0E;
color: var(--blanc);
font-size: 18px;
}

/* #wrapper .gform_wrapper textarea:focus {
border-color: #2E2E2E !important;
--gf-local-border-color: #2E2E2E !important;
} */


#wrapper #content-landing .gform_wrapper #gform_submit_button_1 {
background-color: var(--orange);
color: #fff;
border-radius: 50px;
padding: 12px 24px;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
border: 1px solid var(--orange);
}

#wrapper #content-landing .gform_wrapper #gform_submit_button_1:hover {
background-color: transparent;
}

#wrapper .gform_wrapper .gfield_consent_label, #wrapper .gform_wrapper .gform_required_legend {
font-size: 14px;
font-weight: 300;
}

#background-landing {
position: relative;
width: 100%;
z-index: 0;
right: 0;
top: -100px;
}

#background-landing #img-bg-landing {
width: 150%;
max-height: 1800px;

}

#background-landing #img-bg-landing img{
-o-object-fit: cover;
   object-fit: cover;
overflow: hidden;
}

#background-landing #img-bg-landing::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 110%;
background-color: rgba(0, 0, 0, 0.5); /* Overlay noir avec 50% d'opacité */
z-index: 10; /* S'assure que l'overlay est au-dessus de l'image */
}

@media screen and (max-width: 1600px) {
#wrapper #content-landing {
  width: 100%;
}

#wrapper #contour-orange-landing {
 width: 100%; 
}

#wrapper #content-landing .h1-landing .heading-text h1 {
  font-size: 80px;
}





#wrapper .gform_wrapper  {
  width: 90%;

}

}

@media screen and (min-width: 600px) and (max-width: 1600px) {
#wrapper #content-landing h1::before {
  top: -120px;
  right: -170px;
  width: 350px; 
  height: 300px; 
}

#wrapper #content-landing h1::before {
  top: -75px;
  right: -100px;
  width: 250px; 
  height: 300px; 
}
#wrapper #content-landing h1::after {
  bottom: -35px;
  right: 25px;
  width: 400px; 
  height: 40px; 

}


}


@media screen and (max-width: 600px) {
#wrapper #content-landing {
  border-radius: 0;
  position: static;
  padding-top: 25px;
  padding-left: 0;

}

#wrapper #content-landing .row-parent {
  width: 90%;
}

#wrapper .gform_wrapper  {
  width: 100%;

}

#wrapper #contour-orange-landing {
  display: none;

}

#background-landing #img-bg-landing {
  display: none;
}

#wrapper #content-landing #logo{
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 120px;
}


#wrapper #content-landing h1::before {
  top: -75px;
  right: 30px;
  width: 250px; 
  height: 300px; 
}

#wrapper #content-landing h1::after {
  bottom: -35px;
  right: 25px;
  width: 300px; 
  height: 40px; 

}
}



/* ------------------------------- Landing page v2---------------------------------------- */


#wrapper .main-wrapper #bakcground-img-landingv2 {
  padding-right: 30%;
  -webkit-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
}




#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2  {
  position: relative;
  background-color: var(--gris-fonce);
  z-index: 2;
}

#wrapper .main-wrapper #bakcground-img-landingv2 > .row::before {
  content: ""; 
  position: absolute; 
  top: -25px; 
  left: 0;
  width: 100%; 
  height: 100%; 
  background-color: var(--orange); 
  z-index: 0; 
  border-radius: inherit; 
  -webkit-transform: translateY(-10px); 
      -ms-transform: translateY(-10px); 
          transform: translateY(-10px);
  border-top-right-radius: 750px;
}

#wrapper .main-wrapper #bakcground-img-landingv2 .row-parent {
max-width: none !important;
}



#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .icon-box-left {
margin: 0;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text {
margin: 100px 0;

}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1{
position: relative;  
z-index: 100;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::before {
content: ""; 
position: absolute;
background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://foueestif.fr/wp-content/uploads/2024/10/motifs-logo-orangev2Fichier-16.svg');
z-index: -1;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out; 
}



#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::after {
content: ""; 
position: absolute;

background-size: contain; 
background-repeat: no-repeat; 
background-image: url('https://foueestif.fr/wp-content/uploads/2024/10/2-traits-underline-orangeFichier-14.svg');
z-index: 0;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
}






#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .icon-list-landingv2 p, #wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 #gform_confirmation_message_1{
font-size: 18px;
color: var(--blanc);
font-weight: 300;
}

#wrapper .main-wrapper .gform_required_legend {
color: var(--blanc);
font-size: 14px;
}

#wrapper .main-wrapper #gform_submit_button_1 {
background-color: var(--orange);
border-radius: 50px;
border: solid 1px #FF8D00;
padding: 12px 24px ;
-webkit-transition: .15s ease-out;
-o-transition: .15s ease-out;
transition: .15s ease-out;
height: auto;
}


#wrapper .main-wrapper #gform_submit_button_1:hover {
background: transparent;
}

#wrapper .main-wrapper .gfield_required_asterisk {
color: var(--orange);
}



@media screen and (min-width: 1801px) {
#wrapper .main-wrapper #bakcground-img-landingv2 {
  padding-right: 20%;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 {
  padding: 100px;
  border-top-right-radius: 700px;
}


#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1{
  color: var(--blanc);
  font-size: 100px;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::before {
  top: -120px;
  right: -200px;
  width: 450px; 
  height: 300px; 
}


#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::after {
  bottom: -35px;
  right: 50px;
  width: 500PX; 
  height: 40px; 
}
}

@media screen and (min-width: 1201px) and (max-width: 1800px) {

#wrapper .main-wrapper #bakcground-img-landingv2 {
  padding-right: 20%;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 {
  padding: 100px;
  border-top-right-radius: 700px;
}


#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1{
  color: var(--blanc);
  font-size: 100px;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::before {
  top: -120px;
  right: -200px;
  width: 450px; 
  height: 300px; 
}


#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::after {
  bottom: -35px;
  right: 50px;
  width: 500PX; 
  height: 40px; 
}

}

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

#wrapper .main-wrapper #bakcground-img-landingv2 {
  padding-right: 10%;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 {
  padding: 50px;
  border-top-right-radius: 700px;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1{
  color: var(--blanc);
  font-size: 80px;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::before {
  top: -100px;
  right: -150px;
  width: 350px; 
  height: 200px; 
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::after {
  bottom: -40px;
  left: 150px;
  width: 350PX; 
  height: 40px; 
}

}

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

#wrapper .main-wrapper #bakcground-img-landingv2 {
  padding-right: 0;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 {
  border-top-right-radius: 0;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1{
  color: var(--blanc);
  font-size: 70px;
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::before {
  top: -75px;
  left: 100px;
  width: 220px; 
  height: 150px; 
}

#wrapper .main-wrapper #bakcground-img-landingv2 #content-landingv2 .heading-text h1::after {
  bottom: -40px;
  left: 50px;
  width: 250PX; 
  height: 40px; 
}


}




/* ------------------------------- Samuel : Page contact ---------------------------------------- */

#wrapper .icons-contact a {
color: var(--noir) !important;
}
#wrapper .icons-contact .h4, #wrapper .icons-contact .icon-box-heading + p {
margin-top: 10px;
}
#wrapper .wrap-form-contact .gform_wrapper {
margin: auto;
}

#wrapper .wrap-form-contact .gform_wrapper select {
  background-color: var(--orange);
  color: var(--noir);
}


#wrapper .wrap-form-contact .btn-radio input {
  height: 16px;
}


#wrapper .wrap-form-contact .ginput_container_consent input {
  width: 20px;
  height: 20px;
}

#wrapper .wrap-form-contact .gform-footer .gform_button {
  background-color: var(--orange);
  border-radius: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

#wrapper .gform_confirmation_message_2 {
  color: var(--blanc) !important;
  font-size: 18px !important;
  text-align: center;
}

#wrapper .wrap-form-contact .adresse-perso-form {
  padding: 72px 0;
}

/* ------------------------------- Confidentialités---------------------------------------- */


#wrapper #cmplz-document p {
  font-size: 16px;
}

h1.post-title {
  color: var(--noir);
  margin-top: 72px !important;
}

#wrapper #cmplz-document h2{
  font-family: 'Lato';
  font-weight: 500;
  font-size: 24px;
  font-style: italic;
  color: var(--noir);
}

#wrapper #cmplz-document h3 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  color: var(--noir);
}

#wrapper #cmplz-document .cmplz-dropdown {
  background-color: var(--orange);
  border-radius: 5px;
}

#wrapper #cmplz-document .cmplz-dropdown summary{
  background: none;
}

/* -------------------CONTENT BLOCK PARTENAIRE-------------------------- */

#wrapper #row-partenaire > .row-parent > .row-inner {
  margin: 132px auto;
}

#wrapper #row-partenaire > .row-parent > .row-inner .uncode_text_column {
  margin-bottom: 72px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

#wrapper #row-partenaire > .row-parent > .row-inner .uncode_text_column::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -118px;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://www.foueestif.fr/wp-content/uploads/2024/10/guillemet-orange.svg);
  z-index: -1;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
  opacity: 1;
}

#wrapper #row-partenaire > .row-parent > .row-inner p{
  text-align: center;
  font-size: 24px;
}

#wrapper #row-partenaire .owl-carousel-wrapper .owl-item  .t-inside {
  border-radius: 10px;
  }
  
  #wrapper #row-partenaire .owl-carousel-wrapper img {
  width: 100%;
  max-width: none;
  z-index: 1;
  position: relative;
  display: block;
  height: 100% !important;
  padding: 18px 0;
  -o-object-fit: contain;
     object-fit: contain;
  }

  #wrapper #section-decouv-pro .owl-carousel-wrapper img {
    padding: 10px 0;
  }