/*-------------------------------------------*/
/*------- Résultat Estimation mobile --------*/
/*-------------------------------------------*/
.estimateur-mobile-carousel h2{
    display: none;
}
.estimateur-mobile-carousel img{
    height: 236px;
    object-fit: cover;
}
/*-- Accordion  -*/
.panel {
    padding: 0px 20px!important;
    overflow: hidden;
    max-height: 0; /* initialisation de la hauteur à 0 */
    transition: 
        max-height 0.5s ease-out, 
        padding 0.5s ease-out, 
        padding-top 0.5s ease-out, 
        padding-bottom 0.5s ease-out,
        transform 0.5s ease-out; 
}

.m-content-chevron.active {
    transition: transform 0.5s ease-out; 
    transform: rotate(180deg);
}

.m-circle-icon {
    display: inline-block;
    border-radius: 50%;
   
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    background:white;
}

.m-header{
    padding: 0.8rem;
    margin-top: 2rem;
   
}
.m-header .w-hwrapper{
    align-items: center;
}


.m-gros-titre{
    font-weight: 600;
    font-size: 1.3rem;
}


/*-------------------------------------------*/
/*----- INSTALLATION -Estimation mobile -----*/
/*-------------------------------------------*/

/*---- Start Installation header ----*/
.m-installation{
    border: 1px solid black;
    grid-template-columns: repeat(2,1fr)!important;
}

.m-installation .m-circle-icon{
    border: 1px solid black;
}

.m-installation .m-installation-titre{
    color: #A7A7A7;
    font-weight: 500;
    margin-bottom: 0;
}

.m-installation .m-installation-titre .w-text-value{
    text-wrap: nowrap;
    white-space: nowrap;
}

.m-installation .m-puissance-selected{
    font-size: 1.8rem;
    font-weight: 600;
    text-wrap: nowrap;
}

.m-eclair{
    margin-right: 0!important;
    margin-bottom: 8px;
}

.m-installation .m-column-eclair{
    align-items: center!important;
    justify-content: end!important;
}
.m-installation-couvre{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0!important;
    line-height: 5px;
}

.m-installation-votre-conso{
    font-weight: 400;
    font-size:11px;
}

.type-projet_pv .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!important;
}

.m-help-icon i{
    font-size: 9px;
    font-weight: 800;
}

.m-help-icon{
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    background: white;
}
/*---- End Installation header ----*/


/*---- Start Installation content ----*/
.m-installation-content-down{
    background: #F5F2E7;
    padding: 1rem;
}

.m-installation-content-down .wpb_column.vc_column_container{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.m-installation-content-down .projet_pv_libelle_kwc{
    border: 0!important;
    background: transparent!important;
    font-size: 16px!important;
}
.m-installation-content-down .projet_pv_titre{
    font-size: 12px;
}

.m-installation-content-down .projet_pv_sous_titre {
    font-size: 11px;
    font-weight: 400;
}

.m-installation-content-down .one-puissance.active{
    padding: 0.4rem 0.8rem;
}
.m-installation-content-down .check-active-container i{
    display: none;
}

.m-installation-content-down .w-vwrapper{
    /*text-wrap: nowrap;
    white-space: nowrap;*/
}


/*---- End Installation content ----*/

/*-------------------------------------------*/
/*------- MES INFOS -Estimation mobile ------*/
/*-------------------------------------------*/

/*---- Start mes infos header ----*/
.m-mes-infos-titre{
    margin-bottom: 1px!important;
    font-size: 12px;
    color: #EFA400;
    font-weight: 700;
}
.m-mes-infos{
    background:#F5F2E7;
    grid-template-columns: repeat(2,1fr)!important;
    grid-gap: 0rem!important;
}

.m-mes-infos .m-puissance-selected{
    font-size: 10px;
    line-height: 14px;
    font-weight: 600; 
}

.m-mes-infos .m-mes-infos-ma-conso{
    font-weight: 600;
    text-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 0!important;
}

.m-mes-infos .m-interrogation{

}


.m-mes-infos .w-vwrapper{
    margin-right: 0;
}
/*---- End mes infos header ----*/


/*---- Start mes infos Content ----*/
.m-mes-infos-content{
    background: #F5F2E7;
    padding: 1rem 0 0 0;
}

.m-mes-infos-content .m-title{
    margin-bottom: 0.7rem;
    font-weight: 600;
    color: #EFA400;
    margin-top: 0.8rem;

}

.m-mes-infos-content .m-subtitle{
    font-size: 13px;
    padding: 1rem;
    padding-top: 0;
    font-weight: 500;
}

.m-mes-infos-content .m-value{
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 1rem;
    margin-left: 13px;
}

.m-mes-infos-content .m-edit-ma-conso{
    background: #f5f2e7;
    box-shadow: none;
    border: 1px solid black;
    display: none;
    margin-left: 13px;
}

.m-mes-infos-content .m-btn-edit-conso{
    margin-bottom: 3rem;
    margin-left: 13px;
    font-size: 12px;
}

.m-mes-infos-content .w-btn-wrapper{
    margin-right: 0!important;
}
/*---- End mes infos Content ----*/


/*---------------------------------------------*/
/*-- RETOUR SUR INVEST. - Estimation mobile ---*/
/*---------------------------------------------*/

/*---- Start retour sur invest header ----*/
.m-mes-retours-sur-invest{
    grid-template-columns: repeat(2,1fr)!important;
    background: #EFA400;
    grid-gap: 0;
}
.m-mes-retours-sur-invest .wpb_column.vc_column_container{
    justify-content: center;
}
.m-mes-retours-sur-invest .w-vwrapper{
    margin-right: 0!important;
}
.m-mes-retours-sur-invest .m-libelle{
    color: white;
    font-weight: 500;
    margin-bottom: 0px;
}
.m-mes-retours-sur-invest .m-prix{
    color: white;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 13px;
    margin-right: 6px;
}

.m-mes-retours-sur-invest .m-wrapper-libelle{
    text-wrap: nowrap;
    white-space: nowrap;
    font-size: 12px;
}
.m-mes-retours-sur-invest .m-interrogation{

}

.m-retour-invest-content .wpb_column.vc_column_container{
    margin-top: 1rem;
}

.m-ma-rentabilite-gros-titre{
    color: white!important;
}

/*---- End retour sur invest header ----*/


/*---- Start retour sur invest Content ----*/

.m-retour-invest-content{
    background: var(--color-alt-content-bg);
    padding: 1rem 0 0 0;
}
.m-retour-invest-content .w-hwrapper {
    margin-bottom: 0;
}

.m-retour-invest-content .m-title{
    margin-bottom: 0;
    font-weight: 500;
    margin-right: 11px;
    color: white;
}



.m-retour-invest-content .m-subtitle{
    margin-top: 6px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
}

.m-retour-invest-content .m-desc{
    margin-top: 0;
    line-height: 15px;
    font-size: 12px;
    margin-bottom: 18px;
}

.m-retour-invest-content .m-value{
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0rem;
}

/*---- End retour sur invest Content ----*/



/*---------------------------------------------*/
/*----- VOTRE INVEST. - Estimation mobile -----*/
/*---------------------------------------------*/


/*---- Start votre investissement Header  ----*/
.m-votre-invest{
    grid-template-columns: repeat(2,1fr)!important;
    align-items: center;
    background: #F5F2E7;
}

.m-votre-invest .m-libelle{
    font-size: 13px;
    text-wrap: nowrap;
    white-space: nowrap;
    font-weight: 500;
}

.m-votre-invest .m-prix{
    text-align: end;
    font-weight: 700;
    font-size: 12px;
}
/*---- End votre investissement Header  ----*/


/*---- Start votre investissement Content----*/

.m-votre-invest-content{
    background: #F5F2E7;
    padding: 1rem;
}

.m-votre-invest-content .m-main-titre{
    font-size: 13px;
    margin-bottom: 1rem;
}

.m-votre-invest-content .m-titre strong{
    font-size: 13px;
}

.m-votre-invest-content .m-titre:not(strong){
    font-size: 11px;
}

.m-votre-invest-content .w-hwrapper{
    justify-content: space-between;
}
.m-votre-invest-content .m-prix{
    text-wrap: nowrap;
    white-space: nowrap;
    font-weight: 600;
}

.m-votre-invest-content .wpb_column.vc_column_container{
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/*---- End votre investissement Content  ----*/




/*---------------------------------------------*/
/*----- APPORT/MENS. - Estimation mobile ------*/
/*---------------------------------------------*/

.m-section-mensualites{
    grid-template-columns: repeat(2,1fr)!important;
    margin-top: 1rem;
}

.m-content-mens-price-mois{
    justify-content: center;
    align-items: baseline;
    margin-bottom: 0!important;
}

.m-content-mensualites{
    border: 1px solid var(--color-alt-content-bg);
    padding: 0.3rem 1rem;
    margin-top: 1rem;
}

.m-vos-mensualites{
    font-size: 11px;
    font-weight: 600;
    color: #888888;
}

.m-prix-mensualites{
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-alt-content-bg);
    margin-top: 3px;
    margin-right: 11px!important;
}

.m-mois-label{
    font-weight: 700;
}



.m-duree-mois-label{
    text-align: end;
    font-size: 12px;
    font-weight: 500;
    color: #888888;
}

.m-apport{
    border: 1px solid black!important;
    box-shadow: none!important;
    font-size: 12px!important;
    line-height: 0!important;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.m-duree-pret{
    border: 1px solid black;
    box-shadow: none!important;
    font-size: 12px;
    line-height: 0;
}

/*-------------------------------------------*/
/*------------------ CTA --------------------*/
/*-------------------------------------------*/
.m-section-cta{
    background: var(--color-orange);
    margin-top: 2rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.m-section-cta button, .m-section-cta a{
    font-size: 25px;
    padding: 1rem;
}

/*-------------------------------------------*/
/*--------------- breadcrumb ----------------*/
/*-------------------------------------------*/

.contenu-breadcrumb-mobile{
    display: none;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    justify-content: start;
    padding-left: 1rem;
}

.contenu-breadcrumb-mobile .titre{

}


.contenu-breadcrumb-mobile .conteneur-etapes-retour{
    width:30px;
    height:30px;
    border-radius:100%;
    position:relative;
    background:#2680EA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0 ;
}
.contenu-breadcrumb-mobile .conteneur-etapes-retour img{
    width: 18px;
    height: 18px;
    margin-top: 6px;
    margin-right: 3px;
}

.contenu-breadcrumb-mobile .conteneur-etapes-cercle{
    width:60px;
    height:60px;
    border-radius:100%;
    position:relative;
}


.contenu-breadcrumb-mobile .conteneur-etapes-cercle .circular-chart {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
    z-index: 2;
    position: relative;
}
.contenu-breadcrumb-mobile .conteneur-etapes-cercle .circle-bg {
  fill: none;
  stroke: #f4f7fa;
  stroke-width: 2.8;
}
.contenu-breadcrumb-mobile .conteneur-etapes-cercle .circle {
  stroke: #2680EA;
  fill: none;
  stroke-width: 2.8;
}


.contenu-breadcrumb-mobile .conteneur-etapes-cercle .texte{
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    left:0;
    right:0;
    text-align:center;
    font-size:12px;    
    font-weight: 700;
}


.contenu-breadcrumb-mobile .conteneur-etapes-retour{
    display: none;
    text-align: center;
}

.contenu-breadcrumb-mobile h2{
    margin:0 0 0 20px !important;
    padding:0;
    font-weight: 700;

}



.contenu-breadcrumb-mobile .conteneur-etapes-cercle .texte::before, .contenu-breadcrumb-mobile.etape-1 .conteneur-etapes-cercle .texte::before{content:'1';}
.contenu-breadcrumb-mobile.etape-2 .conteneur-etapes-cercle .texte::before{content:'2';}
.contenu-breadcrumb-mobile.etape-3 .conteneur-etapes-cercle .texte::before{content:'3';}
.contenu-breadcrumb-mobile.etape-4 .conteneur-etapes-cercle .texte::before{content:'4';}
/*.contenu-breadcrumb-mobile.etape-5 .conteneur-etapes-cercle .texte::before{content:'5';}*/

.contenu-breadcrumb-mobile.etape-1 .conteneur-etapes-cercle .circle{  stroke-dasharray: 25, 100;}
.contenu-breadcrumb-mobile.etape-2 .conteneur-etapes-cercle .circle{  stroke-dasharray: 50, 100;}
.contenu-breadcrumb-mobile.etape-3 .conteneur-etapes-cercle .circle{  stroke-dasharray: 75, 100;}
.contenu-breadcrumb-mobile.etape-4 .conteneur-etapes-cercle .circle{  stroke-dasharray: 100, 100;}
/*.contenu-breadcrumb-mobile.etape-5 .conteneur-etapes-cercle .circle{  stroke-dasharray: 100, 100;}*/

/*.contenu-breadcrumb-mobile.etape-1 h2:before{content:'Votre adresse';}*/
.contenu-breadcrumb-mobile.etape-1 h2:before{content:'Orientation de votre toit';}
.contenu-breadcrumb-mobile.etape-2 h2:before{content:'Votre maison';}
.contenu-breadcrumb-mobile.etape-3 h2:before{content:'Équipements énergétiques';}
.contenu-breadcrumb-mobile.etape-4 h2:before{content:'Votre projet de photovoltaïque';}

/*-------------------------------------------*/
/*--------------- RESPONSIVE ----------------*/
/*-------------------------------------------*/
.btn-fermer-popup{
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .m-section-cta{
        display: block!important;
    }
}
@media screen and (max-width: 600px) {
    .w-popup-box-content[style*="padding"]{
        padding: 5%!important;
    }

}
@media screen and (max-width: 370px) {
    .m-eclair {
        display: none;
    }
    .m-content-chevron{
        margin-right: 4px!important;
    }
    .m-eclair-wrapper{
        justify-content: end!important;
        margin-top: 3px;
    }
    .m-vos-mensualites{
        font-size: 10px;
        text-align: center!important;
        text-wrap: nowrap;

    }
    .m-content-mens-price-mois{
        flex-direction: column;
        text-align: center!important;
        justify-content: center;
        align-items: center;
    }
    .m-duree-mois-label{
        text-align: center!important;
    }
    .m-prix-mensualites{
        margin-right: 0!important;
    }
    .m-mois-label{
        width: 100%;
    }
    .l-header.shadow_thin .l-subheader.at_middle{
        box-shadow: 0 1px 0 rgba(0,0,0,0.08)!important;
    }

}
