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

.logo{
    margin:35px auto 30px auto;
    width:275px;
}
.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;
}



.lp-agent-commercial header{
    background-image: url(img/header.jpg);
    background-position-y:bottom;
}

.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;
}
.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: 18px;
    font-weight: 700;
    margin: 30px 0
}

.form_container{
    background:#fff;
    padding:15px 30px;
}
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
}
.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 input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left:0
}
span.wpcf7-list-item{
    display:inline-block;
    padding:5px 15px;
    margin:0
}
span.wpcf7-list-item label{
    display: flex;
    align-items: self-start;
    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;
}

.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;
}
.lp-lyon .wpcf7-submit,
.lp-rennes .wpcf7-submit,
.lp-marseille .wpcf7-submit{
    background-color: #e20048;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus{
    background-color: #e20048;
}
.lp-lyon .wpcf7-submit:hover,
.lp-lyon .wpcf7-submit:focus,
.lp-rennes .wpcf7-submit:hover,
.lp-rennes .wpcf7-submit:focus,
.lp-marseille .wpcf7-submit:hover,
.lp-marseille .wpcf7-submit:focus{
    background-color: #d02a4c;
}

.error{
    display: none;
    color: #d02a4c;
}

.success{
    background-color: #e20048;
    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
}

.input-euro-wrapper {
    position: relative;
    display: inline-block;
}

.input-euro-wrapper::before {
    content: "€";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-weight: bold;
    z-index:2;
}

.montant-input {
    padding-left: 1.5em; /* espace pour le symbole */
    text-align: left;
}


@media screen and (min-width: 768px) {
    .logo{
        width:300px;
    }
    .firstpart .title{
        padding: 50px 20px 35px 20px;
    }
    .firstpart .title h1{
        font-size: 28px;
    }
    .firstpart .title div{
        font-size: 18px;
    }

    .second h2{
        font-size: 18px;
    }

    .wpcf7-submit{
        font-size: 16px;
    }
}
@media screen and (min-width: 992px) {
    .logo{
        width:325px;
    }
    .firstpart .title{
        padding: 60px 25px 35px 25px;
    }
    .firstpart .title h1{
        font-size: 36px;
    }
    .firstpart .title div{
        font-size: 22px;
    }
    .second h2{
        font-size: 18px;
        margin: 40px 0;
    }
}
@media screen and (min-width: 1200px) {
    .logo{
        width:350px;
    }
    .firstpart .title{
        padding: 70px 30px 40px 30px;
    }
    .firstpart .title h1{
        font-size: 44px;
    }
    .firstpart .title div{
        font-size: 28px;
    }
    .lp-baillargues .firstpart .title div{
        font-size: 24px;
    }

    .second h2{
        font-size: 19px;
        margin: 30px 0;
    }
    .lp-valenciennes .firstpart .title h1{
        font-size: 40px;
    }

}


/*
@media only screen and (max-width : 767px) {
    span.wpcf7-list-item{
        width:100%;
    }
}
@media (max-width: 991px){
    .logo-container{
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .logo{
        margin-bottom: 25px;
    }
}




*/
