section#abzfaq_option {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.cta_form_listing .help {
    vertical-align: -5px;
    /* width: 13px; */
    font-size: 20px;
}
div#bloc_form_faq {
    background: rgba(17, 17, 17, 0.70);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    min-height: 100vh;
    cursor: pointer;
}
form#faq_form {
    background: #fbfbfb;
    margin-top: 200px;
    padding: 40px;
    width: 90%;
    max-width: 600px;
    margin: 200px auto 0 auto;
    text-align: left;
}
#faq_form input,
#faq_form_listing input {
    width: 95%;
    height: 25px;
    margin-top: 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    background-color: #fbfbfb;
}
#faq_form_listing input {
    background: #fbfbfb;
}
textarea#faq_question {
    width: 100%;
    border: 0;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    min-height: 20px;
    padding: 6px 9px;
}
p.title_form {
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 40px;
}
#cta_faq_send {
    width: 250px;
    margin: 35px calc(50% - 125px);
    padding: 11px;
    background: #000;
    color: #fff;
    border-radius: 3px;
}
p.notification_rgpd {
    color: #696969;
    font-size: 10px;
    font-weight: 400;
    font-style: oblique;
    margin: 0;
}
#cta_abz_form {
    cursor: pointer;
    font-weight: 400;
    color: #3498dc;
}
#cta_abz_form:hover {
    text-decoration: underline;
}
a.gotofaq {
    color: #3498dc;
    font-weight: 400;
}
a.gotofaq:hover {
    color: #015a98;
    text-decoration: underline;
}
a.linkfaq {
    color: #015a98 !important;
    font-weight: 400;
}
a.linkfaq:hover {
    color: #015a98;
    text-decoration: underline;
}
.close_faq {
    float: right;
    margin: -40px -41px 0 0;
    cursor: pointer;
    color: #000;
    background: rgba(255, 255, 255, 0.30);
    padding: 20px;
    font-size: 23px;
}
.block_question_reponse {
    /* max-width: 500px;*/
    margin-bottom: 20px;
}
.from {
    color: #000;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 25px;
}
.question {
    font-weight: 400;
    margin: 0;
    margin-left: 42px;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
}
.to {
    /*color: #015a98;*/
    color: #3699de;
    font-weight: 300;
    margin: 0;
    margin-left: 42px;
    font-size: 14px;
}
.reponse {
    margin: -8px 0 0 0;
    padding: 0;
    display: contents;
}
#confirmation {
    font-weight: 500;
    text-align: center;
    padding: 40px 0px;
}
div#close_faq_confirmation {
    background: #000;
    color: #fff;
    text-align: center;
    margin: auto;
    width: 250px;
    padding: 13px 0px;
    border-radius: 3px;
    margin-bottom: 40px;
}
#erreur_faq {
    font-weight: 500;
    color: #ad1111;
}
span.separation_fiche {
    padding: 0px 10px;
}
.icon-commenting:before {
    content: "\f27a";
    font-size: 30px;
    margin-right: 12px;
    color: #015a98;
    /* padding-top: 21px; */
}
.icon-comments {
    font-size: 25px;
    margin-right: 15px;
    color: #3699dd;
}
.block_question_reponse {
    background: #fbfbfb;
    padding: 25px;
}
span.faq-question-speudo {
    font-weight: 500;
    color: #696969;
    font-size: 14px;
}
.form_question_w {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
#faq_form input::placeholder {
    font-size: 12px;
}
input#email,
input#name {
    width: 45%;
    float: left;
    display: block;
}
input#email {
    margin-right: 2.5%;
}
input#name {
    margin-left: 2.5%;
}
#faq_form_listing {
    background: #fbfbfb;
    margin-bottom: 40px;
    padding: 20px;
    margin-top: 100px;
    max-width: 90%;
    width: 500px;
    margin: 100px auto 0;
}
.cta_form_listing {
    cursor: pointer;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 14px;
}
p#cta_faq_send_listing {
    background: #000;
    border-radius: 3px;
    color: #fff;
    width: 200px;
    display: block;
    margin: auto;
    margin: 20px auto 30px auto;
}
#erreur_faq_listing,
#confirmation_listing {
    font-weight: 500;
    text-align: center;
    margin: 40px;
}
.cta_form_listing:hover {
    text-decoration: underline;
}
.close_faq_listing {
    cursor: pointer;
    text-align: right;
}
.close_faq_listing .fa {
    color: #000;
}

.cta_form_listing_2 {
    border: 1px solid #000;
    padding: 12px;
}