#popin-form h3 {
    margin-bottom: 0px !important
}
.form-documentation input{
padding: 10px 8px;
width: 100%;
border: 1px solid #dce0e5;
}
#popin-form {
max-width: 100%;
width: 100%;
background: rgba(0,35,90,0.9) !important;
}

#popin-form h2, #popin-form p, #popin-form h3 {
    text-align: center;
 }
 #popin-form .rte-content {
     max-width: 560px;
     margin: 40px auto 0px;
 }
#popin-form h4 {
    font-size: 27px;
border-bottom: 3px solid;
padding: 0px 0px 15px;
margin-bottom: 20px;
}
.form-documentation select {
    border: 1px solid #dce0e5;
    width: 100%;
    height: 42px;
    margin: 5px 0px;
    padding: 10px 8px;
    font-family: Montserrat, sans-serif;
}
.form-documentation label {
font-size: 13px;
font-weight: bold;
line-height: 13px;
}
.form-documentation .custom-input {
    margin: 5px 0px;
}

.form-documentation .form_cta, #formulaire .dw {
    background: #fe521d;
    padding: .625rem 1.25rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    margin: 16px auto 0px;
}
.form-documentation .form_cta {
max-width: 180px;
}
#formulaire .dw {
max-width: 300px;
font-size: 16px;
}
#champ_consent {
    display: inline;
    width: auto !important;
    margin: 0px 10px 0px;
} 
.form-documentation .form_cta:hover, #formulaire .dw:hover {
    background: #df4b1d !important;
}
.loi {
    line-height: 20px;
margin-top: 20px;
}
#thankyou p {
    font-size: 15px;
line-height: 25px;
margin-top: 25px;

}
@media screen and (max-width: 1024px){
    #popin-form .sub-container {
        padding: 0px;
    }
}

@media screen and (min-width: 1024px){
    #popin-form .rte-content {
        padding: 2rem;
    }
}

