:root {
    --focus:#dc3545;
    --box-shadow-focus: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(223, 27, 27, 0.6);
    --border-color-focus-input: rgba(251, 183, 16, 0.8);
    --box-shadow-focus-input: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(251, 183, 16, 0.6);
}
.alert {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.recaptcha_error, 
span.faw-mandatory {
    color:red !important;
}
.required:after {
    content:"*";
    color:red;
    font-size:1rem;
    position:relative;
    top:1px;
    left:4px;
}
legend.label-register.col-form-label.required:after {
    content: '' !important;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
.uneditable-input:focus {   
  border-color: var(--border-color-focus-input);
  box-shadow: var(--box-shadow-focus-input);
  outline: 0 none;
}
#pill-annee-cfa li, 
#pill-annee-renumeration li {
    padding-right:8px !important;
}
#pill-annee-cfa .nav-link.active,
#pill-annee-cfa .show > .nav-link, 
#pill-annee-renumeration .nav-link.active,
#pill-annee-renumeration .show > .nav-link {
    color: #fff;
    background-color:var(--border-color-focus-input) !important;
}


/** FOOTER **/
#footer {
    background: #232323;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
}
#footer a {
    color: #ccc;
}
#footer a:hover {
    color: #fff;
}
#footer h3.widget-title {
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: #ccc;
    margin: 0 0 20px;
}
#footer ul.our-link {
    list-style-type: none;
    padding: 0 !important;
}
#footer .our-link li a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #707070;
    margin-bottom: 7px;
    display: block;
    font-weight: normal; 
    text-decoration: none;
}
#footer .our-link li a:focus, #footer .our-link li a:hover {
    color: #E54D42;
}
#footer .our-link li a:focus::after, #footer .our-link li a:hover::after {
    width: 15px; 
}
#footer .our-link li:last-child a {
    margin-bottom: 0; 
}

@media only screen and (max-width: 991px) {
    #footer .our-link li:not(:first-child) {
        border-top: 1px solid #3E3E3E;
    }
    #footer .our-link li > a {
        padding: 12px 5px 5px 5px;
    }
}
#underfooter {
    background: #191919;
    padding: 15px 0;
    color: #777;
    font-size: 12px;
}
#underfooter a {
    color: #aaa;
}
#underfooter a:hover {
    color: #fff;
}
#underfooter p {
    margin: 0;
}
