@font-face {
    font-family: 'Rajdhani';
    src: url('../ressources/fonts/Rajdhani-Bold.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 400';
    src: url('../ressources/fonts/Poppins-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 500';
    src: url('../ressources/fonts/Poppins-Medium.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 600';
    src: url('../ressources/fonts/Poppins-SemiBold.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 700';
    src: url('../ressources/fonts/Poppins-Bold.ttf') format("truetype");
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', serif;
    color: black;
}

/*---------------------Div affichage-accueil----------------------*/
.affichage-accueil {
    background-image: url("../ressources/images/fondAccueil.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 5%;
}
.affichage-accueil span {
    display: block;
    color: #FFFFFF;
}
.affichage-accueil h1 {
    font-size: 50px;
    font-style: italic;
}
/*--------------------------Mentions--------------------------*/
.container {
    display: flex;
    flex-direction: column;
    width: 60%;

}
.editeurHebergeur {
    width: 100%;
    background-color: white;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3%;
}
.editeur, .hebergeur {

}
.cookie {
    width: 50%;
    margin: 0 auto;
}
.cookieTitle {
    font-size: 26px;
}