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

.dotation header {
    margin-top: 4rem;
    margin-bottom: 1.3rem;
    min-height: 3.5rem;
    background-color: #0379bf;
}

header .logo {
    position: absolute;
    top: 0rem;
    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;
}

.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: #21356a;
    }
    .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) {
    .dotation header {
        margin-bottom: 4rem;
    }
    .dotation header ul.icons li a:hover {
        color: #0379bf;
    }
}