/*
    BLOC 5 - NOS PARTENAIRES
*/
.nos-partenaires {
    background-color: #f7f7f7;
    padding: 3rem 4rem;
}

/* bloc top */
.nos-partenaires .bloc-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
/* title */
.nos-partenaires .bloc-top h1 {
    margin: 0;
    font-weight: 700;
}

/* logos */
.nos-partenaires .logos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 4rem;
    place-items: center;
}
.nos-partenaires .logos-container img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}

/* DESACTIVé pour le moment */
.nos-partenaires {
    display:none;
}