*{
    box-sizing: border-box;
}

html,
body{
    margin: 0;
    width: 100%;
    height: 100%;
}

body{
    background-image: url(Images/Background/Fond_rose_cadre_bois_pale.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% 100%;

    overflow: hidden;
}


#Page{
    position: fixed;

    top: calc(6.4vh + 150px);
    left: 4vw;

    width: 92vw;
    height: calc(100vh - 12.8vh - 150px);

    overflow-y: scroll;
    overflow-x: hidden;

    z-index: 1;
}


.En-tête{
    position: fixed;

    top: 6.4vh;
    left: 4vw;

    width: 92vw;
    height: 150px;

    padding: 0;

    z-index: 1000;

    font-family: "Cormorant Garamont";
    font-size:30px;
    color: #9D585B;
}

.En-tête nav{
    padding-left: 4vw;
    padding-right: 4vw;

    display: flex;
    align-items: center;
    justify-content: none;
}

.list{
    justify-self: left;
}

.list_img{
    justify-self: center;
}

.list_i{
    justify-self: right;
}

.En-tête ul{
    list-style-type: none;
    padding: 0;
    margin: 0;

    display: flex;
    align-items: center;
    gap: 50px;
}

#Page img{
    max-width: 100%;
    height: auto;
}

.centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Lorem{
    font-family: "Cormorant Garamont";
    font-size:30px;
    color: #9D585B;
}
