.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%;
    min-width: 60px;
}

.LogoImg {
    width: 100%;
    min-width: 60px;
}

.Compte {
    width: 7%;
    height: 7%;
    margin: 1%;
    min-width: 60px;
    text-decoration: none;
}

.LogoCompte {
    height: 90%;
    width: 90%;
    margin: 5%;
    min-width: 60px;
}

.Entete {
    display: flex;
    background-color: rgba(53, 63, 54, 0.7);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.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;
}

h2 {
    text-shadow: 2px 2px black;
}

li {
    font-size: 25px;
    margin-right: 20px;
}

li :hover {
    transition: 0.8s;
    font-size: 30px;
    margin-right: -22px;
}

.Evt2 {
    margin-top: 20%;
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: hsl(107, 27%, 20%, 0.7);
}

.Evtprincipale {
    width: 100%;
    display: flex;
    text-align: center;

    justify-content: center;
}

.esport {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.BlocMid {
    margin-top: 5%;
    padding: 20px;
    border-radius: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: hsl(107, 27%, 20%, 1);
    margin-bottom: 5%;
}

.MailNewsletter {
    display: flex;
    width: 50%;
    height: 50px;
    margin-left: 25%;
    margin-bottom: 1%;
    margin-top: 1%;
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    justify-content: center;
    padding-left: 25px;
}


.Evt3 {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

.BlocGauche {
    display: flex;
    justify-content: flex-start;
}

.BlocDroite {
    display: flex;
    justify-content: flex-end;

}



.ImageDoc {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}


.ImageLink {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ImageLink:hover .ImageDoc {
    transform: scale(1.1);
    transition: transform 0.3s ease;


}

.ImageLink:hover .esport {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    z-index: -1;
}

.FeuilleDroite {
    width: 30%;
    object-fit: scale-down;
    transform: scaleX(-1);
    z-index: -1;
}

.FeuilleGauche {
    width: 30%;
    object-fit: scale-down;
}


.DocTxT {
    display: flex;
    flex-direction: column;
}

.Doc {
    max-width: 70%;
    max-height: 300px;
    background-color: #2c4226;
    margin: 5%;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
}

.TitreDoc {
    margin-left: 5%;
    margin-right: 5%;
}

.DescDoc {
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 100;
}

.TypeDoc {
    text-align: right;
    vertical-align: bottom;
    margin: 5%;
}


.Evts {
    margin-top: 1%;
    padding: 3%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;

    background-color: hsl(107, 27%, 20%, 0.7);
}




.popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(53, 63, 54, 0.1);
    backdrop-filter: blur(8px);
    z-index: 100;
}

.popup-wrap {
    background-color: #004e1f;
    width: 420px;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    text-align: center;
}

.btn-popup {
    display: block;
    background: transparent;
    font-size: 30px;
    border-radius: 25px;
    padding: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #599a03;
    color: white;
}

.barre-con {
    display: flex;
    margin: 15px;
}

.form-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titre-con {
    flex: 1;
    text-align: center;
}

.Input {
    margin: 5px;
}

.Valider {
    margin: 15px;
}

.coeur {
    margin-left: 50px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #7c7c7c;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}


.Lien {
    text-decoration: none;
    color: #599a03;
}