@font-face {
    font-family: SugoDisplay;
    src: url("Sugo-Pro-Display-Regular-trial.ttf");
}

@font-face {
    font-family: BarlowCondensed;
    src: url("BarlowCondensed-Regular.ttf");
}

:root{
    --brown-bg: #604d3f;
    --black-bg: #241f1c;
    --green-bg: #98c10f;
}

body {
    background: #fafafa;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}

.subhead h3 {
    font-family: BarlowCondensed;
    text-align: left;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #99c210;
}

.title-2 h1 {
    font-family: SugoDisplay;
    text-align: left;
    font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
}

.title-2 h2 {
    padding-left: 10px;
    font-family: SugoDisplay;
    text-align: left;
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1920 - 300)));
}

.btn-subhead{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (2560 - 300)));
}

.li__text{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (2560 - 300)));
}

.mentions_legales{
    font-size: calc(12px + (12 - 10) * ((100vw - 300px) / (2560 - 300))); !important;
}

.h-24 {
    height: 6rem;
}
.h-52 {
    height: 13rem;
}
.w-10 {
    width: 2.5rem;
}
.h-10 {
    height: 2.5rem;
}
.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}

.btn {
    color: white !important;
}

.btn:hover{
    color: black !important;
}

.eligibilite {
    color: white;
    text-align: center;
    font-size: 1.2rem;
}

.is-relative {
    position: relative;
}

.bd-d {
    background-color: #6A4A34;
    text-align: center;
}

.bd-d-t {
    background-color: #A0C620;
}

.bg-g {
    background-color: #A0C620;
}

.title-bd-d {
    font-size: 1em;
    color: white;
    border-bottom: 5px solid white;
}

#contact_title {
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

/*              */

/*       Mathéo        */

#eligible {
    font-weight: 600;
    margin-top: 20px;
    font-size: 2.2rem;
    color: white;
    text-align: center;
}

#frais {
    font-size: 2.2rem;
    color: #5d4b3d;
    text-align: center;
    margin-top: 30px
}

#financements h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: Poppins, sans-serif;
    color: #99c210;
    text-align: center;
    margin-top: 30px;
}

#nosequipes {
    font-size: 3.5rem;
    font-family: Poppins, sans-serif;
    color: #99c210;
    text-align: center;
    margin-top: 30px;
}

.title_equipe {
    font-size: 3.5rem;
    font-family: Poppins, sans-serif;
    margin-left: 40px;
    margin-top: 50px;
    color: #5d4b3d;
    font-weight: bold;
}

/*                       */

.equipe-infos-xl p {
    text-align: center;
    font-size: x-large;
    color: #5d4b3d;
    margin: 0px;
}

.equipe-infos p {
    text-align: center;
    color: #5d4b3d;
    margin: 0px;
}

.title {
    font-weight: 500;
    font-size: 3.5rem;
    font-family: SugoDisplay;
    color: #99c210;
    text-align: center;
    margin: auto;
}

.subtitle {
    font-size: 2.5rem;
    font-weight: 400;
    color: #5d4b3d;
    margin-top: 35px;
}

.rounded2 {
    border-radius: 3rem !important;
}

.ombrage {
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
    box-shadow: 8px 8px 12px #555;
}

#subtitle p {
    font-weight: unset;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .navbar-brand {
        font-size: large !important;
    }

    .navbar {
        font-size: large !important;
    }

    .dropdown-item {
        font-size: large !important;
    }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #A0C620;
}

.dropdown-menu {
    background-color: var(--black-bg);
}

.dropdown-item {
    background-color: var(--black-bg);
    color: white;
    text-align: center;
    font-size: 14px;
}

.hidden {
    display: none;
}

/*sidebar*/

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#done {
    font-size: 32px;
}

.thumbnail {
    position: relative;
}

.text-bandeau-vert-1 {
    border-radius: 10px;
    width: 32%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.text-bandeau-vert-2 {
    border-radius: 10px;
    width: 32%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-carte {
    border-radius: 10px;
    width: 35%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    top: 50%;
    left: 75%;
}

.btn-bandeau {
    position: absolute;
}

.btn-carte-solaire-1 {
    border-radius: 10px;
    width: 30%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    top: 50%;
    left: 80%;
}

.btn-carte-solaire-2 {
    border-radius: 10px;
    width: 30%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    top: 50%;
    left: 20%;
}

.gdtitrezones {
    font-size: 18px;
    font-weight: bold;
    color: #97BE0C;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: #A0C620;
}

.fieldset {
    padding: 0 20px 20px 20px;
    margin-bottom: 10px;
    height: 500px;
    border: 1px solid #DF3F3F;
}

.counter h2 {
    color: #A0C621;
}

@media (min-width: 1440px) {
    .srv-hidden {
        display: none;
    }

    .btn-bandeau {
        top: 70% !important;
        left: 75% !important;
    }

    .title {
        font-size: 3.5rem;
    }

    .btn-carte-top {
        font-size: 2em;
    }

    .btn-carte-bottom {
        font-size: 2em;
    }

    .btn-carte-solaire-top {
        font-size: 2em;
    }

    .btn-carte-solaire-bottom {
        font-size: 2em;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 34%;
        font-size: 2em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 2em;
    }

    .media-body {
        font-size: 2em;
    }

    .home-text-green-bar {
        font-size: 2em;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .srv-hidden {
        display: none;
    }

    .title {
        font-size: 2.5rem;
    }

    .btn-accueil {
        padding: 0.3em 0.5em;
        font-size: 1.4em;
    }

    .btn-bandeau {
        top: 70% !important;
        left: 75% !important;
    }

    .btn-carte-top {
        font-size: 1.5em;
    }

    .btn-carte-bottom {
        font-size: 1.5em;
    }

    .btn-carte-solaire-top {
        font-size: 1.5em;
    }

    .btn-carte-solaire-bottom {
        font-size: 1.5em;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 34%;
        font-size: 1.5em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 1.5em;
    }

    .media-body {
        font-size: 1.5em;
    }

    .home-text-green-bar {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .btn-accueil {
        padding: 0.3em 0.5em;
        font-size: 1em;
    }

    .btn-bandeau {
        top: 55% !important;
        left: 25% !important;
    }

    .title {
        font-size: 2.5rem;
    }

    .srv-hidden {
        display: none;
    }

    .title-bd-d h1 {
        font-size: 1.5em;
    }
}


@media (min-width: 425px) and (max-width: 768px) {
    #financements h1 {
        font-size: 2.5em;
    }

    .subtitle {
        font-size: 2em;
    }

    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 0.75em;
    }

    .btn-bandeau {
        top: 55% !important;
        left: 25% !important;
    }

    .srv-hidden-2 {
        display: block;
    }

    .srv-hidden {
        display: none;
    }

    .title {
        font-size: 2rem;
    }

}

@media (min-width: 1324px) and (max-width: 1424px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 1.3em;
    }

    .btn-bandeau {
        top: 70% !important;
        left: 75% !important;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 34%;
        font-size: 1.5em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 1.5em;
    }
}

@media (min-width: 1224px) and (max-width: 1324px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 1.2em;
    }

    .btn-bandeau {
        top: 75% !important;
        left: 75% !important;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 34%;
        font-size: 1.5em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 1.5em;
    }
}

@media (min-width: 1124px) and (max-width: 1224px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 1.1em;
    }

    .btn-bandeau {
        top: 75% !important;
        left: 75% !important;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 34%;
        font-size: 1.5em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 1.5em;
    }
}

@media (min-width: 1024px) and (max-width: 1124px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 1em;
    }

    .btn-bandeau {
        top: 75% !important;
        left: 75% !important;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 34%;
        font-size: 1.5em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 1.5em;
    }
}

@media (min-width: 868px) and (max-width: 1024px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 0.85em;
    }

    .btn-bandeau {
        top: 75% !important;
        left: 75% !important;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 32%;
        font-size: 1.1em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 1.1em;
    }
}

@media (min-width: 768px) and (max-width: 868px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 0.75em;
    }

    .btn-bandeau {
        top: 75% !important;
        left: 75% !important;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 32%;
        font-size: 0.9em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 0.9em;
    }
}

@media (min-width: 625px) and (max-width: 768px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 0.65em;
    }

    .btn-bandeau {
        top: 75% !important;
        left: 75% !important;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 32%;
        font-size: 0.9em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 0.9em;
    }
}

@media (min-width: 525px) and (max-width: 625px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 0.55em;
    }

    .btn-bandeau {
        top: 70% !important;
        left: 75% !important;
    }

    .btn-carte-top {
        font-size: 0.8em;
    }

    .btn-carte-bottom {
        font-size: 0.8em;
    }

    .btn-carte-solaire-top {
        font-size: 0.7em;
    }

    .btn-carte-solaire-bottom {
        font-size: 0.7em;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 31%;
        font-size: 0.9em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 0.9em;
    }
}

@media (min-width: 425px) and (max-width: 525px) {
    .btn-accueil {
        padding: 0.3em 0.3em;
        font-size: 0.45em;
    }

    .btn-bandeau {
        top: 70% !important;
        left: 75% !important;
    }

    .btn-carte-top {
        font-size: 0.7em;
    }

    .btn-carte-bottom {
        font-size: 0.7em;
    }

    .btn-carte-solaire-top {
        font-size: 0.6em;
    }

    .btn-carte-solaire-bottom {
        font-size: 0.6em;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 31%;
        font-size: 0.8em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 0.8em;
    }
}

@media (min-width: 375px) and (max-width: 425px) {
    #financements h1 {
        font-size: 2.5em;
    }

    .subtitle {
        font-size: 2em;
    }

    .btn-accueil {
        padding: 0.2em 0.2em;
        font-size: 0.4em;
    }

    .btn-bandeau {
        top: 68% !important;
        left: 75% !important;
    }

    .srv-hidden-2 {
        display: none;
    }

    .title {
        font-size: 1.5rem;
    }

    .title_equipe h1 {
        font-size: 1.5rem;
    }

    .btn-carte-top {
        font-size: 0.5em;
    }

    .btn-carte-bottom {
        font-size: 0.7em;
    }

    .btn-carte-solaire-top {
        font-size: 0.5em;
    }

    .btn-carte-solaire-bottom {
        font-size: 0.5em;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 30%;
        font-size: 0.6em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 0.6em;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    #financements h1 {
        font-size: 2em;
    }

    .subtitle {
        font-size: 1.5em;
    }

    .btn-accueil {
        padding: 0.2em 0.2em;
        font-size: 0.39em;
    }

    .btn-bandeau {
        top: 65% !important;
        left: 75% !important;
    }

    .srv-hidden-2 {
        display: none;
    }

    .title {
        font-size: 1.5rem;
    }

    .title_equipe h1 {
        font-size: 1.5rem;
    }

    .btn-carte-top {
        font-size: 0.5em;
    }

    .btn-carte-bottom {
        font-size: 0.5em;
    }

    .btn-carte-solaire-top {
        font-size: 0.5em;
    }

    .btn-carte-solaire-bottom {
        font-size: 0.5em;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 30%;
        font-size: 0.6em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 0.6em;
    }
}

@media (max-width: 320px) {
    #financements h1 {
        font-size: 1.5em;
    }

    .subtitle {
        font-size: 1em;
    }

    .title-bd-d h1 {
        font-size: 1em;
    }

    .btn-accueil {
        padding: 0.2em 0.2em;
        font-size: 0.34em;
    }

    .btn-bandeau {
        top: 60% !important;
        left: 75% !important;
    }

    .btn-carte-top {
        font-size: 0.4em;
    }

    .btn-carte-bottom {
        font-size: 0.4em;
    }

    .btn-carte-solaire-top {
        font-size: 0.4em;
    }

    .btn-carte-solaire-bottom {
        font-size: 0.4em;
    }

    .srv-hidden-2 {
        display: none;
    }

    .title {
        font-size: 1rem;
    }

    .title_equipe h1 {
        font-size: 1.5rem;
    }

    .text-bandeau-vert-1 {
        top: 55%;
        left: 30%;
        font-size: 0.6em;
    }

    .text-bandeau-vert-2 {
        top: 55%;
        left: 85%;
        font-size: 0.6em;
    }
}

@media (max-width: 768px) {
    .eqp-hidden-2 {
        display: none;
    }
}

@media (width: 768px) {
    .eqp-hidden {
        display: block !important;
    }

}

@media (min-width: 768px) {
    .eqp-hidden {
        display: none;
    }
}

@media (min-width: 425px) and (max-width: 1438px) {
    .contact-services {
        display: none;
    }
}

@media (max-width: 768px) {
    .contact-isolations {
        display: none;
    }

    .etude_pac-image {
        display: none;
    }
}

@media (max-width: 1024px) {
    .tableau-primes-chauffage {
        display: none;
    }
}

img {
    display: block;
}

/* hover services */
.a-img-txt {
    display: grid;
}

/* les enfants se superposent */
.a-img-txt > * {
    grid-area: 1/1/-1/-1;
    /* raccourci pour grid-row et grid-column */
}

/* le texte */
.a-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: opacity .8s;
}

/* les couleurs c1 et c2 */
.c1 {
    background: #0b090775; /* avec alpha */
    border-radius: 1rem;
}

.c2 {
    background: #6600ffcc; /* avec alpha */
}

/* le survol */
.a-txt:hover {
    opacity: 1;
}

/* la déco */
.body-hover {
    margin: 5px;
    font-family: sans-serif;
    font-size: 15px;
    display: grid;
    grid-gap: 24px;
    gap: 24px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

/* Carousel Services */
.carousel-indicators {
    bottom: -10px;
}

.carousel-indicators li {
    background-color: #A0C620;
}

.carousel-indicators .active {
    background-color: #6A4A34;
}

/* Popup cookies */
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

/*Cookie Consent End*/

/* social media icons */

.social ul {
    display: flex;
    /*  position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);*/
    justify-content: center;
    padding-inline-start: 0;
}

.social ul li {
    list-style: none;
}

.social ul li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    margin: 0 2px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 1;
}

.social ul li a .icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
}

.social ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

/*.social ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.social ul li a:hover:before {
    top: 0;
}

.social ul li:nth-child(1) a:before {
    background: #3b5999;
}

.social ul li:nth-child(2) a:before {
    background: #dd4b39;
}

.social ul li:nth-child(3) a:before {
    background: #dd4b39;
}

.social ul li:nth-child(4) a:before {
    background: #dd4b39;
}*/

/* loader */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #A0C620;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #A0C620 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.zoom {
    transition: transform .5s ease; /* Animation */
}

.zoom:hover {
    transform: scale(1.1); /* (150% zoom)*/
}

.avis-widget {
    z-index: 10000;
    position: fixed;
    bottom: 80px;
    right: 10px;
}

/* Text scroll */

section {
    display: flex;
    justify-content: center;
    align-items: center;
}

section:nth-child(1) {
    color: #e0ffff;
}

section:nth-child(2) {
    color: #42455a;
    background: #e0ffff;
}

section:nth-child(3) {
    color: #e0ffff;
}

section:nth-child(4) {
    color: #42455a;
    background: #e0ffff;
}

section .container {
    margin: 100px;
}

section h1 {
    font-size: 3rem;
    margin: 20px;
}

section h2 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

section .text-container {
    display: flex;
}

section .text-container .text-box {
    margin: 20px;
    padding: 20px;
    background: #A0C620;
}

section .text-container .text-box h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    section h1 {
        font-size: 2rem;
        text-align: center;
    }

    section .text-container {
        flex-direction: column;
    }
}

.reveal-top {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal-top.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal-left {
    position: relative;
    transform: translateX(50px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal-right {
    position: relative;
    transform: translateX(-50px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal-left.active {
    transform: translateX(0);
    opacity: 1;
}

.reveal-right.active {
    transform: translateX(0);
    opacity: 1;
}

.services-pics:nth-child(1) {
    transition-delay: 200ms;
}

.services-pics:nth-child(2) {
    transition-delay: 400ms;
}

.services-pics:nth-child(3) {
    transition-delay: 600ms;
}

.services-pics:nth-child(4) {
    transition-delay: 800ms;
}

/* SIMUL PANNEAUX */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');


.form-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50vh;
}

.form-holder .form-content {
    background-color: black;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px;
}

.form-content .form-items {
    border: 3px solid #fff;
    padding: 40px;
    display: inline-block;
    width: 100%;
    min-width: 230px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #fff;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}


.form-content label, .was-validated .form-check-input:invalid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
    color: #fff;
}

.form-content input[type=text], .form-content input[type=password], .form-content input[type=email], .form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}


.btn-primary{
    background-color: #6C757D;
    outline: none;
    border: 0px;
    box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #495056;
    outline: none !important;
    border: none !important;
    box-shadow: none;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.mv-up{
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback{
    color: #ff606e;
}

.valid-feedback{
    color: #2acc80;
}*/
.register-photo {
    background: #fafafa;
    padding: 80px 0;
}

.register-photo .image-holder {
    display: table-cell;
    width: auto;
    background-size: cover;
}

.register-photo .form-container {
    display: table;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.register-photo form {
    display: table-cell;
    width: 400px;
    background-color: #ffffff;
    padding: 40px 60px;
    color: #505e6c;
}

.replace-form {
    display: table-cell;
    width: 400px;
    background-color: #ffffff;
    padding: 40px 60px;
    color: #505e6c;
}

@media (max-width: 991px) {
    .register-photo form {
        padding: 40px;
    }

    .replace-form {
        padding: 40px;
    }
}

.register-photo form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.replace-form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.register-photo form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 6px;
    height: 40px;
}

.register-photo form .btn-primary {
    background: #f4476b;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: none !important;
}

.register-photo form .btn-secondary {
    background: #6c757d;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: none !important;
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
    background: #eb3b60;
}

.register-photo form .btn-primary:active {
    transform: translateY(1px);
}

.register-photo form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}

/* Diagonal */

.diagonal {
    --skew-angle: -5deg;
    position: relative;
    isolation: isolate;
    padding-block: 5rem;
    color: whitesmoke;
}

.diagonal::after {
    content: '';
    background-image: linear-gradient(135deg, #99c210 15%, #11a2b7 70%);
    position: absolute;
    z-index: -1;
    inset: 0;
    transform: skewY(var(--skew-angle));
}

.brown-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #5d4b3d;
}

.red-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: red;
}

.red-bold-text {
    font-size: 2.5rem;
    font-weight: bold;
    color: red;
}

/* FORMULAIRE DIAGNOSTIQUE GRATUIT */

#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 40px;
    border-radius: 10px
}

h1 {
    text-align: center;
}

input {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #aaaaaa
}

input.invalid {
    background-color: #ffdddd
}

.tab {
    text-align: center;
    display: none
}

#regForm button {
    background-color: #11A6BA;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer
}

button:hover {
    opacity: 0.8
}

#prevBtn {
    background-color: #bbbbbb
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5
}

.step.active {
    opacity: 1
}

.step.finish {
    background-color: #11A6BA
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}

#regForm .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */
/*
.container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}*/


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container:hover input ~ .checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container input:checked ~ .checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.navbar.scrolled {
    background-color: var(--black-bg) !important;
    transition: transform .4s ease, background-color .4s ease
}

.navbar {
    transition: transform .4s ease, background-color .4s ease
}

/* Carousel styling */
#introCarousel .carousel-inner, #introCarousel .carousel-item, #introCarousel .carousel-item.active {
    height: 50vh;
}

.d-lg-block {
    display: block !important;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#introCarousel .carousel-item:nth-child(1) {
    background-image: url('../img/home-carousel-offre-panneaux.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#introCarousel .carousel-item:nth-child(2) {
    background-image: url('../img/home-carousel-iso-haute-vienne.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#introCarousel .carousel-item:nth-child(4) {
    background-image: url('../img/home-carousel-offre-iso-2025.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#introCarousel .carousel-item:nth-child(3) {
    background-image: url('../img/panneaux3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#introCarousel .carousel-item:nth-child(5) {
    background-image: url('../img/home-carousel-pac.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@keyframes fade-from-right {
    from {
        transform: translateX(5rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-from-bottom {
    from {
        transform: translateY(5rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #introCarousel {
        margin-top: calc(8rem * -1);
    }

    #introCarousel .carousel-inner, #introCarousel .carousel-item, #introCarousel .carousel-item.active {
        height: 95vh;
    }

    .title.scrolled {
        transition: opacity 0.4s ease;
        opacity: 1;
    }

    .animation_hidden {
        opacity: 0;
        animation: fade-from-bottom .8s 1s ease both;
    }

    .animation_show {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .navbar {
        background-color: var(--black-bg);
    }
}

.pic-panneau-solaire-9kw {
    max-width: 100%;
    height: auto;
    width: 50% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Page panneaux */
.price-panneau-solaire {
    font-weight: bold;
    color: red;
}

/* btn texte blanc fond vert */
.g-w-btn {
    color: whitesmoke;
    background-color: #99c210;
    border-color: #99c210;
    /*--bs-btn-hover-bg: #aac81e;*/
    --bs-btn-hover-bg: #95b40a;
}

.nav-item {
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* nested dropdown navbar */

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.title-carousel-1 {
    font-family: "BarlowCondensed";
    margin-bottom: 1rem !important;
    color: #99c210;
}

.title-carousel-2 {
    font-family: SugoDisplay;
    text-align: left;
}

@media (max-width: 768px) {
    h1 {
        font-size: calc(1.375rem + 0.5vw);
    }

    h3 {
        font-size: calc(1rem + 0.3vw);
    }
}

@media (min-width: 1200px) {
    .title-carousel-2 {
        font-size: 4rem;
    }
}

.card {
    background-color: var(--brown-bg);
    color: whitesmoke;
}

.card img {
    transition: transform 0.25s ease;
}

.card img:hover {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.form-send-button {
    background-color: #99c210 !important;
    color: white;
}

/*.contact-card{
    --border-width: 1px;
    color: white;
    --mdb-list-group-light-item-border: 0;
    border-radius: 1rem;
    background-color: hsl(256, 43%, 7%);
    border: transparent 3px solid;
    background: radial-gradient(
        circle at 50% 250%,
        hsl(259, 13%, 28%),
        hsl(259, 13%, 28%)
    )
    padding-box,
    linear-gradient(#99c210,#604d3f) border-box;
}*/

/*.contact-card::before{
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    border: var(--border-width) solid transparent;
    background: linear-gradient(black) border-box,;
}*/

/* PAGE HOME */
.ul-home-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    list-style: none;
    gap: 1rem;
    justify-items: center;
}

@media (max-width: 1200px) {
    .ul-home-services {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.bd-engagement {
    padding: 13rem 0;
    background: var(--black-bg);
    color: white;
}

.bd-engagement li:last-child::after {
    display: none;
}

.ul-home-engagement {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
}

@media (max-width: 990px) {
    .ul-home-engagement {
        grid-template-columns: repeat(2, 1fr);
    }

    .bd-engagement li:nth-child(2)::after {
        display: none;
    }

    .engagement-bd-valeurs li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 430px) {
    .ul-home-engagement {
        grid-template-columns: repeat(1, 1fr);
    }

    .bd-engagement li::after {
        display: none;
    }

    .engagement-bd-valeurs li:nth-child(2)::after {
        display: none;
    }
}

.li-home-engagement {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-home-engagement::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 5rem;
    background: whitesmoke;
}

.li-home-engagement__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 6rem;
    width: 6rem;
}

.li-home-engagement__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: var(--green-bg);
    text-align: center;
}

.li-home-engagement:nth-child(1) {
    transition-delay: 200ms;
}

.li-home-engagement:nth-child(2) {
    transition-delay: 400ms;
}

.li-home-engagement:nth-child(3) {
    transition-delay: 600ms;
}

.li-home-engagement:nth-child(4) {
    transition-delay: 800ms;
}

.home-bd-garanties {
    text-align: left;
}

.home-bd-garanties__container {
    position: relative;
    padding: 1rem 2rem 5rem;
}

.home-bd-garanties__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--brown-bg);
    transform: translate(-50%, -10%);
    border-radius: 2rem;
}

.home-bd-garanties__text {
    position: relative;
    z-index: 5;
    color: white;
}

.ul-home-confiance {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 2rem;
}

@media (max-width: 1400px) {
    .ul-home-confiance {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 860px) {
    .ul-home-confiance {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 430px) {
    .ul-home-confiance {
        grid-template-columns: repeat(2, 1fr);
    }
    .li-home-confiance__icon {
        height: 6rem !important;
        width: 6rem !important;
    }
}

.li-home-confiance {
    position: relative;
    text-align: center;
    padding: 0 1rem;
}

.li-home-confiance__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 10rem;
    width: 10rem;
}

.li-home-confiance:nth-child(1) {
    transition-delay: 200ms;
}

.li-home-confiance:nth-child(2) {
    transition-delay: 400ms;
}

.li-home-confiance:nth-child(3) {
    transition-delay: 600ms;
}

.li-home-confiance:nth-child(4) {
    transition-delay: 800ms;
}

.li-home-confiance:nth-child(5) {
    transition-delay: 1000ms;
}

.li-home-confiance:nth-child(6) {
    transition-delay: 1200ms;
}
.home-bd-projet {
    text-align: left;
    background-color: var(--brown-bg);
}

.home-bd-projet__container {
    position: relative;
    padding: 1rem 2rem 5rem;
}

.home-bd-projet__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: #231f1c;
    transform: translate(-50%, -10%);
    border-radius: 2rem;
}

.home-bd-projet__text {
    position: relative;
    z-index: 5;
    color: white;
    text-align: left;
}

.ul-home-projet {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
}

@media (max-width: 860px) {
    .ul-home-projet {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 430px) {
    .ul-home-projet {
        grid-template-columns: repeat(1, 1fr);
    }
}

.li-home-projet {
    position: relative;
    text-align: center;
    padding: .5rem 2rem;
}

.li-home-projet:nth-child(1) {
    transition-delay: 200ms;
}

.li-home-projet:nth-child(2) {
    transition-delay: 400ms;
}

/* PIED DE PAGE */

.footer {
    background-color: #231f1c;
    text-align: left;
    color: white;
}

@media (max-width: 425px) {
    .footer{
        text-align: center;
    }
}
.footer-top{
    padding-top: 3rem;
}

.ul-footer {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
}

@media (max-width: 990px) {
    .ul-footer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 430px) {
    .ul-footer {
        grid-template-columns: repeat(1, 1fr);
    }
}

.li-footer {
    position: relative;
    text-align: center;
    padding: 0 2rem;
    color: white;
}

.li-footer__icon {
    display: flex;
    margin: 0 auto 0;
    height: 6rem;
    width: 5rem;
}

.li-footer__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: white;
    text-align: center;
}

.li-footer:nth-child(1) {
    transition-delay: 200ms;
}

.li-footer:nth-child(2) {
    transition-delay: 400ms;
}

.li-footer:nth-child(3) {
    transition-delay: 600ms;
}

.li-footer:nth-child(4) {
    transition-delay: 800ms;
}

.ul-inside-footer {
    display: table-cell;
}

@media (max-width: 580px) {
    .ul-inside-footer {
        display: contents;
    }
}

/* SERVICE PANNEAUX SOLAIRE */

.panneaux-bd-pourquoi {
    padding: 5rem 0;
    background: var(--black-bg);
    color: white;
}

.panneaux-bd-pourquoi li:last-child::after {
    display: none;
}

.ul-panneaux-pourquoi {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
}

@media (max-width: 990px) {
    .ul-panneaux-pourquoi {
        grid-template-columns: repeat(2, 1fr);
    }

    .panneaux-bd-pourquoi li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 430px) {
    .ul-panneaux-pourquoi {
        grid-template-columns: repeat(1, 1fr);
    }

    .panneaux-bd-pourquoi li::after {
        display: none;
    }
}

.li-panneaux-pourquoi {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-panneaux-pourquoi::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 5rem;
    background: whitesmoke;
}

.li-panneaux-pourquoi__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 6rem;
    width: 5rem;
}

.li-panneaux-pourquoi__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: var(--green-bg);
    text-align: center;
}

.li-panneaux-pourquoi:nth-child(1) {
    transition-delay: 200ms;
}

.li-panneaux-pourquoi:nth-child(2) {
    transition-delay: 400ms;
}

.li-panneaux-pourquoi:nth-child(3) {
    transition-delay: 600ms;
}

.li-panneaux-pourquoi:nth-child(4) {
    transition-delay: 800ms;
}

.panneaux-bd-promo{
    background: var(--green-bg);
}

.panneaux-bd-promo__text{
    color: white;
    display: flex;
    justify-content: center;
    padding: 1rem
}

.panneaux-bd-promo__text p{
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: 1rem;
}

.panneaux-bd-kits {
    position: relative;
    padding: 5rem 0;
    background: var(--black-bg);
    color: white;
}

.panneaux-bd-kits li:last-child::after {
    display: none;
}

.ul-panneaux-kits {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
}

@media (max-width: 1199px) {
    .ul-panneaux-kits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    .ul-panneaux-kits {
        grid-template-columns: repeat(1, 1fr);
    }
}

.li-panneaux-kits {
    margin: 1rem;
    height: 20rem;
    width: 15rem;
    position: relative;
    text-align: center;
    padding: 0 2rem;
    background-color: var(--green-bg);
    border-radius: 3rem;
    align-content: center;
}

.li-panneaux-link {
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.li-panneaux-link::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.li-panneaux-kits__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 6rem;
    width: 5rem;
}

.li-panneaux-kits__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: white;
    text-align: center;
}

.li-panneaux-kits:nth-child(1) {
    transition-delay: 200ms;
}

.li-panneaux-kits:nth-child(2) {
    transition-delay: 400ms;
}

.li-panneaux-kits:nth-child(3) {
    transition-delay: 600ms;
}

.li-panneaux-kits:nth-child(4) {
    transition-delay: 800ms;
}

.li-panneaux-link {
    transition: transform 0.25s ease;
}

.li-panneaux-link:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.panneaux-bd-fonctionnement {
    padding: 5rem 0;
}

.panneaux-bd-fonctionnement li:last-child::after {
    display: none;
}

.ul-panneaux-fonctionnement {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2rem;
}

@media (max-width: 1439px) {
    .ul-panneaux-fonctionnement {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .ul-panneaux-fonctionnement {
        grid-template-columns: repeat(1, 1fr);
    }
}

.li-panneaux-fonctionnement {
    position: relative;
    text-align: center;
    padding: 0 2rem;
    background-color: var(--black-bg);
    border-radius: 2.5rem;
    color: white;
    margin: 1rem;
}

.li-panneaux-fonctionnement:hover{
    transition: color .2s ease !important;
    transition-duration: .2s;
    background-color: var(--brown-bg);
}

@media (min-width: 1440px) {
    .li-panneaux-fonctionnement::after{
        content: '';
        background-image: url("../img/pictos/arrow.png");
        position: absolute;
        width: 150px;
        height: 120px;
        top: 80%;
        background-size: 80px 100px;
        background-position: 70px 0px;
        background-repeat: no-repeat;
        right: 10%;
    }
}


.li-panneaux-fonctionnement__icon {
    display: flex;
    margin: 1rem auto 1rem;
    height: 10rem;
    width: 10rem;
}

.li-panneaux-fonctionnement__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--green-bg);
    display: flex;
    margin: 0 auto 0;
    text-align: left;
}

/*.li-panneaux-fonctionnement__title::after {
    content: '';
    position: absolute;
    top: 53%;
    right: 50%;
    width: 5rem;
    height: 0.2rem;
    background-color: var(--green-bg);
}*/

.li-panneaux-fonctionnement__text {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    text-align: left;
}

/*.li-panneaux-fonctionnement:nth-child(1) {
    transition-delay: 200ms;
}
.li-panneaux-fonctionnement:nth-child(2) {
    transition-delay: 400ms;
}
.li-panneaux-fonctionnement:nth-child(3) {
    transition-delay: 600ms;
}
.li-panneaux-fonctionnement:nth-child(4) {
    transition-delay: 800ms;
}
.li-panneaux-fonctionnement:nth-child(5) {
    transition-delay: 1000ms;
}
.li-panneaux-fonctionnement:nth-child(6) {
    transition-delay: 1200ms;
}*/

.panneaux-bd-projet {
    text-align: left;
}

.panneaux-bd-projet__container {
    position: relative;
    padding: 1rem 3rem 5rem;
}

.panneaux-bd-projet__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--brown-bg);
    transform: translate(-50%, -7%);
    border-radius: 2rem;
}

.panneaux-bd-projet__text {
    position: relative;
    z-index: 5;
    color: white;
    text-align: left;
}

.ul-panneaux-projet {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
}

@media (max-width: 860px) {
    .ul-panneaux-projet {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 430px) {
    .ul-panneaux-projet {
        grid-template-columns: repeat(1, 1fr);
    }
}

.li-panneaux-projet {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-panneaux-projet:nth-child(1) {
    transition-delay: 200ms;
}

.li-panneaux-projet:nth-child(2) {
    transition-delay: 400ms;
}

.panneaux-bd-kits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--black-bg);
    transform: translate(-50%, -33%);
    z-index: -2;
}

.panneaux-bd-kits::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--black-bg);
    transform: translate(-50%, 33%);
    z-index: -2;
}

.panneaux-bd-choisir {
    text-align: left;
}

.panneaux-bd-choisir__container {
    position: relative;
    padding: 1rem 3rem 3rem;
}

.panneaux-bd-choisir__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--brown-bg);
    transform: translate(-50%, -7%);
    border-radius: 2rem;
}

.panneaux-bd-choisir__text {
    position: relative;
    z-index: 5;
    color: white;
    text-align: left;
}

/* PAGE PAC-CLIM */

.bd-pac-choisir-evo {
    padding: 13rem 0;
    background: var(--black-bg);
    color: white;
}

.bd-pac-choisir-evo li:last-child::after {
    display: none;
}

.ul-pac-choisir-evo {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
}

@media (max-width: 990px) {
    .ul-pac-choisir-evo {
        grid-template-columns: repeat(2, 1fr);
    }

    .bd-pac-choisir-evo li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 430px) {
    .ul-pac-choisir-evo {
        grid-template-columns: repeat(1, 1fr);
    }

    .bd-pac-choisir-evo li::after {
        display: none;
    }
}

.li-pac-choisir-evo {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-pac-choisir-evo::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 5rem;
    background: whitesmoke;
}

.li-pac-choisir-evo__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 6rem;
    width: 5rem;
}

.li-pac-choisir-evo__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: var(--green-bg);
    text-align: center;
}

.li-pac-choisir-evo:nth-child(1) {
    transition-delay: 200ms;
}

.li-pac-choisir-evo:nth-child(2) {
    transition-delay: 400ms;
}

.li-pac-choisir-evo:nth-child(3) {
    transition-delay: 600ms;
}

.li-pac-choisir-evo:nth-child(4) {
    transition-delay: 800ms;
}

.pac-bd-projet {
    text-align: left;
}

.pac-bd-projet__container {
    position: relative;
    padding: 1rem 3rem 1rem;
}

.pac-bd-projet__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--brown-bg);
    transform: translate(-50%, 0%);
    border-radius: 2rem;
}

.pac-bd-projet__text {
    position: relative;
    z-index: 5;
    color: white;
    text-align: left;
}

.pac-bd-exemple {
    position: relative;
    padding: 5rem 0;
    background: var(--black-bg);
    color: white;
}

.pac-bd-exemple::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--black-bg);
    transform: translate(-50%, -33%);
    z-index: -2;
}

/* REALISATIONS */
.bd-realisations-projet {
    padding: 5rem 0;
    background: var(--black-bg);
    color: white;
}

.bd-realisations-projet li:last-child::after {
    display: none;
}

.ul-realisations-projet {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
}

@media (max-width: 990px) {
    .ul-realisations-projet {
        grid-template-columns: repeat(2, 1fr);
    }

    .bd-realisations-projet li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 430px) {
    .ul-realisations-projet {
        grid-template-columns: repeat(1, 1fr);
    }

    .bd-realisations-projet li::after {
        display: none;
    }
}

.li-realisations-projet {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-realisations-projet::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 5rem;
    background: whitesmoke;
}

.li-realisations-projet__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 8rem;
    width: 8rem;
}

.li-realisations-projet__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: var(--green-bg);
    text-align: center;
}

.li-realisations-projet__text {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (2560 - 300)));
}

.li-realisations-projet:nth-child(1) {
    transition-delay: 200ms;
}

.li-realisations-projet:nth-child(2) {
    transition-delay: 400ms;
}

.li-realisations-projet:nth-child(3) {
    transition-delay: 600ms;
}

.li-realisations-projet:nth-child(4) {
    transition-delay: 800ms;
}

/* PROMO TVA AOUT 2025 */

.promo-bd-noir {
    padding: 5rem 0;
    background: var(--black-bg);
    color: white;
}

.promo-bd {
    padding: 5rem 0;
}

.promo-tva{
    list-style: inside;
}

/*.li-promo-1{
    list-style-image: url("../img/pictos/picto1-50x50.png");
}
.li-promo-2{
    list-style-image: url("../img/pictos/picto2-50x50.png");
}
.li-promo-3{
    list-style-image: url("../img/pictos/picto3-50x50.png");
}*/

.box-rebours{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.box_jour, .box_heure, .box_minute, .box_seconde {
    padding: 10px;
}
#jour, #heure, #minute, #seconde {
    background:black;
    padding: 10px 20px;
    color: white;
    font-size: 3rem;
    font-weight: bold;
}

@media (max-width: 425px) {
    #jour, #heure, #minute, #seconde {
        padding: 10px 15px;
        font-size: 1.5rem;
    }
}

@media (max-width: 320px) {
    #jour_label, #heure_label, #minute_label, #seconde_label {
        font-size: 1rem !important;
    }
}

#jour_label, #heure_label, #minute_label, #seconde_label {
    font-size: 1.5rem;
}

.ul-promo-confiance {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 2rem;
}

@media (max-width: 1400px) {
    .ul-promo-confiance {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 860px) {
    .ul-promo-confiance {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 430px) {
    .ul-promo-confiance {
        grid-template-columns: repeat(1, 1fr);
    }
}

.li-promo-confiance {
    position: relative;
    text-align: center;
    padding: 0 1rem;
}

.li-promo-confiance__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 10rem;
    width: 10rem;
}

.li-promo-confiance:nth-child(1) {
    transition-delay: 200ms;
}

.li-promo-confiance:nth-child(2) {
    transition-delay: 400ms;
}

.li-promo-confiance:nth-child(3) {
    transition-delay: 600ms;
}

.li-promo-confiance:nth-child(4) {
    transition-delay: 800ms;
}

.li-promo-confiance:nth-child(5) {
    transition-delay: 1000ms;
}

.li-promo-confiance:nth-child(6) {
    transition-delay: 1200ms;
}

.li-promo-pourquoi__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 10rem;
    width: 10rem;
}

.promo-bd-garanties__container{
    color: white;
    position: relative;
    padding: 1rem 3rem 5rem;
}

.promo-bd-garanties__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--brown-bg);
    transform: translate(-50%, -7%);
    border-radius: 2rem;
}

/* PAGE ENGAGEMENTS */

.engagement-bd-proche {
    padding: 5rem 0;
    background-color: var(--black-bg);
    color: white;
}

@media (min-width: 992px){
    .engagement-bd-proche{
        background-image: url("../img/carte-2560x1440.png");
        background-size: cover;
        background-position: bottom 68% center;
        background-repeat: no-repeat;
    }
}

.engagement-bd-accompagnement {
    padding: 5rem 0;
    background-color: var(--black-bg);
    color: white;
}

.engagement-bd-confiance {
    padding: 5rem 0;
}

.engagement-bd-valeurs {
    text-align: left;
}

.engagement-bd-valeurs__container {
    position: relative;
    padding: 1rem 3rem 5rem;
}

.engagement-bd-valeurs__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--brown-bg);
    transform: translate(-50%, -7%);
    border-radius: 2rem;
}

.engagement-bd-valeurs__text {
    position: relative;
    z-index: 5;
    color: white;
    text-align: left;
}

.engagement-bd-valeurs li:last-child::after {
    display: none;
}

/* PAGE PME */
.ul-pme-investir {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
}

@media (max-width: 990px) {
    .ul-pme-investir {
        grid-template-columns: repeat(2, 1fr);
    }

    .pme-bd-investir li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 430px) {
    .ul-pme-investir {
        grid-template-columns: repeat(1, 1fr);
    }

    .pme-bd-investir li::after {
        display: none;
    }
}

.li-pme-investir {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-pme-investir::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 5rem;
    background: whitesmoke;
}

.li-pme-investir__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 6rem;
    width: 6rem;
}

.li-pme-investir__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: var(--green-bg);
    text-align: center;
}

.li-pme-investir:nth-child(1) {
    transition-delay: 200ms;
}

.li-pme-investir:nth-child(2) {
    transition-delay: 400ms;
}

.li-pme-investir:nth-child(3) {
    transition-delay: 600ms;
}

.li-pme-investir:nth-child(4) {
    transition-delay: 800ms;
}

.pme-bd-etapes {
    position: relative;
    padding: 5rem 0;
    background: var(--brown-bg);
    color: white;
}

.pme-bd-etapes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--black-bg);
    transform: translate(-50%, -33%);
    z-index: -2;
}

.pme-bd-solution {
    position: relative;
    padding: 5rem 0;
    background: var(--brown-bg);
    color: white;
}

.pme-bd-solution li:nth-child(3)::after {
    display: none;
}

.ul-pme-solution {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
}

@media (max-width: 800px) {
    .ul-pme-solution {
        grid-template-columns: repeat(2, 1fr);
    }

    .pme-bd-solution li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 430px) {
    .ul-pme-solution {
        grid-template-columns: repeat(1, 1fr);
    }

    .pme-bd-solution li::after {
        display: none;
    }
}

.li-pme-solution {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-pme-solution::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 5rem;
    background: whitesmoke;
}

.li-pme-solution__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 6rem;
    width: 6rem;
}

.li-pme-solution__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: var(--green-bg);
    text-align: center;
}

.li-pme-solution__text {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    text-align: center;
}

.li-pme-solution:nth-child(1) {
    transition-delay: 200ms;
}

.li-pme-solution:nth-child(2) {
    transition-delay: 400ms;
}

.li-pme-solution:nth-child(3) {
    transition-delay: 600ms;
}

@media (max-width: 768px) {
    .pic-hide {
        display: none;
    }
}

.projets-panneaux-bd-serenite {
    padding: 5rem 0;
    background: var(--black-bg);
    color: white;
}

.ul-projets-panneaux-confiance {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
}

@media (max-width: 990px) {
    .ul-projets-panneaux-confiance {
        grid-template-columns: repeat(2, 1fr);
    }

    .projets-panneaux-bd-confiance li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 430px) {
    .ul-projets-panneaux-confiance {
        grid-template-columns: repeat(1, 1fr);
    }

    .projets-panneaux-bd-confiance li::after {
        display: none;
    }
}

.li-projets-panneaux-confiance {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-projets-panneaux-confiance::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 5rem;
    background: whitesmoke;
}

.li-projets-panneaux-confiance__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 6rem;
    width: 6rem;
}

.li-projets-panneaux-confiance__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: var(--green-bg);
    text-align: center;
}

.li-projets-panneaux-confiance__text {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    text-align: center;
}

.li-projets-panneaux-confiance:nth-child(1) {
    transition-delay: 200ms;
}

.li-projets-panneaux-confiance:nth-child(2) {
    transition-delay: 400ms;
}

.li-projets-panneaux-confiance:nth-child(3) {
    transition-delay: 600ms;
}

.li-projets-panneaux-confiance:nth-child(4) {
    transition-delay: 800ms;
}

@media (min-width: 1024px) {
    #carouselMultipleProjetSolaire .carousel-inner {
        display: flex;
    }
    #carouselMultipleProjetSolaire .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
    #carouselMultipleProjetSolaire .card-body p {
        font-size: 1rem;
    }
}

.ul-panneaux-cetelem {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2rem;
}

@media (max-width: 1000px) {
    .ul-panneaux-cetelem {
        grid-template-columns: repeat(2, 1fr);
    }

    .panneaux-bd-cetelem li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 430px) {
    .ul-panneaux-cetelem {
        grid-template-columns: repeat(1, 1fr);
    }

    .panneaux-bd-cetelem li::after {
        display: none;
    }
}

.panneaux-bd-cetelem li:last-child::after {
    display: none;
}

.li-panneaux-cetelem {
    position: relative;
    text-align: center;
    padding: 0 2rem;
}

.li-panneaux-cetelem::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .1rem;
    height: 5rem;
    background: whitesmoke;
}

.li-panneaux-cetelem__icon {
    display: flex;
    margin: 0 auto 1rem;
    height: 6rem;
    width: 6rem;
}

.li-panneaux-cetelem__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    color: var(--green-bg);
    text-align: center;
}

.li-panneaux-cetelem__text {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    text-align: center;
}

.li-panneaux-cetelem:nth-child(1) {
    transition-delay: 200ms;
}

.li-panneaux-cetelem:nth-child(2) {
    transition-delay: 400ms;
}

.li-panneaux-cetelem:nth-child(3) {
    transition-delay: 600ms;
}

.li-panneaux-cetelem:nth-child(4) {
    transition-delay: 800ms;
}

.li-panneaux-cetelem:nth-child(5) {
    transition-delay: 1000ms;
}

/* guide pratique */
/* Animation for card hover */
.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Filter buttons */
.filter-btn:hover {
    background-color: var(--green-bg);
    color: white;
    border-color: var(--green-bg);
}

/* simulation photovoltaique */
/* Custom styles that complement Tailwind */
.progress-stepper {
    counter-reset: step;
}

.progress-stepper-item {
    position: relative;
    counter-increment: step;
}

.progress-stepper-item:before {
    content: counter(step);
    @apply w-8 h-8 flex items-center justify-center rounded-full bg-gray-200 text-gray-600 font-medium;
}

.progress-stepper-item.active:before {
    @apply bg-yellow-500 text-white;
}

.progress-stepper-item.completed:before {
    @apply bg-green-500 text-white;
    content: "✓";
}

.progress-connector {
    @apply absolute top-4 left-0 right-0 h-0.5 bg-gray-200 -z-10;
}

.progress-connector.active {
    @apply bg-yellow-500;
}

.option-btn.selected {
    border-color: #98c10f !important;
    border-width: 5px !important;
    /*border-color: oklch(79.5% 0.184 86.047);*/
    /*background-color: oklch(98.7% 0.026 121.212);*/

    --tw-ring-shadow: 0 0 0 2px;
    --tw-ring-color: oklch(90.5% 0.182 98.111);
}

/* Animation for step transitions */
.step-content {
    transition: opacity 0.3s ease-in-out;
}

.step-content.hidden {
    display: none;
    opacity: 0;
}

.step-content:not(.hidden) {
    display: block;
    opacity: 1;
}

.substep {
    transition: all 0.3s ease;
}

.substep.hidden {
    display: none;
    opacity: 0;
    transform: translateY(10px);
}

.substep:not(.hidden) {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Slider styling */
input[type="range"] {
    -webkit-appearance: none;
    @apply h-2 bg-gray-200 rounded-full appearance-none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    @apply w-5 h-5 bg-yellow-500 rounded-full cursor-pointer;
}

input[type="range"]::-moz-range-thumb {
    @apply w-5 h-5 bg-yellow-500 rounded-full cursor-pointer;
}

.collapse{
    visibility: visible !important;
}

.article-iso-1e {
    padding: 5rem 0;
    background: var(--black-bg);
    color: white;
}

@media (max-width: 576px) {
    .phone-hidden {
        display: none;
    }
}