@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: "amitaregular";
  src: url("fonts/amita-regular/amita-regular-webfont.woff2") format("woff2"), url("fonts/amita-regular/amita-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "amitabold";
  src: url("fonts/amita-bold/amita-bold-webfont.woff2") format("woff2"), url("fonts/amita-bold/amita-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "marcellusregular";
  src: url("fonts/marcellus-regular/marcellus-regular-webfont.woff2") format("woff2"), url("fonts/marcellus-regular/marcellus-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "karlabold";
  src: url("fonts/karla-bold/Karla-Bold.woff2") format("woff2"), url("fonts/karla-bold/Karla-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "karlaregular";
  src: url("fonts/karla-regular/Karla-Regular.woff2") format("woff2"), url("fonts/karla-regular//Karla-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alice";
  src: url("fonts/alice-regular/Alice-Regular-opti.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.u-text-bold {
  font-family: "karlabold", verdana, arial;
}

.u-text-italic {
  font-style: italic;
}

.u-text-title {
  font-family: "Alice", verdana, arial;
}

.u-text-badge {
  font-family: "Alice", verdana, arial;
}

.u-text-badge-bold {
  font-family: "Alice", verdana, arial;
}

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

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

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

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

.u-vm-24 {
  margin-bottom: 2.4rem;
}

.u-vm-32 {
  margin-bottom: 3.2rem;
}

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

.u-vm-56 {
  margin-bottom: 5.6rem;
}

.u-vm-80 {
  margin-bottom: 8rem;
}

.u-vm-160 {
  margin-bottom: 16rem;
}

.w-160 {
  width: 16rem;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

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

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

.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-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;
}

.gap-12 {
  gap: 1.2rem;
}

.gap-20 {
  gap: 2rem;
}

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

.u-fill-lightgray svg {
  fill: #c3c3c3;
}

.u-fill-mint svg {
  fill: #86b5ba;
}

.u-fill-darkmint svg {
  fill: #23565c;
}

.u-fill-dargold svg {
  fill: #816a3a;
}

.u-size-14 {
  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-size-14 svg {
  width: auto;
  height: 1.4rem;
}

.u-size-20 {
  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-size-20 svg {
  width: auto;
  height: 2rem;
}

.u-size-24 {
  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-size-24 svg {
  width: auto;
  height: 2.4rem;
}

.u-size-28 {
  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-size-28 svg {
  width: auto;
  height: 2.8rem;
}

.u-size-32 {
  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-size-32 svg {
  width: auto;
  height: 3.2rem;
}

.u-size-48 {
  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-size-48 svg {
  width: auto;
  height: 4.8rem;
}

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

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

.u-hrspacer--12 {
  margin-right: 1.2rem;
}

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

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

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

a.u-a-color-white-link {
  color: rgb(11, 69, 83);
}

a.u-a-weight-lighter {
  font-weight: lighter;
}

.border-radius-32 {
  border-radius: 3.2rem;
}

.height-56 {
  height: 5.6rem;
}

.height-88 {
  height: 8.8rem;
}

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

.laptop__only {
  display: none;
}
@media screen and (min-width: 991px) {
  .laptop__only {
    display: block;
  }
}

.print_only {
  display: none;
}

.u-img-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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: 991px) {
  @-webkit-keyframes hover-shadow {
    0% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
      opacity: 0.4;
    }
    50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
      opacity: 0.4;
    }
  }
  @keyframes hover-shadow {
    0% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
      opacity: 0.4;
    }
    50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
      opacity: 0.4;
    }
  }
  .hover-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
  }
  .hover-shadow:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .hover-shadow:hover:before {
    opacity: 0.4;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.625em;
}

body {
  background: #fff;
  background-position: center center;
  background-attachment: fixed;
  background-size: 400px auto;
  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: "karlaregular", verdana, arial;
  font-size: 1.8rem;
  line-height: 1.6;
}
body > * {
  width: 100%;
}

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

ul + p {
  margin-top: 2.4rem;
}

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

@media (max-width: 991px) {
  [id] {
    scroll-margin-top: 88px;
    scroll-margin-top: 100px;
  }
}
.row {
  display: grid;
  grid-auto-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 800px) {
  .row {
    grid-auto-flow: column;
  }
}
@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: 991px) {
  .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;
  }
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

h2,
h3,
h4,
h5 {
  font-family: "Alice", verdana, arial;
  line-height: 1.2;
}

h2 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

.heading--2 {
  color: #0f5661;
  font-size: 2.4rem;
  font-size: 2.2rem;
  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;
}
@media screen and (min-width: 500px) {
  .heading--2:before {
    content: "";
    width: 4.8rem;
    height: 3.6rem;
    display: inline-block;
    background: url("img/lotus.png") no-repeat;
    background-size: 4rem;
    min-width: 4.8rem;
  }
}

.heading--3 {
  color: #0f5661;
  font-size: 2.2rem;
  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;
}
@media screen and (min-width: 500px) {
  .heading--3:before {
    content: "";
    width: 4.8rem;
    height: 3.6rem;
    display: inline-block;
    background: url("img/lotus.png") no-repeat;
    background-size: 4rem;
    min-width: 4.8rem;
  }
}

.heading--4 {
  color: #0f5661;
  font-size: 2.2rem;
}

.heading--5 {
  font-size: 1.8rem;
  margin-top: 1.8rem;
}

.subtitle-2 {
  color: #767676;
  font-family: "karlaregular", verdana, arial;
  font-size: 1.8rem;
}

.wrapper h2:nth-of-type(1) {
  margin-top: 0;
}

.paragraph-resume {
  font-family: "karlabold", verdana, arial;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}

.paragraph-resume-rubrique {
  font-family: "karlabold", verdana, arial;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.paragraph-zoom, .paragraph-zoom-titre-bordure {
  border: 1px solid #ddd;
  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,
.paragraph-tertiary {
  border-radius: 3.2rem;
  padding: 2.4rem;
}
.paragraph-primary .btn2,
.paragraph-secondary .btn2,
.paragraph-tertiary .btn2 {
  text-align: center;
}

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

.paragraph-secondary {
  background: #1d3745;
  color: #fff;
}
.paragraph-secondary .heading--4 {
  color: #fff;
}
.paragraph-secondary a {
  color: #fff;
}

.paragraph-tertiary {
  background: #9A565B;
  color: #fff;
}
.paragraph-tertiary a {
  color: #fff;
}

.credits__photo {
  margin: 12rem 1.6rem 8rem;
  font-size: 1.4rem;
  color: #0f4447;
}
@media screen and (min-width: 1440px) {
  .credits__photo {
    margin: 12rem 0 8rem;
  }
}

.small-text {
  font-size: 1.4rem;
  color: #0f4447;
}

.bloc-autres-prestations {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 1440px) {
  .bloc-autres-prestations {
    padding-left: 0;
    padding-right: 0;
  }
}

.paragraph-1 {
  position: relative;
  padding-bottom: 3.2rem;
}

.paragraph-1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #e4d9d9), color-stop(80%, #e4d9d9), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #e4d9d9 20%, #e4d9d9 80%, transparent);
  background: linear-gradient(to right, transparent, #e4d9d9 20%, #e4d9d9 80%, transparent);
}

.btn, .etiquette, .btn2,
a.btn2,
button.btn2,
[id=btn__effacer],
a.btn,
button.btn,
[id=btn__envoyer] {
  display: inline-block;
  padding: 0.8rem 5.6rem;
  border-radius: 3.2rem;
  text-decoration: none;
  font-family: "karlabold", verdana, arial;
  background: #1d3745;
  color: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn:hover, .etiquette:hover, .btn2:hover,
[id=btn__effacer]:hover,
a.btn:hover,
button.btn:hover,
[id=btn__envoyer]:hover {
  background: #098295;
  color: #fff;
}

.btn2,
a.btn2,
button.btn2,
[id=btn__effacer] {
  padding: 0.8rem 5.6rem;
  background: #fff;
  color: #051134;
}
.btn2:hover,
a.btn2:hover,
button.btn2:hover,
[id=btn__effacer]:hover {
  background: #1d3745;
  color: #fff;
}

.btn3,
a.btn3,
button.btn3 {
  padding: 0.8rem 5.6rem;
  border-radius: 3.2rem;
  text-decoration: none;
  font-family: "karlabold", verdana, arial;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #1d3745;
  color: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn3:hover,
a.btn3:hover,
button.btn3:hover {
  background: #098295;
  color: #fff;
}
.btn3,
a.btn3,
button.btn3 {
  padding: 0.8rem 2.4rem;
}

.etiquette {
  background: #0f4447;
}
.etiquette:hover {
  background: #0f4447;
}

.etiquette-header {
  padding: 0.4rem 3.2rem;
  border-radius: 3.2rem;
  background: #f6ebde;
  color: #0f5661;
  text-transform: uppercase;
  font-family: "karlaregular", verdana, arial;
  font-size: 1.6rem;
}

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

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

.list-styled-disc {
  list-style-type: disc;
  padding-left: 2rem;
}
.list-styled-disc li {
  background: none;
  padding-left: 0;
}
.list-styled-disc li::before {
  display: none;
}

ul li {
  background: url("img/li-bg.png") no-repeat 0px 8px;
  background-size: 20px auto;
  padding: 0 0 0 3.2rem;
}
ul li:not(:first-child) {
  margin-top: 1.2rem;
}

.paragraph-primary ul li {
  background: url("img/li-bg-white.png") no-repeat 0px 8px;
  background-size: 20px auto;
}

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

.list-collection-blue-bg li {
  position: relative;
  overflow: hidden;
}
.list-collection-blue-bg li picture,
.list-collection-blue-bg li img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.list-collection-blue-bg li a {
  position: relative;
  display: block;
}
.list-collection-blue-bg li a div {
  position: relative;
  z-index: 1;
}
.list-collection-blue-bg li a div::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 177, 195, 0.4)), color-stop(98%, rgba(12, 71, 63, 0.58)));
  background: -webkit-linear-gradient(top, rgba(19, 177, 195, 0.4) 0%, rgba(12, 71, 63, 0.58) 98%);
  background: linear-gradient(180deg, rgba(19, 177, 195, 0.4) 0%, rgba(12, 71, 63, 0.58) 98%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.list-collection-blue-bg li a div::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 47, 67, 0.79)), color-stop(98%, rgba(168, 116, 18, 0.58)));
  background: -webkit-linear-gradient(top, rgba(41, 47, 67, 0.79) 0%, rgba(168, 116, 18, 0.58) 98%);
  background: linear-gradient(180deg, rgba(41, 47, 67, 0.79) 0%, rgba(168, 116, 18, 0.58) 98%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.list-collection-blue-bg li a:hover div::before {
  opacity: 0;
}
.list-collection-blue-bg li a:hover div::after {
  opacity: 1;
}

.list-collection2 {
  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;
}
.list-collection2 li {
  border-radius: 3.2rem;
  margin-top: 0 !important;
}
.list-collection2 li div {
  padding: 2.4rem;
  height: 630px;
  position: relative;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-collection2 a {
  color: #fff;
  text-shadow: 2px 2px 2px #16042c;
}
.list-collection2 .btn2 {
  margin-top: auto;
  padding: 0.8rem 1.6rem;
  text-shadow: none;
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.list-collection2 .list-collection-price + .btn2 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 650px) {
  .list-collection2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-collection2 li {
    margin-top: 0 !important;
  }
  .list-collection2 > * {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 991px) {
  .list-collection2 > * {
    width: calc((100% - 48px) / 3);
  }
  .list-collection2 li:nth-child(n+3):last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .list-collection2 > * {
    width: calc((100% - 72px) / 4);
  }
  .list-collection2 li:nth-child(n+3):last-child {
    margin-right: inherit;
  }
  .list-collection2 li:nth-child(n+4):last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .list-collection2 .btn2 {
    padding: 0.8rem 3.2rem;
  }
}

.list-collection-title {
  font-family: "Alice", verdana, arial;
  font-size: 2.8rem;
  line-height: 1.28;
  padding-top: 4rem;
  min-height: 200px;
}

.list-collection-summary {
  margin-top: 2.4rem;
  font-family: "karlabold", verdana, arial;
}

.list-collection-price {
  margin-top: auto;
  font-family: "karlabold", verdana, arial;
}
.list-collection-price span::before {
  content: "/";
  padding: 0 0.8rem 0 0.4rem;
}

.list-collection-etiquette span {
  padding: 0.4rem 3.2rem;
  border-radius: 3.2rem;
  background: #f6ebde;
  color: #0f5661;
  text-transform: uppercase;
  font-family: "karlaregular", verdana, arial;
  font-size: 1.6rem;
  text-shadow: none;
}

.list-collection-hero .list-collection-title {
  min-height: 8rem;
}
.list-collection-hero li div {
  height: 388px;
}

.liste-temoignages {
  margin-top: 2.4rem;
}
.liste-temoignages .temoignage-entete {
  position: absolute;
  top: -18px;
  background: #fff;
  padding: 0.4rem 1.2rem;
}

.liste-temoignages-item {
  padding-left: 2.4rem;
  position: relative;
}

.liste-temoignages-separateur {
  width: 80px;
  height: 80px;
  background-image: url("img/hirondelle-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.8rem;
}
.liste-temoignages-separateur:nth-of-type(3n+2) {
  background-image: url("img/hirondelle-2.png");
}
.liste-temoignages-separateur:nth-of-type(3n) {
  background-image: url("img/hirondelle-3.png");
}

.liste-temoignages-encart .liste-temoignages-separateur {
  width: 40px;
  height: 40px;
  margin-bottom: 1.2rem;
}

.temoignage-prestations {
  font-size: 1.8rem;
  color: #0f4447;
  color: #367d7f;
  color: #A26B25;
  font-weight: 800;
}

blockquote {
  font-size: 2.4rem;
  padding: 2.4rem;
  font-family: "Alice", verdana, arial;
  position: relative;
}
blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  /* ← la clé du rendu */
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #e4d9d9), color-stop(80%, #e4d9d9), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #e4d9d9 20%, #e4d9d9 80%, transparent);
  background: linear-gradient(to right, transparent, #e4d9d9 20%, #e4d9d9 80%, transparent);
}

.separateur-hero {
  width: 100%;
  height: 60px;
  background: url("img/separateur-hero.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
  margin-top: 8rem;
}

.icon-container svg {
  width: 4rem;
  height: 4rem;
}

[id=supbanner] {
  padding: 0 1.6rem 1.6rem;
  font-family: "Alice", verdana, arial;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
}
[id=supbanner] a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
[id=supbanner] img {
  height: 12rem;
}
@media screen and (min-width: 1200px) {
  [id=supbanner] {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  [id=supbanner] a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [id=supbanner] img {
    height: 16rem;
  }
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background-position: center 30%;
}
@media screen and (min-width: 991px) {
  .banner {
    background-position: center;
    z-index: 5;
  }
}
@media screen and (min-width: 1200px) {
  .banner {
    background-position: center 40%;
  }
}
.banner {
  /* ===== IMAGE FLOUTÉE EN BAS ===== */
}
.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  /* évite les bords flous */
  /* Masque : visible en bas, invisible en haut */
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.7)), to(black));
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 65%, black 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.7)), to(black));
  -webkit-mask-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 65%, black 100%);
  z-index: 1;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.6)), color-stop(85%, rgba(255, 255, 255, 0.9)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0.9) 85%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0.9) 85%, white 100%);
  z-index: 2;
}
.banner .content {
  z-index: 3;
  width: 100%;
  position: relative;
}

[id=mainmenu] a {
  text-decoration: none;
  color: #fff;
  font-family: "Alice", verdana, arial;
}
@media screen and (max-width: 991px) {
  [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: 991px) {
  [id=mainmenu] {
    padding: 1.6rem 1.6rem;
    z-index: 10;
    background: rgba(35, 39, 43, 0.85);
    background: rgba(21, 71, 91, 0.85);
    background: rgba(4, 111, 129, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0beba));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f6f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f6f1));
    background: linear-gradient(to bottom, #ffffff 0%, #f9f6f1 100%);
    position: fixed;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  [id=mainmenu] ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  [id=mainmenu] li:not(:first-child) {
    margin-top: inherit;
  }
  [id=mainmenu] a {
    color: #1d3745;
  }
  [id=mainmenu] .active a {
    color: #767676;
  }
}
@media screen and (min-width: 1440px) {
  [id=mainmenu] ul {
    max-width: 1600px;
    margin: 0 auto;
  }
}

[id=logoscreen] {
  margin-bottom: 3.6rem;
  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;
  margin-top: 6.4rem;
}
[id=logoscreen] img {
  display: block;
}
@media screen and (min-width: 991px) {
  [id=logoscreen] {
    margin-top: 12rem;
  }
}

[id=headertitles] {
  color: #051134;
  padding: 0 2.4rem 2.4rem;
  padding: 0 2.4rem 0;
  text-align: center;
  line-height: 1.5;
}
[id=headertitles] h1 {
  font-family: "Alice", verdana, arial;
  font-size: 2.4rem;
  line-height: 1.2;
}
[id=headertitles] .page-subtitle {
  font-family: "Alice", verdana, arial;
  font-size: 2rem;
}
@media screen and (min-width: 1440px) {
  [id=headertitles] h1 {
    font-size: 3.2rem;
    max-width: 777px;
    margin-left: auto;
    margin-right: auto;
  }
}

.separateur-header {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  /* espace autour de la fleur */
  margin: 2.5rem 0;
}

.separator__line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#c8a96a), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #c8a96a, transparent);
  background: linear-gradient(to right, transparent, #c8a96a, transparent);
  max-width: 120px;
  /* ajuste selon votre design */
}

.separator__icon {
  width: 24px;
  height: auto;
  display: block;
  opacity: 0.9;
}

header.open .separator__icon {
  display: none;
}

@media screen and (max-width: 991px) {
  [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 {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    display: none;
  }
  body.open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    background: turquoise;
  }
  body.open .b-container {
    position: fixed;
    top: 1.6rem;
    right: 1.6rem;
    left: auto;
    z-index: 16;
  }
  body.open:after {
    opacity: 1;
    visibility: visible;
  }
  header.open {
    z-index: 4;
  }
  .b-nav {
    position: absolute;
  }
  .b-nav:not(.open) {
    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;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 15;
  }
  .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: 16;
  }
  .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: 32px;
  }
  .b-bun--mid {
    height: 2px;
    top: 8px;
    width: 32px;
  }
  .b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 32px;
  }
  .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;
    left: 1.6rem;
    position: absolute;
    top: 1.6rem;
    z-index: 16;
  }
  .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: 991px) {
  .b-container {
    display: none;
  }
}
[id=breadcrumb] {
  padding: 1.6rem 1.6rem;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5.6rem;
}
[id=breadcrumb] ol {
  background: #f8f8f8;
  border-radius: 3.2rem;
  padding: 0.4rem 3.2rem;
}
[id=breadcrumb] li a {
  text-decoration: none;
  color: #1d3745;
  color: #7B7070;
  font-weight: normal !important;
}
[id=breadcrumb] [aria-current=page] {
  color: #1d3745;
}
[id=breadcrumb] ol {
  margin-left: 0;
  display: inline-block;
}
[id=breadcrumb] ol li {
  display: inline;
}
[id=breadcrumb] li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  padding: 0 0.4rem;
}
@media screen and (min-width: 991px) {
  [id=breadcrumb] {
    font-size: 1.6rem;
    margin-bottom: 8rem;
  }
  [id=breadcrumb] ol {
    padding: 0.4rem 8rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  [id=breadcrumb] {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
main {
  z-index: 3;
}
main strong {
  font-family: "karlabold", verdana, arial;
}
main em {
  font-style: italic;
}
main a {
  text-decoration: none;
  color: #098295;
  color: #087c91;
  font-weight: 800;
}
main img {
  margin-bottom: 0.8rem;
}
main img + em {
  margin-bottom: 3.2rem;
  display: block;
}
@media screen and (min-width: 1920px) {
  main {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  main .main-content > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-content > *,
.asides {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

@media screen and (min-width: 991px) {
  .asides {
    padding-left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .asides {
    padding-right: 0;
  }
}

@media screen and (min-width: 991px) {
  .page:has(.asides),
  .page.has-asides {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 3.2rem;
  }
}
.asides {
  margin-top: 4rem;
  z-index: 5;
}
@media screen and (min-width: 991px) {
  .asides {
    margin-top: 0;
  }
}

aside {
  margin: 3.2rem 1.6rem;
}
@media screen and (min-width: 1440px) {
  aside {
    margin: 8rem 0;
  }
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #098295;
  border-radius: 32px;
  text-decoration: none;
  font-size: 1.5rem;
  z-index: 1000;
  z-index: 3;
  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: 50%;
  color: #fff;
  padding: 0.75rem 1rem 0.35rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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:focus,
.back-to-top:hover {
  background: #000;
  border-radius: 50%;
}

footer {
  background: #098295;
  color: #fff;
  padding: 5.6rem 0 0 0;
  text-align: center;
  margin-top: auto;
  line-height: 1.5;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-family: "karlaregular", verdana, arial;
}
footer ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Alice", verdana, arial;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer ul li:not(:first-child) {
  margin-top: inherit;
}
@media screen and (min-width: 991px) {
  footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  footer ul li {
    padding: 0 3.2rem;
  }
}
footer > *:not([id=footer__myrnalla]) {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

[id=footertitle] {
  font-size: larger;
  font-family: "Alice", verdana, arial;
}

[id=footer__myrnalla] {
  background: -webkit-linear-gradient(315deg, #07707f 0%, #045566 50%, #03414e 100%);
  background: linear-gradient(135deg, #07707f 0%, #045566 50%, #03414e 100%);
  padding: 2.4rem;
}

.qui-suis-je__resume {
  font-family: "Alice", verdana, arial;
}
.qui-suis-je__resume strong {
  font-family: "Alice", verdana, arial;
  font-size: 2.4rem;
}

.qui-suis-je {
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  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;
  gap: 2rem;
  text-align: center;
  margin-top: 4rem;
}
.qui-suis-je blockquote {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
}
.qui-suis-je blockquote::after {
  display: none;
}
.qui-suis-je::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #e4d9d9), color-stop(80%, #e4d9d9), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #e4d9d9 20%, #e4d9d9 80%, transparent);
  background: linear-gradient(to right, transparent, #e4d9d9 20%, #e4d9d9 80%, transparent);
}
.qui-suis-je::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #e4d9d9), color-stop(80%, #e4d9d9), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #e4d9d9 20%, #e4d9d9 80%, transparent);
  background: linear-gradient(to right, transparent, #e4d9d9 20%, #e4d9d9 80%, transparent);
}
@media screen and (min-width: 991px) {
  .qui-suis-je {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 2.4rem;
    text-align: left;
    margin-top: 0;
  }
}

@media screen and (min-width: 991px) {
  .qui-suis-je-hero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .rub-temoignages {
    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;
  }
  .rub-temoignages .asides {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .rub-temoignages .main-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 991px) {
  .rub-temoignages .liste-temoignages {
    padding-right: 0 !important;
  }
}

[id=moteur__recherche__container] {
  margin-bottom: 4rem;
  max-width: 1000px;
}
@media screen and (min-width: 991px) {
  [id=moteur__recherche__container] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
  }
}

[id=moteur__recherche] {
  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;
}
[id=moteur__recherche] input {
  padding: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 991px) {
  [id=moteur__recherche] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [id=moteur__recherche] > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  [id=moteur__recherche] > [id=texte__saisi] {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

[id=texterecherche] {
  font-family: "karlabold", verdana, arial;
}

.resultats__rubrique {
  font-style: italic;
}

[id=mot_de_la_fin] {
  margin-top: 4rem;
  margin-bottom: 16rem;
}

.resultats__resume {
  display: block;
}

.resultats__tags {
  margin-top: 0.8rem;
  display: block;
  font-size: 1.6rem;
  color: #3c4144;
}

.home {
  padding: 0 1.6rem;
}
.home h2 {
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
}
.home .bloc-autres-prestations {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 991px) {
  .home h2 {
    font-size: 2.8rem;
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .home {
    padding: 0;
  }
}

.ligne-marine {
  margin-top: 2.4rem;
}
.ligne-marine .qui-suis-je::before, .ligne-marine .qui-suis-je::after {
  display: none;
}
.ligne-marine .qui-suis-je__resume {
  font-family: "karlaregular", verdana, arial;
}
.ligne-marine h2 {
  margin: 0 0 1.6rem;
}

.ligne-temoignages .liste-temoignages-separateur {
  display: none;
}
@media screen and (min-width: 991px) {
  .ligne-temoignages .liste-temoignages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.home-separateur {
  width: 80px;
  height: 80px;
  background-image: url("img/hirondelle-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.8rem;
  margin-top: 4.8rem;
}
.home-separateur:nth-of-type(3n+2) {
  background-image: url("img/hirondelle-2.png");
}
.home-separateur:nth-of-type(3n) {
  background-image: url("img/hirondelle-3.png");
}

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