@charset "UTF-8";
@font-face {
  font-family: "Prata";
  src: url("../font/Prata-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Dancing Script";
  src: url("../font/DancingScript-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../font/SourceSans3-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../font/SourceSans3-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../font/SourceSans3-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../font/SourceSans3-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
.header-desktop {
  height: 100px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-around;
  position: fixed;
  z-index: 99;
}

.header-desktop div {
  height: auto;
  width: 2rem;
  border: 0.09px solid #000;
  transform: rotate(90deg);
}

.header-desktop img {
  height: 90px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.header-desktop nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
  margin-right: 100px;
}

.header-desktop nav a {
  text-decoration: none;
  font-family: "Prata", sans-serif;
  font-size: 14px;
  color: #000;
}

.header-desktop .nav-toggle {
  display: none;
}

.header-desktop .nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-desktop {
    justify-content: space-between;
    padding: 0 24px;
  }
  .header-desktop nav.nav-desktop {
    display: none;
  }
  .header-desktop .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
  }
  .header-desktop .nav-toggle .bar {
    width: 22px;
    height: 2px;
    background-color: #000;
    display: block;
  }
  .header-desktop .nav {
    position: fixed;
    top: 100px;
    right: -100%;
    width: 70%;
    height: calc(100vh - 100px);
    background: hsla(0, 0%, 100%, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 98;
  }
  .header-desktop .nav.open {
    right: -100px;
  }
  .header-desktop .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-desktop .nav-list a {
    display: block;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-family: "Prata", sans-serif;
  }
  .logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-desktop {
    justify-content: space-around;
    padding: 0 40px;
    height: 100px;
  }
  .header-desktop nav.nav-desktop {
    display: none;
  }
  .header-desktop .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
  }
  .header-desktop .nav-toggle .bar {
    width: 26px;
    height: 2px;
    background-color: #000;
    display: block;
  }
  .header-desktop .nav {
    position: fixed;
    top: 100px;
    right: -100%;
    width: 55%;
    max-width: 420px;
    height: calc(100vh - 100px);
    background: hsla(0, 0%, 100%, 0.96);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 28px;
    transition: right 0.3s ease-in-out;
    z-index: 98;
  }
  .header-desktop .nav.open {
    right: -270px;
  }
  .header-desktop .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-desktop .nav-list a {
    display: block;
    padding: 14px 16px 14px 56px;
    text-decoration: none;
    font-size: 17px;
    color: #000;
    font-family: "Prata", sans-serif;
  }
  .logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  .header-desktop img {
    height: 92px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bulle-flottante {
  position: fixed;
  right: calc(16px + env(safe-area-inset-right, 0));
  bottom: calc(16px + env(safe-area-inset-bottom, 0) + clamp(50px, 8vw, 50px) + 14px);
  z-index: 9999;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}

.bulle-flottante__btn {
  inline-size: clamp(50px, 8vw, 50px);
  block-size: clamp(50px, 8vw, 50px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e9b787;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
  cursor: pointer;
  animation: pulse 2.5s infinite;
}

.bulle-flottante__btn svg {
  inline-size: 28px;
  block-size: 28px;
}

.bulle-flottante__btn:hover {
  background-color: #576359;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.bulle-flottante__btn:active {
  transform: scale(0.95);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.bulle-flottante__panel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transform-origin: right center;
  transform: scaleX(0.4) translateX(10px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.bulle-flottante__action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  color: #111827;
  background: rgba(0, 0, 0, 0);
  white-space: nowrap;
}

.bulle-flottante__action svg {
  inline-size: 20px;
  block-size: 20px;
}

.bulle-flottante__action:hover {
  text-decoration: underline;
}

.bulle-flottante__label {
  white-space: nowrap;
}

.bulle-flottante__action--phone {
  color: #576359;
}

.bulle-flottante__action--mail {
  color: #b99275;
}

.bulle-flottante__action--map {
  color: #bab69b;
}

.bulle-flottante--open .bulle-flottante__panel {
  transform: scaleX(1) translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.bulle-flottante--open .bulle-flottante__btn {
  background: #576359;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(201, 171, 137, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(201, 171, 137, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(201, 171, 137, 0.4);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bulle-flottante__btn {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 480px) {
  .bulle-flottante {
    right: calc(12px + env(safe-area-inset-right, 0));
  }
}
@media screen and (max-width: 750px) {
  strong {
    font-family: "Source Sans 3", serif;
    font-weight: 600;
  }
  .h1-beige {
    color: #e6d6bd;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 300;
    font-family: "Prata", sans-serif;
  }
  .h1-blanc {
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 300;
    font-family: "Prata", sans-serif;
  }
  p, ul, li {
    font-size: 1rem;
    font-weight: 300;
    font-family: "Source Sans 3", sans-serif;
  }
  h2 {
    font-size: 1.9rem;
    opacity: 1;
    color: #bab69b;
    margin: 2rem 0;
    font-family: "Dancing Script", script;
  }
  h3 {
    font-size: 1rem;
    font-family: "Prata", sans-serif;
    font-weight: 200;
  }
  h4 {
    font-size: 1.2rem;
    font-family: "Prata", sans-serif;
    margin: 2rem;
    opacity: 1;
  }
  h5 {
    font-size: 1rem;
    font-family: "Prata", sans-serif;
  }
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  #P1-accueil {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  #P1-accueil .hero {
    position: relative;
    width: 100%;
  }
  #P1-accueil .hero img {
    height: 35rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P1-accueil .hero .P1-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P1-accueil .hero .P1-etiquette-hero div {
    height: 5rem;
    background: #bab69b;
    width: 20rem;
    margin: 0 auto;
    margin-top: -4rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P1-accueil .hero .P1-etiquette-hero div h1 {
    font-size: 1.1rem;
    padding-top: 1.2rem;
    font-family: prata;
    font-weight: 100;
  }
  #P1-accueil .hero .P1-etiquette-hero div .separateur-hero {
    border: 0.08rem solid #fff;
    width: 0.01rem;
    margin-top: -1rem;
    margin-left: 19rem;
  }
  #P1-accueil .P1-intro {
    margin: 0 2rem;
  }
  #P1-accueil .P1-intro p {
    margin-top: 1rem;
  }
  #P1-accueil .redirections {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  #P1-accueil .redirections .P1-redirections-img-container {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  #P1-accueil .redirections .P1-redirections-img-container .P1-redirections-img {
    display: block;
    height: 22rem;
    width: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 3rem;
  }
  #P1-accueil .redirections .P1-redirections-img-container::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 5rem;
    height: 22rem;
    width: 15rem;
    border: 2px solid #e9b787;
    box-sizing: border-box;
    pointer-events: none;
  }
  #P1-accueil .redirections .trois-redirections {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #P1-accueil .redirections .redirection-ortho, #P1-accueil .redirections .redirection-therapie, #P1-accueil .redirections .redirection-ecranless {
    width: 23rem;
    display: flex;
    padding: 1rem;
    box-sizing: border-box;
    gap: 1rem;
    flex-direction: column;
  }
  #P1-accueil .redirections .redirection-ortho .P1-btn, #P1-accueil .redirections .redirection-ortho .P1-btn-ecranless, #P1-accueil .redirections .redirection-therapie .P1-btn, #P1-accueil .redirections .redirection-therapie .P1-btn-ecranless, #P1-accueil .redirections .redirection-ecranless .P1-btn, #P1-accueil .redirections .redirection-ecranless .P1-btn-ecranless {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P1-accueil .redirections .redirection-ortho .P1-btn div, #P1-accueil .redirections .redirection-ortho .P1-btn-ecranless div, #P1-accueil .redirections .redirection-therapie .P1-btn div, #P1-accueil .redirections .redirection-therapie .P1-btn-ecranless div, #P1-accueil .redirections .redirection-ecranless .P1-btn div, #P1-accueil .redirections .redirection-ecranless .P1-btn-ecranless div {
    width: 80%;
    border: #bab69b 0.06rem solid;
    position: absolute;
    z-index: -2;
  }
  #P1-accueil .redirections .redirection-ortho .P1-btn button, #P1-accueil .redirections .redirection-ortho .P1-btn-ecranless button, #P1-accueil .redirections .redirection-therapie .P1-btn button, #P1-accueil .redirections .redirection-therapie .P1-btn-ecranless button, #P1-accueil .redirections .redirection-ecranless .P1-btn button, #P1-accueil .redirections .redirection-ecranless .P1-btn-ecranless button {
    background: #bab69b;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
    border: none;
    height: 32px;
    width: 127px;
    cursor: pointer;
  }
  #P1-accueil .redirections h3 {
    font-size: 1.3rem;
  }
  #P1-accueil .redirections p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #P1-accueil .redirections button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    border: none;
    color: #000;
    height: 35px;
    width: 120px;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  #P1-accueil .presentation {
    display: flex;
    flex-direction: column;
    background: #e6d6bd;
    gap: 3rem;
  }
  #P1-accueil .presentation img {
    height: 28rem;
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin: 0 auto;
  }
  #P1-accueil .presentation div {
    margin: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P1-accueil .valeurs {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0.5rem;
    width: 95%;
  }
  #P1-accueil .valeurs div {
    gap: 1rem;
    display: flex;
    flex-direction: row;
  }
  #P1-accueil .valeurs div article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    border-radius: 1px;
    padding: 1rem 1rem 1rem calc(1rem + 5px);
    height: 28rem;
  }
  #P1-accueil .valeurs div article::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    background: #bab69b;
  }
  #P1-accueil .valeurs div article img {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }
  #P1-accueil .valeurs div .art-vertsauge {
    width: 50%;
  }
  #P1-accueil .valeurs div .art-vertsauge::before {
    background: #bab69b;
  }
  #P1-accueil .valeurs div .art-vertsauge h5 {
    color: #bab69b;
  }
  #P1-accueil .valeurs div .art-noir {
    width: 50%;
  }
  #P1-accueil .valeurs div .art-noir::before {
    background: #000;
  }
  #P1-accueil .valeurs div .art-corail {
    width: 50%;
  }
  #P1-accueil .valeurs div .art-corail::before {
    background: #e9b787;
  }
  #P1-accueil .valeurs div .art-corail h5 {
    color: #e9b787;
  }
  #P1-accueil .valeurs div .art-marron {
    width: 50%;
  }
  #P1-accueil .valeurs div .art-marron::before {
    background: #b99275;
  }
  #P1-accueil .valeurs div .art-marron h5 {
    color: #b99275;
  }
  #P1-accueil .valeurs div .art-vertf {
    width: 50%;
  }
  #P1-accueil .valeurs div .art-vertf::before {
    background: #576359;
  }
  #P1-accueil .valeurs div .art-vertf h5 {
    color: #576359;
  }
  #P1-accueil .P1-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9b787;
    height: 12rem;
  }
  #P1-accueil .P1-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: end;
  }
  #P1-accueil .P1-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P1-accueil .P1-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P1-accueil .P1-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P2-orthopedagogie {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P2-orthopedagogie .P2_hero {
    position: relative;
    width: 100%;
  }
  #P2-orthopedagogie .P2_hero img {
    height: 35rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div {
    height: 5rem;
    background: #bab69b;
    width: 20rem;
    margin: 0 auto;
    margin-top: -4rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div h1 {
    font-size: 1.2rem;
    padding-top: 2rem;
    font-family: prata;
    font-weight: 100;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div .separateur-hero {
    border: 0.08rem solid #fff;
    width: 0.01rem;
    margin-top: -2rem;
    margin-left: 18rem;
  }
  #P2-orthopedagogie .P2-intro {
    margin: 0 2rem;
  }
  #P2-orthopedagogie .P2-intro p {
    margin-top: 1rem;
  }
  #P2-orthopedagogie .P2-blocs-images {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P2-orthopedagogie .P2-blocs-images .img {
    display: flex;
    gap: 2rem;
    width: 100%;
  }
  #P2-orthopedagogie .P2-blocs-images img {
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-img img {
    height: auto;
    width: 100%;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    justify-content: space-evenly;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    padding: 1rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles .art-marron {
    position: relative;
    border-radius: 4px;
    padding-left: 1.3rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles .art-marron::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.3rem;
    border-radius: 4px;
    background: #b99275;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles .art-corail {
    position: relative;
    border-radius: 4px;
    padding-left: 1.3rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles .art-corail::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.3rem;
    border-radius: 4px;
    background: #e9b787;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-barre-beige {
    display: none;
  }
  #P2-orthopedagogie .P2-infos-ordi {
    display: none;
  }
  #P2-orthopedagogie .P2-infos-mobile {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
  }
  #P2-orthopedagogie .P2-infos-mobile .two-articles .art-vertfonce {
    position: relative;
    border-radius: 4px;
    padding-left: 1.3rem;
  }
  #P2-orthopedagogie .P2-infos-mobile .two-articles .art-vertfonce::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.3rem;
    border-radius: 4px;
    background: #576359;
  }
  #P2-orthopedagogie .P2-infos-mobile .two-articles .art-sauge {
    position: relative;
    border-radius: 4px;
    padding-left: 1.3rem;
  }
  #P2-orthopedagogie .P2-infos-mobile .two-articles .art-sauge::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.3rem;
    border-radius: 4px;
    background: #bab69b;
  }
  #P2-orthopedagogie .P2-infos-mobile section {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 90%;
  }
  #P2-orthopedagogie .P2-infos-mobile article {
    width: 90%;
    padding: 1rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P2-orthopedagogie .P2-infos-mobile article ul {
    list-style: none;
  }
  #P2-orthopedagogie .P2-infos-mobile .img-plante img {
    width: 100%;
    height: 20rem;
  }
  #P2-orthopedagogie .P2-infos-mobile .img-plante .P2-cadre-plante {
    height: 19rem;
    width: 90%;
    margin-top: -18rem;
    margin-left: 1rem;
    position: absolute;
    pointer-events: none;
  }
  #P2-orthopedagogie .P2-infos-mobile .img-plante .P2-cadre-plante::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #e6d6bd;
    box-sizing: border-box;
  }
  #P2-orthopedagogie .P2-infos-mobile .P2-bloc-livre {
    display: flex;
    gap: 1rem;
  }
  #P2-orthopedagogie .P2-infos-mobile .P2-bloc-livre img {
    width: 90%;
    height: 19rem;
  }
  #P2-orthopedagogie .P2-infos-mobile .P2-bloc-livre .P2-barre-verte {
    border: 0.4rem solid #bab69b;
    border-radius: 3px;
    margin-right: 2rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P2-orthopedagogie .P2-infos-mobile .P2-img-bloc-beige {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #P2-orthopedagogie .P2-infos-mobile .P2-img-bloc-beige img {
    height: 40rem;
  }
  #P2-orthopedagogie .P2-infos-mobile .P2-img-bloc-beige .P2-cadre-plante {
    margin-left: 4rem;
    height: 54%;
    margin-top: -29rem;
    width: 18rem;
    position: absolute;
    pointer-events: none;
  }
  #P2-orthopedagogie .P2-infos-mobile .P2-img-bloc-beige .P2-cadre-plante::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 0.1rem solid #e6d6bd;
    box-sizing: border-box;
  }
  #P2-orthopedagogie .info-contact {
    margin: 0 auto;
  }
  #P2-orthopedagogie .P2-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P2-orthopedagogie .P2-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P2-orthopedagogie .P2-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    border: none;
    color: #000;
    height: 35px;
    width: 120px;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  #P2-orthopedagogie .P2-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bab69b;
    height: 12rem;
  }
  #P2-orthopedagogie .P2-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    text-align: end;
  }
  #P2-orthopedagogie .P2-citation blockquote cite {
    font-size: 1rem;
    font-style: italic;
  }
  #P3-therapie {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P3-therapie .P3_hero {
    position: relative;
    width: 100%;
  }
  #P3-therapie .P3_hero img {
    height: 35rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div {
    height: 5rem;
    background: #bab69b;
    width: 20rem;
    margin: 0 auto;
    margin-top: -4rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div h1 {
    font-size: 1.2rem;
    padding-top: 1rem;
    text-align: start;
    margin-left: 4rem;
    font-family: "prata";
    font-weight: 100;
    width: 60%;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div .separateur-hero {
    border: 0.08rem solid #fff;
    width: 0.01rem;
    margin-top: -2rem;
    margin-left: 18rem;
  }
  #P3-therapie .P3-intro {
    margin: 0 2rem;
  }
  #P3-therapie .P3-intro p {
    margin-top: 1rem;
  }
  #P3-therapie .P3-blocs-images {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P3-therapie .P3-blocs-images .img {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    width: 100%;
  }
  #P3-therapie .P3-blocs-images img {
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P3-therapie .P3-blocs-images .P3-deux-img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P3-therapie .P3-blocs-images .P3-deux-img img {
    height: auto;
    width: 100%;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    justify-content: space-evenly;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    position: relative;
    border-radius: 4px;
    padding: 1rem 1rem 1rem 1.3rem;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles article::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.3rem;
    border-radius: 4px;
    background: #576359;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles .art-marron::before {
    background: #b99275;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles .art-corail::before {
    background: #e9b787;
  }
  #P3-therapie .P3-blocs-images .P3-barre-beige {
    display: none;
  }
  #P3-therapie .P3-infos-ordi {
    display: none;
  }
  #P3-therapie .P3-infos-mobile {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
  }
  #P3-therapie .P3-infos-mobile section {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 90%;
  }
  #P3-therapie .P3-infos-mobile article {
    width: 90%;
    position: relative;
    border-radius: 4px;
    padding: 1rem 1rem 1rem 1.3rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P3-therapie .P3-infos-mobile article::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.3rem;
    border-radius: 4px;
    background: #576359;
  }
  #P3-therapie .P3-infos-mobile article ul {
    list-style: none;
  }
  #P3-therapie .P3-infos-mobile .art-sauge::before {
    background: #bab69b;
  }
  #P3-therapie .P3-infos-mobile .art-vertfonce::before {
    background: #576359;
  }
  #P3-therapie .P3-infos-mobile .img-plante img {
    width: 100%;
    height: 20rem;
  }
  #P3-therapie .P3-infos-mobile .img-plante .P3-cadre-plante {
    height: 19rem;
    width: 90%;
    margin-top: -18rem;
    margin-left: 1rem;
    position: absolute;
    pointer-events: none;
  }
  #P3-therapie .P3-infos-mobile .img-plante .P3-cadre-plante::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #e6d6bd;
    box-sizing: border-box;
  }
  #P3-therapie .P3-infos-mobile .P3-bloc-tableau {
    display: flex;
    gap: 1rem;
  }
  #P3-therapie .P3-infos-mobile .P3-bloc-tableau img {
    width: 90%;
    height: 19rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P3-therapie .P3-infos-mobile .P3-bloc-tableau .P3-barre-verte {
    border: 0.4rem solid #bab69b;
    border-radius: 3px;
    margin-right: 2rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P3-therapie .P3-infos-mobile .P3-img-bloc-beige {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #P3-therapie .P3-infos-mobile .P3-img-bloc-beige img {
    height: 40rem;
  }
  #P3-therapie .P3-infos-mobile .P3-img-bloc-beige .P3-cadre-plante {
    margin-left: 4rem;
    height: 54%;
    margin-top: -29rem;
    width: 18rem;
    position: absolute;
    pointer-events: none;
  }
  #P3-therapie .P3-infos-mobile .P3-img-bloc-beige .P3-cadre-plante::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 0.1rem solid #e6d6bd;
    box-sizing: border-box;
  }
  #P3-therapie .info-contact {
    margin: 0 auto;
  }
  #P3-therapie .P3-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P3-therapie .P3-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P3-therapie .P3-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    border: none;
    color: #000;
    height: 35px;
    width: 120px;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  #P3-therapie .P3-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bab69b;
    height: 12rem;
  }
  #P3-therapie .P3-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    text-align: end;
  }
  #P3-therapie .P3-citation blockquote cite {
    font-size: 1rem;
    font-style: italic;
  }
  #P4-outils {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  #P4-outils .P4_hero {
    position: relative;
    width: 100%;
  }
  #P4-outils .P4_hero img {
    height: 35rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P4-outils .P4_hero .P4-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div {
    height: 5rem;
    background: #bab69b;
    width: 20rem;
    margin: 0 auto;
    margin-top: -4rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div h1 {
    font-size: 1.2rem;
    padding-top: 2rem;
    font-family: prata;
    font-weight: 100;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div .separateur-hero {
    border: 0.08rem solid #fff;
    width: 0.01rem;
    margin-top: -3rem;
    margin-left: 18rem;
  }
  #P4-outils .P4-intro {
    margin: 0 2rem;
  }
  #P4-outils .P4-intro p {
    margin-top: 1rem;
  }
  #P4-outils .outils {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #P4-outils .outils a {
    text-decoration: none;
  }
  #P4-outils .outils .outil-hypnose, #P4-outils .outils .outil-cc, #P4-outils .outils .outil-pc, #P4-outils .outils .outil-med {
    border-radius: 4px;
    padding: 1rem;
    font-size: 0.9rem;
    color: #fff;
    width: 8rem;
  }
  #P4-outils .outils .outil-hypnose {
    background: #576359;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P4-outils .outils .outil-cc {
    background: #bab69b;
  }
  #P4-outils .outils .outil-pc {
    background: #e6d6bd;
  }
  #P4-outils .outils .outil-med {
    background: #e9b787;
  }
  #P4-outils .hypnose, #P4-outils .coherence-cardiaque, #P4-outils .pleine-conscience, #P4-outils .meditation {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    position: relative;
  }
  #P4-outils .hypnose::before, #P4-outils .coherence-cardiaque::before, #P4-outils .pleine-conscience::before, #P4-outils .meditation::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.3rem;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
  #P4-outils .hypnose .art-hypnose, #P4-outils .hypnose .art-pc, #P4-outils .hypnose .art-cc, #P4-outils .hypnose .art-med, #P4-outils .coherence-cardiaque .art-hypnose, #P4-outils .coherence-cardiaque .art-pc, #P4-outils .coherence-cardiaque .art-cc, #P4-outils .coherence-cardiaque .art-med, #P4-outils .pleine-conscience .art-hypnose, #P4-outils .pleine-conscience .art-pc, #P4-outils .pleine-conscience .art-cc, #P4-outils .pleine-conscience .art-med, #P4-outils .meditation .art-hypnose, #P4-outils .meditation .art-pc, #P4-outils .meditation .art-cc, #P4-outils .meditation .art-med {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 16px;
  }
  #P4-outils .hypnose .art-hypnose h3, #P4-outils .hypnose .art-pc h3, #P4-outils .hypnose .art-cc h3, #P4-outils .hypnose .art-med h3, #P4-outils .coherence-cardiaque .art-hypnose h3, #P4-outils .coherence-cardiaque .art-pc h3, #P4-outils .coherence-cardiaque .art-cc h3, #P4-outils .coherence-cardiaque .art-med h3, #P4-outils .pleine-conscience .art-hypnose h3, #P4-outils .pleine-conscience .art-pc h3, #P4-outils .pleine-conscience .art-cc h3, #P4-outils .pleine-conscience .art-med h3, #P4-outils .meditation .art-hypnose h3, #P4-outils .meditation .art-pc h3, #P4-outils .meditation .art-cc h3, #P4-outils .meditation .art-med h3 {
    font-size: 1.2rem;
    width: 80%;
  }
  #P4-outils .hypnose .art-hypnose div, #P4-outils .hypnose .art-pc div, #P4-outils .hypnose .art-cc div, #P4-outils .hypnose .art-med div, #P4-outils .coherence-cardiaque .art-hypnose div, #P4-outils .coherence-cardiaque .art-pc div, #P4-outils .coherence-cardiaque .art-cc div, #P4-outils .coherence-cardiaque .art-med div, #P4-outils .pleine-conscience .art-hypnose div, #P4-outils .pleine-conscience .art-pc div, #P4-outils .pleine-conscience .art-cc div, #P4-outils .pleine-conscience .art-med div, #P4-outils .meditation .art-hypnose div, #P4-outils .meditation .art-pc div, #P4-outils .meditation .art-cc div, #P4-outils .meditation .art-med div {
    width: 45%;
  }
  #P4-outils .hypnose .art-hypnose div h4, #P4-outils .hypnose .art-pc div h4, #P4-outils .hypnose .art-cc div h4, #P4-outils .hypnose .art-med div h4, #P4-outils .coherence-cardiaque .art-hypnose div h4, #P4-outils .coherence-cardiaque .art-pc div h4, #P4-outils .coherence-cardiaque .art-cc div h4, #P4-outils .coherence-cardiaque .art-med div h4, #P4-outils .pleine-conscience .art-hypnose div h4, #P4-outils .pleine-conscience .art-pc div h4, #P4-outils .pleine-conscience .art-cc div h4, #P4-outils .pleine-conscience .art-med div h4, #P4-outils .meditation .art-hypnose div h4, #P4-outils .meditation .art-pc div h4, #P4-outils .meditation .art-cc div h4, #P4-outils .meditation .art-med div h4 {
    font-size: 1.1rem;
    margin: 2rem 0;
  }
  #P4-outils .hypnose .art-hypnose div ul, #P4-outils .hypnose .art-pc div ul, #P4-outils .hypnose .art-cc div ul, #P4-outils .hypnose .art-med div ul, #P4-outils .coherence-cardiaque .art-hypnose div ul, #P4-outils .coherence-cardiaque .art-pc div ul, #P4-outils .coherence-cardiaque .art-cc div ul, #P4-outils .coherence-cardiaque .art-med div ul, #P4-outils .pleine-conscience .art-hypnose div ul, #P4-outils .pleine-conscience .art-pc div ul, #P4-outils .pleine-conscience .art-cc div ul, #P4-outils .pleine-conscience .art-med div ul, #P4-outils .meditation .art-hypnose div ul, #P4-outils .meditation .art-pc div ul, #P4-outils .meditation .art-cc div ul, #P4-outils .meditation .art-med div ul {
    list-style: none;
  }
  #P4-outils .hypnose img, #P4-outils .coherence-cardiaque img, #P4-outils .pleine-conscience img, #P4-outils .meditation img {
    height: 12rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.6rem;
  }
  #P4-outils .hypnose .img-hypnose, #P4-outils .coherence-cardiaque .img-hypnose, #P4-outils .pleine-conscience .img-hypnose, #P4-outils .meditation .img-hypnose {
    -o-object-position: 20% 74%;
       object-position: 20% 74%;
  }
  #P4-outils .hypnose .img-cc, #P4-outils .coherence-cardiaque .img-cc, #P4-outils .pleine-conscience .img-cc, #P4-outils .meditation .img-cc {
    -o-object-position: 20% 32%;
       object-position: 20% 32%;
  }
  #P4-outils .hypnose .img-pc, #P4-outils .coherence-cardiaque .img-pc, #P4-outils .pleine-conscience .img-pc, #P4-outils .meditation .img-pc {
    -o-object-position: 20% 43%;
       object-position: 20% 43%;
  }
  #P4-outils .hypnose .img-med, #P4-outils .coherence-cardiaque .img-med, #P4-outils .pleine-conscience .img-med, #P4-outils .meditation .img-med {
    -o-object-position: 20% 62%;
       object-position: 20% 62%;
  }
  #P4-outils .hypnose .art-hypnose h3, #P4-outils .coherence-cardiaque .art-hypnose h3, #P4-outils .pleine-conscience .art-hypnose h3, #P4-outils .meditation .art-hypnose h3 {
    color: #576359;
  }
  #P4-outils .hypnose .art-pc h3, #P4-outils .coherence-cardiaque .art-pc h3, #P4-outils .pleine-conscience .art-pc h3, #P4-outils .meditation .art-pc h3 {
    color: #e6d6bd;
  }
  #P4-outils .hypnose .art-cc h3, #P4-outils .coherence-cardiaque .art-cc h3, #P4-outils .pleine-conscience .art-cc h3, #P4-outils .meditation .art-cc h3 {
    color: #bab69b;
  }
  #P4-outils .hypnose .art-med h3, #P4-outils .coherence-cardiaque .art-med h3, #P4-outils .pleine-conscience .art-med h3, #P4-outils .meditation .art-med h3 {
    color: #e9b787;
  }
  #P4-outils .hypnose::before {
    background: #576359;
  }
  #P4-outils .coherence-cardiaque::before {
    background: #bab69b;
  }
  #P4-outils .pleine-conscience::before {
    background: #e6d6bd;
  }
  #P4-outils .meditation::before {
    background: #e9b787;
  }
  #P4-outils .P4-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    isolation: isolate;
  }
  #P4-outils .P4-bouton-contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    border: #e9b787 0.09rem solid;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
  }
  #P4-outils .P4-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    border: none;
    color: #000;
    height: 35px;
    width: 120px;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  #P5-ecran {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  #P5-ecran .P5_hero {
    position: relative;
    width: 100%;
  }
  #P5-ecran .P5_hero img {
    height: 35rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div {
    height: 5rem;
    background: #bab69b;
    width: 20rem;
    margin: 0 auto;
    margin-top: -4rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div h1 {
    font-size: 1.2rem;
    padding-top: 2rem;
    font-family: prata;
    font-weight: 100;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div .separateur-hero {
    border: 0.08rem solid #fff;
    width: 0.01rem;
    margin-top: -3rem;
    margin-left: 18rem;
  }
  #P5-ecran .P5-intro {
    margin: 0 2rem;
  }
  #P5-ecran .P5-intro p {
    margin-top: 1rem;
  }
  #P5-ecran .P5-article-one, #P5-ecran .P5-article-two {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  #P5-ecran .P5-article-one ul, #P5-ecran .P5-article-two ul {
    list-style: none;
  }
  #P5-ecran .P5-article-one ul li, #P5-ecran .P5-article-two ul li {
    margin-top: 0.5rem;
  }
  #P5-ecran .P5-article-one h3, #P5-ecran .P5-article-two h3 {
    text-decoration: underline;
  }
  #P5-ecran .P5-article-one img {
    height: 15rem;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P5-ecran .P5-article-one article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    margin: 2rem;
  }
  #P5-ecran .P5-article-one article div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P5-ecran .P5-article-one article .bloc-vert {
    background: #bab69b;
    padding: 2rem 1rem;
    border-radius: 4px;
    color: #fff;
  }
  #P5-ecran .P5-article-two {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P5-ecran .P5-article-two img {
    height: 15rem;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P5-ecran .P5-article-two article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    margin: 2rem;
  }
  #P5-ecran .P5-article-two article div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P5-ecran .P5-article-two article .bloc-marron {
    background: #b99275;
    width: 100%;
    padding: 2rem 1rem;
    border-radius: 4px;
    color: #fff;
  }
  #P5-ecran .info-contact {
    margin: 0 2rem;
  }
  #P5-ecran .P5-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P5-ecran .P5-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P5-ecran .P5-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    border: none;
    color: #000;
    height: 35px;
    width: 120px;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  #P5-ecran .P5-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9b787;
    height: 15rem;
  }
  #P5-ecran .P5-citation blockquote {
    font-family: "dancing script", sans-serif;
    margin: 0 auto;
    text-align: end;
    font-size: 1.6rem;
    color: #fff;
    width: 80%;
  }
  #P5-ecran .P5-citation blockquote cite {
    font-size: 1rem;
    font-style: italic;
  }
  #P6-atelier {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  #P6-atelier .P6_hero {
    position: relative;
    width: 100%;
  }
  #P6-atelier .P6_hero img {
    height: 35rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div {
    height: 5rem;
    background: #bab69b;
    width: 20rem;
    margin: 0 auto;
    margin-top: -4rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div h1 {
    font-size: 1.2rem;
    padding-top: 2rem;
    font-family: prata;
    font-weight: 100;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div .separateur-hero {
    border: 0.08rem solid #fff;
    width: 0.01rem;
    margin-top: -3rem;
    margin-left: 18rem;
  }
  #P6-atelier .P6-intro {
    margin: 0 2rem;
  }
  #P6-atelier .P6-intro p {
    margin-top: 1rem;
  }
  #P6-atelier .P6-articles-ateliers {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  #P6-atelier .P6-articles-ateliers .P6-image-cabane-desktop {
    display: none;
  }
  #P6-atelier .P6-articles-ateliers .P6-image-cabane1-responsive {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: 10% 40%;
       object-position: 10% 40%;
    height: 8rem;
  }
  #P6-atelier .P6-articles-ateliers .P6-image-cabane2-responsive {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: 10% 62%;
       object-position: 10% 62%;
    height: 8rem;
  }
  #P6-atelier .P6-articles-ateliers div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude, #P6-atelier .P6-articles-ateliers div .bloc-beige, #P6-atelier .P6-articles-ateliers div .bloc-marron {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    border-radius: 0.5rem;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude h3, #P6-atelier .P6-articles-ateliers div .bloc-beige h3, #P6-atelier .P6-articles-ateliers div .bloc-marron h3 {
    color: #fff;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude {
    background: #e1d8c7;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-beige {
    background: #e6d6bd;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-marron {
    background: #b99275;
  }
  #P6-atelier .info-contact {
    margin: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #P6-atelier .info-contact h4 {
    margin: 2rem 0;
    font-size: 1.1rem;
  }
  #P6-atelier .P6-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P6-atelier .P6-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P6-atelier .P6-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    border: none;
    color: #000;
    height: 35px;
    width: 120px;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  #P6-atelier .P6-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #576359;
    height: 15rem;
  }
  #P6-atelier .P6-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    width: 67%;
    margin: 0 auto;
    text-align: end;
  }
  #P6-atelier .P6-citation blockquote cite {
    font-size: 1rem;
    font-style: italic;
  }
  #P7-contact {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  #P7-contact .P7-hero {
    position: relative;
    width: 100%;
  }
  #P7-contact .P7-hero img {
    height: 35rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P7-contact .P7-hero .P7-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div {
    height: 5rem;
    background: #bab69b;
    width: 20rem;
    margin: 0 auto;
    margin-top: -3rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div h1 {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-family: prata;
    margin: 0 auto;
    width: 60%;
    text-align: start;
    font-weight: 100;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div .separateur-hero {
    border: 0.08rem solid #fff;
    width: 0.01rem;
    margin-top: -3rem;
    margin-left: 18rem;
  }
  #P7-contact .P7-intro {
    margin: 0 2rem;
  }
  #P7-contact .P7-intro p {
    margin-top: 1rem;
  }
  #P7-contact .contact-form-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2rem;
    margin: 0 1.2rem;
  }
  #P7-contact .img-formulaire {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
  }
  #P7-contact .img-formulaire img {
    display: block;
    width: 100%;
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #P7-contact .img-formulaire::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    right: -0.8rem;
    bottom: -0.8rem;
    border: 1px solid #e9b787;
    pointer-events: none;
    z-index: -1;
  }
  #P7-contact .form-card {
    background: #fff;
    border-radius: 4px;
    padding: 1.6rem 1.2rem;
    box-shadow: 0 6px 24px rgba(61, 107, 68, 0.08);
    border: 1px solid #e6d6bd;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #P7-contact .form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 14px 14px 0 0;
    background: #e9b787;
  }
  #P7-contact .form-card h3 {
    font-family: "Prata", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1.3rem;
  }
  #P7-contact .chp {
    margin-bottom: 1rem;
  }
  #P7-contact .chp label {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 0.38rem;
  }
  #P7-contact .chp input, #P7-contact .chp textarea, #P7-contact .chp select {
    width: 100%;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #000;
    background: hsla(0, 0%, 100%, 0.96);
    border: 1px solid #e9b787;
    border-radius: 4px;
    padding: 0.75rem 0.9rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  }
  #P7-contact .chp input:focus, #P7-contact .chp textarea:focus, #P7-contact .chp select:focus {
    border-color: #576359;
    box-shadow: 0 0 0 3px rgba(87, 99, 89, 0.18);
    background: #fff;
  }
  #P7-contact .chp textarea {
    resize: vertical;
    min-height: 110px;
  }
  #P7-contact .duo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #P7-contact .btn-submit {
    width: 100%;
    min-height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Prata", sans-serif;
    font-size: 0.95rem;
    color: #000;
    background: #e9b787;
    border: none;
    border-radius: 4px;
    padding: 0.95rem;
    margin-top: 0.4rem;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
  }
  #P7-contact .btn-submit:hover {
    background: #bab69b;
    color: #fff;
    transform: translateY(-1px);
  }
  #P7-contact .rgpd {
    margin-top: 0.75rem;
    font-size: 0.74rem;
    font-weight: 300;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.65;
  }
  #P7-contact .P7-info {
    background: #576359;
    color: #fff;
    height: 23rem;
  }
  #P7-contact .P7-info .ad-mail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P7-contact .P7-info .ad-mail section {
    display: flex;
    align-items: baseline;
  }
  #P7-contact .P7-info .ad-mail section .mail h4 {
    margin: 0;
  }
  #P7-contact .P7-info .ad-mail .adresse, #P7-contact .P7-info .ad-mail .horaires {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
  }
  #P7-contact .P7-info .ad-mail .adresse h4, #P7-contact .P7-info .ad-mail .horaires h4 {
    margin: 0;
  }
  #P7-contact .P7-info .trait-beige, #P7-contact .P7-info .trait-corail {
    width: 2.5rem;
    height: 0.2rem;
    border-radius: 4px;
    margin: 2rem;
  }
  #P7-contact .P7-info .trait-beige {
    border: 0.4rem solid #e6d6bd;
    border-radius: 4px;
  }
  #P7-contact .P7-info .trait-corail {
    border: 0.4rem solid #e9b787;
    border-radius: 4px;
  }
  #P7-contact .P7-info h3 {
    color: #fff;
    font-family: "dancing script", sans-serif;
    font-size: 2rem;
    margin: 2rem;
  }
  #P7-contact .P7-info-destination {
    margin: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P7-contact .P7-info-destination h3 {
    font-family: dancing script;
    font-size: 2rem;
  }
  #P7-contact .P7-info-destination ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P7-contact iframe {
    margin-top: 3rem;
    width: 100%;
    border: none;
  }
  #P404-notfound {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 4rem;
  }
  #P404-notfound .P404-hero {
    position: relative;
    width: 100%;
  }
  #P404-notfound .P404-hero img {
    height: 32rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 76%;
       object-position: 20% 76%;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div {
    height: 6.2rem;
    background: rgba(87, 99, 89, 0.94);
    width: 20rem;
    margin: 0 auto;
    margin-top: -4rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div .P404-code {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14rem;
    margin: 0;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div h1 {
    font-size: 1.45rem;
    font-family: "Prata", sans-serif;
    font-weight: 200;
    padding: 0 1rem;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -2.2rem;
    margin-left: 18rem;
    height: 5.2rem;
  }
  #P404-notfound .P404-intro {
    margin: 0 1.2rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    border-radius: 4px;
  }
  #P404-notfound .P404-intro h2 {
    margin: 0;
    font-size: 1.8rem;
  }
  #P404-notfound .P404-intro p {
    margin: 0;
  }
  #P404-notfound .P404-actions {
    margin: 0 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #P404-notfound .P404-actions a {
    text-decoration: none;
  }
  #P404-notfound .P404-actions button {
    cursor: pointer;
  }
  #P404-notfound .P404-actions .P404-btn-home {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    border: none;
    color: #000;
    height: 35px;
    width: 120px;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    width: 14rem;
  }
  #P404-notfound .P404-actions .P404-btn-contact {
    background: #bab69b;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    border: none;
    color: #fff;
    height: 35px;
    width: 120px;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    width: 14rem;
  }
  #P404-notfound .P404-raccourcis {
    margin: 0 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P404-notfound .P404-raccourcis .P404-card {
    width: 100%;
    padding: 1.2rem;
    border-left: 5px solid #bab69b;
    border-top: 2px solid #bab69b;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }
  #P404-notfound .P404-raccourcis .P404-card h3 {
    color: #576359;
    font-size: 1.2rem;
  }
  #P404-notfound .P404-raccourcis .P404-card p {
    margin: 0;
  }
  #P404-notfound .P404-raccourcis .P404-card a {
    text-decoration: none;
    color: #576359;
    font-family: "Prata", sans-serif;
    font-size: 0.9rem;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(2) {
    border-left-color: #e9b787;
    border-top-color: #e9b787;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(2) h3, #P404-notfound .P404-raccourcis .P404-card:nth-child(2) a {
    color: #b99275;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(3) {
    border-left-color: #e6d6bd;
    border-top-color: #e6d6bd;
  }
  #P404-notfound .P404-citation {
    background: #e9b787;
    padding: 2rem 1.5rem;
    text-align: center;
  }
  #P404-notfound .P404-citation blockquote {
    color: #fff;
    font-family: "Dancing Script", sans-serif;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  strong {
    font-family: "Source Sans 3", serif;
    font-weight: 600;
  }
  .h1-beige {
    color: #e6d6bd;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 300;
    font-family: "Prata", sans-serif;
  }
  .h1-blanc {
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
    font-family: "Prata", sans-serif;
  }
  p, ul, li {
    font-size: 0.95rem;
    font-weight: 300;
    font-family: "Source Sans 3", sans-serif;
  }
  h2 {
    font-size: 2rem;
    opacity: 1;
    color: #576359;
    margin: 3rem 0.8rem;
    font-family: "Dancing Script", script;
  }
  h3 {
    font-size: 1.1rem;
    font-family: "Prata", sans-serif;
    font-weight: 200;
  }
  h4 {
    font-size: 1rem;
    font-family: "Prata", sans-serif;
    margin: 3rem;
    opacity: 1;
  }
  h5 {
    font-size: 1.1rem;
    font-family: "Prata", sans-serif;
  }
  #P1-accueil {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  #P1-accueil .hero {
    position: relative;
    width: 100%;
  }
  #P1-accueil .hero img {
    height: 38rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P1-accueil .hero .P1-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P1-accueil .hero .P1-etiquette-hero div {
    height: 7rem;
    background: #bab69b;
    width: 30rem;
    margin: 0 auto;
    margin-top: -4.5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P1-accueil .hero .P1-etiquette-hero div h1 {
    font-size: 1.6rem;
    padding-top: 1.4rem;
    font-family: prata;
    font-weight: 100;
  }
  #P1-accueil .hero .P1-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -2.2rem;
    margin-left: 27.5rem;
  }
  #P1-accueil .P1-intro {
    margin: 0 3rem;
  }
  #P1-accueil .P1-intro div {
    width: 40%;
  }
  #P1-accueil .P1-intro p {
    margin-top: 1rem;
  }
  #P1-accueil .redirections {
    display: grid;
    grid-template-columns: 20rem 1fr;
    grid-template-areas: "img a1" "a2  a3";
    gap: 4rem;
    justify-content: center;
    align-items: start;
    margin: 0 auto;
  }
  #P1-accueil .redirections .P1-redirections-img-container {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  #P1-accueil .redirections .P1-redirections-img-container .P1-redirections-img {
    display: block;
    height: 25rem;
    width: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P1-accueil .redirections .P1-redirections-img-container::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 3rem;
    height: 25rem;
    width: 15rem;
    border: 2px solid #e9b787;
    box-sizing: border-box;
    pointer-events: none;
  }
  #P1-accueil .redirections .P1-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P1-accueil .redirections .P1-btn div {
    width: 100%;
    border: #bab69b 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P1-accueil .redirections .P1-btn button {
    background: #bab69b;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
    border: none;
    height: 32px;
    width: 127px;
    cursor: pointer;
  }
  #P1-accueil .redirections .P1-btn-ecranless {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P1-accueil .redirections .P1-btn-ecranless div {
    width: 100%;
    border: #bab69b 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P1-accueil .redirections .P1-btn-ecranless button {
    background: #bab69b;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
    border: none;
    height: 32px;
    width: 127px;
    cursor: pointer;
  }
  #P1-accueil .redirections > div:first-child {
    grid-area: img;
    max-width: none;
  }
  #P1-accueil .redirections .redirection-ortho {
    grid-area: a1;
  }
  #P1-accueil .redirections .redirection-therapie {
    grid-area: a2;
    margin-left: 2rem;
  }
  #P1-accueil .redirections .redirection-ecranless {
    grid-area: a3;
  }
  #P1-accueil .redirections > div img {
    height: 36rem;
    width: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P1-accueil .redirections .trois-redirections {
    display: contents;
  }
  #P1-accueil .redirections .redirection-ortho, #P1-accueil .redirections .redirection-therapie, #P1-accueil .redirections .redirection-ecranless {
    width: 18rem;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: normal;
  }
  #P1-accueil .presentation {
    display: flex;
    background: #e6d6bd;
    gap: 2.5rem;
    padding: 2rem;
    align-items: flex-start;
  }
  #P1-accueil .presentation img {
    width: 42%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P1-accueil .presentation div {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #P1-accueil .presentation h4 {
    margin: 0;
  }
  #P1-accueil .valeurs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem;
  }
  #P1-accueil .valeurs div {
    display: contents;
  }
  #P1-accueil .valeurs article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    border-radius: 1px;
    padding: 1.5rem 1.5rem 1.5rem calc(1.5rem + 5px);
    min-height: 20rem;
  }
  #P1-accueil .valeurs article::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #bab69b;
  }
  #P1-accueil .valeurs article img {
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
  }
  #P1-accueil .valeurs .art-vertsauge::before {
    background: #bab69b;
  }
  #P1-accueil .valeurs .art-vertsauge h5 {
    color: #bab69b;
  }
  #P1-accueil .valeurs .art-noir::before {
    background: #000;
  }
  #P1-accueil .valeurs .art-corail::before {
    background: #e9b787;
  }
  #P1-accueil .valeurs .art-corail h5 {
    color: #e9b787;
  }
  #P1-accueil .valeurs .art-marron::before {
    background: #b99275;
  }
  #P1-accueil .valeurs .art-marron h5 {
    color: #b99275;
  }
  #P1-accueil .valeurs .art-vertf::before {
    background: #576359;
  }
  #P1-accueil .valeurs .art-vertf h5 {
    color: #576359;
  }
  #P1-accueil .P1-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9b787;
    height: 12rem;
  }
  #P1-accueil .P1-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.8rem;
    color: #1f231e;
    width: 65%;
    margin: 0 auto;
    text-align: end;
  }
  #P1-accueil .P1-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P1-accueil .P1-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P1-accueil .P1-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P2-orthopedagogie {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P2-orthopedagogie .P2_hero {
    position: relative;
    width: 100%;
  }
  #P2-orthopedagogie .P2_hero img {
    height: 38rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 45%;
       object-position: 20% 45%;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div {
    height: 7rem;
    background: #bab69b;
    width: 30rem;
    margin: 0 auto;
    margin-top: -4.5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div h1 {
    font-size: 1.6rem;
    padding-top: 2.6rem;
    font-family: prata;
    font-weight: 100;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -3rem;
    margin-left: 27.5rem;
  }
  #P2-orthopedagogie .P2-intro {
    margin: 0 3rem;
  }
  #P2-orthopedagogie .P2-intro p {
    margin-top: 1rem;
  }
  #P2-orthopedagogie .P2-blocs-images {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 2rem;
  }
  #P2-orthopedagogie .P2-blocs-images .img {
    display: flex;
    gap: 2rem;
    margin: 0 auto;
  }
  #P2-orthopedagogie .P2-blocs-images img {
    height: 30rem;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-img {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 1.5rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-img img {
    height: 14rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;
    justify-content: space-evenly;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles article {
    width: 85%;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-barre-beige {
    display: none;
  }
  #P2-orthopedagogie .P2-infos-mobile {
    display: none;
  }
  #P2-orthopedagogie .P2-infos-ordi {
    display: flex;
    gap: 2rem;
    width: 100%;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-barre-beige {
    border: 0.4rem solid #b99275;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P2-orthopedagogie .P2-infos-ordi section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 75%;
  }
  #P2-orthopedagogie .P2-infos-ordi article {
    width: 100%;
    max-width: 34rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #P2-orthopedagogie .P2-infos-ordi article ul {
    list-style: none;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige img {
    height: 28rem;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige .P2-cadre-plante {
    height: 29rem;
    margin-top: -31rem;
    margin-left: 2rem;
    width: 18rem;
    position: absolute;
    pointer-events: none;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige .P2-cadre-plante::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 0.1rem solid #e6d6bd;
    box-sizing: border-box;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige .P2-bloc-livre {
    display: flex;
    gap: 1rem;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige .P2-bloc-livre .P2-barre-verte {
    border: 0.4rem solid #bab69b;
    border-radius: 3px;
    margin-right: 1rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P2-orthopedagogie .P2-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P2-orthopedagogie .P2-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P2-orthopedagogie .P2-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P2-orthopedagogie .P2-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bab69b;
    height: 12rem;
  }
  #P2-orthopedagogie .P2-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    width: 55%;
    margin: 0 auto;
    text-align: end;
  }
  #P2-orthopedagogie .P2-citation blockquote cite {
    font-size: 1.1rem;
    font-style: italic;
  }
  #P3-therapie {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P3-therapie .P3_hero {
    position: relative;
    width: 100%;
  }
  #P3-therapie .P3_hero img {
    height: 38rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 45%;
       object-position: 20% 45%;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div {
    height: 7rem;
    background: #bab69b;
    width: 30rem;
    margin: 0 auto;
    margin-top: -4.5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div h1 {
    font-size: 1.6rem;
    padding-top: 2.6rem;
    font-family: prata;
    font-weight: 100;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -3rem;
    margin-left: 27.5rem;
  }
  #P3-therapie .P3-intro {
    margin: 0 3rem;
  }
  #P3-therapie .P3-intro p {
    margin-top: 1rem;
  }
  #P3-therapie .P3-blocs-images {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 2rem;
  }
  #P3-therapie .P3-blocs-images .img {
    display: flex;
    margin: 0 auto;
    flex-direction: row-reverse;
    gap: 2rem;
  }
  #P3-therapie .P3-blocs-images img {
    height: 30rem;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P3-therapie .P3-blocs-images .P3-deux-img {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #P3-therapie .P3-blocs-images .P3-deux-img img {
    height: 14rem;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: space-evenly;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles article {
    width: 85%;
  }
  #P3-therapie .P3-blocs-images .P3-barre-beige {
    display: none;
  }
  #P3-therapie .P3-infos-mobile {
    display: none;
  }
  #P3-therapie .P3-infos-ordi {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    width: 100%;
  }
  #P3-therapie .P3-infos-ordi .P3-barre-beige {
    border: 0.4rem solid #b99275;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P3-therapie .P3-infos-ordi section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 75%;
  }
  #P3-therapie .P3-infos-ordi article {
    width: 100%;
    max-width: 34rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #P3-therapie .P3-infos-ordi article ul {
    list-style: none;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige img {
    height: 28rem;
    width: 86%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige .P3-cadre-plante {
    height: 29rem;
    margin-top: -31rem;
    margin-left: 2rem;
    width: 18rem;
    position: absolute;
    pointer-events: none;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige .P3-cadre-plante::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 0.1rem solid #e6d6bd;
    box-sizing: border-box;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige .P3-bloc-tableau {
    display: flex;
    gap: 1rem;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige .P3-bloc-tableau .P3-barre-verte {
    border: 0.4rem solid #bab69b;
    border-radius: 3px;
    margin-right: 1rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P3-therapie .P3-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P3-therapie .P3-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P3-therapie .P3-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P3-therapie .P3-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bab69b;
    height: 12rem;
  }
  #P3-therapie .P3-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    width: 55%;
    margin: 0 auto;
    text-align: end;
  }
  #P3-therapie .P3-citation blockquote cite {
    font-size: 1.1rem;
    font-style: italic;
  }
  #P4-outils {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }
  #P4-outils .P4_hero {
    position: relative;
    width: 100%;
  }
  #P4-outils .P4_hero img {
    height: 38rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P4-outils .P4_hero .P4-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div {
    height: 7rem;
    background: #bab69b;
    width: 30rem;
    margin: 0 auto;
    margin-top: -4.5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div h1 {
    font-size: 1.6rem;
    padding-top: 2.6rem;
    font-family: prata;
    font-weight: 100;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -3.2rem;
    margin-left: 27.5rem;
  }
  #P4-outils .P4-intro {
    margin: 0 3rem;
  }
  #P4-outils .P4-intro p {
    margin-top: 1rem;
  }
  #P4-outils .outils {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #P4-outils .outils a {
    text-decoration: none;
  }
  #P4-outils .outils .outil-hypnose, #P4-outils .outils .outil-cc, #P4-outils .outils .outil-pc, #P4-outils .outils .outil-med {
    border-radius: 4px;
    padding: 1rem;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    width: 10rem;
    text-align: center;
  }
  #P4-outils .outils .outil-hypnose {
    padding: 1.7rem;
    background: #576359;
  }
  #P4-outils .outils .outil-cc {
    background: #bab69b;
  }
  #P4-outils .outils .outil-pc {
    background: #e6d6bd;
  }
  #P4-outils .outils .outil-med {
    background: #e9b787;
  }
  #P4-outils .hypnose, #P4-outils .coherence-cardiaque, #P4-outils .pleine-conscience, #P4-outils .meditation {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 2rem;
    position: relative;
  }
  #P4-outils .hypnose::before, #P4-outils .coherence-cardiaque::before, #P4-outils .pleine-conscience::before, #P4-outils .meditation::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.3rem;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
  #P4-outils .hypnose img, #P4-outils .coherence-cardiaque img, #P4-outils .pleine-conscience img, #P4-outils .meditation img {
    height: 18rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.6rem;
  }
  #P4-outils .hypnose .art-hypnose, #P4-outils .hypnose .art-pc, #P4-outils .hypnose .art-cc, #P4-outils .hypnose .art-med, #P4-outils .coherence-cardiaque .art-hypnose, #P4-outils .coherence-cardiaque .art-pc, #P4-outils .coherence-cardiaque .art-cc, #P4-outils .coherence-cardiaque .art-med, #P4-outils .pleine-conscience .art-hypnose, #P4-outils .pleine-conscience .art-pc, #P4-outils .pleine-conscience .art-cc, #P4-outils .pleine-conscience .art-med, #P4-outils .meditation .art-hypnose, #P4-outils .meditation .art-pc, #P4-outils .meditation .art-cc, #P4-outils .meditation .art-med {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    padding: 1.2rem;
    border-radius: 0.4rem;
  }
  #P4-outils .hypnose .art-hypnose h3, #P4-outils .hypnose .art-pc h3, #P4-outils .hypnose .art-cc h3, #P4-outils .hypnose .art-med h3, #P4-outils .coherence-cardiaque .art-hypnose h3, #P4-outils .coherence-cardiaque .art-pc h3, #P4-outils .coherence-cardiaque .art-cc h3, #P4-outils .coherence-cardiaque .art-med h3, #P4-outils .pleine-conscience .art-hypnose h3, #P4-outils .pleine-conscience .art-pc h3, #P4-outils .pleine-conscience .art-cc h3, #P4-outils .pleine-conscience .art-med h3, #P4-outils .meditation .art-hypnose h3, #P4-outils .meditation .art-pc h3, #P4-outils .meditation .art-cc h3, #P4-outils .meditation .art-med h3 {
    width: 100%;
    font-size: 1.25rem;
  }
  #P4-outils .hypnose .art-hypnose div, #P4-outils .hypnose .art-pc div, #P4-outils .hypnose .art-cc div, #P4-outils .hypnose .art-med div, #P4-outils .coherence-cardiaque .art-hypnose div, #P4-outils .coherence-cardiaque .art-pc div, #P4-outils .coherence-cardiaque .art-cc div, #P4-outils .coherence-cardiaque .art-med div, #P4-outils .pleine-conscience .art-hypnose div, #P4-outils .pleine-conscience .art-pc div, #P4-outils .pleine-conscience .art-cc div, #P4-outils .pleine-conscience .art-med div, #P4-outils .meditation .art-hypnose div, #P4-outils .meditation .art-pc div, #P4-outils .meditation .art-cc div, #P4-outils .meditation .art-med div {
    width: 47%;
  }
  #P4-outils .hypnose .art-hypnose div h4, #P4-outils .hypnose .art-pc div h4, #P4-outils .hypnose .art-cc div h4, #P4-outils .hypnose .art-med div h4, #P4-outils .coherence-cardiaque .art-hypnose div h4, #P4-outils .coherence-cardiaque .art-pc div h4, #P4-outils .coherence-cardiaque .art-cc div h4, #P4-outils .coherence-cardiaque .art-med div h4, #P4-outils .pleine-conscience .art-hypnose div h4, #P4-outils .pleine-conscience .art-pc div h4, #P4-outils .pleine-conscience .art-cc div h4, #P4-outils .pleine-conscience .art-med div h4, #P4-outils .meditation .art-hypnose div h4, #P4-outils .meditation .art-pc div h4, #P4-outils .meditation .art-cc div h4, #P4-outils .meditation .art-med div h4 {
    margin: 1.5rem 0;
  }
  #P4-outils .hypnose .art-hypnose div ul, #P4-outils .hypnose .art-pc div ul, #P4-outils .hypnose .art-cc div ul, #P4-outils .hypnose .art-med div ul, #P4-outils .coherence-cardiaque .art-hypnose div ul, #P4-outils .coherence-cardiaque .art-pc div ul, #P4-outils .coherence-cardiaque .art-cc div ul, #P4-outils .coherence-cardiaque .art-med div ul, #P4-outils .pleine-conscience .art-hypnose div ul, #P4-outils .pleine-conscience .art-pc div ul, #P4-outils .pleine-conscience .art-cc div ul, #P4-outils .pleine-conscience .art-med div ul, #P4-outils .meditation .art-hypnose div ul, #P4-outils .meditation .art-pc div ul, #P4-outils .meditation .art-cc div ul, #P4-outils .meditation .art-med div ul {
    list-style: none;
  }
  #P4-outils .hypnose .art-hypnose, #P4-outils .coherence-cardiaque .art-hypnose, #P4-outils .pleine-conscience .art-hypnose, #P4-outils .meditation .art-hypnose {
    border-left: #576359 0.3rem solid;
  }
  #P4-outils .hypnose .art-hypnose h3, #P4-outils .coherence-cardiaque .art-hypnose h3, #P4-outils .pleine-conscience .art-hypnose h3, #P4-outils .meditation .art-hypnose h3 {
    color: #576359;
  }
  #P4-outils .hypnose .art-pc, #P4-outils .coherence-cardiaque .art-pc, #P4-outils .pleine-conscience .art-pc, #P4-outils .meditation .art-pc {
    border-left: #e6d6bd 0.3rem solid;
  }
  #P4-outils .hypnose .art-pc h3, #P4-outils .coherence-cardiaque .art-pc h3, #P4-outils .pleine-conscience .art-pc h3, #P4-outils .meditation .art-pc h3 {
    color: #e6d6bd;
  }
  #P4-outils .hypnose .art-cc, #P4-outils .coherence-cardiaque .art-cc, #P4-outils .pleine-conscience .art-cc, #P4-outils .meditation .art-cc {
    border-left: #bab69b 0.3rem solid;
  }
  #P4-outils .hypnose .art-cc h3, #P4-outils .coherence-cardiaque .art-cc h3, #P4-outils .pleine-conscience .art-cc h3, #P4-outils .meditation .art-cc h3 {
    color: #bab69b;
  }
  #P4-outils .hypnose .art-med, #P4-outils .coherence-cardiaque .art-med, #P4-outils .pleine-conscience .art-med, #P4-outils .meditation .art-med {
    border-left: #e9b787 0.3rem solid;
  }
  #P4-outils .hypnose .art-med h3, #P4-outils .coherence-cardiaque .art-med h3, #P4-outils .pleine-conscience .art-med h3, #P4-outils .meditation .art-med h3 {
    color: #e9b787;
  }
  #P4-outils .hypnose::before {
    background: #576359;
  }
  #P4-outils .coherence-cardiaque::before, #P4-outils .pleine-conscience::before {
    background: #e6d6bd;
  }
  #P4-outils .meditation::before {
    background: #e9b787;
  }
  #P4-outils .P4-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    isolation: isolate;
  }
  #P4-outils .P4-bouton-contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    border: #e9b787 0.09rem solid;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
  }
  #P4-outils .P4-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P5-ecran {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }
  #P5-ecran .P5_hero {
    position: relative;
    width: 100%;
  }
  #P5-ecran .P5_hero img {
    height: 38rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div {
    height: 7rem;
    background: #bab69b;
    width: 30rem;
    margin: 0 auto;
    margin-top: -4.5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div h1 {
    font-size: 1.6rem;
    padding-top: 2.6rem;
    font-family: prata;
    font-weight: 100;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -3.2rem;
    margin-left: 27.5rem;
  }
  #P5-ecran .P5-intro {
    margin: 0 3rem;
  }
  #P5-ecran .P5-intro p {
    margin-top: 1rem;
  }
  #P5-ecran .P5-article-one, #P5-ecran .P5-article-two {
    display: flex;
    gap: 2rem;
    margin: 0 2rem;
    align-items: stretch;
  }
  #P5-ecran .P5-article-one .bloc-vert, #P5-ecran .P5-article-two .bloc-vert {
    background: #bab69b;
    padding: 2rem 1rem;
    border-radius: 4px;
    color: #fff;
  }
  #P5-ecran .P5-article-one .bloc-marron, #P5-ecran .P5-article-two .bloc-marron {
    background: #b99275;
    padding: 2rem 1rem;
    border-radius: 4px;
    color: #fff;
  }
  #P5-ecran .P5-article-one img, #P5-ecran .P5-article-two img {
    width: 45%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.4rem;
  }
  #P5-ecran .P5-article-one article, #P5-ecran .P5-article-two article {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #P5-ecran .P5-article-one article ul, #P5-ecran .P5-article-two article ul {
    list-style: none;
  }
  #P5-ecran .P5-article-one article h3, #P5-ecran .P5-article-two article h3 {
    text-decoration: underline;
    margin-bottom: 1rem;
  }
  #P5-ecran .P5-article-two {
    flex-direction: row-reverse;
  }
  #P5-ecran .info-contact {
    margin: 0 3rem;
  }
  #P5-ecran .P5-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P5-ecran .P5-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P5-ecran .P5-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P5-ecran .P5-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9b787;
    height: 15rem;
  }
  #P5-ecran .P5-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    width: 65%;
    margin: 0 auto;
    text-align: end;
  }
  #P5-ecran .P5-citation blockquote cite {
    font-size: 1.1rem;
    font-style: italic;
  }
  #P6-atelier {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }
  #P6-atelier .P6_hero {
    position: relative;
    width: 100%;
  }
  #P6-atelier .P6_hero img {
    height: 38rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div {
    height: 7rem;
    background: #bab69b;
    width: 30rem;
    margin: 0 auto;
    margin-top: -4.5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div h1 {
    font-size: 1.6rem;
    padding-top: 2.6rem;
    font-family: prata;
    font-weight: 100;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -3.2rem;
    margin-left: 27.5rem;
  }
  #P6-atelier .P6-intro {
    margin: 0 3rem;
  }
  #P6-atelier .P6-intro p {
    margin-top: 1rem;
  }
  #P6-atelier .P6-articles-ateliers {
    display: flex;
    gap: 2rem;
    margin: 0 2rem;
  }
  #P6-atelier .P6-articles-ateliers .P6-image-cabane-desktop {
    display: block;
    width: 40%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.6rem;
  }
  #P6-atelier .P6-articles-ateliers .P6-image-cabane1-responsive, #P6-atelier .P6-articles-ateliers .P6-image-cabane2-responsive {
    display: none;
  }
  #P6-atelier .P6-articles-ateliers div {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude, #P6-atelier .P6-articles-ateliers div .bloc-beige, #P6-atelier .P6-articles-ateliers div .bloc-marron {
    padding: 2rem;
    border-radius: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude h3, #P6-atelier .P6-articles-ateliers div .bloc-beige h3, #P6-atelier .P6-articles-ateliers div .bloc-marron h3 {
    color: #fff;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude {
    background: #e1d8c7;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-beige {
    background: #e6d6bd;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-marron {
    background: #b99275;
  }
  #P6-atelier .info-contact {
    margin: 0 3rem;
  }
  #P6-atelier .info-contact h4 {
    margin: 1.5rem 0;
    font-size: 1.2rem;
  }
  #P6-atelier .P6-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P6-atelier .P6-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P6-atelier .P6-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P6-atelier .P6-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #576359;
    height: 15rem;
  }
  #P6-atelier .P6-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    width: 35%;
    margin: 0 auto;
    text-align: end;
  }
  #P6-atelier .P6-citation blockquote cite {
    font-size: 1.1rem;
    font-style: italic;
  }
  #P7-contact {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }
  #P7-contact .P7-hero {
    position: relative;
    width: 100%;
  }
  #P7-contact .P7-hero img {
    height: 38rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P7-contact .P7-hero .P7-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div {
    height: 7rem;
    background: #bab69b;
    width: 30rem;
    margin: 0 auto;
    margin-top: -4rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div h1 {
    font-size: 1.6rem;
    padding-top: 2.2rem;
    font-family: prata;
    font-weight: 100;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -3.2rem;
    margin-left: 27.5rem;
  }
  #P7-contact .P7-intro {
    margin: 0 3rem;
  }
  #P7-contact .P7-intro p {
    margin-top: 1rem;
  }
  #P7-contact .contact-form-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.4rem;
    margin: 0 2.5rem;
  }
  #P7-contact .img-formulaire {
    position: relative;
    width: min(100%, 20rem);
    flex-shrink: 0;
    margin: 0 auto;
  }
  #P7-contact .img-formulaire img {
    display: block;
    width: 100%;
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #P7-contact .img-formulaire::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: -1rem;
    bottom: -1rem;
    border: 1px solid #e9b787;
    pointer-events: none;
    z-index: -1;
  }
  #P7-contact .form-card {
    background: #fff;
    border-radius: 4px;
    padding: 2rem 1.6rem;
    box-shadow: 0 6px 30px rgba(61, 107, 68, 0.09);
    border: 1px solid #e6d6bd;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #P7-contact .form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 14px 14px 0 0;
    background: #e9b787;
  }
  #P7-contact .form-card h3 {
    font-family: "Prata", sans-serif;
    font-size: 1.18rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1.5rem;
  }
  #P7-contact .chp {
    margin-bottom: 1.05rem;
  }
  #P7-contact .chp label {
    display: block;
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 0.38rem;
  }
  #P7-contact .chp input, #P7-contact .chp textarea, #P7-contact .chp select {
    width: 100%;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #000;
    background: hsla(0, 0%, 100%, 0.96);
    border: 1px solid #e9b787;
    border-radius: 4px;
    padding: 0.72rem 0.95rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  }
  #P7-contact .chp input:focus, #P7-contact .chp textarea:focus, #P7-contact .chp select:focus {
    border-color: #576359;
    box-shadow: 0 0 0 3px rgba(87, 99, 89, 0.18);
    background: #fff;
  }
  #P7-contact .chp textarea {
    resize: vertical;
    min-height: 100px;
  }
  #P7-contact .duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }
  #P7-contact .btn-submit {
    width: 100%;
    min-height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Prata", sans-serif;
    font-size: 0.95rem;
    color: #000;
    background: #e9b787;
    border: none;
    border-radius: 4px;
    padding: 0.95rem;
    margin-top: 0.4rem;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
  }
  #P7-contact .btn-submit:hover {
    background: #bab69b;
    color: #fff;
    transform: translateY(-1px);
  }
  #P7-contact .rgpd {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    font-weight: 300;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.65;
  }
  #P7-contact .P7-info {
    background: #576359;
    color: #fff;
    height: auto;
    padding-bottom: 2rem;
  }
  #P7-contact .P7-info h3 {
    text-align: center;
    color: #fff;
    font-family: "dancing script", sans-serif;
    font-size: 2rem;
    margin: 2.5rem 0 1.5rem;
  }
  #P7-contact .P7-info .ad-mail {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 3rem;
  }
  #P7-contact .P7-info .ad-mail .info-mail, #P7-contact .P7-info .ad-mail .info-adresse {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  #P7-contact .P7-info .ad-mail h4 {
    margin: 0;
    font-size: 1.05rem;
  }
  #P7-contact .P7-info .trait-beige, #P7-contact .P7-info .trait-corail, #P7-contact .P7-info .trait-vert, #P7-contact .P7-info .trait-sauge {
    width: 3rem;
    height: 0.5rem;
    border-radius: 4px;
    margin: 1.5rem;
  }
  #P7-contact .P7-info .trait-beige {
    border: 0.5rem solid #e6d6bd;
  }
  #P7-contact .P7-info .trait-corail {
    border: 0.5rem solid #e9b787;
  }
  #P7-contact .P7-info .trait-vert {
    border: 0.5rem solid #a0ad92;
  }
  #P7-contact .P7-info .trait-sauge {
    border: 0.5rem solid #bab69b;
  }
  #P7-contact .P7-info-destination {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #P7-contact .P7-info-destination h3 {
    text-align: center;
    font-family: dancing script;
    font-size: 2rem;
  }
  #P7-contact .P7-info-destination ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin: 0 3rem;
  }
  #P7-contact iframe {
    margin-top: 2rem;
    width: 100%;
    border: none;
  }
  #P404-notfound {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    padding-bottom: 5rem;
  }
  #P404-notfound .P404-hero {
    position: relative;
    width: 100%;
  }
  #P404-notfound .P404-hero img {
    height: 34rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 76%;
       object-position: 20% 76%;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div {
    height: 8rem;
    background: rgba(87, 99, 89, 0.96);
    width: 32rem;
    margin: 0 auto;
    margin-top: -4.5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div .P404-code {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18rem;
    margin: 0;
    margin-top: 1.2rem;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div h1 {
    font-size: 1.9rem;
    font-family: "Prata", sans-serif;
    font-weight: 200;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -3.1rem;
    margin-left: 29.5rem;
    height: 7rem;
  }
  #P404-notfound .P404-intro {
    margin: 0 2rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 4px;
    text-align: center;
  }
  #P404-notfound .P404-intro h2 {
    margin: 0;
    font-size: 2rem;
  }
  #P404-notfound .P404-intro p {
    margin: 0;
    font-size: 1.05rem;
  }
  #P404-notfound .P404-actions {
    margin: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #P404-notfound .P404-actions a {
    text-decoration: none;
  }
  #P404-notfound .P404-actions button {
    cursor: pointer;
  }
  #P404-notfound .P404-actions .P404-btn-home {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    width: 14rem;
    height: 2.6rem;
  }
  #P404-notfound .P404-actions .P404-btn-contact {
    background: #bab69b;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
    border: none;
    height: 32px;
    width: 127px;
    width: 14rem;
    height: 2.6rem;
    font-size: 1rem;
  }
  #P404-notfound .P404-raccourcis {
    margin: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  #P404-notfound .P404-raccourcis .P404-card {
    width: 100%;
    min-height: 13rem;
    padding: 1.4rem;
    border-left: 5px solid #bab69b;
    border-top: 2px solid #bab69b;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  #P404-notfound .P404-raccourcis .P404-card h3 {
    font-size: 1.25rem;
    color: #576359;
  }
  #P404-notfound .P404-raccourcis .P404-card p {
    margin: 0;
  }
  #P404-notfound .P404-raccourcis .P404-card a {
    text-decoration: none;
    color: #576359;
    font-family: "Prata", sans-serif;
    font-size: 0.92rem;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(2) {
    border-left-color: #e9b787;
    border-top-color: #e9b787;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(2) h3, #P404-notfound .P404-raccourcis .P404-card:nth-child(2) a {
    color: #b99275;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(3) {
    border-left-color: #e6d6bd;
    border-top-color: #e6d6bd;
  }
  #P404-notfound .P404-citation {
    background: #e9b787;
    padding: 2.5rem 2rem;
    text-align: center;
  }
  #P404-notfound .P404-citation blockquote {
    color: #fff;
    font-family: "Dancing Script", sans-serif;
    font-size: 1.9rem;
    max-width: 45rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  strong {
    font-family: "Source Sans 3", serif;
    font-weight: 600;
  }
  .h1-beige {
    color: #e6d6bd;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 300;
    font-family: "Prata", sans-serif;
  }
  .h1-blanc {
    color: #fff;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 300;
    font-family: "Prata", sans-serif;
  }
  p, ul, li {
    font-size: 1rem;
    font-weight: 300;
    font-family: "Source Sans 3", sans-serif;
  }
  h2 {
    font-size: 2rem;
    opacity: 1;
    color: #bab69b;
    margin: 5rem 0;
    font-family: "Dancing Script", script;
  }
  h3 {
    font-size: 1.2rem;
    font-family: "Prata", sans-serif;
    font-weight: 200;
  }
  h4 {
    font-size: 1.4rem;
    font-family: "Prata", sans-serif;
    margin: 5rem;
    opacity: 1;
  }
  h5 {
    font-size: 1.2rem;
    font-family: "Prata", sans-serif;
  }
}
@media screen and (min-width: 1025px) {
  #P1-accueil {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  #P1-accueil .hero {
    position: relative;
    width: 100%;
  }
  #P1-accueil .hero img {
    height: 43rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
  #P1-accueil .hero .P1-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P1-accueil .hero .P1-etiquette-hero div {
    height: 10rem;
    background: #bab69b;
    width: 40rem;
    margin: 0 auto;
    margin-top: -5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
  }
  #P1-accueil .hero .P1-etiquette-hero div h1 {
    font-size: 2rem;
    padding-top: 4rem;
    font-family: prata;
    padding-top: 2.5rem;
    font-weight: 100;
  }
  #P1-accueil .hero .P1-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -4rem;
    margin-left: 37rem;
  }
  #P1-accueil .P1-intro {
    margin: 0 5rem;
  }
  #P1-accueil .P1-intro p {
    margin-top: 1rem;
  }
  #P1-accueil .redirections {
    display: flex;
    flex-direction: row;
    gap: 12rem;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  #P1-accueil .redirections .P1-redirections-img-container {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  #P1-accueil .redirections .P1-redirections-img-container .P1-redirections-img {
    display: block;
    height: 60rem;
    width: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P1-accueil .redirections .P1-redirections-img-container::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 4rem;
    height: 60rem;
    width: 30rem;
    border: 2px solid #e9b787;
    box-sizing: border-box;
    pointer-events: none;
  }
  #P1-accueil .redirections .redirection-ortho, #P1-accueil .redirections .redirection-therapie, #P1-accueil .redirections .redirection-ecranless {
    width: 30rem;
    display: flex;
    padding: 2rem;
    box-sizing: border-box;
    gap: 1rem;
    flex-direction: column;
  }
  #P1-accueil .redirections .redirection-ortho .P1-btn, #P1-accueil .redirections .redirection-ortho .P1-btn-ecranless, #P1-accueil .redirections .redirection-therapie .P1-btn, #P1-accueil .redirections .redirection-therapie .P1-btn-ecranless, #P1-accueil .redirections .redirection-ecranless .P1-btn, #P1-accueil .redirections .redirection-ecranless .P1-btn-ecranless {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P1-accueil .redirections .redirection-ortho .P1-btn div, #P1-accueil .redirections .redirection-ortho .P1-btn-ecranless div, #P1-accueil .redirections .redirection-therapie .P1-btn div, #P1-accueil .redirections .redirection-therapie .P1-btn-ecranless div, #P1-accueil .redirections .redirection-ecranless .P1-btn div, #P1-accueil .redirections .redirection-ecranless .P1-btn-ecranless div {
    width: 85%;
    border: #bab69b 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P1-accueil .redirections .redirection-ortho .P1-btn button, #P1-accueil .redirections .redirection-ortho .P1-btn-ecranless button, #P1-accueil .redirections .redirection-therapie .P1-btn button, #P1-accueil .redirections .redirection-therapie .P1-btn-ecranless button, #P1-accueil .redirections .redirection-ecranless .P1-btn button, #P1-accueil .redirections .redirection-ecranless .P1-btn-ecranless button {
    background: #bab69b;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
    border: none;
    height: 32px;
    width: 127px;
    cursor: pointer;
  }
  #P1-accueil .redirections h3 {
    font-size: 1.5rem;
  }
  #P1-accueil .redirections p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #P1-accueil .redirections button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P1-accueil .presentation {
    display: flex;
    background: #e6d6bd;
    gap: 3rem;
    padding: 2rem;
    align-items: flex-start;
  }
  #P1-accueil .presentation img {
    height: auto;
    width: 40%;
  }
  #P1-accueil .presentation div {
    margin: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P1-accueil .presentation h4 {
    margin: 0;
  }
  #P1-accueil .valeurs {
    display: flex;
    gap: 7rem;
    margin: 5rem;
  }
  #P1-accueil .valeurs div {
    gap: 6rem;
    display: flex;
    flex-direction: column;
  }
  #P1-accueil .valeurs div article {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    border-radius: 1px;
    padding: 2rem 2rem 2rem calc(2rem + 5px);
    height: 27rem;
  }
  #P1-accueil .valeurs div article::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #bab69b;
  }
  #P1-accueil .valeurs div article img {
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
  }
  #P1-accueil .valeurs div .art-vertsauge::before {
    background: #bab69b;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #P1-accueil .valeurs div .art-vertsauge h5 {
    color: #bab69b;
  }
  #P1-accueil .valeurs div .art-noir::before {
    background: #000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #P1-accueil .valeurs div .art-corail::before {
    background: #e9b787;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #P1-accueil .valeurs div .art-corail h5 {
    color: #e9b787;
  }
  #P1-accueil .valeurs div .art-marron::before {
    background: #b99275;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #P1-accueil .valeurs div .art-marron h5 {
    color: #b99275;
  }
  #P1-accueil .valeurs div .art-vertf::before {
    background: #576359;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #P1-accueil .valeurs div .art-vertf h5 {
    color: #576359;
  }
  #P1-accueil .P1-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9b787;
    height: 12rem;
  }
  #P1-accueil .P1-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 2rem;
    color: #fff;
    width: 45%;
    margin: 0 auto;
    text-align: end;
  }
  #P1-accueil .P1-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P1-accueil .P1-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P1-accueil .P1-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P2-orthopedagogie {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P2-orthopedagogie .P2_hero {
    position: relative;
    width: 100%;
  }
  #P2-orthopedagogie .P2_hero img {
    height: 43rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 30%;
       object-position: 20% 30%;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div {
    height: 10rem;
    background: #bab69b;
    width: 40rem;
    margin: 0 auto;
    margin-top: -5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "prata", sans-serif;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div h1 {
    font-size: 2rem;
    padding-top: 4rem;
    font-family: prata;
    font-weight: 100;
  }
  #P2-orthopedagogie .P2_hero .P2-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -4rem;
    margin-left: 37rem;
  }
  #P2-orthopedagogie .P2-intro {
    margin: 0 5rem;
  }
  #P2-orthopedagogie .P2-intro p {
    margin-top: 1rem;
  }
  #P2-orthopedagogie .P2-blocs-images {
    display: flex;
    gap: 2rem;
  }
  #P2-orthopedagogie .P2-blocs-images img {
    height: 40rem;
  }
  #P2-orthopedagogie .P2-blocs-images .img {
    display: flex;
    gap: 3rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-img {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 2rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-img img {
    height: 18rem;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    justify-content: space-evenly;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-deux-articles article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 63%;
  }
  #P2-orthopedagogie .P2-blocs-images .P2-barre-beige {
    border: 0.8rem solid #e6d6bd;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P2-orthopedagogie .P2-infos-mobile {
    display: none;
  }
  #P2-orthopedagogie .P2-infos-ordi {
    display: flex;
    gap: 3rem;
    width: 100%;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-barre-beige {
    border: 0.8rem solid #b99275;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P2-orthopedagogie .P2-infos-ordi section {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 80%;
  }
  #P2-orthopedagogie .P2-infos-ordi article {
    width: 30rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P2-orthopedagogie .P2-infos-ordi article ul {
    list-style: none;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige img {
    height: 40rem;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige .P2-cadre-plante {
    height: 41rem;
    margin-top: -43rem;
    margin-left: 5rem;
    width: 25rem;
    position: absolute;
    pointer-events: none;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige .P2-cadre-plante::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 0.1rem solid #e6d6bd;
    box-sizing: border-box;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige .P2-bloc-livre {
    display: flex;
    gap: 2rem;
  }
  #P2-orthopedagogie .P2-infos-ordi .P2-img-bloc-beige .P2-bloc-livre .P2-barre-verte {
    border: 0.4rem solid #bab69b;
    border-radius: 3px;
    margin-right: 2rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P2-orthopedagogie .P2-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P2-orthopedagogie .P2-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P2-orthopedagogie .P2-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P2-orthopedagogie .P2-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bab69b;
    height: 12rem;
  }
  #P2-orthopedagogie .P2-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 2rem;
    color: #fff;
    width: 45%;
    margin: 0 auto;
    text-align: end;
  }
  #P2-orthopedagogie .P2-citation blockquote cite {
    font-size: 1.4rem;
    font-style: italic;
  }
  #P3-therapie {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P3-therapie .P3_hero {
    position: relative;
    width: 100%;
  }
  #P3-therapie .P3_hero img {
    height: 43rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 30%;
       object-position: 20% 30%;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div {
    height: 10rem;
    background: #bab69b;
    width: 40rem;
    margin: 0 auto;
    margin-top: -5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "prata", sans-serif;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div h1 {
    font-size: 2rem;
    padding-top: 4rem;
    font-family: prata;
    font-weight: 100;
  }
  #P3-therapie .P3_hero .P3-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -4rem;
    margin-left: 37rem;
  }
  #P3-therapie .P3-intro {
    margin: 0 5rem;
  }
  #P3-therapie .P3-intro p {
    margin-top: 1rem;
  }
  #P3-therapie .P3-blocs-images {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
  }
  #P3-therapie .P3-blocs-images img {
    height: 40rem;
  }
  #P3-therapie .P3-blocs-images .img {
    display: flex;
    gap: 3rem;
  }
  #P3-therapie .P3-blocs-images .P3-deux-img {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 2rem;
  }
  #P3-therapie .P3-blocs-images .P3-deux-img img {
    height: 18rem;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    justify-content: space-evenly;
  }
  #P3-therapie .P3-blocs-images .P3-deux-articles article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 63%;
  }
  #P3-therapie .P3-blocs-images .P3-barre-beige {
    border: 0.8rem solid #e6d6bd;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P3-therapie .P3-infos-mobile {
    display: none;
  }
  #P3-therapie .P3-infos-ordi {
    display: flex;
    flex-direction: row-reverse;
    gap: 3rem;
    width: 100%;
  }
  #P3-therapie .P3-infos-ordi .P3-barre-beige {
    border: 0.8rem solid #b99275;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P3-therapie .P3-infos-ordi section {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 80%;
  }
  #P3-therapie .P3-infos-ordi article {
    width: 30rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P3-therapie .P3-infos-ordi article ul {
    list-style: none;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige img {
    height: 40rem;
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige .P3-cadre-plante {
    height: 41rem;
    margin-top: -43rem;
    margin-left: 7rem;
    width: 25rem;
    position: absolute;
    pointer-events: none;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige .P3-cadre-plante::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 0.1rem solid #e6d6bd;
    box-sizing: border-box;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige .P3-bloc-tableau {
    display: flex;
    gap: 2rem;
  }
  #P3-therapie .P3-infos-ordi .P3-img-bloc-beige .P3-bloc-tableau .P3-barre-verte {
    border: 0.4rem solid #bab69b;
    border-radius: 3px;
    margin-right: 2rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P3-therapie .P3-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P3-therapie .P3-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P3-therapie .P3-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P3-therapie .P3-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bab69b;
    height: 12rem;
  }
  #P3-therapie .P3-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 2rem;
    color: #fff;
    width: 45%;
    margin: 0 auto;
    text-align: end;
  }
  #P3-therapie .P3-citation blockquote cite {
    font-size: 1.4rem;
    font-style: italic;
  }
  #P4-outils {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P4-outils .P4_hero {
    position: relative;
    width: 100%;
  }
  #P4-outils .P4_hero img {
    height: 43rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 78%;
       object-position: 20% 78%;
  }
  #P4-outils .P4_hero .P4-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div {
    height: 10rem;
    background: #bab69b;
    width: 40rem;
    margin: 0 auto;
    margin-top: -5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "prata", sans-serif;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div h1 {
    font-size: 2rem;
    padding-top: 4rem;
    font-family: "prata", sans-serif;
    font-weight: 100;
  }
  #P4-outils .P4_hero .P4-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -4rem;
    margin-left: 37rem;
  }
  #P4-outils .P4-intro {
    margin: 0 5rem;
  }
  #P4-outils .P4-intro p {
    margin-top: 1rem;
  }
  #P4-outils .outils {
    display: flex;
    justify-content: space-evenly;
  }
  #P4-outils .outils a {
    text-decoration: none;
  }
  #P4-outils .outils .outil-hypnose, #P4-outils .outils .outil-cc, #P4-outils .outils .outil-pc, #P4-outils .outils .outil-med {
    border-radius: 4px;
    padding: 2rem;
    font-size: 1.2rem;
    color: #fff;
  }
  #P4-outils .outils .outil-hypnose {
    background: #576359;
  }
  #P4-outils .outils .outil-cc {
    background: #bab69b;
  }
  #P4-outils .outils .outil-pc {
    background: #e6d6bd;
  }
  #P4-outils .outils .outil-med {
    background: #e9b787;
  }
  #P4-outils .hypnose, #P4-outils .coherence-cardiaque, #P4-outils .pleine-conscience, #P4-outils .meditation {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin: 0 2rem;
  }
  #P4-outils .hypnose::before, #P4-outils .coherence-cardiaque::before, #P4-outils .pleine-conscience::before, #P4-outils .meditation::before {
    content: "";
    flex: 0 0 auto;
    width: 0;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #P4-outils .hypnose .art-hypnose, #P4-outils .hypnose .art-pc, #P4-outils .hypnose .art-cc, #P4-outils .hypnose .art-med, #P4-outils .coherence-cardiaque .art-hypnose, #P4-outils .coherence-cardiaque .art-pc, #P4-outils .coherence-cardiaque .art-cc, #P4-outils .coherence-cardiaque .art-med, #P4-outils .pleine-conscience .art-hypnose, #P4-outils .pleine-conscience .art-pc, #P4-outils .pleine-conscience .art-cc, #P4-outils .pleine-conscience .art-med, #P4-outils .meditation .art-hypnose, #P4-outils .meditation .art-pc, #P4-outils .meditation .art-cc, #P4-outils .meditation .art-med {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #P4-outils .hypnose .art-hypnose h3, #P4-outils .hypnose .art-pc h3, #P4-outils .hypnose .art-cc h3, #P4-outils .hypnose .art-med h3, #P4-outils .coherence-cardiaque .art-hypnose h3, #P4-outils .coherence-cardiaque .art-pc h3, #P4-outils .coherence-cardiaque .art-cc h3, #P4-outils .coherence-cardiaque .art-med h3, #P4-outils .pleine-conscience .art-hypnose h3, #P4-outils .pleine-conscience .art-pc h3, #P4-outils .pleine-conscience .art-cc h3, #P4-outils .pleine-conscience .art-med h3, #P4-outils .meditation .art-hypnose h3, #P4-outils .meditation .art-pc h3, #P4-outils .meditation .art-cc h3, #P4-outils .meditation .art-med h3 {
    font-size: 1.2rem;
    width: 63%;
  }
  #P4-outils .hypnose .art-hypnose div, #P4-outils .hypnose .art-pc div, #P4-outils .hypnose .art-cc div, #P4-outils .hypnose .art-med div, #P4-outils .coherence-cardiaque .art-hypnose div, #P4-outils .coherence-cardiaque .art-pc div, #P4-outils .coherence-cardiaque .art-cc div, #P4-outils .coherence-cardiaque .art-med div, #P4-outils .pleine-conscience .art-hypnose div, #P4-outils .pleine-conscience .art-pc div, #P4-outils .pleine-conscience .art-cc div, #P4-outils .pleine-conscience .art-med div, #P4-outils .meditation .art-hypnose div, #P4-outils .meditation .art-pc div, #P4-outils .meditation .art-cc div, #P4-outils .meditation .art-med div {
    width: 63%;
  }
  #P4-outils .hypnose .art-hypnose div h4, #P4-outils .hypnose .art-pc div h4, #P4-outils .hypnose .art-cc div h4, #P4-outils .hypnose .art-med div h4, #P4-outils .coherence-cardiaque .art-hypnose div h4, #P4-outils .coherence-cardiaque .art-pc div h4, #P4-outils .coherence-cardiaque .art-cc div h4, #P4-outils .coherence-cardiaque .art-med div h4, #P4-outils .pleine-conscience .art-hypnose div h4, #P4-outils .pleine-conscience .art-pc div h4, #P4-outils .pleine-conscience .art-cc div h4, #P4-outils .pleine-conscience .art-med div h4, #P4-outils .meditation .art-hypnose div h4, #P4-outils .meditation .art-pc div h4, #P4-outils .meditation .art-cc div h4, #P4-outils .meditation .art-med div h4 {
    font-size: 1.1rem;
    margin: 2rem 0;
  }
  #P4-outils .hypnose .art-hypnose div ul, #P4-outils .hypnose .art-pc div ul, #P4-outils .hypnose .art-cc div ul, #P4-outils .hypnose .art-med div ul, #P4-outils .coherence-cardiaque .art-hypnose div ul, #P4-outils .coherence-cardiaque .art-pc div ul, #P4-outils .coherence-cardiaque .art-cc div ul, #P4-outils .coherence-cardiaque .art-med div ul, #P4-outils .pleine-conscience .art-hypnose div ul, #P4-outils .pleine-conscience .art-pc div ul, #P4-outils .pleine-conscience .art-cc div ul, #P4-outils .pleine-conscience .art-med div ul, #P4-outils .meditation .art-hypnose div ul, #P4-outils .meditation .art-pc div ul, #P4-outils .meditation .art-cc div ul, #P4-outils .meditation .art-med div ul {
    list-style: none;
  }
  #P4-outils .hypnose .art-hypnose h3, #P4-outils .coherence-cardiaque .art-hypnose h3, #P4-outils .pleine-conscience .art-hypnose h3, #P4-outils .meditation .art-hypnose h3 {
    color: #576359;
  }
  #P4-outils .hypnose .art-pc h3, #P4-outils .coherence-cardiaque .art-pc h3, #P4-outils .pleine-conscience .art-pc h3, #P4-outils .meditation .art-pc h3 {
    color: #e6d6bd;
  }
  #P4-outils .hypnose .art-cc h3, #P4-outils .coherence-cardiaque .art-cc h3, #P4-outils .pleine-conscience .art-cc h3, #P4-outils .meditation .art-cc h3 {
    color: #bab69b;
  }
  #P4-outils .hypnose .art-med h3, #P4-outils .coherence-cardiaque .art-med h3, #P4-outils .pleine-conscience .art-med h3, #P4-outils .meditation .art-med h3 {
    color: #e9b787;
  }
  #P4-outils .hypnose img, #P4-outils .coherence-cardiaque img, #P4-outils .pleine-conscience img, #P4-outils .meditation img {
    height: auto;
    width: 33rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  #P4-outils .hypnose::before {
    border: 0.3rem solid #576359;
  }
  #P4-outils .coherence-cardiaque::before, #P4-outils .pleine-conscience::before {
    border: 0.3rem solid #e6d6bd;
  }
  #P4-outils .meditation::before {
    border: 0.3rem solid #e9b787;
  }
  #P4-outils .P4-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    isolation: isolate;
  }
  #P4-outils .P4-bouton-contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    border: #e9b787 0.09rem solid;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
  }
  #P4-outils .P4-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P5-ecran {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P5-ecran .P5_hero {
    position: relative;
    width: 100%;
  }
  #P5-ecran .P5_hero img {
    height: 43rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 78%;
       object-position: 20% 78%;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div {
    height: 10rem;
    background: #bab69b;
    width: 40rem;
    margin: 0 auto;
    margin-top: -5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "prata", sans-serif;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div h1 {
    font-size: 2rem;
    padding-top: 4rem;
    font-family: "prata", sans-serif;
    font-weight: 100;
  }
  #P5-ecran .P5_hero .P5-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -4rem;
    margin-left: 37rem;
  }
  #P5-ecran .P5-intro {
    margin: 0 5rem;
  }
  #P5-ecran .P5-intro p {
    margin-top: 1rem;
  }
  #P5-ecran .P5-article-one, #P5-ecran .P5-article-two {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
  }
  #P5-ecran .P5-article-one ul, #P5-ecran .P5-article-two ul {
    list-style: none;
  }
  #P5-ecran .P5-article-one ul li, #P5-ecran .P5-article-two ul li {
    margin-top: 0.5rem;
  }
  #P5-ecran .P5-article-one h3, #P5-ecran .P5-article-two h3 {
    text-decoration: underline;
  }
  #P5-ecran .P5-article-one img {
    height: 40rem;
  }
  #P5-ecran .P5-article-one article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    width: 40%;
    margin: 0 auto;
  }
  #P5-ecran .P5-article-one article div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P5-ecran .P5-article-one article .bloc-vert {
    background: #bab69b;
    padding: 2rem 1rem;
    border-radius: 4px;
    color: #fff;
  }
  #P5-ecran .P5-article-two {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
  }
  #P5-ecran .P5-article-two img {
    height: 40rem;
  }
  #P5-ecran .P5-article-two article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    width: 40%;
    margin: 0 auto;
  }
  #P5-ecran .P5-article-two article div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P5-ecran .P5-article-two article .bloc-marron {
    background: #b99275;
    padding: 2rem 1rem;
    border-radius: 4px;
    color: #fff;
  }
  #P5-ecran .info-contact {
    margin: 0 5rem;
  }
  #P5-ecran .P5-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P5-ecran .P5-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P5-ecran .P5-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P5-ecran .P5-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9b787;
    height: 15rem;
  }
  #P5-ecran .P5-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 2rem;
    color: #fff;
    width: 45%;
    margin: 0 auto;
    text-align: end;
  }
  #P5-ecran .P5-citation blockquote cite {
    font-size: 1.4rem;
    font-style: italic;
  }
  #P6-atelier {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P6-atelier .P6_hero {
    position: relative;
    width: 100%;
  }
  #P6-atelier .P6_hero img {
    height: 43rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 78%;
       object-position: 20% 78%;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div {
    height: 10rem;
    background: #bab69b;
    width: 40rem;
    margin: 0 auto;
    margin-top: -5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "prata", sans-serif;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div h1 {
    font-size: 2rem;
    padding-top: 4rem;
    font-family: prata;
    font-weight: 100;
  }
  #P6-atelier .P6_hero .P6-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -4rem;
    margin-left: 37rem;
  }
  #P6-atelier .P6-intro {
    margin: 0 5rem;
  }
  #P6-atelier .P6-intro p {
    margin-top: 1rem;
  }
  #P6-atelier .P6-articles-ateliers {
    display: flex;
    gap: 2rem;
    margin: 2rem;
  }
  #P6-atelier .P6-articles-ateliers .P6-image-cabane-desktop {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: 35rem;
    border-radius: 4px;
  }
  #P6-atelier .P6-articles-ateliers .P6-image-cabane1-responsive, #P6-atelier .P6-articles-ateliers .P6-image-cabane2-responsive {
    display: none;
  }
  #P6-atelier .P6-articles-ateliers div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude, #P6-atelier .P6-articles-ateliers div .bloc-beige, #P6-atelier .P6-articles-ateliers div .bloc-marron {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    border-radius: 4px;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude h3, #P6-atelier .P6-articles-ateliers div .bloc-beige h3, #P6-atelier .P6-articles-ateliers div .bloc-marron h3 {
    color: #fff;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-nude {
    background: #e1d8c7;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-beige {
    background: #e6d6bd;
  }
  #P6-atelier .P6-articles-ateliers div .bloc-marron {
    background: #b99275;
  }
  #P6-atelier .info-contact {
    margin: 0 5rem;
  }
  #P6-atelier .info-contact h4 {
    margin: 2rem 0;
  }
  #P6-atelier .P6-bouton-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #P6-atelier .P6-bouton-contact div {
    width: 100%;
    border: #e9b787 0.09rem solid;
    position: absolute;
    z-index: -2;
  }
  #P6-atelier .P6-bouton-contact button {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
  }
  #P6-atelier .P6-citation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #576359;
    height: 15rem;
  }
  #P6-atelier .P6-citation blockquote {
    font-family: "dancing script", sans-serif;
    font-size: 2rem;
    color: #fff;
    width: 45%;
    margin: 0 auto;
    text-align: end;
  }
  #P6-atelier .P6-citation blockquote cite {
    font-size: 1.4rem;
    font-style: italic;
  }
  #P7-contact {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  #P7-contact .P7-hero {
    position: relative;
    width: 100%;
  }
  #P7-contact .P7-hero img {
    height: 43rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 78%;
       object-position: 20% 78%;
  }
  #P7-contact .P7-hero .P7-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div {
    height: 10rem;
    background: #bab69b;
    width: 40rem;
    margin: 0 auto;
    margin-top: -5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "prata", sans-serif;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div h1 {
    font-size: 2rem;
    padding-top: 4rem;
  }
  #P7-contact .P7-hero .P7-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -4rem;
    margin-left: 37rem;
  }
  #P7-contact .P7-intro {
    margin: 0 5rem;
    text-align: center;
  }
  #P7-contact .P7-intro p {
    margin-top: 1rem;
    text-align: center;
  }
  #P7-contact .contact-form-layout {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
    margin: 0 5rem;
  }
  #P7-contact .img-formulaire {
    position: relative;
    width: min(100%, 26rem);
    flex-shrink: 0;
  }
  #P7-contact .img-formulaire img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #P7-contact .img-formulaire::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    border: 1px solid #e9b787;
    pointer-events: none;
    z-index: -1;
  }
  #P7-contact .form-card {
    background: #fff;
    border-radius: 4px;
    padding: 2.3rem 2rem;
    box-shadow: 0 6px 36px rgba(61, 107, 68, 0.1);
    border: 1px solid #e6d6bd;
    position: relative;
    width: min(100%, 42rem);
    margin: 0;
  }
  #P7-contact .form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 14px 14px 0 0;
    background: #e9b787;
  }
  #P7-contact .form-card h3 {
    font-family: "Prata", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1.7rem;
  }
  #P7-contact .chp {
    margin-bottom: 1.1rem;
  }
  #P7-contact .chp label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 0.38rem;
  }
  #P7-contact .chp input, #P7-contact .chp textarea, #P7-contact .chp select {
    width: 100%;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #000;
    background: hsla(0, 0%, 100%, 0.96);
    border: 1px solid #e9b787;
    border-radius: 4px;
    padding: 0.72rem 0.95rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  }
  #P7-contact .chp input:focus, #P7-contact .chp textarea:focus, #P7-contact .chp select:focus {
    border-color: #576359;
    box-shadow: 0 0 0 3px rgba(87, 99, 89, 0.18);
    background: #fff;
  }
  #P7-contact .chp textarea {
    resize: vertical;
    min-height: 95px;
  }
  #P7-contact .duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  #P7-contact .btn-submit {
    width: 100%;
    min-height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Prata", sans-serif;
    font-size: 0.95rem;
    color: #000;
    background: #e9b787;
    border: none;
    border-radius: 4px;
    padding: 0.95rem;
    margin-top: 0.4rem;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
  }
  #P7-contact .btn-submit:hover {
    background: #bab69b;
    color: #fff;
    transform: translateY(-1px);
  }
  #P7-contact .rgpd {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    font-weight: 300;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.65;
  }
  #P7-contact .P7-info {
    background: #576359;
    color: #fff;
    height: 23rem;
  }
  #P7-contact .P7-info .ad-mail {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 4rem;
    gap: 2rem;
  }
  #P7-contact .P7-info .ad-mail .info-mail, #P7-contact .P7-info .ad-mail .info-adresse {
    display: flex;
  }
  #P7-contact .P7-info div {
    display: flex;
    justify-content: center;
  }
  #P7-contact .P7-info section div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #P7-contact .P7-info section .ad-mail {
    display: flex;
    flex-direction: column;
  }
  #P7-contact .P7-info section .adresse, #P7-contact .P7-info section .mail {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
  }
  #P7-contact .P7-info section .adresse h4, #P7-contact .P7-info section .mail h4 {
    margin: 0;
    font-size: 1.1rem;
  }
  #P7-contact .P7-info .trait-beige, #P7-contact .P7-info .trait-corail, #P7-contact .P7-info .trait-vert, #P7-contact .P7-info .trait-sauge {
    width: 3rem;
    height: 0.5rem;
    border-radius: 4px;
    margin: 2rem;
  }
  #P7-contact .P7-info .trait-beige {
    border: 0.5rem solid #e6d6bd;
    border-radius: 4px;
  }
  #P7-contact .P7-info .trait-corail {
    border: 0.5rem solid #e9b787;
    border-radius: 4px;
  }
  #P7-contact .P7-info .trait-vert {
    border: 0.5rem solid #a0ad92;
    border-radius: 4px;
  }
  #P7-contact .P7-info .trait-sauge {
    border: 0.5rem solid #bab69b;
    border-radius: 4px;
  }
  #P7-contact .P7-info h3 {
    text-align: center;
    color: #fff;
    font-family: "dancing script", sans-serif;
    font-size: 2rem;
    margin: 3rem;
  }
  #P7-contact .P7-info-destination {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #P7-contact .P7-info-destination h3 {
    text-align: center;
    font-family: dancing script;
    font-size: 2rem;
  }
  #P7-contact .P7-info-destination ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #P7-contact iframe {
    margin-top: 3rem;
    width: 100%;
    border: none;
  }
  #P404-notfound {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 6rem;
  }
  #P404-notfound .P404-hero {
    position: relative;
    width: 100%;
  }
  #P404-notfound .P404-hero img {
    height: 36rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 76%;
       object-position: 20% 76%;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div {
    height: 10rem;
    background: #576359;
    width: 42rem;
    margin: 0 auto;
    margin-top: -5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Prata", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div .P404-code {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.22rem;
    margin: 0;
    margin-top: 3rem;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div h1 {
    font-size: 2.2rem;
    font-family: "Prata", sans-serif;
    font-weight: 200;
  }
  #P404-notfound .P404-hero .P404-etiquette-hero div .separateur-hero {
    border: 0.1rem solid #fff;
    width: 0.01rem;
    margin-top: -3.8rem;
    margin-left: 39rem;
    height: 8rem;
  }
  #P404-notfound .P404-intro {
    margin: 5rem 2rem 2rem;
    padding: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 1rem;
    border-radius: 4px;
  }
  #P404-notfound .P404-intro h2 {
    margin: 0;
    font-size: 2.2rem;
  }
  #P404-notfound .P404-intro p {
    margin: 0;
    font-size: 1.1rem;
  }
  #P404-notfound .P404-actions {
    margin: 0 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  #P404-notfound .P404-actions a {
    text-decoration: none;
  }
  #P404-notfound .P404-actions button {
    cursor: pointer;
  }
  #P404-notfound .P404-actions .P404-btn-home {
    background: #e9b787;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    border: none;
    height: 40px;
    width: 150px;
    width: 15rem;
    height: 2.8rem;
  }
  #P404-notfound .P404-actions .P404-btn-contact {
    background: #bab69b;
    font-family: "Prata", sans-serif;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
    border: none;
    height: 32px;
    width: 127px;
    width: 15rem;
    height: 2.8rem;
    font-size: 1rem;
  }
  #P404-notfound .P404-raccourcis {
    margin: 0 5rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
  #P404-notfound .P404-raccourcis .P404-card {
    width: 22rem;
    min-height: 14rem;
    padding: 1.8rem;
    border-left: 5px solid #bab69b;
    border-top: 2px solid #bab69b;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
  }
  #P404-notfound .P404-raccourcis .P404-card h3 {
    font-size: 1.4rem;
    color: #576359;
  }
  #P404-notfound .P404-raccourcis .P404-card p {
    flex-grow: 1;
    margin: 0;
  }
  #P404-notfound .P404-raccourcis .P404-card a {
    text-decoration: none;
    color: #576359;
    font-family: "Prata", sans-serif;
    font-size: 0.95rem;
  }
  #P404-notfound .P404-raccourcis .P404-card a:hover {
    text-decoration: underline;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(2) {
    border-left-color: #e9b787;
    border-top-color: #e9b787;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(2) h3, #P404-notfound .P404-raccourcis .P404-card:nth-child(2) a {
    color: #b99275;
  }
  #P404-notfound .P404-raccourcis .P404-card:nth-child(3) {
    border-left-color: #e6d6bd;
    border-top-color: #e6d6bd;
  }
  #P404-notfound .P404-citation {
    background: #e9b787;
    padding: 3rem;
    text-align: center;
  }
  #P404-notfound .P404-citation blockquote {
    color: #fff;
    font-family: "Dancing Script", sans-serif;
    font-size: 2.1rem;
    max-width: 45rem;
    margin: 0 auto;
  }
}
.btn-scroll {
  position: fixed;
  bottom: 20px;
  right: 12px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 1000;
  background: #e9b787;
  border-radius: 50px;
  border: 2px solid #fff;
}

@media screen and (min-width: 751px) {
  .btn-scroll {
    bottom: 20px;
    right: 21px;
  }
}
@media screen and (min-width: 1100px) {
  .btn-scroll {
    bottom: 21px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  footer {
    background: #1f231e;
    color: #fff;
    padding: 5rem 2rem 0;
  }
  footer .footer-description, footer .footer-identity, footer .footer-identity a, footer .footer-list a, footer .footer-list span, footer .footer-contact, footer .footer-contact strong, footer .footer-bottom, footer .footer-bottom a {
    color: hsla(0, 0%, 100%, 0.78);
  }
  footer .footer-list a:hover, footer .footer-bottom a:hover, footer .footer-identity a:hover {
    color: #fff;
  }
  .footer-content {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  }
  .footer-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.9rem;
  }
  .footer-logo img {
    height: 110px;
    filter: brightness(0) invert(1) opacity(0.8);
  }
  .footer-description {
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.88;
    margin-top: 45px;
    max-width: 240px;
  }
  .footer-identity {
    margin-top: 1.2rem;
    padding-top: 1.1rem;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    font-size: 0.76rem;
    font-weight: 300;
    line-height: 1.88;
    color: hsla(0, 0%, 100%, 0.36);
  }
  .footer-identity strong {
    color: hsla(0, 0%, 100%, 0.5);
  }
  .footer-identity a {
    color: hsla(0, 0%, 100%, 0.36);
  }
  .footer-title {
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, 0.82);
    font-weight: 600;
    margin-bottom: 1.1rem;
    padding-bottom: 0.55rem;
    position: relative;
  }
  .footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background: #bab69b;
  }
  .footer-list {
    list-style: none;
  }
  .footer-list li {
    margin-bottom: 0.48rem;
  }
  .footer-list a {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 0.81rem;
    font-weight: 300;
    transition: color 0.2s;
  }
  .footer-list a:hover {
    color: #e6d6bd;
  }
  .footer-list--zones li {
    position: relative;
    padding-left: 0.9rem;
  }
  .footer-list--zones li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #bab69b;
    font-size: 0.7rem;
  }
  .footer-contact {
    font-size: 0.81rem;
    font-weight: 300;
    line-height: 2;
  }
  .footer-contact a {
    color: #e6d6bd;
  }
  .footer-contact strong {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, 0.55);
    font-weight: 600;
    margin-top: 0.5rem;
  }
  .footer-contact strong:first-child {
    margin-top: 0;
  }
  .footer-bottom {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1.4rem 0 1.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.7rem;
    color: hsla(0, 0%, 100%, 0.22);
  }
  .footer-bottom a {
    color: hsla(0, 0%, 100%, 0.22);
    transition: color 0.2s;
  }
  .footer-bottom a:hover {
    color: #e6d6bd;
  }
  .citation {
    background: #576359;
    padding: 5.5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .citation::before {
    content: '"';
    position: absolute;
    top: -0.1em;
    left: 1%;
    font-family: "Prata", sans-serif;
    font-size: 14rem;
    color: hsla(0, 0%, 100%, 0.05);
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .citation::after {
    content: '"';
    position: absolute;
    bottom: -0.5em;
    right: 1%;
    font-family: "Prata", sans-serif;
    font-size: 14rem;
    color: hsla(0, 0%, 100%, 0.05);
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .citation blockquote {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    font-style: italic;
    font-weight: 400;
    color: #fff;
    max-width: 720px;
    margin: 0 auto 1.4rem;
    line-height: 1.55;
    position: relative;
    z-index: 1;
  }
  .citation .cite-logo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .citation .cite-logo img {
    height: 85px;
    filter: brightness(0) invert(1) opacity(0.65);
  }
}
@media screen and (max-width: 750px) {
  footer {
    background: #1f231e;
    color: #fff;
    padding: 3rem 1.2rem 0;
  }
  .footer-content {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  }
  .footer-column {
    text-align: left;
  }
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.9rem;
  }
  .footer-logo img {
    height: 85px;
    filter: brightness(0) invert(1) opacity(0.8);
  }
  .footer-description {
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 1.2rem;
    max-width: 100%;
  }
  .footer-identity {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.8;
    color: hsla(0, 0%, 100%, 0.42);
  }
  .footer-identity strong {
    color: hsla(0, 0%, 100%, 0.6);
  }
  .footer-identity a {
    color: hsla(0, 0%, 100%, 0.42);
  }
  .footer-title {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, 0.82);
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.55rem;
    position: relative;
  }
  .footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background: #bab69b;
  }
  .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-list li {
    margin-bottom: 0.55rem;
  }
  .footer-list a {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 0.9rem;
    font-weight: 300;
    transition: color 0.2s;
  }
  .footer-list a:hover {
    color: #e6d6bd;
  }
  .footer-list--zones li {
    position: relative;
    padding-left: 0.9rem;
  }
  .footer-list--zones li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #bab69b;
    font-size: 0.7rem;
  }
  .footer-contact {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.9;
  }
  .footer-contact a {
    color: #e6d6bd;
    word-break: break-word;
  }
  .footer-contact strong {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, 0.55);
    font-weight: 600;
    margin-top: 0.7rem;
  }
  .footer-contact strong:first-child {
    margin-top: 0;
  }
  .footer-bottom {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1.2rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.75rem;
    color: hsla(0, 0%, 100%, 0.3);
  }
  .footer-bottom a {
    color: hsla(0, 0%, 100%, 0.3);
    transition: color 0.2s;
  }
  .footer-bottom a:hover {
    color: #e6d6bd;
  }
  .citation {
    background: #576359;
    padding: 4rem 1.2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .citation::before {
    content: '"';
    position: absolute;
    top: 0.05em;
    left: 2%;
    font-family: "Prata", sans-serif;
    font-size: 6rem;
    color: hsla(0, 0%, 100%, 0.05);
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .citation::after {
    content: '"';
    position: absolute;
    bottom: -0.15em;
    right: 2%;
    font-family: "Prata", sans-serif;
    font-size: 6rem;
    color: hsla(0, 0%, 100%, 0.05);
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .citation blockquote {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    font-style: italic;
    font-weight: 400;
    color: #fff;
    max-width: 100%;
    margin: 0 auto 1.2rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
  }
  .citation .cite-logo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .citation .cite-logo img {
    height: 62px;
    filter: brightness(0) invert(1) opacity(0.65);
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  footer {
    background: #1f231e;
    color: #fff;
    padding: 4rem 1.8rem 0;
  }
  .footer-content {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2.2rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  }
  .footer-column:first-child {
    grid-column: 1/-1;
  }
  .footer-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.9rem;
  }
  .footer-logo img {
    height: 95px;
    filter: brightness(0) invert(1) opacity(0.8);
  }
  .footer-description {
    font-size: 0.84rem;
    font-weight: 300;
    line-height: 1.84;
    margin-top: 1.5rem;
    max-width: 520px;
  }
  .footer-identity {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.84;
    color: hsla(0, 0%, 100%, 0.38);
    max-width: 620px;
  }
  .footer-identity strong {
    color: hsla(0, 0%, 100%, 0.55);
  }
  .footer-identity a {
    color: hsla(0, 0%, 100%, 0.38);
  }
  .footer-title {
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, 0.82);
    font-weight: 600;
    margin-bottom: 1.05rem;
    padding-bottom: 0.55rem;
    position: relative;
  }
  .footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background: #bab69b;
  }
  .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-list li {
    margin-bottom: 0.48rem;
  }
  .footer-list a {
    color: hsla(0, 0%, 100%, 0.45);
    font-size: 0.83rem;
    font-weight: 300;
    transition: color 0.2s;
  }
  .footer-list a:hover {
    color: #e6d6bd;
  }
  .footer-list--zones li {
    position: relative;
    padding-left: 0.9rem;
  }
  .footer-list--zones li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #bab69b;
    font-size: 0.7rem;
  }
  .footer-contact {
    font-size: 0.83rem;
    font-weight: 300;
    line-height: 1.95;
  }
  .footer-contact a {
    color: #e6d6bd;
    word-break: break-word;
  }
  .footer-contact strong {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, 0.55);
    font-weight: 600;
    margin-top: 0.5rem;
  }
  .footer-contact strong:first-child {
    margin-top: 0;
  }
  .footer-bottom {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1.3rem 0 1.7rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.8rem;
    font-size: 0.72rem;
    color: hsla(0, 0%, 100%, 0.24);
  }
  .footer-bottom a {
    color: hsla(0, 0%, 100%, 0.24);
    transition: color 0.2s;
  }
  .footer-bottom a:hover {
    color: #e6d6bd;
  }
  .citation {
    background: #576359;
    padding: 4.5rem 1.8rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .citation::before {
    content: '"';
    position: absolute;
    top: -0.05em;
    left: 1%;
    font-family: "Prata", sans-serif;
    font-size: 9rem;
    color: hsla(0, 0%, 100%, 0.05);
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .citation::after {
    content: '"';
    position: absolute;
    bottom: -0.3em;
    right: 1%;
    font-family: "Prata", sans-serif;
    font-size: 9rem;
    color: hsla(0, 0%, 100%, 0.05);
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .citation blockquote {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    font-style: italic;
    font-weight: 400;
    color: #fff;
    max-width: 680px;
    margin: 0 auto 1.3rem;
    line-height: 1.55;
    position: relative;
    z-index: 1;
  }
  .citation .cite-logo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .citation .cite-logo img {
    height: 72px;
    filter: brightness(0) invert(1) opacity(0.65);
  }
}
.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1.2rem;
  background: rgba(87, 99, 89, 0.24);
  backdrop-filter: blur(2px);
}

.cookie-consent__dialog {
  width: min(42rem, 100%);
  background: linear-gradient(180deg, #fffdfa 0%, #f8f4ea 100%);
  border-radius: 8px;
  border-left: 6px solid #e9b787;
  border-top: 2px solid #bab69b;
  padding: 1.3rem 1.4rem;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
}

.cookie-consent__kicker {
  margin: 0;
  font-family: "Dancing Script", script;
  color: #bab69b;
  font-size: 1.6rem;
  line-height: 1;
}

.cookie-consent__dialog h2 {
  margin: 0.7rem 0 0.5rem;
  font-family: "Prata", sans-serif;
  font-size: 1.35rem;
  color: #111;
}

.cookie-consent__dialog p {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  color: #2f2f2f;
}

.cookie-consent__note {
  margin-top: 0.6rem !important;
  font-size: 0.92rem !important;
  opacity: 0.85;
}

.cookie-consent__actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.cookie-consent__btn {
  border: none;
  border-radius: 4px;
  font-family: "Prata", sans-serif;
  font-size: 0.93rem;
  height: 2.4rem;
  min-width: 9rem;
  padding: 0 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cookie-consent__btn:hover {
  transform: translateY(-1px);
}

.cookie-consent__btn--accept {
  background: #e9b787;
  color: #111;
}

.cookie-consent__btn--decline {
  background: #576359;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .cookie-consent {
    padding: 0.7rem;
  }
  .cookie-consent__dialog {
    padding: 1rem;
    border-left-width: 4px;
  }
  .cookie-consent__dialog h2 {
    font-size: 1.05rem;
  }
  .cookie-consent__dialog p {
    font-size: 0.92rem;
  }
  .cookie-consent__actions {
    flex-direction: column;
    margin-top: 0.9rem;
  }
  .cookie-consent__btn {
    width: 100%;
    min-width: 0;
    height: 2.25rem;
    font-size: 0.9rem;
  }
}
.fx-stagger-item {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--fx-stagger-delay, 0ms);
  will-change: opacity, transform;
}

.fx-stagger-item.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fx-fade-slide {
  --fx-slide-x: -36px;
  opacity: 0;
  transform: translate3d(var(--fx-slide-x), 24px, 0);
  transition: opacity 0.82s ease, transform 0.82s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition-delay: var(--fx-slide-delay, 0ms);
  will-change: opacity, transform;
}

.fx-fade-slide.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fx-soft-scale {
  opacity: 0;
  transform: scale(0.965);
  transform-origin: center center;
  transition: opacity 0.72s ease, transform 0.84s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition-delay: var(--fx-scale-delay, 0ms);
  will-change: opacity, transform;
}

.fx-soft-scale.is-revealed {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .fx-stagger-item, .fx-fade-slide, .fx-soft-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
} /*# sourceMappingURL=style.min.css.map */