/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.text-list li.question-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.text-list li.question-item label.control-label {
  flex: 0 0 350px !important;
  width: 350px !important;
  max-width: 350px !important;
  margin-bottom: 0 !important;
  text-align: left !important;
}

.text-list li.question-item .col-12.col-md-3 {
  flex: 1 !important;
  width: auto !important;
  max-width: 300px !important;
  padding-left: 15px !important;
}
/* Taille de la police du texte de la question */
.text-list .ls-label-question {
  font-size: 1.6rem !important;
  
  /* Couleur de l'astérisque des champs obligatoires */
.mandatory-asterisk {
  color: red !important;
}
}
/* Élargit la zone de texte de bienvenue */
.survey-welcome {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 2rem !important;
}