/********GENERAL SECTION***********/
section.trouver-masseur {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

section.trouver-masseur .filter {
    background: transparent linear-gradient(90deg, #0000000F 0%, #00000033 49%, #00000000 100%) 0% 0% no-repeat padding-box;
    padding-top: clamp(50px, 10vw, 175px);
    padding-bottom: clamp(50px, 10vw, 175px);
    padding-right: 10%;
    padding-left: 10vw;
    width: 40%;
    margin-right: auto;
    text-align: left;
}

section.trouver-masseur p,
section.trouver-masseur h2 {
    color: var(--couleur-12);
}

section.trouver-masseur h2 {
    margin-top: 30px;
    margin-bottom: 25px;
}

section.trouver-masseur p {
    margin-bottom: 35px;
}

main#masseurs-professionnels section.trouver-masseur button {
    display: none;
}

main#masseurs-professionnels section.trouver-masseur .filter {
    padding-top: clamp(50px, 5vw, 125px);
    padding-bottom: clamp(50px, 5vw, 125px);
}

/***** MEDIA *****/
@media screen and (max-width: 1440px) {
    section.trouver-masseur .filter {
        width: 40%;
    }
}

@media screen and (max-width: 1080px) {
    section.trouver-masseur .filter {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    section.trouver-masseur .filter {
        background: transparent linear-gradient(180deg, #00000026 0%, #00000040 49%, #00000000 100%) 0% 0% no-repeat padding-box;
        padding-right: 10%;
        padding-left: 10%;
        width: auto;
        text-align: center;
    }

    section.trouver-masseur img {
        width: 20%;
        max-width: 75px;
    }
}