@import url(./colors.css);
@import url(./mobile_screen_adapt.css);
@import url(./fonts.css);
* {
    box-sizing:border-box;
    margin:0
}
/* fontes à utiliser*/
header {
    h1 {
        font-family : lato;
    }
    #headright {
        font-family : raleway;
    }    
    #mood_du_mois {
        font-family : caveat;
    }
    .menuNL {
    display:flex;
    flex-direction: column;

}
.menuNL button {
    width: 140px;
    height: 60px;
    background-color: var(--green);
    color: white;
    gap: 30px;
    border:0;
    margin-top: 5px;
}
.menuNL {
    font-size: 14px;
}


}
#event1, #event2,#event3,#gallery,#event0 {
    background-color: var(--pal-bg);
    margin: 5px;
    border-radius: 8%;
    border-color: var(--pal-police);
    box-shadow: 2px 2px 2px 2px var(--pal-police);
}
main h1 {
    font-family: lato;
    color: var(--pal-police);
}
main h2 {
    font-family: lato;
    color: var(--pal-police);
}
main p {
    font-family: raleway;
    color: var(--pal-police)
}
body {
    position:relative;
    background-color: var(--pal-bg) ;
}
section {
    margin-bottom: 5px;
}
h2 {
    text-align:left;
}
header div {
    position: relative;
} 
#gallery {
    height: 200px;
}
footer {
    display : flex;
    flex-direction: row;
    font-family: raleway;
    font-style:italic;
    font-size: 12px;
    position:sticky;
    line-height: 25px;
    text-align: center;
    bottom:0;
    left:0;
    }
footer a {
    padding-left: 5px;
}
header figure, header div {
    margin: 5px;
}
figcaption {
    font-family: raleway;
    text-align: center;
}
#event0 figure {
    width:100%;
}