div, img, .page {
    position: absolute;
}

@font-face {
    font-family: Oswald-Regular;
    src: url(../fonts/Oswald-Regular.ttf);
}

.h1 {
    font-family: Oswald-Regular;
    src: url(../fonts/Oswald-Regular.ttf);
    font-size: 30px;
    font-color: grey;   
}

body {
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page {
    width: 980px;
    height: 100%;
    overflow-x: hidden;    
    overflow-y: scroll;
}

.cache {
    visibility: hidden;
}

.bouton {
    display: flex;
}

.titrejeremie {
    color:grey;
    font-family: Oswald-Regular;
    font-size: 30px;
}
.titrezones {
    color:grey;
    font-family: Oswald-Regular;
    font-size: 60px;
    text-align: center;
}
.textephoto {
    font-family : Oswald-Regular;
    font-size:30px;
    font-color : black;
}

.lat {
    font-family : Oswald-Regular;
    font-size:35px;
    font-color : green;
}


.texteintro  {
    font-family :  Oswald-Regular;
    font-size:33px;
    }

