
html{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 900;
    
}

@media (max-width: 600px) {
    .wrapper{
        
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: auto;
    }
    .box1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .titre{
        font-size: x-large;
        color: #263238;
    }
    .titre--p{
        max-width: 100ch;
        line-height: 1.5;
        font-size: medium;
        text-align: center;
        color: #263238;
    }
    
    .wrapper--grid1{
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 1em;
        margin: 2em auto auto auto;
    
        
    }
    .wrapper--grid--tab1{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #92e3a9;
        border-radius: 10px;
        height: 3em;

    }

    .grid--tab1--selectmenu{
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 50%;
        margin: auto;
        height: 5em;
        width: 60%;

    }
    
    .wrapper--grid2{
        display: grid;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-row-gap: 1em;
        margin: 1em auto auto auto;
    }
    .wrapper--grid--tab2{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #def7e5;
        border-radius: 10px;
        height: 3em;
    }

    .wrapper--grid--tab2 span{
        margin: .5em .25em .5em .25em;
    }
    .drapeau{
        width: 25px;
        height: 25px;
        position: absolute;
        left: 5%;
        border: 2px solid #92e3a9;
        border-radius: 50%;
    }
    .liste_deroulante{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2em;
        background-color: #def7e5;
        border-radius: 10px;
        border: none;
    }
}

@media (min-width: 601px) {
    .wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
    }
    .box1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .titre{
        color: #0D0106;
    }
    .titre--p{
        max-width: 100ch;
        line-height: 1.5;
        font-size: large;
        text-align: center;
        color: #0D0106;
    }
    
    .wrapper--grid1{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-row-gap: 1em;
        margin: auto 1em 1em 1em;
        height: 10vw;
    }
    .wrapper--grid--tab1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background-color: #92e3a9;
        border-radius: 10px;
        height: 100%;
    }
    .wrapper--grid--tab1 label{
        font-size: larger;
    }
    
    .wrapper--grid2{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 1em;
        margin: auto 1em 1em 1em;
        height: 30vw;
    }
    .wrapper--grid--tab2{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        background-color: #92e3a9;
        font-size: small;
        border-radius: 10px;
        height: 100%;
    }
    .wrapper--grid--tab2 span{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #def7e5;
        height: 2em;
        width: 80%;
        border-radius: 10px;
    }


   
      .drapeau{
        width: 75px;
        height: 75px;
        left: 5%;
        border: 4px solid #def7e5;
        border-radius: 50%;
    }
    .liste_deroulante{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3em;
        background-color: #def7e5;
        border-radius: 10px;
        border: none;
    }
}

@media (min-width: 900px) {
    .wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
    }
    .box1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .titre{
        color: #0D0106;
    }
    .titre--p{
        max-width: 100ch;
        line-height: 1.5;
        font-size: large;
        text-align: center;
        color: #0D0106;
    }
    
    .wrapper--grid1{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-row-gap: 1em;
        margin: auto 1em 1em 1em;
        height: 10vw;
    }
    .wrapper--grid--tab1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background-color: #92e3a9;
        border-radius: 10px;
        height: 100%;
    }
    .wrapper--grid--tab1 label{
        font-size: x-large;
    }
    
    .wrapper--grid2{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 1em;
        margin: auto 1em 1em 1em;
        height: 30vw;
    }
    .wrapper--grid--tab2{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        background-color: #92e3a9;
        font-size:medium;
        border-radius: 10px;
        height: 100%;
    }
    .wrapper--grid--tab2 span{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #def7e5;
        height: 2em;
        width: 70%;
        border-radius: 10px;
    }


   
      .drapeau{
        width: 100px;
        height: 100px;
        left: 5%;
        border: 4px solid #def7e5;
        border-radius: 50%;
    }
    .liste_deroulante{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 4em;
        background-color: #def7e5;
        border-radius: 10px;
        border: none;
    }
}


@media (min-width: 1200px) {
    .wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
    }
    .box1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .titre{
        color: #0D0106;
    }
    .titre--p{
        max-width: 100ch;
        line-height: 1.5;
        font-size: larger;
        text-align: center;
        color: #0D0106;
    }
    
    .wrapper--grid1{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-row-gap: 1em;
        margin: auto 1em 1em 1em;
        height: 10vw;
    }
    .wrapper--grid--tab1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background-color: #92e3a9;
        border-radius: 10px;
        height: 100%;
    }
    .wrapper--grid--tab1 label{
        font-size: x-large;
    }
    
    .wrapper--grid2{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 1em;
        margin: auto 1em 1em 1em;
        height: 30vw;
        font-size: larger;
    }
    .wrapper--grid--tab2{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        background-color: #92e3a9;
        font-size: large;
        border-radius: 10px;
        height: 100%;
    }
    .wrapper--grid--tab2 span{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #def7e5;
        height: 2em;
        width: 70%;
        border-radius: 10px;
    }

   
      .drapeau{
        width: 100px;
        height: 100px;
        left: 5%;
        border: 4px solid #def7e5;
        border-radius: 50%;
    }
    .liste_deroulante{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 4em;
        background-color: #def7e5;
        border-radius: 10px;
        border: none;
    }
}
@media (min-width: 1200px){
    .drapeau{
        width: 150px;
        height: 150px;
        left: 5%;
        border: 4px solid #def7e5;
        border-radius: 50%;
    }
}
@media (min-width: 1700px){
    .drapeau{
        width: 200px;
        height: 200px;
        left: 5%;
        border: 4px solid #def7e5;
        border-radius: 50%;
    }
}
