.nos-valeurs {
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #237767;
}

.nos-valeurs-container {
    max-width: var(--max-width);
    width: 100%;
    display: grid;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 16px;
    padding-left: 16px;
}

.nos-valeurs-button {
    display: flex;
    justify-content: center;
    height: max-content;
}

.nos-valeurs-button div {
    border: 1px solid var(--base);
    color: var(--base);
    font-size: 12px;
    text-decoration: none;
    max-width: max-content;
    padding: 4px 12px 4px 12px;
    width: 181px;
    border-radius: 24px;
}

.nos-valeurs-content {
    display: flex;
    gap: 30px;
}

.nos-valeurs-text {
    width: 100%;
}

.nos-valeurs-text h3 {
    font-family: Noto Serif;
    font-weight: 300;
    font-style: Light;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -4%;
    color: var(--base);
}

.nos-valeurs-text p {
    font-family: Geist;
    font-weight: 300;
    font-style: Regular;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--base);
    margin-top: 60px;
}

.nos-valeurs-image {
    width: 100%;
    border-radius: 8px;
    background-image: url('/assets/notre-accompagnement-1.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.nos-valeurs-tags {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.nos-valeurs-tag {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 109px;
    width: 100%;
    max-width: 400px;
    color: var(--base);
    font-family: Noto Serif;
    font-weight: 300;
    font-style: Light;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -3%;
    opacity: 0.5;
    padding-left: 30px;
}

.nos-valeurs-tag-active {
    border-radius: 8px;
    background-color: #FFFFFF29;
    opacity: 1;
}

@media (max-width: 860px) {
    .nos-valeurs-image {
        display: none;
    }

    .nos-valeurs-text h3 {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
    }

    .nos-valeurs-tags {
        align-items: center;
    }
}