@font-face {
    font-family: rotterdale;
    src: url(Polices/rotterdalle/rotterdale1.otf);

}

@font-face {
    font-family: retroscript;
    src: url(Polices/retromark_script/retroscript.otf);
}

@font-face {
    font-family: albeon;
    src: url(Polices/albeon_round/AlbeonRound.ttf);
}

@font-face {
    font-family: champagne-limousines;
    src: url(Polices/champagne_limousines/champagne-limousines.ttf);
}

#entete {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 2em;
    background-image: url(Images/back-header.jpg);
    background-size: cover;
    margin-left: -2em;
    margin-right: -2em;
    margin-bottom: -0.2em;
    padding-top: 3em;
    color: white;
}

#logo {
    font-family: rotterdale;
    font-size: 8em;
}

header > div > h1 {
    font-family: retroscript;
    font-size: 4em;
}

#navigateur > ul {
    display: flex;
    justify-content: space-around;
    flex-grow: 2;
}

#menu nav ul li > a:hover {
    background-color: white;
    color: black;
}

#menu nav ul li > a {
    color: white;
    font-family: albeon;
    font-size: 2.5em;
}

#menu nav {
    background-color: maroon;
}

body {
    background-image: url(Images/background.jpg);
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    border-radius: 10%;
    border: 2px solid white;
    background-color: white;
}

#carAccueil {
    width: 50%;
    height: 50%;
    margin-left: 25%;
}

aside > a > img {
    position: fixed;
    bottom: 5px;
    right: 10px;
    width: 100px;
    height: 100px;
}
