/** Colors
  * Federation : #79bb58
  * Dotation : #0379bf
**/

.federation header {
    /*position: fixed;
    background-color: #79bb58;
    width: 100%;
    height: 55px;*/
    margin-top: 4rem;
    margin-bottom: 1.3rem;
    min-height: 3.5rem;
    background-color: #79bb58;
}


/*.dotation header #nav-header-dons {
    position: fixed;
    background-color: #0379bf;
    width: 100%;
    height: 55px;
}*/

header .logo {
    position: absolute;
    top: .5rem;
    z-index: 99;
}

header ul.icons .bi-question-circle-fill,
header ul.icons .bi-facebook,
header ul.icons .bi-linkedin,
header ul.icons .bi-instagram {
    font-size: 5rem;
    width: 35px;
    height: 34px;
    margin-right: 5px;
    padding-bottom: 3px;
}

.icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    min-height: 3.5rem;
    list-style-type: none;
    color: white;
    padding: 0;
    margin: 0;
}

.icons a {
    color: white;
    text-decoration: none;
}

.icons li {
    padding: 0 20px;
    font-size: 0.94rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.icons li i {
    font-size: 1.5rem;
    padding-right: .45rem;
}


/*header ul.icons li:last-child:after {
    content: " | ";
    margin-left: 10px;
}*/

.federation header ul.icons li a:hover {
    color: #2a5d2d;
}

.dotation header ul.icons li a:hover {
    color: #21356a;
}


/* MEDIA-QUERIES */

@media (max-width: 980px) {
    header ul.icons li {
        padding: 0;
    }
    header ul.icons {
        display: none;
    }
    .mobile ul.icons li,
    .mobile ul.icons li a {
        color: #2a5d2d;
    }
    .mobile ul.icons {
        display: block;
        text-align: center;
        padding-bottom: .5rem;
        line-height: 2.5;
    }
}

@media screen and (min-width: 750px) and (max-width: 985px) {
    header ul.icons {
        margin-top: 10px;
    }
    .federation header #nav-header-fede {
        height: 75px;
    }
}

@media (max-width: 768px) {
    .federation header ul.icons li a:hover {
        color: #79bb58;
    }
    .dotation header ul.icons li a:hover {
        color: #0379bf;
    }
}