@import url(./colors.css);
@import url(./mobile_screen_adapt.css);
body {
    position:relative;
    background-color: var(--twhite) ;
}
button {
    font-size: 1em;
}
section {
    margin-bottom: 5px;
}
h2 {
    text-align:center;
}
header div {
    position: relative;
} 
.menuNL {
    display:flex;
    flex-direction: column;

}
.menuNL button {
    width: 120px;
    height: 60px;
    background-color: var(--green);
    color: white;
    gap: 30px;
    border:0;
    margin-top: 5px;
}
.menuNL {
    font-size: 1.5em;
}

footer {
    position:fixed;
    display:inline-block;
    bottom:0;
    left:0;
    }
.edito {
    position: relative;
    height: 200px;
    overflow:hidden;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding:5px;
    display:grid;
    grid-template-columns: 1fr 200px;
    grid-template-rows: 60px 400px;
}
.edito h2 {
    grid-column: span 2;
}
.edito img { 
    width : 150px;
}
.edito #image1 {
    width : 100%;
    height : 100%;
    object-fit: fill;
}
.edito #image2 {
    width : 100%;
    height : 100%;
    object-fit: fill;
}
#image_droite {
    display: grid;
    grid-template-columns: 100px;
    grid-template-rows: 100px , 100px;
    float : right;
}
#edito3 {
    position:relative;
    display:flex;
    flex-direction: column;
}
#edito3 figure {
    margin:0;
    width: 100%;
    }
#edito3 img {
    width:100%;
    } 

#arbre_de_noel {
    width : 100%;
    padding: 0;
    margin: 0;
}
#edito3 a {
    position : absolute;
    top : 10px;
    right :5px;
    font-size : 1.5em;
}
.galerie_main {
    display : flex;
    flex-direction: column;
}
#edito4 {
    position:relative;
}
.galerie_main {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#edito4 a {
    position : absolute;
    top : 10px;
    right :5px;
    font-size : 1.2em;
}