/*Color du client
Vert/bleu: 89 190 188
Jaune: 221 219 1
*/

.isHide {
    display: none;
}
.myFlagCurrent {
    opacity: 1;
    width: 13%;
}
.myFlagCurrent:hover {
    opacity: 1;
    width: 13%;
}
.myFlagNotCurrent {
    opacity: 0.5;
    width: 10%;
}
.myFlagNotCurrent:hover {
    opacity: 1;
    width: 10%;
}

.divMyFlag {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.marginFlag {
    margin-right: 10%;
}

.divBorderSimple {
    width: 90%;
    background: #555;
    margin: 0 auto;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.fa-file-arrow-down::before {
    content: "\f56d";
}
