/* NAVIGATION */
.navigation{
    position: fixed;
    z-index: 20;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.3s all ease-in-out;
    background-color: rgba(0, 0, 0, 0.4);
}

.navigation .inner {
    max-width: 1700px;
}

.navigationMenuLogo{
    position: absolute;
    left: 0px;
    top: 17px;
    transition: 0.3s all ease-in-out;
}

.navigationMenuLogo img {
    transition: 0.3s all ease-in-out;
    height: 80px;
}

.navigationMenuCenter{
    text-align: center;
}

.navigationMenuCenter ul li{
    display: inline-block;
}

.navigationMenuCenter a{
    color: #F6F6F6;
    font-size: 16px;
    text-decoration: none;
    padding: 50px 15px;
    transition: 0.3s all ease-in-out;
    display: block;
}

.navigationMenuCenter a:hover{
    color: #597A2B;
}

.navigationRightMobileMenu{
    float: right;
    padding: 18px 15px;
    display: none;
}

.menu-btn {
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
}

.menu-btn__line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #F6F6F6;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.menu-btn.active .menu-btn__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-btn.active .menu-btn__line:nth-child(2) {
    opacity: 0;
}

.menu-btn.active .menu-btn__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobilemenucontent{
    padding: 20px;
    position: absolute;
    right: 0px;
    left: 0px;
    top: -500%;
    transition: 0.3s all ease-in-out;
    background-color: rgba(0, 0, 0, 0.8);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    opacity: 0;
}

.mobilemenucontent.active{
    top: 100%;
    opacity: 1;
}

.mobilemenucontent a{
    display: block;
    width: 100%;
    padding: 10px 0px;
    color: #F6F6F6;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

.mobilemenucontent a:hover{
    color: #597A2B;
}

/* PUBLICITE */
#pub-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    z-index: 9999;
}

#pub-popup h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 8px;
}

#pub-popup p {
    margin: 8px 0;
}

#pub-popup img {
    max-width: 100%;
    margin-top: 8px;
    border-radius: 4px;
}

#pub-popup a {
    display: inline-block;
    margin-top: 8px;
    color: #0066cc;
    text-decoration: none;
}

#pub-popup a:hover {
    text-decoration: underline;
}

#pub-popup button {
    display: block;
    margin-top: 12px;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
}

#pub-popup button:hover {
    color: #000;
}

/* NAVIGATION FIXED */
.navigation.fixed{
    background-color: rgba(0, 0, 0, 0.8);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));   
}

.navigation.fixed .navigationMenuCenter a{
    padding: 35px 15px;
}

.navigation.fixed .navigationMenuLogo{
    top: 10px;
}

.navigation.fixed .navigationMenuLogo img {
    height: 60px;
}


/* HEADER PORTAIL */
.section1{
    position: relative;
}

.section1 .inner{
    max-width: 1920px;
}

.owl-one .headerSlide{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
}

.owl-one .headerSlideResume{
    padding-bottom: 35px;
}

.owl-one .headerSlideResume p{
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
}

.owl-one .headerSlide h1{
    text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
}

.owl-one .slide-item{ 
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 1000px;
}

.owl-one .headerSlideContent{
    padding: 0px 20%;
}

.owl-one .owl-dots{
    position: absolute;
    left: 0px;
    bottom: 20px;
    right: 0px;
}

/* Accueil a propos */
.section2{
    background-color: #053547;
}

.section2 .inner {
    max-width: 1170px;
    padding: 90px 0px 300px 0px;
}

.background1{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.background1 img{
    display: block;
}

.background2{
    position: absolute;
    left: 0px;
    bottom: -100px;
    z-index: 1;
}

.background2 img{
    display: block;
}

/* Les deniéres plantes */
.section3{
    overflow: hidden;
}

.section3 .inner{
    max-width: 1170px;
    padding: 170px 0px 0px 0px;
    z-index: 3;
}

.section3 .inner .btnAll{
    padding: 50px 0px 130px 0px;
}

.section3 .inner .titre1 h2{
    font-size: 80px;
    line-height: 95px;
}

/* Categories liste */
.categoriesListe{
    padding-bottom: 20px;
}

.categoriesListe ul li{
    display: inline-block;
    list-style: none;
    padding-right: 35px;
}

.categoriesListe ul li a{
    text-decoration: none;
    font-weight: 600;
    color:#545454;
    transition: 0.3s all ease-in-out;
    font-size: 18px;
}

.categoriesListe ul li a:hover{
    color: #0095B5;
}

/* Plantes liste */
.section3Page .inner{
    padding: 80px 0px;
}

.planteListe.page{
    width: calc((100% / 3) - 40px);
}

.plantesListe{
    margin: 0px -20px;
    display: flex;
    flex-wrap: wrap;
}

.planteListe{
    padding: 30px 20px;
}

.planteListeContainer{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    background-color: #fff;
}

.planteListeImg{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.planteListeImg img{
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.planteListeContent{
    padding: 20px;
}

.planteListeTitle{
    padding-bottom: 15px;
}

.planteListeResume{
    padding-bottom: 15px;
}

.background3{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    z-index: 1;
}

/* Accueil des mares */
.maresSlides {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 960px;
  }
  
.maresSlide {
    flex: 0.5;
    transition: flex 0.3s ease, filter 0.3s ease;
    position: relative;
    height: 100%;
    filter: brightness(50%);
}

.maresSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maresSlideContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 70px 140px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.maresSlideContent h2{
    text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
    color: #fff;
}

.maresSlideResume{
    padding-bottom: 35px;
}

.maresSlideResume p{
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black
}

/* Première slide ouverte par défaut */
.maresSlides:not(:hover) .maresSlide:first-child {
    flex: 4;
    filter: brightness(100%);
}

.maresSlides:not(:hover) .maresSlide:first-child .maresSlideContent {
    opacity: 1;
}

/* Comportement au survol */
.maresSlide:hover {
    flex: 4;
    filter: brightness(100%);
}

.maresSlide:hover .maresSlideContent {
    opacity: 1;
}

/* Les autres slides rétrécies et plus sombres lorsqu'un élément est survolé */
.maresSlide:not(:hover) {
    flex: 0.5;
    filter: brightness(50%);
}

/* Les statistiques */
.section5{
    background-color: #053547;
    overflow: hidden;
}

.section5 .inner{
    padding: 120px 0px 90px 0px;
    max-width: 1170px;
}

.statistiquesListe{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.statistiqueListe{
    padding: 0px 30px 30px 30px;
    width: calc((100% / 4 ) - 60px);
}

.statistiqueChiffre p{
    color:#60F0FF;
    font-size: 75px;
    font-style: normal;
    font-weight: 500;
}

.statistiqueChiffre{
    padding-bottom: 15px;
}

.statistiqueTitle h4{
    color:#60F0FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.statistiqueTitle{
    padding-bottom: 15px;
}

.statistiqueContenu p{
    color: #CDFDFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

/* A propos */
.section6 .inner{
    padding: 230px 0px;
    max-width: 1170px;
}

.background4{
    position: absolute;
    left: 100px;
    top: -100px;
    z-index: 1;
}

.background4 img{
    display: block;
}

/* Mise en avant */
.section7 .inner{
    max-width: 1780px;
    border-radius: 60px;
    margin-bottom: 120px;
}

.section7 .inner img{
    width: 100%;
    border-radius: 60px;
    display: block;
}

.avantContainer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.avantContent{
    padding: 0px 10%;
}

.avantContent h2{
    color:#FFF;
    font-size: 96px;
    font-weight: 500;
    line-height: normal;
    text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
    margin-bottom: 0px;
}

.avantLink {
    padding-top: 40px;
}

.avantLink .btn{
    transform: scale(1.4);
}

/* Actualités */
.section8 .inner{
    max-width: 1170px;
    z-index: 3;
}

.section8 .inner .btnAll {
    padding: 50px 0px;
}

.section13 .inner{
    padding: 80px 0px;
    max-width: 1170px;
}

.actualitesListe{
    display: flex;
    margin: 0px -20px;
    flex-wrap: wrap;
}

/* Page Liste */
.section10 .inner{
    max-width: 1170px;
    padding: 80px 0px;
}

.actualiteListe.top{
    padding: 0px 20px 30px 20px;
    width: calc((100% / 2) - 40px);
}

.actualiteListe.top{
    padding: 0px 20px 30px 20px;
    width: calc((100% / 2) - 40px);
}

.actualiteListe.bottom{
    padding: 0px 20px 30px 20px;
    width: calc((100% / 3) - 40px);
}

.actualiteListeContainer{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    background-color: #fff;
}

.actualiteListeImg{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.actualiteListeImg img{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
}

.actualiteListeContent{
    padding: 20px;
}

.actualiteListeTitle{
    padding-bottom: 15px;
}

.actualiteListeResume{
    padding-bottom: 15px;
}

.actualiteListeDate{
    text-align: right;
    padding-bottom: 15px;
}

.actualiteListeDate p {
    color:#597A2B;
}

/* Footer */
.section9{
    padding-bottom: 60px;
}

.section9 .inner{
    max-width: 1780px;
    border-radius: 60px;
    overflow: hidden;
}

.section9 .inner > img{
    width: 100%;
    border-radius: 60px;
    display: block;
}

.footerCircle{
    width: calc(1170px - 480px);
    height: 1170px;

    position: absolute;
    left: calc(50% - 600px);
    bottom: -800px;
    z-index: 3;
    
    background-color: #fff;
    border-radius: 100%;
    border: 20px solid #0095B5;
    padding: 80px 240px 0px 240px;

    text-align: center;
}

.footerLogo{
    padding-bottom: 45px;
}

.footerLogo img{
    height: 80px;
}

.footerContent p{
    line-height: 32px;
}

.footerContent{
    padding-bottom: 45px;
}

.footerReseaux a{
    display: inline-block;
    font-size: 17px;
    background-color: #0095B5;
    color: #F2F2F2;
    border-radius: 50%;
    padding: 10px 13px;
    margin: 0px 15px;
}

/* Header classique */
.headerPage .inner{
    max-width: 1920px;
}

.headerPageContent {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 550px;
}

.headerPageTitle {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.headerPageTitle h1{
    margin-bottom: 0px;
    text-shadow:1px 1px 1px black, 0 0 1px black, 0 0 1px black;
}

.headerPageTitleInner{
    padding: 0px 20%;
    width: 100%;
    text-align: center;
}

/* Contact */
.section12 .inner{
    padding: 80px 0px;
    max-width: 1170px;
}

.formulaireContent{
    max-width: 600px;
    margin: 0px auto;
}

/* Une plante */
.section11 .inner{
    padding: 200px 0px 80px 0px;
    max-width: 1170px;
}

.planteContainer{
    display: flex;
    flex-wrap: wrap;
}

.planteLeft{
    width: calc(55% - 60px);
    margin-right: 60px;
}

.planteLeft img{
    border-radius: 60px;
}

.planteStock{
    margin-bottom: 20px;
}

.planteCategorie{
    margin-bottom: 40px;
}

.planteDescription{
    margin-bottom: 40px;
}

.planteRight{
    width: 45%;
}

/* Plantes de la même catégorie */
.section14{
    background-color: #FAFCF5;
    margin-bottom: 80px;
}

.section14 .inner{
    padding: 80px 0px;
    max-width: 1170px;

}

/* Liste des mares */
.section15Page .inner {
    padding: 80px 0px;
}

.section15 .inner {
    max-width: 1170px;
    z-index: 3;
}

.mareListe.page{
    width: calc((100% / 2) - 40px);
}

.maresListe{
    margin: 0px -20px;
    display: flex;
    flex-wrap: wrap;
}

.mareListe{
    padding: 30px 20px;
}

.mareListeContainer{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    background-color: #fff;
}

.mareListeImg{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.mareListeImg img{
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.mareListeContent{
    padding: 20px;
    text-align: center;
}

.mareListeTitle{
    padding-bottom: 15px;
}

/* Page d'une mare */
.section16 .inner {
    padding: 80px 0px;
    max-width: 1170px;
    z-index: 3;
}

.beforeAfter img{
    display: block;
}

.mareContent{
    padding-bottom: 80px;
}

.beforeAfterTitle{
    display: flex;
    justify-content:space-around;
}

.beforeAfterTitle h2{
    margin-bottom: 0px;
    font-size: 65px;
    font-weight: 800;
    line-height: 40px;
    color: #0095B5;
}

/* Legendes */
.legendes{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.legende{
    width: calc(50% - 40px);
    padding-right: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.legende:nth-last-child(-n+2){
    margin-bottom: 0px;
}

.legendeImage img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.legendeContent{
    width: calc(100% - 100px);
    padding-left: 20px;
}

/* Les plantes dans une mare */
.section17 .inner {
    max-width: 1170px;
    z-index: 3;
    padding-bottom: 80px;
}

/* Pourquoi une mare */ 
.pourquoi{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pourquoiLeft{
    width: 35%;
    position: relative;
}

.pourquoiLeft img{
    width: 100%;
    display: block;
    box-shadow: 0px 20px 60px 0px rgba(26, 37, 14, 0.20);
    border-radius: 30px 200px 30px 100px;
    position: relative;
    z-index: 3;
}

.pourquoiRight{
    width: calc(65% - 100px);
    padding-left: 100px;
}

.pourquoiBulleTop{
    position: absolute;
    top: -35px;
    right: -35px;
    width: 196px;
    height: 196px;
    border-radius: 100%;
    background-color: #597A2B;
    z-index: 1;
}

.pourquoiBulleBottom{
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 366px;
    height: 366px;
    border-radius: 100%;
    background-color: #9ABF5C;
    z-index: 1;
}

/* Page des pourquois */
.section20 .inner {
    padding: 60px 0px;
}

.section20 .pourquoi{
    margin: 0px auto;
    max-width: 1170px;
    padding: 110px 0px 150px 0px;
}

.pourquoi.inverse {
    flex-direction: row-reverse;
}

.pourquoiContainer.inverse{
    background-color: #FAFCF5;
}

.pourquoi.inverse .pourquoiRight {
    width: calc(65% - 140px);
    padding-left: 0px;
    padding-right: 140px;
}


@media (max-width: 1760px) {
    .navigationMenuLogo{
        left: 20px;
    }
    
    .section7 {
        margin: 0px 15px;
    }

    .section9 {
        padding: 0px 15px 60px 15px;
    }
}

@media (max-width: 1400px) {
    .background1{opacity: 0.2;}

    .pourquois{
        padding: 0px 15px;
    }

    .section20 .inner {
        overflow: hidden;
    }

    .navigationMenuCenter{
        padding-left: 190px;
    }

    .section3 .inner .titre1 h2 {
        font-size: 70px;
        line-height: 85px;
    }

    .titre{
        margin-bottom: 40px;
    }

    .avantContent h2 {
        font-size: 60px;
    }

    .avantLink .btn {
        transform: scale(1);
    }

    .maresSlideContent {
        padding: 70px;
    }

    .owl-one .headerSlideContent {
        padding: 0px 10%;
    }

    .section2 .inner {
        padding: 90px 10% 150px 10%;
    }

}

@media (max-width: 1250px) {

    .navigationRightMobileMenu{
        display: block;
    }

    .navigationMenuCenter{
        display: none;
    }

    .navigation{
        background-color: rgba(0, 0, 0, 0.8);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));   
    }
    
    .navigation .navigationMenuCenter a{
        padding: 35px 15px;
    }
    
    .navigation .navigationMenuLogo{
        top: 10px;
    }

    .navigationMenuLogo img {
        height: 40px;
    }

    .navigation.fixed .navigationMenuLogo img {
        height: 40px;
    } 

    .owl-one .headerSlideContent {
        padding: 0px 5%;
    }

    .owl-one .slide-item {
        height: 600px;
    }

    h1 {
        font-size: 40px;
        line-height: 55px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .owl-one .headerSlideResume p {
        font-size: 24px;
    }
    
    .section2 .inner {
        padding: 90px 5% 150px 5%;
    }

    .titre {
        padding: 0px 15px;
    }

    .background2 img {
        height: 180px;
    }

    .categoriesListe {
        padding:0px 15px 20px 15px;
    }

    .section3 .inner .titre1 h2 {
        font-size: 60px;
        line-height: 75px;
    }

    .section5 .inner {
        padding: 120px 15px;
    }

    .actualitesListe {
        margin: 0px;
    }

    .section6 .inner {
        padding: 230px 0px 180px 0px;
    }

    .maresSlides{
        height: 600px;
    }

    .section13 .inner {
        padding: 80px 15px;
    }

    .maresListe {
        margin: 0px;
    }

    .mareContent {
        padding: 0px 15px 80px 15px;
    }

    .legendes {
        padding: 40px 15px 0px 15px;
    }

    .plantesListe {
        margin: 0px;
    }

    .planteContainer{
        padding: 0px 15px;
    }

    .section11 .inner {
        padding: 150px 0px 80px 0px;
    }

}

@media (max-width: 1080px) {
    .statistiqueChiffre p {
        font-size: 60px;
    }

    .statistiqueListe{
        padding: 0px 30px 30px 30px;
        width: calc((100% / 2 ) - 60px);
    }

    .footerCircle{
        width: auto;
        height: auto;
        position: relative;
        left: auto;
        bottom: auto;
        border-radius: 0px;
        border: none;
        padding: 80px 120px;
    }

    .section9 .inner > img {
        display: none;
    }

    .section9 {
        padding: 0px 15px 15px 15px;
    }
}

@media (max-width: 900px) {
    .avantContent h2 {
        font-size: 40px;
    }

    .background4 {
        left: 0px;
    }

    .maresSlideResume{
        display: none;
    }

    .categoriesListe {
        padding: 0px 15px 5px 15px;
    }

    .categoriesListe ul li {
        padding: 0px 35px 8px 0px;
    }

    .headerPageTitleInner {
        padding: 0px 5%;
    }

    .headerPageContent {
        height: 400px;
    }

    .pourquoiBulleBottom {
        bottom: -30px;
        left: -30px;
        width: 196px;
        height: 196px;
    }

    .planteListe.page {
        width: calc((100% / 2) - 40px);
    }

    .actualitesListe.page  .actualiteListe.bottom {
        padding: 0px 20px 30px 20px;
        width: calc((100% / 2) - 40px);
    }
}

@media (max-width: 750px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .planteLeft {
        width:100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .planteRight {
        width: 100%;
    }

    .statistiqueListe {
        width: 100%;
    }

    .pourquoiLeft {
        width: 100%;
        margin-bottom: 30px;
    }

    .pourquoiRight {
        width: 100%;
        padding-left: 0px;
    }

    .pourquoiBulleBottom{display: none;}

    .section6 .inner {
        padding: 160px 0px 80px 0px;
    }

    .actualiteListe.top {
        width: 100%;
    }

    .actualiteListe.bottom {
        display: none;
    }

    .section8 .inner .btnAll {
        padding: 30px 0px 50px 0px;
    }

    .footerCircle {
        padding: 40px;
    }

    .pourquoiBulleTop{display: none;}

    .section7 .inner {
        margin-bottom: 80px;
    }

    .section20 .inner {
        padding: 0px;
    }

    .pourquoi.inverse .pourquoiRight {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section20 .pourquoi {
        padding: 50px 0px;
    }

    .mareListe.page {
        width: 100%;
    }

    .legende {
        width: 100%;
        padding: 0px;
    }

    .legende:nth-last-child(-n+2){
        margin-bottom: 30px;
    }

    .legende:last-child{
        margin-bottom: 0px;
    }


    .planteListe.page {
        width: 100%;
    }

    .actualitesListe.page .actualiteListe.bottom {
        display: block;
    }

    .actualitesListe.page .actualiteListe.bottom {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .section3 .inner .titre1 h2 {
        font-size: 45px;
        line-height: 60px;
    }

    .maresSlideContent {
        padding: 20px;
    }

    .avantContent {
        padding: 50px 15px;
        border-radius: 60px;
        background-color: #053547;
    }

    .section7 .inner img {
        display: none;
    }

    .avantContainer {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        top: auto;
    }

    .formulaireContent{
        padding: 0px 15px;
    }

    .beforeAfterTitle h2 {
        font-size: 35px;
        line-height: 25px;

    }

    .categoriesListe{
        text-align: center;
    }

    .categoriesListe ul li {
        width: 100%;
        padding:0px 0px 5px 0px;
    }

    .owl-one .slide-item {
        height: 680px;
    }

    #pub-popup {
        left: 10px;
        right: 10px;
        bottom: 10px;
        max-width: unset;
        width: auto;
        font-size: 15px;
    }
}
