/* --- MAIN CONTENT -------------------------------------------------------------------------------------------------- */



.mainContent {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 3rem;
    /* width: 100%; */
}
/* TITLES AND HEADER --------------------------*/

.displayMoreButton{
    cursor: pointer;
}

.level{
    display: flex;
    gap:1rem;
    align-items: center;
}
.typology{
    background-color: var(--salmon);
}

.desc_kw{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}





.backtoresults {
}
/* GLOBAL TAGS =================================================== */


/* --- PARTIE 1 ---- NOM STATUT ACTIVITIES -------------------------------------------------------------------------------- */

.structTitle{
    margin-top: 1.5rem;
}


.entete {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
/* TITLE ---------------------------------------------------------------- */
.structTitle_cont {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

/* INFORMATIONS -------------------------------------------------------- */

.activList {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* TUTELLES ------------------------------------------------------------------ */
.tutelleDot {
    background-color: var(--salmon);
    height: 0.438rem;
    width: 0.438rem;
    border-radius: 50%;
    margin-right: 0.475rem;
}
.listeTutelle {
align-items: center;
}






/* RESPONSIVE ====================================================== */

/* // Medium devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
}

/* // Large devices (desktops) */
@media (min-width: 769px) and (max-width: 1200px) {
    main {
        margin:5% 15%;

        flex-direction: row;
    }

     .mainContent {
        flex-grow: 6;
    }
}

/* // Extra-large desktops */
@media screen and (min-width: 1201px) {
    main {
        padding:5% 15%;

        flex-direction: row;
    }
    .mainContent {
        flex-grow: 6;
    }
}
