@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@500&display=swap');

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url('../image/groupe-feuilles-multiples.jpg') no-repeat ;
    background-size: cover;
    overflow: hidden;
}


@media only screen and (max-width: 768px){
#container-hypnose-pourquoi{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}


.hypnose-effets{

    text-align: center;
    background-color: #B6DE83;
    width: 60%;
    padding: 20px;
    border-radius: 20px;
    font-size: bold;

}

.container-why{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}


.component{
    
    position: relative;
    width: 85vw;
    height: 85vw;
    border-radius: 50%;
    margin-top: 30%;
    margin-bottom: 30%;
}

.component div{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.component h3{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25vw;
    height: 25vw;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    top: -40%;
    left: 50%;
    font-family: 'Poiret One',cursive;
    font-size: bold;
    transform: translateX(-50%) translateY(40%);
}

.container-physique{

    background-color: #99D8DA;
}

.component ul {
    padding: 0;
}

.component li{
    list-style-type: none;
    font-family: 'Poiret One',cursive;
    font-size: medium;
}

.container-physique h3{
    background-color: #FEF3C3;
}

.container-comportement{
    background-color: #FEEB9B;
    font-family: 'Poiret One',cursive;
    font-size: medium;
    
}



.container-comportement h3{
    background-color: #9fad04b3;
}


.container-developement{
    background-color: #9fad04b3;
}

.container-developement h3{
    background-color: #99D8DA;
}
}

@media only screen and (min-width:769px) {
    #container-hypnose-pourquoi{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        
    }
    
    
    .hypnose-effets{
        margin-left: 35%;
        text-align: center;
        background-color: #B6DE83;
        width: 35%;
        padding: 20px;
        border-radius: 20px;
    }
    
    .container-why{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    
    .component{
        position: relative;
        width: 30vw;
        height: 30vw;
        border-radius: 50%;
        margin-top: 10%;
    }
    
    .component div{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 100%;
    }
    
    .component h3{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10vw;
        height: 10vw;
        padding: 20px;
        border-radius: 50%;
        text-align: center;
        font-family: 'Poiret One',cursive;
        font-size: large;
        top: -50%;
        left: 50%;
        transform: translateX(-50%) translateY(50%);
    }
    
    .container-physique{
    
        background-color: #99D8DA;
    }
    
    .component ul {
        padding: 0;
    }

    .component li{
        list-style-type: none;
        font-family: 'Poiret One',cursive;
        font-size: large;
    }
    
    .container-physique h3{
        background-color: #FEF3C3;
    }
    
    .container-comportement{
        background-color: #FEEB9B;
        
        
    }
    
    
    
    .container-comportement h3{
        background-color: #9fad04b3;
    }
    
    
    .container-developement{
        background-color: #9fad04b3;
    }
    
    .container-developement h3{
        background-color: #99D8DA;
    }
}

@media only screen and (min-width:1025px) {
    #container-hypnose-pourquoi{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        
    }
    
    
    .hypnose-effets{
        margin-left: 35%;
        text-align: center;
        background-color: #B6DE83;
        width: 35%;
        padding: 20px;
        border-radius: 20px;
    }
    
    .container-why{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    
    .component{
        position: relative;
        width: 25vw;
        height: 25vw;
        border-radius: 50%;
        margin-top: 10%;
    }
    
    .component div{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 100%;
    }
    
    .component h3{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10vw;
        height: 10vw;
        padding: 20px;
        border-radius: 50%;
        text-align: center;
        font-family: 'Poiret One',cursive;
        font-size: x-large;
        top: -50%;
        left: 50%;
        transform: translateX(-50%) translateY(50%);
    }
    
    .container-physique{
    
        background-color: #99D8DA;
    }
    
    .component ul {
        padding: 0;
    }

    .component li{
        list-style-type: none;
        font-family: 'Poiret One',cursive;
        font-size: x-large;
    }
    
    .container-physique h3{
        background-color: #FEF3C3;
    }
    
    .container-comportement{
        background-color: #FEEB9B;
        
        
    }
    
    
    
    .container-comportement h3{
        background-color: #9fad04b3;
    }
    
    
    .container-developement{
        background-color: #9fad04b3;
    }
    
    .container-developement h3{
        background-color: #99D8DA;
    }
}

@media only screen and (min-width:2000px) {
    #container-hypnose-pourquoi{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        
    }
    
    
    .hypnose-effets{
        margin-left: 35%;
        text-align: center;
        background-color: #B6DE83;
        width: 35%;
        padding: 20px;
        border-radius: 20px;
    }
    
    .container-why{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    
    .component{
        position: relative;
        width: 30vw;
        height: 30vw;
        border-radius: 50%;
        margin-top: 10%;
    }
    
    .component div{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 100%;
    }
    
    .component h3{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 12vw;
        height: 12vw;
        padding: 20px;
        border-radius: 50%;
        text-align: center;
        font-family: 'Poiret One',cursive;
        font-size: xx-large;
        top: -50%;
        left: 50%;
        transform: translateX(-50%) translateY(30%);
    }
    
    .container-physique{
    
        background-color: #99D8DA;
    }
    
    .component ul {
        padding: 0;
    }

    .component li{
        list-style-type: none;
        font-family: 'Poiret One',cursive;
        font-size: xx-large;
    }
    
    .container-physique h3{
        background-color: #FEF3C3;
    }
    
    .container-comportement{
        background-color: #FEEB9B;
        
        
    }
    
    
    
    .container-comportement h3{
        background-color: #9fad04b3;
    }
    
    
    .container-developement{
        background-color: #9fad04b3;
    }
    
    .container-developement h3{
        background-color: #99D8DA;
    }
}