<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body
{
    -webkit-overflow-scrolling: touch!important;
    overflow-y: scroll!important;
    height: 100%!important;
}

#simulateur
{
    margin-top: 96px;
    font-family: "Mulish", sans-serif;
    color: #2d4964;


}

#simulateur #simu-cp-erreur
{
    color: #f47768;
    font-weight: bold;
    font-size: 16px;
}

#simulateur .simulateur-logo
{
    height: 50px;
}

#simulateur .simulateur-logo
{
    height: 50px;
}

#simulateur h1
{
    font-size: 18px;
    font-weight: 600;
}

#simulateur .form-label
{
    font-size: 18px;
}


#simulateur .simulateur-cover
{
    background: url("../formulaire/img/cover.png") bottom center;
    background-size: cover;
    border-radius: 25px;

}

#simulateur .cover-div
{
    background-color: white;
    border-radius: 25px;
}

#simulateur .cover-div img
{
   height: 50px;
}


#simulateur .cover-div p
{
    text-align: center;
    font-size: 14px;
    font-weight: 600;

}

.customProgress
{
    border-radius: 0px;
    top: 80px;
    position: fixed;
    width: 100%;
    z-index: 3;

}

.customProgressBar
{
    background-color: #f8ada4;
}

.simulation-btn-form
{
    background: #f76d5a;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.simulation-btn-form:hover
{

    background: #54e6b3;
    color: #fff;
}

.simulation-btn-form-back
{
    background: white;
    color: #464443;
    border-radius: 5px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #f1f1f1;
}

.simulation-btn-form-back:hover
{
    color: #464443;
    border: 2px solid gray;
}


.simu-display-none
{
    display: none;
}

#simulateur-content
{
    min-height: 600px;
}

#simu-rangeval-block
{
    background-color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    width: 100px;
    text-align: center;
}

#simu-rangeval-block:after
{
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px white;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

#simulateur #layer-base
{
    
    border-radius: 25px;
    padding: 25px;
    position: relative;
    height: 600px;


}


#type-toiture-1,#type-toiture-2,#type-toiture-3,#type-toiture-4,#layer-type-toiture,#panneau-1,#panneau-2,#panneau-3,#panneau-4
{

    position: absolute;
    left: 0px;

}

.btn-light-custom {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light-custom:hover {
    color: #4b637a;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.btn-check:focus + .btn-light-custom, .btn-light-custom:focus {
    color: #4b637a;
    background-color: #c2e1ff;
    border-color: #2d4964;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light-custom, .btn-check:active + .btn-light-custom, .btn-light-custom:active, .btn-light-custom.active, .show &gt; .btn-light-custom.dropdown-toggle {
    color: #fff;
    background-color: #a8f5da;
    border-color: #212529;
}
.btn-check:checked + .btn-light-custom:focus, .btn-check:active + .btn-light-custom:focus, .btn-light-custom:active:focus, .btn-light-custom.active:focus, .show &gt; .btn-light-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light-custom:disabled, .btn-light-custom.disabled {
    color: #4b637a;
    background-color: #c2e1ff;
    border-color: #2d4964;
}


.simuPictoSizeCustom {
    height: 50px;
    width: 50px;
    border-radius:5px;
}

.simuCustomBtn
{
    margin-top:5px;
    background-color: white;
}

.simuCustomBtn:hover
{

    background-color: #54e6b3;
    color:white!important;
}


.simuReponseStyle
{
    text-align: left;
    font-size: 17px;
    color: #2d4964;
}




#production-annuelle,#puissance-installation,#ecos-30-ans,#ecos-annuelles,#ecos-mensuelles,#taux-autoconso
{
    color: #fe7967;
    font-size: 20px!important;
    font-weight: bold;
}

#prix-projet,
#prime-projet,
#montant-final-projet
{
    color: #fe7967;
    font-size: 20px!important;
    font-weight: bold;
}

#ecos-30-ans,#ecos-annuelles,#ecos-mensuelles,#taux-autoconso
{
    margin-top: 20px;
    text-align: center!important;
}

.estimation-ecos
{

    text-align: center!important;
    font-weight: bold;

}

.customResult
{
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    font-size: 17px;
}

.customOffre
{
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    font-size: 17px;
}




/* API STYLE */

.searchApi .sb-title {
    position: relative;
    top: -12px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.searchApi .sb-title-icon {
    position: relative;
    top: -5px;
}

.searchApi .card-container {
    display: flex;
    height: 500px;
    width: 600px;
}

.searchApi .panel {
    background: white;
    width: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.searchApi .half-input-container {
    display: flex;
    justify-content: space-between;
}

.searchApi .half-input {
    max-width: 120px;
}

#gmp-map {
    width: 100%;
    min-height: 500px;
}

.searchApi h2 {
    margin: 0;
    font-family: Roboto, sans-serif;
}



.searchApi input {

    border: 1px solid #2d4964;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    color: #2d4964;
}

.searchApi input:focus::placeholder {
    color: white;
}

.searchApi .button-cta {
    height: 40px;
    width: 40%;
    background: #3367d6;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.48);
    cursor: pointer;
}

#map-boussole-container
{
    height: 150px;
    width: 150px;
    position: absolute;
    top: 38px;
    margin-top: -60px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.orientation-boussole
{
    top: 0px;
    position: absolute;
}

#place-erreur
{
    background-color: #f47768;
    border-radius: 10px;
    padding: 15px;
    color: #ffffff;
}

.iconResultOffer
{
    height: 60px;
}

#simulateur .btn:disabled
{
    opacity: 0.75;
    background-color: #e0e0e0;
    font-weight: bold;
    color: #f9f9f9;
}

.customPlacementIcon
{
    position: absolute;
    right: 10px;
}

.valideColorIcon
{
    color: #53e6b3;
}

.invalideColorIcon
{
    color: #f47768
}

.smallAlertMsg
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #f47768;
    font-weight: bold;
}

.popover-header
{
    background-color: #f47768;
    color: white;
}

#simulateur .btn-mobile-custom
{
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0px;
    background-color: #f76d5a;
    opacity: 1;
    color: white;
    left: 0px;
    border-radius: 0px;
    height: 50px;
    font-size: 20px;
    pointer-events: all!important;

}

#simulateur .btn-mobile-custom:disabled
{

    background-color: #e4e5e7;
    color: #f7f8f9;
    opacity:1;

}

#table-syntheses-simu
{
    background-color: white;
    border-radius: 5px;
    color: #2d4964;
}
.table-borderless{
    width:100%;
}


#table-syntheses-simu tr &gt; td
{
    padding: 11px!important;
}

#result-denomination,
#result-full-adresse,
#result-tel,
#result-email,
#result-orientation,
#result-surface,
#result-inclinaison,
#result-materiau,
#result-depenses
{
    color: #2d4964;
    font-size: 17px;
}

.td-result
{
    font-weight: bold;
    font-size: 17px;
}

.title-Result-1
{
    background-color: #fe7967;
    color: white;
    border-radius: 5px;
    padding: 10px;
    text-align: center!important;
    font-weight: bold;

}



.next-step-offer
{
    background-color: #2d4964;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    text-align: center!important;
}

.autres-offres
{
    color: #f47768;
    font-size: 20px!important;
    font-weight: bold;
    text-align: center!important;
}

.markerExplication
{
    height: 30px;
}

.offerSmall
{
    font-size: 17px!important;
}

.result-t1
{

    padding: 30px;
    background-color: #ffedeb;
}

.result-t2
{
    padding: 30px;
    background-color: #f47768;
}

.style-title-result-1
{
    font-weight: bold;
    font-size: 17px!important;
    color: #005994;

}

.style-title-result-2
{
    padding: 10px 20px;
    background-color: #f47768;
    border-radius: 30px;
    color: white;
    font-size:15px!important;
    font-weight: bold;
}

.style-title-result-3
{
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #f47768;
    font-size: 17px!important;
}

.style-title-result-4
{
    padding: 10px 20px;
    background-color: #ff705d;
    border-radius: 30px;
    color: white;
    font-size:15px!important;
    font-weight: bold;
}

.color-t1
{
    color: #005994;
}


.customResult2
{
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    font-size: 17px;
}

.cout-offre-p1
{
    color: #005994;
    font-size: 20px!important;
    font-weight: bold;
}

.egal-offre-p1
{
    font-size: 30px;
    color: #ff715c;
    font-weight: bold;
}

.form-styleA
{
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    border: 2px solid transparent;
}

.form-languetteA
{
    color: #4d89b7;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    position: relative;
    font-family: "Futura", sans-serif;
    background-color: #f1f9fe;
}

.color-form2
{
    color: #ff715c;
}

.color-form1
{
    color: #005994;
}

.nonContractel
{
    font-weight: bold!important;
    color: #005a95!important;
    font-size: 15px!important;
}

.asterisqueSimu
{
    font-size: 14px;
    font-weight: bold;
}

.smallConditions
{
    font-size: 14px!important;
}

.popover
{
    z-index: 1!important;
}

.borderResult{
    border: 2px solid #f47768;
    padding-top: 20px;
    border-radius: 17px;
}

@media only screen and (min-width: 870px) {
    .simuReponseStyleCenter{
        text-align: center;
        font-size: 17px !important;
        color: #2d4964;
    }
    .bodySimuCss{
        background-color: #e6f5ff!important;
    }
    .title-Result-2{
        background-color: #f47768;
        color: white;
        border-radius: 5px;
        padding: 10px;
        text-align: center!important;
        font-weight: bold;
        margin-top: -44px;
        margin-left: 350px;
    }
}

@media only screen and (max-width: 870px) {
    .inclinaison_toit{
        display:none;
    }
    .simuReponseStyleCenter{
        text-align: center;
        font-size: 15px !important;
        color: #2d4964;
    }
    .bodySimuCss{
        background-color: #ffffff!important;
    }
    .margin_desktop{
        margin-bottom: -100px;
    }
    .title-Result-2{
        background-color: #f47768;
        color: white;
        border-radius: 5px;
        padding: 10px;
        text-align: center!important;
        font-weight: bold;
    }
}
</pre></body></html>