
@media (min-width: 426px) {
    h1 {
        font-size: 50px;
        font-weight: 700;
    }

    h2 {
        font-size: 48px;
        font-weight: 700;
    }

    h3 {
        font-size: 28px;
        font-weight: 700;
    }

    p {
        font-size: 18px;
        line-height: 1.5rem;
        font-weight: 500;
    }

    .sous-titre {
        font-size: 20px;
        line-height: 1.5rem;
        font-weight: 500;
    }
}

@media (max-width: 426px) {
    h1 {
        font-size: 36px;
        font-weight: 700;
    }

    h2 {
        font-size: 28px;
        font-weight: 700;
    }

    h3 {
        font-size: 20px;
        font-weight: 700;
    }

    p {
        font-size: 14px;
        line-height: 1.5rem;
        font-weight: 500;
    }

    .sous-titre {
        font-size: 16px;
        line-height: 1.5rem;
        font-weight: 500;
    }

    .bg-salon-profile {
        background-size: 85% 22.5%;
    }
}

.bg-salon-profile {
    background: url('../img/salon/img_bgProfile.png');
    background-repeat: no-repeat;
    background-size: 85% 100%;
}

.memory-text-h-limited {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}