/*police trouver sur da-font : https://www.dafont.com/fr/lemon-milk.font*/
@font-face {
    font-family: lemonMilk;
    src: url("../medias/commun/LEMONMILK-Regular.otf");
}
:root{
    --couleur-punch-fonce: #1a0ba2;
    --couleur-punch-pale: #4b6fcc;
    --couleur-principale-fonce: #007c0b;
    --couleur-principale-pale: #0bc83b;
}
header .titre{
    font-family: lemonMilk;
}
nav a:hover{
    color: var(--couleur-principale-fonce);
}
.unenote:hover{
    transform: translateY(2px);
    transition: all 250ms;
    box-shadow: 2px 2px 2px 2px #000;
    cursor: pointer;
}
.unenote:hover:after{
    display: none;
}
#moi{
    height: 1000px;
}
#image{
    display: flex;
    justify-content: center;
}
nav{
    position: fixed;
    width: 100vw;
    height: 80px;
}
header{
    margin-top: 70px;
}
#Sous-menu{
    display: none;
    margin-top: 2px;
    margin-left: 300px;
    flex-direction: column;
}
nav:hover{
    height: 120px;
}
nav:hover > #Sous-menu{
    display: flex;
}
#venir{
    font-family: lemon-milk;
    font-size: 4em;
}
#a-venir{
    display: flex;
    justify-content: center;
}