/**********************************************************/
/**********************************************************/
/******************* qui-suis-je.css **********************/
/**********************************************************/
/**********************************************************/

/* Qui suis-je ? */

.aboutme{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: rgba(203, 140, 161, 0.87);
    padding-top: 150px;
}

.aboutme h1{
    text-align: center;
    animation: arriveeDroite 1s ease-out forwards;
}

#aboutme-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#texte{
    flex: 2;
    min-width: 54%;
    max-width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 50px;
}

.aboutme p{
    min-width: 90%;
    max-width: 100%;
    animation: arriveeBas 1s ease-out forwards;
}

#image{
    min-width: 40%;
    max-width: 80%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: agrandir 1s ease-out forwards;
}

.aboutme img{
    min-width: 50%;
    max-width: 60%;
    animation: arriveeGauche 1s ease-out forwards;
    filter: drop-shadow(0 0 0.8rem rgb(117, 68, 78)); 
}

/* MES FORMATIONS */


/* MES FORMATIONS */

.formations {
    background-color: rgba(184, 126, 146, 0.87);
    min-width: 80%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.formations h1 {
    text-align: center;
}

/* DIV FORMATIONS */

#div-formations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    max-width: 100%;
    height: auto;
    margin: auto;
}

    