@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;
}


@media only screen and (max-width:430px){
#container-hypnose-definition{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 90vh;
}

.container-def-acc{
    display: flex;
    flex-direction: column;
    width:100%;
    
    align-items:center;
}

.container-definition-hypnose{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content:center;
    margin-top: 20%;
}

.container-definition-hypnose h3{
    position: absolute;
    left: 50%;
    top: -48%;
    transform: translateX(-50%) translateY(50%);
    display: flex;
    text-align: center;
    font-family: 'PoiretOne', cursive;
    font-size:medium;
    background-color: #f0e19e;
    border-radius: 50%;
    width:60px;
    height:60px;
    padding:30px;
    align-items: center;
    
}

.definition-hypnose{
    display: flex;
    background-color: #99D8DA;
    font-family: 'Urbanist',sans-serif;
    text-align: center;
    font-size: medium;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    align-items: center;
}

.definition-hypnose p{
    padding: 10px;
}

.accompagnement-hypnose{
    display: flex;
    font-weight: bold;
    font-family: 'Poiret One',cursive;
    text-align: center;
    font-size: medium;
    align-items: flex-end;
    width:100%;
    margin:0;
    margin-top: 5%;
}

.accompagnement-hypnose p{
    margin:0;
    padding: 30px 90px;
    background-color: #B6DE83;
    border-radius: 20px;
}

.comment-hypnose{
    display: flex;
    font-family: 'Urbanist',sans-serif;
    text-align: center;
    font-size: x-large;
    align-items: center;
    background-color: #D3D891;
    align-self: center;
    width: 80%;
    margin:5%;
    border-radius: 20px;
}
.comment-hypnose p{
    padding: 20px 10px;
}
}

@media only screen and (min-width: 430px) and (max-width:960px) {
    #container-hypnose-definition{
        display: flex;
        flex-direction: column;
        width:100%;
        height: 90vh;
    }
    
    .container-def-acc{
        display: flex;
        flex-direction: column;
        width:100%;
        justify-content:space-around;
        align-items:center;
    }
    
    .container-definition-hypnose{
        position: relative;
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-top: 10%;
    }
    
    .container-definition-hypnose h3{
        position: absolute;
        left: 50%;
        top: -50%;
        transform: translateX(-50%) translateY(50%);
        display: flex;
        text-align: center;
        font-family: 'PoiretOne', cursive;
        font-size:medium;
        background-color: #f0e19e;
        border-radius: 50%;
        width:60px;
        height:60px;
        padding:30px;
        align-items: center;
        
    }
    
    .definition-hypnose{
        display: flex;
        background-color: #99D8DA;
        font-family: 'Urbanist',sans-serif;
        text-align: center;
        font-size: medium;
        border-radius: 50%;
        width: 250px;
        height: 250px;
        align-items: center;
    }
    
    .definition-hypnose p{
        padding: 10px;
    }
    
    .accompagnement-hypnose{
        display: flex;
        font-family: 'Poiret One',cursive;
        text-align: center;
        font-size: x-large;
        align-items: flex-end;
        width:50%;
        margin-top: 5%;
    }
    
    .accompagnement-hypnose p{
        margin:0;
        padding: 30px 90px;
        background-color: #B6DE83;
        border-radius: 20px;
    }
    
    .comment-hypnose{
        display: flex;
        font-family: 'Urbanist',sans-serif;
        text-align: center;
        font-size: x-large;
        align-items: center;
        background-color: #D3D891;
        align-self: center;
        width: 80%;
        margin:5%;
        border-radius: 20px;
    }
    .comment-hypnose p{
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 961px) and (max-width:2000px ){
    #container-hypnose-definition{
        display: flex;
        flex-direction: column;
        width:100%;
        height: 90vh;
    }
    
    .container-def-acc{
        display: flex;
        flex-direction: row;
        width:100%;
        justify-content:space-around;
    }
    
    .container-definition-hypnose{
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 10%;
    }
    
    .container-definition-hypnose h3{
        position: absolute;
        left: 50%;
        top: -50%;
        transform: translateX(-50%) translateY(50%);
        display: flex;
        text-align: center;
        font-family: 'PoiretOne', cursive;
        background-color: #f0e19e;
        border-radius: 50%;
        width:80px;
        height:80px;
        padding:30px;
        align-items: center;
        
    }
    
    .definition-hypnose{
        display: flex;
        background-color: #99D8DA;
        font-family: 'Urbanist',sans-serif;
        text-align: center;
        font-size: large;
        border-radius: 50%;
        width: 300px;
        height: 300px;
        align-items: center;
    }
    
    .definition-hypnose p{
        padding: 10px;
    }
    
    .accompagnement-hypnose{
        display: flex;
        font-family: 'Poiret One',cursive;
        text-align: center;
        font-size: x-large;
        align-items: flex-end;
        width:50%;
        
    }
    
    .accompagnement-hypnose p{
        margin:0;
        padding: 30px 90px;
        background-color: #B6DE83;
        border-radius: 20px;
    }
    
    .comment-hypnose{
        display: flex;
        font-family: 'Urbanist',sans-serif;
        text-align: center;
        font-size: x-large;
        align-items: center;
        background-color: #D3D891;
        align-self: center;
        width: 80%;
        margin:5%;
        border-radius: 20px;
    }
    .comment-hypnose p{
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 2001px) {
    #container-hypnose-definition{
        display: flex;
        flex-direction: column;
        width:100%;
        height: 90vh;
    }
    
    .container-def-acc{
        display: flex;
        flex-direction: row;
        width:100%;
        justify-content:space-around;
    }
    
    .container-definition-hypnose{
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 10%;
    }
    
    .container-definition-hypnose h3{
        position: absolute;
        left: 50%;
        top: -40%;
        transform: translateX(-50%) translateY(50%);
        display: flex;
        text-align: center;
        font-family: 'PoiretOne', cursive;
        font-size:xx-large;
        background-color: #f0e19e;
        border-radius: 50%;
        width:150px;
        height:150px;
        padding:30px;
        align-items: center;
        
    }
    
    .definition-hypnose{
        display: flex;
        background-color: #99D8DA;
        font-family: 'Urbanist',sans-serif;
        text-align: center;
        font-size: xx-large;
        border-radius: 50%;
        width: 500px;
        height: 500px;
        align-items: center;
    }
    
    .definition-hypnose p{
        padding: 10px;
    }
    
    .accompagnement-hypnose{
        display: flex;
        font-family: 'Poiret One',cursive;
        text-align: center;
        font-size: xx-large;
        align-items: flex-end;
        width:50%;
        
    }
    
    .accompagnement-hypnose p{
        margin:0;
        padding: 30px 90px;
        background-color: #B6DE83;
        border-radius: 20px;
    }
    
    .comment-hypnose{
        display: flex;
        font-family: 'Urbanist',sans-serif;
        text-align: center;
        font-size: xx-large;
        align-items: center;
        background-color: #D3D891;
        align-self: center;
        width: 90%;
        margin:5%;
        border-radius: 20px;
    }
    .comment-hypnose p{
        padding: 20px 10px;
    }
}
