/* general */
header#main-header {
    width: 100% !important;
}

*{
    box-sizing: border-box;
}
.blockOmbre{
    background-color: var(--couleur-5) ;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 10px;
    padding: 2rem 1rem;
}
.all_formations.blockOmbre{
    padding: 3rem 4rem;
    width: 100%;
}
.roseTitle{
    font-family: var(--police-Quicksand-Bold);
    color: var(--couleur-11);
    font-size: 1rem;
    text-transform: uppercase;
}
/* general */

/* background + ariane */
.background_masseur{
    padding: 1rem 0 15rem 2rem;
}

.background_masseur .ariane{
    display: flex;
    align-items: center;
    gap: .2rem;
    height: 2rem;
}
.background_masseur .ariane a{
    display: flex;
    align-items: center;
    gap: .5rem;
}
.background_masseur .ariane *{
    color: var(--couleur-12) ;
}
/* background + ariane */

/* top */
.informations-masseur{
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -7.5rem;
}

.informations-masseur .img{
    height: 15rem;
    width: 15rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.informations-masseur .img img{
    height: 95%;
    width: 95%;
    border-radius: 50%;
    object-fit: cover;
}


.informations-masseur .texts{
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.informations-masseur .texts h1{
    text-align: center;
}
.informations-masseur .texts .lieu{
    display: flex;
    gap: 1rem;
}

.informations-masseur .texts .lieu .linkAndImg{
    display: flex;
    align-items: center;
    gap: .5rem;
}
.informations-masseur .texts .lieu .linkAndImg a{
    color: var(--couleur-7);
    text-decoration: underline;
    font-family: var(--police-Quicksand-Bold);
    font-size: .75rem;
}


.informations-masseur .texts .infos{
    display: flex;
    gap: 1rem;
}

.informations-masseur .texts .infos .texts{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    margin: 0;
}
.informations-masseur .texts .texts p{
    margin: 0;
    font-size: 14px;
}

.informations-masseur .texts .texts img{
    width: 1rem;
}


.informations-masseur .pitch{
    display: flex;
    margin-bottom: 2rem;
    width: 100%;
}

.informations-masseur .pitch .myPitch{
    max-width: 30rem;
}


/* top */


/* middle */
.full{
    margin-top: 5rem;
    max-width: 100rem;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
    height: fit-content;
}

/* gauche */
.full .gauche{
    /* width: calc(60% - 1rem); */
    /* max-width: 40rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
}

section.informations-masseur .detail_activites{
    margin-top: 2rem;
}

section.informations-masseur .formationList {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5rem;
}
section.informations-masseur .formationList .formation{
    display: flex;
    align-items: flex-start;
    width: 15rem;
    gap: .5rem;
}
section.informations-masseur .formationList .formation .formationTitre{
    font-size: .9rem;
}
section.informations-masseur .formationList .formation .in{
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

section.informations-masseur .formationList .formation img{
    margin-top: .2rem;
}

section.informations-masseur .formationList h3{
    font-size: 1.2rem;
}

section.informations-masseur .savoir_plus {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
section.informations-masseur .savoir_plus a{
    padding: .8rem 5rem;
    border-radius: 2rem;
    background-color: var(--couleur-14);
    color: var(--couleur-12);
    text-align: center;
    font-family: var(--police-Quicksand-Bold);
}
.savoir2{
    display: none !important;
}
/* gauche */


/* droite */
.full .droite{
    width: calc(40% - 1rem);
    height: fit-content;
}

.full .droite .all_informations{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.full .droite .infos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
}

.full .droite .infos .info{
    display: flex;
    gap: 1rem;
    align-items: center;
    gap: 1rem;
}
.full .droite .infos .info a{
    text-decoration: underline;
    color: var(--couleur-10);
    font-family: var(--police-Quicksand-Bold);
}


.full .droite a.instagram,
.full .droite a.facebook{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background-color: #fff;
    padding: .8rem 0;
    width: 100%;
    font-family: var(--police-Quicksand-Bold);
    border-radius: 2rem;
}

.full .droite a.instagram{
    border: 1px solid var(--couleur-11);
}
.full .droite a.instagram p{
    font-family: var(--police-Quicksand-Bold);
    color: var(--couleur-11);
    min-width: fit-content;
}

.full .droite a.facebook{
    border: 1px solid var(--couleur-10);
}
.full .droite a.facebook p{
    font-family: var(--police-Quicksand-Bold);
    color: var(--couleur-10);
    min-width: fit-content;
}

.informations-masseur .footer_section{
    margin-top: 5rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 100rem;
}

.informations-masseur .footer_section p{
    background-color: var(--couleur-12);
    color: var(--couleur-13);
    z-index: 1;
    padding-left: 1rem;
}

.informations-masseur .footer_section .ligne{
    content: '';
    position: absolute;
    /* top: ; */
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: var(--couleur-13);
}
/* middle */

@media screen and (max-width: 1250px) {
    .full{
        flex-direction: column;
    }
    
    .full .gauche,
    .full .droite{
        width: 100%;
        max-width: none;
    }
    .full .gauche .all_formations{
        max-width: none;
        width: 100%;
    }

    .full .droite .savoir_plus{
        display: none;
    }
    .savoir2{
        display: flex !important;
    }
}

@media screen and (max-width: 700px){
    .background_masseur .ariane{
        display: none;
    }
    .informations-masseur .img{
        height: 10rem;
        width: 10rem;
    }
    .informations-masseur{
        margin-top: -5rem;
    }
    .informations-masseur .texts .lieu{
        flex-direction: column;
        align-items: center;
        gap: .5rem;
    }
    .informations-masseur .texts .lieu p{
        text-align: center;
    }
    .roseTitle{
        text-align: center;
    }
    .full .droite .infos{
        align-items: center;
    }
    section.informations-masseur .formationList {
        flex-direction: column;
        align-items: center;
    }
    section.informations-masseur .formationList .formation{
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: fit-content;
    }
    section.informations-masseur .formations *{
        text-align: center;
    }
    section.informations-masseur .formationList .formation img{
        transition: transform .2s;
        transform: rotate(210deg);
    }
    .informations-masseur .footer_section{
        justify-content: center;
    }
    .informations-masseur .footer_section p{
        padding: 0 1rem;
        text-align: center;
    }
}

@media screen and (max-width: 500px){
    .background_masseur{
        padding: 0;
        padding-bottom: 10rem;
    }
    .informations-masseur .footer_section{
        margin-top: 2.5rem;
    }
    .informations-masseur .footer_section .ligne{
        display: none;
    }
    .informations-masseur .img{
        height: 8rem;
        width: 8rem;
    }
    .informations-masseur{
        margin-top: -4rem;
    }
}

@media screen and (max-width: 400px){
    .blockOmbre{
        padding: 2rem 1rem;
    }

    .full .droite a.instagram p,
    .full .droite a.facebook p,
    section.informations-masseur .savoir_plus a{
        font-size: .75rem;
    }
    .full .droite a.instagram,
    .full .droite a.facebook,
    section.informations-masseur .savoir_plus a{
        padding: .5rem 1rem;
    }
}










/* presentation galerie masseur */

.the_galerie{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 3rem;
}

.the_galerie .imgs{
    height: 20rem;
    width: 25rem;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.the_galerie .imgs .imgGallery{
position: absolute;
bottom: 1rem;
left: 1rem;
display: flex;
flex-wrap: wrap;
z-index: 1;
gap: .7rem;
width: calc(100% - 1rem);
}
.the_galerie .imgs .imgGallery img{
height: 2rem;
width: 2rem;
min-height: 2rem;
min-width: 2rem;
object-fit: cover;
background-color: #acacac;
cursor: pointer;
}

.the_galerie .imgs .imgGallery img.activee{
border: 1px solid var(--couleur-12);
}

.the_galerie .imgs img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0px 3px 6px #00000029);
}


@media screen and (max-width: 500px) {
    .informations-masseur .texts .infos{
        flex-direction: column;
        gap: 0.5rem;
    }
    .informations-masseur .texts .infos .texts{
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .the_galerie{
        align-items: center;
        text-align: center;
    }
    .the_galerie .imgs{
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .the_galerie .imgs{
        height: 15rem;
    }

    .zoneAjout .champs .champ{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: .5rem;
    }
    .the_galerie .imgs .imgGallery{
        bottom: -5rem;
        left: 0;
    }
    .zoneAjout{
        margin-top: 5rem;
    }
}

/* presentation galerie masseur */