.img-responsive{
    display:inline-block;
}

body{
    font-family:'Montserrat', sans-serif;
    padding-top: 0
}
body a{
    color: #e20048;
}
body a:hover{
    color: #e20048;
}

p{
    color: #000;
    /*font-family: 'Open Sans', sans-serif;*/
}
.commercial-offers .form-group{
    margin-bottom: 0;
}

.landing-content{
    margin-top: -100px;
}
header{
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
    background-size:cover;
    min-height: 100%;
    position:relative;
    height:600px;
    background-image: url(img/header-do.jpg);
}
.logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding-top: 35px;
}
.logo-container > img{
    width: 125px;
}

.shield{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.firstpart .title{
    position:relative;
    padding: 50px 15px 30px 15px;
    display:block;
    text-align: center;
    background:#e20048;
    border-radius:20px;
}
.firstpart .title h1{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}
.lp-paris .firstpart .title h1{
    font-size: 25px;
}
.lp-simi .firstpart .title h1{
    font-size: 23px;
}

.firstpart .title div{
    color: #060002;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
.mention-required{
    font-size: 10px;
    margin-left: 15px;
}
.second h2{
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0;
}
.second h2 br{
    display: none;
}


.form_container{
    background:#fff;
    padding:15px 30px;
}
.form_container h3{
    color: #060002;
    font-weight: 600;
    font-size: 16px;
}
label{
    font-size: 12px;
    font-weight: 400;
}
input{
    height: 50px!important;
    padding: 0 15px!important;
    position: relative!important;
    font-family: 'Roboto', sans-serif!important;
}
input::placeholder{
    font-size: 14px!important;
    color: #7e7e7e!important;
}
textarea{
    resize: none;
    border: 1px solid #e6e6e6;
    /*border-radius: 20px!important;*/
}
hr{
    margin-top:4rem;
}

.novalidate p{
    margin:0;
}
.form-group{
    text-align:left
}
.bg-gray{
    background-color: #f5f5f5
}
.bg-gray > .row{
    margin: 0;
}
.bg-gray p{
    margin: 0;
}
.wpcf7-form-control{
    border-radius: 10px;
    font-size:14px;
    font-weight:400;
    max-width: 100%;
    display:inline-block;
    /*box-shadow: inset 0 0 1px rgba(0,0,0,.075) !important;*/
    /*padding:12px 15px;*/
}
input.wpcf7-form-control,
textarea.wpcf7-form-control{
    border: 1px solid #e6e6e6;
}

.checkbox-inline + .checkbox-inline{
    margin: 0;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left:0;
    height: inherit !important;
}
span.wpcf7-list-item{
    display:inline-block;
    padding:5px 15px;
    margin:0
}
span.wpcf7-list-item label{
    display: flex;
    align-items: stretch;
    cursor: pointer;
}
span.wpcf7-list-item .wpcf7-list-item-label{
    padding-left: 5px;
    font-size: 12.5px
}
input[type="checkbox"]{
    height: 20px !important;
    accent-color: #e20048;
    margin-top:0 !important;
}
.ckb-display {
    display:none;
}
.btn-form p{
    margin: 0;
}
.wpcf7-submit{
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    width: auto !important;
    height: 56px !important;
    padding: 0 30px !important;
    margin: 30px auto 0;
    background-color: #e20048;
    display: block;
    border-radius:5rem;
    font-family: 'Montserrat', sans-serif !important;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus{
    background-color: #060002;
}

.error{
    display: none;
    color: #d02a4c;
}
.success{
    background-color: #76ae29;
    color: #fff;
    display: none;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    padding: 3rem;
    border-radius: 1rem;
}
.success img{
    max-width: 10rem;
    margin: 0 auto;
}
.success h2{
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
    color: #fff;
}


.footer{
    text-align: center;
    color: #000;
    padding: 70px 0;
    font-size:11px;
    background-color: #f5f5f5
}


@media screen and (min-width: 768px) {
    .logo-container{
        gap: 4rem;
    }
    .logo-container > img{
        width: 175px;
    }
    .firstpart .title{
        padding: 50px 70px 35px 70px;
    }
    .firstpart .title h1{
        font-size: 28px;
    }
    .firstpart .title div{
        font-size: 18px;
    }
    .second h2{
        font-size: 32px;
    }
    .second h2 br{
        display: block;
    }
    .wpcf7-submit{
        font-size: 16px;
    }
}
@media screen and (min-width: 992px) {
    .logo-container{
        gap: 6rem;
    }
    .logo-container > img{
        width: 225px;
    }
    .firstpart .title{
        padding: 60px 95px 35px 95px;
    }
    .firstpart .title h1{
        font-size: 36px;
    }
    .firstpart .title div{
        font-size: 22px;
    }
    .second h2{
        font-size: 36px;
        margin: 40px 0;
    }
}
@media screen and (min-width: 1200px) {
    .logo-container{
        gap: 8rem;
    }
    .logo-container > img{
        width: 275px;
    }
    .firstpart .title{
        padding: 70px 110px 40px 110px;
    }
    .firstpart .title h1{
        font-size: 44px;
    }
    .firstpart .title div{
        font-size: 28px;
    }
    .second h2{
        font-size: 40px;
        margin: 50px 0;
    }

}
.w-100{
    width: 100% !important;
}
