/******************
    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
*/

.col-answers {
    width: 50% !important; /* Forcer la largeur à 50% */
    margin: 0 auto; /* Centrer l'élément si nécessaire */
}

.ls-answers th.control-label {
    text-align: left; /* Aligne le texte à gauche */
    word-break: normal;
}

#outerframeContainer {
  word-wrap: normal;
  hyphens: unset;
}

.ls-answers .ls-heading > th {
  vertical-align: middle;
}

/* Cible uniquement le bouton "Envoyer" basé sur sa valeur */
button[value="movesubmit"] {
    background-color: black !important; /* Couleur de fond en noir */
    color: white !important; /* Texte en blanc pour un meilleur contraste */
    border: 1px solid black !important; /* Bordure noire (facultatif) */
    font-weight: bold;
    font-size: 26px;
    padding: 30px 30px
}

dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0;
    color: #000;
}
