/* Appliquer la police à vos éléments */

/* Styles pour l'arrière-plan dégradé bleu-violet */
body {
    background-color: #F9F9F9;
    /*background: linear-gradient(to top, #1B403C, #021438);*/
    background-repeat: repeat;
    background-position: center;
    /* Mode de fusion pour superposer l'image */
    background-blend-mode: overlay;
}
/*body::after {*/
/*    !* Opacité de l'image superposée *!*/
/*    content: "";*/
/*    display: block;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('/app/images/index/hex-bkgnd.png?raw=true') center/cover;*/
/*    opacity: 0.2; !* Modifier l'opacité ici *!*/
/*    pointer-events: none;*/
/*    z-index: -10;*/
/*}*/
a {
    color: #000000;
    text-decoration: none;
}
.faq-dropdown {
    position: static;
    width: 100%;
    border-bottom: 0px solid transparent !important;
}
.faq-dropdown-toggle-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 30px;
    min-height: 30px;
    margin-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #29ABE2;
    border-radius: 50%;
}
