body {
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: 18px;
}


#header {
   height: 80px;
    text-align: center;
    padding: 1em;
    position: sticky;
    top:00px;
background: white;
}

#header #logo {
    text-decoration: none;
}

#header h1, #header h2 {
    margin-bottom: 0;
    padding: 0;
    font-weight: 900;
}

#header h1 {
    font-size: 4vw;
    font-weight: 700;
}

#page-wrapper {
    width: 90vw;
    margin:5vh 5vw ;
}

/* EVENEMENTS */

h4.month {
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    position: sticky;
    top:80px;
    /*color:white;*/
    padding: .5em;
  background: white;
}

.evenement.item {

    display: flex;
    text-decoration: none;
    margin: 2em 0;
}

.evenement.item .visuel {
width: 15vw;
    height: 15vw;
    aspect-ratio: 1;
    border-radius: 100%;
}

.evenement.item .infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
}

.evenement h3 {
    font-size: 3vw;
    font-weight: 300;
}