@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face{
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
}

html,body,header{
    height:100%;
}
body{
    background-color:white !important;
}

main{
    margin-top:130px;
    background-color:#f9f7f7;
    text-align:center;
    margin-bottom:80px;
}
.table-secondary tbody tr td:last-of-type{
    font-weight:400;
}

.rgpd{
    font-size:11px;
    line-height: 16px;
}

header{
    /*background: transparent url(../img/background-2.png) no-repeat center center / cover;*/
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50% , rgba(0,0,0,0.7)), url(../img/background-2.png) no-repeat center center / cover;
    padding: 30px 0 0 0;
    position: relative;
    height:1400px !important;

}
.form-submit-show{
    display:none;
}
.form-not-submit-show{
    display:inline;
}
.text-header{
    color:#000;
    font-weight:400;
    font-size:16px;
}
.text-header a{
    text-decoration: none;
    color: #ffffff;
}
.text-header a:hover{
    text-decoration: underline;
}
.fleche{
    width:150px;
    position: absolute;
    right: 50%;
    top: -1%;
}
h1::before{
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 7rem;
    top: 132px;
    pointer-events: none;
    background: #000;
}
header h1{
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 700;
    color:#000;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;

}
@media screen and  (max-width: 787px){
    header h1{
        font-size:3rem;
        line-height:3rem;
    }
}
header h4{
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color:#ffffff;
}
h2{
    font-weight:bold;
    color:#333333;
    margin-bottom: 30px;
    font-size: 30px;
    margin-top: 60px;
}
header a{
    color:#d02a4c;
}
header a:hover{
    /*color:#d02a4c;*/
    cursor:pointer;
}
.assurance-logo{
    margin-top:25px;
    margin-bottom:25px;
}
.little-logo-axa{
    width:50px;
    margin-bottom:5px;
}
.little-logo-mma{
    width:83px;
}
.price{
    font-weight: bold;
    font-size: 45px;
    margin-top: 25px;
    margin-bottom:25px;
    font-family: 'Montserrat', sans-serif;
}
h3{
    background-color:#e3e3e3;
    border-radius: 7px;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
}
h6{
    font-weight:bold;
    font-size:16px;
}

.form-print{
    display: none;
}
.condition{
    margin: 160px 0 -120px 0;
}
.condition img{
    margin-right: 7px;
}


.input-value{
    display:flex;
    flex-direction: column;
    /*margin-left:20px;*/
}
.input-value label{
    text-transform:uppercase;
    font-weight:bold;
}

.separator{
    width:1px;
    height:100px;
    background-color: #ababab;
}
.p-l-0{
    padding-left:0 !important;
}.p-r-0{
    padding-right:0 !important;
}

input[type=text],
input[type=date],
input[type=email] {
    -moz-appearance: textfield;
    font-size:16px;
    font-weight:bold;
    color:#000000;
    border:none;
    content:'r';
    width:100%;
    height:31px;
    max-height: 31px;
}
input[type=checkbox]{
    margin-right:7px !important;
}
input[type=date]{
    font-size: 16px;
}
input[type=text]::placeholder,
input[type=text]::-webkit-input-placeholder{
    color:black !important;
    opacity: 1;
}
input[type=text]:after{
    content: '€';
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    font-size:24px;
    font-weight:bold;
    color:#000000;
    margin-left:10px;
    border:none;
    content: 'r'
}
input::-webkit-outer-spin-button:after,
input::-webkit-inner-spin-button:after{
    content: '€';
}



#valeur{
    border:0;
    /*margin-left:50px;*/
}
.form-comparateur .btn{
    font-size:20px;
    background-color:#d02a4c;
    height:60px;
    color:#ffffff;
    min-width:215px;
    max-width:215px;
    border-radius: 7px 7px 7px 7px;
}
.form-comparateur>div{

    margin-top:10px;
    margin-bottom: 10px;
    /*box-shadow:0 0 20px 0 rgba(0,0,0,0.3);*/
}
.bg-white{
    background-color: #fff;
    border-radius:7px;
}
.form-comparateur>div div{
    background-color: #fff;
}
.form-comparateur>div div:first-of-type{
    border-radius: 7px 7px 0px 0px;
}

.form-comparateur>div div:last-of-type{
    border-radius: 0px 0px 7px 7px;
}
.form-comparateur .block-button{
    background-color: transparent;
    box-shadow: none;
    margin-bottom:50px;
}
.form-comparateur label{
    color:#d02a4c;
}
.bloc-form{
    background-color: #f9f5f6;
    border-radius:7px;
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 50px;

}
.logo-assurance img{
    margin-left: 25px;
    margin-right: 25px;
}
.question{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 97.9%;
    top: 30%;
    text-align:left;
    padding-left: 2%;
    width:40%;
}

.question a{
    background-color:#eee8e8;
    color:black;
    font-size:12px;
    text-decoration: none;
    margin-top:5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px 7px 7px 0px;

}
.question .un{
    top: calc(30% - 10rem);
}.question .deux{
    top: calc(40% - 10rem);
}.question .trois{
    top: calc(50% - 10rem);
}.question .quatre{
    top: calc(60% - 10rem);
}
.question .cinq{
    top: calc(70% - 10rem);
}

.question a:hover{
    background-color:#d02a4c;
    color:#fff;
    cursor:pointer;
}

.div-btn{
    margin-left: -14px;
    margin-right: -14px;
}
.bottom .div-btn{
    margin-right: 0;
    margin-left: 0;
}

.step-2{
    display:none;
}

footer{
    height:340px;
    background-color:#ffffff;
    text-align:center;
}
footer div:first-of-type{

    margin-bottom:50px;
}
footer div:first-of-type img{
    margin-top:70px;
}
footer div:last-of-type{
    margin-top:26px;

}
.footer-link p,
.footer-link p a{
    color:#818181;
}

.footer-link p a img{
    margin-left:4px;
    margin-right:4px;
}
.page-break-clear {
    clear: both;
}
.page-break {
    page-break-after: always; /* depreciating, use break-after */
    break-after: page;
    height: 0px;
    display: block!important;
}
.logo-bottom-mobile{
    display: none;

}
.pseudo-footer{
    margin-top:220px;
    border-top:1px rgba(255,255,255,0.3) solid;
}
.pseudo-footer > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:1.5%;
    margin-right: 1%;
    margin-left: 1%;
}
.pseudo-footer p {
    margin-bottom: 0px;
}
.pseudo-footer a{
    color:white;
}
.pseudo-footer img{
    width:170px;
}
.pseudo-footer .social-link img{
    width:25px;
}
@media(max-width:1358px){
    .logo-assurance{
        display:none;
    }
    .logo-bottom-mobile{
        display: flex;
        justify-content: space-around;
        margin-top: 50px;
    }

}

@media (max-width:991px) {
    .question,
    h1::before,
    .fleche{
        display:none;
    }

    .form-comparateur{
        flex-wrap:wrap;
        flex-direction: column;
        margin:0px;
        padding: 15px 0px;
    }
    .form-comparateur .btn{
        min-width:unset;
        max-width:unset;
        border-radius:4px 4px 4px 4px;
    }
    #valeur{
        text-align:center;
        margin-left:0;
    }
    .input-value label{
        margin-top:5px;
    }
    .condition{

        margin:20px 0 0 0;
    }
    main .contain .row div:first-of-type{
        margin-bottom:20px;
    }
    .bottom .div-btn{
        margin-right:-15px;
    }


}

.small-input{
    background-color:white;
    width:47%;
    border-radius: 7px;
}
.m-r-15{
    margin-right:3%;
}
.m-l-15{
    margin-left:3%;
}

@media print {
    .screen-only {
        display: none;
    }
}

main,
footer{
    display:none;
}

@media(max-width: 1694px){
    header{
        height:1600px !important;
    }
    .question{
        width:45%;
    }
.small-input{
    width:100%;
    padding:0;
}


    .m-r-15{
        margin-right:initial;
    }
    .m-l-15{
        margin-left:initial;
    }
}
@media (max-width:1453px){
    .question{
        width:50%;
    }
    header{
        height:1620px !important;
    }

}
@media (max-width:1358px){
    header{
        height:1700px !important;
    }
    .bloc-form{
        min-width:50%;
    }
}

@media (max-width:1258px){
    .question{
        width:40%;
    }
    header{
        height:1700px !important;
    }

}

@media (max-width:780px) {
    .pseudo-footer > div{
        flex-direction:column;
    }
    header{
        height:1800px !important;
    }



}

@media (max-width:470px){
    header {
        height:1900px !important;
    }
}

/***** Modal Mobile ***/
/* The Modal (background) */
.modalMobile {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalMobile-content {
    background-color: #f9f5f6;
    text-align: center;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    min-height:20rem;
    position: absolute;
    top: 25%;
    left: 10%;
}
.modalMobile-content img{
    width:100px;
    margin-bottom:20px;
}
.modalMobile-content p{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 40px;
}
.modalMobile-content button{
    background-color:#d02a4c;
    color:white;
    padding: 15px 20px;
}



