﻿body {
    font-family: "Segoe UI";
    font-size: 2.0em;
    color: #888888;
    /*background-color: #B2E7DF;*/
    background-color: #222222;
}

.title {
    font-size: 4em;
    font-family: "Arial Rounded MT";
    color: #ba181b;
    margin-bottom: 50px;
    margin-top: 50px;
}

.titleaccueil {
    font-size: 4em;
    font-family: "Arial Rounded MT";
    color: #ba181b;
}

.bandeau {
    display: inline-block;
    width: 100%;
    background-color: #303030;
    padding: 7px;
    height: 2em;
}

.bandeauinner {
    display: inline-block;
    vertical-align: middle;
}

.bienvenue {
    margin-top: 20px;
}

.icone {
    text-decoration: none;
    color: #ba181b;
    font-weight: 600;
}

    .icone:visited {
        color: #ba181b;
    }

    .icone:hover {
        color: #ba181b;
        cursor: pointer;
    }

.iconehiden {
    text-decoration: none;
    /*color: #e5383b;*/
    color: #222222;
    font-weight: 600;
}

    .iconehiden:visited {
        color: #222222;
    }

    .iconehiden:hover {
        color: #222222;
    }


.navbar {
    visibility: hidden;
    opacity:0;
    position: absolute;
    top: 85px;
    left: 8px;
    width: 260px;
    /*height: 7em;*/
    background-color: #303030;
    padding: 5px;
    transition: visibility 0.7s, opacity 0.7s linear;
}

.navlabel {
    color: #888888;
    font-size: 0.7em;
    font-weight: 500;
    margin-left: 0.5em;
}

.helppanel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 3.2em;
    left: 7.8em;
    width: 60%;
    background-color: #303030;
    padding: 5px;
    transition: visibility 0.7s, opacity 0.7s linear;
}

.helplabel {
    color: #888888;
    font-size: 0.6em;
    font-weight: 400;
    margin-left: 0.5em;
}
