/* Style général */
.swal2-html-container {
  /*   text-align: left;
   */  font-size: 14px;
  }
  
  /* Regroupe chaque bloc de champs */
  .swal2-section {
    margin-bottom: 20px;
  }
  
  /* Forcer largeur 100% sur les champs */
  .swal2-input {
    width: 80% !important;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  
  
  /* Alignement des boutons radios */
  .popup-radios label {
    display: block;
    margin-bottom: 5px;
  }
  .popup-days-field,
  .popup-months-field {
      display: none;
  }
  