#mainContainer {
    letter-spacing: 0.1em;
    padding: 10px !important;
    width: 90vw;
}

/* INTRO */
h1 {
    text-align: center;
    color: var(--bruntexte);
    margin-bottom: 50px;
    padding-top: 30px;
}

h2 {
    font-weight: normal;
}

/*** liste intro ***/
.introTP {

    text-align: justify;
    font-size: 1.3em;
}

#blocTravaux {
    display: grid;
    grid-template-columns: 45% 54%;
    gap: 1%;
}

#imgCoachingSportif img {
    width: 100%;

}

#listeActivitesTP {
    display: flex;
}

#listeActivites {
    max-width: 800px;
    border: 1px solid black;




}

#titreExplDet {
    text-align: center;
}




@media screen and (max-width: 768px) {


    #blocTravaux {
        display: flex;

        margin: auto;

    }

    #imgCoachingSportif {
        display: none;

    }





    /*pour la fonction afficher les textes d'exemple, voir JS (hover ne fonctionne qu'avec le frere adjacent direct*/

    /*formatting dropdown buttons types de taches et types de dépenses*/

    /*formatting général */

    body {
        font-size: 3vw;
    }
}