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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #000000;
}

.tp{
    height: 0px;
    width: 0px;
    background: none;
    margin-bottom: 16px;
}

.fade-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-text-auto {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in{
    opacity: 1;
    transform: translateY(0);
}

.slide {
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slideRight {
    transform: translateX(-50px);
}

.slideLeft {
    transform: translateX(50px);
}

.slidevisible {
    opacity: 1;
    transform: translateX(0);
}


.pageLegal{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.pageLegalContent{
    max-width: 1280px;
    margin: 24px;
    text-align: justify;
}

.pageLegalContent h1{
    margin: 0%;
    text-align: left;
}

.pageLegalContent p{
    margin: 0%;
}

.pageLegalContent a{
    color: black;
    text-decoration: none;
}


.header-text{
    width: 100%;
    height: 32px;
    background-color: #2a8534
;
}

.header-text p{
    font-size: 16px;
    color: white;
    margin: 0;
    margin-left: 100px;
    padding-top: 4px;
    font-style: italic;
    font-weight: 500;
}

.header{
    height: 100px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.EnergieFrance{
    display: flex;
    flex-direction: row;
    margin-left: 100px;
    margin-top: 8px;
}

.logoEnergieFrance{
    height: 60px;
}

.logo1{
    width: 130px;
}

.logo2{
    width: 130px;
}

.logo3{
    width: 50px;
}

.logo4{
    width: 50px;
}

.logo{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
    margin-right: 100px;
}



footer{
    height: 100px;
    width: 100%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer{
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: lighter;
}

.footer-link{
    color: white;
    text-decoration: none;
}

.footer-link:first-child{
    font-weight: bold;
}





.home{
    width: 100%;
    min-height: 70vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1e1e1e;
    background-image: url('assets/home.png');
    background-position: calc(50% + 50px) center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 165%;
}

.home h1{
    margin-top: 16px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #ffffff;
    margin-top: 28px;
    font-size: 40px;
    text-align: center;
}

.home p{
    margin: 0px;
    font-weight: 600;
    color: #ffffff;
    /* text-decoration: underline; */
    font-size: 16px;
    font-style: italic;
}

.landbotContainer{
    margin-top: 16px;
    width: 100%;
    height: 80vh;
    max-width: 1280px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-shadow: 0 0 10px 10px rgba(150, 134, 220, 0.4);
    margin-bottom: 64px;
}

#myLandbot{
    width: 100%;
    height: 100%;
}

.SectionText{
    height: auto;
    min-height: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #2a8534
;
    color: white;
}

.SectionText div{
    max-width: 1280px;
}

.SectionText h3{
    font-size: 24px;
    font-weight: 500;

}

.SectionText p{
    font-size: 21px;
    text-align: justify;
}

.SectionText .bold{
    font-weight: 600;
}

.SectionText .highlight{
    font-weight: 600;
    color: #c0cac6;
}




.avisGoogle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 380px;
    width: 100%;
    background-color: white;
}

.avisGoogle .avisGoogleBody{
    max-width: 1280px;
    margin: 24px;
    margin-bottom: 96px;
    margin-top: 16px;
    object-fit: cover;
    
}

.avisGoogle h2{
    font-size: 32px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 38px;
}

.avisGoogle .AvisTitre{
    color: #2a8534;
}

.AvisBar{
    height: 1px;
    width: 846px;
    background-color: #2a8534;
}


.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 50%;
}


.focusDot {
    background-color: #9686DC;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 0 8px #9686DC40; 
    width: 10px;
    height: 10px;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
    align-items: center;
    margin-top: 48px;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil{
    display: flex;
    flex-direction: row-reverse;
    gap:10px;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil .EnergieFranceProfilText {
    display: flex;
    flex-direction: column;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil .EnergieFranceProfilText .starsContainer {
    display: flex;
    flex-direction: row;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil .EnergieFranceProfilText h3{
    font-size: 14px;
    color: black;
    font-weight: 500;
    margin: 0%;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil .EnergieFranceProfilText h2{
    font-size: 21px;
    color: #474747;
    font-weight: 500;
    margin: 0%;
    line-height: 21px;
    margin-top: 3px;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil .EnergieFranceProfilText h4{
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    margin: 0%;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil .EnergieFranceProfilText p{
    font-size: 15px;
    color: #777777;
    font-weight: 200;
    margin: 0%;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil .EnergieFranceProfilText p span{
    font-weight: 500;
}

.avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil img{
    height: 60px;
    width: 60px;
    margin-top: 8px;
}

.ceNzKf {
    padding-left: 6px;
    padding-right: 4px;
    display: inline-flex;
}


.rFrJzc {
    background-size: 21px 21px;
    background-image: url('assets/ic_star_rate_14.png');
}

.rFrJzc {
    vertical-align: top;
    display: inline-block;
    width: 21px;
    height: 20px;
}

.UpDOYb {
    background-image: url('assets/ic_star_rate_half_14.png');
}




.carousel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-container {
    display: flex;
    overflow: hidden;
    width: 948px;
}
.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel-images img {
    width: 300px;
    height: auto;
    margin: 8px;
}









.butonTp{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: white;
    gap: 48px;
    background-image: url('assets/last_bg.png');
    background-position: center -400px; /* Décale l'image de fond de 200px vers le bas */
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 120%;
}

.butonTp p{
    font-size: 24px;
    font-weight: 300;
}

.butonTp a{
    text-decoration: none;
    font-size: 22px;
    background-color: #9686DC;
    height: 46px;
    width: 292px;
    border-radius: 3px;
    color: white;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}








.section1 {
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 4vh;
    text-align: left;
    background-image: url('assets/last_bg.png');
    background-position: bottom; /* Décale l'image de fond de 200px vers le bas */
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
}

.section1 .itemsFlexBox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 48px;
    width: 100%;
    max-width: 1280px;
    margin: 32px;
    margin-top: 96px;
    margin-bottom: 96px;
}

.section1 .itemsFlexBox .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    flex: 1;
    max-width: 400px;
    /* min-width: 20vw; */
    gap: 15px;
    background: #000000cc;
    border: 1px solid #828282;
    border-radius: 15px;
    width: 100%;
    height: auto;
    min-height: 200px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out;
    color: white;
    font-size: 16px;
    padding: 24px;
    height: 100%;
}

.section1 .itemsFlexBox .item:hover {
    transform: translateY(-5px) scale(1.025); /* Agrandit légèrement (environ +10px en fonction de la taille initiale) */
}

.section1 video{
    width: 80%;
    height: auto;
    margin-top: 24px;
}

.section1 h3{
    font-size: 28px;
    margin-bottom: 16px;
    text-align: left;
}


.section1 .itemsFlexBox .item div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}


.avis {
    height: auto;
    min-height: 316px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a8534;
}

.avis .avisContainer{
    max-width: 960px;
    color: white;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.avis .avisContainer .bold{
    font-weight: 600;
}
 
.avis .avisContainer .avisContainerFlexbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.avis .avisContainer .avisContainerFlexbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.avis .avisContainer .avisContainerFlexbox img{
    margin-top: 10px;
}

.avis .avisContainer .avisContainerFlexbox div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.avis .avisContainer .avisContainerFlexbox div h6{
    margin: 0%;
    font-size: 18px;
    font-weight: 300;

}

.avis .avisContainer .avisContainerFlexbox div p{
    margin: 0%;
    font-size: 16px;
    font-weight: 300;
    color: #9A9A9A;
}



.phone{
    min-height: 712px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.phone .phoneContainer{
    max-width: 960px;
    display: flex;
    flex-direction: row;
}

.phone .phoneContainer div{
    padding-right: 64px;
    margin-top: 32px;
}

.phone .phoneContainer div h2{
    font-size: 28px;
    font-weight: 600;
    color: black;
}

.phone .phoneContainer div .highlight{
    color: #2a8534;
}

.phone .phoneContainer div p{
    font-size: 22px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 32px;
}

.phone .phoneContainer div a{
    text-decoration: none;
    font-size: 20px;
    background-color: #2a8534;
    height: 80px;
    width: 256px;
    border-radius: 3px;
    color: white;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.phone .phoneContainer div .miniTxt{
    font-size: 14px;
    font-weight: 500;
    color: #2a8534;
    margin-top: 8px;
}

.phone .phoneContainer img{
    position: relative; /* Permet de déplacer l'image par rapport à sa position initiale */
    top: -72px; /* Décale l'image de 20px vers le haut */
}




.stats{
    height: 288px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('assets/last_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
}

.statsContainer{
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 24px;
}

.stats .statsContainer div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.stats .statsContainer div h3{
    font-family: 'Poppins';
    font-size: 96px;
    font-weight: 100;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0%;
    line-height: 96px;
}

.stats .statsContainer div p{
    font-weight: 200;
    font-size: 24px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0%;
}



.aides{
    min-height: 350px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
}


.aidesContainer{
    height: auto;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    margin: 24px;
}

.aidesContainer h2{
    font-size: 28px;
    color: black;
    font-weight: 500;
    margin-bottom: 8px;
}

.aidesContainer .highlight{
    color: #2a8534;
}

.bar{
    width: 100%;
    height: 1px;
    background-color: #2a8534;
}

.bar1{
    width: 230px;
    height: 1px;
    background-color: #2a8534;
}

.aidesFlexboxContainer{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 48px;
}

.aidestextContainer{
    margin-left: 96px;
    margin-top: 4px;
}

.aidestextContainer h3{
    font-size: 24px;
    color: black;
    font-weight: 300;
    margin: 4px;
}

.aidestextContainer .highlight{
    font-weight: 600;
    color: #2a8534;
}

.aidestextContainer p{
    font-size: 18px;
    color: black;
    font-weight: 400;
    text-align: justify;
    margin: 24px;
    margin-left: 0%;
}

.aidesVideoContainer {
    position: relative;
    width: 100%;
    max-width: 480px;
    min-width: 380px;
    height: 100%;
}

.aidesVideoContainer iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px; /* Arrondi des coins */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Effet d'ombre */
}






.partenaire {
    width: 100%;
    height: auto;
    min-height: 444px;
    background-color: #22234A;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e1e1e;
    background-image: url('assets/home.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 150%;
}

.partenaireContainer {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 24px;
    margin-bottom: 32px;
}

.partenaireContainer h2{
    font-size: 32px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.partenaireContainer .highlight {
    color: #9686DC;
    text-shadow: 
    1px 1px 0 #1e1e1e, 
    -1px -1px 0 #1e1e1e,
    1px -1px 0 #1e1e1e,
    -1px 1px 0 #1e1e1e;
}

.partenaireBar {
    width: 680px;
    height: 1px;
    background-color: #FFFFFF;
}

.partenaireBar1 {
    align-self: flex-end;
}

.partenaireContainerLogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* S'assure que le conteneur prend toute la largeur disponible */
    margin: 24px 0;
}

.partenaireLogo {
    flex-grow: 1; /* Permet aux logos de s'agrandir pour occuper l'espace */
    max-width: 20%; /* Évite que les logos deviennent trop grands */
    height: auto; /* Maintient le ratio d'aspect */
    object-fit: contain; /* Ajuste l'affichage des images */
}










.transaction{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    background-image: url('assets/sl_070722_51460_26.jpg');
    background-position: center 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
}

.transaction h2{
    text-align: justify;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    max-width: 1040px;
    margin: 68px 64px 0px 64px;
    line-height: 60px;
    background-color: white;
}

.transaction .transacP{
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    max-width: 1040px;
    width: 100%;
    margin: 0px 64px 0px 64px;
    background-color: white;
}

.transac{
    max-width: 1080px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(228, 228, 228, 0.502);
    font-size: 14px;
    font-weight: 400;
    margin: 64px;
    margin-top: 48px;
    border-radius: 16px;
}

.transaction .highlight{
    color: #7D3C92;
}


.table_wrapper{
    margin: 2px;
}

.transac h4{
    font-weight: 400;
    padding: 0px;
    padding-right: 40px;
}

.table_row {
    display: grid;
    grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin: 0 10px 10px;
}

.table_row-title{
    background-color: rgba(255, 255, 255, 0) !important;
    margin-bottom: 0%;
}

.column{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding: 21px 0px 18px;
    align-items: center;
    /* margin: 0%; */
}

.column-1, .column-6{
    display: flex;
    align-items: center;
    gap: 8px;
}

.column-1, .column_title:first-of-type {
    padding-left: 24px;
}

.column-6 img {
    padding-right: 2px;
    max-width: 18px;
}

.column-1 img {
    padding-right: 2px;
    max-width: 48px;
    border-radius: 90%;
}


.column-3{
    text-wrap: nowrap;
    font-weight: 700;
    color: #fff;
    padding: 3px 10px;
    background: #9686DC;
    border-radius: 4px;
    width: min-content;
    height: min-content;
    margin-top: 31px;
    align-items: flex-start;
}


.column-2, .column-3, .column-4, .column-5{
    position: relative;
    top: 2px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(1.05);
      }
      60% {
        opacity: 1;
        transform: translateY(0) scale(1.02);
      }
      100% {
        transform: translateY(0) scale(1);
      }
  }
  
  .fade-in-up {
    animation: fadeInUp 0.6s ease-out;
  }
  
  

@media (max-width: 1700px){
    .home{
        background-size: 193%;
    }
}


@media (max-width: 1320px) {

    .home{
        background-image: url('assets/home.png');
        background-position: calc(50% + 50px) center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 230%;
    }

    .SectionText div{
        margin: 24px;
    }

    .landbotContainer{
        width: 90vw;
    }

    .partenaire {
        min-height: 340px;
    }

    .carousel-container {
        display: flex;
        overflow: hidden;
        width: 632px;
    }

    .avisGoogle .avisGoogleBody .avisgoogleContainer {
        gap: 32px;
    }


    .avisGoogle h2{
        font-size: 28px;
        margin-bottom: 8px;
        line-height: 38px;
    }
    
    .AvisBar{
        width: 632px;
    }

    .butonTp{
        background-position: center -40px; /* Décale l'image de fond de 200px vers le bas */
        background-size: 120%;
    }

    .section1 .itemsFlexBox {
        gap: 16px;
    }

    .transaction{
        background-position: center 220px;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 120%;
    }
}



@media (max-width: 1100px) {
    .header-text{
        height: 24px;
    }
    
    .header-text p{
        font-size: 14px;
        margin-left: 64px;
        padding-top: 2px;
    }
    
    .header{
        height: 80px;
    }
    
    .EnergieFrance{
        margin-left: 64px;
    }
    
    .logoEnergieFrance{
        height: 46px;
    }
    
    
    .logo1{
        width: 104px;
    }
    
    .logo2{
        width: 104px;
    }
    
    .logo3{
        width: 94px;
    }
    
    .logo4{
        width: 42px;
    }
    
    .logo{
        gap: 24px;
        margin-right: 64px;
    }



    footer{
        height: 80px;
    }
    
    .footer{
        font-size: 14px;
    }


    .home{
        min-height: 30vh;
        height: auto;
        padding-bottom: 64px;
        background-position: calc(50% + 50px) center;
        background-size: 210%;
    }


    .home h1{
        text-align: center;
        margin-top: 28px;
        font-size: 28px;
        line-height: 36px;
    }

    .home h2{
        text-align: center;
        margin-top: 8px;
        font-size: 24px;
        line-height: 28px;
    }

    .home p{
        text-align: center;
        font-size: 14px;
    }

    .landbotContainer{
        width: 90vw;
        margin-top: 0px;
        margin-bottom: 48px;
    }


    .butonTp{
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        background-position: center -120px; /* Décale l'image de fond de 200px vers le bas */
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100%;
    }
    
    .butonTp p{
        font-size: 21px;
    }
    
    .butonTp a{
        font-size: 18px;
        height: 42px;
        width: 272px;
    }


    .avis .avisContainer{
        margin: 24px;
    }


    .phone{
        min-height: 564px;
        height: 560px;
    }

    .phoneContainer{
        margin-top: 96px;
    }
    
    .phone .phoneContainer div{
        padding-right: 32px;
        margin-left: 24px;
        margin-top: 16px;
    }
    
    .phone .phoneContainer div h2{
        font-size: 24px;
    }
    
    
    .phone .phoneContainer div p{
        font-size: 19px;
        margin-bottom: 28px;
    }
    
    .phone .phoneContainer div a{
        font-size: 18px;
        height: 60px;
        width: 196px;
    }
    
    .phone .phoneContainer div .miniTxt{
        font-size: 13px;
        margin-top: 6px;
    }
    
    .phone .phoneContainer img{
        top: -88px; /* Décale l'image de 20px vers le haut */
        transform: scale(0.84);
    }




    .stats{
        height: 224px;
    }
    
    .statsContainer{
        margin-left: 48px;
        margin-right: 48px;
    }
    
    .stats .statsContainer div{
        gap: 8px;
    }
    
    .stats .statsContainer div h3{
        font-size: 76px;
        line-height: 76px;
    }
    
    .stats .statsContainer div p{
        font-weight: 200;
        font-size: 19px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin: 0%;
    }



    
    .aidesContainer h2{
        font-size: 24px;
    }
    
    .aidestextContainer{
        margin-left: 32px;
        margin-top: 4px;
    }
    
    .aidestextContainer h3{
        font-size: 21px;
    }
    
    .aidestextContainer p{
        font-size: 17px;
    }
    
    .aidesVideoContainer {
        position: relative;
        width: 100%;
        max-width: 480px;
        min-width: 380px;
        height: 90%;
    }



    .partenaire {
        min-height: 300px;
    }

    .partenaireContainer h2{
        font-size: 26px;
    }

    .avisGoogle h2{
        font-size: 26px;
        margin-bottom: 8px;
        line-height: 38px;
    }
    
    .AvisBar{
        width: 524px;
    }



    .section1 h3{
        font-size: 22px;
    }
    
    .transaction .transacP{
        text-align: center;
    }

    .transaction h2{
        text-align: center;
    }

    .transaction{
        background-position: center 160px;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 160%;
    }
}



@media (max-width: 946px) {

    .home{
        background-position: calc(50% - 20px) center;
        background-size: 230%;
    }


    .butonTp{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    
    .butonTp p{
        font-size: 21px;
        margin: 0%;
        margin-top: 16px;
        text-align: justify;
        margin-left: 24px;
        margin-right: 24px;
        display: none;
    }
    
    .butonTp a{
        font-size: 18px;
        height: 42px;
        width: 272px;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .carousel-container {
        display: flex;
        overflow: hidden;
        width: 316px;
    }

    .avisGoogle .avisGoogleBody .avisgoogleContainer {
        gap: 32px;
        justify-content: center;
    }
    
    .transac{
        margin: 48px;
    }

    .transaction h2{
        margin: 48px 48px 0px 48px;
    }
    
    .transaction .transacP{
        margin: 0px 48px 0px 48px;
    }
}



@media (max-width: 768px) {
    .header-text{
        height: 24px;
    }
    
    .header-text p{
        font-size: 13px;
        color: white;
        margin-left: 0px;
        padding-top: 2px;
        text-align: center;
    }
    
    .header{
        height: 68px;
    }
    
    .EnergieFrance{
        margin-left: 24px;
        margin-top: 4px;
    }
    
    .logoEnergieFrance{
        height: 40px;
    }
    
    
    .logo1{
        /* display: none; */
        width: 91px;
    }
    
    .logo2{
        width: 91px;
    }
    
    .logo3{
        display: none;    
    }
    
    .logo4{
        /* display: none; */
        width: 42px;
    }
    
    .logo{
        gap: 16px;
        margin-right: 24px;
    }



    footer{
        height: 80px;
    }
    
    .footer{
        font-size: 14px;
        padding-left: 24px;
        padding-right: 24px;
    }


    .home{
        background-image: url('assets/home.png');
        background-position: center 150px;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 270%;
        height: auto;
        padding-bottom: 16px;
    }
    
    .SectionText div{
        margin: 24px;
    }
    
    .SectionText h3{
        font-size: 22px;
    }
    
    .SectionText p{
        font-size: 19px;
    }


    .landbotContainer{
        width: 90vw;
        height: 85vh;
        margin-top: 0px;
        margin-bottom: 48px;
    }

    .avis .avisContainer{
        font-size: 16px;
        margin-bottom: 46px;
    }

    .avis .avisContainer .avisContainerFlexbox div h6{
        font-size: 16px;
    }
    
    .avis .avisContainer .avisContainerFlexbox div p{
        font-size: 14px;
    }





    .phone{
        min-height: 564px;
        height: auto;
    }

    .phone .phoneContainer{
        margin-top: 16px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .phone .phoneContainer div{
        position: relative;
        padding-right: 0px;
        margin-left: 24px;
        margin-right: 24px;
        margin-top: 16px;
        top: -140px;
    }
    
    .phone .phoneContainer div a{
        margin-left: calc(50% - 96px);
    }
    
    .phone .phoneContainer div .miniTxt{
        margin-left: calc(50% - 96px);
    }
    
    .phone .phoneContainer img{
        top: -88px; /* Décale l'image de 20px vers le haut */
        width: 320px; /* Réduit la largeur de l'image à 75% de sa taille d'origine */
    }


    .stats{
        height: auto;
        position: relative;
        /* top: -140px; */
        top: 0px;
        background-position: bottom; /* Décale l'image de fond de 200px vers le bas */
        background-repeat: no-repeat;
        background-size: 300%;
    }
    
    .statsContainer{
        flex-direction: column;
        margin: 24px;
        gap: 64px;
        margin: 24px;
        margin-top: 64px;
        margin-bottom: 64px;
    }
    
    .stats .statsContainer div{
        gap: 8px;
    }
    
    .stats .statsContainer div h3{
        font-size: 76px;
        line-height: 76px;
    }
    
    .stats .statsContainer div p{
        font-weight: 200;
        font-size: 19px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin: 0%;
    }



    .aidesContainer{
        margin-bottom: 0px;
    }

    .aidesContainer h2{
        font-size: 24px;
    }
    
    .aidestextContainer{
        margin-left: 32px;
        margin-top: 4px;
    }

    .aidesFlexboxContainer{
        flex-direction: column-reverse;
    }

    .aidestextContainer{
        margin: 0%;
    }
    
    .aidestextContainer h3{
        font-size: 21px;
    }
    
    .aidestextContainer p{
        font-size: 17px;
        margin: 0%;
        margin-top: 16px;
    }
    
    .aidesVideoContainer {
        position: relative;
        width: 100%;
        max-width: 480px;
        min-width: 340px;
        height: 300px;
        margin-bottom: 32px;
    }




    .partenaire {
        background-image: url('assets/home.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 250%;
    }


    .partenaireContainer {
        margin: 48px 24px;
    }

    .partenaireContainer h2{
        font-size: 24px;
    }

    .partenaireBar {
        width: 240px;
    }


    .partenaireContainerLogo {
        flex-direction: column;
        margin: 32px 0;
        gap: 16px;
    }

    .partenaireLogo {
        max-width: 60%;
    }



    .carousel-container {
        display: flex;
        overflow: hidden;
        width: 316px;
    }

    .avisGoogle .avisGoogleBody .avisgoogleContainer {
        gap: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .avisGoogle h2{
        font-size: 26px;
        margin-bottom: 8px;
        line-height: 38px;
    }
    
    .AvisBar{
        width: 320px;
    }

    .arrow{
        width: 20px;
        height: 30px;
    }

    .avisGoogle .avisGoogleBody .avisgoogleContainer .EnergieFranceProfil {
        align-self: flex-start;
        margin-left: 32px;
    }

    .avisGoogle .avisGoogleBody{
        margin-bottom: 64px;
    }




    .butonTp{
        background-position: center -10px; /* Décale l'image de fond de 200px vers le bas */
        background-size: 100%;
    }


    
    .section1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        background-position: bottom; /* Décale l'image de fond de 200px vers le bas */
        background-repeat: no-repeat;
        background-size: 300%;
    }
    
    .section1 .itemsFlexBox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        width: 100%;
        max-width: 600px;
    }

    .section1 h3{
        font-size: 28px;
    }

    .section1 .itemsFlexBox {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .section1 .itemsFlexBox .item {
        max-width: 300px;
    }

    .section1 video {
        width: 70%;
        margin-top: 0px;
    }


    .aides, .butonTpUp, .partenaire, .transaction{
        position: relative;
        /* top: -146px; */
        top: 0px;
    }




    .table_row {
        grid-template-columns: 1.4fr 1fr 1fr;
        margin: 0 4px 8px;
    }

    .table_row h4{
        margin: 0;
        padding: 6px;
    }

    .column_title:first-of-type, .column_title:nth-of-type(4) {
        padding-left: 20px;
    }

    .column_title:nth-of-type(2), .column_title:nth-of-type(5) {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .column_title:nth-of-type(3), .column_title:nth-of-type(6) {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding-right: 20px;
    }


    
    .first-column {
        display: flex;
        align-items: flex-start;
        padding-left: 8px;
        gap: 8px;
        padding-bottom: 10px;
    }

    .last-column {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        padding-right: 8px;

    }

    .center-column {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 18px 0 10px;
    }


    .last-column .cryptoCurrency {
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        padding: 3px 10px;
        background: #9686DC;
        border-radius: 4px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .first-column p{
        /* margin: 26px 0px; */
        margin: 12px 0px;
    }

    .first-column :first-child{
        margin: 10px 0px;
    }

    .first-column img{
        padding-right: 0px;
        max-width: 38px;
        border-radius: 90%;
        align-self: center;
        margin-top: 0% !important;
    }

    .transaction h2{
        text-align: justify;
        font-size: 42px;
        margin: 48px 24px 0px 24px;
        line-height: 42px;
    }
    
    .transaction .transacP{
        text-align: justify;
        font-size: 18px;
        max-width: calc(100% - 48px);
        width: 100%;
        margin: 8px 24px 0px 24px;
    }

    .transac{
        margin: 32px 20px 48px 20px;
        max-width: 100vw;
    }

    .table_wrapper{
        max-width: calc(100vw - 8px);
        width: calc(100vw - 8px);
        font-size: 13px;
    }

    .first-column p{
        text-align: left;
        max-width: 80px;
        font-size: 13px;
    }

    .transaction{
        background-position: center 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 500%;
    }
}



















































.titleCalculatorSection{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.titleCalculatorSectionText{
    max-width: 1180px;
    margin: 64px;
    margin-bottom: 0%;
    margin-top: 76px;
}


.titleCalculatorSectionText .highlight{
    color: #7D3C92;
}




.calculatorSectionH2 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 0%;
    line-height: 60px;
    letter-spacing: 1.7px;
    margin-bottom: 4px;
}

.calculatorSectionP {
    font-size: 20px;
    margin: 0%;
    text-align: justify;
    /* line-height: 20px; */
}


.output h3, .output p{
    margin: 0%;
}

.output__title, .output__subtitle{
    margin-bottom: 10px !important;
    font-weight: 400;
}

.output__earn{
    margin-bottom: 40px !important;
}

.output p{
    font-weight: 600;
}

.calculatorSection{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.slider-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.value {
    font-size: 20px;
    margin-top: 10px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #22234A 50%, #7D3C92 50%);
    outline: none;
    transition: 0.2s;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: white;
    border: 5px solid #22234A;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    outline: 2px solid white; 
    outline-offset: -1px;
}


input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #22234A;
    border-radius: 50%;
    cursor: pointer;
}

#slider1, #slider2{
    width: 100%;
}

#sliderValue1, #sliderValue2{
  font-weight: bold;
}


/* .slider-bubble {
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  background-color: #d85107;
  color: rgb(0, 0, 0);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  pointer-events: none;
  white-space: nowrap;
  z-index: 3;
} */


.slider-bubble {
  position: absolute;
  top: -52px;
  left: 0;
  transform: translateX(-50%);
  padding: 5px 10px;
  background: none;
  color: rgb(0, 0, 0);
  font-size: 26px;
  white-space: nowrap;
  pointer-events: none;
  font-weight: 600;
}

.control__name span{
  display: none;
}

  .calculator__wrapper {
    position: relative;
    overflow: auto;
    padding: 60px 50px 0px 50px;
  }
  
  .calculator__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
  }
  .calculator__subtitle {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  
  .calculator__inner {
    display: flex;
    justify-content: center;
    width: 1180px;
    gap: 78px;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 64px;
    margin-top: 48px;
    margin-bottom: 96px;
  }


  &::-webkit-scrollbar {
    display: none;
  }
    
  .controls {
    max-width: 515px;
    width: 100%;
  }
  
  .control__wrapper:first-child {
    margin-bottom: 30px;
  }
  
  .control__name {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin-bottom: 55px;
    font-weight: 400;
  }
  
  .control__range {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  
  .control__range span {
    font-size: 16px;
    line-height: 110%;
    color: #000;
  }
  
  .output {
    width: 100%;
    background: linear-gradient(270deg, #22234A 0%, #7D3C92 100%);
    border-radius: 20px;
    padding: 50px 30px;
    max-width: 440px;
  }
  
  .output__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .output__earn {
    white-space: nowrap;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .output__inner {
    display: flex;
    justify-content: space-between;
  }
  
  .output__subtitle {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .output__value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
  }









  
  @media (max-width: 1024px) {
    .calculator__wrapper {
      padding: 30px 0 0;
    }
  
    .calculator {
      margin: 50px 0;
    }
  
    .control__range span:last-child {
      margin-right: 0;
    }

    .slider-bubble {
      top: -55px;
      font-size: 22px;
    }
  }
  
  @media (max-width: 1023px) {
    .calculator__inner {
      flex-direction: column-reverse;
      gap: 16px;
    }
    .output {
      width: auto;
      max-width: 100%;
      margin-bottom: 16px;
    }
    .output__inner {
      max-width: 413px;
      margin: 0 auto;
    }
    .output__subtitle.revenue {
      text-align: right;
    }
    .controls {
      max-width: calc(100% - 60px);
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .calculator {
      margin: 30px 0;
    }
    .calculator__title {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 10px;
    }
    .calculator__subtitle {
      font-size: 14px;
      line-height: 20px;
    }
  
    .calculator__wrapper {
      padding: 28px 0 0;
    }
    .output {
      padding: 30px 22px;
      margin-bottom: 8px;
    }
    .output__title {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 10px;
    }
  
    .output__earn {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 20px;
    }
  
    .output__subtitle {
      font-size: 16px;
      line-height: 16px;
    }
  
    .output__value {
      font-size: 24px;
      line-height: 30px;
    }
  
    .controls {
      padding-right: 0;
      margin-left: 30px;
      margin-right: 30px;
      max-width: calc(100% - 60px);
    }
  
    .control__name {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 45px;
    }
  
    .control__range span {
      font-size: 14px;
      line-height: 14px;
    }
    .control__wrapper:first-child {
      margin-bottom: 20px;
    }

    .slider-bubble {
      top: -40px;
      font-size: 20px;
    }

    .calculator__inner {
        margin: 24px;
        margin-top: 16px;
        margin-bottom: 48px;
      }


    .titleCalculatorSectionText{
        margin: 24px;
        margin-top: 46px;
        margin-bottom: 16px;
    }


    .calculatorSectionH2 {
        font-size: 42px;
        line-height: 44px;
        letter-spacing: 0px;
        margin-bottom: 4px;
    }

    .calculatorSectionP {
        font-size: 18px;
        margin-top: 16px;
    }
  }
  






























  