/*Blocs*/
body {
    background-image: url(../Images/fond_optik.jpg);
    background-size: cover;
}

header {
    display: flex;
    justify-content: space-between;
    margin: 1% 0%;
}

main {
    background-image: url(../Images/fond_jaune.png);
    column-count: 4;
    margin-bottom: 2%;
}

footer {
    background-color: #83c6f3;
    display: flex;
    justify-content: space-around;
    padding: 2%;
    border-top-left-radius: 5%;
    border-bottom-right-radius: 5%;
}

footer h1 {
    font-family: Garamond;
    text-transform: uppercase;
    font-size: larger;
    font-weight: 100;
}

footer ul {
    list-style-type: none;

}

footer a {
    color: darkred;
    text-decoration: none;
}

footer img {
    border: solid 7px orange;
    margin-left: 20px;
    margin-bottom: 10px;
}

/*Id*/

#bloc_page {
    width: 90%;
    margin: auto;
}

#banniere_image {
    background-image: url(../Images/oeil_bandeau.jpg);
    background-size: cover;
    margin-bottom: 2%;
    margin: 1%;
    height: 190px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px black;
}

#banniere_image2 {
    background-color: #881818cc;
    color: white;
    display: flex;
    position: relative;
    top: 140px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 5px 10px black;
}

#liens_footer {
    display: flex;
    margin: 5% 10% 0% 0%;
}

#photos {
    display: flex;
    flex-direction: column;
}

.espacement_photos {
    display: flex;
    justify-content: space-around;
}