/**********************************************************/
/**********************************************************/
/********************* hypnose.css ************************/
/**********************************************************/
/**********************************************************/

/* L'HYPNOSE */

.hypnose {
    background-color: rgba(240, 203, 215, 0.87);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 150px;
}

.hypnose h1 {
    font-size: 3em;
    text-align: center;
}

#hypnose-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
    box-sizing: border-box; 
}

#image {
    min-width: 54%;
    max-width: 100%;
    flex: 1;
    display: flex;
    animation: agrandir 1s ease-out forwards;
}

.hypnose img {
    min-width: 50%; 
    max-width: 90%; 
}

#text {
    flex: 1;
    min-width: 40%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px;
}

.hypnose p {
    min-width: 50%;
    max-width: 80%;
}


/* POURQUOI CHOISIR L'HYPNOSE ? */

.pk-hypnose{
    background-color: rgba(213, 154, 173, 0.87);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.pk-hypnose h1 {
    font-size: 3em;
    text-align: center;
}

.pk-hypnose p {
    width: 40%;
    height: 60%;
    font-size: 1em;
    margin: 50px auto;
}

.pk-hypnose ul{
    line-height: 3em;
    font-size: 1.1em;
}