/* ==========================================================================
   SÉLECTION
   ========================================================================== */
::selection {
    background-color: var(--primary-color);
    color: #000000;
}

::-moz-selection {
    background-color: var(--primary-color);
    color: #000000;
}

/* ==========================================================================
   HIÉRARCHIE DES TITRES
   ========================================================================== */
h1, h2 {
    margin: 0;
    color: #FFFFFF;
}

h1 {
    font-family: var(--font-family-alt);
    font-size: 250%;
    letter-spacing: 5px;
}

h2 {
    font-family: var(--font-family-main);
    font-weight: 300;
    font-size: 75%;
    letter-spacing: 7px;
    text-transform: uppercase;
}

h3 {
    margin-left: 5%;
    width: 95%;
    font-family: var(--font-family-main);
    font-size: 200%;
    font-weight: 700;
    color: var(--primary-color);
}

h4 {
    font-family: var(--font-family-main);
    font-weight: 300;
    font-size: 150%;
    text-align: center;
    color: #FFFFFF;
}

h5 {
    margin: 0;
    font-family: var(--font-family-main);
    font-weight: 600;
    font-size: 90%;
    color: #FFFFFF;
}

h6 {
    margin: 0 0 0 10px;
    font-family: var(--font-family-main);
    font-weight: 300;
    font-style: italic;
    font-size: 75%;
    color: var(--text-muted);
}

/* Décalage réservé aux en-têtes d'article : ne touche plus les formulaires */
article header h5 {
    margin-left: 10px;
}

.quarterWidth h5,
.quarterWidth h6 {
    margin-left: 0;
}

#duration_activity h5 {
    text-transform: uppercase;
}

aside h2 {
    text-transform: uppercase;
}

nav div p {
    margin: 7px 0 0;
    font-family: var(--font-family-main);
    font-weight: 300;
    font-size: 75%;
    text-transform: uppercase;
}

.welcomeMain h4 {
    text-align: left;
}

/* ==========================================================================
   MOBILE
   ========================================================================== */
@media (max-width: 768px) {
    h4 {
        font-size: 125%;
    }

    #welcomeMsg {
        margin: 0;
    }
}