/* body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #f9fafb;
  } */

/* Barre de chargement */
/* #top-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 6px;
    width: 0%;
    background: linear-gradient(to right, #3b82f6, #3b82f6);
    z-index: 9999;
    transition: width 0.4s ease, opacity 0.4s ease;
  } */

/* Animation de disparition */
/* .fade-out {
    opacity: 0;
  } */

/* body {
    margin: 0;
    background: #001f3f;
    height: 100vh;
    overflow: hidden;
    position: relative;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
  } */

/* h1 {
    padding-top: 40vh;
  }

  .snowflake {
    position: absolute;
    top: -10px;
    color: white;
    font-size: 1em;
    user-select: none;
    z-index: 1000;
    animation-name: fall;
    animation-timing-function: linear;
  }

  @keyframes fall {
    to {
      transform: translateY(110vh) rotate(360deg);
      opacity: 0;
    }
  } */

.font-20 {
    font-size: 20px !important;
}


.select2-container .select2-selection--single {
    height: 47px !important;
    /* hauteur du champ */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px !important;
    /* aligne le texte verticalement */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px !important;
    /* aligne la flèche */
}


@media (max-width: 767.98px) {
  .footer {
    text-align: center;
    margin-bottom: -80px;
  }
}

@media (max-width: 991.98px) {
  .auth-fluid .auth-fluid-form-box {
    max-width: 100%;
    min-height: 100vh;
    margin-top: -100px;
  }
}
