 section#enquete form {
	 margin-top: 0 !important;
}
 .survey-nav {
	 display: flex;
	 gap: 2em;
	 justify-content: center;
	 padding-top: 3em;
}
 .survey-slide {
	 display: none;
	 text-align: left;
	 scroll-margin-top: 3em;
	 padding-bottom: 3em;
}
 .survey-slide.active {
	 display: block;
}
 .survey-slide h3 {
  text-align: center;
  font-size: clamp(1.5rem, 0.9647rem + 1.5294vw, 2.8rem);
	 font-weight: 700;
	 line-height: 1.4em;
}
 .survey-slide h4 {
  text-align: center;
	 font-family: "ambroise-std", serif;
	 margin: 2rem 0 1rem 0;
  font-size: clamp(1.2rem, 0.9529rem + 0.7059vw, 1.8rem);
	 font-weight: 700;
}
 .survey-slide .formgrid h4 {
	 grid-column-end: span 3;
	 padding: 0;
	 max-width: none;
}
 .survey-slide .formgrid textarea {
	 resize: vertical;
}
 .survey-slide:has(.survey-slide-no) .formgrid {
	 margin-left: 5em;
	 margin-right: 5em;
}
 .survey-slide:has(.formgrid) h3 {
	 margin-top: 0;
}
 .survey-slide:has(.formgrid) h3, .survey-slide:has(.formgrid) h4 {
	 text-align: left;
	 padding: 0;
}
 .survey-slide-no {
	 font-family: "ambroise-std", sans-serif;
  background-color: #222222;
	 color: #fff;
	 margin-right: 20px;
	 font-size: 1.5rem;
	 height: 45px;
	 line-height: 45px;
	 width: 45px;
	 display: block;
	 text-align: center;
	 float: left;
  margin-top: calc((clamp(1.5rem, 0.9647rem + 1.5294vw, 2.8rem) * 1.4 - 45px) / 2);
}
 .survey-progress {
  display: table;
  border-spacing: 5px;
	 list-style: none;
	 width: 100%;
	 margin-bottom: 3em;
}
 .survey-progress li {
  display: table-cell;
	 height: 5px;
  background-color: #CCC;
	 border-radius: 2.5px;
	 font-size: 0;
  line-height: 0;
	 color: transparent;
}
 .survey-progress li.active {
  background-color: #FBBA00;
}
 @media screen and (max-width: 560px) {
	 .survey-slide-no {
		 float: none;
		 margin-top: 0;
		 margin-bottom: 1.5em;
		 width: 40px;
		 height: 40px;
		 line-height: 40px;
	}
	 .survey-slide:has(.survey-slide-no) .formgrid {
		 margin-right: 0;
		 margin-left: 0;
	}
}
 .survey-slide .formgrid select {
	 width: 100%;
	 padding: 0.6em 0.8em;
	 font-size: 1rem;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 background-color: #fff;
	 grid-column-end: span 3;
}
 .poll-question {
	 display: contents;
}
 .poll-question--conditional {
	 display: none;
}
 .poll-question--conditional.poll-question--visible {
	 display: contents;
}
.poll-question label input[name$="__other"] {
	 margin-left: 0.5em;
}
.btn-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
  vertical-align: -0.125em;
}
@keyframes btn-spin {
  to { transform: rotate(360deg); }
}
.poll-errors {
  background-color: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 4px;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
  color: #991b1b;
}
.poll-errors ul {
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style: disc;
}
.poll-errors li {
  margin-bottom: 0.25em;
}
a.btn.disabled,
a.btn[disabled] {
  background-color: #ccc;
  color: #888;
  pointer-events: none;
  cursor: not-allowed;
  border-color: #bbb;
  opacity: 0.7;
}
