/**
 * !
 * 
 * Theme Name: Agence Morgane
 * 
 * Theme URI: https://agencemorgane.com/
 * 
 * Author: Quentin Doublet - Agence Morgane
 * 
 * Author URI: https://agencemorgane.com/
 * 
 * Description: Thème enfant de Susty 
 * 
 * Version: 1.0
 * 
 * Template: susty-master
 *
 * @format
 */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
form .formCont,
form .formCheckBox {
  position: relative;
  margin-top: 1em;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
  -webkit-backface-visibility: hidden;
  background: #e1e1e1;
  border: none;
  border-bottom: solid 1px #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 1em;
  width: 100%;
}
form input[type="text"] + label,
form input[type="email"] + label,
form input[type="url"] + label,
form input[type="password"] + label,
form input[type="search"] + label,
form input[type="number"] + label,
form input[type="tel"] + label,
form input[type="range"] + label,
form input[type="date"] + label,
form input[type="month"] + label,
form input[type="week"] + label,
form input[type="time"] + label,
form input[type="datetime"] + label,
form input[type="datetime-local"] + label,
form input[type="color"] + label,
form textarea + label {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #333;
  opacity: 0;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
  border-color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
form input[type="text"]:focus + label,
form input[type="email"]:focus + label,
form input[type="url"]:focus + label,
form input[type="password"]:focus + label,
form input[type="search"]:focus + label,
form input[type="number"]:focus + label,
form input[type="tel"]:focus + label,
form input[type="range"]:focus + label,
form input[type="date"]:focus + label,
form input[type="month"]:focus + label,
form input[type="week"]:focus + label,
form input[type="time"]:focus + label,
form input[type="datetime"]:focus + label,
form input[type="datetime-local"]:focus + label,
form input[type="color"]:focus + label,
form textarea:focus + label {
  -webkit-transform: translate(-2em, -1.25em) scale(0.8);
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="email"]:focus::-webkit-input-placeholder,
form input[type="url"]:focus::-webkit-input-placeholder,
form input[type="password"]:focus::-webkit-input-placeholder,
form input[type="search"]:focus::-webkit-input-placeholder,
form input[type="number"]:focus::-webkit-input-placeholder,
form input[type="tel"]:focus::-webkit-input-placeholder,
form input[type="range"]:focus::-webkit-input-placeholder,
form input[type="date"]:focus::-webkit-input-placeholder,
form input[type="month"]:focus::-webkit-input-placeholder,
form input[type="week"]:focus::-webkit-input-placeholder,
form input[type="time"]:focus::-webkit-input-placeholder,
form input[type="datetime"]:focus::-webkit-input-placeholder,
form input[type="datetime-local"]:focus::-webkit-input-placeholder,
form input[type="color"]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus:-ms-input-placeholder,
form input[type="email"]:focus:-ms-input-placeholder,
form input[type="url"]:focus:-ms-input-placeholder,
form input[type="password"]:focus:-ms-input-placeholder,
form input[type="search"]:focus:-ms-input-placeholder,
form input[type="number"]:focus:-ms-input-placeholder,
form input[type="tel"]:focus:-ms-input-placeholder,
form input[type="range"]:focus:-ms-input-placeholder,
form input[type="date"]:focus:-ms-input-placeholder,
form input[type="month"]:focus:-ms-input-placeholder,
form input[type="week"]:focus:-ms-input-placeholder,
form input[type="time"]:focus:-ms-input-placeholder,
form input[type="datetime"]:focus:-ms-input-placeholder,
form input[type="datetime-local"]:focus:-ms-input-placeholder,
form input[type="color"]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::-ms-input-placeholder,
form input[type="email"]:focus::-ms-input-placeholder,
form input[type="url"]:focus::-ms-input-placeholder,
form input[type="password"]:focus::-ms-input-placeholder,
form input[type="search"]:focus::-ms-input-placeholder,
form input[type="number"]:focus::-ms-input-placeholder,
form input[type="tel"]:focus::-ms-input-placeholder,
form input[type="range"]:focus::-ms-input-placeholder,
form input[type="date"]:focus::-ms-input-placeholder,
form input[type="month"]:focus::-ms-input-placeholder,
form input[type="week"]:focus::-ms-input-placeholder,
form input[type="time"]:focus::-ms-input-placeholder,
form input[type="datetime"]:focus::-ms-input-placeholder,
form input[type="datetime-local"]:focus::-ms-input-placeholder,
form input[type="color"]:focus::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form input[type="url"]:focus::placeholder,
form input[type="password"]:focus::placeholder,
form input[type="search"]:focus::placeholder,
form input[type="number"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="range"]:focus::placeholder,
form input[type="date"]:focus::placeholder,
form input[type="month"]:focus::placeholder,
form input[type="week"]:focus::placeholder,
form input[type="time"]:focus::placeholder,
form input[type="datetime"]:focus::placeholder,
form input[type="datetime-local"]:focus::placeholder,
form input[type="color"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  opacity: 1;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="color"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="url"]::-ms-input-placeholder,
form input[type="password"]::-ms-input-placeholder,
form input[type="search"]::-ms-input-placeholder,
form input[type="number"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form input[type="range"]::-ms-input-placeholder,
form input[type="date"]::-ms-input-placeholder,
form input[type="month"]::-ms-input-placeholder,
form input[type="week"]::-ms-input-placeholder,
form input[type="time"]::-ms-input-placeholder,
form input[type="datetime"]::-ms-input-placeholder,
form input[type="datetime-local"]::-ms-input-placeholder,
form input[type="color"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form textarea::placeholder {
  opacity: 1;
}
form .formCheckBox {
  font-size: 0.7rem;
}
form .formButton {
  margin: 1em;
  text-align: center;
}
form .contResponse {
  opacity: 0;
}
form.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
form.response *:not(.contResponse) {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media print {
  header#masthead {
    display: none;
  }
  .screen-reader-text {
    display: none;
  }
  footer#footer {
    display: none;
  }
}
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/raleway-v19-latin-300.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-300.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-300.woff") format("woff"),
    url("fonts/raleway-v19-latin-300.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v19-latin-regular.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-v19-latin-regular.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-regular.woff") format("woff"),
    url("fonts/raleway-v19-latin-regular.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-v19-latin-500.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-500.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-500.woff") format("woff"),
    url("fonts/raleway-v19-latin-500.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-v19-latin-800.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-800.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-800.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-800.woff") format("woff"),
    url("fonts/raleway-v19-latin-800.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-800.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Gelato";
  src: url("fonts/Gelato.woff2") format("woff2"),
    url("fonts/Gelato.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?funzog");
  src: url("fonts/icomoon.eot?funzog#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?funzog") format("truetype"),
    url("fonts/icomoon.woff?funzog") format("woff"),
    url("fonts/icomoon.svg?funzog#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-morgane:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-mail2:before {
  content: "\ea85";
}
.icon-mail:before {
  content: "\ea86";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}

header {
  position: fixed;
  padding-top: 20px;
  padding-bottom: 0px;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  background-color: #fff;
  z-index: 10;
  -webkit-filter: drop-shadow(10px 0px 10px #0000001f);
  filter: drop-shadow(10px 0px 10px #0000001f);
  background-color: transparent;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
@media (max-width: 900px) {
  header {
    padding-top: 0;
    height: 80px;
  }
}
header .header__bot {
  position: absolute;
  width: 100%;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
@media (max-width: 900px) {
  header .header__bot {
    opacity: 1 !important;
  }
}
.inverted {
  background-color: white !important;
  -webkit-filter: drop-shadow(10px 0px 10px #0000001f) !important;
  filter: drop-shadow(10px 0px 10px #0000001f) !important;
}
.inverted .header__bot {
  opacity: 1 !important;
}
.menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
}
.menu-logo {
  width: 255px;
  height: auto;
}
@media (max-width: 900px) {
  .menu-logo {
    width: 140px;
  }
}
.menu-logo__link {
  display: block;
  width: 100%;
}
.menu-logo__link img {
  width: 100%;
}
.subm {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
  width: 110px;
}
@media (max-width: 900px) {
  .subm {
    max-width: 100%;
    bottom: 0;
    top: auto;
    height: 55px;
    width: 400px;
    right: auto;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.subm__btn {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  padding-right: 30px;
  background-color: #de9987;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  right: -10px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-shadow: -6px 6px 6px -4px rgba(0, 0, 0, 0.29);
  box-shadow: -6px 6px 6px -4px rgba(0, 0, 0, 0.29);
}
@media (max-width: 900px) {
  .subm__btn {
    right: 0;
    width: 50%;
    height: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px !important;
  }
  .subm__btn img {
    max-height: 44px;
  }
}
.subm__btn p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.subm__btn:hover {
  right: 0;
}
@media (max-width: 900px) {
  .subm__btn:hover {
    right: auto;
  }
}
.subm__btn:last-of-type {
  background-color: #2f5c66;
}
.menu-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
}
.menu-header .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.menu-header .topbar a {
  display: block;
  margin-left: 20px;
}
.menu-header .topbar a i {
  color: #2f5c66;
  font-size: 25px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.menu-header .topbar a:hover i {
  color: #76b9af;
}
.menu-header__ul {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-header__li {
  margin-left: 35px;
  position: relative;
}
.menu-header__li::before {
  content: "";
  background: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/BRUSH-1-bleu-clair-eden.png)
    center no-repeat;
  width: 120px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.menu-header__li:hover::before {
  opacity: 1;
}
.menu-header__li a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.menu-header .active::before {
  content: "";
  background: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/BRUSH-1-bleu-clair-eden.png)
    center no-repeat;
  width: 120px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  opacity: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mobile-menu .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mobile-menu .topbar a {
    display: block;
    margin-right: 10px;
  }
  .mobile-menu .topbar a i {
    font-size: 25px;
  }
  .mobile-menu .rs-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
  }
  .mobile-menu .rs-mobile a {
    display: block;
    margin-right: 20px;
  }
  .mobile-menu .rs-mobile a i {
    font-size: 20px;
  }
  .mobile-menu__header {
    z-index: 2;
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-menu__burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu__burger-icon::before {
    content: "Menu";
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px;
    font-family: "Prata", serif;
    color: #2f5c66;
    position: absolute;
  }
  .mobile-menu__burger-icon .bar {
    height: 3px;
    background-color: #2f5c66;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(2) {
    top: 10px;
    width: 90%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(3) {
    top: 20px;
    width: 80%;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
}
.mobile-menu__nav-container {
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  bottom: 0;
  background-color: #fff;
}
.mobile-menu__nav-container__ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mobile-menu__nav-container__li {
  margin-bottom: 20px;
  position: relative;
}
.mobile-menu__nav-container__li a {
  text-transform: uppercase;
}
.active-menu .mobile-menu__burger-icon .bar {
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
  transform: translateY(-50%) rotate(45deg) !important;
  top: 10px;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(2) {
  opacity: 0 !important;
  left: 5px !important;
  width: 100% !important;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) !important;
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 10px !important;
  width: 100% !important;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__nav-container {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.footer {
  background-color: #2f5c66;
  position: relative;
  padding: 50px;
  margin-top: 50px;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
  overflow: hidden;
}
.footer a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.footer a:hover {
  color: #76b9af;
}
.footer a:hover i {
  color: #76b9af !important;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -120px;
  width: 0%;
  width: 100px;
  background: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Groupe-348.svg);
  background-size: auto;
  width: 600px;
  height: 600px;
  background-size: contain;
}
@media (max-width: 900px) {
  .footer::before {
    display: none;
    padding-top: 80px;
  }
}
@media (max-width: 700px) {
  .footer::before {
    padding-top: 40px;
  }
}

@media (max-width: 900px) {
  .footer::after {
    display: none;
  }
}
.footer .active {
  background-color: transparent !important;
}
.footer a,
.footer p,
.footer .p {
  color: white;
  color: 15px;
}
.footer__rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
.footer__rs i {
  font-size: 20px;
  color: white;
  margin-right: 20px;
}
.footer__top {
  width: 105%;
  top: -1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 900px) {
  .footer__menu {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.footer__menu .double-btn {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .footer__menu .double-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__menu .double-btn .btn {
    margin: 5px;
  }
}
.footer__menu a {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.footer__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .footer__container {
    position: initial;
    -webkit-transform: none;
    transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.footer__mail {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: white;
    z-index: 1;
}
@media (max-width: 900px) {
  .footer__mail {
    width: 100%;
  }
}
.footer__mail p {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: white;
  margin-bottom: 20px;
}
.footer__adresse p {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "Prata", serif;
}
.footer__infos {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateY(-30px);
}
@media (max-width: 900px) {
  .footer__infos {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: none;
  }
}
.footer__infos .logo-footer {
  margin-bottom: 30px;
}
.footer__infos .p p {
  color: white;
}
.small-p {
  font-size: 12px;
  margin-bottom: 0 !important;
  margin-top: 30px;
}
.small-p p {
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 15px;
}
.copyright {
  background-color: #76b9af;
  width: 100%;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.copyright a {
  transition: all 200ms ease-out;
}
.copyright a:hover,
.copyright a:hover i {
  color: #2f5c66 !important;
}
@media (max-width: 900px) {
  .copyright {
    height: auto;
    padding: 20px;
    padding-bottom: 70px;
  }
}
.copyright p,
.copyright a,
.copyright i {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .copyright p,
  .copyright a,
  .copyright i {
    display: inline-block;
  }
}
.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error .btn {
  margin-top: 20px;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #2f5c66;
  background-color: #fff;
}
a {
  color: #2f5c66;
}
.p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.p em {
  font-style: italic;
}
.p strong {
  font-weight: 600;
}
.p p {
  margin-bottom: 10px;
}
.p a {
  border-bottom: 1px solid;
}
.p ul {
  margin: 0px 0px 20px 15px;
  margin-top: 20px;
}
.p li {
  margin-bottom: 5px;
  list-style: disc;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 80px;
}
.margin-30 {
  margin-top: 30px;
}
.margin-150 {
  margin-top: 150px;
}
@media (max-width: 900px) {
  .margin-150 {
    margin-top: 80px;
  }
}
#content {
  margin-top: 0px;
  overflow: hidden;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  background-color: #2f5c66;
  position: relative;
  border: none;
  border-radius: 50px;
  background-color: #76b9af;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 20px;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.btn:hover {
  background-color: #2f5c66;
}
.btn-red {
  background-color: #de9987;
}
.btn-border-red {
  border: 2px solid #de9987;
  color: #de9987;
  background-color: transparent;
}
.btn-border-red:hover {
  background-color: #de9987;
  color: white;
}
.btn-border-green {
  border: 2px solid #76b9af;
  color: #76b9af;
  background-color: transparent;
}
.btn-border-green:hover {
  background-color: #76b9af;
  color: white;
}
.btn-blue {
  background-color: #aad4df;
}
.btn-yellow {
  background-color: #f3dab7;
}
.btn-dark {
  background-color: #2f5c66;
  color: white !important;
}
.btn-dark:hover {
  background-color: #de9987;
  color: white;
}
.btn-white {
  color: #2f5c66 !important;
  border: 2px solid #2f5c66;
  background-color: white;
}
.btn-white:hover {
  background-color: #2f5c66;
  color: white !important;
}
.btn-white-green {
  color: #76b9af !important;
  border: 2px solid #76b9af;
  background-color: white;
}
.btn-white-green:hover {
  background-color: #76b9af !important;
  color: white !important;
}
.btn-border {
  color: #2f5c66;
  border: 2px solid #2f5c66;
  background-color: transparent;
}
.btn-border:hover {
  background-color: #2f5c66;
  color: white;
}
.footer .btn:hover {
  background-color: #76b9af !important;
  color: white;
}
.h1 {
  font-size: 59px;
  position: relative;
  font-family: "Prata", serif;
  margin-bottom: 50px;
}
.h1::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/BRUSH-2-BLEU.png);
  position: absolute;
  left: -35px;
  top: -25px;
  z-index: -1;
}
.t2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 77px;
  font-family: "Gelato";
  padding-left: 30px;
}
.t2::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/07/BRUSH-3-JAUNE.svg);
  position: absolute;
  left: -35px;
  top: -25px;
  z-index: -1;
}
.t3 {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}
.t3::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/07/BRUSH-1-ROSE.svg);
  position: absolute;
  left: -35px;
  top: -25px;
  z-index: -1;
}
.h1-text {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 900px) {
  .h1-text {
    display: none;
  }
}
.h2 {
  font-size: 36px;
  position: relative;
  font-family: "Prata", serif;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 32px;
  }
}
.h3 {
  position: relative;
  font-family: "Prata", serif;
  font-size: 50px;
  margin-bottom: 70px;
}
@media (max-width: 900px) {
  .h3 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.h3 strong {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-90%);
  transform: translateX(-90%);
  font-family: "Gelato";
  font-size: 37px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .h3 strong {
    font-size: 34px;
  }
}
.h3::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/BRUSH-1-bleu-clair-eden.png);
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Prata", serif;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .h4 {
    margin-bottom: 20px;
  }
}
.h4 strong {
  font-family: "Gelato";
  font-size: 37px;
  margin-left: 40px;
}
.h5 {
  font-family: "Prata", serif;
  font-size: 25px;
  color: #76b9af;
  margin-bottom: 10px;
  line-height: 28px;
}
@media (max-width: 900px) {
  .h5 {
    font-size: 23px;
  }
}
.h-40 {
  font-family: "Prata", serif;
  font-size: 40px;
  color: #2f5c66;
  margin-bottom: 10px;
  line-height: 47px;
}
@media (max-width: 900px) {
  .h-40 {
    font-size: 28px;
    line-height: 37px;
  }
}
.h-50 {
  font-family: "Prata", serif;
  font-size: 50px;
  color: #2f5c66;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .h-50 {
    font-size: 35px;
    text-align: center;
  }
}
.p-border {
  padding-left: 15px;
  border-left: 2px solid #76b9af;
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body {
  overflow-x: hidden;
}
.asset-frontpage {
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translateX(-62%) translateY(-38%);
  transform: translateX(-62%) translateY(-38%);
}
@media (max-width: 900px) {
  .asset-frontpage {
    -webkit-transform: translateX(-62%) translateY(-18%);
    transform: translateX(-62%) translateY(-18%);
    width: 600px;
  }
}
.slider {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 120px;
}
@media (max-width: 900px) {
  .slider {
    min-height: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.slider::before {
  position: absolute;
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Groupe-408.svg);
  top: 100%;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-30%);
  transform: translateX(-50%) translateY(-30%);
}
.slider__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .slider__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.slider__ans {
  position: absolute;
  top: -160px;
  right: -50px;
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@media (max-width: 900px) {
  .slider__ans {
    display: none;
  }
}
.slider__text {
  min-width: 380px;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 900px) {
  .slider__text {
    max-width: 100%;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.slider__text::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/Groupe-346.svg);
  position: absolute;
  top: 70%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  .slider__text::before {
    display: none;
  }
}
.slider__text .p {
  padding-left: 15px;
  border-left: 2px solid #76b9af;
}
.slider__img {
  margin-left: -50px;
  position: relative;
  position: relative;
}

@media (max-width: 900px) {
  .slider__img {
    margin-left: 0;
    width: 400px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  .slider__img img {
    width: 100%;
  }

  .slider__img::after {
    content: "";
    position: absolute;
    left: 70px;
    top: 0;
    width: 80px;
    height: 80px;
    background: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/PICTO-5-ANS.svg)
      no-repeat center;
    background-size: contain;
  }

  .slider-2 .slider__img::after {
    display: none;
  }
}
.slider__badge {
  position: absolute;
  bottom: 10%;
  right: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 150px;
}
@media (max-width: 900px) {
  .slider__badge {
    width: 120px;
    padding: 20px;
    bottom: 20%;
  }
}
.slider__badge img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider__badge p {
  position: relative;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 900px) {
  .slider__badge p {
    font-size: 13px;
  }
}
.single-head {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .single-head {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 200px;
  }
}
.single-head__cercle {
  position: absolute;
  top: 0%;
  left: 100%;
  -webkit-transform: translate(-60%, -20%);
  transform: translate(-60%, -20%);
}
@media (max-width: 1100px) {
  .single-head__cercle {
    display: none;
  }
}
.single-head__img {
  height: 100%;
  width: 365px;
  margin-right: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .single-head__img {
    display: none;
  }
}
.single-head__text {
  max-width: 50%;
  position: relative;
  margin-top: 200px;
}
@media (max-width: 900px) {
  .single-head__text {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-head__text::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Groupe-549.svg);
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
}
.single-head .h5 {
  color: #2f5c66;
}
.single-head .h-40 {
  color: #76b9af;
  margin-bottom: 40px;
}
.single-head .p {
  margin-bottom: 40px;
}
.single-forme .single-head__text::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Groupe-286.svg);
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-le-spa .single-head__text::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Groupe-551.svg);
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
@media (max-width: 900px) {
  .single-le-spa .single-head__text::before {
    -webkit-transform: translate(-30%, -80%) scale(0.6);
    transform: translate(-30%, -80%) scale(0.6);
  }
}
.single-forme .citation::before {
  color: #f3dab7 !important;
}
.about-cit .citation::before {
  color: #f3dab7 !important;
}
.single-le-spa .citation::before {
  color: #de9887ff !important;
}
.spa-cit .citation::before {
  color: #de9887ff !important;
}
.slider-2 {
  height: calc(100vh - 100px);
  min-height: auto;
}
.slider-2 .slider__text::before {
  display: none;
}
.slider-2 .slider__img {
  margin-left: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.slider-2 .h2 {
  margin-bottom: 10px;
}
.slider-2 .h5 {
  margin-bottom: 30px;
}
.slider-2 .h1-text {
  margin-top: 80px;
}
.aqua-slider .slider__img {
  margin-left: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.after-slider {
  text-align: center;
  max-width: 100%;
}
.after-slider .p {
  width: 900px;
  max-width: 100%;
}
.main {
  position: relative;
}
.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .main__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 900px) {
  .main__item {
    margin-bottom: 50px;
  }
}
.main__item .red {
  position: relative;
}
.main__item .red::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/Groupe-297.svg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main__item .blue {
  position: relative;
}
.main__item .blue::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/Groupe-291.svg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main__item .yellow {
  position: relative;
}
.main__item .yellow::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/Groupe-286.svg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.niveau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.niveau div {
  width: 10px;
  height: 10px;
  border: 1px solid #2f5c66;
  border-radius: 100%;
  margin-right: 5px;
}
.pt1 .n1 {
  background-color: #2f5c66;
}
.pt2 .n1 {
  background-color: #2f5c66;
}
.pt2 .n2 {
  background-color: #2f5c66;
}
.pt3 .n1 {
  background-color: #2f5c66;
}
.pt3 .n2 {
  background-color: #2f5c66;
}
.pt3 .n3 {
  background-color: #2f5c66;
}
.pt4 .n1 {
  background-color: #2f5c66;
}
.pt4 .n2 {
  background-color: #2f5c66;
}
.pt4 .n3 {
  background-color: #2f5c66;
}
.pt4 .n4 {
  background-color: #2f5c66;
}
.carac {
  width: 100%;
  height: 240px;
  background-color: #aad4df;
}
@media (max-width: 900px) {
  .carac {
    margin-top: 70px;
    height: auto;
    padding: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.carac__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (max-width: 900px) {
  .carac__container {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.carac__item {
  width: 240px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 900px) {
  .carac__item {
    max-width: 100%;
    margin: 20px;
  }
}
.carac__item .niveau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
  opacity: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.carac__item .niveau div {
  width: 30px;
  height: 30px;
  border: 1px solid #2f5c66;
  border-radius: 100%;
  margin-right: 10px;
}
.carac__item .pt1 .n1 {
  background-color: #2f5c66;
}
.carac__item .pt2 .n1 {
  background-color: #2f5c66;
}
.carac__item .pt2 .n2 {
  background-color: #2f5c66;
}
.carac__item .pt3 .n1 {
  background-color: #2f5c66;
}
.carac__item .pt3 .n2 {
  background-color: #2f5c66;
}
.carac__item .pt3 .n3 {
  background-color: #2f5c66;
}
.carac__item .pt4 .n1 {
  background-color: #2f5c66;
}
.carac__item .pt4 .n2 {
  background-color: #2f5c66;
}
.carac__item .pt4 .n3 {
  background-color: #2f5c66;
}
.carac__item .pt4 .n4 {
  background-color: #2f5c66;
}
.carac__item img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.carac__item .p1 {
  font-size: 20px;
  font-family: "Prata", serif;
  position: relative;
  margin-bottom: 10px;
}
.carac__item .p2 {
  font-size: 30px;
  font-family: "Prata", serif;
  position: relative;
  white-space: nowrap;
}
.single-forme .carac {
  background-color: #f3dab7a6;
}
.single-le-spa .carac {
  background-color: #de988746;
}
.banner {
  position: relative;
}
.banner__plus {
  width: 32px;
  margin-top: 20px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (max-width: 900px) {
  .banner {
    margin-top: 70px;
  }
}
.banner::after {
  position: absolute;
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Groupe-359.svg);
  bottom: 100%;
  left: 100%;
  -webkit-transform: translateX(-60%) translateY(40%);
  transform: translateX(-60%) translateY(40%);
  z-index: -1;
}
.banner::before {
  content: "";
  background-color: #76b9af1e;
  z-index: -1;
  width: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  height: 240px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .banner::before {
    display: none;
  }
}
.banner__title {
  font-family: "Prata", serif;
  font-size: 18px;
  background-color: #76b9af;
  color: white;
  padding: 7px 15px;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.banner:hover .banner__title {
  background-color: #2f5c66;
}
.banner:hover .banner__plus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .banner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 270px;
}
.banner__text .p {
  padding-left: 10px;
  border-left: 2px solid #76b9af;
  margin-bottom: 0;
}
.banner__text .p p {
  margin-bottom: 0;
}
.banner .h3 {
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .banner .h3 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.banner .h3 strong {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .h3::before {
  content: "";
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 400px;
  background: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Ellipse-14.png)
    center;
  background-size: contain;
}
@media (max-width: 900px) {
  .banner .h3::before {
    display: none;
  }
}
.banner__img {
  width: 450px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
@media (max-width: 900px) {
  .banner__img {
    max-width: 80%;
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
  }
}

.banner__img a {
  width: 100%;
}
.banner__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.exp {
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 900px) {
  .exp {
    padding-bottom: 0;
  }
}
.exp .h5,
.exp .h-40 {
  color: white;
}
.exp .h-40 {
  margin-bottom: 30px;
}
.exp .h3 {
  margin-bottom: 30px;
}
.exp .h3::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/BRUSH-3-bleu-clair-eden.png);
  left: 35%;
}
.exp .h3 strong {
  position: absolute;
  bottom: 100%;
  left: 35%;
}
.exp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .exp__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.exp__cache {
  position: absolute;
  background: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/06/EDEN-DSC_3670-HDR.png)
    center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.exp__cache div {
  background-color: #2f5c66;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 900px) {
  .exp__cache {
    left: 0;
    height: 80%;
  }
}
.exp__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 492px);
  padding-right: 100px;
  color: white;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .exp__text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.exp__text p,
.exp__text .p,
.exp__text a,
.exp__text .h3 {
  color: white;
}
.exp__text .p {
  padding-left: 15px;
  border-left: 1px solid white;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.exp__textbtn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.exp__img-cont {
  width: 492px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  position: relative;
}

.exp-btn {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  background-color: white;
}
@media (max-width: 900px) {
  .exp__img-cont {
    max-width: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.exp__img-cont img {
  width: 187px;
  height: 479px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 10px;
}
@media (max-width: 900px) {
  .exp__img-cont img {
    width: 50%;
    padding: 5px;
    height: 350px;
  }
}
.triple-bulle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .triple-bulle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.triple-bulle .h5:last-of-type {
  margin-bottom: 40px;
}
.triple-bulle__img {
  width: 430px;
  height: 470px;
  position: relative;
}
@media (max-width: 900px) {
  .triple-bulle__img {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
  }
}
.triple-bulle__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.triple-bulle__img .img1 {
  width: 213px;
  height: 213px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .triple-bulle__img .img1 {
    width: 140px;
    height: 140px;
  }
}
.triple-bulle__img .img2 {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  position: absolute;
  left: 40%;
  top: 0%;
}
@media (max-width: 900px) {
  .triple-bulle__img .img2 {
    width: 170px;
    height: 170px;
    left: 30%;
  }
}
.triple-bulle__img .img3 {
  width: 285px;
  height: 285px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .triple-bulle__img .img3 {
    width: 200px;
    height: 200px;
  }
}
.triple-bulle__text {
  width: calc(100% - 430px);
  padding-left: 30px;
}
@media (max-width: 900px) {
  .triple-bulle__text {
    width: 100%;
    padding-left: 0;
  }
}
.double-bulle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) {
  .double-bulle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.double-bulle__asset1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 130%;
}
.double-bulle .h-40 {
  margin-bottom: 40px;
}
.double-bulle__img {
  width: 430px;
  height: 437px;
  position: relative;
}
@media (max-width: 900px) {
  .double-bulle__img {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
  }
}
.double-bulle__img .img1 {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .double-bulle__img .img1 {
    width: 170px;
    height: 170px;
  }
}
.double-bulle__img .img2 {
  width: 368px;
  height: 368px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .double-bulle__img .img2 {
    width: 250px;
    height: 250px;
  }
}
.double-bulle__text {
  width: calc(100% - 430px);
  padding-left: 30px;
  position: relative;
}
@media (max-width: 900px) {
  .double-bulle__text {
    width: 100%;
    padding-left: 0;
  }
}
.double-bulle__textasset {
  position: absolute;
  bottom: calc(100% + 30px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  .double-bulle__textasset {
    width: 50px;
    -webkit-transform: none;
    transform: none;
    bottom: calc(100% + 10px);
  }
}
.double-bulle--inverse .double-bulle__img .img1 {
  z-index: 2;
  right: 0;
  left: auto;
}
.double-bulle--inverse .double-bulle__img .img2 {
  right: auto;
  left: 0;
}
.double-bulle--inverse .h5 {
  color: #2f5c66;
}
.double-bulle--inverse .h-40 {
  color: #76b9af;
}
.carre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 900px) {
  .carre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.carre__asset {
  position: absolute;
  left: -40%;
  z-index: -1;
  top: -100px;
}
@media (max-width: 800px) {
  .carre__asset {
    display: none;
  }
}
.carre__img {
  width: 392px;
  height: 479px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
}
@media (max-width: 900px) {
  .carre__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .carre__img {
    height: 350px;
  }
}
.carre__img img {
  width: 187px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 700px) {
  .carre__img img {
    width: calc(50% - 10px);
  }
}
.carre__text {
  width: calc(100% - 392px);
  padding-right: 80px;
}
@media (max-width: 900px) {
  .carre__text {
    padding-right: 0;
    width: 100%;
  }
}
.spa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .spa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spa .p {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 20px !important;
  }
}
.spa__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 900px) {
  .spa__bg {
    display: none;
  }
}
.spa__block1 {
  width: 620px;
  height: 153px;
  background-color: #ffede3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  position: relative;
  padding-left: 40px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .spa__block1 {
    height: auto;
    overflow: hidden;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.spa__block1 .btn {
  position: absolute;
  left: 20px;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .spa__block1 .btn {
    position: initial;
    -webkit-transform: none;
    transform: none;
  }
}
.spa__block1 .p {
  position: relative;
  max-width: 60%;
  margin-bottom: 0;
}
.spa__block1 .p p {
  margin-bottom: 0;
}
.spa__block2 {
  width: 620px;
  height: 153px;
  background-color: #fffaf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  padding-right: 40px;
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: -70px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .spa__block2 {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.spa__block2 .btn {
  position: absolute;
  right: 20px;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .spa__block2 .btn {
    position: initial;
    -webkit-transform: none;
    transform: none;
  }
}
.spa__block2 .p {
  position: relative;
  max-width: 145px;
  margin-bottom: 0;
}
.spa__block2 .p p {
  margin-bottom: 0;
}
.bulle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) {
  .bulle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bulle .h-40 {
  margin-bottom: 40px;
}
.bulle__img {
  width: 368px;
  height: 368px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 900px) {
  .bulle__img {
    margin-bottom: 30px;
    height: auto;
  }
}
.bulle__img .img1 {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .bulle__img .img1 {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
.bulle__text {
  width: calc(100% - 368px);
  padding-left: 90px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .bulle__text {
    padding-left: 0;
    width: 100%;
  }
}
.bulle-inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .bulle-inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bulle-inverse .bulle__text {
  padding-left: 0;
  padding-right: 90px;
}
@media (max-width: 900px) {
  .bulle-inverse .bulle__text {
    padding-right: 0;
  }
}
.actu {
  position: relative;
}
.actu::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Composant-15-–-1.svg);
  position: absolute;
  left: -10%;
  top: -250px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.actu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.actu__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 283px;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.actu__a .p {
  margin-bottom: 0;
}
.actu__a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.actu__a:hover .actu__img {
  opacity: 0.7;
}
@media (max-width: 900px) {
  .actu__a {
    margin: 10px;
    margin-bottom: 30px;
  }
}
.actu__title {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.actu__img {
  width: 181px;
  height: 181px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.actu__img::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/07/Composant-15-–-1.svg);
  top: 100%;
  left: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.actu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.actu__date {
  font-size: 15px;
  color: white;
  font-family: "Prata", serif;
  background-color: #76b9af;
  border-top-left-radius: 5px;
  padding: 3px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  z-index: 2;
  top: -8px;
  left: -15px;
}
.header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 150px;
}
@media (max-width: 900px) {
  .header1 {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.header1__text {
  margin: 50px;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 100px;
  padding-right: 80px;
}
@media (max-width: 900px) {
  .header1__text {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    margin-bottom: 0;
  }
}
.header1__text .h5 {
  margin-bottom: 40px;
}
.header1__img {
  width: 50%;
  height: 480px;
}
@media (max-width: 900px) {
  .header1__img {
    width: 100%;
    height: auto;
  }
}
.header1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.citation {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 715px;
  margin-bottom: 0;
}
.citation::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  font-family: "Prata", serif;
  font-size: 208px;
  color: #76b9af;
  -webkit-transform: translate(-50%, 250%);
  transform: translate(-50%, 250%);
}
.citation .auteur {
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .horaires-aqua,
  .horaires-forme {
    margin-bottom: 150px !important;
  }
}
.horaires {
  width: 100%;
  padding-left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.horaires .btn-gratuit {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc(40% + 100px);
  text-align: center;
}
@media (max-width: 800px) {
  .horaires .btn-gratuit {
    bottom: auto;
    top: calc(100% + 40px);
    width: 80%;
    left: 10%;
  }
}
.horaires__bg {
  width: 100%;
  height: 310px;
  position: absolute;
  left: 0;
}
.horaires__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.horaires__container {
  background-color: #de9987;
  width: 288px;
  height: 494px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  position: relative;
}
.horaires__item {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.horaires__item p:first-of-type {
  margin-bottom: 5px;
}
.horaires__item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #2f5c66;
}
.horaires__item:last-of-type::after {
  display: none;
}
.ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.ligne span {
  font-size: 33px;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
}
.ligne div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ligne div .p {
  margin-bottom: 0;
}
.horaires-aqua .horaires__container {
  background-color: #aad4df;
}
.horaires-forme .horaires__container {
  background-color: #f3dab7;
}
.double-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .double-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .double-btn .btn {
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}
.double-btn .btn {
  margin-right: 20px;
}
.banner-resa {
  background-color: #de988746;
  width: 100%;
  padding: 70px;
}

@media (max-width: 900px) {
  .banner-resa .double-btn {
    align-items: center;
    justify-content: center;
  }

  .banner-resa {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-resa .h5 {
  color: #2f5c66;
}
.banner-resa__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .banner-resa__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-resa__block .p {
  margin-bottom: 0;
}
.banner-resa__block .barre {
  height: 83px;
  width: 2px;
  background-color: #de9987;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 900px) {
  .banner-resa__block .barre {
    width: 83px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.banner-resa__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  text-align: right;
}
@media (max-width: 900px) {
  .banner-resa__block1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}
.banner-resa__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
}
@media (max-width: 900px) {
  .banner-resa__block2 {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.banner-resa__ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-resa__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 246px;
  margin: 20px;
}
.banner-resa--blue {
  background-color: #76b9af30;
  position: relative;
}
.banner-resa-aqua {
  background-color: #76b9af31;
}
.marques .bulle__img {
  width: 366px;
  height: auto;
}
.marques .bulle__img img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.marques .bulle__text {
  width: calc(100% - 366px);
}
@media (max-width: 900px) {
  .marques .bulle__text {
    width: 100%;
  }
}
.list__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list__title {
  width: 100%;
  height: 110px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.list__title p {
  font-family: "Prata", serif;
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 25px;
}
.list__hover {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.list__hover-p {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.list__bg {
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.774);
  height: 50%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all ease-out 150ms;
  transition: all ease-out 150ms;
}
.list__hover-title {
  margin-bottom: 40px;
  font-family: "Prata", serif;
  font-size: 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.list__plus {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 30px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.list__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  margin-left: 10px;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
}
.list__term:hover {
  background-color: #76b9af18 !important;
}
.list__term p {
  font-family: "Prata", serif;
  font-size: 18px;
  border-left: 1px solid #de9987;
  padding-left: 10px;
}
.list__term img {
  margin-left: 10px;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.list .tous p {
  padding-left: 0;
  border-left: none;
}
.list__item {
  width: 184px;
  height: 409px;
  margin: 10px;
  position: relative;
}
@media (max-width: 700px) {
  .list__item {
    height: 300px;
    width: 100%;
  }
}
.list__item:hover .niveau {
  opacity: 1;
}
.list__item:hover .list__title {
  opacity: 0;
}
.list__item:hover .list__hover-title,
.list__item:hover .list__hover-p,
.list__item:hover .list__plus {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.list__item:hover .list__bg {
  opacity: 1;
  height: 100%;
}
.active {
  background-color: #76b9af18 !important;
}
.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hide {
  display: none !important;
}
.text-center {
  text-align: center;
}
.abo {
  position: relative;
}
.abo__bg {
  position: absolute;
  left: -390px;
  top: -100px;
}
@media (max-width: 700px) {
  .abo__bg {
    display: none;
  }
}
.abo__title {
  font-family: "Prata", serif;
  font-size: 50px;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .abo__title {
    font-size: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.abo__title span {
  font-size: 47px;
  font-family: "Gelato";
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-right: 10px;
}
@media (max-width: 900px) {
  .abo__title span {
    font-size: 30px;
    -webkit-transform: none;
    transform: none;
    font-family: "Prata", serif;
    margin-bottom: 10px;
  }
}
.abo__title i {
  font-family: "Prata", serif;
  font-size: 50px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-right: 10px;
}
@media (max-width: 900px) {
  .abo__title i {
    font-size: 30px;
    -webkit-transform: none;
    transform: none;
    font-family: "Prata", serif;
  }
}
.abo__ligne {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
}
.abo__ligne:last-of-type {
  margin-bottom: 0;
}
.abo__col {
  width: 300px;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 700px) {
  .abo__col {
    margin-right: 0;
    width: 100%;
  }
}
.abo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .abo__content {
    width: 100%;
  }
}
.abo__content .p p {
  margin-bottom: 10px;
}
.abo__h3 {
  color: #76b9af;
  font-family: "Prata", serif;
  font-size: 29px;
  margin-bottom: 20px;
}
.sing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 800px) {
  .sing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.sing .h5 {
  color: #2f5c66;
}
.sing .h-40 {
  color: #76b9af;
  margin-bottom: 40px;
}
.sing__card {
  width: 288px;
  height: 494px;
  background-color: #aad4df;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 800px) {
  .sing__card {
    width: 100%;
    height: auto;
  }
}
.sing__card .h5 {
  color: #2f5c66;
}
.sing__card .h-40 {
  color: white;
  margin-bottom: 40px;
}
.sing__content {
  width: calc(100% - 288px);
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 800px) {
  .sing__content {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.sing__rep {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sing__rep-item {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sing__rep-item .p p:last-of-type {
  margin-bottom: 0;
}
.single-forme .sing__card .h-40 {
  color: #76b9af;
  margin-bottom: 40px;
}
.single-forme .sing__card {
  background-color: #f3dab7;
}
.single-forme .sing__card {
  background-color: #f3dab7;
}
.single-le-spa .sing__card {
  padding: 0;
}
.single-le-spa .sing__card .sing__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .single-le-spa .banner-resa {
    margin-top: 70px;
  }
}
.single-le-spa .sing__rep-item {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .single-le-spa .sing__rep-item {
    margin-bottom: 30px;
  }
}
.single-le-spa .sing__rep-item:last-of-type {
  margin-bottom: 0;
}
.single-le-spa .sing__rep {
  margin-top: 0px;
}
.accordeon {
  width: 100%;
  margin-bottom: 30px;
}
.faq-content {
  margin: 0 auto;
}
.faq-question {
  padding: 5px 0;
  position: relative;
}
.single-le-spa .faq-content em {
  font-style: normal;
  background: rgba(222, 152, 135, 0.74);
  padding: 1px 5px;
  font-weight: bold;
  color: #fff;
}
.panel-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #2f5c66;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 20px 10px 20px 30px;
  display: block;
  cursor: pointer;
  background-color: #de988729;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (max-width: 700px) {
  .panel-title {
    font-size: 11px;
    padding-right: 50px;
    line-height: 15px;
  }
}
.panel-content {
  padding: 0px 30px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-bottom-right-radius: 40px;
  line-height: 23px;
  margin-bottom: 0 !important;
}
.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding: 30px;
  padding-top: 70px;
  margin-top: -40px;
}
@media (max-width: 800px) {
  .panel:checked ~ .panel-content {
    padding: 20px;
    padding-top: 60px;
  }
}
.plus-2 {
  position: absolute;
  position: absolute;
  font-family: monospace;
  top: 13px;
  right: 30px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none;
}
@media (max-width: 700px) {
  .plus-2 {
    top: 15px;
    right: 20px;
    z-index: 5;
    font-size: 32px;
  }
}
.panel:checked ~ .plus-2 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.panel:checked ~ .panel-title {
  background-color: #de988774;
}
.panel-title:hover {
  background-color: #de988774;
}
.panel {
  display: none;
}
.relation__title {
  font-size: 50px;
  color: #2f5c66;
  font-family: "Prata", serif;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .relation__title {
    font-size: 33px;
    text-align: center;
  }
}
.relation .h5 {
  color: #2f5c66;
  margin-bottom: 50px;
}
.ban {
  position: relative;
}
.ban__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 900px) {
  .ban__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ban__block1 {
  width: calc(100% - 392px);
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .ban__block1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0px;
  }
  .ban__block1 .p {
    margin-bottom: 0;
  }
}
.ban__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 392px;
  max-width: 100%;
}
.ban__citation {
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 900px) {
  .ban__citation {
    display: none;
  }
}
.ban__citation div {
  color: white;
  font-size: 34px;
  font-family: "Prata", serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.ban__citation div::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  font-family: "Prata", serif;
  font-size: 208px;
  color: white;
  -webkit-transform: translate(-50%, 250%);
  transform: translate(-70%, -20%);
}
.ban__citation div::after {
  content: "“";
  position: absolute;
  right: 0;
  top: -150px;
  opacity: 0.2;
  font-family: "Prata", serif;
  font-size: 208px;
  color: white;
  -webkit-transform: translate(-50%, 250%);
  transform: translate(70%, 20%) rotate(180deg);
}
.ban__citation div strong {
  margin-left: 100px;
}
.ban__img-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 479px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 700px) {
  .ban__img-cont {
    height: 350px;
  }
}
.ban__img-cont::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Composant-15-–-1.svg);
  right: -150px;
  position: absolute;
  top: 70%;
  z-index: -1;
}
@media (max-width: 900px) {
  .ban__img-cont::before {
    display: none;
  }
}
.ban__img {
  height: 100%;
  width: 187px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 700px) {
  .ban__img {
    width: calc(50% - 10px);
  }
}
.ban .p {
  margin-top: 50px;
}
.ban__bg {
  background: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/EDEN-SPA-DSC_0080.jpg)
    center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 307px;
  left: 0;
  top: 0;
}
@media (max-width: 900px) {
  .ban__bg {
    display: none;
  }
}
.ban__bg div {
  width: 100%;
  height: 100%;
  background-color: #2f5c66;
  mix-blend-mode: hue;
}
.bulle-coach .bulle__img {
  width: 420px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 900px) {
  .bulle-coach .bulle__img {
    margin-bottom: 0;
  }
}
.bulle-coach .bulle__img img {
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .bulle-coach .bulle__img img {
    aspect-ratio: auto;
  }
}
.bulle-coach .bulle__text {
  width: calc(100% - 420px);
}
@media (max-width: 900px) {
  .bulle-coach .bulle__text {
    width: 100%;
  }
}
.bulle--spa .bulle__img {
  width: 442px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 900px) {
  .bulle--spa .bulle__img {
    margin-bottom: 0;
  }
}
.bulle--spa .bulle__img img {
  width: 100%;
  height: auto;
}
.bulle--spa .bulle__text {
  width: calc(100% - 442px);
}
@media (max-width: 900px) {
  .bulle--spa .bulle__text {
    width: 100%;
  }
}
.post-list .actu .actu__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.post-list .actu .actu__a {
  margin-bottom: 40px;
  margin-right: 70px;
}
.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}
.gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cat-home {
  margin-top: 200px;
}
.cat-home .h-50 {
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .cat-home {
    margin-top: 150px;
  }
  .cat-home .h-50 {
    margin-bottom: 0px;
  }
}
.single-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .single-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-page .sidebar {
    width: 100% !important;
  }
  .single-page .post-list {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.single-page h1 {
  font-size: 30px;
  font-family: "Prata", serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-page .post-list__img {
  margin-bottom: 30px;
}
.post-list {
  width: 70%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.post-list__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.post-list__img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.single-page .date {
  font-size: 15px;
  color: white;
  font-family: "Prata", serif;
  background-color: #76b9af;
  border-top-left-radius: 5px;
  padding: 3px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  z-index: 2;
  top: -8px;
  left: -15px;
}
.sidebar {
  width: 30%;
  padding: 30px;
  background-color: #75c6ba30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sidebar .sidebar__archives-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
  font-family: "Prata", serif;
  font-size: 20px;
  font-weight: 600;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
  padding-left: 20px;
}
.sidebar div:last-of-type {
  margin-bottom: 0;
}
.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.search-form input[type="search"] {
  margin-top: 0;
}
.search-form span {
  display: none;
}
.search-form [type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  background-color: #2f5c66;
  position: relative;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.wpcf7-list-item {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0px;
}
.mentions {
  font-size: 15px;
  line-height: 20px;
}
.mentions a {
  border-bottom: 1px solid;
  font-size: 15px;
  line-height: 20px;
}
.galerie-container {
  position: relative;
}
.galerie-container::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Composant-15-–-1.svg);
  position: absolute;
  left: -10%;
  top: -250px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.contact-page::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Composant-15-–-1.svg);
  position: absolute;
  left: -10%;
  top: -250px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mentions-legales {
  position: relative;
}

.mentions-legales p,
.mentions-legales div {
  line-height: 22px;
}

.mentions-legales::before {
  content: url(https://www.leden-spa-aqua-forme.fr/wp-content/uploads/2023/08/Composant-15-–-1.svg);
  position: absolute;
  left: -10%;
  top: -250px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact-page__form {
  width: 70%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-page__right {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-page__infos {
  width: 100%;
  padding: 30px;
  background-color: #2f5c66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.contact-page__infos .adresse {
  margin-top: 20px;
}
.contact-page__infos p,
.contact-page__infos a {
  color: white;
  line-height: 22px;
}
.contact-page__infos i {
  color: #76b9af;
  margin-right: 10px;
  font-size: 25px;
}
.contact-page__infos img {
  width: 100%;
  margin-bottom: 20px;
}
.contact-page__ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea,
form select {
  border: 1px solid;
  width: 100%;
  background-color: white;
  padding: 10px;
  margin-top: 1em;
}
.mentions-legales h1 {
  margin-bottom: 20px;
}
.mentions-legales h3 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mentions-legales p {
  margin-bottom: 6px;
}

.descri-cat {
  display: none;
}

.descri-active {
  display: flex !important;
}

.contact-p .horaires__container {
  background-color: #76b9af;
}

@media (max-width: 900px) {
  .gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .post-list .actu__a {
    width: 100%;
  }

  .post-list .actu__a .p {
    text-align: left;
  }
  .margin,
  .margin-0,
  .margin-30,
  .margin-150 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-page__form {
    width: 100%;
    padding-right: 0;
  }
  .contact-page__right {
    width: 100%;
  }
  .home-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .sidebar {
    width: 100%;
  }

  .contact-p .horaires {
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact-p .horaires .horaires__container {
    width: 100%;
    height: auto;
  }

  #content {
    overflow-x: hidden;
  }
}

@media (max-width: 800px) {
  .slider::before {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .slider__img {
    margin-left: -150px;
    position: relative;
  }

  .slider-2 .slider__text {
    left: 10%;
  }
  .double-btn {
    flex-direction: column;
  }
  .slider-2 .slider__img {
    transform: none !important;
    -webkit-transform: none !important;
  }
  .double-btn .btn {
    margin-top: 10px;
  }

  .header1__text {
    padding-left: 50px;
  }

  .banner__img {
    width: 350px;
  }

  .useful-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider__img img {
    width: 700px;
  }

  .slider__ans {
    position: absolute;
    top: -80px;
    right: -50px;
  }

  .slider__badge img {
    width: auto !important;
  }

  .post-list .actu .actu__a {
    margin-right: 30px;
  }

  .post-list .actu .actu__list {
    text-align: center;
    justify-content: center;
  }

  .post-list .actu__a {
    width: 100%;
  }

  .post-list .actu__a .p {
    text-align: left;
  }

  .contact-p .horaires {
    padding-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */

.sib_signup_box_inside_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sib-default-btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 20px;
}

.sib-form {
  text-align: center !important;
  background-color: transparent !important;
  padding: 0 !important;
}

#sib-container {
  background-color: 0 !important;
}

#sib-form {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}