#faq_bandeau
{
    text-align : center;
    background-image : url("../img/faq/bandeaufaq.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1182px 322px;
    display : block;
    height : 275px;
    border-radius: 0.75em;
    position : relative;
    margin-bottom: 30px;
}

#faq_container
{
    margin-left: 11px;
    margin-right: 17px;
}

#tab_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.listing_hidden
{
    display : none;
}
.listing_container
{
    background-color: var(--gray-light-color);
    border-radius: 0.75em 0.75em;
    padding: 30px;
}
.qa_top_container
{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom : 20px;
}
.qa_container
{
    background-color: var(--gray-light-color);
    border-radius: 0.75em 0.75em;
    padding : 20px;
}
.faq_tab, .faq_tab_selected
{

    height : 55px;
    width : 155px;
    background-color: var(--gray-color);
    border : none;
    border-top-left-radius: 0.75em 0.75em;
    border-top-right-radius: 0.75em 0.75em;
    font-weight: bold;
    color : #696969;
    cursor : pointer;
    line-height: 20px;
}

.faq_tab_selected,
.faq_tab:hover
{
    background-color: var(--green-color);
    color : white;
}

.faq_listing
{
    line-height: 45px;
    background-color: white;
    border-radius: 0.75em 0.75em;
    vertical-align: middle;
    display: block;
    cursor: pointer;
    padding: 5px 10px 5px 40px;
    margin-bottom: 20px;
    color: var(--green-color);
}

.faq_listing:last-child {
    margin-bottom: 0;
}

.qa_item
{
    line-height: 35px;
    background-color: white;
    border-radius: 0.75em 0.75em;
    cursor : pointer;
}

.question_question
{
    margin-bottom : 40px;
}

.qa
{
    background-color: white;
    border-radius: 0.75em 0.75em;
    padding: 20px;
    margin-top : 10px;
}

.faq_title
{
    padding-top : 5px;
    line-height : 55px;
    width : 80%;
    border-radius: 0.75em 0.75em;
    vertical-align: middle;
    margin : 1%;
    text-align : center;
    text-color : black;
}

.faq_arrow
{
    float : right;
    margin-top: 14px;
    margin-right: 15px;
}
.faq_dropdown
{
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 575px;
    height : 35px;
    margin: 0;
    color: var(--green-color);
    display: block;
}



select.faq_dropdown:focus {
    outline: unset;
}

.faq_visible
{
    display : block;
}

.text16px
{
    font-size: 15px;
}

.listquests
{
    color : var(--green-color);
    cursor : pointer;
}

.faq_hidden
{
    display : none;
}

.return_arrow
{
    display: inline-block;
    text-align: center;
    background-color: var(--green-color);
    border-radius: .5em;
    padding: 0.5em;
    color: white;
    cursor: pointer;
    height: 45px;
    vertical-align: middle;
}
.tab_in_tab
{
    display: block;
    height: 55px;
    padding-left: 7px;
    padding-right: 7px;
}
.tab_name
{
    vertical-align: middle;
    display: inline-block;
}

.tab_in_tab:before
{
    content : " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.faq_bandeau_title
{
    color : var(--orange-color);
    font-weight: bold;
    font-size : xx-large;
    padding-top: 6%;
    margin-bottom : 3%;
    display : block;
}
#faq_search_bar
{
    width: 97%;
    height: 32px;
    border: unset;
    padding-left: 20px;
}
.result
{
    text-align : left;
    height : 25px;
    line-height : 25px;
    border-top : 1px solid lightgrey;
    padding-top: 7px;
    padding-left : 13px;
    display: block;
    overflow : hidden;
}
#faq_results_container
{
    vertical-align: middle;
    border: 1px solid grey;
    width: 60%;
    text-align: center;
    background-color: white;
    border-top : unset;
    margin-left : 20%;
    z-index : 10;
    position : absolute;
}
#faq_bar_container
{
    vertical-align: middle;
    border: 1px solid grey;
    width: 60%;
    text-align: center;
    background-color: white;
    margin-left: 20%;
    border-bottom: unset;

}

#faq_search_button
{
    background-color: grey;
    vertical-align: middle;
    width: 22%;
    display: inline-block;
    height : 35px;
    line-height : 35px;
    cursor : pointer;
    float : right;
}

.faq_cat_flex
{
    border-radius: 0.25em 0.25em;
    padding : 10px;
    margin: 10px 10px 0px;
    display : block;
    background-color: var(--gray-light-color);
}
/*
.qa_listing
{
    background-color: white;
    margin-top : 1%;
    height : 55px;
    line-height: 55px;
    padding-left : 4%;
    border-radius: 0.75em 0.75em;
}

.qa_listing:hover
{
    color : var(--orange-color);
}
*/
.titre_qa
{
    display:inline-block;vertical-align: middle;
    /* width: 57%; */
    margin : auto;
    padding-left : 10px;
    padding-right : 5px;
    font-size : 20px;
    width : 1000px;
    vertical-align: middle;
}

.carre_magique
{
    display : inline-block;
    margin : 2%;
    height : 100px;
    padding : 15px;
    width : 17%;
    background-color: white;
    border-radius : 0.125em;
}

.carres
{
    text-align: center;
}

.carre_demi
{
    font-weight: bold;
    line-height: 100px;
    height : 100px;
    width : 100%;
}

.hidden
{
    display : none;
}

.option_dropdown
{
    padding-left : 10px;
    height : 35px;
}

.dropdown_content
{
    display : none;
    position : absolute;
    z-index: 10;
    width: 575px;
    background-color : white;
    border-bottom-left-radius: 0.75em 0.75em;
    border-bottom-right-radius: 0.75em 0.75em;
    margin-top: -8px;
    padding-top: 7px;
    box-shadow: rgb(102, 102, 102) 0px 9px 18px -6px;
    cursor : pointer;
}

.selectable:hover
{
    background-color : var(--gray-color);
}

.reponse_faq
{
    font-size: 15px;
}

.dropdown_text
{
    vertical-align: middle;
    width: 527px;
    overflow: hidden;
    text-overflow: ellipsis;
}