* {
    box-sizing: border-box;
}

.containerPage {
    max-width: 100vh;
    margin: 0 auto;
}

/* PAGE ACCEUIL*/
.pageAcceuil {
    background-image: url(../img_portfolio/Fond\ portfolio.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: center;
}

img {
    position: absolute;
}

.pageAcceuil h2 {
    font-family: "Aldrich", sans-serif;
    font-style: normal;
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
    margin-top: 10rem;

}



.pageAcceuil li {
    font-size: 1rem;
    text-align: center;
    margin-top: 23rem;
    margin-bottom: 0rem;
    list-style-type: none;
    border: none;
    line-height: 80%;

}

.pageAcceuil li a {
    font-family: "Aldrich", sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;



}

.pageAcceuil li a:hover {
    border-bottom: 2px solid #ffffff;

}

.fleche {
    text-align: center;
    justify-content: center;

}

.fleche img {
    height: 80px;
}