
@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 { 
    background: url('../image/groupe-feuilles-multiples.jpg')  ;
    background-size: cover;
}

@media only screen and (max-width: 1023px){
    .container{

        display: flex;
        flex-direction: column;
        align-items: center;
        height:fit-content;
        overflow:hidden;
        width:100vw;
    }

    .container h1{
        width: 60%;
        background-color: #B6DE83;
        border-radius: 10px;
        font-family: 'Poiret One',cursive;
        font-style: normal;
        font-weight: 400;
        font-size: medium;
        line-height: 47px;
        text-align: center;
        position: relative;
        padding: 20px;
    }


    #container-sophro-pour-qui{
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute ;
        top: 40%;
        left: 30%;
    }

    .container-sophro{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        margin-top:10%;

    }

    .pictures{
        text-align: center;
        height: 80%;
        width: 100%;
    }

    .pictures img{
        height: 100%;
        width: auto;
    }



    .circle{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #B6DE83;
        border: 0px solid black;
        height: 20%;
        width: 90%;
        border-radius: 70% / 70%;
        padding: 20px;
        text-align: center;
        margin-top: 20%;
        
        
    }


    #junior{
        background-color: #C2E8E9;
    }

    #teens{
        background-color: #EB99C6;
    }

    #adults{
        background-color: #f0e19e;
    }

    #seniors{
        background-color: #F8C781;
    }


    .circle h2{
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: medium;
        line-height: 36px;
        text-align: center;
        padding: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 1024px){
    .container{

        display: flex;
        flex-direction: column;
        align-items: center;
        height: 80vh;
        padding: 20px;
    
    }
    
    .container h1{
        width: 80%;
        background-color: #B6DE83;
        border-radius: 10px;
        font-family: 'Poiret One',cursive;
        font-style: normal;
        font-weight: 400;
        font-size: xx-large;
        line-height: 47px;
        text-align: center;
        padding: 20px;
    }
    
    
    #container-sophro-pour-qui{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        
    }
    
    .container-sophro{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        height: 50%;
        margin-top:10%;
    }
    
    .pictures{
        text-align: center;
        height: 80%;
        width: 100%;
    }
    
    .pictures img{
        height: 100%;
        width: auto;
    }
    
    
    
    .circle{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #B6DE83;
        border: 0px solid black;
        height: 20%;
        width: 90%;
        border-radius: 70% / 70%;
        padding: 20px;
        text-align: center;
        margin-top: 10%;
        
        
    }
    
    
    #junior{
        background-color: #C2E8E9;
    }
    
    #teens{
        background-color: #EB99C6;
    }
    
    #adults{
        background-color: #f0e19e;
    }
    
    #seniors{
        background-color: #F8C781;
    }
    
    
    .circle h2{
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: x-large;
        line-height: 36px;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    
}