:root {
  --fond: #FBF7EE;
  --bleu: #294C5F;
  --cta: #DA5023;
  --contour: #AFBAC7;
  --input: #DEE2E6;
  --column: 900px;
  --inputwidth: 580px;
  --marge: 40px;
}
@media screen and (max-width: 767px) {
  :root {
    --marge: 15px;
  }
}
::-moz-selection {
  color: var(--fond);
  background-color: var(--bleu);
}
::selection {
  color: var(--fond);
  background-color: var(--bleu);
}
.bleu ::-moz-selection {
  color: var(--bleu);
  background-color: var(--fond);
}
.bleu ::selection {
  color: var(--bleu);
  background-color: var(--fond);
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--bleu) transparent;
}
*::-webkit-scrollbar {
  width: 0.75rem;
  border-radius: 0.9375rem;
}
*::-webkit-scrollbar-track {
  background: var(--fond);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--noir);
  border-radius: 20px;
  border: 3px solid var(--fond);
}
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr:not([size]) {
  height: 1px;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
img {
  max-width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i,
em {
  font-style: italic;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
u,
span.underline {
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: inherit;
}
a,
span {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  outline: none;
}
* {
  font-family: "work-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--bleu);
}
body {
  background-color: var(--fond);
}
body input::-webkit-input-placeholder {
  color: var(--bleu);
  opacity: 1;
}
body input::-moz-placeholder {
  color: var(--bleu);
  opacity: 1;
}
body input:-ms-input-placeholder {
  color: var(--bleu);
  opacity: 1;
}
body input::-ms-input-placeholder {
  color: var(--bleu);
  opacity: 1;
}
body input::placeholder {
  color: var(--bleu);
  opacity: 1;
}
body input:-webkit-input-placeholder {
  color: var(--bleu);
}
body input::-ms-input-placeholder {
  color: var(--bleu);
}
body .attention {
  color: var(--cta);
  height: 0;
  margin-bottom: -8px;
  overflow: hidden;
  margin-top: 5px;
  top: 100%;
  left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .attention.show {
  height: 20px;
  margin-bottom: 0;
}
header {
  background-color: white;
}
header .logo {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 991px) {
  header .logo {
    padding: 10px;
  }
}
header .logo img {
  max-width: 50vw;
}
header .texte {
  background-color: var(--bleu);
  padding: 15px 20px;
}
@media screen and (max-width: 991px) {
  header .texte {
    padding: 10px;
  }
}
header .texte p {
  color: var(--fond);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  header .texte p {
    font-size: 14px;
  }
}
header .progress-bar {
  height: 10px;
  position: relative;
}
header .progress-bar #progress {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--cta);
  -webkit-transition: all 0.8s cubic-bezier(0.66, -0.09, 0.25, 0.99);
  transition: all 0.8s cubic-bezier(0.66, -0.09, 0.25, 0.99);
}
section {
  margin: var(--marge) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 var(--marge);
  row-gap: var(--marge);
}
section article {
  max-width: var(--column);
  width: 100%;
}
section article.bloc-question {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--marge);
}
section article.bloc-question .step {
  max-width: var(--inputwidth);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: var(--marge);
  display: none;
}
section article.bloc-question .step:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section article.bloc-question .step .autre {
  position: relative;
}
section article.bloc-question .step .question {
  text-align: center;
}
section article.bloc-question .step .question p {
  font-size: 18px;
  font-weight: bold;
}
section article.bloc-question .step .liste-propositions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
section article.bloc-question .step .liste-propositions .input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
section article.bloc-question .step .liste-propositions .input-radio .proposition label {
  height: 60px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  border: 1px solid var(--contour);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section article.bloc-question .step .liste-propositions .input-radio .proposition label:hover {
  background-color: var(--fond);
}
section article.bloc-question .step .liste-propositions .input-radio .proposition label::before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  height: 23px;
  width: 23px;
  border-radius: 23px;
  border: 1px solid var(--input);
  left: 14px;
  top: calc(50% - (23px/2));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section article.bloc-question .step .liste-propositions .input-radio .proposition input {
  display: none;
}
section article.bloc-question .step .liste-propositions .input-radio .proposition input:checked + label {
  border-color: var(--bleu);
  background-color: var(--fond);
}
section article.bloc-question .step .liste-propositions .input-radio .proposition input:checked + label:before {
  border: 5px solid var(--cta);
}
section article.bloc-question .step .liste-propositions .input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
section article.bloc-question .step .liste-propositions .input-checkbox .proposition label {
  height: 60px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  border: 1px solid var(--contour);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section article.bloc-question .step .liste-propositions .input-checkbox .proposition label:hover {
  background-color: var(--fond);
}
section article.bloc-question .step .liste-propositions .input-checkbox .proposition label::before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  height: 23px;
  width: 23px;
  border-radius: 5px;
  border: 1px solid var(--input);
  left: 14px;
  top: calc(50% - (23px/2));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section article.bloc-question .step .liste-propositions .input-checkbox .proposition input {
  display: none;
}
section article.bloc-question .step .liste-propositions .input-checkbox .proposition input:checked + label {
  border-color: var(--bleu);
  background-color: var(--fond);
}
section article.bloc-question .step .liste-propositions .input-checkbox .proposition input:checked + label:before {
  border: 5px solid var(--cta);
}
section article.bloc-question .step .liste-propositions .input-texte {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
section article.bloc-question .step .liste-propositions .input-texte label {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background-color: var(--bleu);
  border-radius: 0 5px 5px 0;
  color: var(--fond);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
section article.bloc-question .step .liste-propositions .input-texte input {
  height: 60px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  border: 1px solid var(--contour);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section article.bloc-question .step .liste-propositions .input-texte input:hover {
  background-color: var(--fond);
}
section article.bloc-question .step .liste-propositions .input-texte input:focus {
  outline: 1px solid var(--bleu);
  border: 1px solid transparent;
}
section article.bloc-question .step .liste-propositions .input-textarea p {
  text-align: center;
}
section article.bloc-question .step .liste-propositions .input-textarea textarea {
  width: 100%;
  height: 150px;
  resize: none;
  background-color: white;
  border-radius: 5px;
  border: 1px solid var(--contour);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section article.bloc-question .step .liste-propositions .input-textarea textarea:hover {
  background-color: var(--fond);
}
section article.bloc-question .step .liste-propositions .input-textarea textarea:focus {
  outline: 1px solid var(--bleu);
  border: 1px solid transparent;
}
section article.bloc-question .step .liste-propositions .autre input[type="radio"]:checked + label + input,
section article.bloc-question .step .liste-propositions .autre input[type="checkbox"]:checked + label + input {
  height: 60px;
  margin-top: 8px;
  border: 1px solid var(--contour);
}
section article.bloc-question .step .liste-propositions .autre input[type="text"] {
  height: 0;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  border: 0 solid var(--contour);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
section article.bloc-question .step .liste-propositions .autre input[type="text"]:hover {
  background-color: var(--fond);
}
section article.bloc-question .step .liste-propositions .autre input[type="text"]:focus {
  outline: 1px solid var(--bleu);
  border: 1px solid transparent;
}
section article.bloc-question .step .bloc-bouton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
section article.bloc-question .step .bloc-bouton .retour {
  border: 1px solid var(--contour);
  height: 60px;
  width: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60px;
          flex: 1 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
section article.bloc-question .step .bloc-bouton .retour:hover {
  background-color: var(--fond);
}
section article.bloc-question .step .bloc-bouton .suivant {
  height: 60px;
  border-radius: 10px;
  background-color: var(--cta);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section article.bloc-question .step .bloc-bouton .suivant.not-allowed {
  cursor: not-allowed;
  background-color: #a3a3a3;
}
section article.bloc-question .step .bloc-bouton .suivant.not-allowed:hover {
  background-color: #a3a3a3;
}
section article.bloc-question .step .bloc-bouton .suivant:hover {
  background-color: #ff4000;
}
section article.bloc-question .step .bloc-bouton .suivant p {
  text-transform: uppercase;
  color: var(--fond);
  font-size: 18px;
  font-weight: 700;
}
section article.bloc-question .step.step-3 .liste-propositions .input-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 991px) {
  section article.bloc-question .step.step-3 .liste-propositions .input-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
section article.bloc-question .step.step-3 .liste-propositions .input-radio .proposition {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  section article.bloc-question .step.step-3 .liste-propositions .input-radio .proposition {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333%;
            flex: 1 0 33.3333333%;
  }
}
section article.bloc-question .step.step-5 .liste-propositions .input-radio,
section article.bloc-question .step.step-6 .liste-propositions .input-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section article.bloc-question .step.step-5 .liste-propositions .input-radio .proposition,
section article.bloc-question .step.step-6 .liste-propositions .input-radio .proposition {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
}
section article.bloc-avis {
  background-color: white;
  padding: var(--marge) 110px;
}
@media screen and (max-width: 991px) {
  section article.bloc-avis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: var(--marge);
  }
}
section article.bloc-avis .avis {
  border-radius: 5px;
  border: 1px solid var(--bleu);
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  section article.bloc-avis .avis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section article.bloc-avis .avis .bloc-gauche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  section article.bloc-avis .avis .bloc-gauche {
    text-align: center;
  }
}
section article.bloc-avis .avis .bloc-gauche .nom p {
  font-weight: 700;
}
section article.bloc-avis .avis .bloc-droit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 140px;
}
section article.bloc-avis .avis .bloc-droit .iframe-avis {
  width: 100%;
}
@media screen and (max-width: 991px) {
  section article.fonctionnement.etape ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  section article.fonctionnement.etape ul li {
    text-align: center;
  }
}
section article.fonctionnement h2 {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
section article.fonctionnement ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: var(--marge);
  gap: 20px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  section article.fonctionnement ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
section article.fonctionnement ul li {
  background-color: white;
  list-style-type: none;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
section article.fonctionnement ul li h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section article.bloc-merci {
  background-color: white;
  padding: 30px;
  text-align: center;
}
section article.bloc-merci h1 {
  color: var(--cta);
  font-weight: bold;
  font-size: 40px;
}
section article.bloc-merci h3 {
  font-weight: bold;
}
section article.bloc-merci a {
  color: var(--cta);
  text-decoration: underline;
}
section article.dj {
  background-color: var(--cta);
  text-align: center;
  padding: 30px;
}
section article.dj h2 {
  font-weight: bold;
}
section article.dj a {
  background-color: var(--bleu);
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  border-radius: 5px;
}
section article.dj * {
  color: var(--fond);
}
footer {
  background-color: var(--bleu);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer p {
  color: var(--fond);
}
footer p a {
  color: var(--fond);
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  footer p a {
    white-space: wrap;
  }
}
footer p a:hover {
  color: var(--cta);
}
footer p.liste-lien {
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 991px) {
  footer p.liste-lien {
    white-space: wrap;
    text-align: left;
  }
}
