body
{
    --primary: #1f1f33;
    --primary-hover: #216ED3;
    --warning: #1f1f33;
    --warning-hover: #216ed3;
}

.accueil-panel-right
{
    background-image: url(https://templatekiomatch.teamresa.net/shared/tr_236_3125/medias/Image/home.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-color: #fff;
}

.accueil-panel-top
{
    background-image: url(https://templatekiomatch.teamresa.net/shared/tr_236_3125/medias/Image/headermobile.jpg) !important;
}

.bg-gradient
{
    background: #1f1f33!important;
}

.bg-light.rounded-lg.box-shadow-lg.mt-4.container-folders-access
{
    display: none;
}

.h3
{
    color: #003680;
}

.textmobile
{
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

span.field-input
{
    color: var(--gray);
    display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    padding: .5625rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--secondary);
    background-clip: padding-box;
    border: 1px solid #dfdfeb;
    border-radius: .75rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}