﻿body {
    background-color: var(--oyc-background-color);
}

.title {
    font-family: var(--oyc-default-font-family), sans-serif;
    font-size: 34px;
    background-color: var(--oyc-title-background-color);
    color: var(--oyc-title-color);
    text-align: center;
}

.header-bg {
    background: url(../Images/bandeau-inscription-2024.png) no-repeat top scroll;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgb(0, 46, 93);
}

.mandatory-info {
    color: #E50312;
    white-space: nowrap;
}

.label {
    font-family: raleway-semibold, raleway, sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
