@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

#header-logo {

    width: 180px;
}

#hero {
    min-height: 900px;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#offer {

    margin: 120px 0px;
}

#partners,
#features {
    margin: 175px auto;
}

#partners {
    min-height: 500px;
    height: auto;
}

.image-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.image-container img {
    max-width: 100%;
    height: auto;
}


.btn-primary {
    background-color: #17B8A6;
    /* Nouvelle couleur */
    border-color: #17B8A6;
    /* Bordure assortie */
}

.btn-primary:hover {
    background-color: #17B8A6;
    /* Couleur au survol */
    border-color: #17B8A6;
}

.text-primary {
    color: #17B8A6;
}

.text-blue {
    color: #17B8A6;
}