/*----- GENERAL ------*/
.txtBrun {
    color: var(--brun);
}
ol {
    counter-reset: liste-numero;
    list-style-type: none ;
    padding-top: 1.3636363636363635em !important; 
}

ol li {
    counter-increment: liste-numero;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

ol li::before {
    content: counter(liste-numero, decimal-leading-zero) ". ";
    flex-shrink: 0 !important;
    margin-right: 0.5em;
    min-width: 2em;
    font-weight: 600;
}
ul li::marker {
   color: var(--vert);
}
section ul {
    padding-left: 1em;
}
.puceRose::marker {
   color: var(--rose) !important;
}

a {
    color: var(--vert) !important;
}

/*------ MASTER 1 -------*/
.chiffre5050 .titreSection p {
    margin-top: 0.3em;
}
.chiffre5050 .titreSection h2 {
    margin-bottom: 0.64545454545454546rem!important;
}
.txtSmallBrun {
    color: var(--brun) !important;
    font-size: 0.89181818181818182em !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
.cols3 .insidePad h5 {
    margin-bottom: 0.5rem !important;
}
.cols3 .insidePad h2 {
    margin-bottom: 2.045455rem !important;
}

.cols4 .flexBetween {
    gap: 2.090909rem !important;
}
.cols4 .flexBetween h5 {
    margin-bottom: 0.5rem !important;
}
.cols4 h2 {
    margin-bottom: 2.045455rem !important;
}

.theBox4 h5 {
    font-weight: 700;
}

.sectionBulle i {
    margin-top: 2em;
    margin-right: 1em;
}
.sectionBulle p a:hover {
    color: #608280 !important;
}
.sectionBulle i:hover {
    color: #608280;
}
/*------- SLIDER TEXTE -------*/
.sliderBtn .slick-slide {
    max-width: 34.45454545454545em !important;
    margin-right: 1.55rem !important;
}
.sliderBtn ul {
    padding-left: 0 !important;
}
.sliderBtn .slick-slide img {
    width: auto !important;
}
.sliderTxtCtn {
    position: relative;
}
.imgSliderTxt {
	display: flex;
	justify-content: center;
    min-height: 9.090909090909092em;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 1.672727272727273rem;
}
.sliderCtn {
    position: relative; 
}
.contenuCtn {
    padding: 0 5.2272727272727275em;
}
.boxSlider p,
.boxSlider ul li {
	font-size: 0.8181818181818182em;
	color: var(--vert);
    line-height: 1.25em;
}
.boxSlider h4 {
    padding-bottom: 0.5em;
}
.slick-current .boxSlider{
    opacity: 1;
    transition: opacity 0.2s ease;
}
.boxSlider {
    opacity: 0.4;
    transition: opacity 0.2s ease;
    position: relative;
}
.boxSlider.noImg {
    display: flex;
    align-items: center;
}
.imgSliderTxt.placeholder-img {
    background-color: transparent;
}
.madameYoga img {
    position: absolute;
    left: 32em;
    overflow: hidden;
    z-index: 1000;
    bottom: 0.1em;
}
.madameMainLevee img {
    position: absolute;
    left: 34.9em;
    overflow: hidden;
    z-index: 1000;
    bottom: 1.6em;
}

.imgFixed img {
    position: absolute;
    left: 22em;
    z-index: 1001;
    bottom: 0.5em;
}
.slick-current .sliderCtn::before {
    opacity: 1;
}
.slider-nav button {
    background-color: rgba(0, 0, 0, 0);
}
.sliderTxtCtn .slider-nav .prev i {
    font-size: 1.9rem;
    padding: 0.3em 0.5em;
    color: var(--vert);
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid var(--vert);
    margin-right: 0.112727272727272727em;
}
.sliderTxtCtn .slider-nav .next i {
    background-color: var(--vert) ;
    color: var(--beige);
    transition: all 0.3s ease;
    font-size: 1.9rem;
    padding: 0.3em 0.5em;
    border-radius: 50%;
    border: 2px solid var(--vert);
}
.sliderTxtCtn .slider-nav .next i:hover {
    color: var(--vert);
    background-color: transparent;
    border: 2px solid;
}
.sliderTxtCtn .slider-nav .prev i:hover {
    background-color: var(--vert);
    color: var(--beige);
    border-radius: 50%;
    border: 2px solid var(--vert);
}
.slider-nav {
    position: absolute;
    z-index: 1;
    top: 9.5rem;
    left: 34rem;
}
.sliderTxtCtn .contenuCtn h5 {
    margin-bottom: 0.5rem !important;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1 !important;
}
.slick-prev i {
    font-size: 3em !important;
}
.roundBgSlider {
    width: 100%;
    aspect-ratio: 710 / 710; /* Keeps the original aspect ratio */
    
    mask-image: url(images/rondSlidertxt.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;

    -webkit-mask-image: url(images/rondSlidertxt.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    display: flex;
    overflow: hidden;
}


/*--------- 5050 ---------*/
.colonne_2 .h5050-image {
    margin-left: 2.1363636363636362em;
}
.h5050-img-masque img {
    min-height: 670px;
    object-fit: cover;
}
.imageBuissonTxt .h5050-img-masque img {
    min-height: 360px;
    object-fit: cover;
}
.h5050-img-masque-rond {
    width: 100%;
    aspect-ratio: 748 / 686; /* Keeps the original aspect ratio */
    
    mask-image: url(images/rond5050.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;

    -webkit-mask-image: url(images/rond5050.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}	
.h5050-img-masque-buisson {
    width: 100%;
    aspect-ratio: 728 / 422; /* Keeps the original aspect ratio */
    
    mask-image: url(images/bushGris.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;

    -webkit-mask-image: url(images/bushGris.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.caption {
    color: var(--vert);
    font-weight: 600;
    text-align: center;
    clip-path: circle(50%);
}
.imageRondeTxt {
    position: relative;
    width: 100%;
    aspect-ratio: 840 / 686;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.imageBuissonTxt {
  position: relative;
  width: 100%;
  aspect-ratio: 670 / 422;
  display: flex;
  align-items: center;
  justify-content: center;
}


.svgTxt {
  position: absolute;
  top: -0.15181818181818181em;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  pointer-events: none;
}
.ctnFull50 .bg_beige .svgTxt {
    position: absolute;
    top: -2.151818em;
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    pointer-events: none;
}
.txtCourbe {
    fill: var(--vert);
    font-weight: 700;
    font-size: 1.26727272727272727rem !important;
}
.bgImg5050 {
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    min-height: 13.636363636363637em;
    margin-top: -13em;
    margin-right: -2.6em;
    height: 300px;
    width: 300px;
    position: absolute;
    bottom: -32px;
}
.bgImgMaison {
    right: 0;
}
.bgImgBuisson {
    left: 0
}
.txtSurImage {
    width: 11.60909090909092em;
    text-align: left;
    position: absolute;
    right: 0;
    top: 6.5em;
}
.txtSurImage h3 strong {
    font-weight: 900;
} 
.h5050-text.ctn5050 h3 {
    font-weight: 900;
    padding-bottom: 1rem !important;
}
.h5050-text h4 {
   margin-bottom: 1.4545454545454546rem !important;
}
.h5050-text ul li a:hover {
    color: var(--gris) !important;
}
.colonne_1 .h5050-image.h5050-img-masque {
    margin-right: 20%;
}

/*5050 texte sous image*/
.flexThat.has-txt-under {
    align-items: flex-start;
}
.has-txt-under .h5050-img-masque img {
    min-height: 626px;
}
.has-txt-under .colonne_2 .h5050-half-inner.type-text {
    padding-left: 10% !important;
    padding-right: 0 !important;
}
.has-txt-under .imageRondeTxt {
    position: relative;
    width: 100%;
    aspect-ratio: 748 / 686;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.has-txt-under .colonne_1 .h5050-image.h5050-img-masque {
    margin-right: 0%;
}
.h5050-txt-under {
    padding-top: 2.3181818181818183em;
    padding-left: 6em;
    position: relative;
    z-index: 1;
}
.h5050-txt-under p {
    font-weight: 450;
    margin-bottom: 0.25454545454546em !important;
}
.h5050-txt-under p a:hover {
    color: var(--gris) !important;
}

section ul li {
    margin-bottom: 0.6090909090909091em;
}    
.content-h5050 {
    position: relative;
    z-index: 2;
}

.bgColor {
    position: relative;
}

.bgColor.beige {
    padding-top: 0;
    padding-bottom: 0;
}

/*padding 5050*/

/*.ctnFull50 .bgColor .colonne_2 .type-text {
    padding-right: 20%;
}*/
.ctnFull50 .bgColor.gradientLeft .colonne_2 .type-text {
    padding-right: 20%;
    padding-left: 0;
}
.ctnFull50 .bgColor .colonne_2 .type-text {
    padding-right: 20%;
}
.ctnFull50 .gradientRight .colonne_1 .type-text {
    padding-left: 20%;
    padding-right: 0%;
}
.ctnFull50 .bgColor.bg_beige .colonne_1 .type-text {
    padding-left: 0 !important;
    padding-right: 10% !important;
}
.ctnFull50 .text5050Ctn .colonne_1 .type-text {
    padding-left: 0% !important;
    padding-right: 10% !important;
}
/*.ctnFull50 .bgColor.bg_beige .colonne_1 .type-imag .h5050-image {
    margin-left: 10%;
}*/
.ctnFull50 .bgColor.bg_beige .colonne_1 .type-imag .h5050-image {
    margin-right: 20%;
}
.ctnFull50 .bgColor.bg_beige .colonne_1 .type-imag .h5050-image.h5050-img-masque {
    margin-left: 0 !important;
}

/*5050 texte-texte*/
.colonne_2 .ctn5050 p img,
.colonne_1 .ctn5050 p img{
    margin-bottom: 2.1818181818181817em;
}
section ul li {
    list-style-type: disc;
}
/*.padTB:has(.ctn5050) {
    padding-top: 0 !important;
    padding-bottom: 4.7272727272727275em;
}*/
.text5050Ctn .colonne_1 .h5050-half-inner.type-text:has(.ctn5050){
    padding-right: 0%;
    padding-left: 0 !important;
}
.text5050Ctn .colonne_2 .h5050-half-inner.type-text:has(.ctn5050){
    padding-left: 10% !important;
    padding-right: 0 !important;
}
.text5050Ctn {
    display: flex;
    align-items: baseline;
}


/*------ SLIDER TEXTE - BOUTONS -----*/
.sliderBtn {
    position: relative;
}
.sliderBtn .slider-nav {
    position: absolute;
    z-index: 1;
    top: 12rem;
    left: 38.5rem;
}
.sliderBtn h2 {
    margin-bottom: 2.225227rem !important
}
.sliderBtnCtn h3 {
    font-weight: 600;
    text-align: center;
}
.sliderBtn .colonne_1 h3 {
    margin-bottom: 1.1090909090909092em;
    font-weight: 700;
}
.textSlider .theThumb {
    outline: none;
}
.thumbSlider .slick-current .theThumb a h3 {
    background: #007cba;
    color: white;
}
.thumbSlider .slick-current .theThumb a  {
    color: var(--vert);
}
.thumbSlider .slick-track{
    width: 100% !important;
}
.thumbSlider .slick-track {
    width: auto !important;
}

.sliderBtnCtn {
    padding: 0.4318181818181818em 0.3363636363636364em;
    margin-right: 0.9090909090909091em;
    margin-bottom: 0.9090909090909091em;
    border-radius: 3px;
}
.sliderBtnCtn a {
    color: var(--vert);
}
.sliderBtn .colonne_1 {
    margin-right: 1em;
}
.sliderBtn .colonne_1 .slick-slide ul li{
    margin-left: 1.5em !important;
}
.sliderBtn .slider-nav .prev i {
    font-size: 1.4rem;
    padding: 0.3454545454545454rem 0.592727rem;
    color: var(--vert);
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid var(--vert);
    margin-right: 0.087272727272727em;
}

.sliderBtn .slider-nav .next i {
    background-color: var(--vert);
    color: var(--beige);
    transition: all 0.3s ease;
    font-size: 1.4rem;
    padding: 0.3454545454545454rem 0.672727rem;
    border-radius: 50%;
    border: 2px solid var(--vert);
}

.sliderBtn .slider-nav .next i:hover {
    color: var(--vert);
    background-color: transparent;
    border: 2px solid var(--vert);
}

.sliderBtn .slider-nav .prev i:hover {
    background-color: var(--vert);
    color: var(--beige);
    border-radius: 50%;
    border: 2px solid var(--vert);
}

.sliderBtn .slick-slide {
    margin-right: 0.9090909090909091em;
}

.thumbSlider .slick-slide .sliderBtnCtn {
    position: relative;
    transition: transform 0.3s ease;
}
.thumbSlider .slick-slide.slick-current .sliderBtnCtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3); 
    border-radius: inherit; 
    pointer-events: none; 
    transition: opacity 0.3s ease;
}
.thumbSlider .slick-slide.slick-current .sliderBtnCtn {
    transform: scale(1.05);
}
.thumbSlider .slick-slide:not(.slick-current) .sliderBtnCtn:hover {
    transform: scale(1.02);
}
.sliderBtn .container10.padTB {
    padding-top: 4.7272727272727275em;
    padding-bottom: 1.4136363636363638em;
}

/*------------ MAP -------------*/
.mapster-wp-maps {
    min-height: 735.5px !important;
}
.htmlPur h2 {
    text-align: center;
    padding-bottom: 1.227272727272727rem;
    line-height: 1em;
}
#mapster-popup-607 .map-popup-body p:first-of-type {
    display: none;
}
#mapster-popup-607 .map-popup-body p:last-of-type {
    display: none;
}

 #mapster-popup-607 .map-popup-body p {
    line-height: 0.8rem;
}   
.map-popup-header h2 {
    margin-bottom: 0 !important;
}

/*--------- 100% ICONES BG --------*/
.ctn100 {
    position: relative;
}
.ctn100.optionIcone:before {
    content: "";
    background-image: url(images/iAsterisqueBlanc.webp);
    width: 125px;
    height: 128px;
    display: inline-block;
    position: absolute;
    left: 5.333%;
    top: 6.181818181818182em;
}
.ctn100.optionIcone:after {
    content: "";
    background-image: url(images/bushBrun.webp);
    width: 186px;
    height: 108px;  
    display: inline-block;
    position: absolute;
    right: -23px;
    bottom: 9.772727272727273em;
}

.ctn100:has(+ .ctnFull50) .padTB {
    padding-bottom: 0 !important;
}
.ctn100 + * .h5050-text.ctn5050 h3 {
   font-weight: 700;
}
.ctn100 h3{
    margin: 1.5em 0 0.8em 0 !important;
}
.ctn100 h4 {
    margin: 1em 0 0.5em 0 !important;
}
.ctn100 ul {
    margin-bottom: 1.5em!important;
}

/*------ LISTING LOGOS -------*/

.ctnLogos {
    display: flex;  
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.listingLogo h4 {
    padding-bottom: 0.3em;
}
.listingLogo p {
    font-size: 0.8em;
    line-height: 1.2em;
    padding-bottom: 2em !important;
}
.listingLogo .container {
    padding-bottom: 1.5em;
}
.listingLogo img {
    max-height: 5em;
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.5em;
}
.flexListing img {
    max-width: 80%;
    width: auto;
    height: auto;
    max-height: 7em; 
}
.listingLogo .flexListing {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 2em;
}
.listingLogo .flexListing .d-center {
    display: inline;
}
.ctn100:has(+ .listingLogo) .padTB {
    padding-bottom: 0 !important;
}
.ctn100 + .listingLogo .padTB {
    padding-top : 0 !important
}

.sliderImg .slick-slide img {
    width: 100%;
    height: 100%;
    max-height: 5rem;
}








