@import "../bundles/bootstrap/css/bootstrap.min.css";

:root {
    --olympique-blue-color: #007fcc;
    --olympique-yellow-color: #faad17;
    --olympique-black-color: #020202;
    --olympique-green-color: #00984b;
    --olympique-red-color: #ec3652;
    --main-blue-color: #00004d;
    --main-yellow-color: #fab900;
    --main-white-color: #ffffff;
    --main-soft-blue-color: #006aff;
    --ouverture-orange-color: #f15a24;
    --ouverture-blue-color: #006aff;
    --ouverture-yellow-color: #fab900;
    --ouverture-red-color: #ff0000;
    --ouverture-green-color: #91cf5e;

}


button:focus, a:focus, input:focus
{
    outline: none;
}

.text-blue {
    color: var(--main-blue-color)
}

.text-ouverture-yellow {
    color: var(--ouverture-yellow-color)
}

.text-ouverture-blue {
    color: var(--ouverture-blue-color)
}

.text-ouverture-orange {
    color: var(--ouverture-orange-color)
}

.text-ouverture-black {
    color: var(--olympique-black-color)
}

.text-ouverture-green {
    color: var(--ouverture-green-color)
}

.text-ouverture-red {
    color: var(--ouverture-red-color)
}

.btn-red {
    background-color: var(--ouverture-red-color);
    color: var(--main-white-color);
}