@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{
    font-size: 62.5%;
    overflow-x: hidden;
}
body{
    font-family:'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight:300;
    padding: 0;
    background-color: #faf7f7;
    color: #000000;
    /*overflow-x: hidden;*/
}
h1,h2,h3,h4,h5,h6,th{
    font-family:'Montserrat', 'Arial', sans-serif;
}
.col-brand h3{
    margin-bottom:0px;
}
.col-brand h3:first-of-type{
    margin-top:40px;
}
.table-secondary tbody tr td:last-of-type{
    font-weight:400;
}
.img-responsive{display:inline-block; }
header .img-responsive{width:15%;}
header .warning-div img{
    width:10%;
}
header .form-not-submit-show .img-responsive{
    min-width:200px;
}

.shadow{box-shadow:0 0 20px 0 rgba(0,0,0,0.15)}

.no-wrap{
    white-space:nowrap;
}


.justify-content-center{
    justify-content:center;
}
.justify-content-center div{
    border-radius: 8px 8px 8px 8px;
}
.warning-div{
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: end;
    margin-bottom:30px;
}
.warning-div h6{
    background-color: #d02a4c;
    color:white;
    padding: 10px;
    border-radius: 7px;
}

/* Table*/
table{
    border-collapse : separate;
    border-spacing : 0 10px ;
    width: 100%;
    padding-top: 10px;

}
main table{
    background-color: #f7f7f7;
    border-radius: 0px 0px 7px 7px;
}
.table-secondary{
    border-spacing: 0 5px;
    margin-bottom:24px;
}
header .col-brand{
    border-radius: 7px 7px 0px 0px !important;
    display: flex;
    flex-direction: column;
}
th{
    color:#a1a1a1;
    text-transform: uppercase;
    font-size:10px;
}
td{
    background-color:#f7f7f7;
    width:33%;
    font-size:12px;
    font-weight:bold;
    padding:10px;
}
table tr{
    line-height: 12px;
}
tr td:first-of-type{
    border-radius: 7px 0px 0px 7px
}
tr td:last-of-type{
    border-radius: 0px 7px 7px 0px
}
.evidence{
    background-color: #d02a4c;
    color:#ffffff;
}
.img-evidence{
    display:none;
}
.evidence .img-default{
    display: none;
}
.evidence .img-evidence{
    display: inline-block;
}
.value-calculated{
    color:#d02a4c;
}
.contain .row{
    align-items: stretch;
    display: flex;
    flex-wrap:wrap;
}

.contain .row div{
    background-color:#ffffff;
}
.contain .row div.evidence{
    background-color: #d02a4c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 5px;
}
p.mentions{
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
}


footer{
    height:360px;
    background-color:#ffffff;
    text-align:center;
}
footer button{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 20px;
    background-color: #d02a4c;
    color: #ffffff;
    padding: 25px;
    width:100%;
}
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;

}
.social-link a{
    margin-right:5px;
    margin-left: 5px;
}
.footer-link{
    margin-top:20px;
}
.footer-link p,
.footer-link p a{
    color:#818181;
}

.footer-link p a img{
    margin-left:4px;
    margin-right:4px;
}
footer .mail-send{
    padding-right:0;
    padding-left:0;

}
footer .mail-send a{
    border-radius: 0;
}
.mail-send form button p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed{
    position:fixed;
    bottom:0;
    width:100%;
}
.page-break-clear {
    clear: both;
}
.page-break {
    page-break-after: always; /* depreciating, use break-after */
    break-after: page;
    height: 0px;
    display: block!important;
}
.simulation-number{
    display: inline;
    background-color: #333333 !important;
    color: white;
    border-radius: 100% !important;
    padding: 18px 24px;
    position:absolute;
    top:-3rem;
    left:calc(50% - 2.5rem);
    font-weight: bold;

}
.select-simulation{
    background-color:#333333 !important;
    color:white;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0px 0px 7px 7px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    bottom: -50px;
    width: 100%;
}
.select-simulation-bottom{
    background-color:#333333 !important;
    color:white;
    border-radius: 7px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    font-size:18px;
}
.envelope{
    width:30px;
    margin-right:10px;
}
label{
    text-transform: uppercase;
    font-weight: bold;
    font-size:10px;
}


.bg-grey{
    font-family:'Roboto', sans-serif;
}






.pagebreak{
    display: none;
}
.orias,
.orias-second{
    display:none;
}
/*.oriasbottom{
    transform: rotate(270deg);
    position:absolute;
padding-right: 2695px;
left: -1451px;
}*/

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


/** Modal **/
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, .5);

}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    top:calc(50% - 7rem);
}
.modal-content h4{
    color:black;
}
.modal-content a{
    font-size:16px;
}
.text-content-modal{
    width:80%;
    margin:auto;
}

.text-content-modal h4{
    color: #d02a4c;
}

/* The Close Button */
.close {
    color: #d02a4c;
    position: relative;
    top: 5px;
    right: 15px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #d02a4c;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
    min-height: 150px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: calc(50% + 2.5rem);
    width: auto;
    padding: 16px;
    margin-top: -50px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #d02a4c;
    text-decoration:none;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.contact-modal{
    display: flex;
    justify-content: space-around;
}
.contact-modal li{
    list-style: none;
    text-align:center;
}
.contact-modal li img{
    width:125px;
}
img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}



@media (max-width:1420px){
    .btn-download p{
        padding:0 40px;
    }
    .download{
        padding: 50px 70px;
    }
}
@media (max-width:1199px){

    .col-brand{
        margin-bottom:40px;
    }
    .select-simulation-bottom{
        display:none;
    }
    .bottom .div-btn{
        margin-bottom:0px !important;
        /*margin-right:-15px;*/
    }
    .download{
        padding: 50px 40px;
    }
}
@media (max-width:991px) {
    .logo-vesp{
        min-width:200px;
        padding-left:5%;
    }
    .p-l-0,
    .p-r-0{
        padding: initial;
    }

    .question,
    .logo-assurance,
    h1::before,
    .fleche{
        display:none;
    }
    header h1{
        font-size:34px;
        line-height:40px;
    }
    header h4{
        font-size:16px;
        line-height:20px;
        margin-bottom:40px;
    }
    header .col-brand{
        margin-bottom: 75px;
    }
    h1{
        line-height:1.05;
    }


    .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;
    }

}
.show-in-pdf{
    display:none !important;
}
/*.hidden, .table-legend, .table-allianz,.table-axa, .table-mma{*/
/*    display:none;*/
/*}*/
