@charset "UTF-8";
/*--------------------------------------------------------------
>>> Table des matières:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
# Content
	## Archives
--------------------------------------------------------------*/
/* Fonts are registered via theme.json */
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  /*font-size: 2em;*/
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Typography */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

h3 {
  margin-top: 0;
}

/* Forms */
.btn_principal,
input[type=reset],
input[type=submit] {
  border: none;
  display: inline-block;
  width: fit-content;
  border-radius: 24px;
  color: white;
  font-family: Omne_Regular, sans-serif;
  font-size: 18px;
  background-color: #962D66;
  text-decoration: none;
  padding: 10px 50px;
  transition: all ease 0.5s;
}
.btn_principal:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  cursor: pointer;
  background-color: #a84d18;
  animation: floatBtn 2s ease-in-out infinite;
}
@keyframes floatBtn {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.btn_principal:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  text-decoration: none;
}
.btn_principal:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  text-decoration: none;
}

input[type=reset],
input[type=submit] {
  width: 242px !important;
  padding: 12px 32px !important;
  font-size: 14px;
}

.btn-secondaire {
  padding: 45px 27px;
  background-color: #962D66;
  display: inline-block;
  color: #F8F3F3 !important;
  border-radius: 50%;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  font-family: Omne_Regular, sans-serif;
  font-weight: 500;
}
.btn-secondaire:hover {
  background-color: #802054;
}

@media screen and (min-width: 992px) {
  input[type=reset],
input[type=submit] {
    width: 287px !important;
    padding: 12px 32px !important;
    font-size: 14px;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 20px;
  border: none;
  width: initial !important;
  color: #CAA545;
  font-size: 14px !important;
  font-family: Dunbar_Bold, sans-serif !important;
  background-color: #F8F3F3;
  margin: 0 !important;
  padding: 12px 32px !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline-offset: -4px;
}

input::placeholder {
  color: #CAA545;
}

select {
  box-sizing: border-box;
  outline: none;
  outline-offset: 0;
  font-family: Omne_Bold, sans-serif;
  color: #962D66;
  border-radius: 23px;
  background-color: #F8F3F3;
  border: 1px solid #962D66;
  padding: 16px 32px !important;
}

label {
  font-size: 21px !important;
  font-weight: 300 !important;
  margin-bottom: 20px !important;
  line-height: 36px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

#gform_fields_4 label {
  color: #5F0D39;
  font-size: 20px !important;
  font-family: Omne_Bold, sans-serif;
  margin-bottom: 0 !important;
}

input[type=checkbox] {
  border: 1px solid #5F0D39;
  border-radius: 3px;
}
input[type=checkbox]:not(:checked) + label:after {
  width: 15px;
  height: 15px;
  border: 1px solid #5F0D39;
  border-radius: 3px;
}

#gform_fields_5 .gfield_radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#gform_fields_5 .gfield_radio .gchoice {
  width: 50%;
}
#gform_fields_5 label {
  color: #5F0D39;
  font-size: 20px !important;
  font-family: Omne_Bold, sans-serif;
  margin-bottom: 0 !important;
}

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

input[type=submit] {
  padding: 10px 105px;
}

.select_custom {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media screen and (min-width: 992px) {
  .CTA__Infolettre input[type=text],
.CTA__Infolettre input[type=email],
.CTA__Infolettre input[type=url],
.CTA__Infolettre input[type=password],
.CTA__Infolettre input[type=search],
.CTA__Infolettre input[type=number],
.CTA__Infolettre input[type=tel],
.CTA__Infolettre input[type=range],
.CTA__Infolettre input[type=date],
.CTA__Infolettre input[type=month],
.CTA__Infolettre input[type=week],
.CTA__Infolettre input[type=time],
.CTA__Infolettre input[type=datetime],
.CTA__Infolettre input[type=datetime-local],
.CTA__Infolettre input[type=color],
.CTA__Infolettre textarea {
    width: 287px !important;
  }
}
.gform-field-row--span-three {
  grid-row: span 3;
}

/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.nav-menu {
  display: flex;
  margin: 0;
}
.nav-menu .menu-item {
  display: flex;
  flex-direction: column;
}

/** === Footer menu === */
.footer-navigation {
  display: inline;
}
.footer-navigation > div {
  display: inline;
}
.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}
.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
  padding: 15px 20px;
  position: relative;
  background-color: #5F0D39;
}
.header .header_container {
  max-width: 1320px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.header .header_container>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*width: 50%;*/
}
.header .menu-trigger-open {
  width: 28px;
}

.lien_logo:focus {
  border: none;
  outline: none;
}
.lien_logo .logo {
  width: 125px;
}

.menu-fullscreen {
  background-color: #5F0D39;
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
  transform: translate(-100%, -10%);
  position: absolute;
  left: 0;
  z-index: 10;
  transition: 0.5s all ease-in-out;
}
.menu-fullscreen.menu-open {
  transform: translate(0, -9%);
  z-index: 10;
}
.menu-fullscreen__top {
  display: flex;
  justify-content: center;
}
.menu-fullscreen__top .lien_logo {
  display: inline-block;
  margin-top: 40px;
}
.menu-fullscreen__top .menu-trigger-close {
  position: absolute;
  left: 62px;
  top: 42px;
  width: 33px;
}
.menu-fullscreen__center {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  position: relative;
  top: 50%;
  transform: translateY(-40%);
}
.menu-fullscreen__center__col1 {
  max-width: 320px;
  width: 100%;
}
.menu-fullscreen__center__col1 img {
  max-width: 320px;
  max-height: 427px;
  width: 100%;
  border-radius: 45% 45% 0 0;
}
.menu-fullscreen__center__col2 .custom-menu .menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.menu-fullscreen__center__col2 .custom-menu .menu li {
  margin-top: 16px;
  margin-bottom: 16px;
}
.menu-fullscreen__center__col2 .custom-menu .menu li a {
  text-decoration: none;
  color: white;
  font-family: Dunbar_Bold, sans-serif;
  font-size: 40px;
  transition: 0.5s all ease-in-out;
  text-transform: uppercase;
}
.menu-fullscreen__center__col2 .custom-menu .menu li a:hover {
  color: #962D66;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children {
  position: relative;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  z-index: 5;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children a {
  position: relative;
  z-index: 5;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children .sub-menu {
  height: 0;
  transition: 0.5s all ease-in-out;
  z-index: 2;
  list-style: none;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children .sub-menu li a {
  color: #C48E27;
  font-family: Omne_Bold, sans-serif;
  font-size: 20px;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children .sub-menu li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #C48E27;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 12px;
  /* Also needed for space (tweak if needed) */
  margin-left: -25px;
  /* Also needed for space (tweak if needed) */
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children:hover {
  overflow: unset;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children:hover .sub-menu {
  display: flex;
  height: 140px;
  position: relative;
  flex-direction: column;
  z-index: 2;
  list-style: none;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children:hover .sub-menu li {
  margin-top: 6px;
  margin-bottom: 6px;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children:hover .sub-menu li a:hover {
  color: #C48E2798;
  font-family: Omne_Bold, sans-serif;
  font-size: 20px;
}
.menu-fullscreen__center__col2 .custom-menu .menu li.menu-item-has-children:hover .sub-menu li:hover::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #C48E2798;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 12px;
  /* Also needed for space (tweak if needed) */
  margin-left: -25px;
  /* Also needed for space (tweak if needed) */
}
.menu-fullscreen__center__col3 {
  background-color: #962D66;
  width: 325px;
  color: white;
  font-family: Omne_Regular, sans-serif;
  position: relative;
  height: 100vh;
}
.menu-fullscreen__center__col3 p {
  padding: 0 35px;
  line-height: 30px;
  letter-spacing: 0.9px;
}
.menu-fullscreen__bottom {
  position: absolute;
  bottom: 100px;
  right: 20%;
}
.menu-fullscreen__bottom div a {
  margin: 0 6px;
  display: inline-block;
}
.menu-fullscreen__bottom div a img {
  width: 34px;
}

@media screen and (max-width: 992px) {
  .menu-fullscreen__center {
    flex-direction: column;
    transform: translateY(0);
    padding: 0 0 20px 0;
    margin-top: 30px;
  }

  .menu-fullscreen {
    max-height: unset;
    height: auto;
    width: 100%;
  }

  .menu-fullscreen__center__col1, .menu-fullscreen__center__col2 {
    padding: 0 0 0 20px;
  }

  .menu-fullscreen__center__col1 {
    align-self: center;
  }

  .menu-fullscreen__center__col2 {
    max-width: 100vw;
  }

  .menu-fullscreen__center__col3 {
    height: auto;
    max-width: 100vw;
    width: 100%;
    padding: 0 0 50px 0;
  }

  .menu-fullscreen__bottom {
    bottom: 30px;
    right: 50%;
    transform: translate(50%);
  }

  .menu-fullscreen__top .menu-trigger-close {
    left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fixed-position {
    position: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .menu-fullscreen {
    transform: translate(-100%, -9%);
  }

  .menu-fullscreen.menu-open {
    transform: translate(0, -9%);
  }

  .menu-fullscreen__center {
    top: unset;
    transform: translate(0);
  }

  .padding-bottom-big-mobile {
    padding-bottom: 12rem !important;
  }
}
@media screen and (max-width: 500px) {
  /*.logo {*/
  /*  width: 90%;*/
  /*}*/

  .header_container {
    display: flex;
    flex-direction: column;
  }
  .header_container div {
    margin-bottom: 20px;
  }

  /*.header .header_container div {*/
  /*  width: 100%;*/
  /*}*/

  .menu-fullscreen {
    transform: translate(-120%, -9%);
  }

  .menu-fullscreen.menu-open {
    transform: translate(0, -9%);
  }
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/* Page d'accueil */
* {
  min-height: 0;
  min-width: 0;
}

.home .hero {
  background-image: url("../images/leaf.svg"), url(https://cleo.local/wp-content/uploads/2021/12/rectangle_main_top.svg) !important;
  background-repeat: no-repeat;
  background-position: -7% 1%, center bottom !important;
  background-size: 200px 355px, cover !important;
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home .hero .row {
  position: relative;
  bottom: -70px;
}
.home .hero .row .test {
  display: flex;
  align-items: center;
}
.home .hero .row .row__column h1 {
  margin-top: 0;
  margin-bottom: 18px;
}
.home .hero .row .row__column h2 {
  margin-bottom: 65px;
  margin-top: 0;
}
.home .hero .row .row__column p a {
  margin-top: 25px;
}
.home .hero .row .row__column .image {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.home .hero .row .row__column .image:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 344px;
  right: -17%;
  bottom: 0;
  background-image: url("../images/rasberries.svg");
  background-size: 288px 344px;
  overflow: hidden;
}
.home .hero .row .row__column .image:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 344px;
  left: 10%;
  top: 0;
  background-image: url("../images/rasberries.svg");
  background-repeat: no-repeat;
  background-size: 225px 269px;
}
.home .hero .row .row__column .image img {
  width: 75%;
  border-radius: 32% 32% 0 0;
  z-index: 5;
}
.home .section-2 {
  padding-top: 200px;
}
.home .section-2 .carousel .slick-dots {
  bottom: -72px;
  left: 35%;
}
.home .section-2 .carousel .slick-dots li button:before {
  font-size: 12px;
  color: #5F0D39;
  opacity: 1;
}
.home .section-2 .carousel .slick-dots li.slick-active button:before {
  color: #C48E27;
}
.home .section-2 .carousel .slick-slide {
  width: 237px !important;
  height: 539px;
  background-size: 513px 539px;
  background-repeat: no-repeat;
  background-position: center top;
  transition: 0.5s all ease-in-out;
  margin: 0 15px;
}
.home .section-2 .carousel .slick-center {
  width: 513px !important;
}
.home .section-2 .row__column p a {
  color: #5F0D39;
  font-family: Omne_Bold, sans-serif !important;
}
.home .section-2 .section_slider {
  align-items: stretch;
}
.home .section-3 {
  min-height: 1200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home .section-3 .row {
  justify-content: space-between;
  z-index: 10;
  position: relative;
}
.home .section-3 .row .row__column .image:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 243px;
  left: -13%;
  bottom: -30%;
  background-image: url("../images/rasberries.svg");
  background-position: right bottom;
  background-size: 180px 242px;
}
.home .section-3 .row .row__column .image img {
  border-radius: 45% 45% 0 0;
  margin-top: -65px;
}
.home .section-3 .row .row__column h3 {
  width: 80%;
}
.home .section-3 .bas {
    /*
  width: 100%;
  display: flex;
  max-height: 354px;
  height: 354px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 23vh;
  z-index: 5;
  */
  
  width: 100%;
  display: flex;
  max-height: 354px;
  height: 354px;
  padding: 0;
  margin: 0;
  position: relative;
    justify-content: flex-end;
  z-index: 5;
}
.home .section-3 .bas .row__column {
  max-height: 355px;
  height: 100%;
}
.home .section-4 .row {
  justify-content: space-between;
}
.home .section-4 .row .col__image .image {
  position: relative;
}
.home .section-4 .row .col__image .image:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 290px;
  height: 240px;
  left: 50%;
  top: -13%;
  background-image: url("../images/orange.svg");
  background-position: right bottom;
  background-size: 290px 240px;
}
.home .section-4 .row .col__image .image img {
  border-radius: 45% 45% 0 0;
}
.home .section-5 {
  min-height: 1200px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
.home .section-5 .row {
  position: relative;
}
.home .section-5 .row:before {
  content: "";
  position: absolute;
  width: 207px;
  height: 274px;
  left: -10%;
  bottom: -20%;
  background-image: url("../images/groseille.svg");
  background-position: right bottom;
  background-size: 207px 275px;
  transform: rotate(240deg);
}
.home .section-5 .row .texte_top {
  position: relative;
}
.home .section-5 .row .texte_top:before {
  content: "";
  position: absolute;
  width: 270px;
  height: 390px;
  right: -17%;
  top: -125%;
  background-image: url("../images/leaf.svg");
  background-position: right bottom;
  background-size: 290px 390px;
  transform: rotatey(180deg);
}
.home .section-5 .row .texte_top .text_block {
  width: 50%;
}
.home .section-5 .row .row__column h3 {
  width: 80%;
}
.home .section-6 .row.align-top {
  justify-content: center;
  margin-top: -300px;
  position: relative;
  z-index: 5;
  background-image: url("../images/watermelon+flower.svg");
  background-position: left bottom;
  background-size: 50%;
  background-repeat: no-repeat;
}
.home .section-6 .row.align-top .row__column {
  width: 30%;
  padding: 0 !important;
  position: relative;
}
.home .section-6 .row.align-top .row__column .text_block {
  display: flex;
  bottom: -60%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  max-height: 233px;
  height: 100vw;
}
.home .section-6 .row.align-top .row__column .text_block::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/cut_off_rectangle_mauve.svg");
  background-position: center bottom;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: cover;
  opacity: 0.8;
}
.home .section-6 .row.align-top .row__column h3 {
  color: white !important;
  position: relative;
  z-index: 2;
  margin: 0;
  opacity: 1;
}
.home .section-6 .row.align-top .row__column p {
  color: white !important;
  margin: 8px 0;
  position: relative;
  z-index: 2;
  width: 80%;
  opacity: 1;
}
.home .section-6 .row.align-top .row__column a {
  color: #CAA545;
  text-decoration: none;
  font-family: Dunbar_Bold, sans-serif !important;
  font-size: 14px !important;
}
.home .section-6 .row.align-top .col-1, .home .section-6 .row.align-top .col-2, .home .section-6 .row.align-top .col-3, .home .section-6 .row.align-top .col-4 {
  max-height: 400px;
  height: 100vw;
  display: flex;
  align-items: flex-end;
}
.home .section-6 .row.align-top .col-1:hover .text_block, .home .section-6 .row.align-top .col-2:hover .text_block, .home .section-6 .row.align-top .col-3:hover .text_block, .home .section-6 .row.align-top .col-4:hover .text_block {
  bottom: 0;
  opacity: 1;
}
.home .section-6 .row.align-top .col-1 {
  flex: none;
  width: 45%;
}
.home .section-6 .row.align-top .col-2 {
  position: relative;
}
.home .section-6 .row.align-top .col-2::after {
  content: "";
  max-height: 170px;
  max-width: 278px;
  width: 100%;
  height: 100vw;
  background-color: #962D66;
  position: absolute;
  bottom: -200px;
  right: 0;
}
.home .section-6 .row.align-top .col-3 {
  position: relative;
  margin-top: 200px;
}
.home .section-6 .row.align-top .col-3::before {
  content: "";
  max-height: 170px;
  max-width: 278px;
  width: 100%;
  height: 100vw;
  background-color: #C48E27;
  position: absolute;
  top: -200px;
  left: 0;
}

.CTA__Infolettre {
  display: flex;
  margin-bottom: 0 !important;
  padding: 0 !important;
  max-height: 727px;
  height: 100vw;
  background-repeat: no-repeat;
}
.CTA__Infolettre.with-background {
  background-position: center 35px !important;
}
.CTA__Infolettre .row {
  padding-top: 165px;
  align-items: flex-end !important;
  margin-bottom: 0 !important;
}
.CTA__Infolettre .row .image {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
.CTA__Infolettre .row .image img {
  width: 87%;
  margin-bottom: -80px;
  border-radius: 50% 50% 0 0;
}

@media screen and (max-width: 1439px) {
  .home .hero .row .row__column .image:before {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .home .CTA__Infolettre .row .image img {
    width: 100%;
  }

  .home .hero .row .row__column .image:before {
    right: 0;
    width: 155px;
    height: 220px;
    background-size: 170px 240px;
    background-repeat: no-repeat;
  }

  .home .hero .row .row__column .image:after {
    right: 0;
    width: 160px;
    height: 172px;
    background-size: 100px 182px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .home .section-5 .texte_top .text_block {
    width: 100% !important;
  }

  .home .hero .row .row__column .text_block h1 {
    text-align: left !important;
  }
  .home .hero .row .row__column .text_block h2 {
    text-align: left !important;
  }
  .home .hero .row .row__column .text_block p {
    text-align: left !important;
  }

  .home .hero .row .row__column .image {
    justify-content: center;
  }

  .home .section-3 .row {
    justify-content: center;
  }
  .home .section-3 .bas {
    position: initial;
  }
  .home .section-3 .bas .row__column.with-background {
    width: 100%;
    height: 150px;
  }

  .CTA__Infolettre {
    padding-top: 200px !important;
    max-height: unset;
    height: auto;
  }
  .CTA__Infolettre .row .image img {
    width: 100%;
  }

  .home .section-2 .carousel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }

  .home .section-2 .carousel div {
    width: 100vw;
    height: 539px;
    background-size: 513px 539px;
    background-repeat: no-repeat;
    background-position: center top;
    transition: 0.5s all ease;
    margin-bottom: 15px;
  }

  .home .section-6 .row.align-top .row__column {
    width: 100%;
  }
  .home .section-6 .row.align-top .row__column .text_block p {
    width: 100%;
  }
  .home .section-6 .row.align-top .col-2::after {
    width: 100%;
    max-width: 100vw;
    max-height: 30px;
    bottom: -50px;
  }
  .home .section-6 .row.align-top .col-3 {
    margin-top: 50px;
  }
  .home .section-6 .row.align-top .col-3::before {
    top: unset;
    bottom: -50px;
    width: 100%;
    max-width: 100vw;
    max-height: 30px;
  }
  .home .section-6 .row.align-top .col-4 {
    margin-top: 10px;
  }

  .partenaire div {
    width: 47%;
  }
}
.page-contactez-moi .hero {
  margin-top: 0;
  max-height: 426px;
  height: 100vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 !important;
}
.page-contactez-moi .hero .row {
  width: 60%;
}
.page-contactez-moi .hero .row h3 {
  text-align: center;
}
.page-contactez-moi .section-2 .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-contactez-moi .section-2 .row .row__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-contactez-moi .section-2 .row .row__column .text_block {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-contactez-moi .section-2 .row .row__column .image img {
  border-radius: 45% 45% 0 0;
}
.page-contactez-moi .section-3 {
  min-height: 1200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-contactez-moi .section-3 .row {
  justify-content: space-between;
  z-index: 10;
  position: relative;
}
.page-contactez-moi .section-3 .row .row__column .image {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.page-contactez-moi .section-3 .row .row__column .image img {
  border-radius: 45% 45% 0 0;
  margin-top: -65px;
}
.page-contactez-moi .section-3 .row .row__column h3 {
  width: 80%;
}
.page-contactez-moi .section-3 .bas {
  width: 100%;
  display: flex;
  max-height: 355px;
  height: 355px;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 14vh;
  z-index: 5;
}
.page-contactez-moi .section-3 .bas .row__column {
  max-height: 355px;
  height: 100vw;
  padding: 0;
}
.page-contactez-moi .section-4 .row .row__column {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.page-contactez-moi .section-4 .row .row__column .image:after {
  content: "";
  height: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all ease-in-out;
  max-height: 340px;
  max-width: 255px;
  width: 100vw;
  background-color: transparent;
}
.page-contactez-moi .section-4 .row .row__column .image img {
  transition: 0.5s all ease-in-out;
}
.page-contactez-moi .section-4 .row .row__column .text_block {
  position: absolute;
  left: 50%;
  opacity: 0;
  top: 50%;
  transition: 0.5s all ease-in-out;
  transform: translate(-62%, -50%);
}
.page-contactez-moi .section-4 .row .row__column .text_block h4 {
  color: white !important;
}
.page-contactez-moi .section-5 {
  max-height: 485px;
  height: 100vw;
  display: flex;
  margin-top: -200px;
}
.page-contactez-moi .section-6 .coordoner h4 {
  margin: 0 0 7px 0;
}
.page-contactez-moi .section-6 .coordoner p {
  margin: 0 0 36px 0;
}
.page-contactez-moi .section-7 .row {
  max-height: 466px;
  height: 100vw;
}

.page-contactez-moi .section-4 .row .row__column:hover {
  position: relative;
}
.page-contactez-moi .section-4 .row .row__column:hover > .image img {
  border-radius: 45% 45% 0 0;
}
.page-contactez-moi .section-4 .row .row__column:hover > .image:after {
  content: "";
  height: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 45% 45% 0 0;
  max-height: 340px;
  max-width: 255px;
  width: 100vw;
  background-color: rgba(150, 45, 102, 0.75);
}
.page-contactez-moi .section-4 .row .row__column:hover > .text_block {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .page-contactez-moi .hero .row {
    width: 100%;
  }

  .page-contactez-moi .section-2 .row .row__column .text_block {
    width: 100%;
  }

  .page-contactez-moi .section-3 .row .text_block {
    margin-bottom: 55px;
  }

  .page-contactez-moi .section-4 .row {
    justify-content: space-evenly;
  }

  .page-contactez-moi .section-5 {
    max-height: unset;
    height: auto;
  }
  .page-contactez-moi .section-5 .row {
    margin-top: 165px;
  }
}
@media screen and (max-width: 768px) {
  .home .section-3 .row {
    justify-content: center;
  }
  .home .section-3 .bas {
    position: initial;
  }
  .home .section-3 .bas .row__column.with-background {
    width: 100%;
    height: 150px;
  }
}
.page-style-generale .section-2 .row {
  display: flex;
  justify-content: center;
}
.page-style-generale .section-2 .row .h1 {
  position: relative;
}
.page-style-generale .section-2 .row .h1:before {
  content: "H1";
  position: absolute;
  width: 78px;
  height: 78px;
  left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Omne_Regular, sans-serif;
  font-size: 21px;
  background-color: #EDE047;
  border-radius: 50%;
  color: black;
}
.page-style-generale .section-2 .row .h2 {
  position: relative;
}
.page-style-generale .section-2 .row .h2:before {
  content: "H2";
  position: absolute;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -50px;
  font-family: Omne_Regular, sans-serif;
  font-size: 21px;
  background-color: #EDE047;
  border-radius: 50%;
  color: black;
}
.page-style-generale .section-2 .row .h3 {
  position: relative;
  width: 80%;
}
.page-style-generale .section-2 .row .h3:before {
  content: "H3";
  position: absolute;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -50px;
  font-family: Omne_Regular, sans-serif;
  font-size: 21px;
  background-color: #EDE047;
  border-radius: 50%;
  color: black;
}
.page-style-generale .section-2 .row .h4 {
  position: relative;
  width: 80%;
}
.page-style-generale .section-2 .row .h4:before {
  content: "H4";
  position: absolute;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -50px;
  font-family: Omne_Regular, sans-serif;
  font-size: 21px;
  background-color: #EDE047;
  border-radius: 50%;
  color: black;
}
.page-style-generale .section-2 .row .image {
  display: flex;
  justify-content: center;
}
.page-style-generale .section-3 .row {
  display: flex;
  justify-content: center;
}
.page-style-generale .section-4 .row {
  display: flex;
  justify-content: center;
}
.page-style-generale .section-5 .row {
  display: flex;
  justify-content: center;
}
.page-style-generale .section-6 .row {
  display: flex;
  justify-content: center;
}

/***********************************************************************************************************************
*
* SLIDESHOW
*
************************************************************************************************************************/
.overflow {
  overflow: hidden;
}

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

.fleche img {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}

span.text-slide-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 21px;
  font-family: "Brandon Grotesque medium";
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.cl-slide[data-link]:hover .text-slide-hover {
  opacity: 1;
}

.cl-slide[data-link]:hover .cl-img-slide:before {
  opacity: 0.3;
}

.cl-img-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.title-slideshow {
  max-width: 600px;
  margin-left: auto;
  margin-right: calc(7vw - 20px);
  text-align: end;
  padding: 0 20px;
}

.title-slideshow h2 {
  margin-bottom: 3.5vw;
}

.title-slideshow .cl-button a {
  justify-content: flex-end;
}

.container-slides {
  position: relative;
}
.container-slides::before {
  position: absolute;
  content: none;
  width: 7vw;
  height: 100%;
  z-index: 9;
}
.container-slides .cl-listes-slides {
  display: inline-flex;
  margin-left: 7vw;
  transform: translate3d(0, 0, 0);
  position: relative;
  cursor: grab;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: auto;
}
.container-slides .cl-listes-slides.grabbing {
  cursor: grabbing;
}
.container-slides .cl-listes-slides .cl-slide {
  display: block;
  width: 19vw;
  margin-right: 50px;
  opacity: 1;
  max-width: 237px;
  transition: opacity 800ms ease-in-out;
}
.container-slides .cl-listes-slides .cl-slide:last-child {
  width: 40vw;
  max-width: 513px;
}
.container-slides .cl-listes-slides .cl-slide.slide-hide {
  opacity: 0;
}
.container-slides .cl-listes-slides .cl-slide .cl-img-slide {
  display: block;
  width: 100%;
  height: 100vw;
  max-height: 539px;
  background: black;
  position: relative;
  min-height: 200px;
  background-size: cover !important;
  background-position: center center !important;
}
.container-slides .cl-listes-slides .cl-slide .cl-description-slide .extra-small {
  text-transform: uppercase;
  color: var(--tierce) !important;
  display: block;
  padding-top: 23px;
  padding-bottom: 5px;
}
.container-slides .cl-listes-slides .cl-slide .cl-description-slide h2 {
  margin-bottom: 10px;
}

.in-transition {
  transition: transform 700ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.slider {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: grab;
}

.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  pointer-events: none;
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32vw;
  height: 60vh;
  padding: 50px;
}

.slide__bg {
  position: absolute;
  top: 10%;
  left: 10%;
  bottom: 10%;
  right: 10%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide__title {
  position: relative;
  color: white;
  font-size: calc(1rem + 3vw);
  font-weight: normal;
  z-index: 2;
}

.text {
  position: absolute;
  left: 4rem;
  bottom: 3rem;
}

.cursor-wrap {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  position: fixed;
  top: -30px;
  left: -30px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  z-index: 5;
  position: relative;
  background-color: var(--footerBackground);
}
.site-footer .footer_content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 70px 20px;
  /*justify-content: space-between;*/
}
.site-footer .footer_content .col1 .nav-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.site-footer .footer_content .col1 .nav-menu li {
  padding: 6px 0;
  width: fit-content;
}
.site-footer .footer_content .col1 .nav-menu li a {
  /*color: white;*/
  /*font-family: Dunbar_Bold, sans-serif;*/
  font-size: 20px;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
}
.site-footer .footer_content .col1 .nav-menu li a:hover {
  color: #962D66;
}
.site-footer .footer_content .col1 .nav-menu li .sub-menu {
  display: none;
}
.site-footer .footer_content .col2 {
  display: flex;
  flex-direction: column;
}
.site-footer .footer_content .col2 .lien_logo {
  margin-bottom: 40px;
}
.site-footer .footer_content .col2 a {
  color: white;
  text-decoration: none;
  font-family: Omne_Regular, sans-serif;
  margin-bottom: 10px;
}
.site-footer .footer_content .col3 {
  align-self: flex-end;
}
.site-footer .footer_content .col3 a {
  margin: 0 6px;
}
.site-footer .footer_content .col3 a img {
  width: 34px;
}
.site-footer .small_container {
  background-color: #3E0322;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.site-footer .small_container small {
  color: #962D66;
  font-family: Omne_Bold, sans-serif;
  font-size: 16px;
}
.site-footer .small_container small a {
  color: #962D66;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .site-footer .footer_content {
    padding: 100px 20px 0 20px;
    flex-direction: column;
  }
  .site-footer .footer_content div {
    margin: 20px 0;
  }
  .site-footer .footer_content .col3 {
    align-self: center;
  }
}
/*--------------------------------------------------------------
## Général
--------------------------------------------------------------*/
body {
  background-color: var(--bodyBackground);
  margin: 0 auto;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

.wrap {
  flex-wrap: wrap;
}

.align-item-start {
  align-items: flex-start;
}

.space-between {
  justify-content: space-between;
}

h3 {
  font-size: clamp(1.875rem, 1.5774rem + 1.4881vw, 2.5rem) !important;
}

    .hide-desktop{ display:none; }
@media screen and (max-width: 992px) {
    .hide-desktop{ display:inline-block; }
    
    .hide-mobile{ display:none; }
    

}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.spectacles span{  color:#1A0D05;   line-height: 80%; }
.spectacles table{ width:100%; }
.spectacles table small{ font-size:60% !important; }
.spectacles table td{ padding:5px; }
.spectacles table tr td:first-child{ padding-left:0px; }
.spectacles table tr td:last-child{ padding-right:0px; }
.spectacles table .btn_principal{ padding:18px 20px !important; }

.contact {
  position: relative;
  z-index: 1;
  background-color: #b8e1df;
  margin: 55px 0 25px 0;
}