@font-face {
    font-family: "Quicksand";
    src: url("fonts/Quicksand/Quicksand.woff2") format("woff2"),
         url("fonts/Quicksand/Quicksand.woff") format("woff"),
         url("fonts/Quicksand/Quicksand.ttf") format("truetype");
}

@font-face {
    font-family: "Marianne";
    src: url("fonts/Marianne/Marianne.woff2") format("woff2"),
         url("fonts/Marianne/Marianne.woff") format("woff"),
         url("fonts/Marianne/Marianne.otf") format("opentype");
}

@font-face {
    font-family: "Marianne-Bold";
    src: url("fonts/Marianne-Bold/Marianne-Bold.woff2") format("woff2"),
         url("fonts/Marianne-Bold/Marianne-Bold.woff") format("woff"),
         url("fonts/Marianne-Bold/Marianne-Bold.woff") format("opentype");
}

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 80%;
    padding: 2%;
}

body {
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}



.bandeau-accueil {
    display: flex;
}

.bandeau-accueil h1 {
    color: #005859;
    font-family: 'Quicksand', sans-serif;
    font-weight: 800;
}

.bandeau-accueil img {
    object-fit: contain;
}
