.webform-progress:has(li[data-webform-page="page_0"].is-active),
.webform-progress-wrapper:has(li[data-webform-page="page_0"].is-active) {
  display: none !important;
}
.webform-progress-tracker .progress-step.is-complete .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete .progress-marker::after {
    background-color: #1A818D !important;
}
.progress-marker::before{
	content: unset !important
}

.webform-progress-tracker .progress-step .progress-marker::after{
	background-color: #E9F9FA !important; /* IE fallback */
	background-color: var(--blue-bg, #E9F9FA) !important;
}
.form-required::after{
content: " " !important;
}
.webform-actions{
text-align:right !important;
}
.webform-submission-form .webform-button--submit, .webform-submission-form .webform-button--previous, .webform-submission-form .webform-button--next {
    margin-bottom: 30px;
}
.webform-submission-form {
    padding: 0 20px;
}
 
input#edit-actions-submit {
    max-width: -webkit-fill-available;
}
 
.container-fluid .container-md {
    padding: 0 20px;
}

.webform-submission-echelle-de-detresse-liee-au-diab-form .webform-actions .webform-button--draft {
    display: none !important;
}
.webform-submission-form .webform-actions{
    margin-bottom: 50px;
}
 
@media (max-width: 767px){
    .webform-submission-form .webform-actions{
    margin: auto;
    text-align: center !important;
}
}