@layer header;

@import "./bootstrap.min.css" layer(header);


ul {
    margin-bottom: 0
}

/*header*/
.bg-blue {
    background-color: #1e3f90;
}
header{
    background-color: #fff ;
}
.top-bar {
    padding: 7px 0
}

.circle-reseaux {
    border: 1px solid transparent;

    border-radius: 50%;
    color: #fff;
    font-size:16px;
    height:30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.facebook {
    background-color: #3c5a98;
}

.instagram {
    background-image: linear-gradient(173deg, #5a519e 0%, #a33d8f 28%, #d1328a 53%, #ee7237 78%, #fcc666 100%);
}

.youtube {
    background-color: #e52d27;
}

.twitter {
    background-color: #5ea8dd;
}

.contact-info li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;

}

.contact-info .icon {
    padding-right: 8px
}

.Header-honest .navbar-expand-lg .navbar-nav .nav-link {

    padding: 0 16px;
font-size:16px;

    color: #000000;
    font-weight: 400;

}

.Header-honest .navbar-expand-lg .navbar-nav a {

    border-right: 1px solid #1e3f90;
}

.Header-honest .navbar-expand-lg .navbar-nav a.no-border {
    border-right: none;
}

.Header-honest .navbar-expand-lg .navbar-nav a.active {
    color: #1e3f90;
}

.Header-honest .navbar-brand{
    height:auto
}