*,
*:before,
*:after {
    box-sizing: border-box;
}
:root {
    --form-control-color: #3d3d3d;
    --color1: #e1047a;
    --color2:#a6daf0;
}
.wrap_form{
    width: 100%;
    height: auto;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}
#form-elig{
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#formulaire_resultats h2
{
    text-transform: initial !important;
}  
#formulaire_resultats h4
{
    font-size: 15px !important;
    line-height: 28px !important;
}  
.contenu-form {
    margin: 0 auto;
    max-width: 890px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    /*overflow: hidden;*/
}

form.form .bloc label {
    font-size: 16px;
    line-height: 32px;
    color: var(--form-control-color) !important;
    opacity: 0.6;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-top: 8px;
    display: block;
}
#consent{
    width: initial !important;
}
#label-consent, .label-consent{
    font-size: 11px !important;
    line-height: 18px !important;
    margin-left: 8px;
    max-width: 500px;
    text-align: justify;
    color: #5c5c5c;
}

form.form input.text {
    display: block;
    width: 100%;
    height: 40px;
    /*max-width: 380px;*/
    font-family: "Lato", sans-serif;
    color: #424242;
    padding: 4px;
    padding-left: 18px;
    padding-right: 18px;
    border: 2px solid #bdc3c7;
    outline: none;
    border-radius: 4px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    box-shadow: none;
    background-color: transparent !important;
}

form.form select.select {
    display: block;
    width: 100%;
    height: 40px;
    /*max-width: 380px;*/
    font-family: "Lato", sans-serif;
    color: #424242;
    padding: 4px;
    padding-left: 18px;
    padding-right: 18px;
    border: 2px solid #bdc3c7;
    outline: none;
    border-radius: 4px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    box-shadow: none;
    background-color: transparent !important;
}

form.form textarea {
    display: block;
    width: 100%;
    height: 100px;
    max-width: 380px;
    font-family: "Lato", sans-serif;
    color: #424242;
    padding: 4px;
    padding-left: 18px;
    padding-right: 18px;
    border: 2px solid #bdc3c7;
    outline: none;
    border-radius: 4px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    box-shadow: none;
    background-color: transparent !important;
}

form.form input.text:focus,
form.form textarea:focus {
    border-color: var(--color1);
}

form.form p.error {
    font-size: 12px;
    font-family: sans-serif;
    color: #ee4141;
}

form.form p.errors {
    font-size: 13px;
    font-family: sans-serif;
    color: #ea1717;
    font-weight: 600;
}

.title-form {
    color: rgb(0, 82, 147);
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px;
    display: block;
    width: 100%;
    height: 34px;
}

.titre {
    color: var(--color2);
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
}

.titre .txt1 {
    display: block;
    width: 100%;
}

.titre .txt2 {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.titre .info {
    color: var(--color1);
    margin-left: 5px;
    font-size: 15px;
}

form.form input[type=submit] {
    background: var(--color1);
    color: #FFF;
    display: block;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    /*margin: 0 auto;*/
    margin-top: 20px;
    width: fit-content;
}

form.form input[type=submit]:hover {
    background: var(--color1);
    opacity: 90%;
}

form.form .InteretProduit select {
    display: block;
    width: 100%;
    font-family: "Lato", sans-serif;
    color: rgb(255, 81, 0);
    padding: 0px 0px 8px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    -webkit-text-fill-color: rgb(255, 81, 0);
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
    box-shadow: rgb(255 81 0 / 30%) 0px 1px;
    background-color: transparent !important;

}

.msg-confirm {
    color: var(--color1);
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px;
    display: block;
    width: 100%;
    height: 34px;
    text-align: center;
}

.ZoneRB span.value {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    margin-bottom: 20px;
    padding-left: 1%;
    padding-right: 1%;
}

.ZoneRB span.value label {
    font-weight: normal;
}

.ZoneRB span.value span {
    font-family: system-ui, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    grid-template-columns: 1em auto;
    gap: 0.7em;
    margin-bottom: 4px;
    margin-right: 22px;
    float: left;
    text-align: center;
}

.ZoneRB span.value span+.ZoneRB span.value span {
    margin-top: 1em;
}

.ZoneRB span.value span:focus-within {
    color: var(--form-control-color);
}

.ZoneRB input[type="radio"],
.ZoneRB input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    font: inherit;
    color: #bdc3c7;
    width: 130px;
    height: 115px;
    border: 3px solid currentColor;
    display: grid;
    place-content: end;
    margin-top: 6px;
    cursor: pointer;
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    position: relative;
}

.ZoneRB input[type="radio"]::before,
.ZoneRB input[type="checkbox"]::before {
    content: "";
    width: 130px;
    height: 115px;
    transform: scale(0);
    border: 3.5px solid var(--color1);
    display: block;
    border-radius: 8px;
    position: absolute;
    left: -3px;
    top: -3px;
}

.ZoneRB input[type="radio"]:checked,
.ZoneRB input[type="checkbox"]:checked {
    background-color: #f6f6f6 !important;
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition: 1.0s ease;
    -moz-transition: 1.0s ease;
    -webkit-transition: 1.0s ease;
}

.ZoneRB input[type="radio"]:hover,
.ZoneRB input[type="checkbox"]:hover {
    background-color: #f6f6f6;
}

.ZoneRB input[type="radio"]:checked:hover,
.ZoneRB input[type="checkbox"]:checked:hover {
    background-color: #fff2f9;
}

.ZoneRB input[type="radio"]:checked::before,
.ZoneRB input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.ZoneRB input[type="radio"]:checked+label,
.ZoneRB input[type="checkbox"]:checked+label {
    color: var(--color1) !important;
}

.ZoneRB span.value span:last-child {
    margin-right: 0px;
}

.TypeOcc span.value span:nth-child(1) input[type="radio"] {
    background-image: url('img/locataire.png');
}
.TypeOcc span.value span:nth-child(2) input[type="radio"] {
    background-image: url('img/proprietaire.png');
}
.TypeChauff span.value span:nth-child(1) input[type="radio"] {
    background-image: url('img/electricit__.png');
}
.TypeChauff span.value span:nth-child(2) input[type="radio"] {
        background-image: url('img/gaz.png');
}

.TypeChauff span.value span:nth-child(3) input[type="radio"] {
    background-image: url('img/combine__3_.png');
}
.TypeChauff span.value span:nth-child(4) input[type="radio"] {
    background-image: url('img/autre.png');
}
.TypeSurf span.value span:nth-child(1) input[type="radio"] {
    background-image: url(https://go.pardot.com/l/979813/2023-06-08/4ld87/979813/168623575925vO0k15/combles_perdus.png);
}
.picto-combles-amenageables{
    background-image: url(https://go.pardot.com/l/979813/2023-06-08/4lblm/979813/1686210007ZL6Ca5BG/combles_amenageables.png);
}

.SurfComble,
.SurfCave,
.SurfGarage,
.SurfVide,
.titreSurf {
    display: none;
}

.bloc {
    overflow: hidden;
/*             height: 100%;
*/            width: 100%;
}

.field50 {
    width: 50%;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 6px;
    margin-top: 10px;
}
.field100 {
    width: 100%;
    display: flex !important;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 6px;
    margin-top: 10px;
}

.titreCoordo {
    /*margin-top: 20px;*/
}

.msgError {
    color: red;
}

.bloc1,
.bloc2,
.bloc3,
.bloc4,
.bloc5,
.titre1,
.titre2,
.titre3,
.titre4,
.titre5,
.blocButtonSubmit,
.blocButton,
.SurfComble,
.SurfCave,
.SurfGarage,
.SurfVide {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out;
    /* Opera 10.50–12.00 */
}

.elementBlock {
    opacity: 1;
    height: inherit;
    display: block;
}

.blocButton {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.blocButton a {
    background: var(--color1);
    color: #FFF;
    display: block;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    margin-top: 20px;
    width: fit-content;
    margin-left: 6px;
    margin-right: 6px;
    border: 2px solid var(--color1);
}

.blocButton a:hover {
    opacity: 90%;
}

.blocButton a.btnPrec {
    background: transparent;
    color: var(--color1);
}

.blocButton a.btnPrec:hover, .blocButton a.btnSuiv:hover {
    background: var(--color1);
    color: #FFF !important;
    opacity: 90%;
}

.blocButton a.btnPrec::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
    margin-right: 8px;
    color: #e1047a;
}
.blocButton a.btnPrec:hover::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
    margin-right: 8px;
    color: #fff;
}

.blocButton a.btnSuiv::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 8px;
}

.submit::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 8px;
}

.progressBar {
    width: 100%;
    height: 28px;
    background: #ebedef;
    border-radius: 32px;
    margin-bottom: 45px;
}

.progressbar1 {
    height: 28px;
    background: rgb(166,218,240);
    background: linear-gradient(90deg, rgba(166,218,240,1) 0%, rgba(225,4,122,1) 100%);
    border-radius: 32px;
    width: 25%;
}

.progressbar2 {
    width: 50%;
}

.progressbar3 {
    width: 75%;
}

.progressbar4 {
    width: 100%;
}

#progress {
    position: relative;
}

#progress span {
    position: absolute;
    background: var(--color1);
    display: block;
    width: 78px;
    font-size: 18px;
    border-radius: 39px;
    height: 78px;
    top: -24px;
    line-height: 76px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    -webkit-box-shadow: inset 0 -3px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -3px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    right: 0;
}

.progressbar1 span::before {
    content: "1/4";
    font-weight: 700;
    font-family: arial;
}

.progressbar2 span::before {
    content: "2/4" !important;
    font-weight: 700;
    font-family: arial;
}

.progressbar3 span::before {
    content: "3/4" !important;
    font-weight: 700;
    font-family: arial;
}

.progressbar4 span::before {
    content: "4/4" !important;
    font-weight: 700;
    font-family: arial;
}

#msgErreur {
    width: calc(100% - 2px);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ffadad;
    background: #ffe5e5;
    border-radius: 4px;
    margin: 20px 0;
    color: #d10012;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    display: none;
    text-align: center;
}

@media only screen and (max-width: 840px) {
    .contenu-form {
        max-width: 690px;
    }

    .titre {
        font-size: 22px;
    }

    .titre .txt2 {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 28px;
    }

    .progressBar {
        height: 20px;
        margin-bottom: 40px;
    }

    .progressbar1 {
        height: 20px;
    }

    #progress span {
        width: 64px;
        height: 64px;
        top: -21px;
        line-height: 65px;
    }

    .ZoneRB input[type="radio"],
    .ZoneRB input[type="checkbox"] {
        width: 115px;
        height: 100px;
    }

    .ZoneRB input[type="radio"]::before,
    .ZoneRB input[type="checkbox"]::before {
        width: 115px;
        height: 100px;
    }

    form.form .bloc label {
        font-size: 15px;
        ;
    }
}

@media only screen and (max-width: 650px) {
    .ZoneRB span.value {
        display: flex;
    }

    .titre {
        text-align: left;
    }

    .field50 {
        width: 100%;
    }
}
/* GIF de CHARGEMENT */
.hidden{
    visibility: hidden;
    opacity: 0;
}
.visible{
visibility: visible !important;
opacity: 1 !important;
}
#giftest.visible{
    width: 100px !important;
    height: 100px !important;
    display: block;
    background: url(https://opnr.fr/wp-content/uploads/market-assets/load-cc.gif) center center no-repeat;
    background-size: cover;
}