/* Image de fond */
:root {
    --font-montserrat: 'Montserrat', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
    --text-base: 14px;
    --text-sm: 12px;
    --text-lg: 2.5rem;
    --color-primary: #008751;
    /* Vert Burkina */
    --color-secondary: #EFB41C;
    /* Jaune Burkina */
    --color-accent: #DC241F;
    /* Rouge Burkina */
}

/* Application des polices */
body {
    font-family: var(--font-roboto);
    font-size: var(--text-base);
    line-height: 1.6;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.card-title,
.navbar-brand {
    font-family: var(--font-montserrat);
    font-weight: 600;
}

h1,
.display-4 {
    font-size: var(--text-lg);
    font-weight: 700;
}

.nav-link,
.btn-sm,
.small {
    font-size: var(--text-sm);
}

/* Amélioration des contrastes */
.text-muted {
    color: #6c757d !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

/* Compatibilité impression */
@media print {

    .btn,
    .no-print {
        display: none !important;
    }

    .text-dark {
        color: #000 !important;
    }

    .border {
        border-color: #000 !important;
    }
}


.head-bg {

    background: linear-gradient(90deg, #005BAA 0%, #0080C8 100%);

}

.logo-app {
    padding: 11px;
    height: 120px;
}

.img-hme-poste {
    width: 100%;
    height: 100%
}

.section-poste-pub {

    background-color: #f6d108;
    background-image: url("../poste-bg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.text-primary-custom {
    color: #005BAA;
}

.empty-message {
    display: flex;
    align-items: center;
    color: red;
}


.ems-img {
    max-width: 100%;
}

.empty-img {
    max-width: 200px;
}

.custom-ems-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom-welcom-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bg-light-custom {
    background-color: #fef8cd;
}

.text-warning-custom {
    color: #FFDC00;
}


.text-welcome {
    font-size: 40px;

}

.open-hour-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-element {
    background-color: #005BAA;
    color: #FFFFFF;
    border: 1px solid #fbde04;
    border-radius: 5px;
    font-size: 22px !important;
}

.line-home-custom {
    height: 4px;
    background-color: #015BAA;
    opacity: 1;
    border: none;
    width: 80%;
}

.btn-outline-primary-custom {
    --bs-btn-color: #015BAA !important;
    --bs-btn-border-color: #015BAA !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #015BAA !important;
    --bs-btn-hover-border-color: #015BAA !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #015BAA !important;
    --bs-btn-active-border-color: #015BAA !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #015BAA !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #015BAA !important;
    --bs-gradient: none;
}

.table-custom th,
.table-custom td {
    border: 1px solid #FFDC00;
    /* Bordure rouge pour toutes les cellules */
    color: #ffffff;
    text-align: center;
}

.mail-text {
    color: #000000;
}

.envelop-icon {
    height: 35px;
}

.container-fluid-custom {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

input#accept_conditions {
    padding: 15px;
    border: 2px solid red;
    border-radius: 12px;
}

/* Couche de couleur en transparence */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 0%));
    z-index: -1;
}

/* Footer fixe en bas */
footer {
    background-color: #005BAA;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
}

.footer-link {
    color: #FFDC00;
    text-decoration: none;
}



a#footer-left {
    background: blanchedalmond;
    color: cornflowerblue;
}

/* Marges pour le contenu principal */
.container-content {
    margin-top: 30px;
}

/* Logo */
.header-logo {
    width: 80px;

    object-fit: cover;
}


.cout-visitor {
    color: red;
    font-size: 18px;
    font-weight: bold;

}

/* Masquer le bouton sur mobile */
@media (max-width: 768px) {
    .contact-btn {
        display: none;
    }

    .custom-lh {
        font-size: 10px;
    }

    .custom-lh2 {
        font-size: 10px;
    }

    .ems-img {
        max-width: 100% !important;
    }

    .img-hme-poste {
        display: none;
    }
}

.custom-lh {
    line-height: 1.3;
}

.custom-lh2 {
    line-height: 0.8;
}

.progress-bar-custom {
    width: var(--progress-width, 0%);
    color: #ffdc00;
}

/* Style de base du bouton avec effet de pulsation */
.pulse-btn {
    position: relative;
    border: 2px solid #efd7b7;
    color: #fff;
    background-color: #005ba9;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.5rem;
}

.btn:hover {
    position: relative;
    border: 2px solid #efd7b7;
    color: #fff;
    background-color: #005ba9;
    /* padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    display: inline-flex; */
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.5rem;
}



/* Effet de pulsation de bordure */
.pulse-btn::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 3px solid rgba(0, 123, 255, 0.6);
    border-radius: 0.7rem;
    opacity: 1;
    animation: pulse 1.5s infinite;
}

/* Icône à l'intérieur du bouton */
.pulse-btn i {
    margin-right: 0.5rem;
}

/* Animation de la pulsation */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}


.form-select {

    border: 1.5px solid #015BAA;
}

.form-control {
    border: 1.5px solid #015BAA;

}

.box-recrut-info {
    background-color: #0162B0;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    flex-direction: column;
}

.recrut-value {
    border: 2px solid #FFDC00;
    padding: 15px;
    width: 100px;
    margin-top: 10px;
}

.line-custom {
    height: 12px;
    margin-bottom: -10px;
    width: 100%;

}

.line-custom2 {
    height: 12px;
    margin-top: -16px;
    width: 100%;

}

.mail-section {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
}

.card-body-custom {
    background-color: #0081C9;
}


.recrutment-title-color {
    color: #FFDC00;
    font-weight: bold;
    font-size: 25px;
}

.form-label-custom {
    margin-bottom: .5rem;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}


hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}


hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#rechercherFiltrer {
    background: mediumseagreen;
    color: whitesmoke;
    margin: 10px;
    border-radius: 5px;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

body {
    min-height: 100vh;
    background-color: #fff;
    color: #333;
}

.text-uppercase {
    letter-spacing: .1em;
}

/* Pour les petits écrans, réduisez davantage la taille du texte et le padding */
@media (max-width: 576px) {
    .footer {
        padding: 0.2rem 0;
        /* Réduit encore la hauteur sur les petits écrans */
    }

    .footer-text {
        font-size: 0.775rem;
        /* Réduit la taille du texte */
        text-align: center;
    }

    .img-hme-poste {
        display: none;
    }
}

.card-bg-primary-custom {
    background-color: #005BAA !important;
}

.card-custom {
    padding: 0px !important;
}

@media (max-width: 767px) {
    .sous {
        padding: 0.2rem 0;
        margin-bottom: 5px;
        /* Réduit encore la hauteur sur les petits écrans */
    }

    .sous {
        font-size: 0.675rem;
        /* Réduit la taille du texte */
    }

    div#category-info {
        margin-top: 1px;
        padding: 1px;
        font-size: smaller;
    }

    div#category-info.p {
        padding: 0;
        margin: 5px;
    }
}



/* STYLE CONFORME CSP PAGE ACCUEIL */

.form-check {
    margin: 0;
}

.form-check-label {
    line-height: 1.4;
    margin-bottom: 0;
}

/* Styles pour tablette et mobile */
@media (max-width: 991px) {
    .form-check-input {
        margin-bottom: 8px !important;
    }

    .form-check {
        padding: 12px !important;
    }

    .form-check-label {
        font-size: 0.9rem;
    }

    .text-titre-depot {
        font-size: 25px;
        margin-top: 15px;
    }

    .recrutment-title-color {

        font-size: 22px;
    }

    .bg-warning-custom {

        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    input#accept_conditions {

        margin-right: 10px !important;
    }

    .img-hme-poste {
        display: none;
    }

    .title-p-1 {
        font-size: 12px;
        font-weight: 500;
    }

    .recrut-value {
        border: none;
        color: #FFDC00;
        margin-top: 0px;
    }

    .head-bg {
        background: linear-gradient(90deg, #005BAA 0%, #7cb2cb 100%);
    }
}

/* Styles spécifiques pour mobile */
@media (max-width: 576px) {
    .form-check {
        padding: 10px !important;
    }

    .form-check-input {
        width: 1.2em !important;
        height: 1.2em !important;
    }

    .bg-warning-custom {

        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    input#accept_conditions {

        margin-right: 10px !important;
    }

    .text-welcome {
        font-size: 23px;

    }


}

/* Très petits écrans */
@media (max-width: 320px) {
    .form-check-label {
        font-size: 0.8rem;
    }

    .form-check {
        padding: 8px !important;
    }

    .bg-warning-custom {

        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    input#accept_conditions {

        margin-right: 10px !important;
    }


}


.form-check-label {
    line-height: 1.4;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .form-check-input {
        margin-bottom: 8px !important;
    }

    .form-check {
        padding: 12px !important;
    }

    .form-check-label {
        font-size: 0.9rem;
    }

    .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 320px) {
    .form-check-label {
        font-size: 0.8rem;
    }

    .btn {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }
}

input#confirmCheck {
    border: 1px solid red;
    border-radius: .25em;
    margin: 3px;
}


@media (max-width: 767px) {
    .card {
        padding: 1rem !important;
    }

    .list-unstyled li {
        margin-bottom: 1rem !important;
    }

    .list-unstyled li:last-child {
        margin-bottom: 0 !important;
    }

    .card-custom {
        padding: 0px !important;
    }
}

@media (max-width: 576px) {
    .card {
        padding: 0.75rem !important;
    }

    h5 {
        font-size: 1rem;
    }

    .list-unstyled {
        font-size: 0.9rem;
    }

    .card-custom {
        padding: 0px !important;
    }
}




/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .custom-bottom {
        margin-bottom: 60px;
    }

}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .custom-bottom {
        margin-bottom: 60px;
    }

}

.home-input-check {
    width: 1.5em;
    height: 1.5em;
}

.home-label-approve {
    color: red;
    font-weight: bold;
    text-align: justify;
}

.home-btn-subscribe {
    display: inline-flex;
    align-items: center;
}

.home-btn-subscribe-i {
    font-size: 1.5em;
    margin-right: 8px;
}

/* FIN STYLE CONFORME CSP PAGE ACCUEIL */










/* STYLE CONFORME CSP PAGE SOUSCRIPTION CHOIX TYPE */

.categorie {
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    margin: 0;
    min-height: 80px;
}

.categorie:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



.categorie .form-check-input {
    margin: 0 auto 5px;
    display: block;
}

.form-check-label {
    display: block;
    cursor: pointer;
    word-wrap: break-word;
}

@media (max-width: 576px) {
    .categorie {
        padding: 8px !important;
    }

    .form-check-label {
        font-size: 0.85rem;
    }
}

@media (min-width: 1281px) {

    .custom-padding {
        padding-left: 150px;
        padding-right: 150px;
    }

}


/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .form-check-label {
        font-size: 12px;
    }

}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .form-check-label {
        font-size: 12px;
    }

}





.categorie {
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.categorie:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.categorie .form-check-input {
    margin: 0 auto 5px;
    display: block;
}

.bg-warning-custom {
    background-color: #D4D4D4 !important;
    border: 1px solid #E2DADA;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-left: 350px;
    margin-right: 350px;
}

.group-button.mt-3.mb-5.send-button-section {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.form-check-label-custom {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}

.form-check-label {
    display: block;
    cursor: pointer;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .categorie {
        padding: 10px !important;
    }

    .form-check-label {
        font-size: 0.9rem;
    }

    .forms-sample.container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

div.categorie {
    border: 2px solid green;
    text-transform: uppercase;
    width: unset;
    height: unset;
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .form-check-label {
        font-size: 10px;
    }

}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

    .form-check-label {
        font-size: 10px;
    }

}

.form-subscribe-style {
    background-color: #ffffffe3;
    padding: 5px;
}

.subscibe-custom-card {
    min-height: 100px;
}

.subscibe-custom-card-div {
    line-height: 1;
}

.subscribe-card-header {
    background-color: #1c5c3a;
}

#category-info {
    display: none;
    margin-top: 15px;
}

#limiteFin {
    display: none;
}

#continueButton {
    display: none;
}

#form-details-section {
    display: none;
}

.cat-header-detail {
    margin-top: 5px;
}

.btn-go-back {
    font-size: 12px;
    padding: 2px 8px;
    line-height: 1;
    height: auto;
}

.btn-go-back-i {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.alert-require-input {
    height: 60px;
    background-color: #5c481c;
}

/* style checkout */
div#check {
    background: rgb(192 181 181);
    border: 1px solid red;
    border-radius: 6px;
}

/* FIN STYLE CONFORME CSP PAGE SOUSCRIPTION CHOIX TYPE */


/* STYLE CONFORME CSP PAGE VERIFCATION */
.verif-recipice-stle {
    background-color: aliceblue;
}

/* FIN STYLE CONFORME CSP PAGE VERIFCATION */



/* STYLE CONFORME CSP PAGE RECEPISSE */
.recepisse-bg-section {
    background-color: aliceblue;
}

/* FIN STYLE CONFORME CSP PAGE RECEPISSE */


/* STYLE CONFORME CSP PAGE PAYMENT */

.payment-bg-color {
    background-color: #003f66;
    color: aliceblue;
    border-radius: 10px;

}

.ol-payment-custom {

    padding-left: 20px;
}

.payment-first-section {
    display: none;
}

#step2 {
    display: none;
}

.btn-reload-payment {
    color: #ff0000;
}

/* FIN STYLE CONFORME CSP PAGE PAYMENT */


/* STYLE EXPIRE DATE */

#ageexpired {
    background: linear-gradient(135deg, #949cb0, #4d5f61);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    /* Hauteur de la page */
}

#refresh {
    width: 16px;
    height: 16px;
}

/* FIN STYLE CONFORME CSP EXPIRE DATE */


/* STYLE FOOTER */

.copyright-label {
    color: rgb(255, 255, 255);
}

.label-author {
    color: rgb(255, 255, 255);
}

/* FIN STYLE CONFORME CSP FOOTER */



/* STYLE SUBSCIPTION CNIB */


.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px 0;
}

.qr-code img {
    width: 150px;
    height: 150px;
}

.document_cnib {
    width: 1000px;
    text-align: center;
    margin-left: 10%;
}

.cnib-image-doc {
    max-width: 100%;
    height: auto;
}


/* FIN STYLE CONFORME CSP SUBSCIPTION CNIB */
button#dropdownMenuButton {
    color: aliceblue;
    background: border-box;
}

/* STYLE SUBSCIPTION TIRAGE */


#aValider {
    display: none;
}


#imgAccueilHeaderGauche {
    width: 200px;
}

/* FIN STYLE CONFORME CSP SUBSCIPTION TIRAGE */


/* STYLE SUBSCIPTION SOUSCRIPTION */


#loader {
    display: none;
}



/* FIN STYLE CONFORME CSP SUBSCIPTION SOUSCRIPTION */



/* STYLE BOUTON RADIO */


/* Style personnalisé pour le radio */
.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

/* Style pour le radio sélectionné */
.custom-radio:checked {
    border-color: #c8c7bf;
    background-color: #c19716;
}

/* Créer le point central */
.custom-radio:checked::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* FIN STYLE BOUTON RADIO */




/* CLASS POUR EVITER L'AJOUT DE STYLE PAR JS */

/* États initiaux */
#category-info {
    display: none;
}

#form-details-section {
    display: none;
}

#limiteFin {
    display: none;
}

#continueButton {
    display: none;
}

/* Classes personnalisées */
.cust-hidden {
    display: none !important;
}

.cust-block {
    display: block !important;
}

.cust-inline-block {
    display: inline-block !important;
}

/* Animation de clignotement */
.cust-blink {
    animation: cust-blink-animation 1s ease-in-out 3;
}

@keyframes cust-blink-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

/* Classe pour catégorie sélectionnée */
.cust-selected-category {
    border-color: #198754 !important;
    /* couleur verte bootstrap */
    color: wheat !important;
    background-color: green !important;
}

/* Style pour les boutons radio personnalisés - déjà présent dans votre code */
.custom-radio-container {
    text-align: center;
    padding: 10px;
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
}

/* CLASS POUR EVITER L'AJOUT DE STYLE PAR JS */

/* Style pour le formulaire inscription */
#pays_residence {
    text-transform: uppercase;
}

.cnib-info {
    border: 1px solid #988379;
    background-color: #9b857b47;
    padding: 12px;
}

.nip_cnib_container {
    display: none;
}



/* STYLE CUSTOM POPUP */



/* Dans votre fichier CSS */
.swal2-popup {
    font-size: 0.875rem !important;
}

.swal2-toast {
    background: #fff !important;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
}

.swal2-title {
    color: #333 !important;
}

.swal2-timer-progress-bar {
    background: #4CAF50 !important;
}


/* STYLE CUSTOM POPUP */

button.btn.btn-secondary.buttons-excel.buttons-html5 {
    background: green;
    margin-left: 2px;
}

/* back */
button.dt-button.buttons-csv.buttons-html5 {
    width: 50px;
    background: rgb(67, 88, 67);
    border: 1px solid green;
    border-radius: 5px;
    color: antiquewhite;
}

button.dt-button.buttons-excel.buttons-html5 {
    width: 60px;
    background: green;
    border: 1px solid green;
    border-radius: 5px;
    color: antiquewhite;
}

/* Masquer toutes les colonnes sauf les 3 premières */
/* #dataTableExample th:nth-child(n+4),
#dataTableExample td:nth-child(n+4) {
    display: none;
} */

.document-btn {
    white-space: nowrap;
}

#loadingIndicator {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    text-align: center;
    padding-top: 200px;
}






.animate__pulse {
    animation: pulse 0.5s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.badge {
    transition: all 0.3s ease;
}

/* Style pour visiteurs en ligne */
.visitor-counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #ff0000 0%, #cf0e00 100%);
    color: white;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.visitor-counter:hover {
    transform: translateY(-1px);
}

.visitor-counter .icon {
    font-size: 16px;
    animation: pulse 2s infinite;
}

.visitor-counter #visitorCount {
    font-weight: bold;
    font-size: 18px;
    min-width: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.visitor-counter .text {
    font-size: 17px;
    opacity: 0.9;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.count-update {
    animation: bounce 0.4s ease !important;
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

/* Fin */

/* Loader admin -- inscription */
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.bg-success-custom {
    background-color: #005BAA !important;
}


#addRecrutement {
    background-color: #005BAA !important;
    display: flex;
    align-content: center;


}

.bg-login-custom {
    background: linear-gradient(0deg, #005ba9, rgb(254 220 0 / 3%)), url(../poste-bg.jpg);
    background-size: contain;
}


.bg-btn-login-custom {
    background-color: #005ba9 !important;
}

.bg-btn-login-custom:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 100 176);
}


.login-head-img img {
    width: 400px !important;
}


.progress-bar-custom {
    width: var(--progress-width, 0%);
    transition: width 0.3s ease;
}


.progress-0 {
    --progress-width: 0%;
}

.progress-1 {
    --progress-width: 1%;
}

.progress-2 {
    --progress-width: 2%;
}

.progress-3 {
    --progress-width: 3%;
}

.progress-4 {
    --progress-width: 4%;
}

.progress-5 {
    --progress-width: 5%;
}

.progress-6 {
    --progress-width: 6%;
}

.progress-7 {
    --progress-width: 7%;
}

.progress-8 {
    --progress-width: 8%;
}

.progress-9 {
    --progress-width: 9%;
}

.progress-10 {
    --progress-width: 10%;
}

.progress-11 {
    --progress-width: 11%;
}

.progress-12 {
    --progress-width: 12%;
}

.progress-13 {
    --progress-width: 13%;
}

.progress-14 {
    --progress-width: 14%;
}

.progress-15 {
    --progress-width: 15%;
}

.progress-16 {
    --progress-width: 16%;
}

.progress-17 {
    --progress-width: 17%;
}

.progress-18 {
    --progress-width: 18%;
}

.progress-19 {
    --progress-width: 19%;
}

.progress-20 {
    --progress-width: 20%;
}

.progress-21 {
    --progress-width: 21%;
}

.progress-22 {
    --progress-width: 22%;
}

.progress-23 {
    --progress-width: 23%;
}

.progress-24 {
    --progress-width: 24%;
}

.progress-25 {
    --progress-width: 25%;
}

.progress-26 {
    --progress-width: 26%;
}

.progress-27 {
    --progress-width: 27%;
}

.progress-28 {
    --progress-width: 28%;
}

.progress-29 {
    --progress-width: 29%;
}

.progress-30 {
    --progress-width: 30%;
}

.progress-31 {
    --progress-width: 31%;
}

.progress-32 {
    --progress-width: 32%;
}

.progress-33 {
    --progress-width: 33%;
}

.progress-34 {
    --progress-width: 34%;
}

.progress-35 {
    --progress-width: 35%;
}

.progress-36 {
    --progress-width: 36%;
}

.progress-37 {
    --progress-width: 37%;
}

.progress-38 {
    --progress-width: 38%;
}

.progress-39 {
    --progress-width: 39%;
}

.progress-40 {
    --progress-width: 40%;
}

.progress-41 {
    --progress-width: 41%;
}

.progress-42 {
    --progress-width: 42%;
}

.progress-43 {
    --progress-width: 43%;
}

.progress-44 {
    --progress-width: 44%;
}

.progress-45 {
    --progress-width: 45%;
}

.progress-46 {
    --progress-width: 46%;
}

.progress-47 {
    --progress-width: 47%;
}

.progress-48 {
    --progress-width: 48%;
}

.progress-49 {
    --progress-width: 49%;
}

.progress-50 {
    --progress-width: 50%;
}

.progress-51 {
    --progress-width: 51%;
}

.progress-52 {
    --progress-width: 52%;
}

.progress-53 {
    --progress-width: 53%;
}

.progress-54 {
    --progress-width: 54%;
}

.progress-55 {
    --progress-width: 55%;
}

.progress-56 {
    --progress-width: 56%;
}

.progress-57 {
    --progress-width: 57%;
}

.progress-58 {
    --progress-width: 58%;
}

.progress-59 {
    --progress-width: 59%;
}

.progress-60 {
    --progress-width: 60%;
}

.progress-61 {
    --progress-width: 61%;
}

.progress-62 {
    --progress-width: 62%;
}

.progress-63 {
    --progress-width: 63%;
}

.progress-64 {
    --progress-width: 64%;
}

.progress-65 {
    --progress-width: 65%;
}

.progress-66 {
    --progress-width: 66%;
}

.progress-67 {
    --progress-width: 67%;
}

.progress-68 {
    --progress-width: 68%;
}

.progress-69 {
    --progress-width: 69%;
}

.progress-70 {
    --progress-width: 70%;
}

.progress-71 {
    --progress-width: 71%;
}

.progress-72 {
    --progress-width: 72%;
}

.progress-73 {
    --progress-width: 73%;
}

.progress-74 {
    --progress-width: 74%;
}

.progress-75 {
    --progress-width: 75%;
}

.progress-76 {
    --progress-width: 76%;
}

.progress-77 {
    --progress-width: 77%;
}

.progress-78 {
    --progress-width: 78%;
}

.progress-79 {
    --progress-width: 79%;
}

.progress-80 {
    --progress-width: 80%;
}

.progress-81 {
    --progress-width: 81%;
}

.progress-82 {
    --progress-width: 82%;
}

.progress-83 {
    --progress-width: 83%;
}

.progress-84 {
    --progress-width: 84%;
}

.progress-85 {
    --progress-width: 85%;
}

.progress-86 {
    --progress-width: 86%;
}

.progress-87 {
    --progress-width: 87%;
}

.progress-88 {
    --progress-width: 88%;
}

.progress-89 {
    --progress-width: 89%;
}

.progress-90 {
    --progress-width: 90%;
}

.progress-91 {
    --progress-width: 91%;
}

.progress-92 {
    --progress-width: 92%;
}

.progress-93 {
    --progress-width: 93%;
}

.progress-94 {
    --progress-width: 94%;
}

.progress-95 {
    --progress-width: 95%;
}

.progress-96 {
    --progress-width: 96%;
}

.progress-97 {
    --progress-width: 97%;
}

.progress-98 {
    --progress-width: 98%;
}

.progress-99 {
    --progress-width: 99%;
}

.progress-100 {
    --progress-width: 100%;
}


#alert-dismissible-costum {
    position: fixed;
    top: 50%;
    right: 60px;
    z-index: 9999;
    min-width: 300px;
}

countdown-id {
    display: none;
}

/* Fin STYLE CONFORME CSP PAGE INSCRIPTION */

.motif-container {
    margin-top: 15px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #dc3545;
}

.motif-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #495057;
}

.motif-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    resize: vertical;
    font-family: inherit;
}

.motif-textarea:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#motifRejetContainer {
    display: none;
}

.progress-dash-custom {
    height: 6px !important;
}

#tableView {
    display: none !important;
}

.custom-progress-001 {
    height: 20px !important;
    min-width: 100px !important;
}

.custom-progress-002 {
    height: 4px !important;
}


.bprogress-0 {
    width: 0%;
}

.bprogress-1 {
    width: 1%;
}

.bprogress-2 {
    width: 2%;
}

.bprogress-3 {
    width: 3%;
}

.bprogress-4 {
    width: 4%;
}

.bprogress-5 {
    width: 5%;
}

.bprogress-6 {
    width: 6%;
}

.bprogress-7 {
    width: 7%;
}

.bprogress-8 {
    width: 8%;
}

.bprogress-9 {
    width: 9%;
}

.bprogress-10 {
    width: 10%;
}

.bprogress-11 {
    width: 11%;
}

.bprogress-12 {
    width: 12%;
}

.bprogress-13 {
    width: 13%;
}

.bprogress-14 {
    width: 14%;
}

.bprogress-15 {
    width: 15%;
}

.bprogress-16 {
    width: 16%;
}

.bprogress-17 {
    width: 17%;
}

.bprogress-18 {
    width: 18%;
}

.bprogress-19 {
    width: 19%;
}

.bprogress-20 {
    width: 20%;
}

.bprogress-21 {
    width: 21%;
}

.bprogress-22 {
    width: 22%;
}

.bprogress-23 {
    width: 23%;
}

.bprogress-24 {
    width: 24%;
}

.bprogress-25 {
    width: 25%;
}

.bprogress-26 {
    width: 26%;
}

.bprogress-27 {
    width: 27%;
}

.bprogress-28 {
    width: 28%;
}

.bprogress-29 {
    width: 29%;
}

.bprogress-30 {
    width: 30%;
}

.bprogress-31 {
    width: 31%;
}

.bprogress-32 {
    width: 32%;
}

.bprogress-33 {
    width: 33%;
}

.bprogress-34 {
    width: 34%;
}

.bprogress-35 {
    width: 35%;
}

.bprogress-36 {
    width: 36%;
}

.bprogress-37 {
    width: 37%;
}

.bprogress-38 {
    width: 38%;
}

.bprogress-39 {
    width: 39%;
}

.bprogress-40 {
    width: 40%;
}

.bprogress-41 {
    width: 41%;
}

.bprogress-42 {
    width: 42%;
}

.bprogress-43 {
    width: 43%;
}

.bprogress-44 {
    width: 44%;
}

.bprogress-45 {
    width: 45%;
}

.bprogress-46 {
    width: 46%;
}

.bprogress-47 {
    width: 47%;
}

.bprogress-48 {
    width: 48%;
}

.bprogress-49 {
    width: 49%;
}

.bprogress-50 {
    width: 50%;
}

.bprogress-51 {
    width: 51%;
}

.bprogress-52 {
    width: 52%;
}

.bprogress-53 {
    width: 53%;
}

.bprogress-54 {
    width: 54%;
}

.bprogress-55 {
    width: 55%;
}

.bprogress-56 {
    width: 56%;
}

.bprogress-57 {
    width: 57%;
}

.bprogress-58 {
    width: 58%;
}

.bprogress-59 {
    width: 59%;
}

.bprogress-60 {
    width: 60%;
}

.bprogress-61 {
    width: 61%;
}

.bprogress-62 {
    width: 62%;
}

.bprogress-63 {
    width: 63%;
}

.bprogress-64 {
    width: 64%;
}

.bprogress-65 {
    width: 65%;
}

.bprogress-66 {
    width: 66%;
}

.bprogress-67 {
    width: 67%;
}

.bprogress-68 {
    width: 68%;
}

.bprogress-69 {
    width: 69%;
}

.bprogress-70 {
    width: 70%;
}

.bprogress-71 {
    width: 71%;
}

.bprogress-72 {
    width: 72%;
}

.bprogress-73 {
    width: 73%;
}

.bprogress-74 {
    width: 74%;
}

.bprogress-75 {
    width: 75%;
}

.bprogress-76 {
    width: 76%;
}

.bprogress-77 {
    width: 77%;
}

.bprogress-78 {
    width: 78%;
}

.bprogress-79 {
    width: 79%;
}

.bprogress-80 {
    width: 80%;
}

.bprogress-81 {
    width: 81%;
}

.bprogress-82 {
    width: 82%;
}

.bprogress-83 {
    width: 83%;
}

.bprogress-84 {
    width: 84%;
}

.bprogress-85 {
    width: 85%;
}

.bprogress-86 {
    width: 86%;
}

.bprogress-87 {
    width: 87%;
}

.bprogress-88 {
    width: 88%;
}

.bprogress-89 {
    width: 89%;
}

.bprogress-90 {
    width: 90%;
}

.bprogress-91 {
    width: 91%;
}

.bprogress-92 {
    width: 92%;
}

.bprogress-93 {
    width: 93%;
}

.bprogress-94 {
    width: 94%;
}

.bprogress-95 {
    width: 95%;
}

.bprogress-96 {
    width: 96%;
}

.bprogress-97 {
    width: 97%;
}

.bprogress-98 {
    width: 98%;
}

.bprogress-99 {
    width: 99%;
}

.bprogress-100 {
    width: 100%;
}

/* Fin STYLE CONFORME CSP PAGE INSCRIPTION */