#logo-entreprise, #logo-home {
    max-width: 200px !important;
}

.carousel-indicators li {
    box-shadow: inset 0 0 10rem rgb(208 208 208);
}

.social-widget {

}

.navbar-nav .nav-link {
    color:black !important;

    font-size: 1em !important;
    font-weight: 600 !important;
}


.f-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer-links a {
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

#footer-links a:hover {
    text-decoration: underline;
}


#footer-links a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: white;
}

h3 {
    font-size: 1.5em !important;
}

.site-row {
    margin: 0 !important;
}

.main-menu {
    padding: 0 !important;
}


@media screen and (min-width: 640px) {

    #home-h3-partenaires {
        position: absolute;
        right: -150px;
    }

}

@media screen and (max-width: 640px) {

    .img-home {
        width: 100%;
        height: 100%;
    }

    #home-h3-partenaires {
        position: absolute;
        left: 70px;
    }

    .title-flers {
        text-align: center;
    }

}

#tarteaucitronIcon {
    display: none !important;
}

.form-password {
    position: relative;
}

.form-password-eye {
    position: absolute;
    right: 9px;
    top:8px;
}

.show-password {
    cursor: pointer;
}