body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


nav {
    height: 30px;
    background-color: black;
    padding: 5px 10px;
}

#logo-nav img{
    height: 100%;
}

#header {
    background-attachment: fixed;
    min-height: 100vh;
    background-image: url(./IMG/Stat1.jpg);
    background-size: cover;
    background-position: center;
}

a {
    text-decoration: none;
    color: black;
}

#titre {
    position: absolute;
    margin-top: 50vh;
    width: 100%;
    text-align: center;
    background-image: url(./IMG/fondline.jpg);
    background-size: cover;
}

#titre img {
    width: 60vw;
}



#content {
}

.frise {
    margin-bottom: -10px;
}

.frise img {
    width:100%;
}

.narrator {
    font-family: 'Roboto condensed', sans-serif;
    font-size: 1.4rem;
    width: 60vw;
    margin: 0 auto;
    padding: 5vw 30px;
    background-image: url(./IMG/Backgrain.jpg);
}

.quote {
    font-family: 'Bitter', serif;
    font-size: 1.5rem;
    width: 70vw;
    margin: 0 auto;
    padding: 5vw 30px;
}

.img-container {
    margin: 0 auto -5px auto;
}

.img-container img {
    width: 100%;
}

#map-end {
    min-height: 20vh;
    background-attachment: fixed;
    background-image: url(./IMG/MapStat.jpg);
    background-size: cover;
}

#map-end img {
    width: 100%
}

footer {
    background-color: black;
    min-height: 20vh;
    text-align: center;
    padding-top: 7vh;
}

footer a {
    font-family: 'Roboto condensed';
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
}

footer p {
    font-family: 'Roboto condensed';
    text-decoration: none;
    color: white;
    font-size: 1rem;
}

#suivant {
    margin-left: 50vw;
    width: 30vw;
}

#suivant:hover {
    filter: contrast(180%);
}
