.main-content ul {
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.paragraphe {
    /* Styles de paragraphes/Body-1/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.questions-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;

    align-self: stretch;
}

.response {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.facultatif {
    font-style: normal;
    font-weight: 400;
}

#probleme-recurrent,
#jeux-donnees-concerne,
#adresse-courriel,
#description {
    width: 100%;
}

.warning {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    margin: 0;
}



#response-donnees-specifique-id,
/* #pose-question-au-robot, */
/* #response-pose-question-au-robot-id, */
#que-voulez-vous-faire,
#probleme-recurrent,
#jeux-donnees-concerne,
#adresse-courriel,
#description,
#submit-container-id {
    display: none;
}

#submit-container-id {
    padding-top: 24px;
    align-items: flex-start;
}

#strong-text {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

#strong-text-attention {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.strong-text {
    font-size: 18px;
    color: black;
    font-weight: bold;
}