.EA a{
    color : White;
    text-decoration:solid;
    display:flex;
    justify-content:space-evenly;
}
.EA{
    display:flex;
    justify-content:space-evenly;
    margin : 2%;
    
}

.Logo{
    width : 7%;
    height: 7%;
    margin:1%;
}
.LogoImg{
    width : 100%;
}
.Compte{
    width : 7%;
    height : 7%;
    margin:1%;
}
.LogoCompte{
    height : 90%;
    width : 90%;
    margin : 5%;
}
.Entete{
    display:flex;
    background-color: rgba(53, 63, 54, 0.7);
    position:fixed;
    top:0px;
    width:100%;
}
.Entete-central{
    margin-top:1%;
    flex : 1;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1%;
}

.BarreRecherche{
    font-size:25px;
}


body{
    margin:0;
    background-image: url("img/fondTourmalet.png");
    background-size : cover;
    color : white;
    font-family: 'Inter', sans-serif;
}

ul, li{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.Principal{
    margin-top:20%;
    display:flex;
    justify-content:center;
    flex-direction: column;
}
.Evt1{
    display:flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
}
h1{
    font-size:50px;
    margin:0px;
    text-shadow: 3px 3px black;
}
h4{
    text-shadow: 2px 2px black;
}
li{
    font-size: 25px;
    margin-right:20px;
}
li :hover{
    transition: 0.8s;
    font-size: 30px;
    margin-right:-30px;
}

.Input{
    display:flex;
    width: 33%;
    height: 50px;
    margin-left: 33%;
    margin-top: 1%;
    background-color: rgb(255, 255, 255);
    justify-content:center;
    text-align: center;
    color:black;
}

.Valider{
    padding-left:40px;
    padding-right:40px;
    padding-top:10px;
    padding-bottom:10px;
    font-size: 25px;
    margin:auto;
}




