 
/*-------------------------------------------*/
/*----------- Résultat Estimation -----------*/
/*-------------------------------------------*/
.m-section-cta{
    display: none;
}

.page-id-1620 header .l-subheader-cell.at_right{
    color: black;
}

.flou {
    filter: blur(5px)!important;
    transition: filter 0.3s!important;
}

.popup-result-equipement{
    display: block!important;
}

.popup-result-equipement .one-equip-elec{
    min-width: 150px;
}
.w-popup-box{
    border-radius: 11px;
}
.w-popup-box .l-section.wpb_row.height_medium{
    padding: 1rem;
}
.w-popup-box .w-text{
    text-align: center;
    margin-bottom: 2rem;
}

.menu-retour-accueil{
    text-decoration: underline;
}
.section-estimation-resultat .column-votre-conso{
    align-items: center;
    justify-content: end;
}
.section-estimation-resultat .column-votre-conso p{
    margin-bottom: 0;
}

.section-estimation-resultat .estimation-titre{
    font-weight: 700;
    margin-top: 3.5rem;
}

.section-estimation-resultat .sous-titre{
    font-weight: 600;
    margin-top: 1.5rem;
}

.section-estimation-resultat #btn-popup-equipement{
    display: none;
}

.section-estimation-resultat label{
    font-weight: 400;
}
.section-estimation-resultat select{
    box-shadow: none;
    border: 1px solid black;
    font-size: 13px;
    max-height: 2.2rem!important;
    min-height: 2.2rem!important;
    line-height: 2.2rem!important;
    width: auto;
    cursor: pointer;
}


.section-estimation-resultat{
    padding-top: 0!important;
}
.section-estimation-resultat .estimation-titre-first {
    margin-top: 0rem;
}

.section-estimation-resultat input:not([id=votre_conso]):not([id=edit_votre_conso]){
    box-shadow: none!important;
}

.section-estimation-resultat h6{
    font-size: max(1rem,0.75vw);
}

.section-estimation-resultat i{
    display: none;
}

.section-estimation-resultat .active{
    position: relative;
}

.section-estimation-resultat .active i{
    font-size: 1.4rem;
    position: absolute;
    right: -0.6rem;
    top: -0.6rem;
    color: var(--color-green);
    background: white;
    border-radius: 30px;
    display: block;
}



.section-estimation-resultat .price{
    font-weight: bold;
}

.ui-datepicker-calendar .disabled {
	color: rgb(173, 173, 173);
}
.ui-datepicker-calendar .enabled {
	color: black !important;
}
input::-webkit-calendar-picker-indicator{
	color:black;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
}


/*-------------------------------------------*/
/*----------- SECTION PARAMETRES ------------*/
/*-------------------------------------------*/

.section-parametres .active.parameters i{
    font-size: 1rem;
    right: -0.36rem;
    top: -0.36rem;
    display: none;
}
.section-parametres .active.orientation-pin i{
    right: -0.5rem!important;
    top: -0.5rem!important;
}
.section-parametres .active.equipements-pin i{
    right: -0.9rem;
    top: -0.9rem;
}

.section-parametres .equipements-elec,.section-parametres select{
    border-color: var(--color-orange)!important;
}

.section-parametres .column-parametres > *:is(h6, div){
    margin-left: 1.5rem;
}
.section-parametres .estimation-titre-first{
    margin-left: -1.5rem;
}

.section-parametres #votre_conso{
    font-weight: 600;
    font-size: 2rem;
    width: auto;
    max-width: 250px;
    text-align: center;
    min-height: 3.5rem;
}

.section-parametres .votre-conso-modifier{
    position: absolute;
    top: -0.5rem;
    right: -2.5rem;
    background: var(--color-orange);
    color: white;
    padding: 0px 8px;
    border-radius: 2px;
    font-weight: 600;
}

.section-parametres .equipements{
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}
.section-parametres .grid-equipements{
    margin-top: 1.5rem;
    margin-left: 1.5rem;
}

.section-parametres .grid-equipements .w-grid-item{
    padding: 0;
    width: auto;
    border: 1px solid black;
    padding: 0.3rem 0.5rem;
    margin-right: 1rem;
    margin-top: 0.5rem;

}

.section-parametres select{
    margin-top: 0.5rem;
}

.section-parametres .add-equipement{
    border:0!important;
    cursor: pointer;
    padding: 0!important;
}

.section-parametres .add-equipement.wpb_wrapper {
    display: flex;
    align-items: center;  
    justify-content: center;
    
}

.section-parametres .add-equipement.wpb_wrapper:hover{
    background: black;
}
.section-parametres .add-equipement .wpb_wrapper i {
    background-color: var(--color-orange);
    border-radius: 25%;
    padding: 7px;
    color: white; 
}

.section-parametres .content-votre-conso input{
    pointer-events: none;
}

.section-parametres .votre-conso-modifier{
    cursor: pointer;
}

.section-parametres .edit_votre_conso{
    pointer-events: all!important;
    font-weight: 600;
    font-size: 2rem;
    width: auto;
    max-width: 250px;
    text-align: center;
    min-height: 3.5rem;
    letter-spacing: 0em;
    background: #ffffff;
    border-color: rgba(255,255,255,0.00);
    color: var(--color-content-text);
    box-shadow: 0px 3px 5px 1px rgba(153,153,153,0.40)!important;
}

.section-parametres .titre_equipement {
    margin-bottom: 0;
}
.section-parametres .content-votre-conso .us-btn-style_7{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

.section-parametres .modifier-equipement{
    position: unset;
    width: auto;

    padding: 0.3rem 0.5rem;
    margin-right: 0rem;
    margin-top: 0rem;
    background: var(--color-orange);
    color: white;
    border-radius: 2px;
    font-weight: 600;
}
.column-votre-conso.edit .par-an, .column-votre-conso.edit #votre_conso,.column-votre-conso.edit .votre-conso-modifier{
    display: none;
}

/*---------------------------------------------------*/
/*----------- SECTION PUISSANCES/DETAILS ------------*/
/*---------------------------------------------------*/

.section-puissance-details{
   background:#F5F2E7;
   padding: 1rem 1.5rem;
}

.section-puissance-details p{
    margin-bottom: 0.8rem;
}

.section-puissance-details h6{
    font-weight: 600;
    margin-bottom: 2rem;
}

.section-puissance-details .w-grid{
    margin-bottom: 2rem;
}
.section-puissance-details .avec-sans{
    background: white;
    padding: 0.5rem 1rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.section-puissance-details .avec-sans.active{
    background: var(--color-orange);
}
.section-puissance-details p span,.section-puissance-details .projet_pv_sous_titre {
    font-size: 12px;
}

.column-details .w-hwrapper{
    justify-content: space-between;
    align-items: center;
}



/*-------------------------------------------*/
/*----------- GRILLE / PUISSANCE ------------*/
/*-------------------------------------------*/

.one-puissance{
    align-items: center;
    cursor: pointer;
}

.one-puissance .projet_pv_libelle_kwc{
    color: black;
    font-size: max(1.2rem,0.8vw);
    font-weight: 600;
    border: 1px solid black;
    padding: 0.5rem 1rem;
    background: white;
}

.one-puissance .projet_pv_titre{
    font-weight: bold;
    margin-bottom: 0;
}

.one-puissance.active{
    background: var(--color-orange);
    align-items: center;
    padding: 0.8rem;
    border-radius: 5px;
}

.one-puissance.active .projet_pv_libelle_kwc{
    border: 0;
    background:transparent;
    padding-left: 3px;
}

.puissance-couvre-content{
    display: none;
}
.projet_pv .active .puissance-couvre-content{
    display: block!important;
    font-size: 13px;
    position: absolute;
    width: auto;
    left: 14px;
    top: -15px;
    background: white;
    border: 1px solid black;
    font-weight: 700;
    padding: 0 0.4rem;
}



/*-------------------------------------------*/
/*-------- SECTION INVESTISSEMENT -----------*/
/*-------------------------------------------*/

.section-investissement{
    background: #F5F2E7;
    padding: 1rem 1.5rem;
}
.section-investissement p span {
    font-size: 12px;
}

.section-investissement .w-hwrapper{
    justify-content: space-between;
}
.section-investissement .w-hwrapper{
    align-items: center;
}
.section-investissement h3{
    font-weight: 600;
    font-size: max(1rem,1vw);
}

.section-investissement h6{
    font-weight: 600;
}
.section-investissement .duree_pret_value{
    display: flex;
    justify-content: center;
    font-weight: 600;
}
.section-investissement #duree_pret{
    padding: 0;
}

.section-investissement .w-vwrapper{
    height: 100%;
    justify-content: space-evenly;
}

.section-investissement .duree-pret-label{
    margin-top: 1rem;
}

.section-investissement .financement-mois{
    background:var(--color-orange);
    padding: 0.3rem 1.5rem;
    font-size: max(1.3rem,1.3vw);
    color: white;
    border-radius: 7px;
}

.section-investissement .column-financement .w-hwrapper {
    align-items: center;
}
.section-investissement .column-financement h6{
    margin-bottom: 0;
}

.section-investissement .financement-mois-wrapper{
    display: flex;
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.section-investissement .financement-mois-wrapper-mois{
    text-align: end;
    font-weight: bold;
}

/*-------------------------------------------*/
/*------------- SECTION BANNER --------------*/
/*-------------------------------------------*/

.section-banner{
    background: var(--color-orange);
}
.section-banner .banner-first-column, .section-banner .banner-first-column h2,.section-banner .banner-first-column h6{
    color: white;
}
.section-banner .banner-first-column h2{
    font-weight: 500;
    margin-bottom: 0;
    font-size: max( 1.8rem,1.8vw );
}

.section-banner .banner-first-column h6{
    margin-bottom: 0;
    font-size: max( 0.8rem,0.7vw );
    font-weight: 600;
}
.section-banner .banner-first-column #banner-kwc-sous-titre{
    font-size: max( 0.8rem,0.5vw );
}

.section-banner .border-right{
    border-right: 1px solid black;
    padding-right: 2rem;
}

.section-banner .border-left{
    border-left: 1px solid black;
    padding-left: 2rem;
}


.section-banner .banner-installation-kwc{
    display: flex;
}
.section-banner .banner-kwc-container-label{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    margin: 0 1rem;
}

.section-banner .banner-first-column .w-hwrapper{
    justify-content: center;
}

.section-banner .banner-first-column .titre{
    font-size: max(0.8rem,0.8vw);
    font-weight: 600;
}

.section-banner .vc_column_container{
 justify-content: center;
}

.section-banner .plannifier-mon-etude{
    font-weight: 600;
    text-decoration: underline;
    font-size: max(0.8rem,0.8vw);
    text-wrap: nowrap;
}

.section-banner .plannifier-mon-etude i{
    font-size: max(2.3rem,2.3vw);
}


.section-banner .bonner-sec-column .w-text-value{
    font-weight: 600;
}

.section-banner .bonner-sec-column .w-hwrapper.valign_top{
    align-items: center;
}

.section-banner .banner-button{
    background: white;
    padding: 1rem;
}
.result-column-images{
    opacity: 0;
    transition: opacity 0.3s!important;

}

.result-column-images .vc_column-inner{
    position: sticky;
    top: 60px;
}

.resultat-mobile{
    display: none;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }

.section-banner .plannifier-mon-etude a{
    color: black;
}
.section-banner .plannifier-mon-etude a:hover span{
    color:white;
}



/*-------------------------------------------*/
/*------------------ POPUP ------------------*/
/*-------------------------------------------*/

.section-popup input:not([type=submit]), .section-popup select{
    box-shadow: none!important;
    background: #E4E4E4!important;
    border-radius: 30px!important;
    font-weight: 500!important;
    width: 250px;
}

.section-popup input[name="adresse"]{
    width: 100%!important;
    max-width:800px!important;
}
.section-popup form .two-input {
    display: flex;
    justify-content: space-between;
}

.section-popup form .two-input span{
    margin: 0.5rem 0;
}
.section-popup .w-popup-box-content, .l-section.wpb_row.section-popup{
    padding-bottom: 0!important;
}

.section-popup .popup-content-submit p{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 1rem;
    z-index: 100;
    position: relative;
}

.section-popup .confidentiel{
    text-align: center;
    margin-top: 1rem; 
}

.section-popup .popup-content-submit input[type=submit]:not(.w-btn){
    color: white!important;
    background: black;
    border-radius: 30px;
    padding: 7px 2rem;
}

.section-popup h3{
    padding-top: 0;
    text-align: center;
}

.section-popup .titre{
    margin-bottom: 0;
    font-weight: 500;
}

.section-popup .titre-horaires{
    padding-top: 0!important;
}

.section-popup .content-input{
    position: relative;
}

.section-popup .check_active i{
    position: absolute;
    top: -2px;
    right: 5px;
    background-color: white;
    color: #66ED46;
    font-size: 17px;
    border-radius: 30px;
    display: none;
}
.section-popup .content-horaires .check_active i{
    display: block!important;
}

@media screen and (max-width: 600px) {
    .section-popup form .two-input{
        flex-direction: column;
    }
    .section-popup form input,  .section-popup form select{
        width: 100%!important;
    }
    .l-section.wpb_row.section-popup{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

/*-------------------------------------------*/
/*---------------- PRELOADER ----------------*/
/*-------------------------------------------*/


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 164, 0, 0.85); /* Couleur de fond blanc avec une légère transparence */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 8px solid #000; 
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1450px) {
    .section-parametres .votre-conso-modifier {
        margin-right: 36px;
    }

}
@media screen and (max-width: 1150px) {
    .section-parametres{
        display: flex!important;
        flex-direction: column;
        align-items: center;
    }
    .column-votre-conso{
        margin-top: 2rem;
    }
    .section-parametres .votre-conso-modifier {
        margin-right: 4px;
    }
    .section-parametres select{
        width: 100%;
    }
    .column-parametres{
        width: 100%!important;
    }
    .wrapper-surface-nbpersonne{
        justify-content: space-between;
    }


}



@media screen and (max-width: 1024px) {
    /*--- Affiche version mible ---*/
    .resultat-mobile{
        display: block;
    }
    .resultat-desktop{
        display: none;
    }


    .result-images-wrapper-second-row{
        flex-direction: column;
        justify-content: center; 
        align-items: baseline;
    }
    .result-images-wrapper-second-row .w-image, .result-images-wrapper-third-row .w-image{
        margin-bottom: 1rem;
    }

   .result-images-wrapper-third-row{
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
   }
   .result-column-images .w-separator {
        display: none;
   }
}

@media screen and (max-width: 768px) {
    .result-images-wrapper-second-row, .result-images-wrapper-third-row {
        display: none;
    }
    .header-besoin-conseil{
        display: none;
    }

}
