.layout-cards-seasonplanner {
    position: relative !important;
    left: 6rem !important;   
    right: 1rem !important;
    width: calc(100vw - 9rem) !important;      /* Fixe la carte à 100px du bord gauche de l'écran */
}

.filters {
    width: 100% !important;
    border-bottom: 2px solid #0f1f6a !important;
    background: #f7f7f8 !important;
}

.filters .Select-value{
    font-weight:600 !important;
}

/* === AJOUTS === */
.filters .VirtualSelectGrid {
  z-index: 1;
}

.filters .VirtualizedSelectOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .5rem;
  cursor: pointer;
}
.filters .VirtualizedSelectFocusedOption {
    color: var(--ffbad-red, #D52B1E);
    background-color: #dfdfdf;
}
.filters .VirtualizedSelectDisabledOption {
  opacity: 0.5;
}
.filters .VirtualizedSelectSelectedOption {
    font-weight: bold;
    color: var(--ffbad-red, #D52B1E);
    background-color: #dfdfdf;
}

/* === FIN DES AJOUTS === */

.filters .daq-numericinput--light__input{
    font-weight:600 !important;
    font-size:1.25rem !important;
}

.upload-file {
    width: calc(100%-30px);
    height: 100%;
    line-height: 25px;
    border-width: 2px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    border-color: #e6001c; /* Couleur de bordure adaptée au style du bouton */
    color: #e6001c; /* Couleur du texte adaptée au style du bouton */
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1.2rem 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: background 0.2s cubic-bezier(0.165, 0.74, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.74, 0.44, 1), border-color 0.2s cubic-bezier(0.165, 0.74, 0.44, 1);
    background: transparent; /* Fond transparent */
}

.upload-file:hover {
    color: #fff !important;
    background-color: #e6001c !important;
}

.separation-simulation{
    margin: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 600 !important;
}

.separation-simulation:before{
    background-color: #0f1f6a !important;
    border-radius: 0.25rem !important;
    content: '' !important;
    display: block !important;
    height: 0.25rem !important;
    width: 42px !important;
    margin-right:1rem !important;
}


.separation-simulation:after{
    background-color: #0f1f6a !important;
    border-radius: 0.25rem !important;
    content: '' !important;
    display: block !important;
    height: 0.25rem !important;
    width: 42px !important;
    margin-left:1rem !important;
}