html, body{
    margin: 0px;
    padding: 0px;
    font-family: Futura;
}

@font-face {
    font-family: Futura;
    src: url(../../Font/FuturaStdBook.otf);
}



/*Première page*/
#accueil{
    background-color: #DDD0C8;
    color: #323232;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    height: 120vh;
}

#imageCouverture{
    width: 800px;
    margin: 15px;
}

#introduction{
    font-size: 2vw;
    margin: 10%;
    margin-top: 0%;
}

/*En savoir plus*/

#textButton {
    background-color: #DDD0C8;
    color: #323232;
    font-size: 2vw;
    align-items: center;
    border-width: 0;
    text-decoration: underline;
}

#textButton:hover {
    color: white;
}

/*Livres*/
section {
    height: 110vh;
    width: 100%;
    display: flex;
}

.margeLivre {
    margin: 2%;
}

.margeTexte {
    margin: 2%;

}

.gauche{
    margin-left: 10%;
}
.wrapper--img, .wrapper--content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.wrapper--img img {
    width: 60%;
    height: auto;
}

.wrapper--content {
    align-items: start;
}

.imageDroite{
    margin-left: 20%;
}

.taupe{
    background-color: #DDD0C8;
}

#deux {
    background-color:#DDD0C8;
    border-radius: 40px;
    color: #323232;
    display: flex;
    flex-direction: column;
}

.sectionDeux {
    padding: 50px;
}

.images-textDeux{
    padding: 20px;
}


.imagesectiondeux{
    width: 200px;
    margin-bottom: 20px;
}

#textDix{
    color: #323232;
    font-size: 1.5vw;
    padding: 50px;
    text-align: justify;
}

.trois{
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100%;
    display: flex;
}

.wrapper--centre{
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
}

h2.wrapper--centre, p.wrapper--centre{
    margin: 0% !important;;
}

.imagedemerde{
    width: 20%;
    height: auto;
    margin: 0%;
}

/*Page Livre*/

.pageLivre {
    height: 100vh;
    width: 95%;
    display: flex;
}

.imgPage {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textePage{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    text-align: justify;
    text-justify: inter-word;
}

