
div#background_gris {
    background-color: #CCCCCC;
}

span#style_abbo_annuel {
    white-space: nowrap;
    font-size: 1.5rem;
}

.table_FE td.fa, th.fa {
    padding-top: 16px;
    border: none !important;
}
.table_FE td {
    padding-top: 14px;
}

/* .btn-link2 {
color: #666666;
text-decoration: underline;
}
.btn-link2:hover {
text-decoration: none;
} */

.btn-link2 {
    /* display:flex; */
    align-items:center;
    justify-content:space-between;
    width:100%;
    background:none;
    border:none;
    padding:0.5rem 0;
    cursor:pointer;
    text-decoration:none;
}
.btn-link2 h3 {
    margin:0;
}
.btn-link2 i {
    display:inline-block;
    transition: transform 0.25s ease;
    font-size:1.4rem;
    margin-left:8px;
}

/* Rotation quand le bouton est ouvert */
.btn-link2:not(.collapsed) i,
.btn-link2[aria-expanded="true"] i {
    transform: rotate(90deg);
}

.float-left {
    float: left!important;
}


.bkg_bleu_fusacq {
    background-color: #003366 !important;
}

.bkg_gold_elite {
    background-color: #E7C236;
}