html {
    background-color: #310055;
}

body {
    /* background-color: #D4DCE2; */
    /* background: linear-gradient(to bottom right, #005583, #ffffff);*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

section {
    width: 80%;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}


header {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 18em;
    padding-bottom: 3.5em;

}

header h1 {
    font-size: 5em;
    color: white;
}



.filtre {
    display: flex;
    position: fixed;
    z-index: 999;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    width: 10%;
    right: 0;
}

.filtre button {
    width: 75%;
    height: 5%;
    border-radius: 50px;
    font-size: 1em;
}




.Realisations {
    width: 90%;
    display: flex;
    flex-direction: column;
}

.Realisations div {
    border-bottom: solid #D283FF 2px;
    padding-top: 3.5em;
    padding-bottom: 3.5em;

}

.Realisations div h2 {
    width: 100%;
    text-align: center;
    font-size: 3.5em;
    color: white;
}

.Realisations .listeReal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
}

.Realisations .listeReal li {
    /* border: solid black 2px; */
    /* border-radius: 30px; */
    width: 30%;
    height: 300px;
    /* background-color: rgb(0, 0, 0); */
    margin-bottom: 20px;
    /* display: flex;
    flex-direction: column; */
}

.Realisations .listeReal li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    text-decoration: none;
    flex-wrap: wrap;
}

.Realisations .listeReal li a img {
    width: 80%;
    max-height: 70%;
    border-radius: 30px;
    box-shadow: 5px 5px 10px 0px #D283FF;

}

.Realisations .listeReal li a span {
    font-size: 1.5em;
    text-decoration-style: none;
    color: rgb(255, 255, 255);

}