@font-face {
  font-family: Nesans Semi;
  src: url('../fonts/Nesans-Semi-Bold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chopinscript2;
  src: url('../fonts/ChopinScript.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chopinscript;
  src: url('../fonts/ChopinScript.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Nesans Semi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #5b2b64;
  -webkit-text-stroke-width: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Chopinscript2, sans-serif;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  -webkit-text-stroke-width: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Chopinscript2, sans-serif;
  font-size: 32em;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  -webkit-text-stroke-width: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Chopinscript2, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #383838;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1;
}

a {
  color: #5b2b64;
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  z-index: 2;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #fff4e200, #fff4e2e3 64%);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
  position: fixed;
}

.nav-link {
  color: #5b2b64;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #210027;
  align-self: center;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Nesans Semi, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.nav-link.w--current {
  color: #5b2b64;
  text-transform: none;
  background-image: url('../images/Bouton.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 25%;
}

.form {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.glass_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #fbf6ff4d;
  border: 1px solid #fff6;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.glass_wrapper.vignette-blog {
  border-radius: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.glass_wrapper.photographies {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.glass_wrapper.collection-list {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  padding: 1.5em;
  text-decoration: none;
  display: block;
  position: static;
}

.glass_wrapper.padding {
  margin: 32px 0;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 64px 15px;
  display: flex;
  overflow: hidden;
}

.section.watercolor {
  background-image: radial-gradient(circle closest-corner, #fff4e200 29%, #fff4e2 46%), url('../images/Image-233_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  background-attachment: scroll, fixed;
  width: 100%;
}

.section.watercolor.formules {
  background-image: radial-gradient(circle farthest-side, #fff4e200 80%, #fff4e2 87%), url('../images/Image-233_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  width: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
}

.section.watercolor.small {
  padding-bottom: 15px;
}

.section.watercolor {
  background-image: url('../images/Image-193_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130%;
}

.section.small-space {
  padding-top: 0;
}

.body {
  color: #5b2b64;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  scrollbar-color: #5b2b6499 #5b2b6400;
  scrollbar-width: thin;
  background-color: #fff4e2;
  background-image: none;
  flex-flow: column;
  font-family: Nesans Semi, sans-serif;
  font-size: 18px;
  display: flex;
}

.social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  display: none;
}

.footer-links {
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta-footer {
  background-image: url('../images/phone-call.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.cta-footer.facebook {
  background-image: url('../images/facebook.svg');
  width: 30px;
  height: 30px;
}

.cta-footer.instagram {
  background-image: url('../images/instagram.svg');
  width: 30px;
  height: 30px;
}

.cta-footer.mail {
  background-image: url('../images/envelope.svg');
  width: 30px;
  height: 30px;
}

.cta-footer.call {
  background-image: url('../images/phone-call.svg');
  width: 30px;
  height: 30px;
}

.link-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  object-position: 0% 50%;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  text-decoration: none;
  overflow: clip;
}

.link-block.w--current {
  overflow: clip;
}

.link-block.leaf {
  width: 16px;
  height: auto;
  overflow: clip;
}

.link-block.leaf:hover, .link-block.leaf.w--current {
  height: auto;
}

.link-block.reseaux {
  margin-right: 1em;
}

.leaf {
  max-width: 16px;
  overflow: auto;
}

.footer {
  justify-content: space-between;
  max-width: 100vw;
  display: flex;
}

.hero-section {
  justify-content: space-around;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.hero-section.blog {
  width: 100vw;
  height: auto;
  margin-top: 128px;
}

.h1 {
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chopinscript2, sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1;
}

.hero-title-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-title-intro.contact {
  width: auto;
}

.hero-container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: 64px;
  margin-right: 64px;
  display: flex;
  position: relative;
}

.hero-container.contact {
  min-width: auto;
}

.hero-img-container {
  z-index: 1;
  background-image: url('../images/OiseauLanding_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 600px;
}

.hero-img-container.contact-form {
  background-image: url('../images/FondForm_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.hero-img-container.contact-form.size {
  height: 600px;
}

.hero-img-container.qui-suis-je {
  background-image: url('../images/ChampiQuiSuisJe_1.avif');
}

.button-cta {
  color: #5b2b64;
  background-color: #fff4e200;
  background-image: url('../images/Image-233_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 0%;
  border: 1px solid #5b2b64;
  border-radius: 25px;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: .2rem;
  padding-right: .2rem;
  font-family: Nesans Semi, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-cta:hover {
  text-shadow: 0 1px 2px #d700ffb5;
  background-image: url('../images/Image-233_1.avif'), radial-gradient(circle, #fbf6ff26, #fbf6ff94 71%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
}

.button-cta.form {
  background-image: url('../images/Leaf_2.avif');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 3.1rem;
  padding-right: 1.3rem;
  font-size: 1.4em;
  transition-property: none;
}

.button-cta.form:hover {
  text-shadow: 0 1px 2px #d700ffb5;
  background-image: url('../images/Image-233_1.avif'), url('../images/Leaf_2.avif');
  background-position: 50%, 4%;
  background-repeat: repeat, no-repeat;
  background-size: 100%, 30px;
}

.button-cta.form.contact {
  color: #383838;
  background-image: url('../images/Leaf_2.avif'), radial-gradient(circle, #fff0, #ffffff87), url('../images/Image-233_1.avif');
  background-position: 6%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 25px, auto, 100%;
  border-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.button-cta.form.contact:hover {
  color: #5b2b64;
  background-image: url('../images/Leaf_2.avif'), radial-gradient(circle, #ffffff52, #ffffffb8), url('../images/Image-233_1.avif');
  background-position: 6%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 25px, auto, cover;
}

.button-cta.vignette {
  text-align: center;
  flex: none;
  width: 100%;
  display: block;
}

.button-cta.hide {
  display: none;
}

.textcta {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .925rem;
  padding-right: .925rem;
  font-size: 1.2em;
  line-height: 1;
  display: flex;
}

.textcta:hover {
  text-shadow: 0 1px 2px #d700ffb5;
}

.buttoncta {
  color: #5b2b64;
  text-decoration: none;
}

.buttoncta:hover {
  color: #7a9632;
}

.button-cta-img {
  background-image: url('../images/Leaf_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  align-self: center;
  width: 25px;
  height: 25px;
  padding: .2rem .025rem;
  transform: rotate(90deg);
}

.headerintro {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.2;
}

.footer-links-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: flex;
}

.footer-links-div.reseaux {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.paragraph-mentions-legales {
  -webkit-text-stroke-width: 0px;
  margin-bottom: 0;
  padding-top: 32px;
  font-size: 1.4em;
  line-height: 1;
  text-decoration: none;
}

.bold {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5b2b64;
  padding-top: 32px;
  padding-bottom: 8px;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-field {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1;
}

.text-field::placeholder {
  color: #333;
}

.text-field.area {
  min-height: 130px;
  font-size: 1.2em;
  line-height: 1;
}

.text-field.area.glass_wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-width: 1px;
}

.text-field.glass_wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #333;
  text-align: left;
  background-color: #ffffff73;
  border-width: 1px;
  border-color: #ffffff8c;
  border-radius: 8px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 1.4em;
  box-shadow: 0 0 5px #0003;
}

.form-contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: max-content max-content max-content max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 80%;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.glass_wrapper-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #fbf6ff80;
  border: 1px solid #ffffff14;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2.4rem 5.4rem;
}

.glass_wrapper-footer.footer {
  border-color: #fff6;
  border-radius: 16px;
  width: 1200px;
  max-width: none;
}

.chiffres-cl-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.chiffres-cl-s-title-text {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.chiffres-text {
  color: #383838;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1;
}

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

.h2 {
  letter-spacing: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Chopinscript2, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.h2.small {
  font-size: 3.4em;
}

.h2.chiffres-cl-s {
  margin-bottom: 0;
  font-family: Nesans Semi, sans-serif;
}

.h2.white {
  color: var(--white);
  text-align: center;
  text-shadow: 2px 2px 12px #000000d9;
  align-self: center;
  width: 70%;
  font-size: 4.2em;
}

.div-mamisson {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-title-img {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.current-text {
  color: #383838;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.1;
  overflow: visible;
}

.current-text.point-list {
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 0;
}

.current-text.point-list.ateliers {
  font-size: 20px;
}

.current-text.point-list.ateliers.bis {
  font-size: 20px;
  font-weight: 400;
}

.current-text.faq-question {
  color: #5b2b64;
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #5b2b64;
  padding-left: 0;
  font-size: 1.5em;
  overflow: visible;
}

.current-text.tabs-text {
  letter-spacing: .2px;
  scrollbar-color: #5b2b6499 #5b2b6400;
  scrollbar-width: thin;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.2em;
  overflow: visible;
}

.current-text.temoignage {
  letter-spacing: .6px;
  scrollbar-color: #5b2b6499 #5b2b6400;
  scrollbar-width: thin;
  flex-flow: row;
  align-self: flex-start;
  height: 100%;
  padding-right: 8px;
  font-size: 1.2em;
  line-height: 1;
  overflow: auto;
}

.current-text.faq-reponse {
  padding-left: 32px;
}

.current-text.spacing-button {
  margin-bottom: 32px;
}

.current-text.data-created {
  color: #5b2b64;
  text-align: right;
  -webkit-text-stroke-width: 0px;
  align-self: flex-end;
  width: 40%;
  font-style: italic;
}

.current-text.reservation {
  font-size: 1em;
}

.current-text.violet {
  color: #5b2b64;
}

.current-text.violet.center {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
}

.div-padding-text-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 500px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 0;
  display: flex;
}

.div-padding-text-cta.histoire {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-title-text {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-padding-text-cta-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.div-defis {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-situations {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: start;
  width: 100%;
  max-width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.list-5row-2col {
  grid-column-gap: 8px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leaf-list {
  grid-column-gap: 33px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.div-leaf-pic-text {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.leaf-img {
  background-image: url('../images/Bouton3.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding-right: 0;
}

.leaf-img._1 {
  background-image: url('../images/Bouton.avif');
  background-position: 0%;
  background-size: contain;
  width: 30px;
}

.leaf-img._2 {
  background-image: url('../images/Bouton6.avif');
  background-size: contain;
}

.leaf-img._3 {
  background-image: url('../images/Bouton4.avif');
  background-size: contain;
}

.leaf-img._4 {
  background-image: url('../images/Leaf_3.avif');
  background-position: -40%;
  background-size: cover;
}

.leaf-img._5 {
  background-image: url('../images/Bouton2.avif');
  background-size: contain;
}

.leaf-img._6 {
  background-image: url('../images/Bouton5.avif');
  background-size: contain;
}

.leaf-img._6._5row {
  background-position: 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.div-list-leafs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.div-title-text-formules {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.h4 {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1;
}

.div-formules-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-formules-left {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  padding: 48px;
  display: grid;
}

.div-formules-right {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding: 48px;
  display: grid;
}

.div-formules-right.bis {
  grid-template-columns: .75fr 1.25fr;
}

.div-padding-text-cta-copy {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: grid;
}

.h5 {
  color: #5b2b64;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
}

.div-prices {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.duration {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
}

.price {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}

.temps-tarif-cta {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h6 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.link-casdusage {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #5b2b64;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.arrow {
  background-image: url('../images/rounded-arrow2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.div-histoire {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: auto .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-title-text-methode {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.number-bullet {
  border: 1px solid #5b2b64;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 36px;
  margin-right: 1vw;
  display: flex;
}

.numbers-in-bullet {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nesans Semi, sans-serif;
  font-size: 1.4em;
  display: flex;
}

.div-bullet-text {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.bullet-list-wrapper {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.tricks-slider {
  box-sizing: content-box;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  scrollbar-color: #5b2b6499 #5b2b6400;
  scrollbar-width: thin;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-footer {
  color: #5b2b64;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  margin-bottom: 0;
  padding-bottom: 3px;
  padding-left: 8px;
  font-family: Nesans Semi, sans-serif;
  font-size: 1.4em;
}

.paragraph-footer:hover {
  -webkit-text-stroke-width: 1px;
}

.div-listing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: block;
}

.list-3row-2col {
  grid-column-gap: 8px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100%;
  display: grid;
}

.temoignages {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px;
  height: 100%;
  min-height: 400px;
  max-height: 421px;
  padding: 32px 8px 32px 32px;
  display: flex;
}

.h5-choppin {
  color: #5b2b64;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nesans Semi, sans-serif;
  font-size: 1.6em;
  line-height: 1;
}

.div-pic-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.testimonial-profil-pic {
  background-image: url('../images/Groupe-de-masques-11.avif');
  background-position: 50%;
  background-size: 105%;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.testimonial-profil-pic.pic1 {
  background-image: url('../images/WhatsApp-Image-2024-07-30-at-16.46.46_1.avif');
  width: 70px;
  height: 70px;
}

.testimonial-profil-pic.pic2 {
  background-image: url('../images/WhatsApp-Image-2024-07-30-at-16.46.46-1_1.avif');
  width: 70px;
  height: 70px;
}

.testimonial-profil-pic.pic3 {
  object-fit: cover;
  background-image: url('../images/WhatsApp-Image-2024-07-30-at-16.45.35_1.avif');
  background-size: cover;
  width: 70px;
  height: 70px;
}

.faq-list {
  grid-column-gap: 33px;
  grid-row-gap: 32px;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.div-faq-question {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.leaf-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 700px;
  display: flex;
}

.leaf-text._6row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.leaf-faq {
  background-image: url('../images/Leaf_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.leaf-faq:active {
  transform: rotate(90deg);
}

.tabs {
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  margin: 32px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 43vw;
  max-width: 520px;
  display: flex;
}

.tab-1 {
  color: #5b2b64;
  background-color: #ddd0;
}

.tab-1.w--current {
  color: #5b2b64;
  cursor: pointer;
  background-color: #ddd0;
  background-image: url('../images/Image-233_1.avif');
  background-position: -30%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 8px;
}

.pbmsolucetransform {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-content {
  align-self: flex-start;
}

.div-pbmsolucetransform {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
}

.container.small {
  width: 90%;
  max-width: 1600px;
}

.container.title {
  margin-bottom: 2em;
}

.faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.newletter {
  color: #5b2b64;
  letter-spacing: 1.4px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5b2b64;
  background-color: #fbf6ff73;
  border: 1px solid #5b2b64;
  border-radius: 25px;
  align-self: center;
  width: 480px;
  margin-bottom: 0;
  font-size: 1.2em;
}

.newletter:hover {
  text-shadow: 0 1px 2px #d700ffb5;
  background-color: #fbf6ff00;
  background-image: radial-gradient(circle, #fbf6ff94, #fbf6ff26 70%), url('../images/Image-233_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.newletter:active {
  text-shadow: 0 1px 2px #d700ffb5;
}

.form-newletter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5b2b64;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.newsletter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: #ddd0;
  background-image: radial-gradient(circle closest-corner, #fff4e200, #fff4e2), url('../images/FondBureauForet_1.avif');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
}

.success-message.contact {
  background-image: url('../images/Image-233_1.avif'), radial-gradient(circle closest-corner, #fff4e200, #fff4e2);
  background-position: 50% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
  width: 100%;
  height: 100%;
  padding: 8rem;
}

.success-message.reservation {
  background-image: radial-gradient(circle closest-corner, #fff4e200, #fff4e2), url('../images/Reservation.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 100%;
  height: 600px;
  padding: 8rem;
}

.glass_wrapper-tabs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #fbf6ff4d;
  border: 1px solid #fff6;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: .75fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: center start;
  width: 100%;
  height: 100%;
  margin-top: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
}

.tricks-slider_slide {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 405px;
  margin-right: 2em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.champignon {
  background-image: url('../images/FormulesIMGSoinChampi_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 310px;
}

.succulente {
  background-image: url('../images/FormulesIMGPlante.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 310px;
}

.champignon-insecte {
  background-image: url('../images/FormulesIMGChampi_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 310px;
}

.grimoire {
  background-image: url('../images/FormulesIMGSaule_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 320px;
}

.refuge {
  background-image: url('../images/FormulesIMGEnfant_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 310px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: center;
  width: auto;
  margin-top: 25px;
  margin-right: 1rem;
  display: flex;
}

.blog-biblio {
  z-index: 1;
  background-image: url('../images/BureauBlog_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 500px;
}

.blog-contents {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 800px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.methode {
  z-index: 1;
  background-image: url('../images/ChampiScarabé_1.avif');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 470px;
  height: 100%;
}

.Helene1img {
  z-index: 1;
  background-image: url('../images/Helene1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 500px;
  height: 820px;
}

.martinpecheur {
  z-index: 1;
  background-image: url('../images/OiseauSoins_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 500px;
}

.champiscarabb-ateliers {
  z-index: 1;
  background-image: url('../images/ChampiAteliers_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.img-ilot {
  z-index: 1;
  background-image: url('../images/Ilot-fleurs_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 230px;
}

.img-cascade {
  z-index: 1;
  background-image: url('../images/RiverLanding_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 500px;
}

.div-ateliers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.div-liste {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.list-6row-2col-copy {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.osez {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/FondBureauForet_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 1020px;
  height: 660px;
  padding: 128px;
  display: flex;
}

.button-cta-osez {
  color: #5b2b64;
  background-color: #fff4e200;
  background-image: url('../images/Image-233_1.avif'), radial-gradient(circle, #ffffff3b, #ffffffd4);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #5b2b64;
  border-radius: 25px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: .2rem;
  padding-right: .2rem;
  font-family: Nesans Semi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-cta-osez:hover {
  background-image: url('../images/Image-233_1.avif'), radial-gradient(circle, #fbf6ff26, #fbf6ff94 71%);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
}

.photos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-height: 70svh;
  display: grid;
}

.blog-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.wrapper-blog-article {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  scrollbar-color: #5b2b6499 #5b2b6400;
  scrollbar-width: thin;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding-right: 4px;
  display: flex;
  overflow: auto;
}

.wrapper-blog-article.phone {
  display: none;
}

.collectionlist-blog-article {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  scrollbar-color: #5b2b6499 #5b2b6400;
  scrollbar-width: thin;
  flex-flow: wrap;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.wrapper-collection-list-photo {
  height: 620px;
  overflow: auto;
}

.collection-list-photo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  scrollbar-color: #5b2b6499 #5b2b6400;
  scrollbar-width: thin;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  height: 100%;
  padding: 70px 5% 8px;
  display: flex;
  overflow: auto;
}

.list-photo-blog {
  width: 44%;
  position: relative;
}

.photos-blog {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 -2px 5px 3px #00000042;
}

.photos-blog:hover {
  box-shadow: 1px 1px 7px 1px #5b2b6499;
}

.photos-blog.back {
  z-index: -1;
  box-shadow: none;
  opacity: .47;
  filter: brightness(200%);
  position: absolute;
  inset: -4% 0% 0%;
}

.photos-blog.abs {
  opacity: .49;
}

.photo-collection {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
  overflow: auto;
}

.photos-item {
  aspect-ratio: 1;
  object-fit: cover;
  width: 32%;
}

.images-gallerie {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photos-item-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.photo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.carrousel-photos {
  object-fit: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.carrousel-photo {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
  position: static;
  bottom: 30%;
}

.rich-text-block {
  color: #383838;
  text-align: left;
  width: 100%;
  line-height: 1;
}

.article-blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 100%;
  min-width: 1200px;
  padding: 64px;
}

.article-blog.flex-horiz {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  max-width: none;
  padding: 0;
  display: flex;
}

.blog-article-img {
  object-fit: contain;
  border-radius: 20px;
  align-self: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: inline-block;
}

.error-text {
  color: #a30018;
  text-align: center;
  font-size: 2vw;
  line-height: 1;
}

.error-text.small {
  font-size: 1.3em;
}

.error-message {
  background-color: #ffdede00;
  background-image: radial-gradient(circle, #ff440057, #ffdede00), url('../images/Image-233_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 10%;
}

.error-message.contact {
  background-image: radial-gradient(circle, #ff440057, #ffdede00), url('../images/Image-233_1.avif'), radial-gradient(circle, #fff, #fff0);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, 100%, auto;
  width: 100%;
  margin-bottom: 0;
  position: static;
}

.article-img {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.photo-collection-list-wrapper {
  height: 100%;
  overflow: auto;
}

.img-blog {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1em;
  width: 35vw;
  max-width: 350px;
  height: 100%;
  overflow: hidden;
}

.img-blog-img {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.photos-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-hover-blog {
  color: #fff;
  text-shadow: 3px 2px 6px #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  font-size: 30px;
  line-height: 1;
  display: flex;
  position: absolute;
}

.collection-blog-article {
  width: 100%;
  height: 100%;
}

.success-text {
  color: #5b2b64;
  text-shadow: 0 0 3px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  line-height: 1;
  display: flex;
}

.section-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-wrapper.contact {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.section-wrapper.watercolor {
  background-image: url('../images/Image-233_1.avif');
  background-position: 150% 10%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.section-wrapper.watercolor.gradient {
  background-image: linear-gradient(#fff4e2, #fff4e200 35%), url('../images/Image-233_1.avif');
  background-position: 0 0, 150% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  width: 100%;
}

.brand.w--current {
  align-self: center;
}

.brandimg {
  vertical-align: middle;
  width: 100px;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.contact-form.reservation {
  background-image: url('../images/Reservation_1.avif');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: 65%;
  grid-template-columns: .75fr 1.25fr;
}

.nav-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._5 {
  background-image: url('../images/Bouton2.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.richtext {
  width: 100%;
  font-size: 1em;
  line-height: 1.1;
}

.richtext h1 {
  text-align: left;
  font-size: 3.6em;
  line-height: 1;
}

.richtext h2 {
  text-align: left;
  font-size: 3.2em;
  line-height: 1;
}

.richtext li {
  color: #5b2b64;
  text-align: left;
  font-size: 1.2em;
  line-height: 1;
}

.richtext ol {
  color: #383838;
  font-size: 1.2em;
}

.richtext p {
  color: #383838;
  text-align: justify;
  font-size: 1.4em;
}

.richtext h5 {
  text-align: left;
  font-size: 1.8em;
  line-height: 1;
}

.richtext h3 {
  text-align: left;
  font-size: 3em;
  line-height: 1;
}

.richtext h4 {
  text-align: left;
}

.richtext blockquote {
  font-size: 1em;
  font-style: italic;
  line-height: 1;
}

.padding {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.div-padding-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: block;
}

.heading-actu {
  text-align: left;
  font-family: Nesans Semi, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
}

.paragraphe-vign-actu {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
}

.container-slide {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.pr-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1190px;
  display: flex;
  position: relative;
}

.p-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-section.watercolor {
  background-image: url('../images/Image-233_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog-colums {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.form-contact-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: max-content max-content max-content max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  display: grid;
}

.hero-img-container-landing {
  z-index: 1;
  background-image: url('../images/OiseauLanding_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 600px;
}

.empty-state {
  background-color: #fff;
  background-image: url('../images/Image-233_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.h3 {
  text-align: center;
  font-family: Nesans Semi, sans-serif;
  font-size: 1.8em;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-2.abs {
  z-index: -1;
  opacity: .43;
  position: absolute;
  inset: -10% -7% auto auto;
  transform: rotate(2deg);
}

.link-block-2.abs._2 {
  z-index: -2;
  left: -7%;
  right: auto;
  transform: rotate(-4deg);
}

.link-block-2.abs._3 {
  z-index: -3;
  top: -15%;
  right: auto;
  transform: none;
}

.title-gallery {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #fff;
  background-color: #00000036;
  border-radius: 10px;
  padding: 20px;
  transition: all .3s;
  position: absolute;
  box-shadow: 0 0 10px 7px #00000042;
}

.title-gallery:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #5a2b65;
  background-color: #fffefe;
}

.collection-list-wrapper-3 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.code-embed {
  width: 40px;
  height: 40px;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .glass_wrapper.photographies {
    padding: 2rem;
  }

  .section {
    max-width: 100vw;
  }

  .section.watercolor.formules {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.blog {
    max-width: 1490px;
  }

  .section.not-full {
    max-width: 1380px;
  }

  .hero-section {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    font-size: 80px;
  }

  .hero-container {
    min-width: auto;
  }

  .button-cta.form {
    background-image: url('../images/Leaf_2.avif');
    background-size: 25px;
  }

  .button-cta.form:hover {
    background-image: url('../images/Image-233_1.avif'), url('../images/Leaf_2.avif');
    background-position: 50%, 8%;
    background-size: 100%, 25px;
  }

  .button-cta.form.contact {
    background-image: url('../images/Leaf_2.avif'), radial-gradient(circle, #fff0, #ffffff87), url('../images/Image-233_1.avif');
    background-size: 25px, auto, 100%;
    transition: all .1s;
  }

  .button-cta.form.contact:hover {
    background-image: url('../images/Leaf_2.avif'), radial-gradient(circle, #ffffff52, #ffffffb8), url('../images/Image-233_1.avif');
    background-position: 8%, 0 0, 50%;
    background-size: 25px, auto, 100%;
  }

  .textcta {
    font-size: 1.4em;
  }

  .headerintro {
    font-size: 1.6em;
  }

  .text-field, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible], .text-field::placeholder {
    color: var(--black);
  }

  .text-field.area {
    max-width: 535px;
    min-height: 130px;
  }

  .text-field.area.glass_wrapper {
    max-width: none;
  }

  .text-field.glass_wrapper {
    font-size: 1.6em;
  }

  .chiffres-text {
    font-size: 25px;
    line-height: 1;
  }

  .h2 {
    font-size: 4.6em;
    line-height: 1;
  }

  .h2.small {
    font-size: 4em;
  }

  .h2.white {
    text-shadow: 2px 2px 12px #000000c9;
  }

  .current-text {
    align-self: flex-start;
    width: auto;
    font-size: 1.6em;
  }

  .current-text.tabs-text {
    letter-spacing: 0;
    font-size: 1.4em;
  }

  .current-text.temoignage {
    letter-spacing: 0;
    width: 80%;
    font-size: 1.4em;
  }

  .current-text.faq-reponse {
    font-size: 1.5em;
  }

  .current-text.reservation {
    font-size: 1.3em;
  }

  .div-leaf-pic-text {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 2.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .leaf-img {
    background-size: 70%;
    width: 30px;
    height: 30px;
  }

  .leaf-img._1 {
    height: 30px;
  }

  .leaf-img._2 {
    background-size: auto 100%;
  }

  .leaf-img._4 {
    background-size: 100%;
    width: 50px;
  }

  .h4 {
    font-size: 2.2em;
  }

  .div-formules-left {
    grid-template-columns: 1fr 1.25fr;
  }

  .div-formules-right {
    grid-template-columns: 1.25fr 1fr;
  }

  .h5 {
    font-size: 1.6em;
  }

  .duration {
    margin-top: 10px;
    font-size: 1.6em;
  }

  .price {
    font-size: 2.4em;
  }

  .h6 {
    font-size: 1.4em;
  }

  .link-casdusage {
    width: 310px;
    height: 70px;
  }

  .tricks-slider {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .paragraph-footer {
    font-size: 25px;
  }

  .temoignages {
    max-height: 400px;
  }

  .h5-choppin {
    font-size: 1.3vw;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .container.title {
    width: 1600px;
  }

  .collection-list-wrapper {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .collection-list-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .champignon {
    background-size: auto 100%;
  }

  .img-ilot {
    background-size: contain;
    width: 100%;
    min-height: 330px;
  }

  .img-cascade {
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .div-liste {
    align-self: center;
  }

  .list-6row-2col-copy {
    align-self: center;
    width: 80%;
  }

  .collectionlist-blog-article {
    grid-template-columns: 1fr 1fr;
  }

  .rich-text-block {
    font-size: 20px;
    line-height: 1;
  }

  .article-blog {
    justify-content: center;
    align-items: center;
  }

  .article-blog.flex-horiz {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .blog-article-img {
    object-fit: contain;
    width: auto;
    max-height: 580px;
    overflow: clip;
  }

  .article-img {
    border-radius: 2.5vw;
    align-self: center;
    width: 50vw;
    height: 40vh;
  }

  .img-blog {
    height: 100%;
    overflow: clip;
  }

  .text-hover-blog {
    width: 70%;
    font-size: 35px;
  }

  .section-wrapper {
    width: 1600px;
  }

  .contact-form.reservation {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-image: url('../images/Reservation_1.avif');
    background-position: 100% 0;
    background-size: 65%;
  }

  .nav-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .5fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .richtext {
    font-size: 20px;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-image: linear-gradient(0deg, #fff4e200, #fff4e2e3 45%);
    display: block;
  }

  .nav-link {
    color: #5b2b64;
    padding-left: 30%;
    padding-right: 0;
    text-decoration: none;
  }

  .nav-link:hover {
    text-shadow: 0 0 3px #d700ff96;
  }

  .nav-link.w--current {
    background-position: 25%;
  }

  .glass_wrapper {
    border-radius: 16px;
  }

  .glass_wrapper.vignette-blog {
    width: 100%;
    height: 100%;
  }

  .glass_wrapper.photographies {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 1.5rem;
  }

  .section {
    width: 100%;
    margin-left: 2svw;
    margin-right: 2svw;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.blog {
    padding-top: 128px;
  }

  .hero-section {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .hero-section.blog {
    margin-top: 0;
  }

  .h1 {
    font-size: 3.1em;
    line-height: 1;
  }

  .hero-title-intro {
    z-index: 2;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .hero-title-intro.contact {
    width: 100%;
  }

  .hero-container {
    z-index: 0;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hero-img-container {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .hero-img-container.contact-form {
    background-size: auto 110%;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .button-cta.form.contact {
    align-self: center;
  }

  .button-cta.vignette.pagination {
    width: auto;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .textcta {
    height: auto;
    font-size: 1.2em;
  }

  .button-cta-img {
    width: 30px;
    height: 30px;
  }

  .headerintro {
    font-size: 1.2em;
  }

  .footer-links-div.reseaux {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    flex-flow: row;
  }

  .paragraph-mentions-legales {
    font-size: 2.2svw;
  }

  .form-block {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .form-contact {
    width: 100%;
  }

  .glass_wrapper-footer.footer {
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .chiffres-text {
    letter-spacing: 1.5px;
  }

  .h2 {
    font-size: 2.8em;
  }

  .h2.small {
    margin-bottom: 8px;
    font-size: 2.7em;
  }

  .h2.white {
    width: 100%;
    font-size: 3.6em;
  }

  .current-text, .current-text.point-list {
    font-size: 1.2em;
    overflow: visible;
  }

  .current-text.faq-question {
    color: #5b2b64;
    letter-spacing: 1px;
    -webkit-text-stroke-width: .5px;
    padding-left: 0;
    font-size: 1.3em;
  }

  .current-text.tabs-text {
    letter-spacing: 1px;
    font-size: 1em;
  }

  .current-text.temoignage {
    letter-spacing: 1px;
  }

  .current-text.data-created {
    width: 70%;
    font-size: 1.4em;
  }

  .div-padding-text-cta {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .div-title-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-situations {
    width: 100%;
  }

  .list-5row-2col {
    grid-template-columns: auto auto;
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .div-title-text-formules {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h4 {
    color: #5b2b64;
    -webkit-text-stroke-width: .5px;
    font-size: 1.8em;
  }

  .div-formules-left {
    padding: 32px;
  }

  .div-formules-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-padding-text-cta-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
  }

  .h5 {
    font-size: 1.4em;
  }

  .div-prices {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .duration {
    font-size: 1.2em;
    line-height: 1;
  }

  .price {
    -webkit-text-stroke-width: .5px;
    font-size: 2em;
    line-height: 1;
  }

  .list-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .h6 {
    letter-spacing: 1.5px;
  }

  .link-casdusage {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr auto;
    width: 250px;
  }

  .div-histoire {
    flex-flow: column;
    display: flex;
  }

  .div-title-text-methode {
    grid-template-columns: 1.25fr .75fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-bullet {
    width: 30px;
    height: 28px;
  }

  .numbers-in-bullet {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tricks-slider {
    height: auto;
    margin-top: 32px;
  }

  .paragraph-footer {
    font-size: 1.2em;
  }

  .list-3row-2col {
    grid-template-columns: auto auto;
    align-self: center;
    width: 90%;
  }

  .temoignages {
    min-height: 320px;
    max-height: 320px;
  }

  .h5-choppin {
    -webkit-text-stroke-width: .5px;
  }

  .div-faq-question {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .leaf-text._6row {
    grid-column-gap: 0px;
  }

  .tabs {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    margin: 16px;
  }

  .tab-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
  }

  .tab-1.w--current {
    border-radius: 8px;
  }

  .tabs-content {
    scrollbar-width: thin;
    height: 100%;
    overflow: scroll;
  }

  .div-pbmsolucetransform {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .newletter {
    width: 50%;
  }

  .glass_wrapper-tabs {
    border-radius: 16px;
  }

  .champignon, .succulente, .champignon-insecte, .grimoire, .refuge {
    height: 230px;
  }

  .menu-button {
    margin-top: 20px;
  }

  .menu-button.w--open {
    color: #5b2b64;
    background-color: #fff4e2;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff4e2;
    justify-content: center;
    margin-right: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .blog-biblio {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
  }

  .blog-contents {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-self: center;
    width: 100%;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .methode {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .cascadeimg {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: auto 160%;
    width: 100%;
    height: 430px;
  }

  .martinpecheur, .champiscarabb-ateliers {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .img-ilot {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    min-height: auto;
  }

  .img-cascade {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 410px;
    height: 390px;
  }

  .div-ateliers {
    padding: 32px;
  }

  .div-liste {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-6row-2col-copy {
    grid-template-columns: auto auto;
  }

  .osez {
    grid-column-gap: 128px;
    grid-row-gap: 128px;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .photos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .blog-content {
    justify-content: center;
    text-decoration: none;
  }

  .wrapper-blog-article {
    flex-flow: row;
    display: none;
  }

  .wrapper-blog-article.phone {
    display: block;
  }

  .collectionlist-blog-article {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: column;
    max-height: 900px;
    display: flex;
    overflow: auto;
  }

  .wrapper-collection-list-photo {
    height: 300px;
  }

  .collection-list-photo {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-photo-blog {
    align-self: flex-start;
    width: 32%;
    position: relative;
  }

  .photo-collection {
    height: 500px;
    overflow: visible;
  }

  .photos-item {
    width: 48%;
  }

  .photo-wrapper {
    flex-flow: column;
    display: flex;
  }

  .carrousel-photos {
    height: 90%;
    text-decoration: none;
  }

  .rich-text-block {
    width: 70%;
    font-size: 2vw;
  }

  .article-blog {
    min-width: 100%;
    padding: 32px;
  }

  .article-blog.flex-horiz {
    flex-flow: column;
    width: 100%;
  }

  .blog-article-img {
    border-radius: 20px;
    height: 130%;
  }

  .error-message.contact {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .article-img {
    border-radius: 16px;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 420px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: max-content;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .photo-collection-list-wrapper {
    height: 90%;
    overflow: auto;
  }

  .photos-text {
    align-items: center;
    width: 100%;
  }

  .text-hover-blog {
    color: #fff;
    text-shadow: 3px 2px 6px #000c;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 100%;
    font-size: 3vw;
    line-height: 1;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    width: 100%;
  }

  .section-wrapper.contact {
    width: auto;
  }

  .brandimg {
    width: 80px;
  }

  .contact-form {
    flex-flow: column;
    display: flex;
  }

  .contact-form.reservation {
    background-position: 50% 65%;
    background-size: contain;
  }

  .nav-footer {
    grid-template-columns: auto auto;
  }

  .richtext {
    font-size: 1em;
  }

  .padding {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .div-padding-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .form-contact-col {
    width: 100%;
  }

  .hero-img-container-landing {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 1.2em;
  }

  .nav-link.w--current {
    background-position: 20%;
  }

  .glass_wrapper {
    width: 100%;
  }

  .section {
    width: 100svw;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 0;
  }

  .section.watercolor.formules {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-footer.facebook, .cta-footer.instagram, .cta-footer.mail, .cta-footer.call {
    width: 25px;
    height: 25px;
  }

  .link-block {
    grid-column-gap: .6rem;
    display: flex;
  }

  .hero-section {
    width: 100svw;
    max-width: 100svw;
    height: auto;
  }

  .h1 {
    align-self: flex-start;
    font-size: 3.1em;
  }

  .hero-title-intro, .hero-title-intro.contact {
    width: 100%;
  }

  .hero-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-around;
    align-self: center;
    max-width: 100%;
    padding-top: 10svh;
    padding-bottom: 0;
  }

  .hero-img-container, .hero-img-container.contact-form {
    background-size: contain;
    width: 100%;
  }

  .hero-img-container.contact-form.size {
    height: 540px;
  }

  .button-cta {
    align-self: flex-start;
    font-size: 1em;
  }

  .button-cta:hover {
    background-image: radial-gradient(circle, #fbf6ff00, #fbf6ff), url('../images/Image-233_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .button-cta.form {
    align-self: center;
  }

  .button-cta.form.contact {
    width: auto;
  }

  .button-cta.vignette.pagination {
    width: auto;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .textcta {
    -webkit-text-stroke-width: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1em;
  }

  .button-cta-img {
    width: 25px;
    height: 25px;
  }

  .headerintro {
    font-size: 1em;
  }

  .paragraph-mentions-legales {
    width: 100%;
    font-size: 2.4svw;
  }

  .text-field.glass_wrapper {
    font-size: 1.2em;
  }

  .glass_wrapper-footer {
    min-width: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .glass_wrapper-footer.footer {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .chiffres-cl-s {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .chiffres-cl-s-title-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
  }

  .chiffres-text {
    text-align: center;
    align-self: center;
  }

  .h2 {
    -webkit-text-stroke-width: 0px;
    align-self: flex-start;
    font-size: 2.2em;
  }

  .h2.small {
    margin-bottom: 8px;
    font-size: 2.2em;
  }

  .h2.white {
    font-size: 2.5em;
  }

  .div-mamisson {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-columns: .75fr 1.25fr;
    display: flex;
  }

  .current-text {
    letter-spacing: 1px;
    height: 100%;
  }

  .current-text.point-list {
    letter-spacing: 1px;
    font-size: 1em;
  }

  .current-text.faq-question {
    font-size: 1.1em;
  }

  .current-text.tabs-text {
    font-size: 1em;
    overflow: visible;
  }

  .current-text.temoignage {
    width: auto;
    height: 150px;
  }

  .current-text.faq-reponse {
    height: 0;
    padding-left: 32px;
    font-size: 1em;
  }

  .current-text.data-created {
    font-size: 1.4em;
  }

  .current-text.auto {
    height: auto;
    overflow: visible;
  }

  .current-text.violet.center {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .div-padding-text-cta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
  }

  .div-title-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    padding-top: 16px;
  }

  .div-situations {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .list-5row-2col {
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 8px;
    padding-left: 16px;
    display: flex;
  }

  .leaf-list {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
  }

  .div-leaf-pic-text {
    grid-row-gap: 0px;
  }

  .div-list-leafs {
    width: 100%;
  }

  .div-title-text-formules {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h4 {
    text-align: left;
    align-self: flex-start;
    font-size: 1.6em;
  }

  .div-formules-padding {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-formules-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .div-formules-right {
    flex-flow: column;
    display: flex;
  }

  .div-padding-text-cta-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: 6% 6%;
    grid-template-columns: 6% 6%;
    grid-auto-columns: 6%;
    width: 100%;
    display: flex;
  }

  .h5 {
    align-self: flex-start;
    font-size: 1.2em;
  }

  .div-prices {
    align-self: flex-start;
  }

  .duration {
    line-height: 1;
  }

  .price {
    align-self: flex-start;
    font-size: 1.6em;
    line-height: 1;
  }

  .temps-tarif-cta {
    flex-flow: column;
    align-items: center;
    margin-top: 8px;
  }

  .list-form {
    flex-flow: column;
    display: flex;
  }

  .link-casdusage {
    width: 100%;
    height: 30px;
  }

  .div-histoire {
    flex-flow: column;
    display: flex;
  }

  .div-title-text-methode {
    justify-content: space-between;
    display: flex;
  }

  .number-bullet {
    width: 26px;
    height: 26px;
  }

  .div-bullet-text {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }

  .tricks-slider {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: auto;
    margin-top: 48px;
    display: flex;
  }

  .paragraph-footer {
    font-size: 1em;
  }

  .list-3row-2col {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .temoignages, .faq-list {
    width: 100%;
  }

  .leaf-text {
    width: auto;
  }

  .leaf-text._6row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tabs {
    flex-flow: column;
    height: 530px;
  }

  .tabs-menu {
    flex-flow: column;
    align-self: center;
    width: 100%;
    max-width: none;
  }

  .tab-1 {
    flex-flow: row;
    align-self: center;
    width: 100%;
  }

  .tab-1.w--current {
    border-radius: 8px;
    width: 100%;
  }

  .pbmsolucetransform {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tabs-content {
    border: 1px solid #fff6;
    border-radius: 16px;
    flex-flow: column;
    padding: 16px;
    overflow: scroll;
    box-shadow: inset 1px 1px 4px 1px #5b2b64a3;
  }

  .div-pbmsolucetransform {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 0;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .newletter {
    width: 50%;
  }

  .form-newletter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .glass_wrapper-tabs {
    width: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .collection-list {
    justify-content: space-around;
  }

  .champignon, .succulente, .champignon-insecte, .grimoire, .refuge {
    height: 160px;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .menu-button.w--open {
    color: #5b2b64;
    background-color: #fff4e2;
  }

  .blog-biblio {
    height: 320px;
  }

  .blog-contents {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    width: 100%;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .methode {
    background-image: url('../images/ChampiScarabé_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 25vh;
  }

  .cascadeimg {
    background-size: auto 150%;
    width: 100%;
    height: 230px;
  }

  .martinpecheur {
    background-image: url('../images/OiseauSoins_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .champiscarabb-ateliers {
    width: 250px;
    height: 230px;
  }

  .img-ilot {
    background-size: auto 100%;
    width: 100%;
    height: 230px;
  }

  .img-cascade {
    width: auto;
    height: 230px;
  }

  .div-ateliers {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .div-liste {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .list-6row-2col-copy {
    grid-row-gap: 32px;
    flex-flow: column;
    align-self: center;
    width: 100%;
    padding-top: 8px;
    display: flex;
  }

  .osez {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0;
  }

  .button-cta-osez {
    align-self: center;
  }

  .button-cta-osez:hover {
    background-image: radial-gradient(circle, #fbf6ff00, #fbf6ff), url('../images/Image-233_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .photos {
    grid-template-columns: .5fr 1fr;
  }

  .blog-content {
    flex-flow: column;
    padding: 16px;
    display: flex;
  }

  .collectionlist-blog-article {
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .wrapper-collection-list-photo {
    height: 390px;
  }

  .collection-list-photo {
    align-content: flex-start;
  }

  .list-photo-blog {
    width: 32%;
  }

  .photos-item {
    width: 100%;
  }

  .carrousel-photos {
    aspect-ratio: auto;
    height: 100%;
  }

  .rich-text-block {
    width: 100%;
    font-size: 3svw;
  }

  .article-blog {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .blog-article-img {
    border-radius: 15px;
    width: 100%;
    height: auto;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 96%;
    margin-left: .8rem;
    margin-right: .8rem;
    display: flex;
  }

  .section-wrapper.contact, .contact-form {
    width: 100%;
  }

  .contact-form.reservation {
    background-position: 50% 55%;
  }

  .richtext {
    font-size: .9em;
  }

  .padding {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    width: 450px;
    margin: 100px 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .div-padding-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-img-container-landing {
    background-size: contain;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    width: auto;
    font-size: 1em;
  }

  .nav-link:hover {
    border-radius: 8px;
    box-shadow: 0 0 10px #7d009496;
  }

  .form {
    margin-bottom: 0;
  }

  .glass_wrapper {
    grid-row-gap: 1.5rem;
    padding: 16px;
  }

  .glass_wrapper.photographies {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .glass_wrapper.collection-list {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15svh;
    padding-bottom: 16px;
  }

  .body {
    font-family: Nesans Semi, sans-serif;
  }

  .social {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    padding-left: 16%;
    padding-right: 16%;
  }

  .h1 {
    font-size: 2.4em;
  }

  .hero-title-intro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
  }

  .hero-container {
    flex-flow: column;
    padding-top: 30%;
    padding-bottom: 0;
  }

  .hero-container.contact {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-img-container {
    background-size: auto 100%;
  }

  .hero-img-container.contact-form {
    background-size: 110%;
    min-height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-img-container.contact-form.size {
    height: auto;
    min-height: 100%;
  }

  .button-cta {
    align-self: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-cta.form {
    background-size: 15px;
    align-self: center;
    font-size: 1em;
  }

  .textcta {
    text-align: center;
    letter-spacing: 0;
  }

  .buttoncta {
    align-self: flex-start;
  }

  .paragraph-mentions-legales {
    font-size: 3svw;
  }

  .form-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .glass_wrapper-footer {
    grid-row-gap: 1.5rem;
    min-width: 0;
    padding: 3rem 2rem;
  }

  .glass_wrapper-footer.footer {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 0;
  }

  .chiffres-cl-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .chiffres-text {
    text-align: center;
    letter-spacing: 0;
    align-self: center;
    width: 100%;
    line-height: 1;
  }

  .h2 {
    text-align: left;
    width: 100%;
  }

  .h2.small {
    text-align: left;
    margin-bottom: 8px;
    font-size: 1.8em;
  }

  .h2.chiffres-cl-s {
    text-align: center;
    font-size: 2.8em;
  }

  .h2.white {
    align-self: center;
    width: auto;
    font-size: 1.8em;
  }

  .div-mamisson {
    flex-flow: column;
    display: flex;
  }

  .current-text {
    letter-spacing: 0;
    font-size: 4.5svw;
  }

  .current-text.point-list {
    letter-spacing: 0;
  }

  .current-text.point-list.ateliers, .current-text.point-list.ateliers.bis {
    font-size: 16px;
  }

  .current-text.faq-question, .current-text.tabs-text {
    overflow: visible;
  }

  .current-text.temoignage {
    letter-spacing: .1em;
    width: 100%;
    height: 200px;
    max-height: none;
    font-size: 1em;
    overflow: scroll;
  }

  .current-text.faq-reponse, .current-text.reservation {
    font-size: 1.2em;
  }

  .current-text.violet.center {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.2em;
  }

  .div-padding-text-cta.histoire {
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0;
  }

  .div-title-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-defis {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .list-5row-2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .leaf-list {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    margin-top: 0;
  }

  .div-leaf-pic-text {
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .leaf-img {
    width: 25px;
    height: 25px;
    margin-right: 4px;
  }

  .leaf-img._1, .leaf-img._2, .leaf-img._3 {
    background-size: 70%;
  }

  .leaf-img._4 {
    background-position: 100%;
    background-size: 110%;
  }

  .leaf-img._5, .leaf-img._6 {
    background-size: 70%;
  }

  .leaf-img._6._5row {
    width: 16px;
    height: 16px;
  }

  .div-list-leafs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-around;
    width: auto;
    display: flex;
  }

  .div-title-text-formules {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h4 {
    font-size: 1.4em;
  }

  .div-formules-left, .div-formules-right {
    padding: 0;
  }

  .h5 {
    letter-spacing: .5px;
    margin-bottom: .25rem;
  }

  .h5.atelier {
    font-size: 18px;
  }

  .div-prices {
    align-self: flex-start;
  }

  .duration {
    width: 100%;
    line-height: 1;
  }

  .price {
    align-self: flex-start;
    margin-bottom: 15px;
    line-height: 1;
  }

  .price.atelier {
    font-size: 25px;
  }

  .temps-tarif-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: flex-start start;
    margin-top: 8px;
    display: flex;
  }

  .link-casdusage {
    grid-template-rows: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-title-text-methode {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .number-bullet {
    width: 30px;
    height: 30px;
    margin-right: .5rem;
    font-size: 13px;
  }

  .numbers-in-bullet {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .div-bullet-text {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }

  .tricks-slider {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
    overflow: auto;
  }

  .paragraph-footer {
    font-size: 1em;
  }

  .list-3row-2col {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .temoignages {
    padding: 0;
  }

  .h5-choppin {
    font-size: 1.4em;
  }

  .faq-list {
    width: 100%;
  }

  .div-faq-question {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .leaf-text._6row {
    padding-left: 8px;
  }

  .tabs {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 600px;
    margin: 0;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .tab-1 {
    flex-flow: column;
    height: 55px;
    min-height: 40px;
    display: flex;
  }

  .pbmsolucetransform {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-pbmsolucetransform {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container.small {
    width: 100%;
  }

  .faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .newletter {
    width: 90%;
    font-size: 1em;
  }

  .form-newletter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .glass_wrapper-tabs {
    grid-row-gap: 1.5rem;
    padding: 0 8px;
  }

  .collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .collection-list-wrapper, .collection-list-2 {
    height: 100%;
    overflow: auto;
  }

  .tricks-slider_slide {
    width: 100%;
    margin-right: 0;
  }

  .menu-button {
    background-color: #fff0;
    margin-top: 15px;
  }

  .nav-menu {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .blog-biblio, .methode, .cascadeimg, .martinpecheur, .champiscarabb-ateliers, .img-ilot {
    height: 240px;
  }

  .img-cascade {
    width: 100%;
    height: 240px;
  }

  .div-ateliers {
    padding: 0;
  }

  .div-liste {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-6row-2col-copy {
    grid-row-gap: 16px;
    padding-left: 0;
  }

  .osez {
    background-size: contain;
    align-items: stretch;
    min-height: auto;
    display: flex;
  }

  .button-cta-osez {
    background-image: url('../images/Image-233_1.avif'), radial-gradient(circle, #ffffffd9, #ffffffd4);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    align-self: center;
  }

  .photos {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    width: 100%;
  }

  .blog-content {
    padding: 0;
  }

  .wrapper-collection-list-photo {
    height: 330px;
  }

  .collection-list-photo {
    width: 100%;
  }

  .list-photo-blog {
    width: 49%;
  }

  .photo-collection {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    max-height: 320px;
    overflow: visible;
  }

  .photos-item {
    width: 31.5%;
  }

  .photos-item-img {
    border-radius: 5px;
  }

  .carrousel-photos, .carrousel-photo {
    width: 100%;
  }

  .rich-text-block {
    font-size: 4svw;
  }

  .article-blog {
    padding: 0;
  }

  .hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .photo-collection-list-wrapper {
    height: auto;
    max-height: none;
  }

  .img-blog, .photos-text {
    width: 100%;
  }

  .text-hover-blog {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .collection-blog-article {
    width: 100%;
  }

  .section-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form.reservation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-footer {
    flex-flow: column;
    display: flex;
  }

  .padding {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: auto;
    margin-top: 20%;
    margin-bottom: 20%;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .form-contact-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    display: flex;
  }

  .hero-img-container-landing {
    background-size: auto 100%;
  }
}

#w-node-_55360983-4056-6985-f36c-01d31dbc6921-92eb3b3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f673d14-f10c-e5d2-89c1-51b94e8a3d24-92eb3b3c {
  justify-self: center;
}

#w-node-e1629fe6-af18-17c8-b93e-e0deba178f17-92eb3b3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c937a5b1-fdad-5b3a-804e-8af4f1b3a987-92eb3b3c {
  place-self: center;
}

#w-node-_7f2ae0fe-797e-0f85-cc93-00b3b3213c9d-92eb3b3c {
  place-self: center start;
}

#w-node-_58c1ec71-5d1c-c1a4-9aac-53af0a3bc5d5-92eb3b3c, #w-node-f4222584-f6f6-8e8f-9fbe-88574fa54c04-92eb3b3c, #w-node-_5ddbd1f2-3e19-5bfc-7c6d-7759b06d96aa-92eb3b3c, #w-node-d506fa01-98b2-f2d1-1822-b1475efe4c99-92eb3b3c, #w-node-d506fa01-98b2-f2d1-1822-b1475efe4c9b-92eb3b3c, #w-node-_422221c6-eb9a-085d-a995-2a31d18c3106-92eb3b3c {
  align-self: center;
}

#w-node-_30d82eeb-c147-bcc7-85d2-c67310863686-92eb3b3c, #w-node-_9b2b3b77-8085-111c-bd94-875ea390d66e-92eb3b3c {
  place-self: center;
}

#w-node-_30d82eeb-c147-bcc7-85d2-c67310863688-92eb3b3c {
  align-self: center;
}

#w-node-_8ec1fb2c-2ab6-b81b-9999-d12ab393fcb6-6758be63 {
  justify-self: center;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a12-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a14-24345a06, #w-node-_81a463b7-e912-6d17-0cb6-439024345a16-24345a06 {
  place-self: center;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a20-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a21-24345a06, #w-node-_81a463b7-e912-6d17-0cb6-439024345a2c-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a38-24345a06 {
  place-self: center;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a3a-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a3b-24345a06, #w-node-_81a463b7-e912-6d17-0cb6-439024345a46-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9dbf02d5-ed3d-5846-c0d5-4684d38c0c10-24345a06 {
  place-self: center;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a4a-24345a06 {
  place-self: start center;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a54-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a55-24345a06, #w-node-_81a463b7-e912-6d17-0cb6-439024345a7a-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a7c-24345a06 {
  place-self: center;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a88-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_81a463b7-e912-6d17-0cb6-439024345a89-24345a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca91c4bf-e081-99ad-8de4-a7686666f415-6666f402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_497578e7-4967-a550-c68c-35d619f4a9d1-4c49d812 {
  place-self: center;
}

#w-node-cc077b41-70f4-e4ad-e959-3c3cab8f6e45-4c49d812 {
  align-self: start;
}

#w-node-c1131fcd-6ed2-78fa-8052-7e522618fd6d-4c49d812 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_919edcb9-bb60-097b-eed7-6c797bfd736c-4c49d812 {
  align-self: end;
}

#w-node-dda66093-7bbc-249d-8d78-160ae0881067-4c49d812 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dda66093-7bbc-249d-8d78-160ae0881064-4c49d812 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_91fbcb5b-d70a-3097-4e29-4f06db7731dd-4c49d812 {
  align-self: center;
}

#w-node-dda66093-7bbc-249d-8d78-160ae088106b-4c49d812 {
  align-self: start;
}

#w-node-_78495368-7005-3a2e-2cad-7abe8e51aec3-8e51aec0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_00c2aac5-5f67-a9c0-9330-e2b212de37ec-8e51aec0 {
  place-self: center;
}

#w-node-_92b80bc3-d5e1-13a1-8810-c1334cc7c44c-8e51aec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b66fe89-43cf-691a-1e3c-f82792edba57-493da0b7 {
  place-self: center;
}

#w-node-_9c23f045-8a02-3f18-afec-a240e4c69cb8-493da0b7, #w-node-f7efadbe-9c98-5e60-b4a4-1ee5f204589c-493da0b7, #w-node-_761daedd-e9fc-4aae-c53d-16a44fbd260c-493da0b7, #w-node-_1679ce14-bbe9-8c34-1af3-2b523f13462f-493da0b7, #w-node-_80da922a-af0b-60f2-9495-c09b539553a6-493da0b7, #w-node-_761cc689-ba1e-17b3-59d9-61703905b6c1-493da0b7, #w-node-_60b7832f-a35c-be71-625d-ee4adf2dcce7-493da0b7, #w-node-c5f34c21-75b7-ca36-a912-fa33174583d2-493da0b7, #w-node-_2063be76-a92a-a420-2319-a8196825f0dc-493da0b7, #w-node-_09e62b00-2dc8-254c-450e-f3559438bf43-493da0b7, #w-node-e2872a8f-c159-7bbd-4360-4245213f2d4e-493da0b7, #w-node-c368d0c2-888d-86a1-9299-9c41f1b14e80-493da0b7 {
  align-self: center;
}

#w-node-_01e10fb3-a308-900e-2394-6631a6667d84-41b0dbaa {
  place-self: center;
}

#w-node-_66145168-ead5-6102-b70a-682c96c490cc-41b0dbaa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66145168-ead5-6102-b70a-682c96c490d9-41b0dbaa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_66145168-ead5-6102-b70a-682c96c490da-41b0dbaa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8fbdadb-0413-2f50-e5fc-25baa42774af-41b0dbaa, #w-node-c8fbdadb-0413-2f50-e5fc-25baa42774bb-41b0dbaa, #w-node-c8fbdadb-0413-2f50-e5fc-25baa42774c3-41b0dbaa, #w-node-c8fbdadb-0413-2f50-e5fc-25baa42774c7-41b0dbaa, #w-node-c8fbdadb-0413-2f50-e5fc-25baa42774cb-41b0dbaa, #w-node-c8fbdadb-0413-2f50-e5fc-25baa42774cf-41b0dbaa, #w-node-c8fbdadb-0413-2f50-e5fc-25baa42774d7-41b0dbaa, #w-node-c8fbdadb-0413-2f50-e5fc-25baa42774db-41b0dbaa {
  align-self: center;
}

#w-node-_992da07e-7a57-317f-3046-790cf8f981e4-69c97428 {
  place-self: center;
}

#w-node-_5b653db2-c195-08af-f237-cfed4ae8da84-69c97428, #w-node-_861bbc38-0484-f0cd-9b5e-54a11b896316-69c97428 {
  align-self: center;
}

#w-node-deeabad7-c28b-12aa-e790-06528d40b137-69c97428, #w-node-_484ca6a6-1ca5-5f6c-87b7-829e02ea465a-4707ba5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_996a7ffa-ba84-6352-088a-ca8451af93d0-43ac80a6 {
  place-self: center;
}

#w-node-_4d4bbbd7-0688-d9ef-121c-ab09795a64dd-43ac80a6 {
  align-self: start;
}

#Prestations.w-node-_42bb40ad-207e-99a2-fcaf-5a6768d3d015-35b52f67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#nom.w-node-abbf24e8-8f25-7caa-01fa-5451c092671f-35b52f67, #prenom.w-node-_77b037de-d51f-f825-28d7-a1a752325f9a-35b52f67, #Mail.w-node-_47419c64-9356-da42-d961-e7eab90ea200-35b52f67, #telephone.w-node-f6ca51b4-41ab-c241-2c9d-1f074e25e1ca-35b52f67 {
  align-self: center;
}

#Date-et-heure.w-node-_2a602330-9f57-7e63-68ea-53fa567eb678-35b52f67, #Lieu-du-soin.w-node-bd96b602-2dc0-a484-b5b9-518961db9bcb-35b52f67, #Message-3.w-node-_653229d4-e398-2488-0aa5-7277c76517d6-35b52f67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-b7f57ff5-fab7-ee02-de05-d19c56b9437b-35b52f67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec8747c3-407a-b02d-7be8-ea2eca85471a-35b52f67 {
  align-self: center;
}

#Prestations.w-node-_42bb40ad-207e-99a2-fcaf-5a6768d3d015-dfed40c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#nom.w-node-abbf24e8-8f25-7caa-01fa-5451c092671f-dfed40c5, #prenom.w-node-_77b037de-d51f-f825-28d7-a1a752325f9a-dfed40c5, #Mail.w-node-_47419c64-9356-da42-d961-e7eab90ea200-dfed40c5, #telephone.w-node-f6ca51b4-41ab-c241-2c9d-1f074e25e1ca-dfed40c5 {
  align-self: center;
}

#Date-et-heure.w-node-_2a602330-9f57-7e63-68ea-53fa567eb678-dfed40c5, #Lieu-du-soin.w-node-bd96b602-2dc0-a484-b5b9-518961db9bcb-dfed40c5, #Message-3.w-node-_653229d4-e398-2488-0aa5-7277c76517d6-dfed40c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-b7f57ff5-fab7-ee02-de05-d19c56b9437b-dfed40c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec8747c3-407a-b02d-7be8-ea2eca85471a-dfed40c5 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_30d82eeb-c147-bcc7-85d2-c67310863686-92eb3b3c {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8ec1fb2c-2ab6-b81b-9999-d12ab393fcb6-6758be63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_81a463b7-e912-6d17-0cb6-439024345a14-24345a06, #w-node-_81a463b7-e912-6d17-0cb6-439024345a38-24345a06 {
    place-self: center;
  }

  #w-node-_9dbf02d5-ed3d-5846-c0d5-4684d38c0c10-24345a06 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-_81a463b7-e912-6d17-0cb6-439024345a4a-24345a06 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_00c2aac5-5f67-a9c0-9330-e2b212de37ec-8e51aec0 {
    justify-self: start;
  }

  #w-node-_992da07e-7a57-317f-3046-790cf8f981e4-69c97428 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_992da07e-7a57-317f-3046-790cf8f981e4-69c97428 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81a463b7-e912-6d17-0cb6-439024345a21-24345a06, #w-node-_81a463b7-e912-6d17-0cb6-439024345a3b-24345a06, #w-node-_81a463b7-e912-6d17-0cb6-439024345a55-24345a06 {
    grid-column: span 1 / span 1;
  }

  #w-node-_996a7ffa-ba84-6352-088a-ca8451af93d0-43ac80a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1f933c85-d4b1-fc69-3dec-34232ae256b4-43ac80a6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Prestations.w-node-_42bb40ad-207e-99a2-fcaf-5a6768d3d015-35b52f67, #Date-et-heure.w-node-_2a602330-9f57-7e63-68ea-53fa567eb678-35b52f67, #Lieu-du-soin.w-node-bd96b602-2dc0-a484-b5b9-518961db9bcb-35b52f67, #Prestations.w-node-_42bb40ad-207e-99a2-fcaf-5a6768d3d015-dfed40c5, #Date-et-heure.w-node-_2a602330-9f57-7e63-68ea-53fa567eb678-dfed40c5, #Lieu-du-soin.w-node-bd96b602-2dc0-a484-b5b9-518961db9bcb-dfed40c5 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nesans Semi';
  src: url('../fonts/Nesans-Semi-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chopinscript2';
  src: url('../fonts/ChopinScript.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chopinscript';
  src: url('../fonts/ChopinScript.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}