nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
    background-color: black;
    border-bottom: 4px solid rgb(61, 61, 61);
}

.barre a:hover {
    color:#5f00ba;
}

nav .onglets {
    margin-top: 3px;
    margin-left: 300px;
}
nav .onglets a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    border-bottom: 1px solid rgb(61, 61, 61);
    padding-bottom: 5px;
    font-size: 25px;
    font-family: "Harper";
}

#logo {
    width: 150px;
}

@font-face {
    font-family:'Gravity';
    src: url(../font/Gravity-Book.otf);
}

@font-face {
    font-family: 'Harper';
    src: url(../font/HarperBold.ttf);
}

/* Menu */


h1{
    padding-left: 20cm;
    margin-bottom: 2cm;
}

h2{
    padding-left: 20cm;
    margin-bottom: 2cm;
}

h3{
    padding-left: 27cm;
    margin-bottom: 0,5cm;
}

p{
    padding-left: 27cm;
    margin-bottom: 0,5cm;
}

body {
    background-color :rgb(250, 250, 250);
    background-image:url("../images/Photos/lea.png"),url("../images/Dessin/aquarelle_bleue.svg"),url("../images/Dessin/aquarelle_rose.svg"),url("../images/Dessin/aquarelle_turquoise.svg");
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position-x: 20%,55%,95%,75%;
    background-position-y: 54%,30%,50%,70%;
    background-size:20%,10%,5%,10%;
    }

/* footer */

footer{
    background-color: black;
    bottom: 0;
    padding-bottom: 35px;
    color: rgb(255, 255, 255);
    font-size: 12pt;
    font-family: "Gravity";
}

footer ul {
    list-style-type: none;
}

.liste-footer {
    display: inline-block;
    width: 32%;
    text-align: center;
}

#instagram {
    width: 5%;
    height: 5%;
}

#facebook {
    width: 5%;
    height: 5%;
}

#tiktok {
    width: 5%;
    height: 5%;
}