/* 
_____________________A FAIRE___________________

- DONNER LA POSSIBILITe de FERMER TOUT LES ONGLET AVEC LES TRIANGLES

-faire animation bouton et apparition de l'aide


-pour résultats mettre fond gris et les carré blanc comme au dessus
-et pour legende aussi mettre du gris en fond et un h3

-refaire les btn de filtrage ( inspecter car truc bizarre)

-METTRE DES INPUT TYPE NUMBER 

-corriger beug ecart des résultats sur tel (les rectresutles sont collers)

mettre navbar en séparer du html et css
*/
:root {
    --bg_page: #F4F4F6;
    --white: white;
    --main: #1E3D59;
    --second: #ff8800;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* outline: solid 1px rgb(255, 0, 0); */
}

html{
    font-size: 16px;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 100%; 
    background-color: var(--bg_page);
    color: #1E3D59;
}


/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    /* padding: 0 1rem; */
    align-items: center;
    position: fixed;
    z-index: 1;    
    height:4.5rem;    
    width: 100%;
    color: var(--main);
    background-color: var(--bg_page);
}

.logo {
    width: 14rem;
    margin-left: 0.5rem;
}

.menu{
    width: 40px;
    text-align: center;
    margin-right: 1rem;
}

.menu i {
    color: var(--main);
    margin: 0;
}

#bars {
    transform: scale(1.8);
}

#cross{
    display: none;
    transform: scale(2);
}

.nav_list {
    display: none;
    position: absolute;
    top: 100%;    
    width: 100%;
}

.nav_list a {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0 1.2rem 2rem;
    background-color: var(--main);
    margin-bottom: -1px;
    margin-right: -1px;
}

.list_item i{
    transform: scale(110%);    
    color: var(--white);
}

.active {
    display: flex;
    flex-direction: column;
}

.unactive {
    display: none;
}


/* Bannière */
.banniere {
    width: 85%;
    margin-top: 25%;
    margin-bottom: 1.5%;
}

/* pour tout  */
.texte {
    display: flex;
    flex-direction: column;
    gap: 7px;
    gap: 0.5rem;
}

article{
    width: 93%;
}

article h2 {
    margin-top: -10px;
}

.top {
    background-color: var(--main);
    color: var(--white);
    width: 100%;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 1.7rem 2rem 1.7rem 2rem;
}

.textetop {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.mid{
    padding: 1rem 1rem 1rem 1rem;
}


.resultat .mid button {
    display:inline;
}

button h4{
    display: none;
    font-size: 1.1rem;
    font-weight: 700;
}

button i {
    transform: scale(1);
    color: #1E3D59;    
    margin: 0;
}

button {
    color: var(--main);
    background-color: var(--bg_page);
    border: none;
    box-shadow: 2px 2px 12px 0px rgba(203, 206, 211, 0.692); 
    height: 3rem;
    padding: 0 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;   
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    transition: all 0.4s ease; /* Ajouter une transition pour la transformation */

}

.top button:hover{
    background-color: var(--main);
    border: 3px solid white;
    color: white;
    /* transform: scale(1.02); */
}

.top button:hover i{
    color: white;
}



.info {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    padding: 1.8rem 2.5rem 0 2.5rem;
    justify-content: space-between;
}

 

/* boutton help */
.texteaide{
    display: none;
    /* display: flex; */
    flex-direction: column;
    margin: 1rem 1rem 0 1rem;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 20px;
    background-color: var(--bg_page);
}



.texteaide h3 {
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    /* margin-left: 0.5rem; */
}

.texteaide p{
    margin-top: 0.9rem;
}

h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

h2 {
    font-size: 1.4em;
    font-weight: 350;
}

h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.premiere .mid h3,.terminal .mid h3,.scolarité .mid h3 {
    font-size: 1.4rem;
    margin-left: 0.5rem;
}

h4 {
    font-size: 0.9rem;
    font-weight: 700;
}

h5 {
    /* font-size: calc(15px + 0.390625vw); */
    font-size: 1rem;
    font-weight: normal;
}

h6 {
    font-size: 1rem;
    font-weight: 500;
    color:  var(--main);
    /* width: 140px; */
}

i{
    color: var(--second);
    margin-right: 0.8rem;
    transform: scale(1.3);
}

/* Parcoursup */
.parcoursupsimulateur {
    background-color: var(--white);
    box-shadow: 2px 2px 15px 1px rgba(119, 147, 172, 0.48);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.parcoursupsimulateur .mid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.8rem 1.5rem 1.8rem 1.5rem;
    justify-content: space-between;
}

.parcoursupsimulateur .bot h4 {
    font-weight: 700;
    margin-bottom: 2rem;
}

.l1 {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.vl {
    border-left: 4px solid var(--second);
    min-height: 1px;
    margin-top: 5px;
}

/* .scolarité */
.scolarité{
    box-shadow: 2px 2px 15px 1px rgba(119, 147, 172, 0.48);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: calc(20px);
    margin-bottom: 1.5rem;
    background-color: var(--white);
}

.scolarité .mid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.scolarité .mid h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.scolarité .mid > div{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    flex-grow: 1;
    background-color: var(--bg_page);
    padding: 1rem;
    border-radius: 20px;
}

.scolarité .input_lycee , .scolarité .input_classe {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.scolarité h6{
    text-align: start;
}

.scolarité .ligne{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 25px 15px 24px;
    border-radius: 50px;
    align-items: center;
}

input[type="radio"] {
    display: none;
}

label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px 15px 24px;
    border-radius: 50px;
    background-color: var(--bg_page);
    background-color: white;
    height: 70px;
    gap: 1rem;
    transition: all 0.3s ease; 


  }

  label::after {
    content: "";
    height: 34px;
    width: 34px;
    border: 1px solid #1E3D59;
    border-radius: 50%;
    background-color: var(--white);
    transition: border-color 0.4s ease, background-color 0.4s ease; 

  }

  input[type="radio"]:checked + label::after {
    height: 34px;
    width: 34px;
    border: 2px solid var(--second);
    background-color: #ff880023;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--second);
  }

label:hover{
    box-shadow: 2px 2px 8px 1px rgba(119, 147, 172, 0.48);
    transform: scale(1.03);
}

label:hover::after{
    /* transform: scale(1.1); */
    /* box-shadow: 2px 2px 15px 1px rgba(119, 147, 172, 0.48); */
}



/* premiere */
.premiere ,.terminal{
    box-shadow: 2px 2px 15px 1px rgba(119, 147, 172, 0.48);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    background-color: var(--white);
}

.premiere .mid ,.terminal .mid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}


.premiere .mid i,.terminal .mid i{
    margin-right: 1.5rem;
}

.premiere .mid > div ,.terminal .mid > div{
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 1rem;
    flex-basis: 250px;
    flex-grow: 1;
    padding: 1rem;
    background-color: var(--bg_page);
    border-radius: 20px;
}

.premiere .input_premiere ,.terminal .input_terminal {
    display: flex;
    flex-direction: column;
    gap: 1rem;

}



input[type=text]{
    color: var(--main);
    cursor: pointer;
    border: 1px solid var(--main);
    border-radius: 50px;
    height: 44px;
    width: 60px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    /* background-color: red; */
    transition: all 0.8s ease;
}

.premiere .ligne ,.terminal .ligne{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 15px 15px 24px;
    border-radius: 50px;
    align-items: center;
    background-color: var(--white);
    gap: 0.5rem;
    transition: all 0.3s ease;

}

.ligne:hover{
    box-shadow: 2px 2px 8px 1px rgba(119, 147, 172, 0.48);
    transform: scale(1.04);
}

.ligne{
    cursor: pointer;
}

/* input[type=text]:hover{
    transform: scale(1.1);
} */

input:focus,textarea:focus {
    border: 2px solid var(--main);
    outline: none;
} 


input[type=number]{
    color: var(--main);
    cursor: pointer;
    border: 1px solid var(--main);
    border-radius: 50px;
    height: 44px;
    width: 60px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    /* background-color: red; */
    transition: all 0.8s ease;
}

input[type="number"]:valid:not(:placeholder-shown) {

    font-weight: 700;
    color: rgba(1, 150, 13, 0.651);
    border: 1px solid rgba(1, 150, 13, 0.582);

    background-color: #ff880023; 
    border: 2px solid #ff8800;
    color: #ff8800;
}

input[type="number"]:not(:placeholder-shown):invalid {
    background-color: rgba(255, 0, 0, 0.082); 
    color: rgba(219, 25, 25, 0.705);
    font-weight: 700;
    border: 2px solid rgba(219, 25, 25, 0.658);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* resultat */
.resultat{
    box-shadow: 2px 2px 15px 1px rgba(119, 147, 172, 0.48);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    background-color: var(--white);
    overflow: hidden;
}

.resultat .mid i{
    margin-right: 1rem;
}

.resultat h3{
    font-size: 1.3rem;
}

/* LEGENDE */

.legende{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--bg_page);
    border-radius: 20px;
    width: 100%;
    padding: 1rem;
}

.bloclegende{
    display: flex;
    flex-direction: column;
    /* margin-left: ; */
    gap: 0.5rem;
}

.bloclegende div{
    display: flex;
    flex-direction: column;
    gap: 0rem;
    
}

.bloclegende div > div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.legende .couleur{
    background-color: #FFC700;
    border-radius: 7px;

    height: 1.05rem;
    width: 1.5rem;
}


#vert1{
    background-color: #1B5E20;
}
#vert2{
    background-color: #66BB6A;
}
#vert3{
    background-color: #C8E6C9;
}
#rouge1{
    background-color: #B71C1C;
}
#rouge2{
    background-color: #EF5350;
}
#rouge3{
    background-color: #FFCDD2;
}

#erreur{
    background-color: #1e3d5933;
}

.resultat .mid{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.filtrage{
    display: flex;
    background-color: var(--bg_page);   
    width: 100%;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btnfiltrage{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}


.vert {
    background-color: #66BB6A;
    padding: 0rem 0.5rem 0rem 0.5rem;
    border-radius: 7px;
    margin-right: 0.4rem;
    margin: 0;
    
}

.rouge {
    background-color: #EF5350;
    padding: 0rem 0.5rem 0rem 0.5rem;
    border-radius: 7px;
    margin-left: 0.4rem;
    
}

.btnfiltrage i {
color: var(--main); 
margin-right: 0.5rem;
}

.btnnom, .btnnote {
    color: var(--main);
    background-color: var(--white);
    border: none;
    /* border-bottom: solid 1px var(--main); */
    /* box-shadow: none; */
    height: 3rem;
    width: 7rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    /* margin-bottom: 1rem; */
    padding: 0 0;
    transition: transform 0.3s ease; /* Ajouter une transition pour la transformation */

}

.btnnom:hover, .btnnote:hover {
    transform: scale(1.05);
}




.resultat .prepa_et_ecole {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}



.resultat .prepa_et_ecole > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    

    background-color: var(--bg_page);
    border-radius: 20px;
    padding: 1rem 0rem 1rem 1rem;
    /* margin: 0 1rem 0 1rem; */
    /* width: 100%; */
    
}

.resultat_prepa{
    display: flex;
    flex-direction: column;
    /* gap: 0.1rem; */
}

.rectresult{
    background-color: #1e3d5933;
    display: flex;
    height: 1.05rem;
    width: 1.5rem;
    border-radius: 7px;
    /* border: 1px solid ; */
}

.note ,.az{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.resultat .bot h4 {
    font-weight:700;
    margin-bottom: 2rem;
}

.resultat h4 {
    font-weight: 500;
    font-size: 0.9rem;
}

.resultat .top h4 {
    font-weight: 700;
    font-size: 1.1rem;
}

/* footer */
footer{
    height: 25vw;
    background-color: var(--main);
    color: var(--white);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer h5{
    font-size: 0.8rem;
}
@media screen and (max-width: 300px) {}
@media screen and (min-width: 320px) {
    .logo {
        width: 15rem;
        margin-left: 1rem;
    }

    .parcoursupsimulateur .mid {
        padding: 1.8rem 2rem 1.8rem 1.5rem;
        gap: 1.5rem;
    }
    /* .top {
        justify-content: space-between;
    } */
    .texteaide{
        margin: 1rem 1rem 0 1rem;
        padding: 1rem 1rem 1rem 1.5rem;
    }

    .mid{
        padding: 1rem 1rem 1rem 1rem;
    }


    .premiere .ligne ,.terminal .ligne{
        gap: 0.5;
    }

    .premiere .mid ,.terminal .mid{
        gap: 1rem;
    }

    .scolarité .mid{
        gap: 1rem;
    }
    

    input[type=number]{
        width: 65px;
    }

    

    .legende_resultat .couleur{
        width: 12vw;
    }

    .resultat h3{
        margin-left: 0rem;
    }

    .resultat h4 {
        font-size: 1rem;
    }

    .rectresult{
        height: 1.20rem;
        width: 1.5rem;

    }

    .btnnom, .btnnote {
        height: 3rem;
        width: 7.5rem;
    }

    .btnfiltrage i { 
        margin-right: 0.8rem;
        }
}

@media screen and (min-width: 375px) {
    .logo {
        width: 16rem;
    }
    button h4{
        display: block;
    }
    .banniere {
        margin-top: 16%;
    }

    button {
    height: 3.2rem;
    }


    button i {
        margin-right: 0.5rem;
        transform: scale(1);
        color: #1E3D59;    
    
        margin-right: 0.5rem;
    }


    input[type=number]{
        width: 80px;
    }

    .parcoursupsimulateur .mid {
        padding: 1.8rem 1.5rem 1.8rem 2rem;
    }

    .l1 {
        gap: 1.5rem;
    }



    .bloclegende{
        margin-left: 1.7rem;
    }

    .legende_resultat .mid div div{
        gap:1.5rem;
    }

    .legende_resultat .couleur{
        width: 11vw;
    }

    .resultat .mid{
        gap: 1.5rem;
    }

    .resultat_prepa,.resultat_ecole{
        margin-left: 1.7rem;
    }

    .resultat .prepa_et_ecole {
        margin-left: 0rem;
    }

    .btnfiltrage{
        gap: 1.5rem;
    }
    



    .btnnom, .btnnote {
        height: 3rem;
        width: 8rem;
    }
}

@media screen and (min-width: 425px) {
    html{
        font-size: 17px;
    }

    .logo {
        margin-left: 1.5rem;
    }
    
    .menu{
        margin-right: 1.5rem;
    }

    article{
        width: 90%;
    }
    
    .banniere{
        margin-top: 15%;
        width: 80%;
    }

    .mid{
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }

    .premiere .mid h3,.terminal .mid h3,.scolarité .mid h3,.resultat h3 {
        margin-left: 0.5rem;
    }

    .resultat_prepa,.resultat_ecole{
        margin-left: 2.2rem;
    }

    .texteaide{
    margin: 1.5rem 1.5rem 0 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }

    .premiere .mid ,.terminal .mid{
        gap: 1.5rem;
    }

    .scolarité .mid{
        gap: 1.5rem;
    }

    .btnnom, .btnnote {
        height: 3rem;
        width: 8rem;
    }

    .resultat .prepa_et_ecole {
        gap: 1rem;
    }

    .resultat .prepa_et_ecole > div {
        padding: 1rem 0rem 1rem 1rem;
    }

    .resultat .prepa_et_ecole {
        gap: 1.5rem;
    }
}



@media screen and (min-width: 510px) {
    .logo {
        margin-left: 1.8rem;
    }
    
    .menu{
        margin-right: 1.8rem;
    }

    article{
        width: 90%;
    }
    
    .banniere {
        margin-top: 13%;
    }
    .parcoursupsimulateur .mid {
        padding: 1.8rem 2rem 1.8rem 2.5rem;
    }

    .btnnom, .btnnote {
        height: 3.2rem;
        width: 9rem;
    }

    .premiere .mid > div ,.terminal .mid > div{
        padding: 1rem;
    }

    .legende_resultat .couleur{
        width: 8vw;
    }

    .btnfiltrage{
        gap: 2rem;
    }

    .btnfiltrage i { 
        margin-right: 1.2rem;
        }

    footer{
        height: 22vw;
    }
}
 
@media screen and (min-width: 600px) {

    .logo {
        margin-left: 1.8rem;
    }
    
    .menu{
        margin-right: 1.8rem;
    }

    article{
        width: 90%;
    }

    .banniere {
        margin-top: 10%;
    }

    .parcoursupsimulateur .mid {
        padding: 1.8rem 2.5rem 1.8rem 3rem;
    }

    .l1 {
        gap: 1.5rem;
    }

    .texteaide{
        margin: 1.5rem 1.5rem 0 1.5em;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }





    h6 {
        width: 159px;
    }

    .scolarité h6{
        width: 172px;
    }
 
    .grouptab{
        display: flex;
        justify-content:space-around ;
        /* gap: 2rem; */
    }

    .premiere .mid h3,.terminal .mid h3,.scolarité .mid h3,.resultat h3 {
        margin-left: 0rem;
    }

    .resultat_prepa,.resultat_ecole{
        margin-left: 0rem;
    }



    .bloclegende{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        margin: 0;
    }

    .btnfiltrage{
        gap: 1.5rem;
    }
    footer{
        height: 18vw;
    }
    
}

@media screen and (min-width: 769px) {
    html{
        font-size: 18px;
    }

    .active {
        flex-direction: row
    }

    .navbar {
        gap: 0;
    }

    .navbar i{
        margin-right: 0;
    }
    
    .nav_list {
        display: flex;
        justify-content: end;
        gap: 8%;
        position: relative;
        top: 0%;
        margin-right: 2.4rem;
        height: 100%;
        list-style-type: none;
    }

    .menu {
        display: none;
    }

    .nav_list a {
        padding: 0px 0px;
        height: 100%;
        gap: 1rem;
        background-color: var(--bg_page);
        transition: all 0.5s ease;
    }

    

    .nav_list a:hover,
    .nav_list a:hover i {
        color: var(--second);
        transform: scale(0.96);

    }
    

   
    .navbar a {
        color: var(--main);       
        font-size: 1.1rem;
    }

    .navbar i {
        color: var(--main);
    }
    /* NAVBAR */

    .banniere {
        width: 85%;
        margin-bottom: 1%;
        margin-top: 9%;
    }

    article{
        width: 90%;
    }    

    .legende{
        padding: 1.5rem;
    }

    .filtrage{
        padding: 1.5rem;
    }

    .premiere .mid > div ,.terminal .mid > div{
        padding: 1.5rem;
    }

    .scolarité .mid > div{
        padding: 1.5rem;
    }

    .resultat .prepa_et_ecole > div {
        padding: 1.5rem;
    }

    .classe_preparatoire{
        padding: 1.5rem;
    }

    footer{
        height: 16vw;

    }

}

@media screen and (min-width: 900px) {
    html{
        font-size: 18px;
    }

    .logo {
        margin-left: 4rem;
    }

    .nav_list {
        gap: 10%;
        margin-right: 5rem;
    }

    .nav_list a {
        gap: 1rem;
    }

    article{
        width: 85%;
    }

    .banniere {
        width: 80%;
        margin-top: 6%;
    }
}

@media screen and (min-width: 1024px) {
    html{
        font-size: 19px;
    }
    
    .logo {
        margin-left: 7rem;
    }

    .nav_list {
        gap: 10%;
        margin-right: 7rem;
    }

    article{
        width: 80%;
    }

    h6 {
        width: 159px;
        width: 180px;
    }

    .scolarité h6{
        width: 172px;
        width: 193px;
    }
        
    /* Bannière */
    .banniere {
        width: 75%;
        margin-top: 6%;
    }
    
    footer{
        height: 13vw;
    }
}

@media screen and (min-width: 1150px) {
    html{
        font-size: 19px;
    }

    .logo {
        margin-left: 9rem;
    }

    .nav_list {
        gap: 10%;
        margin-right: 10rem;
    }

    article{
        width: 75%;
    } 
    
    .banniere {
        width: 70%;
        margin-top: 5%;
    } 
}

@media screen and (min-width: 1281px) {
    html{
        font-size: 20px;
    }

    .logo {
        margin-left: 12rem;
    }

    .nav_list {
        gap: 10%;
        margin-right: 13rem;
    }

    article{
        width: 70%;
    }

    .banniere {
        width: 65%;
        margin-top: 5%;
    } 

    footer{
        height: 11vw;

    }
}

@media screen and (min-width: 1440px) {
    html{
        font-size: 20px;
    }



    .logo {
        margin-left: 0rem;
    }

    .navbar {
        display: flex;
        justify-content: center;
        /* padding: 0 1rem; */
        align-items: center;
        position: fixed;
        z-index: 1;    
        height:4.5rem;    
        width: 100%;
        color: var(--main);
        background-color: var(--bg_page);
        gap: 9rem;
    }

    .nav_list {
        display: flex;
        justify-content: start;
        gap: 8%;
        position: relative;
        top: 0%;
        margin-right: 0rem;
        height: 100%;
        list-style-type: none;
        width: 450px;
    }


    .banniere {
        width: 900px;
        margin-top: 4%;
    }

    article{
        width: 950px;
    }    

    footer{
        height: 150px;
        background-color: var(--main);
        color: var(--white);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/* pc portable: 2040
ecran: 2200... */












