.popup_form_expo_content::placeholder {
    color: #000 !important;
    text-transform: uppercase;
}
.btn_inscription_expo {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    display: block;
    max-width: 310px;
    margin: 60px auto 0px auto;
    text-transform: uppercase;
    cursor: pointer;
}
.popup_form_expo {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.popup_form_expo_content {
    background: #f6efe8;
    padding: 40px 80px;
    /* max-width: 80%; */
    /* width: 100%; */
    border: 1px solid #000;
    line-height: 1.2;
    font-size: 15px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 550px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup_form_expo_content .form-control {
    color: #1c2949;
    background: #f6efe8;
    /*border-bottom: 1px solid #000;*/
    padding: 20px 5px;
}
.title_form_expo {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
}
.close_form_expo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.send_expo {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    display: block;
    max-width: 250px;
    margin: 60px auto 0px auto;
    text-transform: uppercase;
    cursor: pointer;
}
.expo_liste {
    position: relative;
}
.expo_list_abs {
    position: absolute;
    background: #f5efe8;
    width: 100%;
    top: 0;
    text-align: left;
    border: 1px solid #ccc;
}
.expo_list_abs p {
    cursor: pointer;
}
.explo_chossen_cta {
    cursor: pointer;
    text-align: left;
    position: relative;
}
span.chevron_abs {
    position: absolute;
    right: 0;
}
.expo_list_abs p {
    cursor: pointer;
    padding: 10px 10px;
    margin: 0;
}
.expo_list_abs p:hover {
    background: #000;
    color: #f5efe8;
}
.coordonnee_form_expo {
    margin-top: 30px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .popup_form_expo_content {
        padding: 20px;
        width: 90%;
    }
    #form_inscription_expo {
        margin-top: 40px;
    }
    .send_expo {
        margin: 30px auto 0px auto;
    }
}
@media screen and (max-width: 1023px) {}
@media screen and (max-width: 640px) {}
.info_rgpd {
    margin-top: 10px;
    font-size: 10px;
}