@font-face{
    font-family:"OpelNextW05-Light";
    src:url("../fonts/OpelNextW05-Light.woff2") format("woff2"),url("../fonts/OpelNextW05-Light.woff") format("woff");
}
@font-face{
    font-family:"OpelNextW05-Regular";
    src:url("../fonts/OpelNextW05-Regular.woff2") format("woff2"),url("../fonts/OpelNextW05-Regular.woff") format("woff");
}
@font-face{
    font-family:"OpelNextW05-Bold";
    src:url("../fonts/OpelNextW05-Bold.woff2") format("woff2"),url("../fonts/OpelNextW05-Bold.woff") format("woff");
}

@font-face{
    font-family:"icons-opel";
    font-style:normal;
    font-weight:400;
    src:url("../fonts/icons-opel.eot"),url("../fonts/icons-opel.eot?#iefix") format("embedded-opentype")
}

@font-face{font-family:"icons-opel";font-style:normal;font-weight:400;src:url("../fonts/icons-opel.woff2")}


/* jaune : #F7FF14 */


body{
    font-family: 'Arial';
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    /* line-height: 28px; */
    background-color: #ffffff;
}

b, strong {
    font-weight: 700;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px;
    }
}

h1{
    font-family: 'OpelNextW05-Regular';
    line-height: 50px;
    font-weight: bold;
    /* margin-top: 80px;
    margin-bottom: 40px; */
}

h2{
    font-family: 'OpelNextW05-Regular';
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}


.section_head{
}

.section_main{
    background-color: #f3f3f3;
}

.head_logo{
    background: no-repeat #fff url('../img/vpapv_opel_alencon_header.jpg') center;
    background-size: cover;
    min-height : 850px;
}

.head_form{
    padding-top: 125px;
    padding-bottom: 125px;
}

.logo_container{
    padding-top: 86px;
    padding-left: 162px;
}
.logo-white{
    width: 160px;
}
.logo-black{
    width: 120px;
}


.bulle_vignette{
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}

.bulle_vignette p{
    font-family: 'OpelNextW05-Bold';
    font-size: 30px;
    font-weight : 700;
    line-height: 30px;
}

.bulle_vignette .picto{
    height: 70px;
}

.formulaire
{
    background-color: rgb(255 255 255);
    border-radius: 5px;
    width: 500px;

    background-color: rgb(255 255 255 / 100%);
    box-shadow: 0px 0px 45px 5px rgba(0, 0, 0, 0.1);
}

.btn-primary{
    color: #fff;
    background-color: #F7FF14;
    border-color: #F7FF14;
    font-size: 14px;
    padding: 16px 32px;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 2px;
}

.btn-primary:hover{
    /* background-color: #042047;
    border-color: #042047; */
}

.formulaire, .selecteur_vh{
    font-family: 'OpelNextW05-Regular';
}

.form_titre_remise{
    font-size: 64px;
    font-weight: bold;
    line-height: 70px;
}

.line {
    border-bottom: 1px solid #151515;
    max-width: 80%;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
}

.selecteur_vh .bootstrap-select{
    height: 70px;
    padding-bottom: 0px;
    padding-top: 35px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.multiselect-style-uyb {
    padding: 0;
    color: #000!important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #F7FF14;
}


.cta-selecteur-vh::before {
    content: "";
    font-family: "icons-opel";
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    font-size: .75rem;
    margin-right: .5rem;
}

.cta-selecteur-vh{
    border: none;
    color: #000;
    background-color: #F7FF14;
    /* width: 255px; */
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 16px 11px 16px;
}



@media (max-width: 992px)
{
    .head_logo{
        min-height: auto;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("../img/vpapv_opel_alencon_header.jpg");
    }

    .head_form{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1200px)
{
    .bulle_vignette p{
        font-size: 16px;
        font-weight : 700;
        line-height: 20px;
    }

    .bulle_vignette .picto{
        height: 45px;
    }
}
