/* =========================
   BASE / RESET
========================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
}

/* Breadcrumb container */
.breadcrumb-nav {
  display: flex;
  width: 1728px;
  padding: 14.25px 24px 0 48px;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
  box-sizing: border-box;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
}

.breadcrumb-nav a {
  color: #666;
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb-nav a:hover {
  text-decoration: none;
}

/* Separator | */
.breadcrumb-separator {
  margin: 0 6px;
  color: #666;
}

/* Current page */
.breadcrumb-current {
  color: #666;
  font-weight: 400;
  cursor: default;
}


.dclaration-daccessibilit-parent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 80px 80px;
}

.dclaration-daccessibilit {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  margin: 60px 0 50px;
}

.lapeyre-sengage-container {
  width: 100%;
  max-width: 1100px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.lapeyre-sengage-rendre-son,
.lapeyre-sengage,
.si-vous-narrivez {
  font-size: 16px;
  font-weight: 400;
   /* margin-bottom: 24px; */
}
.si-vous-narrivez a{
  color: #000;
}
.retour-dinformation-et {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 48px 0 16px;
}


.voies-de-recours,
.voies-de-recours p,
.voies-de-recours ul,
.voies-de-recours li {
  font-size: 12.5px;
  font-weight: 400;
}


.crire-au-dfenseur-des-droits {
  padding-left: 20px;
  margin: 16px 0;
}

.crire-au-dfenseur-des-droits li {
  margin-bottom: 12px;
}


.httpsformulairedefenseurde,
.httpsformulairedefenseurde2 {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}



.crire-au-dfenseur-des-droits + p {
  padding-left: 20px;
}
.crire-au-dfenseur-des-droits li::marker {
  font-size: 12px;
  color: #555;
}

.voies-de-recours a {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}



@media (max-width: 768px) {
 /* Hide everything */
  .breadcrumb-nav span {
    display: none;
  }

  /* Show only Home link */
  .breadcrumb-nav span:first-child {
    display: inline-flex;
    align-items: center;
  }

  .breadcrumb-nav {

    display: flex;
padding: 8px 20px;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
  }
    .breadcrumb-nav a::before {
    content: "";
    display: inline-block;
    width: 6.501px;
height: 11.001px;
    margin-right: 10px;
    background-color: #212121;

    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'><path d='M0 5.495c0 .128.02.256.06.374.043.123.114.234.208.324l4.587 4.55c.179.177.406.256.674.256.128.003.254-.021.372-.071.118-.049.224-.122.312-.214a.96.96 0 0 0 .212-.316.93.93 0 0 0 .07-.372c0-.286-.09-.512-.282-.69L2.348 5.495l3.894-3.86a.94.94 0 0 0 .258-.68.93.93 0 0 0-.287-.68A.93.93 0 0 0 5.519 0c-.277 0-.515.089-.694.276L.268 4.806a.9.9 0 0 0-.209.325A1.1 1.1 0 0 0 0 5.505z'/></svg>") no-repeat center / contain;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'><path d='M0 5.495c0 .128.02.256.06.374.043.123.114.234.208.324l4.587 4.55c.179.177.406.256.674.256.128.003.254-.021.372-.071.118-.049.224-.122.312-.214a.96.96 0 0 0 .212-.316.93.93 0 0 0 .07-.372c0-.286-.09-.512-.282-.69L2.348 5.495l3.894-3.86a.94.94 0 0 0 .258-.68.93.93 0 0 0-.287-.68A.93.93 0 0 0 5.519 0c-.277 0-.515.089-.694.276L.268 4.806a.9.9 0 0 0-.209.325A1.1 1.1 0 0 0 0 5.505z'/></svg>") no-repeat center / contain;
  }
  /* PAGE CONTAINER */
  .dclaration-daccessibilit-parent {
    padding: 0 20px 40px;
    align-items: stretch;
  }

  /* TITLE */
  .dclaration-daccessibilit {
    font-size: 22px;
    line-height: 1.2;
    margin: 32px 0 24px;
  }

  /* CONTENT */
  .lapeyre-sengage-container {
    font-size: 14px;
    line-height: 1.6;
  }

  /* PARAGRAPHS */
  .lapeyre-sengage-rendre-son,
  .lapeyre-sengage,
  .si-vous-narrivez {
    font-size: 14px;
    margin-bottom: 16px;
  }

  /* SECTION HEADINGS */
  .retour-dinformation-et {
    font-size: 16px;
    margin: 32px 0 12px;
  }

  /* VOIES DE RECOURS */
  .voies-de-recours,
  .voies-de-recours p,
  .voies-de-recours ul,
  .voies-de-recours li {
    font-size: 12.5px;
  }

  /* LISTS */
  .crire-au-dfenseur-des-droits {
    padding-left: 16px;
  }

  .crire-au-dfenseur-des-droits li {
    margin-bottom: 10px;
  }
}
