/* 
    Created on : 16 juin 2025, 11:38:32
    Author     : Les Bidibous
*/

/*
    code couleur
*/
:root {
    --turquoise : #9cd4d9;
    --bleu : #2c2e83;
    --fuschia : #e61e69;
    --rose : #f4abb3;
    --jaune : #fdc600;
}

@font-face {
    font-family: "Always";
    src: url("fonts/Always In My Heart.ttf"), format("truetype");
}

@font-face {
    font-family: "Bebas Bold";
    src: url("fonts/BebasNeue Bold"), format("truetype");
}

@font-face {
    font-family: "Bebas Reg";
    src: url("fonts/BebasNeue Regular"), format("truetype");
}


@font-face {
    font-family: "Helv";
    src: url("fonts/HelveticaNeue-Condensed.otf"), format("opentype");
}

body {
    height: auto;
    color: var(--bleu);
    background-color: whitesmoke;
    font-family: "Helv";
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo_top{
    display: block;
}

.navbar{
    font-family: "Helv";
}

.navbutton{
    display: inline;
}

.content{
    font-family: "Helv";
    box-sizing: content-box;
    width: 100%;
    text-align: center;
    height: 50px;
}

.pieddepage{
    position: absolute;
    bottom: 0;
    font-family: "Always";
}

.mapsname{
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content: space-evenly;
    text-decoration: underline;
}

.maps{
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content: space-evenly;
}

.submap{
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content: space-evenly;
    margin-top: 1%;
}