@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-title {
  font-family: "Alice", verdana, arial;
}

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

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

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

.w-160 {
  width: 16rem;
}

.d-block {
  display: 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;
}

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

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

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

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

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

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

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

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

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

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

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

.subtitle-2 {
  color: #797676;
}

.wrapper h2:nth-of-type(1) {
  margin-top: 4rem;
}
.wrapper h2:not(:nth-of-type(1)) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .wrapper h2:not(:nth-of-type(1)) {
    margin-top: 4.4rem;
  }
}

.paragraph-resume {
  font-family: "karlabold", verdana, arial;
  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,
.paragraph-tertiary {
  border-radius: 3.2rem;
  padding: 2.4rem;
}
.paragraph-primary .btn2,
.paragraph-secondary .btn2,
.paragraph-tertiary .btn2 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  text-align: center;
}

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

.paragraph-secondary {
  background: #1d3745;
  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: #024247;
}
@media screen and (min-width: 1440px) {
  .credits__photo {
    margin: 12rem 0 8rem;
  }
}

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

.btn, .etiquette, .btn2,
a.btn2,
button.btn2,
a.btn,
button.btn {
  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,
a.btn:hover,
button.btn:hover {
  background: #098295;
  color: #fff;
}

.btn2,
a.btn2,
button.btn2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 100%;
  background: #fff;
  color: #051134;
}
.btn2:hover,
a.btn2:hover,
button.btn2:hover {
  background: #1d3745;
  color: #fff;
}

.etiquette {
  background: #024247;
}
.etiquette:hover {
  background: #024247;
}

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

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

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

.list-collection {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 2.4rem;
}
@media screen and (min-width: 992px) {
  .list-collection {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.list-collection img {
  border-radius: 3.2rem;
  width: 100%;
  margin-bottom: 0;
}
.list-collection li {
  position: relative;
}
.list-collection li:not(:first-child) {
  margin-top: inherit;
}
.list-collection li div {
  border-radius: 3.2rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.list-collection li .btn2 {
  margin-top: 3.2rem;
  font-size: smaller;
  position: absolute;
  bottom: 1.6rem;
  width: 85%;
  padding: 0.8rem;
}
.list-collection a {
  color: #fff;
}
.list-collection .list-collection-title,
.list-collection .list-collection-summary,
.list-collection .list-collection-price,
.list-collection .list-collection-date {
  text-shadow: 2px 2px 2px #16042c;
}

.list-collection-blue-bg li:not(:first-child) {
  margin-top: inherit;
}
.list-collection-blue-bg li div {
  background: #00CBE2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 203, 226, 0.14)), color-stop(98%, rgba(12, 71, 63, 0.58)));
  background: -webkit-linear-gradient(top, rgba(0, 203, 226, 0.14) 0%, rgba(12, 71, 63, 0.58) 98%);
  background: linear-gradient(180deg, rgba(0, 203, 226, 0.14) 0%, rgba(12, 71, 63, 0.58) 98%);
}
.list-collection-blue-bg li a:hover div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 40, 82, 0.295)), color-stop(98%, rgba(168, 116, 18, 0.58)));
  background: -webkit-linear-gradient(top, rgba(12, 40, 82, 0.295) 0%, rgba(168, 116, 18, 0.58) 98%);
  background: linear-gradient(180deg, rgba(12, 40, 82, 0.295) 0%, rgba(168, 116, 18, 0.58) 98%);
}

.list-collection-green-bg li:not(:first-child) {
  margin-top: inherit;
}
.list-collection-green-bg li div {
  background: rgb(6, 100, 29);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 100, 29, 0.479)), color-stop(98%, rgba(7, 92, 80, 0.58)));
  background: -webkit-linear-gradient(top, rgba(6, 100, 29, 0.479) 0%, rgba(7, 92, 80, 0.58) 98%);
  background: linear-gradient(180deg, rgba(6, 100, 29, 0.479) 0%, rgba(7, 92, 80, 0.58) 98%);
}
.list-collection-green-bg li a:hover div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 49, 2, 0.295)), color-stop(98%, rgba(9, 122, 19, 0.58)));
  background: -webkit-linear-gradient(top, rgba(29, 49, 2, 0.295) 0%, rgba(9, 122, 19, 0.58) 98%);
  background: linear-gradient(180deg, rgba(29, 49, 2, 0.295) 0%, rgba(9, 122, 19, 0.58) 98%);
}

.list-collection-orange-bg li div {
  background: #020E19;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 14, 25, 0)), to(rgba(1, 6, 20, 0.59)));
  background: -webkit-linear-gradient(top, rgba(2, 14, 25, 0) 0%, rgba(1, 6, 20, 0.59) 100%);
  background: linear-gradient(180deg, rgba(2, 14, 25, 0) 0%, rgba(1, 6, 20, 0.59) 100%);
}
.list-collection-orange-bg li a:hover div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 185, 7, 0)), to(rgba(106, 118, 151, 0.59)));
  background: -webkit-linear-gradient(top, rgba(216, 185, 7, 0) 0%, rgba(106, 118, 151, 0.59) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 185, 7, 0)), to(rgba(55, 62, 80, 0.59)));
  background: -webkit-linear-gradient(top, rgba(216, 185, 7, 0) 0%, rgba(55, 62, 80, 0.59) 100%);
  background: linear-gradient(180deg, rgba(216, 185, 7, 0) 0%, rgba(55, 62, 80, 0.59) 100%);
}

.list-collection-yellow-bg li div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 245, 6, 0.418)), to(rgba(10, 90, 90, 0.59)));
  background: -webkit-linear-gradient(top, rgba(229, 245, 6, 0.418) 0%, rgba(10, 90, 90, 0.59) 100%);
  background: linear-gradient(180deg, rgba(229, 245, 6, 0.418) 0%, rgba(10, 90, 90, 0.59) 100%);
}
.list-collection-yellow-bg li a:hover div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 223, 25, 0.315)), to(rgba(11, 80, 65, 0.59)));
  background: -webkit-linear-gradient(top, rgba(154, 223, 25, 0.315) 0%, rgba(11, 80, 65, 0.59) 100%);
  background: linear-gradient(180deg, rgba(154, 223, 25, 0.315) 0%, rgba(11, 80, 65, 0.59) 100%);
}

.list-collection-oldpink-bg li div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 245, 6, 0.418)), to(rgba(10, 90, 90, 0.59)));
  background: -webkit-linear-gradient(top, rgba(229, 245, 6, 0.418) 0%, rgba(10, 90, 90, 0.59) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(179, 100, 106, 0.418)), to(rgba(10, 90, 90, 0.59)));
  background: -webkit-linear-gradient(top, rgba(179, 100, 106, 0.418) 0%, rgba(10, 90, 90, 0.59) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(179, 100, 106, 0.418)), to(rgba(179, 100, 107, 0.651)));
  background: -webkit-linear-gradient(top, rgba(179, 100, 106, 0.418) 0%, rgba(179, 100, 107, 0.651) 100%);
  background: linear-gradient(180deg, rgba(179, 100, 106, 0.418) 0%, rgba(179, 100, 107, 0.651) 100%);
}
.list-collection-oldpink-bg li a:hover div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 223, 25, 0.315)), to(rgba(11, 80, 65, 0.59)));
  background: -webkit-linear-gradient(top, rgba(154, 223, 25, 0.315) 0%, rgba(11, 80, 65, 0.59) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 134, 16, 0.315)), to(rgba(119, 58, 29, 0.59)));
  background: -webkit-linear-gradient(top, rgba(177, 134, 16, 0.315) 0%, rgba(119, 58, 29, 0.59) 100%);
  background: linear-gradient(180deg, rgba(177, 134, 16, 0.315) 0%, rgba(119, 58, 29, 0.59) 100%);
}

.list-collection-title {
  font-size: 2.8rem;
  padding-top: 48%;
  max-width: 95%;
}

.list-collection-summary {
  font-size: 1.4rem;
  padding: 1.4rem;
  font-family: "karlabold", verdana, arial;
}
@media screen and (min-width: 992px) {
  .list-collection-summary {
    font-size: 1.8rem;
  }
}

.list-collection-price {
  position: absolute;
  bottom: 6.4rem;
  font-family: "karlabold", verdana, arial;
  padding: 0 1.4rem 1.4rem;
}
.list-collection-price span::before {
  content: "/";
  padding: 0 0.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;
}
[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: 992px) {
  .banner {
    background-position: center;
  }
}
@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: 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] {
    padding: 1.6rem 1.6rem;
    background: rgba(35, 39, 43, 0.85);
    position: fixed;
    left: 0;
    right: 0;
  }
  [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 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  }
}
@media screen and (min-width: 1440px) {
  [id=mainmenu] ul {
    max-width: 1280px;
    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: 992px) {
  [id=logoscreen] {
    margin-top: 12rem;
  }
}

[id=headertitles] {
  color: #051134;
  padding: 0 2.4rem 2.4rem;
  text-align: center;
  line-height: 1.5;
}
[id=headertitles] h2 {
  font-family: "Alice", verdana, arial;
  font-size: 2.4rem;
}
[id=headertitles] p {
  font-family: "Alice", verdana, arial;
  font-size: 1.6rem;
}
@media screen and (min-width: 1440px) {
  [id=headertitles] h2 {
    font-size: 4rem;
  }
  [id=headertitles] p {
    font-size: 2.4rem;
  }
}

@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 {
    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%;
  }
  body.open {
    overflow: hidden;
  }
  body.open:after {
    opacity: 1;
    visibility: visible;
  }
  .b-nav {
    position: absolute;
    z-index: 11;
  }
  .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;
    overflow: auto;
    position: fixed;
    min-height: 100vh;
  }
  .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;
  }
  .b-bun--mid {
    height: 2px;
    top: 8px;
    width: 35px;
  }
  .b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 35px;
  }
  .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;
  }
  .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;
  }
}
[id=breadcrumb] {
  padding: 1.6rem 1.6rem;
  display: block;
  font-size: 1.4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[id=breadcrumb] a {
  text-decoration: none;
  color: #1d3745;
}
[id=breadcrumb] [aria-current=page] {
  font-family: "karlabold", verdana, arial;
}
[id=breadcrumb] ol {
  margin-left: 0;
  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;
}
[id=breadcrumb] li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  padding: 0 0.4rem;
}
@media screen and (min-width: 992px) {
  [id=breadcrumb] {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  [id=breadcrumb] {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
main strong {
  font-family: "karlabold", verdana, arial;
}
main em {
  font-style: italic;
}
main img {
  margin-bottom: 0.8rem;
}
main img + em {
  margin-bottom: 3.2rem;
  display: block;
}
@media screen and (min-width: 1440px) {
  main {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  main .main-content > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-content > *,
.asides {
  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: 5fr 2fr;
    gap: 3.2rem;
  }
}
.asides {
  margin-top: 4rem;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .asides {
    margin-top: -115px;
  }
}

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;
  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 a:focus,
.back-to-top a: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;
}
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: 992px) {
  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;
}

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