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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
form .formCont,
form .formCheckBox {
  position: relative;
  margin-top: 1em;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
  -webkit-backface-visibility: hidden;
  background: #e1e1e1;
  border: none;
  border-bottom: solid 1px #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 1em;
  width: 100%;
}
form input[type="text"] + label,
form input[type="email"] + label,
form input[type="url"] + label,
form input[type="password"] + label,
form input[type="search"] + label,
form input[type="number"] + label,
form input[type="tel"] + label,
form input[type="range"] + label,
form input[type="date"] + label,
form input[type="month"] + label,
form input[type="week"] + label,
form input[type="time"] + label,
form input[type="datetime"] + label,
form input[type="datetime-local"] + label,
form input[type="color"] + label,
form textarea + label {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #333;
  opacity: 0;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
  border-color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
form input[type="text"]:focus + label,
form input[type="email"]:focus + label,
form input[type="url"]:focus + label,
form input[type="password"]:focus + label,
form input[type="search"]:focus + label,
form input[type="number"]:focus + label,
form input[type="tel"]:focus + label,
form input[type="range"]:focus + label,
form input[type="date"]:focus + label,
form input[type="month"]:focus + label,
form input[type="week"]:focus + label,
form input[type="time"]:focus + label,
form input[type="datetime"]:focus + label,
form input[type="datetime-local"]:focus + label,
form input[type="color"]:focus + label,
form textarea:focus + label {
  -webkit-transform: translate(-2em, -1.25em) scale(0.8);
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="email"]:focus::-webkit-input-placeholder,
form input[type="url"]:focus::-webkit-input-placeholder,
form input[type="password"]:focus::-webkit-input-placeholder,
form input[type="search"]:focus::-webkit-input-placeholder,
form input[type="number"]:focus::-webkit-input-placeholder,
form input[type="tel"]:focus::-webkit-input-placeholder,
form input[type="range"]:focus::-webkit-input-placeholder,
form input[type="date"]:focus::-webkit-input-placeholder,
form input[type="month"]:focus::-webkit-input-placeholder,
form input[type="week"]:focus::-webkit-input-placeholder,
form input[type="time"]:focus::-webkit-input-placeholder,
form input[type="datetime"]:focus::-webkit-input-placeholder,
form input[type="datetime-local"]:focus::-webkit-input-placeholder,
form input[type="color"]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus:-ms-input-placeholder,
form input[type="email"]:focus:-ms-input-placeholder,
form input[type="url"]:focus:-ms-input-placeholder,
form input[type="password"]:focus:-ms-input-placeholder,
form input[type="search"]:focus:-ms-input-placeholder,
form input[type="number"]:focus:-ms-input-placeholder,
form input[type="tel"]:focus:-ms-input-placeholder,
form input[type="range"]:focus:-ms-input-placeholder,
form input[type="date"]:focus:-ms-input-placeholder,
form input[type="month"]:focus:-ms-input-placeholder,
form input[type="week"]:focus:-ms-input-placeholder,
form input[type="time"]:focus:-ms-input-placeholder,
form input[type="datetime"]:focus:-ms-input-placeholder,
form input[type="datetime-local"]:focus:-ms-input-placeholder,
form input[type="color"]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::-ms-input-placeholder,
form input[type="email"]:focus::-ms-input-placeholder,
form input[type="url"]:focus::-ms-input-placeholder,
form input[type="password"]:focus::-ms-input-placeholder,
form input[type="search"]:focus::-ms-input-placeholder,
form input[type="number"]:focus::-ms-input-placeholder,
form input[type="tel"]:focus::-ms-input-placeholder,
form input[type="range"]:focus::-ms-input-placeholder,
form input[type="date"]:focus::-ms-input-placeholder,
form input[type="month"]:focus::-ms-input-placeholder,
form input[type="week"]:focus::-ms-input-placeholder,
form input[type="time"]:focus::-ms-input-placeholder,
form input[type="datetime"]:focus::-ms-input-placeholder,
form input[type="datetime-local"]:focus::-ms-input-placeholder,
form input[type="color"]:focus::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form input[type="url"]:focus::placeholder,
form input[type="password"]:focus::placeholder,
form input[type="search"]:focus::placeholder,
form input[type="number"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="range"]:focus::placeholder,
form input[type="date"]:focus::placeholder,
form input[type="month"]:focus::placeholder,
form input[type="week"]:focus::placeholder,
form input[type="time"]:focus::placeholder,
form input[type="datetime"]:focus::placeholder,
form input[type="datetime-local"]:focus::placeholder,
form input[type="color"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  opacity: 1;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="color"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="url"]::-ms-input-placeholder,
form input[type="password"]::-ms-input-placeholder,
form input[type="search"]::-ms-input-placeholder,
form input[type="number"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form input[type="range"]::-ms-input-placeholder,
form input[type="date"]::-ms-input-placeholder,
form input[type="month"]::-ms-input-placeholder,
form input[type="week"]::-ms-input-placeholder,
form input[type="time"]::-ms-input-placeholder,
form input[type="datetime"]::-ms-input-placeholder,
form input[type="datetime-local"]::-ms-input-placeholder,
form input[type="color"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form textarea::placeholder {
  opacity: 1;
}
form .formCheckBox {
  font-size: 0.7rem;
}
form .formButton {
  margin: 1em;
  text-align: center;
}
form .contResponse {
  opacity: 0;
}
form.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
form.response *:not(.contResponse) {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media print {
  header#masthead {
    display: none;
  }
  .screen-reader-text {
    display: none;
  }
  footer#footer {
    display: none;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/raleway-v19-latin-300.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-300.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-300.woff") format("woff"),
    url("fonts/raleway-v19-latin-300.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v19-latin-regular.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-v19-latin-regular.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-regular.woff") format("woff"),
    url("fonts/raleway-v19-latin-regular.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-v19-latin-500.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-500.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-500.woff") format("woff"),
    url("fonts/raleway-v19-latin-500.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-v19-latin-800.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-800.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-800.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-800.woff") format("woff"),
    url("fonts/raleway-v19-latin-800.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-800.svg#Raleway") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?hldmw7");
  src: url("fonts/icomoon.eot?hldmw7#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?hldmw7") format("truetype"),
    url("fonts/icomoon.woff?hldmw7") format("woff"),
    url("fonts/icomoon.svg?hldmw7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone2:before {
  content: "\e904";
}
.icon-mail3:before {
  content: "\e902";
}
.icon-tripadvisor:before {
  content: "\e901";
}
.icon-linkedin-2:before {
  content: "\e905";
}
.icon-youtube-2:before {
  content: "\e906";
}
.icon-facebook-2:before {
  content: "\e907";
}
.icon-morgane:before {
  content: "\e900";
}
.icon-home3:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-airplane:before {
  content: "\e9af";
}
.icon-mail2:before {
  content: "\ea85";
}
.icon-mail:before {
  content: "\ea86";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(75px + 45px);
  background-color: white;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  header {
    height: 75px;
  }
}
.top-bar {
  height: 45px;
  width: 100%;
  background-color: #622d50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .top-bar {
    height: 35px;
    z-index: 2;
    position: relative;
  }
}
.top-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-top: 6px !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  position: relative;
}

.faq-a {
  margin-top: 8px;
}
.top-bar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .top-bar__right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.top-bar a,
.top-bar div {
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.rs {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 125px;
  background-color: #c8a977;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.rs a {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.rs a i {
  font-size: 20px;
  color: white;
}
.rs a:hover {
  opacity: 0.5;
}
.rs div {
  width: 100%;
  height: 1px;
  background-color: white;
}
.gtranslate_wrapper {
  background-color: transparent !important;
  border: none;
  margin-right: 30px;
}
.gtranslate_wrapper .gt_selector {
  border: none;
  width: 85px;
  color: white;
  background: #622d50;
}
.menu {
  width: 100%;
  height: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
}
.menu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu__left .menu-header__li {
  margin-left: 0px;
  margin-right: 35px;
}
.menu__left .sub-menu li {
  margin-right: 0;
  margin-left: 0;
}
.menu-logo {
  width: 120px;
  height: auto;
}
@media (max-width: 900px) {
  .menu-logo {
    position: absolute;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88px;
    z-index: 2;
  }
}
.menu-logo__link {
  display: block;
  width: 120px;
}
@media (max-width: 900px) {
  .menu-logo__link {
    width: 88px;
  }
}
.menu-logo__link img {
  width: 120px;
}
@media (max-width: 900px) {
  .menu-logo__link img {
    width: 88px;
  }
}
.menu-header {
  height: 100%;
  width: calc(100% - 60px);
}
.menu-header__nav {
  height: 100%;
}
.menu-header__ul {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-header__li {
  margin-left: 35px;
  position: relative;
}
.menu-header__li:before {
  display: block;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: absolute;
  content: "";
  width: 100px;
  height: 20px;
  background: url(https://sevre-belle.fr/wp-content/uploads/2024/04/Groupe-376.svg)
    no-repeat center;
  background-size: contain;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.menu-header__li:hover::before {
  opacity: 1;
}
.menu-header__li a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #622d50;
  text-align: center;
  position: relative;
  transition: all 200ms ease-out;
}

.menu-header__li a:hover {
  color: #c8a977 !important;
}
.menu-header__li a:hover .sub-menu a {
  color: #622d50;
}

.menu-header__li a .sub-menu a:hover {
  color: #c8a977 !important;
}
.menu-header .active a {
  font-weight: 600;
}
.sub-menu {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.893);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  width: 220px;
  display: none;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
.sub-menu:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-menu li {
  margin-left: 0;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #c8a977;
}
.sub-menu li::before {
  display: none;
}
.sub-menu li a {
  width: 100%;
  text-align: center;
  display: block;
}
.sub-menu li:last-of-type {
  border-bottom: none;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .menu-item-has-children:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu .sub-menu {
  display: none;
  position: initial;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  width: 100%;
  padding-bottom: 0;
}
.mobile-menu .sub-menu li {
  border-bottom: 0;
  text-align: left;
}
.mobile-menu .sub-menu li a {
  text-align: left;
}
.mobile-menu .sub-menu li:first-of-type {
  padding-top: 0;
}
.mobile-menu .sub-menu.active {
  display: block;
}
.mobile-menu .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 21px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  cursor: pointer;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #622d50;
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    height: 40px;
    /* position: relative; */
  }
  .mobile-menu__header {
    /* z-index: 2;
    position: relative; */
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mobile-menu__burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu__burger-icon .bar {
    height: 2px;
    background-color: black;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(2) {
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(3) {
    top: 20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
}
.mobile-menu__nav-container {
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.mobile-menu__nav-container__ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mobile-menu__nav-container__li {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #c8a977;
  position: relative;
}
.active-menu .mobile-menu__burger-icon .bar {
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
  transform: translateY(-50%) rotate(45deg) !important;
  top: 10px;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(2) {
  opacity: 0 !important;
  left: 5px !important;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) !important;
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 10px !important;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__nav-container {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.footer {
  background-color: #622d50;
  padding: 50px;
  padding-top: 0px;
  margin-top: 120px;
  padding-bottom: 0px;
}
.footer__rs {
  position: absolute;
  top: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .footer__rs {
    display: none !important;
  }
}
.footer__rs a {
  width: 33px;
  height: 33px;
  border-radius: 100px;
  background-color: #c8a977;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-right: 10px;
  transition: all 200ms ease-out;
}

.footer__rs a:hover {
  background-color: #d7bf98 !important;
}
.footer__rs a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 19px !important;
  color: white !important;
}
.footer .rs-2 {
  display: none !important;
}
@media (max-width: 900px) {
  .footer .rs-2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: initial;
    margin-bottom: 20px;
  }
}
.footer__badge {
  position: absolute;
  right: 0;
  top: -40px;
  width: 103px;
}
@media (max-width: 900px) {
  .footer__badge {
    display: none;
  }
}
.footer .logo-footer {
  margin-bottom: 10px;
}
.footer .logo-footer img {
  width: 130px;
  height: auto;
}
.footer p,
.footer a {
  color: white;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid white;
  padding-bottom: 15px !important;
  position: relative;
}
@media (max-width: 900px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -60px;
  text-align: center;
}
@media (max-width: 900px) {
  .footer__middle {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: -70px;
  }
}
.footer__middle p {
  margin-bottom: 0px !important;
}
.footer__middle p strong {
  font-weight: 700;
}
.footer__middle .p {
  margin-bottom: 15px;
}
.footer__rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.footer__rs a {
  display: block;
  margin-right: 5px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.footer__rs a i {
  color: black;
  font-size: 25px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.copyright {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #622d50;
}
.copyright p,
.copyright a {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-family: "Raleway", sans-serif;
}
.copyright a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 200ms ease-out;
}

.f-ass {
  position: relative;
}

.f-ass::before {
  position: absolute;
  bottom: 50px;
  left: 40px;
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/Groupe-603.svg);
}

.copyright a:hover {
  opacity: 0.5;
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error .btn {
  margin-top: 20px;
}
body {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  overflow-x: hidden;
}
a {
  color: #4d4d4d;
}
.p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
}

.p strong {
  font-weight: 700;
}
.p p {
  margin-bottom: 10px;
}
.p p:last-of-type {
  margin-bottom: 0;
}
.p a {
  transition: all 200ms ease-out;
}
.p a:hover {
  color: #c6aa76;
}
.p ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.p ul li {
  position: relative;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.p ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #c8a977;
  border-radius: 100px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p li {
  margin-bottom: 5px;
  list-style: none;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 70px;
}
#content {
  padding-top: 120px;
}
@media (max-width: 900px) {
  #content {
    padding-top: 75px;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #4d4d4d;
  position: relative;
  border: none;
  border-radius: 100px;
  background-color: #c8a977;
  padding: 12px 30px;
  font-family: "fertigo-pro", serif;
  color: white;
  font-size: 20px;
  width: auto;
  transition: all 200ms ease-out;
  z-index: 1;
}

.btn:hover {
  background-color: #622d50 !important;
}

.footer .btn:hover {
  background-color: #d7bf98 !important;
}

.btn-white {
  background-color: white;
  color: #622d50;
}
.h3 {
  font-family: "Dancing Script", cursive;
  color: #c8a977;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  padding-bottom: 25px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 900px) {
  .h3 {
    margin-bottom: 10px;
  }

  .f-ass::before {
    display: none;
  }
}
.h3::before {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/Groupe-376.svg);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.h1 {
  font-family: "fertigo-pro", serif;
  font-size: 42px;
  font-weight: 300;
  color: #622d50;
  line-height: 48px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .h1 {
    font-size: 30px;
    line-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.h2 {
  font-family: "fertigo-pro", serif;
  font-size: 30px;
  font-weight: 500;
  color: #c8a977;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 26px;
    line-height: 31px;
    text-align: center;
  }
}
.img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 900px) {
  .img-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.img-text__img {
  width: 430px;
  height: 460px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 900px) {
  .img-text__img {
    aspect-ratio: 1 / 1;
    height: auto;
  }
}
.img-text__img::before {
  content: "";
  width: 250px;
  height: 91px;
  position: absolute;
  background-color: #c8a977;
  top: -30px;
  right: -30px;
  z-index: 1;
}
.img-text__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.img-text__text {
  width: calc(100% - 430px);
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .img-text__text {
    padding-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }
}
.h3-left::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 900px) {
  .h3-left::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.img-text--inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .img-text--inverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.img-text--inverse .img-text__text {
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 900px) {
  .img-text--inverse .img-text__text {
    padding-left: 0;
  }
}
.img-text--inverse .img-text__img::before {
  content: "";
  width: 250px;
  height: 91px;
  position: absolute;
  background-color: #c8a977;
  top: -30px;
  left: -30px;
  right: auto;
  z-index: 1;
}
.violet .img-text__img::before {
  background-color: #622d50;
}
.h3-date {
  font-family: "fertigo-pro", serif;
  font-size: 42px;
  color: #c8a977;
  margin-bottom: 20px;
}

.text-right .img-text__text {
  align-items: flex-end;
  text-align: right;
}

@media (max-width: 900px) {
  .h3-date {
    font-size: 30px;
  }

  .text-right .img-text__text {
    align-items: center;
    text-align: center;
  }
}
.year-content {
  display: none;
  text-align: left;
}
.year-content-2 {
  display: none;
  text-align: left;
}
.year-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.year-content-2.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.years-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.years-list .year-btn,
.years-list .year-btn-2 {
  background-color: none;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  margin: 10px;
  margin-left: 25px;
  margin-right: 25px;
  font-family: "fertigo-pro", serif;
  color: #c8a977;
  font-size: 20px;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.years-list .year-btn::before,
.years-list .year-btn-2::before {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/Groupe-376-1.svg);
  position: absolute;
  top: calc(100% + 0px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.years-list .year-btn:hover,
.years-list .year-btn-2:hover {
  color: #622d50;
}
.year-btn.active {
  color: #622d50 !important;
}
.year-btn.active::before {
  opacity: 1;
}
.year-btn-2.active {
  color: #622d50 !important;
}
.year-btn-2.active::before {
  opacity: 1;
}
.years-list--modifier .year-btn,
.years-list--modifier .year-btn-2 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-150 {
  margin-top: 150px;
}
.fabric {
  position: relative;
}
.fabric__asset {
  position: absolute;
  right: -5%;
  bottom: 100%;
}
@media (max-width: 900px) {
  .fabric__asset {
    display: none;
  }
  .years-list .year-btn,
  .years-list .year-btn-2 {
    margin: 10px;
  }
}
.gt_switcher {
  width: 130px !important;
}
.gt_selected {
  background: transparent !important;
  border: none !important;
}
.gt_switcher .gt_selected a {
  color: white !important;
  border: none !important;
}
.gt_switcher .gt_selected a::after {
  filter: invert(1) brightness(100) !important;
}
.gt_switcher .gt_selected a:hover {
  background: transparent !important;
}
.logo-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.logo-text__logo {
  width: 128px;
}
@media (max-width: 900px) {
  .logo-text__logo {
    margin-bottom: 15px;
  }
}
.logo-text .p {
  width: calc(100% - 128px);
  padding-left: 30px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .logo-text .p {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.logo-text .p p:last-of-type {
  margin-bottom: 0;
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 120px);
}
@media (max-width: 900px) {
  .slider {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }
}
.slider__from {
  position: absolute;
  right: 100%;
  bottom: 1.2%;
}
@media (max-width: 900px) {
  .slider__from {
    position: absolute;
    right: 100%;
    bottom: -2%;
    width: 33%;
  }
}
.slider__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Dancing Script", cursive;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  .slider__title {
    font-size: 32px;
  }
}
.slider__title strong {
  font-family: "fertigo-pro", serif;
  color: white;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .slider__title strong {
    font-size: 12px;
  }
}
.slider__badge {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 22%;
}
@media (max-width: 900px) {
  .slider__badge {
    width: 25%;
  }
}
.slider__imgimg {
  width: 100%;
  height: auto;
}
.slider__img {
  width: 443px;
  aspect-ratio: 1 / 1;
  position: relative;
  max-width: 70%;
}
@media (max-width: 900px) {
  .slider__img {
    margin-bottom: 10px;
  }
}
.slider__img::before {
  content: "";
  width: calc(50% + 30px);
  height: 91px;
  background-color: #c8a977;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}
@media (max-width: 900px) {
  .slider__img::before {
    display: none;
  }
}
.slider__img::after {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/Trace-3112.svg);
  position: absolute;
  bottom: 20px;
  right: -40px;
}
.slider__text {
  width: 522px;
  max-width: calc(100% - 500px);
  margin-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
@media (max-width: 900px) {
  .slider__text {
    margin-left: 0;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.text-center {
  text-align: center;
}
.bg {
  background-color: #f9f6f1;
}
.top-asset {
  padding-top: 5px;
  padding-bottom: 70px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 900px) {
  .top-asset {
    margin-top: 50px !important;
    padding-top: 30px;
  }
  .top-asset .margin,
  .top-asset .margin-30,
  .top-asset .margin-150,
  .top-asset .margin-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-asset__bottom {
  bottom: -1px;
  left: 0;
  width: 100%;
  position: absolute;
}
.top-asset__asset {
  bottom: calc(100% - 1px);
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
}
.top-asset__asset2 {
  position: absolute;
  top: -100px;
  left: 100px;
}
@media (max-width: 900px) {
  .top-asset__asset2 {
    display: none;
  }
}
.top-asset__asset3 {
  position: absolute;
  top: -100px;
  right: 100px;
}
@media (max-width: 900px) {
  .top-asset__asset3 {
    display: none;
  }
}
.top-asset__asset4 {
  position: absolute;
  bottom: -30px;
  left: 100px;
}
@media (max-width: 900px) {
  .top-asset__asset4 {
    display: none;
  }
}
.top-asset--bottom {
  padding-bottom: 100px;
}
@media (max-width: 900px) {
  .top-asset--bottom {
    padding-bottom: 70px;
  }
}
.top-asset--bottom-2 {
  padding-bottom: 140px;
}
@media (max-width: 900px) {
  .top-asset--bottom-2 {
    padding-bottom: 70px;
  }
}
.list {
  position: relative;
}
.list__asset {
  right: 20px;
  bottom: 100%;
  position: absolute;
  max-width: 100%;
}
@media (max-width: 900px) {
  .list__asset {
    position: initial;
    max-width: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 900px) {
  .list__container {
    width: 100%;
  }
}
.list__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .list__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  width: 180px;
  max-width: 100%;
  text-align: center;
}
.list__item p {
  line-height: 21px;
}
.list__title {
  font-family: "fertigo-pro", serif;
  font-size: 21px;
  margin-bottom: 10px;
  color: #622d50;
  margin-top: 15px;
}
.h1-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner {
  width: 100%;
  height: 340px;
  position: relative;
}
@media (max-width: 900px) {
  .banner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 400px;
  }
}
.banner__asset {
  position: absolute;
  left: 60px;
  top: calc(100% + 50px);
}
@media (max-width: 900px) {
  .banner__asset {
    display: none;
  }
}
.banner__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.518);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20%;
}
@media (max-width: 900px) {
  .banner__container {
    padding-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner__citation {
  width: 448px;
  max-width: 100%;
  font-family: "fertigo-pro", serif;
  color: white;
  font-size: 30px;
  line-height: 36px;
  position: relative;
}
@media (max-width: 900px) {
  .banner__citation {
    font-size: 22px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner__citation::before {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/Groupe-462.svg);
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  position: absolute;
}
@media (max-width: 900px) {
  .banner__citation::before {
    position: initial;
    -webkit-transform: none;
    transform: none;
  }
}
.titre-asset {
  position: relative;
}
.titre-asset::before {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/Groupe-444.svg);
  position: absolute;
  top: -50px;
  right: 80px;
}
@media (max-width: 900px) {
  .titre-asset::before {
    display: none;
  }
}
.product-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .product-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-text__img {
  width: 530px;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 900px) {
  .product-text__img {
    height: auto;
    margin-bottom: 20px;
  }
}
.product-text__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 900px) {
  .product-text__img img {
    height: auto;
  }
}
.product-text__text {
  width: calc(100% - 530px);
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .product-text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }
}
.product-text--inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .product-text--inverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-text--inverse .product-text__text {
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 900px) {
  .product-text--inverse .product-text__text {
    padding-right: 0;
  }
}
.fromage-asset {
  bottom: 100%;
  right: 0;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  position: absolute;
  max-width: 90%;
}
.top-asset-2 {
  margin-top: 200px;
}
@media (max-width: 900px) {
  .top-asset-2 {
    margin-top: 120px;
  }
}
.banner--center .banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-right: 0;
}
@media (max-width: 900px) {
  .banner--center .banner__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.banner--center .banner__container .useful-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.banner--center .h1,
.banner--center .p,
.banner--center p {
  color: white;
}
.banner--middle .banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-right: 0;
}
@media (max-width: 900px) {
  .banner--middle .banner__container {
    padding-left: 30px;
    padding-right: 30px;
    padding: 30px;
  }
}
.banner--middle .banner__container .useful-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.banner--middle .banner__citation {
  width: 772px;
  max-width: 100%;
  text-align: left;
}
.banner--middle .h1,
.banner--middle .p,
.banner--middle p {
  color: white;
}
@media (max-width: 500px) {
  .banner--middle--center {
    height: 450px;
  }
}
.banner--middle--center .banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-right: 0;
}
@media (max-width: 900px) {
  .banner--middle--center .banner__container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.banner--middle--center .banner__container .useful-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.banner--middle--center .banner__citation {
  max-width: 100%;
  text-align: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.banner--middle--center .banner__citation::before {
  position: initial;
  -webkit-transform: none;
  transform: none;
  margin-bottom: 20px;
}
.banner--middle--center .h1,
.banner--middle--center .p,
.banner--middle--center p {
  color: white;
}
.year-content,
.year-content-2 {
  margin-left: auto;
  margin-right: auto;
  width: 915px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f6f1;
  height: 330px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 900px) {
  .year-content,
  .year-content-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 500px;
    max-width: 100%;
    height: auto;
  }
}
.year-content::before,
.year-content-2::before {
  content: "";
  width: 250px;
  height: 91px;
  position: absolute;
  background-color: #622d50;
  bottom: -30px;
  left: -30px;
  z-index: -1;
}
.year-content::after,
.year-content-2::after {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/BOUCLE-DORE.svg);
  position: absolute;
  right: 40px;
  bottom: -20px;
}
.year-content__img,
.year-content-2__img {
  width: 55%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .year-content__img,
  .year-content-2__img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
  }
}
.year-content__img img,
.year-content-2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.year-content__text,
.year-content-2__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  padding: 40px;
}
@media (max-width: 900px) {
  .year-content__text,
  .year-content-2__text {
    width: 100%;
  }
}
.big-margin {
  margin-top: 200px;
}
.list-fromage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .list-fromage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.list-fromage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 12px;
}
.list-fromage__item img {
  width: 246px;
  height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}
.list-fromage__title {
  font-family: "fertigo-pro", serif;
  color: #c8a977;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.prod-text {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .prod-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.prod-text__img {
  width: 540px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .prod-text__img {
    margin-bottom: 40px;
  }
}
.prod-text__img img {
  width: 100%;
  height: auto;
}
.prod-text__text {
  width: calc(100% - 540px);
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .prod-text__text {
    padding-left: 0;
    width: 100%;
  }
}
.medailles {
  position: relative;
}
.medailles__asset {
  position: absolute;
  left: -5%;
  bottom: 100%;
}
@media (max-width: 900px) {
  .medailles__asset {
    display: none;
  }
}
.list-medailles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-medailles__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-medailles__item {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-medailles__img {
  width: 250px;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}
.list-medailles__title {
  font-weight: 700;
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}

.fb {
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #c8a977;
  border-radius: 100px;
  margin-left: 10px;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  transition: all 200ms ease-out;
}

.fb i {
  color: white;
  font-size: 20px;
}

.fb:hover {
  background-color: #622d50;
}

.share p {
  color: #333;
  font-size: 16px;
}

#printPage {
  color: #333;
  border-bottom: 1px solid;
  font-size: 16px;
}

.small-w {
  width: 770px;
  max-width: 100%;
}
.before-footer {
  height: 120px;
  background: #f9f6f1;
  margin-bottom: -120px;
}
.number {
  font-size: 130px;
  font-family: "fertigo-pro", serif;
  color: #622d50;
}
@media (max-width: 900px) {
  .number {
    font-size: 100px;
  }

  .share {
    display: none;
  }
}

.return {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}

.return a {
  color: #333;
  border-bottom: 1px solid;
}

.hov {
  transition: all 200ms ease-out;
}

.hov:hover {
  color: #622d50 !important;
}

.rect-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .rect-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
  }
}
.rect-img__img {
  width: 430px;
  height: 313px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 900px) {
  .rect-img__img {
    aspect-ratio: 5 / 3;
  }
}
.rect-img__img::before {
  content: "";
  width: 250px;
  height: 91px;
  position: absolute;
  background-color: #622d50;
  top: -30px;
  left: -30px;
  z-index: 1;
}
.rect-img__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.rect-img__text {
  width: calc(100% - 430px);
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .rect-img__text {
    padding-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }
}
.rect-img--inverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .rect-img--inverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.rect-img--inverse .rect-img__text {
  padding-left: 0;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 900px) {
  .rect-img--inverse .rect-img__text {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.rect-img--inverse .rect-img__img::before {
  right: -30px;
  left: auto;
}
.log-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .log-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.log-text img {
  margin-right: 20px;
}
@media (max-width: 900px) {
  .log-text img {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.log-text p {
  color: #c8a977;
  font-size: 21px;
  font-family: "fertigo-pro", serif;
  line-height: 25px;
}
.noeud {
  position: relative;
}
.noeud__asset {
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media (max-width: 900px) {
  .noeud__asset {
    display: none;
  }
}
@media (max-width: 900px) {
  .top-recette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-recette .img-text__img {
    margin-bottom: 30px;
  }
  .top-recette .img-text__text {
    margin-bottom: 0;
  }
}
.top-recette__product {
  margin-top: 30px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  padding-right: 50px;
}
@media (max-width: 900px) {
  .top-recette__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-right: 30px;
  }
}
.top-recette__product::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4000px;
  background-color: #f9f6f1;
  top: 0;
  right: 0;
}

.top-recette .img-text__img::after {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/BOUCLE-DORE.svg);
  position: absolute;
  bottom: 20px;
  right: 0;
  transform: translateX(50%);
  z-index: 2;
}

.ass .img-text__img::after {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/BOUCLE-DORE.svg);
  position: absolute;
  bottom: 20px;
  right: 0;
  transform: translateX(50%);
  z-index: 2;
}
@media (max-width: 900px) {
  .top-recette__product::before {
    right: -200px;
  }
  .top-recette .img-text__img::after {
    display: none;
  }
  .ass .img-text__img::after {
    display: none;
  }
}
.top-recette__product img {
  width: 192px;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}
.top-recette__product div {
  position: relative;
}
.top-recette__product div h3 {
  font-size: 21px;
  font-family: "fertigo-pro", serif;
  color: #c8a977;
  font-weight: 700;
}
.top-recette__product div p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.top-recette__spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .top-recette__spec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-recette__spec div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .top-recette__spec div {
    margin: 10px;
  }
}
.top-recette__spec div img {
  margin-right: 5px;
}
.top-recette__spec div p {
  font-weight: 700;
  color: #622d50;
  font-size: 20px;
}
.top-recette__spec div .difficult {
  margin: 0;
}
.top-recette__spec div .difficult img {
  margin-right: -8px;
}
.top-recette__spec div .difficult img:last-of-type {
  margin-right: 5px;
}
.top-recette__spec div .n1 img {
  opacity: 0.2 !important;
}
.top-recette__spec div .n1 img:first-of-type {
  opacity: 1 !important;
}
.top-recette__spec div .n2 img:last-of-type {
  opacity: 0.2 !important;
}
.recette {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .recette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
}
.recette__ul {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 70px;
}
@media (max-width: 900px) {
  .recette__ul {
    padding-right: 0;
    width: 100%;
  }
}
.recette__ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.recette__ul li {
  position: relative;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.recette__ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #c8a977;
  border-radius: 100px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recette__ul:last-of-type {
  width: 60%;
}
@media (max-width: 900px) {
  .recette__ul:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
}
.recette__prep {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.recette__prep div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.recette__prep div p {
  width: calc(100% - 31px);
}
.recette__prep div i {
  width: 21px;
  height: 21px;
  background-color: #c8a977;
  border-radius: 100px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.recette__prep div i p {
  width: auto;
  font-family: "fertigo-pro", serif;
  font-size: 21px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recette__bonap {
  font-family: "fertigo-pro", serif;
  font-size: 21px;
  color: #c8a977;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 20px;
}
.recette__title {
  font-family: "fertigo-pro", serif;
  font-size: 21px;
  color: #622d50;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.recette__title::before {
  bottom: 0;
  height: 2px;
  background-color: #622d50;
  width: 32px;
  left: 0;
  content: "";
  position: absolute;
}
.difficult.n1 img {
  opacity: 0.2 !important;
}
.difficult.n1 img:first-of-type {
  opacity: 1 !important;
}
.difficult.n2 img:last-of-type {
  opacity: 0.2 !important;
}
.triple-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.triple-r::before {
  content: "";
  width: 100%;
  height: 144px;
  background-color: #989851;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.triple-r__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.triple-r__card {
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  -webkit-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  margin: 20px;
}
.triple-r__img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
}
.triple-r__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.triple-r__text {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 265px);
}
.triple-r__text h3 {
  font-family: "fertigo-pro", serif;
  font-size: 20px;
  line-height: 24px;
  color: #c8a977;
  margin-bottom: 15px;
}
.triple-r__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.triple-r__spec p {
  font-size: 14px;
  font-weight: 600;
  color: #622d50;
}
.triple-r__spec img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 3px;
}
.triple-r__spec div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.triple-r__spec .difficult p {
  margin-left: -5px;
}
.triple-r__spec .difficult img {
  margin-right: -10px;
}
.triple-r__spec .difficult img:last-of-type {
  margin-right: 3px;
}
.triple-r--recherche .triple-r__container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.loading-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-weight: 600;
  z-index: 9999;
}
.spinner {
  border: 4px solid #cacaca;
  border-top: 4px solid #622d50;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin-right: 10px;
  margin-left: 10px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.recipe {
  width: 100%;
  margin-bottom: 20px;
}
.recipe .btn {
  margin-left: 20px;
  cursor: pointer;
}
.recipe__wrapper {
  position: relative;
  margin: 10px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #622d50;
  border-radius: 5px;
}
.recipe__wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #622d50;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.recipe__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recipe__container select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 10px;
  margin-top: 0;
  padding-right: 30px;
  border: none;
  border-radius: 5px;
  width: auto;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #622d50;
  position: relative;
}
.triple-r--recherche {
  min-height: 400px;
}
.triple-r--recherche::before {
  background-color: #f9f6f1;
  top: 50%;
  bottom: 0;
  width: 100%;
  height: 50%;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.triple-r--recherche .asset-recherche {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: -1;
}
.triple-r--recherche .asset-recherche2 {
  position: absolute;
  bottom: 50%;
  right: 100px;
}
@media (max-width: 900px) {
  .triple-r--recherche .asset-recherche2 {
    display: none;
  }
}
.nos-marques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.nos-marques__marques {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nos-marques__marques div {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.nos-marques__marques div img {
  width: 252px;
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.571);
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup .h2 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.popup .h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 55px;
  border-bottom: 1px solid #c8a977;
}
.popup__adresse {
  color: #622d50;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}
.popup__poste {
  color: #622d50;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 30px;
}
.popup__card {
  width: 950px;
  min-height: 580px;
  max-width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  position: relative;
}
@media (max-width: 900px) {
  .popup__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100vh;
    height: auto;
  }
}
.popup__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 355px);
  padding-left: 60px;
  text-align: left;
  height: 500px;
  overflow: scroll;
}
@media (max-width: 900px) {
  .popup__text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.popup .h3 {
  font-family: "fertigo-pro", serif;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .popup .h3 {
    font-size: 25px;
  }
}
.popup__img {
  width: 355px;
  aspect-ratio: 1 / 1;
  position: relative;
  max-width: 100%;
}
@media (max-width: 900px) {
  .popup__img {
    display: none;
  }
}
.popup__img::before {
  content: "";
  width: 250px;
  height: 91px;
  position: absolute;
  background-color: #622d50;
  bottom: -30px;
  left: -30px;
  z-index: 1;
}
.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 10px;
  background-color: #f9f6f1;
  z-index: 2;
  position: relative;
}
.popup__poids {
  font-size: 17px;
  font-weight: 600;
  color: #622d50;
  margin-bottom: 20px;
}
.popup__valeurs {
  font-size: 16px;
  font-weight: 600;
  color: #622d50;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.popup__tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
.popup__tab li {
  width: 100%;
  border-bottom: 2px solid #c8a977;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8px;
}
.popup__tab li:last-of-type {
  border-bottom: 0;
}
.popup__tab li .ligne {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.popup__tab li .ligne p {
  width: 60%;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #4d4d4d;
}
.popup__tab li .ligne p:last-of-type {
  width: 40%;
  font-weight: 400;
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 20px!important;
  height: 20px!important;
}
.map-btn {
  position: fixed;
  width: 241px;
  padding: 10px;
  background-color: #989851;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(76%) translateY(-50%);
  transform: translateX(76%) translateY(-50%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 10;
  cursor: pointer;
}
.map-btn img {
  margin-right: 10px;
}
.map-btn p {
  font-size: 20px;
  font-family: "fertigo-pro", serif;
  color: white;
  font-weight: 600;
}
.map-btn:hover {
  -webkit-transform: translateX(0) translateY(-50%) !important;
  transform: translateX(0) translateY(-50%) !important;
}
#searchInput {
  padding: 12px;
  border: 1px solid #622d50;
  margin-bottom: 50px;
  width: 300px;
  max-width: 100%;
}
#nearestStoreMessage {
  margin-bottom: 30px;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 19px;
}
.mentions {
  font-size: 15px;
  line-height: 19px;
}
.faq-header {
  font-size: 35px;
  font-family: "fertigo-pro", serif;
  border-bottom: 1px solid #c8a977;
  padding: 24px;
}
@media (max-width: 900px) {
  .faq-header {
    padding-left: 0;
    font-size: 25px;
  }
}
.faq-content {
  margin: 0 auto;
}
.faq-question {
  padding: 20px 0;
  border-bottom: 1px solid #c8a977;
}
@media (max-width: 900px) {
  .faq-question {
    padding: 10px 0;
  }
}
.panel-title {
  font-size: 20px;
  font-family: "fertigo-pro", serif;
  color: #622d50;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 68px;
  display: block;
  cursor: pointer;
}
@media (max-width: 900px) {
  .panel-title {
    font-size: 18px;
    line-height: 25px;
  }
}
.panel-content {
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #a89a84;
}
.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding: 14px;
  color: #4d4d4d;
  padding-top: 30px;
}
.plus {
  position: absolute;
  pointer-events: none;
  margin-left: 20px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #989851;
}
.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel {
  display: none;
}
.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}
.gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .carou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.carou__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 321px;
  margin-right: 30px;
}
@media (max-width: 900px) {
  .carou__text {
    max-width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
}
.carou__slider {
  width: 60%;
  position: relative;
}
@media (max-width: 900px) {
  .carou__slider {
    width: calc(100% + 60px);
    margin-right: 0px;
  }
}
.carou__slider::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 228px;
  background-color: #989851;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.glider-dots {
  position: absolute;
  right: 10%;
  top: -20px;
}
@media (max-width: 500px) {
  .glider-dots {
    display: none;
  }
}
.glider-dot {
  background-color: transparent !important;
  border: 1px solid #c8a977;
}
.glider-dot.active {
  background-color: #c8a977 !important;
  border: 1px solid #c8a977;
}
.glider {
  scrollbar-width: none;
  position: relative;
  padding-left: 20px;
}
.glider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
.glider__card {
  -webkit-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  transition: all 200ms ease-out;
}

.glider__title {
  transition: all 200ms ease-out;
}

.glider__card:hover {
  transform: translateY(-5px);
}

.glider__card:hover .glider__title {
  color: #622d50;
}

.triple-r__card {
  transition: all 200ms ease-out;
}

.triple-r__card:hover {
  transform: translateY(-5px) !important;
}

.triple-r__card h3 {
  transition: all 200ms ease-out;
}

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

.zoom {
  animation: zoom 2s infinite alternate; /* 2s pour la durée totale (1s pour chaque étape), alternate pour alterner entre zoom in et zoom out */
}

.triple-r__card:hover h3 {
  color: #622d50 !important;
}

.glider-2__card {
  transition: all 200ms ease-out;
}

.glider-2__title {
  transition: all 200ms ease-out;
}

.glider-2__card:hover {
  transform: translateY(-5px);
}

.glider-2__card:hover .glider-2__title {
  color: #622d50;
}

.glider__img {
  width: 100%;
  aspect-ratio: 11 / 10;
  -o-object-fit: cover;
  object-fit: cover;
}
.glider__title {
  padding: 15px;
  font-family: "fertigo-pro", serif;
  font-size: 20px;
  line-height: 24px;
  color: #c8a977;
}
.glider__spec {
  margin-top: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.glider__spec p {
  font-size: 14px;
  font-weight: 600;
  color: #622d50;
}
.glider__spec img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 3px;
}
.glider__spec div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.glider__spec .difficult img {
  margin-right: -10px;
}
.glider__spec .difficult img:last-of-type {
  margin-right: 3px;
}
.glider::-webkit-scrollbar {
  display: none;
}
.glider-2 {
  scrollbar-width: none;
  position: relative;
  width: 100%;
}
.glider-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
.glider-2__card {
  -webkit-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
}
.glider-2__img {
  width: 100%;
  aspect-ratio: 11 / 10;
  -o-object-fit: cover;
  object-fit: cover;
}
.glider-2__title {
  padding: 15px;
  font-family: "fertigo-pro", serif;
  font-size: 20px;
  line-height: 24px;
  color: #c8a977;
}
.glider-2__lieu {
  font-size: 14px;
  color: #622d50;
  font-weight: 700;
  margin-top: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.slider-elev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 15%;
}
@media (max-width: 900px) {
  .slider-elev {
    width: calc(100% + 30px);
    margin-right: -30px;
  }
}
.slider-elev::before {
  position: absolute;
  left: calc(15% + 40px);
  content: "";
  width: 100%;
  height: 228px;
  background-color: #c8a977;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.slider-elev2::before {
  left: 0;
  width: 10000px;
  background-color: #989851;
}
.section-histoire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fabric-home .year-content-2 {
  background-color: white !important;
}

@media (max-width: 900px) {
  .section-histoire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.section-histoire__img {
  width: 650px;
  height: 500px;
  position: relative;
  max-width: 100%;
}

.section-histoire__img::after {
  content: url(https://sevre-belle.fr/wp-content/uploads/2024/04/BOUCLE-DORE.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(160deg);
  z-index: 3;
}
@media (max-width: 900px) {
  .section-histoire__img {
    height: 250px;
    width: 330px;
  }
}
.section-histoire__img div {
  width: 308px;
  height: 128px;
  background-color: #c8a977;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 900px) {
  .section-histoire__img div {
    width: 155px;
    height: 65px;
  }
}
.section-histoire__img img:first-of-type {
  top: 30px;
  position: absolute;
  left: 0;
  width: 421px;
  height: 358px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 900px) {
  .section-histoire__img img:first-of-type {
    width: 60%;
    height: 60%;
    top: 20px;
  }
}
.section-histoire__img img:last-of-type {
  bottom: 0px;
  position: absolute;
  right: 20px;
  width: 317px;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 900px) {
  .section-histoire__img img:last-of-type {
    width: 50%;
    height: 85%;
  }
}
.section-histoire__text {
  width: calc(100% - 650px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 70px;
}
@media (max-width: 900px) {
  .section-histoire__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.cat__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 15px;
  width: 246px;
  background-color: white;
  cursor: pointer;
}
.cat__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
  padding-bottom: 20px;
  transition: all 200ms ease-out;
  height: 100%;
}

.cat__item:hover .cat__container {
  background-color: #f1eee7;
}

.cat__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}
.cat__title {
  font-size: 20px;
  color: #c8a977;
  line-height: 25px;
  font-weight: 600;
  font-family: "fertigo-pro", serif;
}
.margin-30 {
  margin-top: 30px;
}
.home-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post-list {
  width: 70%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-list__single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.post-list__single img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.post-list__single .h2 {
  margin-bottom: 20px;
}
.post-list__texte {
  font-family: "fertigo-pro", serif;
  font-size: 22px;
  color: white;
  font-weight: 700;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.post-list__date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #989851;
  width: 124px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "fertigo-pro", serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.post-list__article {
  width: calc(33.3% - 40px);
  aspect-ratio: 10 / 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .post-list__article {
    width: 100%;
  }
}
.post-list__article:hover .post-list__texte {
  color: #c8a977 !important;
}
.post-list__article:hover .post-list__content {
  padding-bottom: 35px;
}
.post-list__article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.622362)),
    color-stop(20%, rgba(0, 0, 0, 0.448693)),
    to(rgba(0, 0, 0, 0.146172))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.622362) 0%,
    rgba(0, 0, 0, 0.448693) 20%,
    rgba(0, 0, 0, 0.146172) 100%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.post-list__img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.single-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar {
  width: 30%;
  padding: 30px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sidebar__category-posts ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
}
.sidebar__category-posts ul li a {
  background-color: #989851;
  padding: 5px 10px;
  margin: 5px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
}
.sidebar div:last-of-type {
  margin-bottom: 0;
  width: 100%;
}
.sidebar__archives-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.search-form input[type="search"] {
  margin-top: 0;
}
.search-form span {
  display: none;
}
.search-form [type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #4d4d4d;
  position: relative;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page__form {
  width: 70%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-page__infos {
  width: 30%;
  padding: 30px;
  padding-top: 0;
  background-color: #622d50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-page__infos img {
  width: 100%;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.contact-page__ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  color: white;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page__ligne a,
.contact-page__ligne p {
  color: white;
  line-height: 22px;
}
.contact-page__ligne i {
  color: white;
  font-size: 25px;
  margin-right: 10px;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea,
form select {
  border: 1px solid;
  width: 100%;
  background-color: white;
  padding: 10px;
  margin-top: 1em;
}
.mentions-legales h1 {
  margin-bottom: 20px;
}
.mentions-legales h3 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mentions-legales p {
  margin-bottom: 6px;
}
.home-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-page .post-list {
  width: 100%;
  padding-right: 0;
}
.home-page .sidebar {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.home-page .sidebar .sidebar__recent-posts {
  width: 33.33%;
  padding-right: 50px;
}
.home-page .sidebar .sidebar__archives-posts {
  width: 33.33%;
  padding-right: 50px;
}
.home-page .sidebar .sidebar__category-posts {
  width: 33.33%;
  padding-right: 50px;
}
@media (max-width: 900px) {
  .gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .margin,
  .margin-150,
  .margin-30,
  .margin-0,
  .big-margin,
  .top-asset {
    padding-left: 30px;
    padding-right: 30px;
  }
  .big-margin {
    margin-top: 100px;
  }
  .contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-page__form {
    width: 100%;
    padding-right: 0;
  }
  .contact-page__infos {
    width: 100%;
  }
  .single-page {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
  .single-page .post-list {
    width: 100%;
  }
  .single-page .sidebar {
    width: 100%;
    padding: 0;
    margin-right: 20px;
  }
  .single-page .sidebar h2 {
    text-align: left;
  }
  .home-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page .sidebar h2 {
    text-align: left;
  }
  .home-page .sidebar .sidebar__recent-posts {
    width: 100%;
  }
  .home-page .sidebar .sidebar__archives-posts {
    width: 100%;
  }
  .home-page .sidebar .sidebar__category-posts {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .modif1 {
    margin-top: 120px !important;
  }
}
@media (max-width: 900px) {
  .first-m {
    margin-top: 0px !important;
  }
}
@media (max-width: 900px) {
  .first-m2 {
    margin-top: 30px !important;
  }
  .top-bar__container {
    padding-top: 3px !important;
  }
}
@media (max-width: 900px) {
  .second-m {
    margin-top: 100px !important;
  }

  html,
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 900px) {
  .list__asset {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@media (max-width: 500px) {
  .list__asset {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1200px) and (min-width: 900px) {
  .useful-width {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .list__asset {
    width: 40%;
  }
  .banner__asset {
    display: none !important;
  }
  .list__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fromage-asset {
    width: 70%;
  }
  .section-histoire__img {
    width: 400px;
  }
  .section-histoire__text {
    width: calc(100% - 400px);
  }
  .section-histoire__img img:first-of-type {
    top: 30px;
    position: absolute;
    left: 0;
    width: 60%;
    height: 70%;
  }
  .glider__spec div:first-of-type p {
    display: none;
  }
  .carou__text {
    padding-left: 30px;
  }
  .section-histoire__img img:last-of-type {
    width: 60%;
    height: 80%;
  }
  .section-histoire__img {
    height: 300px;
  }
  .top-recette__spec div p {
    font-size: 17px;
  }
  .top-recette__spec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-recette__product img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
  .fromage-asset {
    width: 60%;
  }
  .slider__title {
    font-size: 42px;
  }
  .slider__title strong {
    font-size: 21px;
  }
}
/*# sourceMappingURL=style.css.map */

.page-template-template-eleveurs .popup__card .popup__img img {
  padding: 0 !important;
}

.custom-info-window p {
  font-family: "fertigo-pro", serif;
  color: #622d50;
  font-weight: 600;
}

.custom-info-window a {
  color: #c8a977;
  border-bottom: 1px solid;
}

.field-photo {
  margin-top: 1em;
}
.pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 70px;
}
.pagination .page-numbers {
  font-family: "fertigo-pro", serif;
  font-size: 25px;
  font-weight: 500;
  margin: 8px;
  color: #989851;
}

.pagination .current {
  color: #622d50 !important;
}

/*************************************** POPUP ******/

.popup {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  inset:0;
  z-index: 9999;
  visibility: hidden;
  opacity: 1;
  overflow: hidden;
  transition: 0.64s ease-in-out;
}
.popup-inner {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  background-color: #fff;
  border-radius: 10px;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
}
.popupphoto {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup img {
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}
.popuptext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popuptext h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popuptext .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  color: white;
}

.popuptext h2 strong {
  font-weight: 600;
}
.popuptext p {
  font-size: 18px;
  color: #622d50;
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}

.popuptext a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.open2 {
  visibility: visible;
  opacity: 1;
  z-index: 1000000;
}
.open1 {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.closepopup {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #622d50;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.popup .h2::before {
  left: inherit !important;
}

@media (max-width: 600px) {
  .popup-inner {
    width: 90%;
    height: 90%;
    padding: 15px;
  }
  .popup-inner p {
    font-size: 14px;
  }
  .popup-inner .h2 {
    text-align: center;
  }
}
