@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "ralewayregular";
  src: url("fonts/raleway-regular/raleway-regular-webfont.woff2") format("woff2"), url("fonts/raleway-regular/raleway-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ralewaymedium";
  src: url("fonts/raleway-medium/Raleway-Medium.woff2") format("woff2"), url("fonts/raleway-medium/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ralewaybold";
  src: url("fonts/raleway-bold/raleway-bold-webfont.woff2") format("woff2"), url("fonts/raleway-bold/raleway-bold-webfont.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ralewayextrabold";
  src: url("fonts/raleway-extrabold/Raleway-ExtraBold.woff2") format("woff2"), url("fonts/raleway-extrabold/Raleway-ExtraBold.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather Sans";
  src: url("fonts/merriweathersans-regular/MerriweatherSans-Regular.woff2") format("woff2"), url("fonts/merriweathersans-regular/MerriweatherSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "interregular";
  src: url("fonts/inter-regular/inter-regular-webfont.woff2") format("woff2"), url("fonts/inter-regular/inter-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "interbold";
  src: url("fonts/inter-bold/Inter-Bold.woff2") format("woff2"), url("fonts/inter-bold/Inter-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "intermedium";
  src: url("fonts/inter-medium/Inter-Medium.woff2") format("woff2"), url("fonts/inter-medium/Inter-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "interitalic";
  src: url("fonts/inter-italic/Inter-Italic.woff2") format("woff2"), url("fonts/inter-italic/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.u-text--bold, [id=breadcrumb] [aria-current=page], strong {
  font-family: "ralewaybold", arial, sans-serif;
}

.u-text--center {
  text-align: center;
}

.u-text--right {
  text-align: right;
}

.u-text--special {
  font-family: "Merriweather Sans", arial, sans-serif;
  line-height: 1.4;
}

.u-text--smaller {
  font-size: smaller;
}

.u-text--bigger {
  font-size: larger;
}

.u-vspacer, .u-vspacer--60, .u-vspacer--40, [class^=paragraph-], .u-vspacer--32, .u-vspacer--24, .u-vspacer--16, h2, h3, h4, h5, section,
p, .u-vspacer--8 {
  margin-bottom: 1.6rem;
}

.u-vspacer--4 {
  margin-top: 0.4rem;
}

.u-vspacer--8 {
  margin-top: 0.8rem;
}

.u-vspacer--16, h2, h3, h4, h5, section,
p {
  margin-top: 1.6rem;
}

.u-vspacer--24 {
  margin-top: 2.4rem;
}

.u-vspacer--32 {
  margin-top: 3.2rem;
}

.u-vspacer--40, [class^=paragraph-] {
  margin-top: 4rem;
}

.u-vspacer--60 {
  margin-top: 6rem;
}

.u-hrspacer--4 {
  margin-right: 0.4rem;
}

.u-hrspacer--8 {
  margin-right: 0.8rem;
}

.u-hrspacer--16 {
  margin-right: 1.6rem;
}

.u-hlspacer--8 {
  margin-left: 0.8rem;
}

.w-160 {
  width: 16rem;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-column,
.d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.d-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.d-ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-ai-flexend {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.d-jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.d-grid {
  display: grid;
}

.gtc-sm-col-1 {
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
}

@media screen and (min-width: 500px) {
  .gtc-md-col-2 {
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
  }
}

@media screen and (min-width: 500px) {
  .gtc-md-col-3-1 {
    grid-template-columns: 3fr 1fr;
    gap: 3.2rem;
  }
}

.d-grid-row-gap-0 {
  row-gap: 0;
}

a.u-a-decoration-none {
  text-decoration: none;
}

a.u-color-current-text {
  color: #051134;
}

a.u-color-white {
  color: #fff;
}

a.u-color-primary {
  color: #0c5848;
}

.u-size--44 svg {
  width: 4.4rem;
  display: inline-block;
}

.u-size--28 svg {
  height: 2.8rem;
  display: inline-block;
}

.u-size--24 svg {
  width: 2.4rem;
  display: inline-block;
}

.u-size--20 svg {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.u-size--16 svg {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}

.u-fill--white svg {
  fill: #fff;
}

.u-fill-actu {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-fill-actu svg {
  fill: #0f3d2e;
}

.padding-sm-12 {
  padding: 1.2rem;
}

.padding-sm-16 {
  padding: 1.6rem;
}

.padding-sm-24 {
  padding: 2.4rem;
}

@media screen and (min-width: 992px) {
  .padding-lg-32 {
    padding: 3.2rem;
  }
}

.pt-sm-0 {
  padding-top: 0;
}

.pt-sm-32 {
  padding-top: 3.2rem;
}

@media screen and (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0;
  }
}

.mt-sm-0 {
  margin-top: 0;
}

.mt-sm-8 {
  margin-top: 0.8rem;
}

.mt-sm-24 {
  margin-top: 2.4rem;
}

.mb-sm-0 {
  margin-bottom: 0;
}

.border-radius-8 {
  border-radius: 0.8rem;
}

.border-radius-12 {
  border-radius: 1.2rem;
}

.border-radius-15 {
  border-radius: 1.5rem;
}

.border-radius-25, .bg-praticien, .bg-temoignages, .btn-cta {
  border-radius: 2.5rem;
}

.border-radius-bottom-left-0 {
  border-top-left-radius: 0;
}

.border-radius-bottom-right-0 {
  border-top-right-radius: 0;
}

.u-link-bounce:hover {
  -webkit-animation: bounce 0.5s;
  animation: bounce 0.5s;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.bottom-24 {
  bottom: 2.4rem;
}

/* ===== HIDDEN ===== */
.hidden,
.card.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.5rem;
  background: #000;
  color: #fff;
  z-index: 1000;
}

@media screen and (min-width: 992px) {
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    30% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    30% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.625em;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #051134;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "interregular", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
body > * {
  width: 100%;
}
body {
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

blockquote {
  font-family: "ralewaybold", arial, sans-serif;
}

article > section:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

svg + section {
  margin-top: 0;
}

.layout {
  position: relative;
  -webkit-box-shadow: 0px 4px 10px rgba(39, 90, 70, 0.15);
  box-shadow: 0px 4px 10px rgba(39, 90, 70, 0.15);
  background: -webkit-linear-gradient(350deg, #6b8fcf 0%, #6bb0b0 15%, #8fbf7a 30%, #d6c46a 45%, #d6a36a 60%, #c47a7a 75%, #8b6f9c 100%);
  background: linear-gradient(100deg, #6b8fcf 0%, #6bb0b0 15%, #8fbf7a 30%, #d6c46a 45%, #d6a36a 60%, #c47a7a 75%, #8b6f9c 100%);
}
.layout.bg-reflexoadultes {
  background: #134e3a;
}
.layout.bg-reflexofamille {
  background: #043a2f;
}
.layout.bg-reflexoproches {
  background: #001d1d;
}
.layout.bg-reflexojunior {
  background: #144c4a;
}
.layout.bg-ecoutehumaniste {
  background: #104c50;
}
.layout.bg-reflexoentreprise {
  background: #076353;
}
.layout.bg-dienchan {
  background: #0f3d2e;
}
.layout.bg-prestations {
  background: #0e473b;
}
@media screen and (min-width: 1600px) {
  .layout {
    max-width: 1520px;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .sms-only {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .mobile__only {
    display: none !important;
  }
}

.picture-crop {
  width: 100%; /* largeur du conteneur */
  aspect-ratio: 2640/1763; /* format paysage désiré */
  overflow: hidden; /* masque le surplus */
  position: relative;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.picture-crop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* remplit le conteneur et crop si nécessaire */
  -o-object-position: center;
  object-position: center; /* centre le crop */
}

[id] {
  scroll-margin-top: 111px;
}

@media (max-width: 991px) {
  [id] {
    scroll-margin-top: 88px;
  }
}
.row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 500px) {
  .col-2 {
    grid-column: span 2;
  }
  .col-3 {
    grid-column: span 3;
  }
  .col-4 {
    grid-column: span 4;
  }
  .col-5 {
    grid-column: span 5;
  }
  .col-6 {
    grid-column: span 6;
  }
  .col-7 {
    grid-column: span 7;
  }
  .col-8 {
    grid-column: span 8;
  }
  .col-9 {
    grid-column: span 9;
  }
  .col-10 {
    grid-column: span 10;
  }
  .col-11 {
    grid-column: span 11;
  }
  .col-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 992px) {
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
}
.grid-lg-50-50 {
  display: grid;
}
@media screen and (min-width: 992px) {
  .grid-lg-50-50 {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-lg-60-40 {
  display: grid;
}
@media screen and (min-width: 992px) {
  .grid-lg-60-40 {
    grid-template-columns: 3fr 2fr;
    gap: 3.2rem;
  }
}

.grid-lg-65-35 {
  display: grid;
}
@media screen and (min-width: 992px) {
  .grid-lg-65-35 {
    grid-template-columns: 65fr 35fr;
    gap: 3.2rem;
  }
}

.grid-lg-70-30 {
  display: grid;
}
@media screen and (min-width: 992px) {
  .grid-lg-70-30 {
    grid-template-columns: 7fr 3fr;
    gap: 3.2rem;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

h1 {
  font-family: "Merriweather Sans", arial, sans-serif;
}

h2, h3, h4, h5 {
  font-family: "Merriweather Sans", arial, sans-serif;
  line-height: 1.2;
}

article > section > div > h2 {
  margin-top: 0;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.4rem;
}

.post-content > h3 {
  margin-top: 0;
}

.post-content > h3:not(:first-of-type) {
  margin-top: 5.6rem;
}

h4 {
  font-size: 2rem;
}

.subtitle-skin--a {
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .subtitle-skin--a {
    font-size: 2rem;
  }
}

.subtitle-skin--b {
  font-size: 1.8rem;
}
.subtitle-skin--b .quote svg {
  width: 20px;
}
@media screen and (min-width: 992px) {
  .subtitle-skin--b {
    font-size: 2rem;
  }
}

.heading-skin--a {
  font-size: 2.8rem;
  line-height: 1.6;
}

.heading-skin--b {
  font-size: 2.4rem;
  border-top: 1px solid #dcdcdc;
  padding-top: 2.4rem;
}

.post-content > .heading-skin--b:first-child {
  padding-top: 0;
  border-top: 0;
}

.heading-skin--c {
  font-size: 1.9rem;
}

.heading-skin--d {
  font-size: 2.4rem;
}

.heading-skin--e {
  font-size: 3.2rem;
}

.surtitle {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: rgb(12, 77, 77);
}

.accroche {
  font-family: "ralewayregular", arial, sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .accroche {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.paragraph-resume {
  font-size: 1.8rem;
}

.paragraph-zoom, .paragraph-zoom-titre-bordure {
  border: 1px solid #b5b5b5;
  border-radius: 3.2rem;
  padding: 2.4rem;
}

.paragraph-zoom-titre-bordure {
  position: relative;
}
.paragraph-zoom-titre-bordure .row {
  margin-top: 1.2rem;
}
.paragraph-zoom-titre-bordure h3 {
  position: absolute;
  background: #fff;
  top: -15px;
  padding: 0 1.2rem;
}
.paragraph-zoom-titre-bordure h4 + .subtitle-2 {
  margin-top: -16px;
}

.paragraph-primary,
.paragraph-secondary {
  border-radius: 3.2rem;
  padding: 2.4rem;
}

.paragraph-primary {
  background: #0c5848;
  color: #fff;
}
.paragraph-primary a {
  color: #fff;
}

.paragraph-secondary {
  background: #9e4c5f;
  color: #fff;
}
.paragraph-secondary a {
  color: #fff;
}

.photo-text-praticien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 500px) {
  .photo-text-praticien {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.link-rss {
  font-size: 1.4rem;
  color: #797676;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-rss svg {
  width: 14px;
  min-height: 14px;
  fill: #516663;
  margin-right: 8px;
}

.btn-cta {
  display: inline-block;
  padding: 0.8rem 2.4rem;
}
@media screen and (max-width: 375px) {
  .btn-cta {
    padding: 0.8rem 2.4rem;
    font-size: 1.5rem;
  }
}
.btn-cta {
  text-decoration: none;
  font-family: "Merriweather Sans", arial, sans-serif;
  background: #0c5848;
  color: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-cta:hover {
  background: #c7c7c7;
  color: #051134;
}

.btn-cta2 {
  display: inline-block;
  padding: 0.8rem 2.4rem;
}
@media screen and (max-width: 375px) {
  .btn-cta2 {
    padding: 0.8rem 2.4rem;
    font-size: 1.5rem;
  }
}
.btn-cta2 {
  text-decoration: none;
  font-family: "Merriweather Sans", arial, sans-serif;
  background: #fff;
  color: #051134;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-cta2:hover {
  background: #051134;
  color: #fff;
}

.banner-intro-deco .btn-cta,
.bg-actu .btn-cta,
.bg-arcsenciel-list .btn-cta,
.bg-reflexoadultes .btn-cta,
.bg-reflexoentreprise .btn-cta,
.bg-arcsenciel .btn-cta,
.bg-ecoutehumaniste .btn-cta,
.bg-reflexojunior .btn-cta,
.bg-reflexofamille .btn-cta,
.bg-reflexoproches .btn-cta,
.bg-dienchan .btn-cta {
  background: #fff;
  color: #0f3d2e;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.banner-intro-deco .btn-cta:hover,
.bg-actu .btn-cta:hover,
.bg-arcsenciel-list .btn-cta:hover,
.bg-reflexoadultes .btn-cta:hover,
.bg-reflexoentreprise .btn-cta:hover,
.bg-arcsenciel .btn-cta:hover,
.bg-ecoutehumaniste .btn-cta:hover,
.bg-reflexojunior .btn-cta:hover,
.bg-reflexofamille .btn-cta:hover,
.bg-reflexoproches .btn-cta:hover,
.bg-dienchan .btn-cta:hover {
  background: #c7c7c7;
  color: #051134;
}

.bg-temoignages .btn-cta {
  color: #0f3d2e;
}
.bg-temoignages .btn-cta:hover {
  color: #fff;
}

.list-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 500px) {
  .list-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4rem;
  }
}

.u-list--naked {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.u-list--naked li {
  padding: 0;
}

.u-list--inline {
  display: inline;
}

.list-inlined {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-unstyled {
  list-style-type: none;
  margin-left: 0;
}
.list-unstyled li {
  padding-left: 0;
  list-style-type: none;
}
.list-unstyled li::before {
  display: none;
}

ul {
  margin-left: 1.6rem;
}
ul li {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
  margin-left: 32px;
}
ol li {
  padding: 0 0 0 0.8rem;
}

.list-collection {
  color: #fff;
  display: grid;
  grid-gap: 2.4rem;
}
@media screen and (min-width: 500px) {
  .list-collection {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .list-collection {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-collection p {
  margin-bottom: 0;
  margin-top: 0.8rem;
}
.list-collection li {
  padding: 2.4rem;
  position: relative;
  background-size: 250px 250px;
  background-position: top -16px right -16px;
}

.list-collection2 li {
  position: relative;
  padding: 2.4rem 2.4rem 9rem;
  -webkit-box-shadow: 0px 4px 10px rgba(39, 90, 70, 0.35);
  box-shadow: 0px 4px 10px rgba(39, 90, 70, 0.35);
}

.list-collection3 li {
  background-image: url(img/beautiful-scenery-river-surrounded-by-greenery-forest.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  padding-top: 280px;
}
.list-collection3 .list-collection-title,
.list-collection3 .u-text--bold {
  width: 100%;
  display: block;
  color: #fff;
}
.list-collection3 .testactubgnoir {
  background: rgba(3, 46, 40, 0.768627451);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 24px;
}
@media screen and (min-width: 992px) {
  .list-collection3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1444px;
  }
}

.list-collection4 li {
  background: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.list-collection4--content {
  padding: 1.2rem 2.4rem 9rem;
  position: relative;
}

.list-thbn {
  display: block;
  height: 160px;
  background-size: 150px 150px !important;
  background-position: right 45% bottom 0 !important;
  background: rgba(255, 255, 255, 0.2470588235);
}

.list-grid {
  display: grid;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .list-grid.list-grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .list-grid.list-grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-grid.list-grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .list-grid.list-grid-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.list-collection-title {
  font-size: 2rem;
}
.list-collection-subtitle,
.list-collection-date {
  font-size: 1.8rem;
}

.list-collection-summary {
  font-size: 1.4rem;
  padding: 1.4rem;
}

.list-collection-price {
  position: absolute;
  bottom: 6.4rem;
}

.list-temoignages li {
  background: url(img/star-full.svg) no-repeat;
  background-size: 150px;
  background-position: 50px 25px;
}
.list-temoignages li::before {
  content: "";
  background: url(img/stars.svg) no-repeat;
  display: block;
  height: 50px;
  background-size: 35px;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
.list-temoignages li:not(:first-child) {
  margin-top: 6rem;
}
.list-temoignages p {
  margin: 0.4rem 0;
}

.list-temoignages--name {
  font-size: 1.8rem;
}

.list-temoignages--date {
  font-style: italic;
  font-size: 1.6rem;
}

.list-temoignages-home {
  text-align: center;
}
.list-temoignages-home .temoignage__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .list-temoignages-home {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 4.4rem;
  }
  .list-temoignages-home li:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .list-temoignages-home {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

aside .list-temoignages li {
  background: url(img/star-full-white.svg) no-repeat;
  background-size: 150px;
  background-position: 50px 25px;
}
aside .list-temoignages li::before {
  content: "";
  background: url(img/stars-white.svg) no-repeat;
}

.list-item-img {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0;
  min-height: 444px;
}
.list-item-img .list-collection-title {
  font-size: 1.8rem;
}
.list-item-img .list-item-img--content {
  position: absolute;
  left: 0;
  right: 0;
  padding: 1.6rem 1.6rem 2.4rem;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
  bottom: 0;
  min-height: 50%;
}
.list-item-img .list-item-img--content a {
  color: #fff;
}

.list-collection-etiquette {
  background: #0c5848;
  color: #fff;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
}

picture img {
  margin-bottom: 0 !important;
  -webkit-box-shadow: 5px 5px 7px -2px #103333;
  box-shadow: 5px 5px 7px -2px #103333;
}

.definition-list--a {
  font-size: 1.4rem;
  padding-right: 1.2rem;
}
.definition-list--a p {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 992px) {
  .definition-list--a {
    font-size: 1.6rem;
  }
}

.card {
  position: relative;
}
.card a {
  display: grid;
  gap: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  border-radius: 2.5rem;
  padding-bottom: 8rem;
}
.card a:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.card picture,
.card img {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  margin-bottom: 0;
}
.card img {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.card .btn-cta {
  position: absolute;
  bottom: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .card a {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding-bottom: 0;
  }
  .card .picture-crop {
    border-bottom-left-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
  }
  .card picture,
  .card img {
    border-bottom-left-radius: 2.5rem;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 1600px) {
  .card a {
    grid-template-columns: 2fr 3fr;
  }
}

.event-list-home {
  grid-template-columns: 1fr;
  display: grid;
  gap: 2.4rem;
}
.event-list-home article {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .event-list-home {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-list-home {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.card2 {
  position: relative;
  height: 100%;
}
.card2 a {
  padding-bottom: 8rem;
  display: block;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 2.5rem;
}
.card2 a:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.card2 picture,
.card2 img {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  margin-bottom: 0;
}
.card2 img {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  width: 100%;
  height: 222px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card2 .btn-cta {
  position: absolute;
  bottom: 2.4rem;
}

.card-content {
  padding: 1.2rem 2.4rem;
}
@media screen and (min-width: 992px) {
  .card-content {
    padding: 2.4rem;
  }
}

.event-list article {
  margin-bottom: 2.4rem;
}

.event-list-tiny .card {
  padding-bottom: 0;
}
.event-list-tiny .card a {
  border-radius: 2.5rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1200px) {
  .event-list-tiny .card {
    padding-bottom: 0;
  }
  .event-list-tiny .card a {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .event-list-tiny .card .picture-crop {
    border-bottom-left-radius: 0;
  }
  .event-list-tiny picture,
  .event-list-tiny img {
    border-bottom-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 1600px) {
  .event-list-tiny .card a {
    grid-template-columns: 1fr;
  }
  .event-list-tiny picture,
  .event-list-tiny img {
    border-bottom-left-radius: 2.5rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.5rem;
  }
  .event-list-tiny .u-etiquette {
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
  }
  .event-list-tiny .list-collection-title {
    font-size: 1.6rem;
  }
  .event-list-tiny .card a {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
    gap: 0;
  }
  .event-list-tiny .card-content {
    padding: 1.2rem 2.4rem;
  }
  .event-list-tiny h3 {
    margin-bottom: 0.8rem;
  }
  .event-list-tiny .card .btn-cta {
    bottom: 1.2rem;
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
  }
}

.card__prestations {
  padding: 2.4rem 2.4rem 9rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.card__prestations:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.checkbox-list label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

input[type=checkbox] {
  -moz-appearance: none;
  appearance: none; /* enlève le style natif */
  -webkit-appearance: none; /* pour Safari/Chrome */
  width: 2rem;
  height: 2rem;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: white;
}

input[type=checkbox]:checked {
  background-color: #516663; /* votre couleur personnalisée */
  border-color: #516663;
}

/* Optionnel : ajouter un tick */
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 1rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.u-etiquette {
  background: #0c5848;
  color: #fff;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  font-size: 1.4rem;
}
.u-etiquette.blog {
  background: rgb(21, 67, 96);
  color: #fff;
}
.u-etiquette.podcast {
  background: rgb(25, 83, 138);
  color: #fff;
}
.u-etiquette.evenement {
  background: rgb(44, 62, 80);
  color: #fff;
}

.event-passe {
  display: none;
}

[id=mainmenu] {
  z-index: 12;
  position: relative;
}
[id=mainmenu] li:hover::after {
  position: absolute;
  content: "";
  display: block;
  height: 32px;
  width: 100%;
  background: url(img/star-menu-active.png) no-repeat;
  background-size: 32px 32px;
  background-position: 32px;
}
[id=mainmenu] li:hover:last-of-type::after {
  display: none;
}
[id=mainmenu] a {
  text-decoration: none;
  color: #e3dede;
  font-family: "Merriweather Sans", arial, sans-serif;
  font-size: 1.6rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.8rem;
}
[id=mainmenu] a:hover {
  color: #fff;
}
@media screen and (max-width: 992px) {
  [id=mainmenu] a {
    color: #092b23;
  }
  [id=mainmenu] a:hover {
    color: #051134;
  }
}
@media screen and (min-width: 992px) {
  [id=mainmenu] li.active {
    position: relative;
  }
  [id=mainmenu] li.active a {
    color: #fff;
    padding-bottom: 0.8rem;
  }
  [id=mainmenu] li.active::after {
    position: absolute;
    content: "";
    display: block;
    height: 32px;
    width: 100%;
    background: url(img/star-menu-active.png) no-repeat;
    background-size: 32px 32px;
    background-position: 32px;
  }
}
[id=mainmenu] ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  [id=mainmenu] ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  [id=mainmenu] ul {
    gap: 1.6rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [id=mainmenu] ul li {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  [id=mainmenu] ul {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  [id=mainmenu] {
    padding: 0.8rem 3.2rem;
  }
}
@media screen and (min-width: 1600px) {
  [id=mainmenu] {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  [id=mainmenu] a {
    color: #051134;
  }
  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translate3d(-250px, 0, 0);
      transform: translate3d(-250px, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideInLeft {
    0% {
      -webkit-transform: translate3d(-250px, 0, 0);
      transform: translate3d(-250px, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-250px, 0, 0);
      transform: translate3d(-250px, 0, 0);
      visibility: hidden;
    }
  }
  @keyframes slideOutLeft {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-250px, 0, 0);
      transform: translate3d(-250px, 0, 0);
      visibility: hidden;
    }
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body:after {
    pointer-events: none;
    visibility: hidden;
  }
  body.open {
    overflow: hidden;
  }
  body.open:after {
    pointer-events: auto;
    visibility: visible;
  }
  .b-nav:not(.open) {
    position: absolute;
    left: -999px;
    top: -999px;
    visibility: hidden;
  }
  .b-nav li {
    list-style-type: none;
    padding: 10px;
    text-align: left;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .b-nav li:not(.open) {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }
  .b-nav li:first-child {
    padding-top: 100px;
  }
  .b-nav.open {
    visibility: visible;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    position: fixed;
  }
  .b-nav.open li {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
  .b-link {
    background: transparent;
    margin-left: 1.6rem;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: auto;
  }
  .b-menu {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    height: 4rem;
    padding-left: 0;
    padding-top: 0.8rem;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    z-index: 12;
  }
  .b-bun {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .b-bun--top {
    height: 2px;
    top: 0;
    width: 35px;
  }
}
@media screen and (max-width: 992px) and (max-width: 375px) {
  .b-bun--top {
    top: -6px;
  }
}
@media screen and (max-width: 992px) {
  .b-bun--mid {
    height: 2px;
    top: 8px;
    width: 35px;
  }
}
@media screen and (max-width: 992px) and (max-width: 375px) {
  .b-bun--mid {
    top: 0px;
  }
}
@media screen and (max-width: 992px) {
  .b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 35px;
  }
}
@media screen and (max-width: 992px) and (max-width: 375px) {
  .b-bun--bottom {
    top: 6px;
  }
}
@media screen and (max-width: 992px) {
  .b-brand {
    color: transparent;
    font-size: 1.6rem;
    margin-left: 0.8rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 13;
    top: -15px;
  }
  .b-container {
    height: 4rem;
    right: 1.6rem;
    position: absolute;
    top: 1.6rem;
  }
  .b-container:hover:not(.open) .bun-top,
  .b-container:hover:not(.open) .bun-mid,
  .b-container:hover:not(.open) .bun-bottom {
    background: #fff;
  }
  .b-container.open .b-bun--top {
    background: #051134;
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .b-container.open .b-bun--mid {
    opacity: 0;
  }
  .b-container.open .b-bun--bottom {
    background: #051134;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .b-container.open .b-brand {
    color: #051134;
  }
}
@media screen and (min-width: 992px) {
  .b-container {
    display: none;
  }
}
header.bg-dienchan .b-bun,
header.bg-reflexoadultes .b-bun,
header.bg-reflexoentreprise .b-bun,
header.bg-arcsenciel .b-bun,
header.bg-ecoutehumaniste .b-bun,
header.bg-reflexojunior .b-bun,
header.bg-reflexofamille .b-bun,
header.bg-reflexoproches .b-bun,
header.bg-arcsenciel .b-bun {
  background: #fff;
}

header {
  background: -webkit-linear-gradient(343deg, rgb(37, 112, 101) 0%, rgb(28, 36, 35) 100%);
  background: linear-gradient(107deg, rgb(37, 112, 101) 0%, rgb(28, 36, 35) 100%);
  background: rgb(37, 112, 101);
  position: fixed;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-bottom: 1px solid rgba(25, 129, 114, 0.925);
  border-bottom: 0;
}

[id=banner] {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 992px) {
  [id=banner] {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    padding-bottom: 2.4rem;
  }
}

[id=banner__logo__link] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  color: #fff;
}
[id=banner__logo__link] svg {
  width: 4.4rem;
  fill: #fff;
}
@media screen and (max-width: 375px) {
  [id=banner__logo__link] svg {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  [id=banner__logo__link] svg {
    width: 5.6rem;
  }
}
@media screen and (min-width: 992px) {
  [id=banner__logo__link] {
    padding-left: 3.2rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  [id=banner__logo__link] {
    padding-left: 0;
  }
}
[id=banner__logo__link] {
  -webkit-transition: color fill 0.3s;
  transition: color fill 0.3s;
}
[id=banner__logo__link]:hover {
  color: #e3dede;
}
[id=banner__logo__link]:hover svg {
  fill: #e3dede;
}

@media screen and (min-width: 992px) {
  .b-nav {
    margin-left: auto;
  }
}

@media screen and (max-width: 992px) {
  header.bg-dienchan [id=mainmenu] a,
  header.bg-reflexoadultes [id=mainmenu] a,
  header.bg-reflexoentreprise [id=mainmenu] a,
  header.bg-arcsenciel [id=mainmenu] a,
  header.bg-ecoutehumaniste [id=mainmenu] a,
  header.bg-reflexojunior [id=mainmenu] a,
  header.bg-reflexoproches [id=mainmenu] a,
  header.bg-reflexofamille [id=mainmenu] a {
    color: #051134;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
  }
}
@media screen and (min-width: 992px) {
  header.bg-dienchan [id=mainmenu] a,
  header.bg-reflexoadultes [id=mainmenu] a,
  header.bg-reflexoentreprise [id=mainmenu] a,
  header.bg-arcsenciel [id=mainmenu] a,
  header.bg-ecoutehumaniste [id=mainmenu] a,
  header.bg-reflexojunior [id=mainmenu] a,
  header.bg-reflexoproches [id=mainmenu] a,
  header.bg-reflexofamille [id=mainmenu] a {
    color: #fff;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
  }
  header.bg-dienchan [id=mainmenu] a:hover,
  header.bg-reflexoadultes [id=mainmenu] a:hover,
  header.bg-reflexoentreprise [id=mainmenu] a:hover,
  header.bg-arcsenciel [id=mainmenu] a:hover,
  header.bg-ecoutehumaniste [id=mainmenu] a:hover,
  header.bg-reflexojunior [id=mainmenu] a:hover,
  header.bg-reflexoproches [id=mainmenu] a:hover,
  header.bg-reflexofamille [id=mainmenu] a:hover {
    color: #d1d1d1;
  }
}
header.bg-dienchan [id=logoscreen] svg,
header.bg-reflexoadultes [id=logoscreen] svg,
header.bg-reflexoentreprise [id=logoscreen] svg,
header.bg-arcsenciel [id=logoscreen] svg,
header.bg-ecoutehumaniste [id=logoscreen] svg,
header.bg-reflexojunior [id=logoscreen] svg,
header.bg-reflexoproches [id=logoscreen] svg,
header.bg-reflexofamille [id=logoscreen] svg {
  fill: #fff;
  -webkit-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
}
header.bg-dienchan [id=logoscreen] svg:hover,
header.bg-reflexoadultes [id=logoscreen] svg:hover,
header.bg-reflexoentreprise [id=logoscreen] svg:hover,
header.bg-arcsenciel [id=logoscreen] svg:hover,
header.bg-ecoutehumaniste [id=logoscreen] svg:hover,
header.bg-reflexojunior [id=logoscreen] svg:hover,
header.bg-reflexoproches [id=logoscreen] svg:hover,
header.bg-reflexofamille [id=logoscreen] svg:hover {
  fill: #d1d1d1;
}

header.bg-reflexojunior,
header.bg-reflexoproches,
header.bg-reflexofamille {
  border-bottom: 1px solid #155853;
}

header.bg-reflexoentreprise {
  border-bottom: 1px solid #0d833e;
}

header.bg-reflexoadultes {
  border-bottom: 1px solid #146336;
}

header.bg-dienchan {
  border-bottom: 1px solid #08572a;
}

header.bg-arcsenciel {
  border-bottom: 1px solid rgba(152, 214, 238, 0.2392156863);
}

header.bg-ecoutehumaniste {
  border-bottom: 1px solid #1a6a6f;
}

[id=logoscreen] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[id=logoscreen] svg {
  display: block;
  margin: 1.6rem;
}
@media screen and (max-width: 375px) {
  [id=logoscreen] svg {
    height: 32px;
    width: 32px;
    margin: 0.8rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 992px) {
  [id=logoscreen] svg {
    height: 48px;
  }
}
@media screen and (min-width: 992px) {
  [id=logoscreen] svg {
    height: 48px;
  }
}
@media screen and (min-width: 992px) {
  [id=logoscreen] {
    margin-right: auto;
  }
}

[id=site__title] {
  font-family: "Merriweather Sans", arial, sans-serif;
}
@media screen and (max-width: 375px) {
  [id=site__title] {
    font-size: 1.4rem;
  }
}

.bg-header {
  background: #6EA488;
  background: -webkit-linear-gradient(113deg, rgba(110, 164, 136, 0.56) 0%, rgb(36, 69, 74) 100%);
  background: linear-gradient(337deg, rgba(110, 164, 136, 0.56) 0%, rgb(36, 69, 74) 100%);
  background: #1C2423;
  background: -webkit-linear-gradient(343deg, rgb(28, 36, 35) 0%, rgb(37, 112, 101) 100%);
  background: linear-gradient(107deg, rgb(28, 36, 35) 0%, rgb(37, 112, 101) 100%);
}

.header-2 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-2 svg {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .header-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1444px;
    padding-left: 0;
    padding-right: 0;
  }
  .header-2 a {
    color: #fff;
  }
}

.wave-header {
  display: block;
  width: 100%;
  height: 80px;
  margin-top: -16px;
}

.wave-mobile {
  display: none;
  width: 100%;
  height: 70px;
}

@media (max-width: 767px) {
  .wave-desktop {
    display: none;
  }
  .wave-mobile {
    display: block;
  }
}
.bg-icon-heart {
  background-image: url(img/bg-heart-white.png);
  background-repeat: no-repeat;
  background-size: 400px 400px;
  background-position: 65px 8px;
}

.bg-icon-heartcheckhands {
  background-image: url(img/bg-heartcheckhands-white.png);
  background-repeat: no-repeat;
  background-size: 400px 400px;
  background-position: 65px 8px;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-icon-arcsenciel {
  background-image: url(img/bg-heart-white.png);
  background-repeat: no-repeat;
  background-size: 600px 600px;
  background-position: 65px 8px;
}

.bg-flower-white {
  background-image: url(img/bg-flower-of-life-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-icon-flower-lightgray {
  background-image: url(img/bg-flower-of-life-lightgray.png);
  background-repeat: no-repeat;
  background-size: 600px 600px;
  background-position: -64px 200px;
}

.bg-beautyface-white {
  background-image: url(img/bg-beautyface-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-auditeur-white {
  background-image: url(img/bg-auditeur-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-heart-white {
  background-image: url(img/bg-heart-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-enterprise-white {
  background-image: url(img/bg-enterprise-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-family-white {
  background-image: url(img/bg-family-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-foster-family-white {
  background-image: url(img/bg-foster-family-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-girl-white {
  background-image: url(img/bg-girl-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-foot-white {
  background-image: url(img/bg-foot-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-mirror-white {
  background-image: url(img/bg-mirror-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-benoit-white {
  background-image: url(img/bg-visage-benoit-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-heart-and-hand-white {
  background-image: url(img/bg-heart-and-hands-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-boussoles-white {
  background-image: url(img/bg-boussoles-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-balance-white {
  background-image: url(img/bg-balance-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-cauldron-white {
  background-image: url(img/bg-cauldron-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-contact-white {
  background-image: url(img/bg-contact-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-guirlande-white {
  background-image: url(img/bg-guirlande-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-magnifier-with-a-heart-white {
  background-image: url(img/bg-magnifier-with-a-heart-white.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-rainbow-white {
  background-image: url(img/bg-rainbow-white.png);
  background-repeat: no-repeat;
}

.bg-icon-heartcheckhands-lightgray {
  background-image: url(img/bg-heartcheckhands-lightgray.png);
  background-repeat: no-repeat;
  background-size: 400px 400px;
  background-position: 65px 8px;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-icon-beautyface-lightgray {
  background-image: url(img/bg-beautyface-lightgray.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-icon-portrait-lightgray {
  background-image: url(img/bg-portrait-lightgray.png);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-size: 100px 100px;
  background-position: right -30px top 0;
}

.bg-white {
  background-color: #fff;
}

.bg-beige {
  background-color: #e3dede;
}

.bg-lightgray {
  background-color: #e8ecf3;
  color: #222;
}

.bg-lightgray2 {
  background: #E8ECF3;
  background: -webkit-linear-gradient(261deg, rgb(232, 236, 243) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
  background: linear-gradient(189deg, rgb(232, 236, 243) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
  color: #222;
}

.bg-neutral {
  background: #f1efec;
  border-radius: 25px;
  -webkit-box-shadow: 0px 4px 10px rgba(39, 90, 70, 0.35);
  box-shadow: 0px 4px 10px rgba(39, 90, 70, 0.35);
}
.bg-neutral > p:first-of-type {
  margin-top: 0;
}
.bg-neutral p:last-of-type {
  margin-bottom: 0;
}

.bg-actu {
  -webkit-box-shadow: 0px 4px 10px rgba(39, 90, 70, 0.35);
  box-shadow: 0px 4px 10px rgba(39, 90, 70, 0.35);
  background-color: #f1efec;
  background-image: -webkit-gradient(linear, right bottom, left top, from(#f1efec), color-stop(#f0eeeb), color-stop(#f0eeea), color-stop(#efedea), to(#eeede9));
  background-image: -webkit-linear-gradient(right bottom, #f1efec, #f0eeeb, #f0eeea, #efedea, #eeede9);
  background-image: linear-gradient(to left top, #f1efec, #f0eeeb, #f0eeea, #efedea, #eeede9);
}
.bg-actu .btn-cta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

.bg-dienchan {
  background-color: #0f3d2e;
  background-color: #0f3d2e;
  background: -webkit-linear-gradient(315deg, #0f3d2e 0%, #1a5a45 100%);
  background: linear-gradient(135deg, #0f3d2e 0%, #1a5a45 100%);
  color: #fff;
}
.bg-dienchan a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-dienchan a:hover {
  color: #d1d1d1;
}

.bg-reflexoadultes {
  background-color: #134e3a;
  background-color: #0f5c4a;
  background: -webkit-linear-gradient(315deg, #134e3a 0%, #1b6b4f 100%);
  background: linear-gradient(135deg, #134e3a 0%, #1b6b4f 100%);
  color: #fff;
}
.bg-reflexoadultes a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-reflexoadultes a:hover {
  color: #d1d1d1;
}

.bg-reflexoentreprise {
  background-color: #076353;
  background-color: #076353;
  background: -webkit-linear-gradient(315deg, #076353 0%, #0f7f6a 100%);
  background: linear-gradient(135deg, #076353 0%, #0f7f6a 100%);
  color: #fff;
}
.bg-reflexoentreprise a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-reflexoentreprise a:hover {
  color: #d1d1d1;
}

.bg-ecoutehumaniste {
  background-color: #104c50;
  background: -webkit-linear-gradient(315deg, #104c50 0%, #1a6a6f 100%);
  background: linear-gradient(135deg, #104c50 0%, #1a6a6f 100%);
  color: #fff;
}
.bg-ecoutehumaniste a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-ecoutehumaniste a:hover {
  color: #d1d1d1;
}

.bg-reflexojunior {
  background-color: #144c4a;
  background: -webkit-linear-gradient(315deg, #144c4a 0%, #1f6b67 100%);
  background: linear-gradient(135deg, #144c4a 0%, #1f6b67 100%);
  color: #fff;
}
.bg-reflexojunior a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-reflexojunior a:hover {
  color: #d1d1d1;
}

.bg-reflexofamille {
  background-color: #043a2f;
  background: -webkit-linear-gradient(315deg, #043a2f 0%, #0f5a4b 100%);
  background: linear-gradient(135deg, #043a2f 0%, #0f5a4b 100%);
  color: #fff;
}
.bg-reflexofamille a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-reflexofamille a:hover {
  color: #d1d1d1;
}

.bg-reflexoproches {
  background-color: #001d1d;
  background: -webkit-linear-gradient(315deg, #001d1d 0%, rgb(13, 58, 49) 100%);
  background: linear-gradient(135deg, #001d1d 0%, rgb(13, 58, 49) 100%);
  color: #fff;
}
.bg-reflexoproches a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-reflexoproches a:hover {
  color: #d1d1d1;
}

.bg-arcsenciel {
  background: transparent;
  color: #fff;
}
.bg-arcsenciel a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-arcsenciel a:hover {
  color: #d1d1d1;
}

.bg-arcsenciel-list {
  background: -webkit-linear-gradient(350deg, #6b8fcf 0%, #6bb0b0 15%, #8fbf7a 30%, #d6c46a 45%, #d6a36a 60%, #c47a7a 75%, #8b6f9c 100%);
  background: linear-gradient(100deg, #6b8fcf 0%, #6bb0b0 15%, #8fbf7a 30%, #d6c46a 45%, #d6a36a 60%, #c47a7a 75%, #8b6f9c 100%);
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  background-position: right 0 bottom 0 !important;
}
.bg-arcsenciel-list > span {
  display: block;
  height: 160px;
  background-size: 150px 150px !important;
  background-position: right 15px bottom 0 !important;
}
.bg-arcsenciel-list a {
  color: #fff;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.bg-arcsenciel-list a:hover {
  color: #d1d1d1;
}

.bg-dienchan .post-content,
.bg-reflexoadultes .post-content,
.bg-reflexoentreprise .post-content,
.bg-arcsenciel .post-content,
.bg-ecoutehumaniste .post-content,
.bg-reflexojunior .post-content,
.bg-reflexoproches .post-content,
.bg-reflexofamille .post-content {
  color: #051134;
}
.bg-dienchan .post-content a,
.bg-reflexoadultes .post-content a,
.bg-reflexoentreprise .post-content a,
.bg-arcsenciel .post-content a,
.bg-ecoutehumaniste .post-content a,
.bg-reflexojunior .post-content a,
.bg-reflexoproches .post-content a,
.bg-reflexofamille .post-content a {
  color: hotpink;
}

.list-collection .bg-arcsenciel {
  background: -webkit-linear-gradient(350deg, #6b8fcf 0%, #6bb0b0 15%, #8fbf7a 30%, #d6c46a 45%, #d6a36a 60%, #c47a7a 75%, #8b6f9c 100%);
}

.bg-praticien {
  background: #0a8f80;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#1f826d), color-stop(#34896d), color-stop(#458f6e), color-stop(#55966e), to(#649c6f));
  background-image: -webkit-linear-gradient(left top, #1f826d, #34896d, #458f6e, #55966e, #649c6f);
  background-image: linear-gradient(to right bottom, #1f826d, #34896d, #458f6e, #55966e, #649c6f);
  color: #fff;
  padding: 2.4rem;
}
.bg-praticien a {
  color: #fff;
}

.bg-temoignages {
  background: #065b51;
  color: #fff;
  padding: 2.4rem;
}
.bg-temoignages a {
  color: #fff;
}

.bg-primary {
  background-color: #0c5848;
  color: #fff;
}
.bg-primary a {
  color: #fff;
}

.bg-secondary {
  background-color: #9e4c5f;
  color: #fff;
}
.bg-secondary a {
  color: #fff;
}

.bg-test {
  background-color: #082220;
  color: #fff;
}
.bg-test a {
  color: #fff;
}

.banner-intro-deco {
  background: -webkit-linear-gradient(343deg, rgb(37, 112, 101) 0%, rgb(28, 36, 35) 100%);
  background: linear-gradient(107deg, rgb(37, 112, 101) 0%, rgb(28, 36, 35) 100%);
  background: rgb(37, 112, 101);
  padding-top: 1.2rem;
  color: #fff;
}
.banner-intro-deco .surtitle {
  color: #fff;
}
.banner-intro-deco.bg-reflexojunior {
  background-color: #144c4a;
  background: -webkit-linear-gradient(315deg, #144c4a 0%, #1f6b67 100%);
  background: linear-gradient(135deg, #144c4a 0%, #1f6b67 100%);
}
.banner-intro-deco.bg-reflexofamille {
  background-color: #043a2f;
  background: -webkit-linear-gradient(315deg, #043a2f 0%, #0f5a4b 100%);
  background: linear-gradient(135deg, #043a2f 0%, #0f5a4b 100%);
}
.banner-intro-deco.bg-reflexoproches {
  background-color: #001d1d;
  background: -webkit-linear-gradient(315deg, #001d1d 0%, rgb(13, 58, 49) 100%);
  background: linear-gradient(135deg, #001d1d 0%, rgb(13, 58, 49) 100%);
}
.banner-intro-deco.bg-ecoutehumaniste {
  background-color: #104c50;
  background: -webkit-linear-gradient(315deg, #104c50 0%, #1a6a6f 100%);
  background: linear-gradient(135deg, #104c50 0%, #1a6a6f 100%);
}
.banner-intro-deco.bg-reflexoentreprise {
  background-color: #076353;
  background-color: #076353;
  background: -webkit-linear-gradient(315deg, #076353 0%, #0f7f6a 100%);
  background: linear-gradient(135deg, #076353 0%, #0f7f6a 100%);
}
.banner-intro-deco.bg-arcsenciel-list {
  background: -webkit-linear-gradient(350deg, #6b8fcf 0%, #6bb0b0 15%, #8fbf7a 30%, #d6c46a 45%, #d6a36a 60%, #c47a7a 75%, #8b6f9c 100%);
  background: linear-gradient(100deg, #6b8fcf 0%, #6bb0b0 15%, #8fbf7a 30%, #d6c46a 45%, #d6a36a 60%, #c47a7a 75%, #8b6f9c 100%);
}
.banner-intro-deco.bg-reflexoadultes {
  background-color: #134e3a;
  background-color: #0f5c4a;
  background: -webkit-linear-gradient(315deg, #134e3a 0%, #1b6b4f 100%);
  background: linear-gradient(135deg, #134e3a 0%, #1b6b4f 100%);
}
.banner-intro-deco.bg-dienchan {
  background-color: #0f3d2e;
  background-color: #0f3d2e;
  background: -webkit-linear-gradient(315deg, #0f3d2e 0%, #1a5a45 100%);
  background: linear-gradient(135deg, #0f3d2e 0%, #1a5a45 100%);
}
.banner-intro-deco .bg-icon-flower-lightgray {
  background-size: 350px 350px;
  background-position: 0 -10px;
}
@media screen and (min-width: 992px) {
  .banner-intro-deco {
    padding-top: 3.2rem;
  }
}

.banner-intro {
  position: relative;
  margin-top: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 992px) {
  .banner-intro {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .banner-intro {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .banner-intro .definition-list--a {
    min-height: 100px;
  }
}

.banner-intro--icon {
  width: 20rem;
  height: 20rem;
  background-size: 100px 100px;
  background-position: right 0 top 35px;
}
@media screen and (min-width: 500px) {
  .banner-intro--icon {
    width: 250px;
    height: 250px;
    background-size: 200px 200px;
    right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .banner-intro--icon {
    width: 400px;
    height: 400px;
    background-size: 400px 400px;
    background-position: right 0 top 0;
    top: 10px;
    right: 80px;
  }
}

@media screen and (max-width: 992px) {
  .banner-intro--img {
    margin-top: 2.4rem;
  }
}

.banner-intro--icon2 {
  height: 190px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-top: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-size: 150px;
  background-position: bottom 12px right 45%;
}
@media screen and (min-width: 992px) {
  .banner-intro--icon2 {
    background-color: transparent;
    background-size: 170px;
  }
}

.banner-intro-rubrique {
  padding-bottom: 0 !important;
}

.banner-intro-rubrique--img2 {
  position: relative;
  display: grid;
  gap: 2.4rem;
}
.banner-intro-rubrique--img2 .heading--block {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.banner-intro-rubrique--img2 .banner-intro--icon2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 992px) {
  .banner-intro-rubrique--img2 {
    min-height: 111px;
    grid-template-columns: 65fr 35fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-intro-rubrique--img2 .heading--block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 12px;
  }
  .banner-intro-rubrique--img2 .banner-intro--icon2 {
    margin-top: 12px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .banner-intro-rubrique--img2 {
    padding-bottom: 0 !important;
  }
  .banner-intro-rubrique--img2 .banner-intro--icon2 {
    margin-top: 12px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.laptop-container {
  z-index: 5;
  position: relative;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 992px) {
  .laptop-container {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-container {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

[id=breadcrumb] {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
  color: #516663;
}
[id=breadcrumb] a {
  color: #516663;
}
[id=breadcrumb] li {
  display: inline;
}
[id=breadcrumb] li:first-child {
  padding-left: 0;
}
[id=breadcrumb] li:not(:first-child)::before {
  content: "›";
  padding: 0 4px;
}
[id=breadcrumb] ol {
  list-style-type: none;
  margin-left: 0;
  display: inline;
}

main {
  margin-top: 67px;
  position: relative;
}
@media screen and (max-width: 375px) {
  main {
    margin-top: 55px;
  }
}
@media screen and (min-width: 992px) {
  main {
    margin-top: 90px;
  }
}
main section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 4rem;
}
main a {
  color: #0c5848;
  font-family: "Merriweather Sans", arial, sans-serif;
  text-decoration: none;
}

.main-content > * {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (min-width: 992px) {
  .page:has(.asides),
  .page.has-asides {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 3.2rem;
  }
}
.rubrique__actualites .asides {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 2.4rem;
}
.rubrique__actualites .post-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 992px) {
  .rubrique__actualites .asides {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .rubrique__actualites .post-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.asides {
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .asides {
    margin-top: 0;
  }
}

.ligne-mon-parcours,
.ligne-mes-prestations,
.ligne-mes-actualites {
  padding: 2.4rem 0 4.8rem;
}
.ligne-mon-parcours .laptop-container,
.ligne-mes-prestations .laptop-container,
.ligne-mes-actualites .laptop-container {
  margin-bottom: 0;
}

.ligne-mon-parcours {
  background: #0a8f80;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f826d), color-stop(#34896d), color-stop(#458f6e), color-stop(#55966e), to(#649c6f));
  background-image: -webkit-linear-gradient(top, #1f826d, #34896d, #458f6e, #55966e, #649c6f);
  background-image: linear-gradient(to bottom, #1f826d, #34896d, #458f6e, #55966e, #649c6f);
  color: #fff;
}
.ligne-mon-parcours .surtitle {
  color: #fff;
}

.ligne-mes-actualites {
  background: #becca7;
}

@media screen and (min-width: 992px) {
  .home .banner-intro--icon2 {
    background-size: 222px;
    height: 250px;
  }
  .home .banner-intro-rubrique--img2 {
    min-height: 333px;
  }
}
@media screen and (min-width: 1200px) {
  .home .banner-intro--icon2 {
    background-size: 303px;
    height: 330px;
  }
}

[id=moteur__recherche] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  [id=moteur__recherche] {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  [id=moteur__recherche] {
    max-width: 80%;
  }
}

[id=texte__saisi],
[id=btn__envoyer],
[id=btn__effacer] {
  padding: 0.8rem;
  font-size: 1.6rem;
}

[id=btn__envoyer],
[id=btn__effacer] {
  cursor: pointer;
}

[id=btn__envoyer] {
  border: 2px solid transparent;
}

[id=mot_de_la_fin] {
  margin-top: 2.4rem;
}
[id=mot_de_la_fin] li:not(:first-child) {
  margin-top: 2.4rem;
}

.resultats__rubrique {
  font-style: italic;
}

[id=texterecherche] {
  font-family: "ralewaybold", arial, sans-serif;
}

.resultats__titre {
  display: block;
}
.resultats__titre a {
  font-family: "ralewaybold", arial, sans-serif;
}

.resultats__resume {
  display: block;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #0c5848;
  border-radius: 32px;
  text-decoration: none;
  font-size: 1.5rem;
  z-index: 1000;
  width: auto;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top a {
  border-radius: 32px;
  color: #fff;
  padding: 0.75rem 1rem;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.back-to-top a:focus,
.back-to-top a:hover {
  background: #000;
  border-radius: 32px;
}

footer {
  background: #0c5848 url(img/triskell.svg) no-repeat;
  background-position: bottom 5px right -25px;
  background-size: 150px;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .itineraire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .itineraire a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .itineraire a > span {
  height: 2.4rem;
}
@media screen and (min-width: 992px) {
  footer {
    background-size: 350px;
    background-position: bottom 5px right -100px;
  }
  footer .itineraire {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

[id=footertitle] {
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  [id=footer__container] {
    padding: 0;
    margin-bottom: 2.4rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.4rem;
    text-align: left;
  }
  [id=footer__container] > div:nth-of-type(1) {
    padding-left: 2.4rem;
  }
  [id=footer__container] > div:nth-of-type(2) {
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 1600px) {
  [id=footer__container] > div:nth-of-type(1) {
    padding-left: 0;
  }
  [id=footer__container] > div:nth-of-type(2) {
    padding-right: 0;
  }
}

[id=footer--rs] {
  gap: 1.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[id=footer--rs] .u-fill--white {
  -webkit-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
}
[id=footer--rs] .u-fill--white svg:hover {
  fill: #d1d1d1;
}
@media screen and (min-width: 992px) {
  [id=footer--rs] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

[id=footer__links] {
  margin-top: 6rem;
}
[id=footer__links] ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
[id=footer__links] a {
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
[id=footer__links] a:hover {
  color: #d1d1d1;
}
@media screen and (min-width: 992px) {
  [id=footer__links] {
    margin-top: 1.6rem;
  }
  [id=footer__links] ul {
    gap: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

[id=footer__credits] {
  background: #0b493c;
  margin-bottom: 0;
}
[id=footer__credits] div {
  margin-bottom: 0;
}
[id=footer__credits] img {
  display: none;
}
@media screen and (min-width: 992px) {
  [id=footer__credits] {
    text-align: left;
  }
  [id=footer__credits] div {
    margin-bottom: 0;
    padding: 0;
  }
  [id=footer__credits] img {
    display: block;
  }
}

@media print {
  /* ===== Reset général ===== */
  * {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    text-align: left !important;
  }
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }
  body {
    font-size: 13pt;
    line-height: 1.6;
    background: #fff !important;
    color: #000 !important;
    font-family: "Times New Roman", Times, Georgia, serif !important;
  }
  /* ===== Neutraliser Flex et Grid ===== */
  * {
    display: block !important;
    page-break-before: auto !important;
    page-break-after: auto !important;
    page-break-inside: auto !important;
    -webkit-column-break-before: auto !important;
    -moz-column-break-before: auto !important;
    break-before: auto !important;
    -webkit-column-break-after: auto !important;
    -moz-column-break-after: auto !important;
    break-after: auto !important;
    -webkit-column-break-inside: auto !important;
    -moz-column-break-inside: auto !important;
    break-inside: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  strong {
    display: inline-block !important;
  }
  /* Si vous voulez être plus ciblé (recommandé) :
  .container,
  .row,
  .grid,
  .flex,
  .card,
  header,
  footer,
  section,
  article {
    display: block !important;
  }
  */
  /* ===== Supprimer les éléments inutiles ===== */
  [id=banner],
  svg,
  nav,
  .menu,
  .btn,
  .btn-cta,
  .badge,
  .picture-crop,
  .video,
  iframe,
  script,
  style,
  noscript, img {
    display: none !important;
  }
  /* ===== Images ===== */
  /* ===== Éviter les coupures moches ===== */
  h1, h2, h3 {
    page-break-after: avoid;
    margin-top: 24pt !important;
  }
  p, li, blockquote {
    page-break-inside: avoid;
  }
  article, section {
    page-break-inside: avoid;
  }
  /* ===== Liens ===== */
  a {
    color: #000 !important;
    text-decoration: none !important;
  }
  /* Afficher l’URL après les liens (optionnel mais utile) */
  a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 9pt;
  }
  /* Ne rien afficher pour les liens d'ancre internes */
  a[href^="#"]:after {
    content: "";
  }
  /* ===== Supprimer les ombres et effets ===== */
  * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
  }
  .asides {
    margin-top: 12pt !important;
  }
  .definition-list--a p > * {
    display: inline !important;
  }
  .list-buttons {
    display: none !important;
  }
  .list-buttons a {
    display: block !important;
    background: inherit !important;
    color: #000 !important;
    padding: 0 !important;
  }
  .card__prestations {
    margin-top: 24pt !important;
  }
  .card__prestations > a > span.d-block > * {
    display: inline !important;
  }
  footer {
    margin-top: 24pt !important;
  }
  footer a {
    color: #000 !important;
  }
  footer br {
    display: none !important;
  }
  footer address > span > * {
    display: inline !important;
  }
}

/*# sourceMappingURL=style.css.map */