.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck {
    background: linear-gradient(to right, #5ecd96, #6dc1e3);
}
.temoignageAvis {
    background: linear-gradient(to right, #5ecd96, #6dc1e3); /* vert → bleu */
    border-radius: 15px;
    padding: 20px;
    color: #fff;
}

.temoignageAvis h2 {
    color: #ffffff !important;
}

.quote-classic-boxed .quote-body {
    padding-left: 25px;
    padding-right: 25px;
}

.quote-classic-boxed .quote-body::before {
    font-family: none;
}

.bg-histoire2 {
    background: linear-gradient(90deg, #4bd1a0, #4cb5e7);
    border-radius: 12px;
    padding: 40px 30px;
    color: #fff;
}

.owl-carousel {
    /*display: none;*/
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-item.active {
    display: block;
}
*/ .quote-classic-boxed .quote-body::before {
    content: "\F11A7";
}

.approche-box .texteSite div p {
    font-size: 80%;
}

/* Bouton "je me fais accompagner" */
.btn-default {
    color: white;
    background-color: var(--blue);
    border-color: var(--blue);
}
.btn-default:focus,
.btn-default.focus {
    color: var(--blue);
    background-color: white;
    border-color: var(--blue);
}
.btn-default:hover {
    color: var(--blue);
    background-color: white;
    border-color: var(--blue);
}

/* Menu */
.rd-navbar-transparent.rd-navbar-static .rd-navbar-nav > li > a:hover {
    text-decoration: none;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-center.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-minimal.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-humburger-menu.rd-navbar-fixed .rd-navbar-panel {
    background: linear-gradient(to right, #5ecd96, #6dc1e3);
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-center.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-minimal.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-humburger-menu.rd-navbar-fixed .rd-navbar-panel button {
    color: white;
}

.boutonVisible {
    display: block;
}

.boutonInvisible {
    display: none;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a,
.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li a,
.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li a,
.rd-navbar-center.rd-navbar-fixed .rd-navbar-nav li a,
.rd-navbar-minimal.rd-navbar-fixed .rd-navbar-nav li a,
.rd-navbar-humburger-menu.rd-navbar-fixed .rd-navbar-nav li a {
    color: var(--blue);
    text-transform: uppercase;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-center.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-minimal.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-humburger-menu.rd-navbar-fixed .rd-navbar-nav-wrap {
    bottom: auto;
    width: 100%;
    text-align: center;
}

@media (max-width: 1200px) {
    .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a,
    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li a,
    .rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li a.btnContact {
        color: white;
        width: 230px;
        margin: auto;
    }
    .section-70 {
        padding-top: 10px;
    }
}
@media (min-width: 1200px) {
    .logoAecoSmart {
        display: none;
    }
}

/* Mobile */
@media (max-width: 300px) {
    .rubrique-header .rubrique-image {
        height: 300px;
    }
    .rubrique-header h1 {
        font-size: 1.6rem;
    }
    .rubrique-header .rubrique-descriptif {
        font-size: 0.9rem;
        line-height: 1em;
    }
}

/* Logo blanc */
.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand {
    display: block;
}
.rd-navbar-transparent.rd-navbar-static .rd-navbar-brand img {
    width: 70%;
}

.logoAecoSmart {
    width: 150px;
    padding: 10px 0 10px 25px;
}

@media (max-width: 767px) {
    .temoignageAvis {
        background: linear-gradient(to bottom, #5ecd96, #6dc1e3);
        border-radius: 10px;
        padding: 15px;
    }
}

/*  Formulaire de contact */
input::placeholder,
textarea::placeholder {
    color: white;
}
.contacterNous {
    background: #e8f0f5;
    padding-left: 50px;
    border-radius: 15px;
}
.contacterNous .contacterNousTexte {
    padding: 120px 15px 130px 15px;
    background: #e8f0f5;
    font-size: 80%;
}
.formulaire_formidable {
    background: #6ec1f5; /* bleu clair */
    padding: 20px;
    border-radius: 12px;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
}

.formulaire_formidable .editer-label {
    display: none;
    margin-bottom: 5px;
    font-weight: 600;
    float: left;
    color: #fff;
    font-size: 14px;
}

.formulaire_formidable input[type="text"],
.formulaire_formidable input[type="email"],
.formulaire_formidable textarea,
.formulaire_formidable select {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 8px;
    background: transparent;
    color: white;
    font-size: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.formulaire_formidable select {
    background: #6ec1f5;
}

.formulaire_formidable textarea {
    height: 175px;
}
.unit > [class*="unit-"]:first-child,
.unit-vertical > [class*="unit-"]:first-child {
    width: auto;
}

/* Placeholder en blanc */
.formulaire_formidable input::placeholder,
.formulaire_formidable textarea::placeholder {
    color: #fff;
    opacity: 0.7;
}

.formulaire_formidable .editer_input_1,
.formulaire_formidable .editer_input_2,
.formulaire_formidable .editer_input_3,
.formulaire_formidable .editer_email_1 {
    width: 48%;
    float: left;
}

.formulaire_formidable .editer_input_1,
.formulaire_formidable .editer_input_3 {
    margin-right: 4%;
}

.formulaire_formidable .editer_input_5,
.formulaire_formidable .editer_textarea_1 {
    width: 100%;
    clear: both;
}

.formulaire_formidable .submit {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.formulaire_formidable .submit:hover {
    background: #fff;
    color: #6ec1f5;
}

/* expertise button */
.boutonClasse:hover {
    color: white;
}

/* Responsive : empiler sur mobile */
@media (max-width: 768px) {
    .formulaire_formidable .editer_input_1,
    .formulaire_formidable .editer_input_2,
    .formulaire_formidable .editer_input_3,
    .formulaire_formidable .editer_email_1 {
        width: 100%;
        margin-right: 0;
    }
}

html.lt-ie-10 * + [class*="cell-"],
* + [class*="cell-"],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
    margin-top: 0px;
}

.equipe {
    padding-bottom: 20px;
}

.section-70 {
    padding-bottom: 0;
}

/* boites pout les Smartphone */
.range.equal-height {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 17px;
    /* à gauche (par défaut) */
}
.range.equal-height.center-last {
    justify-content: center;
    /* utile si tu veux centrer la dernière ligne */
}
.range.equal-height > [class*="cell-"] {
    display: flex;
    /* permet aux cartes de s’égaliser */
} /* 2 colonnes dès 480px → margin-top à partir du 3e pavé */

@media (max-width: 991px) {
    .range.equal-height {
        flex-wrap: nowrap;
    }
}

@media (min-width: 480px) {
    .range-gap > [class*="cell-"] {
        margin-top: 0;
        /* reset par défaut */
    }
    .range-gap > [class*="cell-"]:nth-child(n + 4) {
        margin-top: 30px;
        /* espace dès la 2e ligne */
    }
} /* 3 colonnes dès 768px → margin-top à partir du 4e pavé */
@media (min-width: 768px) {
    .range-gap > [class*="cell-"] {
        margin-top: 0;
    }
    .range-gap > [class*="cell-"]:nth-child(n + 4) {
        margin-top: 30px;
    }
} /* 4 colonnes dès 1200px → margin-top à partir du 5e pavé */
@media (min-width: 1200px) {
    .range-gap > [class*="cell-"] {
        margin-top: 0;
    }
    .range-gap > [class*="cell-"]:nth-child(n + 5) {
        margin-top: 30px;
    }
}

.home-header {
    height: 100vh;
    /* pleine hauteur de la fenêtre */
}
.home-header h1 {
    color: #ffffff;
    font-size: 72px;
} /* Tablettes paysage et petits laptops */
@media (max-width: 1200px) {
    .home-header h1 {
        font-size: 56px;
    }
} /* Tablettes portrait */
@media (max-width: 992px) {
    .home-header h1 {
        font-size: 48px;
    }
} /* Mobiles larges */
@media (max-width: 768px) {
    .home-header h1 {
        font-size: 36px;
    }
} /* Petits mobiles */
@media (max-width: 480px) {
    .home-header h1 {
        font-size: 28px;
    }
}

@media (min-width: 1px) {
    .text-sm-left {
        text-align: left;
    }
}

.post-news {
    min-width: 250px;
}

.rubrique-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    /* flexbox pour centrage vertical */
    align-items: center;
    /* centre verticalement */
    justify-content: center;
    /* centre horizontalement (facultatif) */
}
.rubrique-caption {
    text-align: center;
    color: #fff;
    max-width: 1200px;
    padding: 20px;
}

/* Diapo */
.imagePerso {
    display: none;
}
.imagePerso:first-child {
    display: block;
}

/* VRD */
.pad15 {
    margin: 35px 0 10px 0;
}

/* Cookies */
#cookieChoiceInfo {
    top: 1000px;
    width: 25%;
}

.rubrique-header .rubrique-descriptif {
    font-size: 1em;
}

.benefAssainissement {
    color: #4bd1a0;
}
