@charset "UTF-8";
/*! JTTPLv5.2 CAPTAIN | STYLE.SCSS:CSS  | (c)jalis 2022 all rights reserved */
/*
* BASE
*/
/* Détermine la couleur à utiliser selon la couleur de fond / contenu */
/*
* TRANSITIONS ET ANIMATIONS
*/
/*
* RESPONSIVE
* ------------------
* ex. @include respond-to(large) OU @include respond-to(640px)
* respond-from permet de constuire en mobile first
*/
/*====== RECHERCHES =======*/
/* AJOUTS EJ5 */
/* CRATION DE FLECHES / TRIANGLES */
/* ZOOM DU DIAPORAMMA */
/* SYSTEME DE RATIOS POUR LA HAUTEUR */
/* systeme de ratio hauteur css */
/* FICHIER DE CONFIGURATION DU PROJET */
/*pour touch : ../img/interface/ */
/*parametres de la nav */
/* 
/!\ TAILLES DES BLOCS - utilisé pour créer des helpers et définir la taille du centrage
!! RIEN A VOIR AVEC LE RESPONSIVE !!
attention à ne pas trop rajouter de tailles, les helpers étant générés en fonctions
---
*/
/* 
/!\ TAILLES DE RESPONSIVE - TOUS LES NOMS DES HELPERS SE CREENT A PARTIE DE CE TABLEAU - ATTENTION
xxs 		: ('taille' : 320px, 'helper':false)
---
nom qui sera appliqué aux helpers et qui sera utilisé pour appeler cette taille dans le responsive
			   ----------------
			   taille en pixels pour le responsive
								 --------------
								 indique si le scss crée des helpers avec cette taille, 
								 ou si c'est juste pour être utilisé dans le responsive

								 -- Activation pour les helpers : Mettre le nom de la taille dans le paramètre helper 
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!jalisboilerplate*/
/***** VALEURS PAR DEFAUT *****/
br {
  letter-spacing: 0px;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, caption, table, tr, th, td, thead, tbody, tfoot, p, blockquote, cite, q, abbr, acronym, address, a, em, strong, img, ins, del, dfn, kbd, pre, xmp, code, form, fieldset, legend, label, object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

h1, h2, h3, h4, h5, h6, ol, ul, li {
  font-weight: normal;
}

p {
  margin: 0 0 15px;
}

li {
  list-style-type: none;
}

*::selection {
  background: #4d7c2a;
  color: white;
  text-shadow: none !important;
}

*::-moz-selection {
  background: #4d7c2a;
  color: white;
  text-shadow: none !important;
}

*::-webkit-selection {
  background: #4d7c2a;
  color: white;
  text-shadow: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
    height: 100%;
  }
}
/***** GRILLE *****/
.included {
  float: left;
  width: 25%;
  margin: 0 24px 0 0;
}
.included.floatright {
  float: right;
  margin: 0 0 0 24px;
}

/***** CLEAR *****/
.clear, .separateur, .clearfix {
  position: auto;
  display: block;
  *zoom: 1;
}
.clear:after, .separateur:after, .clearfix:after, .clear:before, .separateur:before, .clearfix:before {
  content: " ";
  display: table;
}
.clear:after, .separateur:after, .clearfix:after {
  clear: both;
}

.separateur {
  margin: 12px 0 12px 0;
  position: relative;
  display: block;
}

/*! main stylesheet */
/***** Z-INDEX *****/
body input#ouvre-footer {
  z-index: 40;
}
body .plan--arriere {
  z-index: 1;
}
body .plan--premier {
  z-index: 30;
}
body .plan--premier label[for=navCompatAlert] {
  z-index: 200;
}
body .plan--premier .intro {
  z-index: 100;
}
body .plan--premier header {
  z-index: 99;
}
body .plan--premier > *:not(header) {
  z-index: 1;
}
body .plan--premier ~ *:not(footer):not(.masque-site):not(.footer-jalis):not(#cookieChoiceInfo):not([class*=fancybox]) {
  z-index: 31;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  body.ouvre-filtre:not(.menu-active) .plan--premier header {
    z-index: 1;
  }
}
body footer {
  z-index: 20;
}
body .masque-site {
  z-index: 50;
}
body .footer-jalis {
  z-index: 60;
}
body #cookieChoiceInfo {
  z-index: 70;
}
body.contact .p-contact {
  display: none !important;
}
body.guide .p-guide {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/***** STRUCTURE *****/
body {
  position: relative;
  font-size: 15px;
  font-family: "Red Hat Display", sans-serif;
  text-align: left;
  background: #fff;
  color: #1d1d1b;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}
body.menu-active {
  overflow-y: hidden;
}
html.jgo-cssvhunit body {
  min-height: 100vh;
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
}
html.jgo-cssvhunit body .plan--premier {
  flex: 1 1 auto;
}
html.jgo-cssvhunit body footer {
  flex: 0 0 auto;
}
html.jgo-no-cssvhunit:not(.badios) body {
  min-height: calc(100% - 200px);
}

div, header, footer, section, nav, *[class^=bloc], *[class^=plan], *[class^=wrap], *[class^=txt] {
  position: relative;
  display: block;
}

.ti-post-meta,
.ti-post-likes {
  position: initial !important;
}

.ti-lightbox {
  z-index: 9999999 !important;
}

input.opener {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 280ms 0ms ease-in-out;
}

.plan--arriere {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1250ms 0ms ease-in-out;
}
body.loaded .plan--arriere {
  opacity: 1;
}
/* WRAPS */
*[class^=wrap]*[class*="--padding-y"] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.wrap {
  padding: 24px;
  /***** CENTRAGE  *****/
}
.wrap-centrage, .centrage {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

/***** FORMATS DES IMAGES *****/
/* RATIOS POUR IMAGE */
.grid-elem {
  /* 	Force le ratio pour s'adapter au grid  */
  position: relative;
  height: 100%;
  width: 100%;
}

/* UTILISATION DU MIXIN RESPATOR QUI CREE DES CLASSES AVEC SUFFIXES RESP
* voir _mixins.scss pour plus d'infos
* applique au ratio, ça veut dire par exemple qu'on peut faire un ratio--carre ratio-m ratio--pano-xl
* aka : changer de ratio à la volée
*/
.ratio, .ratio > img {
  aspect-ratio: auto 3/2;
}
@supports not (aspect-ratio: 3/2) {
  .ratio:before, .ratio > img:before {
    position: relative;
    display: block;
    padding-top: 66.6666666667%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio-s, .ratio > img-s {
    aspect-ratio: auto 3/2;
  }
  @supports not (aspect-ratio: 3/2) {
    .ratio-s:before, .ratio > img-s:before {
      position: relative;
      display: block;
      padding-top: 66.6666666667%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio-l, .ratio > img-l {
    aspect-ratio: auto 3/2;
  }
  @supports not (aspect-ratio: 3/2) {
    .ratio-l:before, .ratio > img-l:before {
      position: relative;
      display: block;
      padding-top: 66.6666666667%;
      content: "";
    }
  }
}

.ratio--portrait {
  aspect-ratio: 2/3;
}
@supports not (aspect-ratio: 2/3) {
  .ratio--portrait:before {
    position: relative;
    display: block;
    padding-top: 150%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--portrait-s {
    aspect-ratio: 2/3;
  }
  @supports not (aspect-ratio: 2/3) {
    .ratio--portrait-s:before {
      position: relative;
      display: block;
      padding-top: 150%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--portrait-l {
    aspect-ratio: 2/3;
  }
  @supports not (aspect-ratio: 2/3) {
    .ratio--portrait-l:before {
      position: relative;
      display: block;
      padding-top: 150%;
      content: "";
    }
  }
}

.ratio--4-3 {
  aspect-ratio: 4/3;
}
@supports not (aspect-ratio: 4/3) {
  .ratio--4-3:before {
    position: relative;
    display: block;
    padding-top: 75%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--4-3-s {
    aspect-ratio: 4/3;
  }
  @supports not (aspect-ratio: 4/3) {
    .ratio--4-3-s:before {
      position: relative;
      display: block;
      padding-top: 75%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--4-3-l {
    aspect-ratio: 4/3;
  }
  @supports not (aspect-ratio: 4/3) {
    .ratio--4-3-l:before {
      position: relative;
      display: block;
      padding-top: 75%;
      content: "";
    }
  }
}

.ratio--3-4 {
  aspect-ratio: 3/4;
}
@supports not (aspect-ratio: 3/4) {
  .ratio--3-4:before {
    position: relative;
    display: block;
    padding-top: 133.3333333333%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--3-4-s {
    aspect-ratio: 3/4;
  }
  @supports not (aspect-ratio: 3/4) {
    .ratio--3-4-s:before {
      position: relative;
      display: block;
      padding-top: 133.3333333333%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--3-4-l {
    aspect-ratio: 3/4;
  }
  @supports not (aspect-ratio: 3/4) {
    .ratio--3-4-l:before {
      position: relative;
      display: block;
      padding-top: 133.3333333333%;
      content: "";
    }
  }
}

.ratio--2-4 {
  aspect-ratio: 2/4;
}
@supports not (aspect-ratio: 2/4) {
  .ratio--2-4:before {
    position: relative;
    display: block;
    padding-top: 200%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--2-4-s {
    aspect-ratio: 2/4;
  }
  @supports not (aspect-ratio: 2/4) {
    .ratio--2-4-s:before {
      position: relative;
      display: block;
      padding-top: 200%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--2-4-l {
    aspect-ratio: 2/4;
  }
  @supports not (aspect-ratio: 2/4) {
    .ratio--2-4-l:before {
      position: relative;
      display: block;
      padding-top: 200%;
      content: "";
    }
  }
}

.ratio--formation {
  aspect-ratio: 5/1.5;
}
@supports not (aspect-ratio: 5/1.5) {
  .ratio--formation:before {
    position: relative;
    display: block;
    padding-top: 30%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--formation-s {
    aspect-ratio: 5/1.5;
  }
  @supports not (aspect-ratio: 5/1.5) {
    .ratio--formation-s:before {
      position: relative;
      display: block;
      padding-top: 30%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--formation-l {
    aspect-ratio: 5/1.5;
  }
  @supports not (aspect-ratio: 5/1.5) {
    .ratio--formation-l:before {
      position: relative;
      display: block;
      padding-top: 30%;
      content: "";
    }
  }
}

.ratio--carre {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .ratio--carre:before {
    position: relative;
    display: block;
    padding-top: 100%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--carre-s {
    aspect-ratio: 1/1;
  }
  @supports not (aspect-ratio: 1/1) {
    .ratio--carre-s:before {
      position: relative;
      display: block;
      padding-top: 100%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--carre-l {
    aspect-ratio: 1/1;
  }
  @supports not (aspect-ratio: 1/1) {
    .ratio--carre-l:before {
      position: relative;
      display: block;
      padding-top: 100%;
      content: "";
    }
  }
}

.ratio--pano {
  aspect-ratio: 10/4.5;
}
@supports not (aspect-ratio: 10/4.5) {
  .ratio--pano:before {
    position: relative;
    display: block;
    padding-top: 45%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--pano-s {
    aspect-ratio: 10/4.5;
  }
  @supports not (aspect-ratio: 10/4.5) {
    .ratio--pano-s:before {
      position: relative;
      display: block;
      padding-top: 45%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--pano-l {
    aspect-ratio: 10/4.5;
  }
  @supports not (aspect-ratio: 10/4.5) {
    .ratio--pano-l:before {
      position: relative;
      display: block;
      padding-top: 45%;
      content: "";
    }
  }
}

.ratio--long {
  aspect-ratio: 5/1;
}
@supports not (aspect-ratio: 5/1) {
  .ratio--long:before {
    position: relative;
    display: block;
    padding-top: 20%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--long-s {
    aspect-ratio: 5/1;
  }
  @supports not (aspect-ratio: 5/1) {
    .ratio--long-s:before {
      position: relative;
      display: block;
      padding-top: 20%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--long-l {
    aspect-ratio: 5/1;
  }
  @supports not (aspect-ratio: 5/1) {
    .ratio--long-l:before {
      position: relative;
      display: block;
      padding-top: 20%;
      content: "";
    }
  }
}

.ratio--video {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .ratio--video:before {
    position: relative;
    display: block;
    padding-top: 56.25%;
    content: "";
  }
}
@media only screen and (min-width: 640px) {
  .ratio--video-s {
    aspect-ratio: 16/9;
  }
  @supports not (aspect-ratio: 16/9) {
    .ratio--video-s:before {
      position: relative;
      display: block;
      padding-top: 56.25%;
      content: "";
    }
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--video-l {
    aspect-ratio: 16/9;
  }
  @supports not (aspect-ratio: 16/9) {
    .ratio--video-l:before {
      position: relative;
      display: block;
      padding-top: 56.25%;
      content: "";
    }
  }
}
.ratio--video > * {
  transform: scale(1.005);
}

.ratio--slideshow {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .ratio--slideshow:before {
    position: relative;
    display: block;
    padding-top: 100%;
    content: "";
  }
}
@media only screen and (min-width: 1025px) {
  .ratio--slideshow {
    aspect-ratio: 16/9;
  }
  @supports not (aspect-ratio: 16/9) {
    .ratio--slideshow:before {
      position: relative;
      display: block;
      padding-top: 56.25%;
      content: "";
    }
  }
}

/* .ratio, .ratio > img{
	@include respator{
	aspect-ratio: auto 3 / 2;
	}
	@supports not (aspect-ratio: 3 / 2) {
		@include respator{
			&:before{
				@include display;
				padding-top:getRatio(3, 2);
				content:'';
			}
		}
	}
}

.ratio--portrait{
	@include respator{
	aspect-ratio: 2 / 3;
	}
	@supports not (aspect-ratio: 2 / 3) {
		@include respator{
			&:before{
				@include display;
				padding-top:getRatio(2, 3);
				content:'';
			}
		}
	}
}

.ratio--carre{
	@include respator{
	aspect-ratio: 1 / 1;
	}
	@supports not (aspect-ratio: 1 / 1) {
		@include respator{
			&:before{
				@include display;
				padding-top:getRatio(1, 1);
				content:'';
			}
		}
	}
}

.ratio--pano{
	@include respator{
	aspect-ratio: 10 / 4.5;
	}
	@supports not (aspect-ratio: 10 / 4.5) {
		@include respator{
			&:before{
				@include display;
				padding-top:getRatio(10, 4.5);
				content:'';
			}
		}
	}
}

.ratio--long{
	@include respator{
	aspect-ratio: 5 / 1;
	}
	@supports not (aspect-ratio: 5 / 1) {
		@include respator{
			&:before{
				@include display;
				padding-top:getRatio(5, 1);
				content:'';
			}
		}
	}
}

.ratio--video{
	overflow:hidden;
	&:before{
		@include display;
		padding-top:getRatio(16, 9);
		content:'';
	}
	>* { transform: scale(1.005); }
}

 */
.fullscreen {
  position: relative;
  padding-bottom: 40.9%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
.fullscreen iframe, .fullscreen object, .fullscreen embed {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 100% !important;
}

.laGalerie {
  column-count: 3;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .laGalerie {
    column-count: 2;
  }
}

@media only screen and (min-width: 1025px) {
  .ann-cont {
    opacity: 0;
    transition: all ease 0.6s;
    transform: translate(0, 20px);
  }
  .ann:hover .ann-cont {
    opacity: 1;
    transform: translate(0, 0px);
  }
}

/*======= MISE EN PAGE GENERALE =======*/
.layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: initial;
}

.screen {
  opacity: 0;
  transition: all 280ms 0ms ease-in-out;
}
.screen.active {
  opacity: 1;
}

a, a:visited {
  color: #4d7c2a;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

*[class*=txt] a:hover, li a:hover {
  text-decoration: underline;
}
nav.nav *[class*=txt] a:hover, *[class*=txt] a:hover[class*=bt], nav.nav li a:hover, li a:hover[class*=bt] {
  text-decoration: none;
}

.bck-contact {
  position: absolute !important;
  min-height: 450px;
  left: 0;
  top: 0;
  right: 0;
  background: #e6e4dd;
}

.icon {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon.icon-star {
  color: #fdd835;
  font-size: 22px;
}
.icon.icon-star.drk {
  color: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1025px) {
  .backToTop {
    position: sticky;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 6px;
    margin-bottom: 9px;
    right: 9px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4d7c2a;
    z-index: 19;
    opacity: 0;
    margin-top: -71px;
    transform: translateY(100%);
    transition: all 280ms 0ms ease-in-out;
  }
  .scrolled .backToTop {
    transform: translate(0);
    opacity: 1;
    transition: all 280ms 0ms ease-in-out;
  }
  .backToTop .material-icons,
.backToTop .icon {
    color: white;
  }
}
.line {
  width: 48px;
  height: 2px;
  background: #4d7c2a;
  display: inline-block;
}

.border-custom {
  border-color: var(--borderCustom) !important;
}

.rotate {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-align: center;
}
body.ie8 .rotate {
  top: 24px;
}
@media only screen and (max-width: 1300px) and (min-width: 0px) {
  .rotate {
    display: none;
  }
}
.main section:nth-child(even) .rotate {
  right: 36px;
}
.main section:nth-child(odd) .rotate {
  left: 36px;
}

.main .strate-compl:nth-child(even) {
  background: #e6e4dd;
}

.prix {
  font-weight: bold;
  order: 2;
}
.prix span:last-of-type {
  font-size: 2em;
  font-weight: bold;
}

/* Helpers plus  */
.rond {
  border-radius: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .off_mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .off_desktop {
    display: none !important;
  }
}

.etoile .svg {
  height: 20px;
  margin: 0 2px;
}
.etoile .svg.noetoile .st0 {
  fill: #eaeaea;
}
.etoile .svg.noetoile .st1 {
  fill: #b5b5b5;
}

details > summary.summarySlice:after {
  content: "Lire la suite →";
  display: block;
  padding-top: 5px;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d7c2a !important;
}

details span {
  opacity: 0;
  transition: all ease 0.4s;
}

details[open] span {
  opacity: 1;
}
details[open] > summary:after {
  display: none;
}

/* Listing 2d */
.image-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
  transform: translate(-60px, 40px);
}
.right .image-absolute {
  left: 0;
  bottom: 0;
  transform: translate(60px, 40px) !important;
}

.txt-stroke {
  transition: all 280ms 0ms ease-in-out;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
  text-stroke: 1px rgba(0, 0, 0, 0.5);
  color: transparent !important;
}
.text-color-blanc .txt-stroke, .txt-stroke.text-color-blanc {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
  text-stroke: 1px rgba(255, 255, 255, 0.9);
}
.text-color-ton2 .txt-stroke, .txt-stroke .text-color-ton2 {
  -webkit-text-stroke: 1px #4d7c2a;
  text-stroke: 1px #4d7c2a;
}

/*======= GESTION DES TITRES =======*/
.headline-up {
  letter-spacing: 4px;
  text-transform: uppercase;
}

.headline-bandeau {
  font-size: 3em;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .headline-bandeau {
    font-size: 2em;
  }
}

.slogan.is-short {
  font-size: 4rem;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .slogan.is-short {
    font-size: 2rem;
  }
}
.slogan.is-medium {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .slogan.is-medium {
    font-size: 1.8rem;
  }
}
.slogan.is-long {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .slogan.is-long {
    font-size: 1.6rem;
  }
}

.headline-1 {
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .headline-1 {
    font-size: 2em;
  }
}

.headline-2 {
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .headline-2 {
    font-size: 1.25em;
  }
}

.headline-3 {
  font-size: 1.25em;
}

.headline-4 {
  font-size: 14pt;
}

.headline-ann {
  font-size: 1.25em;
  font-weight: bold;
  line-height: initial;
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .headline-ann {
    font-size: 1em;
  }
}
.headline-ann a {
  color: #1d1d1b;
}

.prefix {
  font-size: 0.6em;
}

.suffix {
  font-size: 0.6em;
}

@media only screen and (min-width: 1025px) {
  .fil-ariane-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
  }
  .fil-ariane-absolute a, .fil-ariane-absolute * {
    color: white;
  }
}

.fil-ariane {
  font-size: 12px;
}
.fil-ariane ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.fil-ariane ol li {
  display: inline;
}
.fil-ariane ol li + li::before {
  display: inline-block;
  margin: 0 0.35em;
  transform: rotate(15deg);
  border-right: 0.1em solid currentcolor;
  height: 0.8em;
  content: "";
}
.accueil .fil-ariane {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .fil-ariane {
    text-align: right;
  }
}
.fil-ariane h1 {
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
  color: color-check(#fff, 60%);
}
.fil-ariane h1 a, .fil-ariane h1 a:visited {
  color: black;
}

.fancybox-skin {
  border-radius: 0;
  padding: 0 !important;
}

.fancybox-title-float-wrap .child {
  border-radius: 0 !important;
  font-weight: 300 !important;
}

h2 {
  font-family: "Noto Serif", serif;
}

h3 {
  font-family: "Noto Serif", serif;
}

h4 {
  font-family: "Noto Serif", serif;
}

h5 {
  font-family: "Noto Serif", serif;
}

/*===== MODULES =====*/
/* BASE BLOC */
/*réglages pour bloc : */
*[class^=bloc].bloc--ton {
  background-color: #4d7c2a;
  padding: 24px;
  color: color-check(#4d7c2a, 85%);
}
*[class^=bloc].bloc--ton h2, *[class^=bloc].bloc--ton h2 > a, *[class^=bloc].bloc--ton h3, *[class^=bloc].bloc--ton h4, *[class^=bloc].bloc--ton a {
  color: color-check(#4d7c2a, 100%);
}
*[class^=bloc].bloc--ton2 {
  background-color: #3a5e1f;
  padding: 24px;
  color: color-check(#3a5e1f, 85%);
}
*[class^=bloc].bloc--ton2 h2, *[class^=bloc].bloc--ton2 h2 > a, *[class^=bloc].bloc--ton2 h3, *[class^=bloc].bloc--ton2 h4, *[class^=bloc].bloc--ton2 a {
  color: color-check(#3a5e1f, 100%);
}
*[class^=bloc].bloc--compl {
  background-color: #e6e4dd;
  padding: 24px;
  color: color-check(#e6e4dd, 85%);
}
*[class^=bloc].bloc--compl h2, *[class^=bloc].bloc--compl h2 > a, *[class^=bloc].bloc--compl h3, *[class^=bloc].bloc--compl h4, *[class^=bloc].bloc--compl a {
  color: color-check(#e6e4dd, 100%);
}
*[class^=bloc].bloc--blanc {
  background-color: white;
  padding: 24px;
  color: color-check(white, 85%);
}
*[class^=bloc].bloc--blanc h2, *[class^=bloc].bloc--blanc h2 > a, *[class^=bloc].bloc--blanc h3, *[class^=bloc].bloc--blanc h4, *[class^=bloc].bloc--blanc a {
  color: color-check(white, 100%);
}
*[class^=bloc].bloc--blanc h2, *[class^=bloc].bloc--blanc h2 > a, *[class^=bloc].bloc--blanc h3, *[class^=bloc].bloc--blanc h4, *[class^=bloc].bloc--blanc h5, *[class^=bloc].bloc--blanc a {
  color: #4d7c2a;
}
*[class^=bloc].bloc--noir {
  background-color: black;
  padding: 24px;
  color: color-check(black, 85%);
}
*[class^=bloc].bloc--noir h2, *[class^=bloc].bloc--noir h2 > a, *[class^=bloc].bloc--noir h3, *[class^=bloc].bloc--noir h4, *[class^=bloc].bloc--noir a {
  color: color-check(black, 100%);
}
*[class^=bloc].bloc--noir h2, *[class^=bloc].bloc--noir h2 > a, *[class^=bloc].bloc--noir h3, *[class^=bloc].bloc--noir h4, *[class^=bloc].bloc--noir h5, *[class^=bloc].bloc--noir a {
  color: #4d7c2a;
}

/* CACHES */
*[class^=cache] {
  position: absolute;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 280ms 0ms ease-in-out;
}
*[class^=cache].cache--sombre {
  background-color: rgba(0, 0, 0, 0.65);
}
*[class^=cache].cache--clair {
  background-color: rgba(255, 255, 255, 0.65);
}

.cursor-pointer {
  cursor: pointer;
}

@media only screen and (min-width: 640px) {
  .txt-col {
    column-count: 2;
    column-gap: 48px;
  }
}
.txt_contenu {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 27.75px;
  word-break: break-word;
  /*afficher les li + decalage*/
  /* format des liens dans un texte*/
}
.txt_contenu blockquote {
  font-style: italic;
  margin: 24px;
  border-left: 3px solid #4d7c2a;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin: 24px 0;
  font-size: 0.95em;
}
.txt_contenu iframe {
  width: 100%;
  height: unset !important;
  aspect-ratio: 19/9 !important;
}
.txt_contenu h2, .txt_contenu h3, .txt_contenu h4, .txt_contenu h5 {
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Red Hat Display", sans-serif;
}
.txt_contenu h2 {
  font-size: 27px;
}
.txt_contenu h3 {
  font-size: 22.5px;
}
.txt_contenu h4 {
  font-size: 18.75px;
}
.txt_contenu h5 {
  font-size: 16.5px;
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .txt_contenu h2 {
    font-size: 23.25px;
  }
  .txt_contenu h3 {
    font-size: 20.25px;
  }
  .txt_contenu h4 {
    font-size: 17.25px;
  }
  .txt_contenu h5 {
    font-size: 15.75px;
  }
}
.txt_contenu li {
  list-style: disc;
  margin: 12px 24px;
  line-height: 27.75px;
}
.txt_contenu a, .txt_contenu a:visited {
  font-weight: bold;
}
.txt_contenu a:hover {
  text-decoration: underline;
}
.txt_contenu img, .txt_contenu table {
  max-width: 100% !important;
}
.txt_contenu table {
  width: 100%;
  height: auto !important;
  overflow-x: auto;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .txt_contenu table.table_overflow_x {
    overflow-x: auto;
  }
  .txt_contenu table.table_overflow_x tr > td {
    min-width: 150px;
  }
}
.txt_contenu table tr > td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px 8px;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .txt_contenu table {
    position: relative;
    display: block;
    width: 100%;
    /* 	@include display-flex; */
    overflow-x: auto;
  }
}

.txt_masque {
  opacity: 0;
  transition: all 280ms 0ms ease-in-out;
}
.encart:hover .txt_masque, .ann:hover .txt_masque {
  opacity: 1;
  margin-bottom: 0 !important;
  transition: all 280ms 0ms ease-in-out;
}

/***** FORMAT IMAGES *****/
/* reset format images */
*[class*=img] {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
a *[class*=img] {
  cursor: pointer;
}
*[class*=img] > img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}

a[class^=img] {
  cursor: pointer !important;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background-color: #f2f2f2;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
  background-color: transparent;
}

img.lazyload:not([src]), .img > img:not([src]) {
  visibility: hidden;
}

picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
picture img {
  vertical-align: middle;
}
.img--back picture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* IMG BACK */
.img--back {
  overflow: hidden;
  text-align: inherit;
}
.img--back:not(.bg-contain) {
  background-color: #f2f2f2;
}
.img--back img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 280ms 0ms ease-in-out;
}
.img--back.image-fond {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.img--back.image-fond > div {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}
.img--back.image-fond > div::before {
  content: "";
  position: absolute;
  inset: -10px;
  background-size: cover;
  background-position: center;
  background-image: inherit;
  filter: blur(3px);
  transform: scale(1.05);
}
body:not(.ready) .img--back img[data-lazy], body:not(.ready) .img--back img[data-src], body:not(.ready) .img--back img[data-src-slide] {
  display: none;
}
body:not(.ready) .img--back > div:not(.panneau) {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
html.jgo-no-objectfit .img--back img {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ann:hover .img--back img {
  transform: scale(1.03);
}
@media only screen and (min-width: 640px) {
  .img--back-s {
    overflow: hidden;
    text-align: inherit;
  }
  .img--back-s:not(.bg-contain) {
    background-color: #f2f2f2;
  }
  .img--back-s img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 280ms 0ms ease-in-out;
  }
  .img--back-s.image-fond {
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .img--back-s.image-fond > div {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    pointer-events: none;
  }
  .img--back-s.image-fond > div::before {
    content: "";
    position: absolute;
    inset: -10px;
    background-size: cover;
    background-position: center;
    background-image: inherit;
    filter: blur(3px);
    transform: scale(1.05);
  }
  body:not(.ready) .img--back-s img[data-lazy], body:not(.ready) .img--back-s img[data-src], body:not(.ready) .img--back-s img[data-src-slide] {
    display: none;
  }
  body:not(.ready) .img--back-s > div:not(.panneau) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  html.jgo-no-objectfit .img--back-s img {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ann:hover .img--back-s img {
    transform: scale(1.03);
  }
}
@media only screen and (min-width: 1025px) {
  .img--back-l {
    overflow: hidden;
    text-align: inherit;
  }
  .img--back-l:not(.bg-contain) {
    background-color: #f2f2f2;
  }
  .img--back-l img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 280ms 0ms ease-in-out;
  }
  .img--back-l.image-fond {
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .img--back-l.image-fond > div {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    pointer-events: none;
  }
  .img--back-l.image-fond > div::before {
    content: "";
    position: absolute;
    inset: -10px;
    background-size: cover;
    background-position: center;
    background-image: inherit;
    filter: blur(3px);
    transform: scale(1.05);
  }
  body:not(.ready) .img--back-l img[data-lazy], body:not(.ready) .img--back-l img[data-src], body:not(.ready) .img--back-l img[data-src-slide] {
    display: none;
  }
  body:not(.ready) .img--back-l > div:not(.panneau) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  html.jgo-no-objectfit .img--back-l img {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ann:hover .img--back-l img {
    transform: scale(1.03);
  }
}

.img img {
  width: 100%;
  transition: all 280ms 0ms ease-in-out;
}
.ready.loaded .img img {
  opacity: 1;
}

.img--survol:after {
  position: absolute;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  content: " ";
  transition: all 125ms 0ms cubic-bezier(0, 0.005, 1, 1);
}
.img--survol:hover:after, .ann:hover .img--survol:after, .annonce:hover .img--survol:after {
  transition: all 125ms 0ms cubic-bezier(0, 0.005, 1, 1);
  background-color: rgba(255, 255, 255, 0.15);
}

.zoom > img {
  z-index: 1;
  opacity: 0;
}
.zoom > .fiche-img-cover {
  position: absolute !important;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: background-size 120ms ease-out;
  cursor: pointer;
}
.zoom:hover > .fiche-img-cover {
  display: block;
  background-size: 120% auto;
  transition: background-size 120ms ease-in;
}

/*======= FIN MEP GENERALE =======*/
/*======= HEADER =======*/
header {
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  header {
    position: sticky;
  }
}
@media only screen and (min-width: 1025px) {
  body.header-transparent header {
    position: fixed;
  }
}
header .header-bandeau {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  transition: all 280ms 0ms ease-in-out;
}
header .header-bandeau > .centrage {
  z-index: 3;
}
@media only screen and (min-width: 1025px) {
  body.header-transparent:not(.scrolled) header .header-bandeau {
    background: transparent;
    box-shadow: none;
  }
}
header .message-bandeau {
  overflow: hidden;
}
header .message-bandeau:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  content: attr(data-content);
  animation-name: bandeauDefilant;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: none;
  animation-delay: 0ms;
  animation-play-state: running;
}
body.ie8 header .message-bandeau:before {
  top: 24px;
}
header .message-bandeau:hover:before {
  animation-play-state: paused;
}
@-webkit-keyframes bandeauDefilant {
  0% {
    left: 100%;
    transform: translate(0, -50%);
  }
  100% {
    left: 0;
    transform: translate(-100%, -50%);
  }
}
@-moz-keyframes bandeauDefilant {
  0% {
    left: 100%;
    transform: translate(0, -50%);
  }
  100% {
    left: 0;
    transform: translate(-100%, -50%);
  }
}
@-ms-keyframes bandeauDefilant {
  0% {
    left: 100%;
    transform: translate(0, -50%);
  }
  100% {
    left: 0;
    transform: translate(-100%, -50%);
  }
}
@keyframes bandeauDefilant {
  0% {
    left: 100%;
    transform: translate(0, -50%);
  }
  100% {
    left: 0;
    transform: translate(-100%, -50%);
  }
}
header .header-line {
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  header .header-line {
    justify-content: flex-start;
    width: 100%;
  }
}

#logo, .logo {
  z-index: 2;
  width: 80%;
  max-width: 220px;
  transition: all 280ms 0ms ease-in-out;
}
#logo > a, .logo > a {
  position: relative;
  display: block;
}
#logo img, #logo svg, .logo img, .logo svg {
  position: relative;
  display: inline;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  body.header-transparent:not(.scrolled) #logo, body.header-transparent:not(.scrolled) .logo {
    filter: brightness(0) invert(1) !important;
    transition: all 280ms 0ms ease-in-out;
  }
}

.multi {
  z-index: 10;
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
}

#google_translate_element {
  max-width: 100%;
  margin-right: 48px;
  position: relative;
  display: inline-block;
  top: 5px;
}
#google_translate_element > * {
  opacity: 0;
}
#google_translate_element .goog-te-gadget-icon {
  width: 40px !important;
}
#google_translate_element:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 36px;
  content: " ";
  background: url(../img/interface/ico_uk.svg) no-repeat left 0px top 9px;
  background-size: 24px auto;
  padding: 0 6px 0 0;
  top: -5px;
}
#google_translate_element:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: " ";
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(135deg);
  top: 7px;
  left: 28px;
  pointer-events: none;
}
#google_translate_element .skiptranslate.goog-te-gadget {
  width: 0 !important;
}

#callback {
  position: relative;
  display: block;
  padding: 0 !important;
}

/*======= FIN HEADER =======*/
/*======= NAV =======*/
/* /!\ Attention, la nav est en mobile first ! */
nav.nav {
  z-index: 4;
  position: fixed;
  height: 100%;
  width: 100% !important;
  top: 0;
  margin: 0;
  box-sizing: border-box;
  z-index: 10001;
  background-color: white;
  padding-bottom: 140px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav {
    right: -50%;
  }
}
body.menu-active nav.nav {
  right: 0;
}
nav.nav > ul {
  position: relative;
  display: block;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  padding: 50px 5px 5px 5px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
nav.nav > ul > li {
  position: relative;
  display: block;
  z-index: 1;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #e6e4dd;
  /*sous menu*/
  /*ms touch*/
}
nav.nav > ul > li > a, nav.nav > ul > li > span, nav.nav > ul > li > span > a, nav.nav > ul > li > span > span {
  position: relative;
  display: block;
  z-index: 3;
}
nav.nav > ul > li > a, nav.nav > ul > li > span > a, nav.nav > ul > li > span > span {
  color: black;
  font-size: 1em;
  padding: 18px 0;
  margin: 0;
  background: transparent;
  overflow: hidden;
  text-align: center;
  transition: all 280ms 0ms ease-in-out;
}
nav.nav > ul > li > a:before, nav.nav > ul > li > span > a:before, nav.nav > ul > li > span > span:before {
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: #4d7c2a;
  content: " ";
  transition: all 280ms 0ms ease-in-out;
}
body.header-transparent:not(.scrolled) nav.nav > ul > li > a:before, body.header-transparent:not(.scrolled) nav.nav > ul > li > span > a:before, body.header-transparent:not(.scrolled) nav.nav > ul > li > span > span:before {
  background: white;
}
nav.nav > ul > li > a:after, nav.nav > ul > li > span > a:after, nav.nav > ul > li > span > span:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  content: " ";
  border-right: 1px solid black;
  border-top: 1px solid black;
  transform: rotate(0deg);
  top: 50%;
  right: 10px;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (min-width: 1025px) {
  nav.nav > ul > li > a:after, nav.nav > ul > li > span > a:after, nav.nav > ul > li > span > span:after {
    right: 2px;
  }
  body.header-transparent:not(.scrolled) nav.nav > ul > li > a:after, body.header-transparent:not(.scrolled) nav.nav > ul > li > span > a:after, body.header-transparent:not(.scrolled) nav.nav > ul > li > span > span:after {
    filter: invert(100%) brightness(100);
  }
}
nav.nav > ul > li > a:only-child:after, nav.nav > ul > li > span > a:only-child:after, nav.nav > ul > li > span > span:only-child:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  nav.nav > ul > li > a:not(:only-child), nav.nav > ul > li > span > a:not(:only-child), nav.nav > ul > li > span > span:not(:only-child) {
    padding-right: 18px;
  }
}
nav.nav > ul > li:first-of-type > a, nav.nav > ul > li:first-of-type > span > a, nav.nav > ul > li:first-of-type > span > span {
  /* pour exception menu premier lien*/
}
nav.nav > ul > li:last-of-type > a, nav.nav > ul > li:last-of-type > span > a, nav.nav > ul > li:last-of-type > span > span {
  /* pour exception menu dernier lien*/
}
nav.nav > ul > li:hover, nav.nav > ul > li.active {
  z-index: 100;
}
nav.nav > ul > li:hover > a, nav.nav > ul > li:hover > span > a, nav.nav > ul > li:hover > span > span, nav.nav > ul > li.active > a, nav.nav > ul > li.active > span > a, nav.nav > ul > li.active > span > span {
  color: #4d7c2a;
  background: transparent;
  transition: all 280ms 0ms ease-in-out;
}
nav.nav > ul > li:hover > a:after, nav.nav > ul > li:hover > span > a:after, nav.nav > ul > li:hover > span > span:after, nav.nav > ul > li.active > a:after, nav.nav > ul > li.active > span > a:after, nav.nav > ul > li.active > span > span:after {
  border-right-color: #4d7c2a;
  border-top-color: #4d7c2a;
}
nav.nav > ul > li:active > a, nav.nav > ul > li:active > span > a, nav.nav > ul > li:active > span > span {
  color: color-check(#4d7c2a, 20%);
  background: color-check(transparent, 20%);
  transition: all 280ms 0ms ease-in-out;
}
nav.nav > ul > li > ul, nav.nav > ul > li > span > ul {
  position: relative;
  display: block;
  transition: all 280ms 0ms ease-in-out;
  padding: 12px 0;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  nav.nav > ul > li > ul, nav.nav > ul > li > span > ul {
    padding: 0px 0 12px;
  }
}
nav.nav > ul > li > ul > li, nav.nav > ul > li > span > ul > li {
  position: relative;
  display: block;
}
nav.nav > ul > li > ul > li > a, nav.nav > ul > li > ul > li > span, nav.nav > ul > li > ul > li > span > a, nav.nav > ul > li > span > ul > li > a, nav.nav > ul > li > span > ul > li > span, nav.nav > ul > li > span > ul > li > span > a {
  position: relative;
  display: block;
}
nav.nav > ul > li > ul > li > a, nav.nav > ul > li > ul > li > span > a, nav.nav > ul > li > span > ul > li > a, nav.nav > ul > li > span > ul > li > span > a {
  padding: 12px 24px;
  color: black;
  background: transparent;
  text-align: center;
  font-size: 1em;
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (min-width: 1025px) {
  nav.nav > ul > li > ul > li > a:hover, nav.nav > ul > li > ul > li > span > a:hover, nav.nav > ul > li > span > ul > li > a:hover, nav.nav > ul > li > span > ul > li > span > a:hover {
    transform: translateX(6px);
  }
}
nav.nav > ul > li > ul > li > a:hover, nav.nav > ul > li > ul > li > a.active, nav.nav > ul > li > ul > li > span > a:hover, nav.nav > ul > li > ul > li > span > a.active, nav.nav > ul > li > span > ul > li > a:hover, nav.nav > ul > li > span > ul > li > a.active, nav.nav > ul > li > span > ul > li > span > a:hover, nav.nav > ul > li > span > ul > li > span > a.active {
  color: #4d7c2a;
  background: white;
}
nav.nav > ul > li > ul > li > a:active, nav.nav > ul > li > ul > li > span > a:active, nav.nav > ul > li > span > ul > li > a:active, nav.nav > ul > li > span > ul > li > span > a:active {
  background: color-check(white, 10%);
  color: color-check(#4d7c2a, 10%);
}
body.ie8 nav.nav > ul > li > ul, body.ie8 nav.nav > ul > li > span > ul {
  display: none;
}
nav.nav > ul > li:hover > ul, nav.nav > ul > li:hover > span > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 280ms 0ms ease-in-out;
}
body.ie8 nav.nav > ul > li:hover > ul, body.ie8 nav.nav > ul > li:hover > span > ul {
  display: block;
}
nav.nav > ul > li:active > ul, nav.nav > ul > li:active > span > ul {
  opacity: 1;
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (min-width: 1025px) {
  nav.nav {
    position: relative;
    background: transparent;
    height: auto;
    width: auto !important;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  body.header-transparent:not(.scrolled) nav.nav.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1025px) {
  nav.nav > ul {
    display: block;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    width: auto;
    max-width: none;
    padding: 0;
    overflow-y: inherit;
  }
  nav.nav > ul > li {
    flex: 1 1 auto;
    border: none;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  body.header-transparent:not(.scrolled) nav.nav > ul > li > a, body.header-transparent:not(.scrolled) nav.nav > ul > li > span > a, body.header-transparent:not(.scrolled) nav.nav > ul > li > span > span {
    color: white !important;
  }
}
@media only screen and (min-width: 1025px) {
  nav.nav > ul > li > ul {
    position: absolute;
    overflow: hidden;
    background: white;
    top: 100%;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  body.ie8 nav.nav > ul > li > ul {
    left: 0;
  }
  nav.nav > ul > li > ul > li > a, nav.nav > ul > li > ul > li > span > a, nav.nav > ul > li > ul > li > span > span {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: black;
    background-color: transparent;
  }
  nav.nav > ul > li > ul > li > a.header_laius, nav.nav > ul > li > ul > li > span > a.header_laius, nav.nav > ul > li > ul > li > span > span.header_laius {
    width: 220px;
    white-space: initial;
  }
}
@media only screen and (min-width: 1025px) {
  .header-bandeau:not(.header-centre) nav.nav > ul > li {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  nav.nav > ul > li:hover > a:before, nav.nav > ul > li:hover > span > a:before, nav.nav > ul > li:hover > span > span:before, nav.nav > ul > li.active > a:before, nav.nav > ul > li.active > span > a:before, nav.nav > ul > li.active > span > span:before {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  nav.nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}

body.menu-active .plan--premier nav {
  right: 0 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
  overflow: auto;
}

input#ouvre-footer:checked ~ #btMenu {
  z-index: 49;
}

/* bouton burger pour le menu */
#btMenu {
  position: fixed;
  display: block;
  z-index: 10002;
  top: 0;
  right: 0;
  padding: 16px 12px;
  background: #4d7c2a;
  transition: all 280ms 0ms ease-in-out;
  cursor: pointer;
}
#btMenu > span {
  position: relative;
  display: block;
  width: 24px;
  height: 15px;
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  justify-content: space-between;
}
#btMenu > span > span {
  position: relative;
  display: block;
  height: 1px;
  background: white;
  flex: 0 0 auto;
  transition: all 280ms 0ms ease-in-out;
}
#btMenu:after {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  content: "MENU";
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 0;
  opacity: 1;
  background: #4d7c2a;
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (min-width: 1025px) {
  #btMenu {
    display: none;
  }
}

/* Ici tous les effets et changement lorsque le menu mobile s'ouvre */
body.menu-active.scrolled {
  opacity: 1;
}
body.menu-active.scrolled:after {
  opacity: 1;
  transform: translateY(0);
}
body.menu-active nav.nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.menu-active #btMenu > span {
  height: 17px;
}
body.menu-active #btMenu > span > span:nth-child(1) {
  transform-origin: 0% 0%;
  transform: rotate(45deg) translateX(2px) translateY(-4px);
}
body.menu-active #btMenu > span > span:nth-child(3) {
  transform-origin: 0% 100%;
  transform: rotate(-45deg) translateX(3px) translateY(3px);
}
body.menu-active #btMenu > span > span:nth-child(2) {
  opacity: 0;
}
body.menu-active header.is-scrolled {
  /* 		nav.nav > ul{
  			&:before{
  				@include absolute($position:fixed, $height:93px, $z-index:200);
  				background:$col-fond;
  				content:' ';
  			}
  		} */
}
body.menu-active header.is-scrolled #btMenu {
  top: 24px;
}
body.menu-active ~ footer, body.menu-active ~ .footer-jalis {
  display: none;
}

/*======= FIN NAV =======*/
/*===== ENCARTS =====*/
.encart {
  position: relative;
  display: block;
  transition: all 280ms 0ms ease-in-out;
  overflow: hidden;
}
.encart img {
  z-index: 1;
}
.encart .cache {
  z-index: 2;
}
.encart .encart-cnt {
  position: absolute;
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  justify-content: center;
}
.encart .encart-cnt:not(.no-padding) {
  padding: 10px;
}
@media only screen and (min-width: 800px) {
  .encart .encart-cnt .txt_contenu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 16px;
  }
  .encart .encart-cnt:hover .txt_contenu {
    height: auto;
    opacity: 1;
  }
}
.encart .encart-cnt > span {
  position: relative;
  display: block;
  box-sizing: border-box;
}
@media only screen and (min-width: 1025px) {
  .encart.out .cache {
    background-color: rgba(0, 0, 0, 0);
  }
}
.encart:hover {
  transform: translateY(6px);
}
.encart:hover .cache {
  background-color: rgba(0, 0, 0, 0.6);
}
.encart:hover.out .cache {
  background-color: rgba(255, 255, 255, 0.2);
}
.encart:hover .icon {
  color: #4d7c2a;
}

.encart_select {
  transform: translateX(0);
  transition: all 280ms 0ms ease-in-out;
}
.encart_select:hover {
  transform: translateX(10px);
}

/*** ENCARTS ACCORDEON ****/
@media only screen and (min-width: 1025px) {
  .section-encarts .flex-accordeon {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .section-encarts .flex-accordeon {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section-encarts .encart.accordeon {
  transition: all 280ms 0ms ease-in-out;
  transform: translate(0);
  flex-grow: 1;
}
@media only screen and (min-width: 1025px) {
  .section-encarts .encart.accordeon {
    height: 70vh;
    min-height: 200px;
  }
}
.section-encarts .encart.accordeon .txt_masque {
  transition: all 280ms 0ms ease-in-out;
}
.section-encarts .encart.accordeon .cache {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.section-encarts .encart.accordeon:hover {
  flex-grow: 1.3;
}
.section-encarts .encart.accordeon:hover .txt_masque {
  transition: all 280ms 500ms ease-in-out;
}
.section-encarts .encart.accordeon:hover .cache {
  background-color: rgba(0, 0, 0, 0.6);
}

/*======= PETITES CHOSES =======*/
/* MINIATURES */
*[class*=miniatures] {
  /* parametres miniatures */
}
*[class*=miniatures] *[class^=img] {
  transition: all 125ms 0ms cubic-bezier(0, 0.005, 1, 1);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0) inset;
}
*[class*=miniatures] *[class^=img]:hover {
  z-index: 90;
  transition: all 125ms 0ms cubic-bezier(0, 0.005, 1, 1);
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  *[class*=miniatures].miniatures--slide, .grille-images *[class*=miniatures] {
    position: relative;
    display: block;
    width: 100%;
    display: block;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    overflow-x: auto;
  }
  *[class*=miniatures].miniatures--slide *[class^=img], .grille-images *[class*=miniatures] *[class^=img] {
    width: calc( 100% - 24px );
    flex: none;
  }
  *[class*=miniatures].miniatures--slide *[class^=img] ~ *[class*=img], .grille-images *[class*=miniatures] *[class^=img] ~ *[class*=img] {
    margin-left: 8px;
  }
  *[class*=miniatures].miniatures--slide *[class^=img] > img, .grille-images *[class*=miniatures] *[class^=img] > img {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
  }
  html.jgo-object-fit *[class*=miniatures].miniatures--slide *[class^=img] > img, html.jgo-object-fit .grille-images *[class*=miniatures] *[class^=img] > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.grille-images {
  /* parametres miniatures */
}
@media only screen and (min-width: 1025px) {
  .grille-images {
    display: block;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
  }
  .grille-images > *[class*=miniatures] {
    flex: 0 0 7%;
    flex-direction: column;
    margin: 0 8px 0 0;
  }
  .grille-images > *[class*=miniatures].ratio:before {
    display: none;
  }
  .grille-images > *[class*=miniatures] *[class^=img] {
    width: auto;
    float: none;
  }
  .grille-images > *[class*=miniatures] *[class^=img] ~ *[class*=img] {
    margin-top: 8px;
    margin-left: 0;
  }
  .grille-images > *[class*=miniatures] *[class^=img] > img {
    position: relative;
    height: auto;
    object-fit: none;
  }
  .grille-images > .fiche-img {
    position: relative;
    display: block;
    flex: 1 1 auto;
  }
}

.laius {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-top: 20vh;
  padding-bottom: 20vh;
}
.laius .cache {
  z-index: 51;
}

.laius-cnt {
  z-index: 52;
}

.layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: initial;
}

iframe[src*=maps], iframe[src*=you], iframe[src*=daily], iframe[src*=vimeo], iframe[src*=facebook] {
  width: 100% !important;
}
*[class*=ratio] iframe[src*=maps], *[class*=ratio] iframe[src*=you], *[class*=ratio] iframe[src*=daily], *[class*=ratio] iframe[src*=vimeo], *[class*=ratio] iframe[src*=facebook] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100% !important;
}

.iframe {
  overflow: hidden;
}
.iframe > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.google_map_api {
  width: 100% !important;
}
*[class*=ratio] .google_map_api {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100% !important;
}

@media only screen and (min-width: 1025px) {
  .sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: calc(113px + 48px );
  }
}

.counter:after {
  content: attr(data-suffix);
  top: 0%;
  left: 89%;
  white-space: nowrap;
  color: #1d1d1b;
  font-family: "Noto Serif", serif;
  transition: all 280ms 0ms ease-in-out;
  font-size: 37px;
}

.tooltip:after {
  content: attr(tooltip-data);
  position: absolute;
  display: block;
  bottom: 50%;
  left: 0;
  white-space: nowrap;
  background: #4d7c2a;
  padding: 5px 10px;
  opacity: 0;
  transition: all 280ms 0ms ease-in-out;
}
.tooltip:hover:after {
  bottom: 105%;
  bottom: calc(100% + 6px);
  opacity: 1;
}
.tooltip[tooltip-position=bottom]:after {
  bottom: auto;
  top: 50%;
}
.tooltip[tooltip-position=bottom]:hover:after {
  top: 105%;
  top: calc(100% + 6px);
}

/* pointeur our elements qui scrollent lors d'un clic */
.go {
  cursor: pointer;
}

.mention {
  text-align: center;
  color: lighter;
  font-style: italic;
  margin: 10px 0 0 0;
}
.mention.mention2 {
  text-align: left;
  font-size: smaller;
}

/*======= FIN CONTENU =======*/
.accueil-selector {
  background-color: rgba(6, 6, 6, 0.4);
  position: absolute;
  display: block;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1s 0ms ease-in-out;
}

.text-color-ton2 {
  color: #3a5e1f !important;
}

.capsule-hero {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(207, 225, 182, 0.2);
  color: white;
  font-weight: 800;
  font-size: 0.7rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-title {
  font-size: clamp(45px, 5.5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  max-width: 75%;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .hero-title {
    max-width: 100%;
  }
}

.bts-hero {
  width: 100%;
}

.bt-hero-primary {
  background-color: #2a4314;
  color: white;
  padding: 18px 36px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 4px !important;
}
.bt-hero-primary:hover {
  background-color: #1b2b0d;
}
.bt-hero-primary:active {
  background-color: rgba(42, 67, 20, 0.5);
}
.bt-hero-primary.bg-ton2 {
  background-color: #3a5e1f !important;
  color: #4d7c2a !important;
}
.header-bandeau .bt-hero-primary {
  padding: 10px 20px !important;
}

.bt-hero-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: white !important;
  padding: 18px 36px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 4px;
  transition: all 280ms 0ms ease-in-out;
}
.bt-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
}

.swiper-pagination-hero {
  position: absolute !important;
  z-index: 10 !important;
  bottom: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
}
.swiper-pagination-hero .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 0 5px !important;
  transition: all 280ms 0ms ease-in-out;
}
.swiper-pagination-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cfe1b6;
  width: 50px;
}

.encart-modern {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.4s 0ms ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.encart-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.encart-modern:hover .img--back {
  transform: scale(1.05);
}
.encart-modern .img--back {
  transition: all 0.6s 0ms ease-in-out;
}
.encart-modern .encart-content {
  padding: clamp(16px, 2vw, 30px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #e6e4dd !important;
}
.encart-modern .encart-title {
  font-size: clamp(1rem, 1.1rem, 1.6rem);
  font-weight: 800;
  color: #4d7c2a;
  margin: 0;
}
.encart-modern .encart-text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(77, 124, 42, 0.7);
}
.encart-modern .encart-link {
  margin-top: auto;
  padding-top: 20px;
}
.encart-modern .encart-link .link-label {
  font-weight: 800;
  color: #3a5e1f;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}
.encart-modern .encart-link .link-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #cfe1b6;
  transition: all 280ms 0ms ease-in-out;
}
.encart-modern:hover .link-label:after {
  width: 100%;
}

.edito-modern .edito-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.1;
  font-weight: 800;
  color: #4d7c2a;
}
.edito-modern .edito-stats .stat-item {
  position: relative;
  padding-left: 24px;
  min-width: 150px;
}
.edito-modern .edito-stats .stat-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #2a4314;
  border-radius: 4px;
}
.edito-modern .edito-stats .stat-number {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}
.edito-modern .edito-stats .stat-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(77, 124, 42, 0.5);
  letter-spacing: 1px;
  margin-top: 8px;
}
.edito-modern .edito-grid .grid-col {
  flex: 1;
}
.edito-modern .edito-grid .grid-col.grid-col-left {
  transform: translateY(40px);
}
.edito-modern .edito-grid .grid-col.grid-col-right {
  transform: translateY(-40px);
}
.edito-modern .edito-grid .grid-item {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  transition: all 280ms 0ms ease-in-out;
}
.edito-modern .edito-grid .grid-item:hover {
  transform: scale(1.03);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .edito-modern .edito-grid {
    margin-top: 40px;
  }
  .edito-modern .grid-col {
    transform: none !important;
  }
}

.normal-gap {
  gap: 24px;
}

.small-gap {
  gap: 12px;
}

.big-gap {
  gap: 48px;
}

.no-gap {
  gap: 0;
}

.numbers {
  display: inline-flex;
  align-items: center;
}
.numbers span.linner {
  width: 20px;
  margin: 0 10px;
  height: 1px;
  background: white;
}

/*======= SYSTEME D'ANNONCES =======*/
*[class*=grid][class*=from2] > * {
  width: calc(50% - 6px);
}
*[class*=grid][class*=from2] > *:nth-of-type(2n+1) {
  margin-left: 0;
}
*[class*=grid][class*=from2] > *:not(:nth-of-type(2n+1)) {
  margin-left: 12px;
}
*[class*=grid][class*=from3] > * {
  width: calc(33.3333333333% - 8px);
}
*[class*=grid][class*=from3] > *:nth-of-type(3n+1) {
  margin-left: 0;
}
*[class*=grid][class*=from3] > *:not(:nth-of-type(3n+1)) {
  margin-left: 12px;
}
*[class*=grid][class*=from4] > * {
  width: calc(25% - 9px);
}
*[class*=grid][class*=from4] > *:nth-of-type(4n+1) {
  margin-left: 0;
}
*[class*=grid][class*=from4] > *:not(:nth-of-type(4n+1)) {
  margin-left: 12px;
}
*[class*=grid][class*=from5] > * {
  width: calc(20% - 9.6px);
}
*[class*=grid][class*=from5] > *:nth-of-type(5n+1) {
  margin-left: 0;
}
*[class*=grid][class*=from5] > *:not(:nth-of-type(5n+1)) {
  margin-left: 12px;
}
*[class*=grid][class*=from6] > * {
  width: calc(16.6666666667% - 10px);
}
*[class*=grid][class*=from6] > *:nth-of-type(6n+1) {
  margin-left: 0;
}
*[class*=grid][class*=from6] > *:not(:nth-of-type(6n+1)) {
  margin-left: 12px;
}
@media only screen and (min-width: 640px) {
  *[class*=grid][class*=through2-s] > * {
    width: calc(50% - 6px);
  }
  *[class*=grid][class*=through2-s] > *:nth-of-type(2n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through2-s] > *:not(:nth-of-type(2n+1)) {
    margin-left: 12px;
  }
  *[class*=grid][class*=through3-s] > * {
    width: calc(33.3333333333% - 8px);
  }
  *[class*=grid][class*=through3-s] > *:nth-of-type(3n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through3-s] > *:not(:nth-of-type(3n+1)) {
    margin-left: 12px;
  }
  *[class*=grid][class*=through4-s] > * {
    width: calc(25% - 9px);
  }
  *[class*=grid][class*=through4-s] > *:nth-of-type(4n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through4-s] > *:not(:nth-of-type(4n+1)) {
    margin-left: 12px;
  }
  *[class*=grid][class*=through5-s] > * {
    width: calc(20% - 9.6px);
  }
  *[class*=grid][class*=through5-s] > *:nth-of-type(5n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through5-s] > *:not(:nth-of-type(5n+1)) {
    margin-left: 12px;
  }
  *[class*=grid][class*=through6-s] > * {
    width: calc(16.6666666667% - 10px);
  }
  *[class*=grid][class*=through6-s] > *:nth-of-type(6n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through6-s] > *:not(:nth-of-type(6n+1)) {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  *[class*=grid][class*=through2-l] > * {
    width: calc(50% - 6px);
  }
  *[class*=grid][class*=through2-l] > *:nth-of-type(2n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through2-l] > *:not(:nth-of-type(2n+1)) {
    margin-left: 12px;
  }
  *[class*=grid][class*=through3-l] > * {
    width: calc(33.3333333333% - 8px);
  }
  *[class*=grid][class*=through3-l] > *:nth-of-type(3n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through3-l] > *:not(:nth-of-type(3n+1)) {
    margin-left: 12px;
  }
  *[class*=grid][class*=through4-l] > * {
    width: calc(25% - 9px);
  }
  *[class*=grid][class*=through4-l] > *:nth-of-type(4n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through4-l] > *:not(:nth-of-type(4n+1)) {
    margin-left: 12px;
  }
  *[class*=grid][class*=through5-l] > * {
    width: calc(20% - 9.6px);
  }
  *[class*=grid][class*=through5-l] > *:nth-of-type(5n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through5-l] > *:not(:nth-of-type(5n+1)) {
    margin-left: 12px;
  }
  *[class*=grid][class*=through6-l] > * {
    width: calc(16.6666666667% - 10px);
  }
  *[class*=grid][class*=through6-l] > *:nth-of-type(6n+1) {
    margin-left: 0;
  }
  *[class*=grid][class*=through6-l] > *:not(:nth-of-type(6n+1)) {
    margin-left: 12px;
  }
}

/*annonces*/
.ann {
  position: relative;
  display: block;
  width: 100%;
  transition: all 280ms 0ms ease-in-out;
}
.ann.survol .ann-texte {
  overflow: hidden;
  max-height: 0;
  transition: all 1s 0ms cubic-bezier(0, 0, 0.025, 1.02);
}
.ann:hover.survol .ann-texte {
  max-height: 500px;
}

.ann-elem {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.ann-titre {
  position: relative;
  display: block;
}

.ann-detail {
  position: relative;
  display: block;
  color: color-check(#fff, 50%);
  font-weight: bold;
}

.deco-carte {
  position: relative;
  display: block;
  flex: 1 1 auto;
  height: 1px;
  min-width: 30px;
  margin: 0 15px;
  border-bottom: 2px dotted;
}
.ann_carte .deco-carte {
  min-width: 60px;
}

.custom-hover-annonce {
  transform: scale(1);
  transition: all ease 0.5s;
  opacity: 0;
}
.ann:hover .custom-hover-annonce {
  opacity: 1;
  transform: scale(1.05);
  transition: all ease 0.5s;
}
.custom-hover-annonce.effet-1 {
  transform: scale(1);
  clip-path: polygon(50% 50%, 50% 0, 0 0, 0 0, 50% 0%, 50% 50%, 50% 100%, 100% 100%, 100% 100%, 50% 100%);
}
.ann:hover .custom-hover-annonce.effet-1 {
  -webkit-clip-path: polygon(50% 50%, 50% 0, 0 0, 0 100%, 50% 100%, 50% 50%, 50% 100%, 100% 100%, 100% 0, 50% 0);
  clip-path: polygon(50% 50%, 50% 0, 0 0, 0 100%, 50% 100%, 50% 50%, 50% 100%, 100% 100%, 100% 0, 50% 0);
}
.custom-hover-annonce.effet-2 {
  transform: scale(1);
  clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 0, 100% 0, 100% 0, 0 0, 0 0, 0 100%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 100%, 0 0);
}
.ann:hover .custom-hover-annonce.effet-2 {
  clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 50% 50%, 0 0, 0 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%, 50% 50%, 0 0, 0 0);
}
.custom-hover-annonce.effet-3 {
  transform: scale(1);
  clip-path: polygon(25% 0, 0 0, 0 100%, 0% 100%, 0% 0, 75% 0, 100% 0, 100% 100%, 100% 100%, 100% 0);
}
.ann:hover .custom-hover-annonce.effet-3 {
  clip-path: polygon(50% 0, 0 0, 0 100%, 50% 100%, 50% 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 50% 0);
}

.encc {
  aspect-ratio: auto 1/1;
}

/* PANNEAUX*/
.ann-img-panneau, .panneau {
  position: absolute;
  display: block;
  z-index: 10;
  top: 12px;
  left: 12px;
}
@media only screen and (min-width: 1025px) {
  .fiche-immo .ann-img-panneau, .fiche-immo .panneau {
    top: 96px;
  }
}
.ann-img-panneau.relative, .panneau.relative {
  position: relative !important;
  left: auto;
  top: auto;
  align-items: center;
}
.ann-img-panneau > span, .panneau > span {
  position: relative;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.ann-img-panneau > span.selection, .panneau > span.selection {
  background-color: #4d7c2a;
}
.ann-img-panneau > span.coup_de_coeur, .panneau > span.coup_de_coeur {
  background-color: #4d7c2a;
}
.ann-img-panneau > span.exclusivite, .panneau > span.exclusivite {
  background-color: #4d7c2a;
}
.ann-img-panneau > span.promotion, .panneau > span.promotion {
  background-color: #4d7c2a;
}
.ann-img-panneau > span.vendu, .panneau > span.vendu {
  background-color: #ff3333;
}

/*======= FIN ANNONCES =======*/
/*======= PAGINATION  / FILTRES =======*/
.filtre_liste {
  transition: all 200ms ease;
  /* équivalent à l'include trans si besoin */
}

.filtre_accordeon.open + .filtre_liste {
  margin-bottom: 0 !important;
}

.filtre_accordeon span.moins {
  width: 13px;
  height: 13px;
  background: white;
  position: relative;
  display: inline-block;
}
.filtre_accordeon span.moins:before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute !important;
  width: 100%;
  height: 2px;
  background: #1d1d1b;
}
body.ie8 .filtre_accordeon span.moins:before {
  top: 24px;
}
.filtre_accordeon span.moins:after {
  content: "";
  position: absolute !important;
  height: 100%;
  top: 0;
  width: 2px;
  background: #1d1d1b;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 280ms 0ms ease-in-out;
}
body.ie8 .filtre_accordeon span.moins:after {
  left: 0;
  top: 0;
}
.filtre_accordeon.open span.moins:after {
  height: 0;
}

.filter_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100 !important;
  transform: translate(-100%);
  transition: all 500ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.ouvre-filtre .filter_mobile {
  transform: translate(0);
}
.filter_mobile .filterNav {
  padding: 20px 20px 90px 20px;
  width: 50%;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  overflow: auto;
}
@media only screen and (max-width: 700px) and (min-width: 0px) {
  .filter_mobile .filterNav {
    width: 88%;
  }
}

body.ferme-filtre .filter_close_elem {
  overflow-x: clip;
  max-width: 0;
  margin-right: 0 !important;
}

#filterClose .bt::before {
  content: "Trier";
}

/*======= FIN PAGINATION  / FILTRES =======*/
/*======= FAVORIS / PANIER =======*/
/* Taille du picto Coeur dans les listings */
.ann .addFavori {
  position: absolute;
  display: block;
  z-index: 10;
  top: 12px;
  right: 12px;
  width: 35px;
  height: 35px;
  z-index: 15;
  cursor: pointer;
}
body:not(.favoris--fiche) .addFavori {
  position: absolute;
  display: block;
  z-index: 10;
  top: 12px;
  right: 12px;
  width: 35px;
  height: 35px;
  z-index: 15;
  cursor: pointer;
}
body.favoris--fiche .addFavori {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  body.favoris--fiche .addFavori {
    justify-content: center;
  }
}
body.favoris--fiche .addFavori > div {
  display: flex;
  align-items: center;
  padding-right: 5px;
  cursor: pointer;
}
.addFavori img, .addFavori .svg {
  width: 35px;
  height: 35px;
  padding: 6px;
  background-color: white;
  border-radius: 100%;
  transform: scale(1) !important;
}

.favorisnav {
  display: inline-flex !important;
  white-space: nowrap;
  align-items: center;
}
.favorisnav .material-icons {
  color: black;
}
body.header-transparent:not(.scrolled) .favorisnav .material-icons {
  color: white;
}
.favorisnav > div {
  margin-right: 17px;
  width: 24px;
  height: 24px;
}
.favorisnav img {
  width: 24px;
  height: 24px;
}

.countPanierFavoris {
  display: block;
  position: absolute;
  background-color: #ba2026;
  border-radius: 100%;
  color: white;
  font-size: 0.625rem;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-right: -0.625rem;
  margin-top: -0.375rem;
  pointer-events: none;
  text-align: center;
  transform: translate(0.9375rem, -1.9625rem);
  width: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .countPanierFavoris {
    margin-top: -0.25rem;
  }
}

.moduleQuantite {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}
body:not(.favoris--fiche) .moduleQuantite {
  justify-content: center;
}
.moduleQuantite .lienFavoris {
  color: #1d1d1b !important;
  background-color: white;
  cursor: pointer;
  padding: 4px 8px;
  border: 1px solid #4d7c2a;
  border-radius: 1px;
  transition: all 280ms 0ms ease-in-out;
}
.moduleQuantite .lienFavoris:hover {
  color: white !important;
  background-color: #4d7c2a;
}

.supprFavoris {
  color: #1d1d1b;
}

.deleteFavoris {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  color: black;
  font-weight: 700;
  cursor: pointer;
}

.separateur-line {
  margin: 1.25rem 0;
  border-top: 1px solid #1d1d1b;
}

.swal2-title {
  font-size: 1.25em !important;
}

.swal2-close {
  color: black !important;
  outline: none !important;
}

.swal2-icon {
  margin: 0 auto 1.4em !important;
}

.myFavorite {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.myFavorite .cta-colored-devis {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #4d7c2a;
  color: white;
  font-size: 1em;
  padding: 8px 14px;
  display: inline-block;
}

.box-shadow-favoris {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

/*======= FIN FAVORIS / PANIER =======*/
/*======= SOCIAL ICONS =======*/
.social {
  background: transparent;
  color: white;
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 3px;
  transition: all 280ms 0ms ease-in-out;
}
.social:first-of-type {
  margin-left: 0;
}
.social.bg-facebook {
  background-color: #1877f2;
}
.social.bg-facebook .icon {
  color: white;
}
.social.bg-houzz {
  background-color: #53be1c;
}
.social.bg-houzz .icon {
  color: white;
}
.social.bg-twitter {
  background-color: black;
}
.social.bg-twitter .icon {
  color: white;
}
.social.bg-tiktok {
  background-color: black;
}
.social.bg-tiktok .icon {
  color: white;
}
.social.bg-pinterest {
  background-color: #cb2027;
}
.social.bg-pinterest .icon {
  color: white;
}
.social.bg-instagram {
  background: linear-gradient(29.61deg, #f38334, #da2e7d 50.39%, #6b54c6);
}
.social.bg-instagram .icon {
  color: white;
}
.social.bg-linkedin {
  background-color: #126bc4;
}
.social.bg-linkedin .icon {
  color: white;
}
.social.bg-youtube {
  background-color: #bb0000;
}
.social.bg-youtube .icon {
  color: white;
}
.social.bg-google {
  background-color: #e7f0ff;
}
.social.bg-google .icon {
  color: #4285f4;
}
.social.bg-googlemybusiness {
  background-color: #e7f0ff;
}
.social.bg-googlemybusiness .icon {
  color: #4f8df5;
}
.social.bg-tripadvisor {
  background-color: #39e1a4;
}
.social.bg-tripadvisor .icon {
  color: black;
}
.social.bg-whatsapp {
  background-color: #2cd46b;
}
.social.bg-whatsapp .icon {
  color: white;
}
.social.bg-viadeo {
  background-color: #ef7657;
}
.social.bg-viadeo .icon {
  color: white;
}
.social.bg-twitch {
  background-color: #934cff;
}
.social.bg-twitch .icon {
  color: black;
}
.social.bg-vimeo {
  background-color: #1ed6ff;
}
.social.bg-vimeo .icon {
  color: black;
}
.social.bg-wikidata {
  background-color: #9c0808;
}
.social.bg-wikidata .icon {
  color: white;
}
.social.bg-crunchbase {
  background-color: #0a8bd2;
}
.social.bg-crunchbase .icon {
  color: white;
}
.social.bg-pagesjaunes {
  background-color: black;
}
.social.bg-pagesjaunes .icon {
  color: #fef015;
}
.social.bg-infogreffe {
  background-color: #39e1a4;
}
.social.bg-infogreffe .icon {
  color: white;
}
.social.bg-societe {
  background-color: #39e1a4;
}
.social.bg-societe .icon {
  color: white;
}
.social.bg-yelp {
  background-color: #d42a2a;
}
.social.bg-yelp .icon {
  color: white;
}
.social.bg-ubereats {
  background-color: #0ec36c;
}
.social.bg-ubereats .icon {
  color: black;
}
.social.bg-deliveroo {
  background-color: #27d1c0;
}
.social.bg-deliveroo .icon {
  color: white;
}
.social .icon {
  color: white;
  font-size: 24px;
  line-height: 24px;
}
.header-bandeau .social .icon {
  color: #3a3a38;
}
body.header-transparent:not(.scrolled) .header-bandeau .social .icon {
  filter: brightness(0) invert(1) !important;
  transition: all 280ms 0ms ease-in-out;
}

/*======= BOUTONS =======*/
/* bouton */
.bt, .bt:visited, .bt[type=submit] {
  float: left;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-repeat: no-repeat;
  line-height: 1.5em;
  appearance: none;
  outline: none;
  color: white;
  border: none;
  font-family: "Red Hat Display", sans-serif;
  font-variant-numeric: lining-nums;
  transition: all 100ms 0ms ease-in;
  background-color: #4d7c2a;
  /* border radius automatique sur les boutons */
}
@media only screen and (max-width: 639px) and (min-width: 0px) {
  .bt, .bt:visited, .bt[type=submit] {
    justify-content: center;
  }
}
.bt > svg, .bt > img, .bt:visited > svg, .bt:visited > img, .bt[type=submit] > svg, .bt[type=submit] > img {
  height: 1.25em;
}
.bt:hover, .bt:visited:hover, .bt[type=submit]:hover {
  text-decoration: none !important;
  transition: all 100ms 0ms ease-in;
}
.bt:hover, .bt:visited:hover, .bt[type=submit]:hover {
  background-color: #3f6522;
}
.bt:active, .bt:visited:active, .bt[type=submit]:active {
  background-color: rgba(77, 124, 42, 0.5);
}
.bt.search, .bt:visited.search, .bt[type=submit].search {
  background-image: url(../img/interface/pictos/common_search_lookup_glyph.svg);
  background-size: 18px auto;
  background-position: center center;
  line-height: 1;
  display: inline-block;
  height: 100%;
  font-size: 16px;
  background-color: transparent;
  filter: brightness(0) invert(1);
}
.bt.nofloat, .bt:visited.nofloat, .bt[type=submit].nofloat {
  float: inherit;
}
.bt:first-letter, .bt:visited:first-letter, .bt[type=submit]:first-letter {
  text-transform: uppercase;
}
.bt.bt--inline, .bt:visited.bt--inline, .bt[type=submit].bt--inline {
  display: inline-block;
  float: none;
}
.bt.submit, .bt:visited.submit, .bt[type=submit].submit {
  background: #3a5e1f;
  color: white;
  min-width: 210px;
}
.bt.phone, .bt:visited.phone, .bt[type=submit].phone {
  background: transparent;
  color: black !important;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 13px 10px;
  font-variant-numeric: lining-nums;
}
.bt.phone .icon, .bt:visited.phone .icon, .bt[type=submit].phone .icon {
  font-size: 1.3em;
}
@media only screen and (min-width: 1025px) {
  body.header-transparent:not(.scrolled) .bt.phone, body.header-transparent:not(.scrolled) .bt:visited.phone, body.header-transparent:not(.scrolled) .bt[type=submit].phone {
    color: white !important;
  }
}
.bt.cta, .bt:visited.cta, .bt[type=submit].cta {
  display: inline-flex;
  justify-content: space-between;
}
.bt.cta .material-icons, .bt.cta .icon, .bt:visited.cta .material-icons, .bt:visited.cta .icon, .bt[type=submit].cta .material-icons, .bt[type=submit].cta .icon {
  margin-left: 12px;
}
.bt.cta-doctolib, .bt:visited.cta-doctolib, .bt[type=submit].cta-doctolib {
  display: inline-flex !important;
  justify-content: center;
  background-color: #107aca;
  color: white !important;
  border: 0px solid #4d7c2a;
  font-weight: bold;
  border-radius: 100px;
  text-transform: uppercase;
  padding: 10px 24px 10px 20px !important;
}
.bt.cta-doctolib .material-icons, .bt.cta-doctolib .icon, .bt:visited.cta-doctolib .material-icons, .bt:visited.cta-doctolib .icon, .bt[type=submit].cta-doctolib .material-icons, .bt[type=submit].cta-doctolib .icon {
  margin-left: 12px;
}
.bt.cta-google, .bt:visited.cta-google, .bt[type=submit].cta-google {
  display: inline-flex !important;
  justify-content: center;
  background-color: white;
  color: black !important;
  border: 2px solid #4d7c2a;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  border-radius: 100px;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  padding: 7px 14px !important;
}
.bt.cta-google .material-icons, .bt.cta-google .icon, .bt:visited.cta-google .material-icons, .bt:visited.cta-google .icon, .bt[type=submit].cta-google .material-icons, .bt[type=submit].cta-google .icon {
  margin-left: 12px;
}
.bt.cta-google:hover, .bt:visited.cta-google:hover, .bt[type=submit].cta-google:hover {
  background-color: #4d7c2a;
  color: white !important;
}
.bt.cta-pdf, .bt:visited.cta-pdf, .bt[type=submit].cta-pdf {
  display: inline-flex !important;
  align-items: center;
  white-space: normal !important;
}
.bt.cta-pdf:hover, .bt:visited.cta-pdf:hover, .bt[type=submit].cta-pdf:hover {
  background-color: #2a4317;
}
.bt.formulaire, .bt:visited.formulaire, .bt[type=submit].formulaire {
  display: inline-flex;
  background-color: #416924;
  color: white;
  font-weight: 700;
  min-width: 160px;
  text-transform: uppercase;
  padding: 16px 15px;
}
.bt.formulaire:hover, .bt:visited.formulaire:hover, .bt[type=submit].formulaire:hover {
  transition: all 280ms 0ms ease-in-out;
  background: #2a4317;
}
.bt.deleteFiltre, .bt:visited.deleteFiltre, .bt[type=submit].deleteFiltre {
  display: inline-flex !important;
  justify-content: center;
  padding: 8px 12px 8px 8px;
}
.bt.deleteFiltre .icon, .bt:visited.deleteFiltre .icon, .bt[type=submit].deleteFiltre .icon {
  margin-right: 12px;
  transform: rotate(45deg);
}
.bt.deleteFiltre:hover, .bt:visited.deleteFiltre:hover, .bt[type=submit].deleteFiltre:hover {
  transition: all 280ms 0ms ease-in-out;
  background: #35561d;
}
.bt.favorisContactAncre, .bt:visited.favorisContactAncre, .bt[type=submit].favorisContactAncre {
  display: inline-flex !important;
  justify-content: center;
  width: 100%;
  font-weight: 700;
}
.bt.favorisContactAncre .icon, .bt:visited.favorisContactAncre .icon, .bt[type=submit].favorisContactAncre .icon {
  margin-right: 12px;
  transform: rotate(45deg);
}
.bt.favorisContactAncre:hover, .bt:visited.favorisContactAncre:hover, .bt[type=submit].favorisContactAncre:hover {
  transition: all 280ms 0ms ease-in-out;
  background: #35561d;
}
.bt.back .material-icons, .bt.back .icon, .bt:visited.back .material-icons, .bt:visited.back .icon, .bt[type=submit].back .material-icons, .bt[type=submit].back .icon {
  margin-right: 12px;
}
.bt.ghost, .bt:visited.ghost, .bt[type=submit].ghost {
  border: 2px solid #4d7c2a;
  background: transparent;
  color: #4d7c2a;
}
.bt.ghost.light, .bt:visited.ghost.light, .bt[type=submit].ghost.light {
  border-color: white;
  color: white;
}
.bt.naked, .bt:visited.naked, .bt[type=submit].naked {
  color: unset;
  background: transparent;
  padding: 0;
}
.bt.alt, .bt.ton2, .bt:visited.alt, .bt:visited.ton2, .bt[type=submit].alt, .bt[type=submit].ton2 {
  background-color: #3a5e1f;
}
.bt.alt:hover, .bt.ton2:hover, .bt:visited.alt:hover, .bt:visited.ton2:hover, .bt[type=submit].alt:hover, .bt[type=submit].ton2:hover {
  background-color: #2c4717;
}
.bt.alt:active, .bt.ton2:active, .bt:visited.alt:active, .bt:visited.ton2:active, .bt[type=submit].alt:active, .bt[type=submit].ton2:active {
  background-color: rgba(58, 94, 31, 0.5);
}
.bt.blanc, .bt:visited.blanc, .bt[type=submit].blanc {
  background-color: white;
  color: #4d7c2a !important;
}
.bt.blanc:hover, .bt:visited.blanc:hover, .bt[type=submit].blanc:hover {
  background-color: #f0f0f0;
}
.bt.blanc:active, .bt:visited.blanc:active, .bt[type=submit].blanc:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.bt.alt2, .bt.compl, .bt:visited.alt2, .bt:visited.compl, .bt[type=submit].alt2, .bt[type=submit].compl {
  color: #1d1d1b;
  background-color: #e6e4dd;
}
.bt.alt2:hover, .bt.compl:hover, .bt:visited.alt2:hover, .bt:visited.compl:hover, .bt[type=submit].alt2:hover, .bt[type=submit].compl:hover {
  background-color: #d9d6cb;
}
.bt.alt2:active, .bt.compl:active, .bt:visited.alt2:active, .bt:visited.compl:active, .bt[type=submit].alt2:active, .bt[type=submit].compl:active {
  background-color: rgba(230, 228, 221, 0.5);
}
.bt.small, .bt:visited.small, .bt[type=submit].small {
  padding: 8px 14px;
}
.bt.small .icon, .bt:visited.small .icon, .bt[type=submit].small .icon {
  font-size: 13px;
}
.bt.minimalist, .bt:visited.minimalist, .bt[type=submit].minimalist {
  background: none;
  box-shadow: none;
  border: 1px solid #1d1d1b;
  border-color: rgba(29, 29, 27, 0.25);
  color: #1d1d1b !important;
  color: rgba(29, 29, 27, 0.85) !important;
  text-shadow: none;
}
.bt.minimalist:hover, .bt:visited.minimalist:hover, .bt[type=submit].minimalist:hover {
  background-color: rgba(29, 29, 27, 0.15);
  border-color: #1d1d1b;
  border-left-color: #1d1d1b !important;
  color: #1d1d1b !important;
}
.bt.minimalist.reverse, .bt:visited.minimalist.reverse, .bt[type=submit].minimalist.reverse {
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
.bt.minimalist.reverse:hover, .bt:visited.minimalist.reverse:hover, .bt[type=submit].minimalist.reverse:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  border-left-color: #fff !important;
  color: #fff !important;
}
.bt.disabled, .bt:visited.disabled, .bt[type=submit].disabled {
  filter: grayscale(1);
  opacity: 0.7;
  cursor: default;
}
.bt.page, .bt:visited.page, .bt[type=submit].page {
  color: #4d7c2a;
  background: transparent;
  padding: 8px 17.1428571429px;
}
.bt.page.active, .bt:visited.page.active, .bt[type=submit].page.active {
  background: #4d7c2a;
  color: white;
}
.bt.underline, .bt:visited.underline, .bt[type=submit].underline {
  background-color: transparent !important;
  color: rgba(29, 29, 27, 0.7) !important;
  border-color: transparent;
  border-bottom-color: rgba(29, 29, 27, 0.25);
  padding-left: 0;
  padding-right: 0;
}
.bt.underline:hover, .bt:visited.underline:hover, .bt[type=submit].underline:hover {
  border-bottom-color: rgba(29, 29, 27, 0.5);
  color: #1d1d1b !important;
}
.bt.underline.reverse, .bt:visited.underline.reverse, .bt[type=submit].underline.reverse {
  color: black !important;
}
.bt.valid, .bt.valide, .bt:visited.valid, .bt:visited.valide, .bt[type=submit].valid, .bt[type=submit].valide {
  background-color: #40bf40;
}
.bt.valid:hover, .bt.valide:hover, .bt:visited.valid:hover, .bt:visited.valide:hover, .bt[type=submit].valid:hover, .bt[type=submit].valide:hover {
  background-color: #38a938;
}
.bt.valid:active, .bt.valide:active, .bt:visited.valid:active, .bt:visited.valide:active, .bt[type=submit].valid:active, .bt[type=submit].valide:active {
  background-color: rgba(64, 191, 64, 0.5);
}
.bt.alert, .bt.alerte, .bt:visited.alert, .bt:visited.alerte, .bt[type=submit].alert, .bt[type=submit].alerte {
  background-color: #ff3333;
}
.bt.alert:hover, .bt.alerte:hover, .bt:visited.alert:hover, .bt:visited.alerte:hover, .bt[type=submit].alert:hover, .bt[type=submit].alerte:hover {
  background-color: #ff1414;
}
.bt.alert:active, .bt.alerte:active, .bt:visited.alert:active, .bt:visited.alerte:active, .bt[type=submit].alert:active, .bt[type=submit].alerte:active {
  background-color: rgba(255, 51, 51, 0.5);
}
.bt.fb, .bt:visited.fb, .bt[type=submit].fb {
  background-color: #3c599b;
}
.bt.fb:hover, .bt:visited.fb:hover, .bt[type=submit].fb:hover {
  background-color: #334c85;
}
.bt.fb:active, .bt:visited.fb:active, .bt[type=submit].fb:active {
  background-color: rgba(60, 89, 155, 0.5);
}
.bt.tw, .bt:visited.tw, .bt[type=submit].tw {
  background-color: #3acaff;
}
.bt.tw:hover, .bt:visited.tw:hover, .bt[type=submit].tw:hover {
  background-color: #1bc2ff;
}
.bt.tw:active, .bt:visited.tw:active, .bt[type=submit].tw:active {
  background-color: rgba(58, 202, 255, 0.5);
}
.bt.gplus, .bt:visited.gplus, .bt[type=submit].gplus {
  background-color: #d34836;
}
.bt.gplus:hover, .bt:visited.gplus:hover, .bt[type=submit].gplus:hover {
  background-color: #c03b2a;
}
.bt.gplus:active, .bt:visited.gplus:active, .bt[type=submit].gplus:active {
  background-color: rgba(211, 72, 54, 0.5);
}
.bt.pinterest, .bt:visited.pinterest, .bt[type=submit].pinterest {
  background-color: #cb2027;
}
.bt.pinterest:hover, .bt:visited.pinterest:hover, .bt[type=submit].pinterest:hover {
  background-color: #b11c22;
}
.bt.pinterest:active, .bt:visited.pinterest:active, .bt[type=submit].pinterest:active {
  background-color: rgba(203, 32, 39, 0.5);
}
.bt.linkedin, .bt:visited.linkedin, .bt[type=submit].linkedin {
  background-color: #0077b5;
}
.bt.linkedin:hover, .bt:visited.linkedin:hover, .bt[type=submit].linkedin:hover {
  background-color: #006396;
}
.bt.linkedin:active, .bt:visited.linkedin:active, .bt[type=submit].linkedin:active {
  background-color: rgba(0, 119, 181, 0.5);
}
.bt.viadeo, .bt:visited.viadeo, .bt[type=submit].viadeo {
  background-color: #f07355;
}
.bt.viadeo:hover, .bt:visited.viadeo:hover, .bt[type=submit].viadeo:hover {
  background-color: #ee5c39;
}
.bt.viadeo:active, .bt:visited.viadeo:active, .bt[type=submit].viadeo:active {
  background-color: rgba(240, 115, 85, 0.5);
}
.bt.instagram, .bt:visited.instagram, .bt[type=submit].instagram {
  background-color: #355c86;
}
.bt.instagram:hover, .bt:visited.instagram:hover, .bt[type=submit].instagram:hover {
  background-color: #2c4d70;
}
.bt.instagram:active, .bt:visited.instagram:active, .bt[type=submit].instagram:active {
  background-color: rgba(53, 92, 134, 0.5);
}
.bt.youtube, .bt:visited.youtube, .bt[type=submit].youtube {
  background-color: #e12b28;
}
.bt.youtube:hover, .bt:visited.youtube:hover, .bt[type=submit].youtube:hover {
  background-color: #ce201d;
}
.bt.youtube:active, .bt:visited.youtube:active, .bt[type=submit].youtube:active {
  background-color: rgba(225, 43, 40, 0.5);
}
.bt.notext, .bt:visited.notext, .bt[type=submit].notext {
  color: transparent;
  min-height: 48px;
  min-width: 48px;
}

/* Blocs à boutons */
*[class*=bts] {
  position: relative;
  display: block;
}
*[class*=bts] > span, *[class*=bts] > form {
  margin: 0;
  vertical-align: middle;
}
*[class*=bts] > span.nota_bene, *[class*=bts] > span.fiche-nota_bene, *[class*=bts] > form.nota_bene, *[class*=bts] > form.fiche-nota_bene {
  display: inline-block;
}
@media only screen and (min-width: 400px) {
  *[class*=bts] > span ~ span, *[class*=bts] > span ~ form, *[class*=bts] > span ~ .bt, *[class*=bts] > form ~ span, *[class*=bts] > form ~ form, *[class*=bts] > form ~ .bt {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 400px) and (min-width: 0px) {
  *[class*=bts] > .cta {
    width: 100%;
    margin: 5px auto !important;
    float: none;
    text-align: center !important;
  }
}
*[class*=bts] .option {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
*[class*=bts].bts--flex {
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}
*[class*=bts].bts--flex > * {
  order: 1;
}
@media only screen and (min-width: 640px) {
  *[class*=bts].bts--flex > * {
    flex: 0 0 auto;
  }
}
*[class*=bts].bts--flex > *.cta {
  order: 20;
  margin: 0 0 0 auto !important;
}
*[class*=bts].bts--flex.pagination {
  justify-content: space-between;
}
*[class*=bts].bts--flex.pagination > *:only-of-type {
  margin-left: auto;
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  *[class*=bts].bts--flex.pagination {
    flex-direction: column;
    align-items: flex-end;
  }
  *[class*=bts].bts--flex.pagination > * {
    margin-bottom: 5px;
  }
}
*[class*=bts][class*=bts--inline], *[class*=bts].bts--centre {
  display: block;
  text-align: center;
}
*[class*=bts][class*=bts--inline] .bt, *[class*=bts][class*=bts--inline] .option, *[class*=bts].bts--centre .bt, *[class*=bts].bts--centre .option {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
*[class*=bts].bts--inline--droite {
  text-align: right;
}
*[class*=bts].bts--inline--gauche {
  text-align: left;
}
*[class*=bts].bts--inc {
  float: left;
  margin: 0 24px 0 0;
}
*[class*=bts].bts--inc.floatright {
  float: right;
  margin: 0 0 0 24px;
}

.bts-bloc {
  position: relative;
  display: inline-block;
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  flex-wrap: wrap;
  order: 1;
  text-align: center;
  max-width: 100%;
}
.bts-bloc > * {
  margin-bottom: 5px !important;
}
.bts-bloc.pagination {
  order: 10;
}
.bts-bloc > form {
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
}
.bts-bloc > form > * {
  margin-bottom: 0;
}
.bts-bloc > form label {
  margin-right: 12px;
}

.btn-fixed {
  position: fixed;
  background: #4d7c2a;
  top: 80vh;
  padding: 19.2px 30px 19.2px 24px;
  z-index: 90 !important;
  color: white !important;
  right: 0;
  display: inline-flex;
  align-items: center;
  transform: translateX(calc(100% - 59px));
  transition: all 280ms 0ms ease-in-out;
}
body:not(.scrolled) .btn-fixed, .btn-fixed:hover {
  transform: translateX(0);
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .btn-fixed {
    display: none;
  }
}
.btn-fixed .material-icons, .btn-fixed .icon {
  margin-right: 20px;
  font-size: 28px;
}

/*======= FIN BT =======*/
body.ready *[class*=picto] {
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center center;
  line-height: 1;
}
body.ready *[class*=picto].bt {
  background-size: 24px auto;
  background-position: 12px;
  padding-left: 48px;
}
body.ready *[class*=picto].bt.notext {
  padding-left: 24px;
  background-position: center;
}
body.ready *[class*=picto][class*="--envoi"] {
  background-image: url(../img/interface/pictos/map_location_service_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--plan"] {
  background-image: url(../img/interface/pictos/map_location_pin_map-marker_glyph.svg);
}
body.ready *[class*=picto][class*="--maps"] {
  background-image: url(../img/interface/pictos/map_location_pin_map-marker_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--more"] {
  background-image: url(../img/interface/pictos/editor_more_detail_glyph.svg);
}
body.ready *[class*=picto][class*="--cta"] {
  background-image: url(../img/interface/pictos/circle_next_arrow_disclosure_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--retour"] {
  background-image: url(../img/interface/pictos/circle_back_arrow_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--print"] {
  background-image: url(../img/interface/pictos/common_printer_print_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--mail"] {
  background-image: url(../img/interface/pictos/common_email_envelope_mail_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--url"] {
  background-image: url(../img/interface/pictos/common_bookmark_book_open_glyph.svg);
}
body.ready *[class*=picto][class*="--fb"] {
  background-image: url(../img/interface/pictos/ico_fb.svg);
}
body.ready *[class*=picto][class*="--tw"] {
  background-image: url(../img/interface/pictos/ico_tw.svg);
}
body.ready *[class*=picto][class*="--gplus"] {
  background-image: url(../img/interface/pictos/ico_gplus.svg);
}
body.ready *[class*=picto][class*="--pinterest"] {
  background-image: url(../img/interface/pictos/ico_pt.svg);
}
body.ready *[class*=picto][class*="--linkedin"] {
  background-image: url(../img/interface/pictos/ico_linkedin.svg);
}
body.ready *[class*=picto][class*="--instagram"] {
  background-image: url(../img/interface/pictos/ico_insta.svg);
}
body.ready *[class*=picto][class*="--youtube"] {
  background-image: url(../img/interface/pictos/ico_youtube.svg);
}
body.ready *[class*=picto][class*="--tripadvisor"] {
  background-image: url(../img/interface/pictos/ico_tripadvisor.svg);
}
body.ready *[class*=picto][class*="--viadeo"] {
  background-image: url(../img/interface/pictos/ico_viadeo.svg);
}
body.ready *[class*=picto][class*="--pdf"] {
  background-image: url(../img/interface/pictos/editor_document_file_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--delete"] {
  background-image: url(../img/interface/pictos/circle_close_delete_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--tel"] {
  background-image: url(../img/interface/pictos/ico_tel.svg);
}
body.ready *[class*=picto][class*="--close"] {
  background-image: url(../img/interface/pictos/circle_close_delete_outline_stroke.svg);
}
body.ready *[class*=picto][class*="--rss"] {
  background-image: url(../img/interface/ico_rss.svg);
}
body.ready *[class*=picto][class*="--loupe"] {
  background-image: url(../img/interface/pictos/common_search_lookup_glyph.svg);
}

/*====== FICHES =====*/
.fiche-prix {
  position: relative;
  display: block;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

.fiche-nota_bene {
  margin-top: 10px;
}

/*======= FIN FICHES =======*/
/*====== FICHES IMMO =====*/
.section-fiche-technique .icon, .section-fiche-technique .immo {
  font-size: 26px;
  line-height: 26px;
  margin-right: 10px;
}

/*======= FIN FICHES =======*/
/*===== LISTING FORMATION =====*/
.price {
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Serif", serif;
}
@media only screen and (max-width: 1280px) and (min-width: 0px) {
  .price {
    font-size: 22px;
  }
}
.price span {
  display: block;
}
.price span:first-child {
  font-weight: 500;
  font-size: 13px;
  font-family: "Red Hat Display", sans-serif;
}
.price.prixJalis {
  color: #3a5e1f;
}

.bdt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nivo {
  background-color: #3a5e1f;
  color: white;
  padding: 3px 12px;
  font-weight: 700;
}

.caracList {
  background: rgba(77, 124, 42, 0.15);
  border-radius: 30px;
  padding: 6px 13px;
  line-height: 1;
}
.caracList.handi {
  padding: 6px 8px;
  min-width: 34px;
  min-height: 34px;
}
.caracList.handi:before {
  z-index: 9;
  position: absolute;
  bottom: calc(100% + 10px);
  content: attr(data-content);
  right: 0;
  background: black;
  color: white;
  padding: 6px;
  border-radius: 5px;
  opacity: 0;
  font-size: 13.5px;
  min-width: 180px;
  line-height: 1.3;
  transition: all ease 0.3s;
}
.caracList.handi:after {
  z-index: 9;
  width: 15px;
  height: 10px;
  position: absolute;
  transition: all ease 0.3s;
  background: black;
  right: 0;
  transform: translate(calc(100% + -27px), -1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 100%;
  content: "";
  opacity: 0;
}
.caracList.handi:hover:before, .caracList.handi:hover:after {
  opacity: 1;
}
.caracList svg {
  width: 22px;
  height: 24px;
  fill: black;
}

/*===== FIN LISTING FORMATION =====*/
/*====== FICHES FORMATION =====*/
.preInscriptionBtn {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(80px) scale(0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4d7c2a;
  text-align: center;
  padding: 13px 20px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 15em;
  cursor: pointer;
  z-index: 99;
  /* État initial : caché */
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media only screen and (min-width: 1025px) {
  .preInscriptionBtn {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .preInscriptionBtn {
    bottom: 80px;
  }
}
.preInscriptionBtn.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.box-fiche {
  box-shadow: 0 0 180px rgba(29, 29, 27, 0.22);
}

.border-bas {
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
}

.designCara {
  background: #e6e4dd;
  border: 1px solid rgba(29, 29, 27, 0.1);
}

.designAnn {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.fullLarge {
  width: 100%;
  justify-content: center;
  padding: 14.6px !important;
}

/*======= FIN FORMATION =======*/
/*====== DIAPORAMA / SLIDESHOW ====== */
/* conteneurs */
*[class*=diaporama] {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  transition: all 280ms 0ms ease-in-out;
  overflow: hidden;
  min-width: 100%;
  width: 0;
  opacity: 0;
}
*[class*=diaporama] > img {
  display: none;
}
body.ready.loaded *[class*=diaporama] {
  opacity: 1;
}
body:not(.ready) *[class*=diaporama] > * {
  width: 100%;
  height: 100%;
}
body:not(.ready) *[class*=diaporama] > * img[data-lazy] {
  display: none;
}
*[class*=diaporama] .slick-list {
  height: 100%;
}
*[class*=diaporama] .slick-list .slick-track {
  height: 100%;
}
*[class*=diaporama] .slick-list .slick-track .img--back, *[class*=diaporama] .slick-list .slick-track .slick-slide > div {
  overflow: hidden;
  text-align: inherit;
  height: 100% !important;
  vertical-align: middle;
}
*[class*=diaporama] .slick-list .slick-track .img--back img, *[class*=diaporama] .slick-list .slick-track .slick-slide > div img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 280ms 0ms ease-in-out;
}
html.jgo-no-objectfit *[class*=diaporama] .slick-list .slick-track .img--back img, html.jgo-no-objectfit *[class*=diaporama] .slick-list .slick-track .slick-slide > div img {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 640px) {
  *[class*=diaporama] .slick-list .slick-track .img--back-s, *[class*=diaporama] .slick-list .slick-track .slick-slide > div-s {
    overflow: hidden;
    text-align: inherit;
    height: 100% !important;
    vertical-align: middle;
  }
  *[class*=diaporama] .slick-list .slick-track .img--back-s img, *[class*=diaporama] .slick-list .slick-track .slick-slide > div-s img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 280ms 0ms ease-in-out;
  }
  html.jgo-no-objectfit *[class*=diaporama] .slick-list .slick-track .img--back-s img, html.jgo-no-objectfit *[class*=diaporama] .slick-list .slick-track .slick-slide > div-s img {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  *[class*=diaporama] .slick-list .slick-track .img--back-l, *[class*=diaporama] .slick-list .slick-track .slick-slide > div-l {
    overflow: hidden;
    text-align: inherit;
    height: 100% !important;
    vertical-align: middle;
  }
  *[class*=diaporama] .slick-list .slick-track .img--back-l img, *[class*=diaporama] .slick-list .slick-track .slick-slide > div-l img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 280ms 0ms ease-in-out;
  }
  html.jgo-no-objectfit *[class*=diaporama] .slick-list .slick-track .img--back-l img, html.jgo-no-objectfit *[class*=diaporama] .slick-list .slick-track .slick-slide > div-l img {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

.-mt-140 {
  margin-top: -140px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .-mt-140 {
    margin-top: -50px;
  }
}

.diaporama--accueil {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  min-width: 100%;
  width: 0;
  /* Effet zoom */
}
@media only screen and (min-width: 1025px) {
  body.header-transparent .diaporama--accueil {
    height: 100%;
  }
}
@media only screen and (max-width: 700px) and (min-width: 0px) {
  .diaporama--accueil {
    height: 100%;
  }
}
.diaporama--accueil.layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: initial;
  height: unset;
}

.diaporama--laius {
  position: absolute !important;
  display: block !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.laius-encart .diaporama--laius {
  height: 90%;
}
.laius-formuColor .diaporama--laius {
  height: 40vh;
}

@media only screen and (max-width: 640px) and (min-width: 0px) {
  .diaporama--fiche .slick-slide {
    transform: scale(0.9);
    transition: all 280ms 0ms ease-in-out;
  }
  .diaporama--fiche .slick-slide.slick-active {
    transform: scale(1);
  }
}

.height-diap_vh {
  min-height: calc(100vh - 200px) !important;
}

/* .slideshow-center, .slideshow {
	.slick-slide {
		opacity: 0.25;
		@include trans;
		&.slick-active, &.slick-current {
			opacity: 1;
		}
	}
} */
/* .slideshow-center, .slideshow, .slide-avis, .slide-logo {
	opacity: 0; // affichage recomposition de la page durant le chargement
	@include trans;
	body.loaded & {
		opacity: 1;
	}
}
 */
#bloc_diaporama {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.diaporama--fond {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute !important;
  left: 0;
  display: block !important;
}

.diaporama-cache {
  position: absolute;
  display: block;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

/*===== INTRO =====*/
.diaporama--intro {
  height: 100vh;
  opacity: 0;
  transition: all 0.6s 0ms ease-in-out;
}
body.loaded .diaporama--intro {
  opacity: 1;
}

@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .intro {
    z-index: 0 !important;
  }
}
.intro .intro_url {
  transition: all 280ms 0ms ease-in-out;
  cursor: pointer;
}
.intro .intro_url span {
  transition: all 280ms 0ms ease-in-out;
}
.intro .intro_url:hover, .intro .intro_url:hover span, .intro .intro_url.active span {
  color: #4d7c2a !important;
}
.intro .intro_url:hover {
  transform: translateY(-9px);
}

.fleche-intro {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
body.ie8 .fleche-intro {
  left: 0;
}
.fleche-intro:hover:after {
  top: 19px;
}

/*===== debut DIAPORAMA MOSAIQUE type barnes=====*/
.bloc--animation .gap_scroll {
  transition: all 1s 0ms ease-in-out;
  gap: 0;
}
body.scrolled .bloc--animation .gap_scroll {
  gap: 40px;
}
.bloc--animation .gap_scroll .bloc > * {
  transition: all 1s 0ms ease-in-out;
}
body.scrolled .bloc--animation .gap_scroll .bloc > * {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  body.scrolled .bloc--animation ~ .accueil-selector {
    background: rgba(0, 0, 0, 0);
  }
}

/*===== FIN DIAPORAMA MOSAIQUE =====*/
/*===== LISTING GUIDE =====*/
.headline-guide {
  font-size: 15pt;
}
@media only screen and (max-width: 500px) and (min-width: 0px) {
  .headline-guide {
    font-size: 13pt;
  }
}

@media only screen and (min-width: 1025px) {
  .line-left-l {
    border-left: 1px solid rgba(29, 29, 27, 0.15);
  }
}

@media only screen and (min-width: 500px) {
  .custom-guide {
    border: 1px solid rgba(29, 29, 27, 0.15);
    padding: 20px;
  }
}
@media only screen and (max-width: 500px) and (min-width: 0px) {
  .custom-guide {
    border-bottom: 1px solid rgba(29, 29, 27, 0.15);
  }
}

.posiSticky {
  position: sticky;
  bottom: 80px;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .posiSticky {
    display: none;
  }
}

.floating-cta {
  background-color: #007bff;
  /* Couleur du bouton */
  color: #ffffff;
  /* Couleur du texte */
  padding: 15px 15px;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  /* Ombre pour l'effet de profondeur */
  z-index: 1000;
  /* Assurez-vous que le bouton est au-dessus d'autres éléments */
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  margin: 30px auto 0;
  width: 270px;
}

.floating-cta:hover {
  background-color: #0056b3;
  /* Couleur au survol */
}

.floating-cta.hidden {
  display: none;
  /* Cache le bouton lorsqu'il a la classe 'hidden' */
}

.ctGuide {
  cursor: pointer;
  color: #1d1d1b !important;
}
@media only screen and (min-width: 500px) {
  .ctGuide i {
    transition: all 280ms 0ms ease-in-out;
    border: 1px solid #4d7c2a;
    border-radius: 100%;
    padding: 5px;
  }
  .ctGuide:hover i {
    background-color: rgba(77, 124, 42, 0.1);
  }
}
@media only screen and (max-width: 500px) and (min-width: 0px) {
  .ctGuide {
    border: 1px solid #4d7c2a;
    border-radius: 100px;
    padding: 4px 11px 4px 6px;
  }
}

/*===== FIN LISTING GUIDE =====*/
/*======= FOOTER =======*/
input#ouvre-footer:checked ~ .footer-jalis, input#ouvre-footer:checked ~ .footer-ref {
  visibility: visible;
  opacity: 1;
  box-shadow: 0px -60px 150px rgba(29, 29, 27, 0.85);
  transition: all 280ms 125ms ease-in-out;
}
input#ouvre-footer:checked ~ .masque-site {
  height: 100%;
  background-color: rgba(29, 29, 27, 0.6);
  transition-delay: 0ms !important;
}
input#ouvre-footer:not(:checked) ~ .masque-site {
  transition-delay: 90ms !important;
}

.masque-site {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  cursor: pointer;
  transition: all 280ms 0ms ease-in-out;
  background-color: rgba(29, 29, 27, 0);
}

@media only screen and (min-width: 640px) {
  .bloc-locaux > * {
    padding-left: 48px;
    min-width: 280px;
  }
  .bloc-locaux > *:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 48px;
  }
}
.footer {
  position: relative;
  display: block;
  color: #1d1d1b !important;
  word-wrap: break-word;
}
.footer .img {
  background-color: transparent;
}

a.rss {
  position: relative;
  display: block;
}
a.rss img {
  width: 10px;
  margin-right: 3px;
}

.footer-message .img {
  max-width: 200px;
  background-color: none;
}
.footer-infos {
  z-index: 1;
}
.footer-infos .adresse ul {
  position: relative;
}
.footer-infos .adresse ul > li {
  position: relative;
  display: block;
}
.footer-infos .adresse ul > li > span {
  position: relative;
  display: block;
}
.footer-infos .adresse ul > li > span > span {
  position: relative;
  display: inline-block;
}
.footer-infos #logo-jalis {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 0;
}
.footer-infos #logo-jalis > img {
  position: relative;
  display: block;
  width: 48px;
}
.footer-infos #logo-jalis.prestige {
  filter: grayscale(1);
}
.footer-liens > li {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 600px) and (min-width: 0px) {
  .footer-liens > li {
    display: block;
  }
}
.footer-liens #footer-bt {
  position: relative;
  display: block;
  cursor: pointer;
}
.footer-liens #footer-bt:hover {
  text-decoration: underline;
}
.footer-ref, .footer-jalis {
  position: absolute;
  display: block;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 280ms 0ms ease-in-out;
}
.footer-ref ul li, .footer-jalis ul li {
  position: relative;
  display: block;
  padding: 6px 0;
}
.footer-ref ul li .txt_contenu, .footer-jalis ul li .txt_contenu {
  color: #1d1d1b;
}
.footer-ref ul li strong, .footer-jalis ul li strong {
  color: #1d1d1b;
  font-size: 1.25em;
  font-weight: bold;
  color: #1d1d1b;
}
.footer-ref ul li a, .footer-jalis ul li a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #1d1d1b;
}
.footer-ref ul li a:hover, .footer-jalis ul li a:hover {
  color: #4d7c2a;
}
.footer-ref ul li a:before, .footer-jalis ul li a:before {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: " ";
  border-right: 1px solid rgba(77, 124, 42, 0.4);
  border-top: 1px solid rgba(77, 124, 42, 0.4);
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}

form {
  font-size: 15px;
}
.bloc-tri form {
  margin-top: 0;
}
form.frmContactForm ul {
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  gap: 10px;
}
form.frmContactForm li {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 480px) {
  form.frmContactForm li.input--contact {
    width: calc(50% - 10px);
  }
}
form input[type=date] {
  position: relative;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background-color: white;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
}
form input[type=text],
form input[type=date],
form input[type=submit]:not(.bt),
form textarea,
form select,
form input[type=password],
form input[type=email] {
  font-size: 0.9375rem;
  border: none;
  color: #1d1d1b !important;
  border: 1px solid rgba(29, 29, 27, 0.5);
  padding: 0.6rem 1rem;
  background: transparent;
  outline: 0;
  transition: box-shadow 0.3s;
}
.bg-reverse form input[type=text],
.bg-reverse form input[type=date],
.bg-reverse form input[type=submit]:not(.bt),
.bg-reverse form textarea,
.bg-reverse form select,
.bg-reverse form input[type=password],
.bg-reverse form input[type=email] {
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
form input[type=text]:not(select),
form input[type=date]:not(select),
form input[type=submit]:not(.bt):not(select),
form textarea:not(select),
form select:not(select),
form input[type=password]:not(select),
form input[type=email]:not(select) {
  padding: 1.5rem 1rem 0.8rem;
  line-height: 1.2;
}
form input[type=text]#filtre-recherche,
form input[type=date]#filtre-recherche,
form input[type=submit]:not(.bt)#filtre-recherche,
form textarea#filtre-recherche,
form select#filtre-recherche,
form input[type=password]#filtre-recherche,
form input[type=email]#filtre-recherche {
  padding: 1.05rem 1rem 0.5rem;
}
form input[type=text].datepicker,
form input[type=date].datepicker,
form input[type=submit]:not(.bt).datepicker,
form textarea.datepicker,
form select.datepicker,
form input[type=password].datepicker,
form input[type=email].datepicker {
  padding: 0.8rem 1rem;
}
form input[type=text]::placeholder,
form input[type=date]::placeholder,
form input[type=submit]:not(.bt)::placeholder,
form textarea::placeholder,
form select::placeholder,
form input[type=password]::placeholder,
form input[type=email]::placeholder {
  opacity: 0;
}
form input[type=text]:focus,
form input[type=date]:focus,
form input[type=submit]:not(.bt):focus,
form textarea:focus,
form select:focus,
form input[type=password]:focus,
form input[type=email]:focus {
  background: #e0ddd4;
  border-color: #1d1d1b;
}
.bg-reverse form input[type=text]:focus,
.bg-reverse form input[type=date]:focus,
.bg-reverse form input[type=submit]:not(.bt):focus,
.bg-reverse form textarea:focus,
.bg-reverse form select:focus,
.bg-reverse form input[type=password]:focus,
.bg-reverse form input[type=email]:focus {
  background: #467126;
  border-color: white;
}
form input[type=text]:hover,
form input[type=date]:hover,
form input[type=submit]:not(.bt):hover,
form textarea:hover,
form select:hover,
form input[type=password]:hover,
form input[type=email]:hover {
  border-color: #4d7c2a;
}
.bg-reverse form input[type=text]:hover,
.bg-reverse form input[type=date]:hover,
.bg-reverse form input[type=submit]:not(.bt):hover,
.bg-reverse form textarea:hover,
.bg-reverse form select:hover,
.bg-reverse form input[type=password]:hover,
.bg-reverse form input[type=email]:hover {
  border-color: white;
}
form input[type=text]:focus, form input[type=text]:not(:placeholder-shown),
form input[type=date]:focus,
form input[type=date]:not(:placeholder-shown),
form input[type=submit]:not(.bt):focus,
form input[type=submit]:not(.bt):not(:placeholder-shown),
form textarea:focus,
form textarea:not(:placeholder-shown),
form select:focus,
form select:not(:placeholder-shown),
form input[type=password]:focus,
form input[type=password]:not(:placeholder-shown),
form input[type=email]:focus,
form input[type=email]:not(:placeholder-shown) {
  z-index: 20;
  color: black;
}
form input[type=text]:focus + label, form input[type=text]:not(:placeholder-shown) + label,
form input[type=date]:focus + label,
form input[type=date]:not(:placeholder-shown) + label,
form input[type=submit]:not(.bt):focus + label,
form input[type=submit]:not(.bt):not(:placeholder-shown) + label,
form textarea:focus + label,
form textarea:not(:placeholder-shown) + label,
form select:focus + label,
form select:not(:placeholder-shown) + label,
form input[type=password]:focus + label,
form input[type=password]:not(:placeholder-shown) + label,
form input[type=email]:focus + label,
form input[type=email]:not(:placeholder-shown) + label {
  font-size: 0.8rem;
  top: 12px;
}
form .field {
  display: flex;
  flex-direction: column-reverse;
}
form .field label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  color: rgba(29, 29, 27, 0.7);
  padding: 0 0.5rem;
  pointer-events: none;
  z-index: 21;
  transition: 0.15s ease;
}
.bg-reverse form .field label {
  color: rgba(255, 255, 255, 0.7);
}
form label {
  user-select: none;
}
form select {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
form textarea {
  resize: vertical;
}
form textarea + label {
  top: 25px !important;
}
form textarea:focus + label, form textarea:not(:placeholder-shown) + label {
  top: 12px !important;
}
form .radio {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
form .radio span:first-child {
  font-weight: bold;
}
form .radio span:last-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
form .radio span:last-child label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
form .radio span:last-child label > span:first-child {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(29, 29, 27, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-reverse form .radio span:last-child label > span:first-child {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
form .radio span:last-child label > span:first-child .checkmark {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #4d7c2a;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  transition: 0.3s ease;
}
form .radio span:last-child label > span:first-child input {
  vertical-align: middle;
  display: none;
}
form .radio span:last-child label > span:first-child input:checked + .checkmark {
  opacity: 1;
}
form .file {
  display: flex;
  align-items: center;
  grid-column: 1/2 !important;
  border: 2px solid transparent;
  border-radius: 0;
  margin-bottom: 0 !important;
  transition: 0.3s;
}
form .file:hover {
  border-color: rgba(77, 124, 42, 0.4);
}
.bg-reverse form .file:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 500px) {
  form .file {
    max-width: 50%;
  }
}
form .file label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: calc(0.5rem + 0.5vw);
  font-size: 15px;
  cursor: pointer;
}
form .file label svg {
  fill: #1d1d1b;
}
.bg-reverse form .file label svg {
  fill: white;
}
form .file label span {
  display: flex;
  flex-direction: column;
}
form .file label span input[type=file] {
  all: unset;
  cursor: pointer;
  width: 100%;
  color: rgba(29, 29, 27, 0.7);
}
.bg-reverse form .file label span input[type=file] {
  color: rgba(255, 255, 255, 0.7);
}
form .file label span input[type=file]::file-selector-button {
  display: none;
}
form .checkbox {
  font-size: 12px;
  margin-top: 12px !important;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 0.5rem;
}
form .checkbox input {
  appearance: none;
  width: 21px;
  height: 21px;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  outline: none;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, grey);
}
form .checkbox input:hover {
  --s: 2px;
  --b: grey;
}
form .checkbox input:checked {
  --s: 2px;
  --b: #4bc872;
  transition-delay: 0.4s;
}
form .checkbox input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}
form .checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #4bc872;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
form .checkbox a {
  color: currentColor;
  text-decoration: underline;
}

/*placeholder*/
input[placeholder], textarea[placeholder], [placeholder], *[placeholder] {
  color: color-check(black, 30%);
}
input[placeholder].alerte, input[placeholder].alert, textarea[placeholder].alerte, textarea[placeholder].alert, [placeholder].alerte, [placeholder].alert, *[placeholder].alerte, *[placeholder].alert {
  color: #bf4040 !important;
}

::-webkit-input-placeholder {
  color: color-check(black, 30%);
}
::-webkit-input-placeholder.alerte, ::-webkit-input-placeholder.alert {
  color: #bf4040 !important;
}

::-moz-placeholder {
  color: color-check(black, 30%);
}
::-moz-placeholder.alerte, ::-moz-placeholder.alert {
  color: #bf4040 !important;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: color-check(black, 30%);
}
:-ms-input-placeholder.alerte, :-ms-input-placeholder.alert {
  color: #bf4040 !important;
}

/* ie */
input:-moz-placeholder {
  color: color-check(black, 30%);
}
input:-moz-placeholder.alerte, input:-moz-placeholder.alert {
  color: #bf4040 !important;
}

/*======= FIN FORMULAIRES =======*/
/*======= FICHE TECHNIQUE =======*/
.fiche_technique, .panier_table {
  position: relative;
  display: block;
}
.fiche_technique table, .panier_table table {
  border-spacing: 2px;
  border-collapse: collapse;
  width: 100%;
}
.fiche_technique table tr td, .panier_table table tr td {
  padding: 12px 24px;
  border-bottom: 1px solid #ccc;
  width: 30%;
}
@media only screen and (max-width: 800px) and (min-width: 0px) {
  .fiche_technique table tr td, .panier_table table tr td {
    font-size: 12px;
  }
}
.fiche_technique table tr td:last-child, .panier_table table tr td:last-child {
  color: #4d7c2a;
  font-weight: bold;
  padding: 12px 0;
}
.fiche_technique.small, .panier_table.small {
  font-size: 12px;
}
.fiche_technique.small table tr td, .panier_table.small table tr td {
  padding: 6px 0;
}

.fiche_technique h3 {
  margin: 0;
}

.panier_table table tr td {
  width: auto !important;
}
.panier_table table tr td img {
  margin: 0 0 6px 0;
}

/*======= FIN FICHE TECHNIQUE =======*/
.fiche_technique2 {
  position: absolute !important;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  min-width: 41.3%;
  padding: 24px 0 0 24px;
  background-color: #fff;
}
.fiche_technique2.no-abs {
  position: initial !important;
  min-width: 100%;
  padding: 0px 0 0 0px;
}
.fiche_technique2 .bloc-carac {
  padding: 21px 30px 30px 30px;
}
@media only screen and (max-width: 600px) and (min-width: 0px) {
  .fiche_technique2 .bloc-carac {
    padding: 17px 23px 28px 23px;
  }
}
.fiche_technique2 .detail-carac {
  padding: 9px 11px 9px 11px;
  border-bottom: 1px solid rgba(77, 124, 42, 0.35);
}
.fiche_technique2 .detail-carac:last-child {
  border-bottom: none !important;
}
@media only screen and (max-width: 600px) and (min-width: 0px) {
  .fiche_technique2 .detail-carac {
    padding: 5px 11px 5px 11px;
  }
}
.fiche_technique2 span {
  font-weight: 600;
}
.fiche_technique2 span:first-of-type {
  color: #1d1d1b;
}
.fiche_technique2 span:last-of-type {
  color: #4d7c2a;
}

.prix-ref {
  font-size: 1.3em;
  font-weight: 600;
}
@media only screen and (max-width: 600px) and (min-width: 0px) {
  .prix-ref {
    font-size: 1em;
  }
}

.voir_plus {
  position: absolute;
  border-radius: 999px;
  background-color: rgba(77, 124, 42, 0.35);
  bottom: 20px;
  left: 20px;
  padding: 7px 20px;
  backdrop-filter: blur(8px);
}
.voir_plus span {
  color: white;
}
.voir_plus span:last-of-type {
  font-weight: 600;
}

/*===== VIEWPORT SURVEY =====*/
/*== Splitting ==*/
/* Décomposition par caractères */
.split span.word {
  display: inline-block;
}
.split span.char {
  opacity: 0;
  display: inline-block;
  transform: translate(0, 15px);
  transition: all ease 0.4s;
}
.split.view-on span.char {
  opacity: 1;
  transition: all ease 0.4s;
  transform: translate(0, 0);
  transition-delay: calc(30ms * var(--char-index));
}

/* Décomposition par mots */
.split_word span.word {
  display: inline-block;
  transition: all ease 1.2s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
  transform-origin: center top;
}
.split_word.view-on span.word {
  transform: translateY(0);
  transition-delay: calc(40ms * var(--line-index));
  opacity: 1;
}

/* Décomposition par lignes */
.split_lines span.word {
  display: inline-block;
  transition: transform ease 0.6s, clip-path ease 0.9s;
  transform: translateY(100px) scaleY(1.2);
  opacity: 0;
  position: relative;
  transform-origin: center top;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.split_lines.view-on span {
  transform: translateY(0) scaleY(1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition-delay: calc(40ms * var(--line-index));
  opacity: 1;
}

body *[class*=anim] {
  perspective: 1000;
  backface-visibility: hidden;
}

body:not(.loaded) .anim-fadeInTop {
  opacity: 0;
}
.anim-fadeInTop.view-on {
  animation-name: fadeInTop;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0.25s;
}
.anim-fadeInTop.view-on:nth-child(16n+1) {
  animation-delay: 65ms;
}
.anim-fadeInTop.view-on:nth-child(16n+2) {
  animation-delay: 130ms;
}
.anim-fadeInTop.view-on:nth-child(16n+3) {
  animation-delay: 195ms;
}
.anim-fadeInTop.view-on:nth-child(16n+4) {
  animation-delay: 260ms;
}
.anim-fadeInTop.view-on:nth-child(16n+5) {
  animation-delay: 325ms;
}
.anim-fadeInTop.view-on:nth-child(16n+6) {
  animation-delay: 390ms;
}
.anim-fadeInTop.view-on:nth-child(16n+7) {
  animation-delay: 455ms;
}
.anim-fadeInTop.view-on:nth-child(16n+8) {
  animation-delay: 520ms;
}
.anim-fadeInTop.view-on:nth-child(16n+9) {
  animation-delay: 585ms;
}
.anim-fadeInTop.view-on:nth-child(16n+10) {
  animation-delay: 650ms;
}
.anim-fadeInTop.view-on:nth-child(16n+11) {
  animation-delay: 715ms;
}
.anim-fadeInTop.view-on:nth-child(16n+12) {
  animation-delay: 780ms;
}
.anim-fadeInTop.view-on:nth-child(16n+13) {
  animation-delay: 845ms;
}
.anim-fadeInTop.view-on:nth-child(16n+14) {
  animation-delay: 910ms;
}
.anim-fadeInTop.view-on:nth-child(16n+15) {
  animation-delay: 975ms;
}
.anim-fadeInTop.view-on:nth-child(16n+16) {
  animation-delay: 1040ms;
}
.anim-fadeInTop.view-off {
  animation-name: outInTop;
  animation-duration: 225ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
  animation-fill-mode: backwards;
  animation-delay: 0ms;
}
body:not(.loaded) .anim-fadeInBottom {
  opacity: 0;
}
.anim-fadeInBottom.view-on {
  animation-name: fadeInBottom;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0.25s;
}
.anim-fadeInBottom.view-on:nth-child(12n+1) {
  animation-delay: 60ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+2) {
  animation-delay: 120ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+3) {
  animation-delay: 180ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+4) {
  animation-delay: 240ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+5) {
  animation-delay: 300ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+6) {
  animation-delay: 360ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+7) {
  animation-delay: 420ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+8) {
  animation-delay: 480ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+9) {
  animation-delay: 540ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+10) {
  animation-delay: 600ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+11) {
  animation-delay: 660ms;
}
.anim-fadeInBottom.view-on:nth-child(12n+12) {
  animation-delay: 720ms;
}
.anim-fadeInBottom.view-off {
  animation-name: outInBottom;
  animation-duration: 225ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
  animation-fill-mode: backwards;
  animation-delay: 0ms;
}
body:not(.loaded) .anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.view-on {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0.3s;
}
.anim-fadeIn.view-on:nth-child(16n+1) {
  animation-delay: 65ms;
}
.anim-fadeIn.view-on:nth-child(16n+2) {
  animation-delay: 130ms;
}
.anim-fadeIn.view-on:nth-child(16n+3) {
  animation-delay: 195ms;
}
.anim-fadeIn.view-on:nth-child(16n+4) {
  animation-delay: 260ms;
}
.anim-fadeIn.view-on:nth-child(16n+5) {
  animation-delay: 325ms;
}
.anim-fadeIn.view-on:nth-child(16n+6) {
  animation-delay: 390ms;
}
.anim-fadeIn.view-on:nth-child(16n+7) {
  animation-delay: 455ms;
}
.anim-fadeIn.view-on:nth-child(16n+8) {
  animation-delay: 520ms;
}
.anim-fadeIn.view-on:nth-child(16n+9) {
  animation-delay: 585ms;
}
.anim-fadeIn.view-on:nth-child(16n+10) {
  animation-delay: 650ms;
}
.anim-fadeIn.view-on:nth-child(16n+11) {
  animation-delay: 715ms;
}
.anim-fadeIn.view-on:nth-child(16n+12) {
  animation-delay: 780ms;
}
.anim-fadeIn.view-on:nth-child(16n+13) {
  animation-delay: 845ms;
}
.anim-fadeIn.view-on:nth-child(16n+14) {
  animation-delay: 910ms;
}
.anim-fadeIn.view-on:nth-child(16n+15) {
  animation-delay: 975ms;
}
.anim-fadeIn.view-on:nth-child(16n+16) {
  animation-delay: 1040ms;
}
.anim-fadeIn.view-off {
  animation-name: fadeOut;
  animation-duration: 225ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
  animation-fill-mode: backwards;
  animation-delay: 0ms;
}
body:not(.loaded) .anim-fadeInLeft {
  opacity: 0;
}
.anim-fadeInLeft.view-on {
  animation-name: fadeInLeft;
  animation-duration: 0.45s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0ms;
}
.anim-fadeInLeft.view-off {
  animation-name: outInLeft;
  animation-duration: 225ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
  animation-fill-mode: backwards;
  animation-delay: 0ms;
}
body:not(.loaded) .anim-fadeInRight {
  opacity: 0;
}
.anim-fadeInRight.view-on {
  animation-name: fadeInRight;
  animation-duration: 0.45s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0ms;
}
.anim-fadeInRight.view-off {
  animation-name: outInRight;
  animation-duration: 225ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
  animation-fill-mode: backwards;
  animation-delay: 0ms;
}
.anim-dpe.view-on:after {
  animation-name: dpe;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0.1s;
}
body:not(.loaded) .anim-clipToRight {
  opacity: 0;
}
.anim-clipToRight.view-on {
  animation-name: clipToRight;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0.25s;
}
body:not(.loaded) .anim-clipToLeft {
  opacity: 0;
}
.anim-clipToLeft.view-on {
  animation-name: clipToLeft;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0.25s;
}
body:not(.loaded) .anim-clipToTop {
  opacity: 0;
}
.anim-clipToTop.view-on {
  animation-name: clipToTop;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0.25s;
}
body:not(.loaded) .anim-clipToBottom {
  opacity: 0;
}
.anim-clipToBottom.view-on {
  animation-name: clipToBottom;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  animation-delay: 0.25s;
}
body:not(.loaded) .anim-clipToCircle {
  opacity: 0;
}
.anim-clipToCircle.view-on {
  animation-name: clipToCircle;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: backwards;
  animation-delay: 0.25s;
}
.anim-clipToCircle.view-on:nth-child(16n+1) {
  animation-delay: 65ms;
}
.anim-clipToCircle.view-on:nth-child(16n+2) {
  animation-delay: 130ms;
}
.anim-clipToCircle.view-on:nth-child(16n+3) {
  animation-delay: 195ms;
}
.anim-clipToCircle.view-on:nth-child(16n+4) {
  animation-delay: 260ms;
}
.anim-clipToCircle.view-on:nth-child(16n+5) {
  animation-delay: 325ms;
}
.anim-clipToCircle.view-on:nth-child(16n+6) {
  animation-delay: 390ms;
}
.anim-clipToCircle.view-on:nth-child(16n+7) {
  animation-delay: 455ms;
}
.anim-clipToCircle.view-on:nth-child(16n+8) {
  animation-delay: 520ms;
}
.anim-clipToCircle.view-on:nth-child(16n+9) {
  animation-delay: 585ms;
}
.anim-clipToCircle.view-on:nth-child(16n+10) {
  animation-delay: 650ms;
}
.anim-clipToCircle.view-on:nth-child(16n+11) {
  animation-delay: 715ms;
}
.anim-clipToCircle.view-on:nth-child(16n+12) {
  animation-delay: 780ms;
}
.anim-clipToCircle.view-on:nth-child(16n+13) {
  animation-delay: 845ms;
}
.anim-clipToCircle.view-on:nth-child(16n+14) {
  animation-delay: 910ms;
}
.anim-clipToCircle.view-on:nth-child(16n+15) {
  animation-delay: 975ms;
}
.anim-clipToCircle.view-on:nth-child(16n+16) {
  animation-delay: 1040ms;
}

@-webkit-keyframes fadeInTop2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInTop2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInTop2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes outInTop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-moz-keyframes outInTop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-ms-keyframes outInTop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@keyframes outInTop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dpe {
  0% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes dpe {
  0% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes dpe {
  0% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@keyframes dpe {
  0% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes clipToRight {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipToRight {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-ms-keyframes clipToRight {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipToRight {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipToLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipToLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-ms-keyframes clipToLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipToLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipToTop {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipToTop {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-ms-keyframes clipToTop {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipToTop {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipToBottom {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipToBottom {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-ms-keyframes clipToBottom {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipToBottom {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes outInBottom {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-moz-keyframes outInBottom {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-ms-keyframes outInBottom {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@keyframes outInBottom {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes clipToCircle {
  0% {
    clip-path: circle(0% at 0% 0%);
  }
  100% {
    clip-path: circle(141.3% at 0 0);
  }
}
@-moz-keyframes clipToCircle {
  0% {
    clip-path: circle(0% at 0% 0%);
  }
  100% {
    clip-path: circle(141.3% at 0 0);
  }
}
@-ms-keyframes clipToCircle {
  0% {
    clip-path: circle(0% at 0% 0%);
  }
  100% {
    clip-path: circle(141.3% at 0 0);
  }
}
@keyframes clipToCircle {
  0% {
    clip-path: circle(0% at 0% 0%);
  }
  100% {
    clip-path: circle(141.3% at 0 0);
  }
}
@-webkit-keyframes outInLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
  }
}
@-moz-keyframes outInLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
  }
}
@-ms-keyframes outInLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
  }
}
@keyframes outInLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
  }
}
@-webkit-keyframes outInRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(15px, 0, 0);
  }
}
@-moz-keyframes outInRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(15px, 0, 0);
  }
}
@-ms-keyframes outInRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(15px, 0, 0);
  }
}
@keyframes outInRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(15px, 0, 0);
  }
}
@-webkit-keyframes vsy-on {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes vsy-on {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes vsy-on {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes vsy-on {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes vsy-off {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
}
@-moz-keyframes vsy-off {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
}
@-ms-keyframes vsy-off {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
}
@keyframes vsy-off {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
}
/*===== FIN VIEWPORT SURVEY =====*/
/*====== PAGES REF ======*/
/*JALIS EXPRESS*/
.bloc--ref, .bloc--jalis {
  margin-bottom: 72px;
}

.jxpress {
  position: relative;
  margin: 48px 0 24px 0;
  display: flex;
}
.fiche .jxpress {
  justify-content: center;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .jxpress {
    flex-direction: column;
  }
}
.jxpress + .jxpress {
  margin: 0;
}
.jxpress a {
  position: relative;
  display: inline-block;
  margin: 0 12px 12px 0;
  padding: 6px 12px;
  font-size: 15px;
  max-width: 360px;
  border-left: 2px solid #1d1d1b;
  color: #1d1d1b;
  word-wrap: normal;
  word-break: keep-all;
  transition: all 280ms 0ms ease-in-out;
}
.jxpress a:hover {
  color: #1d1d1b;
  transition: all 280ms 0ms ease-in-out;
}

.bg-page_ref {
  background-color: rgba(0, 0, 0, 0.1);
}

.zen_page-separateur {
  border: 1px solid black;
}

/*SITEMAP*/
.ref-listing .bordernone, .jalis-listing .bordernone {
  border-top: none;
}
.ref-listing a, .jalis-listing a {
  color: #4d7c2a;
}
.ref-listing > ul div > li, .jalis-listing > ul div > li {
  position: relative;
  display: block;
  border-top: 2px solid black;
  padding: 24px 0 48px 0;
  color: #1d1d1b;
  text-align: left;
  transition: all 280ms 0ms ease-in-out;
}
.ref-listing > ul div > li > a, .jalis-listing > ul div > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 15pt;
  font-weight: bold;
  padding: 0 24px;
  transition: all 280ms 0ms ease-in-out;
}
.ref-listing > ul div > li > a .material-icons, .jalis-listing > ul div > li > a .material-icons {
  font-size: 34px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  margin-right: 15px;
}
.ref-listing > ul div > li > a:hover, .jalis-listing > ul div > li > a:hover {
  opacity: 0.5;
}
.ref-listing > ul div > li > span, .jalis-listing > ul div > li > span {
  position: relative;
  display: block;
}
.ref-listing > ul div > li > span > a, .jalis-listing > ul div > li > span > a {
  position: relative;
  display: block;
  font-size: 15pt;
  font-weight: bold;
  padding-left: 24px;
  transition: all 280ms 0ms ease-in-out;
}
.ref-listing > ul div > li > ul, .jalis-listing > ul div > li > ul {
  margin-top: 12px;
}
.ref-listing > ul div > li > ul > li, .jalis-listing > ul div > li > ul > li {
  position: relative;
  display: block;
}
.ref-listing > ul div > li > ul > li a, .jalis-listing > ul div > li > ul > li a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  padding: 12px 0;
  padding-left: 36px;
  transition: all 280ms 0ms ease-in-out;
}
.ref-listing > ul div > li > ul > li a:hover, .jalis-listing > ul div > li > ul > li a:hover {
  opacity: 0.7;
}
.ref-listing > ul div > li:hover, .jalis-listing > ul div > li:hover {
  border-color: #4d7c2a;
}
.ref-listing > ul div > li:hover > a, .ref-listing > ul div > li:hover > span > a, .jalis-listing > ul div > li:hover > a, .jalis-listing > ul div > li:hover > span > a {
  color: #4d7c2a;
}
.ref-listing > ul div > li:hover > ul > li > a, .jalis-listing > ul div > li:hover > ul > li > a {
  color: #4d7c2a;
}

/*===== FIN PAGES REF =====*/
/*===== BANDEAU COOKIES =====*/
#cookieChoiceInfo {
  position: fixed !important;
  display: block;
  background-color: rgba(29, 29, 27, 0.9);
  bottom: 20px;
  right: 20px;
  padding: 15px 10px 15px 20px;
  text-align: left;
  width: 250px;
  box-shadow: 0 -20px 20px rgba(29, 29, 27, 0.3) inset, 0 1px 3px rgba(29, 29, 27, 0.55);
  margin: 0;
  border-radius: 10px;
}
#cookieChoiceInfo span {
  color: #fff;
}
#cookieChoiceInfo span:before {
  content: "Utilisation des cookies";
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: left;
}
#cookieChoiceInfo a {
  color: #fff !important;
  padding: 3px 0;
}
#cookieChoiceInfo a:last-child {
  position: relative;
  display: block;
  left: 0;
  margin-left: 0;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: left;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
}
#cookieChoiceInfo a:not(#cookieChoiceDismiss) {
  font-weight: bold;
  margin-left: 8px;
}

/*
* Bouton pour fermer le cookie
*/
#cookieChoiceDismiss {
  margin-left: 24px;
}

/*===== ALERTE VIEUX NAVIGATEURS =====*/
.plan--premier {
  overflow-x: clip;
}
.plan--premier input#navCompatAlert, .plan--premier label[for=navCompatAlert] {
  display: none;
}

.section-dpe {
  border: 1px solid #e6e4dd;
  padding: 30px;
  background-color: white;
}

@media only screen and (min-width: 1025px) {
  #dpe_consommation, #dpe_emission {
    width: 100%;
    position: relative;
    float: left;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  #consommation .mention-passoire:before {
    content: "passoire énergétique";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(44%, -50%) rotate(90deg) !important;
    text-align: right;
    font-size: 11px;
    background: #fff;
    padding: 0 10px;
  }
}
/* Empêche le scroll quand la modale est ouverte */
.popup-btn {
  background: black;
  padding: 14px;
  cursor: pointer;
  color: white !important;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 1rem;
}
.modal-overlay .modal-content {
  position: relative;
  width: calc(min(600px, 100%));
  outline: none;
  animation: fadeInScale 0.25s ease;
}
.modal-overlay .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  background: none;
  border: 0;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: black;
  opacity: 0.9;
  z-index: 999;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* menu tab */
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .footer-infos {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .fixxx.bt {
    display: none !important;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .fixxx.bt {
    position: fixed;
    bottom: 65px;
    left: 50px;
    width: calc(100% - 100px);
    font-size: 12px;
    letter-spacing: 0.5px;
    justify-content: center;
    border-radius: 20px !important;
    padding: 10px;
    color: white !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}

ul.menufx {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  z-index: 5;
  box-sizing: border-box;
  background-color: rgba(53, 86, 29, 0.95);
  color: #4d7c2a;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 3px;
  gap: 3px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.45s 0ms ease-in-out;
  transform: translateY(23px);
}
ul.menufx .bt ~ .bt,
ul.menufx .bt:visited ~ .bt,
ul.menufx .bt[type=submit] ~ .bt {
  margin-left: 0;
}
ul.menufx .bt {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  font-weight: bold;
  border-radius: 3px;
}
ul.menufx .bt.small {
  padding: 0;
}
ul.menufx .bt.small a, ul.menufx .bt.small div {
  width: 100%;
  padding: 6px 12px;
}
ul.menufx .bt.blanc > a {
  color: #4d7c2a !important;
}
ul.menufx .bt .favoriteFX {
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
ul.menufx .bt:hover {
  background-color: transparent;
}
ul.menufx > li {
  flex: 1 1 50%;
  background-color: transparent;
  border: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}
ul.menufx > li > a,
ul.menufx > li > div {
  display: block;
  margin: 0 auto;
  background-size: auto !important;
  background-position: center 4px !important;
  text-align: center;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  font-variant-numeric: lining-nums;
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 11px;
}
ul.menufx > li > a .material-icons,
ul.menufx > li > div .material-icons {
  font-size: 21px;
}
ul.menufx > li > a > span,
ul.menufx > li > div > span {
  display: block;
  opacity: 0.8;
}
ul.menufx > li > a.picto--tel,
ul.menufx > li > div.picto--tel {
  background-size: 23px !important;
}
@media only screen and (min-width: 1025px) {
  ul.menufx {
    display: none;
  }
}
body.ready ul.menufx {
  transform: translateY(23px);
}
body.loaded ul.menufx {
  transform: translateY(0);
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*===== web2store_bandeau =====
*/
.bandeau {
  background-color: #4d7c2a;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 31;
  transition: all 1s 0ms cubic-bezier(0, 0, 0.025, 1.02);
}
body.scrolled .bandeau {
  top: -25px;
}
body.scrolled .bandeau:hover {
  top: 0;
}
.bandeau .centrage {
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.bandeau .centrage .click {
  font-size: 14px;
  cursor: pointer;
}
.bandeau .centrage .click i {
  font-size: 18px;
}
.bandeau .centrage .click span {
  font-weight: bold;
}
@media only screen and (max-width: 360px) and (min-width: 0px) {
  .bandeau .centrage .click {
    max-width: 200px;
    margin: 0 auto;
  }
  .bandeau .centrage .click span:nth-child(1) {
    display: block;
  }
  .bandeau .centrage .click i {
    display: none;
  }
}
.bandeau .centrage .click .shut {
  padding: 0 24px;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  box-sizing: border-box;
}
.bandeau .centrage .click .shut.show {
  display: block;
}
.bandeau .centrage .cnt {
  height: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  transition: all 280ms 0ms ease-in-out;
}
.bandeau .centrage .cnt .txt {
  font-size: 22px;
}
.bandeau .centrage .cnt .txt span {
  display: block;
}
.bandeau .centrage .cnt .code {
  font-size: 16px;
  display: inline-block;
  padding: 12px 72px;
  border: 1px solid white;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.bandeau .centrage .cnt.ouvre {
  height: auto;
  margin-top: 96px;
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .bandeau .centrage .cnt .txt {
    font-size: 16px;
  }
  .bandeau .centrage .cnt.ouvre {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 500px) and (min-width: 0px) {
  .bandeau .centrage .click {
    font-size: 12px;
  }
}

/*COUPON*/
.centrage.coupon_print {
  max-width: 900px;
}
.centrage.coupon_print .img {
  max-width: 200px;
  margin: 20px auto;
}

.grostitre {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.centrage.coupon_print .txt_contenu, .bandeau .txt_contenu {
  text-align: center;
  margin-bottom: 20px;
}

/*===== web2store_bandeau FIN =====*/
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.icon.ref {
  font-size: 12px;
  padding: 7px;
}

.icon.big {
  font-size: 28px;
}

/* GRID */
/* annonces mosaiques en display grid */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "e1 e2 e3" "e4 e2 e5" "e6 e6 e7" "e6 e6 e8" "e9 e10 e10";
  grid-gap: 24px;
  /*ESPACE ENTRE LES ELEMENTS*/
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "e1 e2" "e3 e4" "e5 e6" "e7 e8" "e9 e10";
    grid-gap: 12px;
    /*ESPACE ENTRE LES ELEMENTS*/
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-areas: "e1" "e2" "e3" "e4" "e5" "e6" "e7" "e8" "e9" "e10";
    grid-gap: 12px;
    /*ESPACE ENTRE LES ELEMENTS*/
  }
}
.grid-container .encart:nth-child(1) {
  grid-area: e1;
}
.grid-container .encart:nth-child(2) {
  grid-area: e2;
}
.grid-container .encart:nth-child(3) {
  grid-area: e3;
}
.grid-container .encart:nth-child(4) {
  grid-area: e4;
}
.grid-container .encart:nth-child(5) {
  grid-area: e5;
}
.grid-container .encart:nth-child(6) {
  grid-area: e6;
}
.grid-container .encart:nth-child(7) {
  grid-area: e7;
}
.grid-container .encart:nth-child(8) {
  grid-area: e8;
}
.grid-container .encart:nth-child(9) {
  grid-area: e9;
}
.grid-container .encart:nth-child(10) {
  grid-area: e10;
}

/* Fiche mosaique */
.grid-mosaique {
  display: grid;
  gap: 4px;
}
@media only screen and (min-width: 500px) {
  .grid-mosaique {
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "mosa1 mosa1 mosa2 mosa2 mosa3 mosa3" "mosa4 mosa4 mosa4 mosa5 mosa5 mosa5" "mosa6 mosa6 mosa7 mosa7 mosa8 mosa8" "mosa9 mosa9 mosa9 mosa10 mosa10 mosa10" "mosa11 mosa11 mosa12 mosa12 mosa13 mosa13";
  }
  .grid-mosaique .mosa:nth-child(1) {
    grid-area: mosa1;
  }
  .grid-mosaique .mosa:nth-child(2) {
    grid-area: mosa2;
  }
  .grid-mosaique .mosa:nth-child(3) {
    grid-area: mosa3;
  }
  .grid-mosaique .mosa:nth-child(4) {
    grid-area: mosa4;
  }
  .grid-mosaique .mosa:nth-child(5) {
    grid-area: mosa5;
  }
  .grid-mosaique .mosa:nth-child(6) {
    grid-area: mosa6;
  }
  .grid-mosaique .mosa:nth-child(7) {
    grid-area: mosa7;
  }
  .grid-mosaique .mosa:nth-child(8) {
    grid-area: mosa8;
  }
  .grid-mosaique .mosa:nth-child(9) {
    grid-area: mosa9;
  }
  .grid-mosaique .mosa:nth-child(10) {
    grid-area: mosa10;
  }
  .grid-mosaique .mosa:nth-child(11) {
    grid-area: mosa11;
  }
  .grid-mosaique .mosa:nth-child(12) {
    grid-area: mosa12;
  }
  .grid-mosaique .mosa:nth-child(13) {
    grid-area: mosa13;
  }
}
@media only screen and (max-width: 500px) and (min-width: 0px) {
  .grid-mosaique {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* FIN Fiche mosaique */
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.grid-gallery .gallery:nth-child(1) {
  grid-area: 1/6/6/1;
}
.grid-gallery .gallery:nth-child(2) {
  grid-area: 4/7/7/4;
}
.grid-gallery .gallery:only-child {
  grid-area: 1/7/7/1;
}
.grid-gallery.reverse .gallery:nth-child(1) {
  grid-area: 1/7/6/3;
}
.grid-gallery.reverse .gallery:nth-child(2) {
  grid-area: 4/4/7/1;
}

.grid-gallery2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.grid-gallery2 .gallery:nth-child(1) {
  grid-area: 1/4/5/1;
}
.grid-gallery2 .gallery:nth-child(2) {
  grid-area: 3/7/6/4;
}
.grid-gallery2 .gallery:nth-child(3) {
  grid-area: 5/4/7/2;
}
.grid-gallery2 .gallery:only-child {
  grid-area: 1/7/7/1;
}

.grid-listing {
  display: grid;
  width: 100%;
}
.grid-listing.x2all {
  grid-template-columns: repeat(2, 1fr);
}
.grid-listing.x2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.x2 {
    grid-template-columns: 1fr;
  }
  .section-reassurance .grid-listing.x2, .section-encarts .grid-listing.x2, .section-gallerie .grid-listing.x2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .grid-listing.quinconce {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.quinconce {
    grid-template-columns: 1fr;
  }
}
.grid-listing.x2b {
  grid-template-columns: 4fr 8fr;
}
.grid-listing.x2b.reverse {
  grid-template-columns: 8fr 4fr;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .grid-listing.x2b {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.x2b {
    grid-template-columns: 1fr !important;
  }
}
.grid-listing.x3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .grid-listing.x3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-reassurance .grid-listing.x3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.x3 {
    grid-template-columns: 1fr;
  }
  .section-reassurance .grid-listing.x3, .section-gallerie .grid-listing.x3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-listing.x4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .grid-listing.x4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.x4 {
    grid-template-columns: 1fr;
  }
  .section-reassurance .grid-listing.x4, .section-encarts .grid-listing.x4, .section-gallerie .grid-listing.x4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-listing.x5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .grid-listing.x5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.x5 {
    grid-template-columns: 1fr;
  }
  .section-reassurance .grid-listing.x5, .section-gallerie .grid-listing.x5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-listing.x6 {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .grid-listing.x6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.x6 {
    grid-template-columns: 1fr;
  }
  .section-reassurance .grid-listing.x6, .section-gallerie .grid-listing.x6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-listing.x8 {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .grid-listing.x8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.x8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-listing.x10 {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .grid-listing.x10 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .grid-listing.x10 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bloc_argu {
  width: max-content !important;
  max-width: 360px;
  padding: 35px 45px 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 800px) and (min-width: 0px) {
  .bloc_argu {
    padding: 30px;
  }
}
.bloc_argu.fullWidth {
  width: 100% !important;
  max-width: unset;
}
.bloc_argu.sectionBloc {
  background: white;
}
.bloc_argu.sectionBloc .headline-3 {
  max-width: 75%;
  margin: 0 auto 30px;
}
.bloc_argu.liste_transp {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}
.bloc_argu.liste_transp .bt-footer-full {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bloc_argu.liste_transp .bt-footer-full:hover {
  background: #4d7c2a;
}
.bloc_argu.liste_transp .bdt {
  border-color: rgba(255, 255, 255, 0.15);
}
.bloc_argu.liste_transp ul > li::before {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: none;
}
.bloc_argu.liste_transp ul > li:hover::before {
  background: #4d7c2a;
  border-color: #4d7c2a !important;
}
.bloc_argu.inFiche {
  padding: 0;
  background: transparent;
}
.bloc_argu .bt-footer-full {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc(100% + 90px);
  margin: 30px -45px -40px;
  padding: 20px;
  background: #4d7c2a;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  transition: all 280ms 0ms ease-in-out;
}
.bloc_argu .bt-footer-full .material-icons {
  font-size: 1.2rem;
}
.bloc_argu .bt-footer-full .material-icons.arrow {
  transition: all 280ms 0ms ease-in-out;
  opacity: 0;
  transform: translateX(-10px);
}
.bloc_argu .bt-footer-full:hover {
  background: #3a5e1f;
  color: white;
}
.bloc_argu .bt-footer-full:hover .material-icons.arrow {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 800px) and (min-width: 0px) {
  .bloc_argu .bt-footer-full {
    width: calc(100% + 60px);
    margin: 20px -30px -30px;
    padding: 15px;
  }
}
.bloc_argu ul {
  list-style: unset !important;
}
.bloc_argu ul li {
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  gap: 15px;
  font-size: 1em;
  font-weight: 600;
  transition: all 280ms 0ms ease-in-out;
}
.bloc_argu ul li::before {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: #4d7c2a;
  color: white;
  border: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  content: "✔";
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 280ms 0ms ease-in-out;
}
.bloc_argu ul li:hover {
  transform: translateX(8px);
}
.bloc_argu ul li:hover::before {
  background: #3a5e1f;
  transform: scale(1.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 800px) and (min-width: 0px) {
  .bloc_argu ul {
    font-size: 13px;
  }
  .bloc_argu ul li {
    margin-bottom: 10px !important;
  }
}

.jxpressJay {
  position: relative;
  margin: 48px 0 24px 0;
  display: flex;
  flex-direction: column;
}
.jxpressJay + .jxpress {
  margin: 0;
}
.jxpressJay a {
  position: relative;
  display: inline-block;
  margin: 0 12px 12px 0;
  padding: 6px 12px;
  font-size: 1em;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.6);
  word-wrap: normal;
  word-break: keep-all;
  transition: all 280ms 0ms ease-in-out;
}
.jxpressJay a:hover {
  color: white;
  transition: all 280ms 0ms ease-in-out;
}

.bg-plan {
  background-color: #eee;
}

.box-shadow {
  box-shadow: 0 0px 80px rgba(0, 0, 0, 0.1);
}

.traitseparateur {
  border: 1px solid black;
}

/*SITEMAP*/
.jalis-plan-site .bordernone {
  border-top: none;
}
.jalis-plan-site a {
  color: #1d1d1b;
}
.jalis-plan-site > ul div > li {
  position: relative;
  display: block;
  border-top: 2px solid black;
  padding: 24px 0 48px 0;
  color: #1d1d1b;
  text-align: left;
  transition: all 280ms 0ms ease-in-out;
}
.jalis-plan-site > ul div > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 15pt;
  font-weight: bold;
  padding: 0 24px;
  transition: all 280ms 0ms ease-in-out;
}
.jalis-plan-site > ul div > li > a .material-icons {
  font-size: 34px;
  background-color: #eee;
  border-radius: 25px;
  margin-right: 15px;
}
.jalis-plan-site > ul div > li > span {
  position: relative;
  display: block;
}
.jalis-plan-site > ul div > li > span > a {
  position: relative;
  display: block;
  font-size: 15pt;
  font-weight: bold;
  padding-left: 24px;
  transition: all 280ms 0ms ease-in-out;
}
.jalis-plan-site > ul div > li > ul {
  margin-top: 12px;
}
.jalis-plan-site > ul div > li > ul > li {
  position: relative;
  display: block;
}
.jalis-plan-site > ul div > li > ul > li a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  padding: 12px 0;
  padding-left: 36px;
  transition: all 280ms 0ms ease-in-out;
}
.jalis-plan-site > ul div > li > ul > li a:hover {
  color: #4d7c2a;
}
.jalis-plan-site > ul div > li:hover {
  border-color: #4d7c2a;
}
.jalis-plan-site > ul div > li:hover > a, .jalis-plan-site > ul div > li:hover > span > a {
  color: #4d7c2a;
}
.jalis-plan-site > ul div > li:hover > ul > li > a {
  color: #4d7c2a;
}

/* /!\ Attention, la nav est en mobile first ! */
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi {
    z-index: 4;
    position: fixed;
    height: 100%;
    width: 100% !important;
    top: 0;
    margin: 0;
    box-sizing: border-box;
    z-index: 10001;
    background-color: white;
    padding-bottom: 140px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 280ms 0ms ease-in-out;
    right: -50%;
  }
  body.menu-active nav.nav_multi {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi ul {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  nav.nav_multi ul:first-child {
    margin-top: 100px;
  }
}
nav.nav_multi > ul.domaines {
  position: relative;
}
nav.nav_multi > ul.domaines:before {
  position: absolute;
  display: block;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background: black;
  content: "";
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi > ul.domaines:before {
    bottom: auto;
    top: 0;
    width: 5px;
    left: 0;
    height: 100%;
    transition: none;
  }
}
nav.nav_multi > ul.domaines.active:before, nav.nav_multi > ul.domaines:hover:before {
  position: absolute;
  display: block;
  width: 100%;
  left: 0%;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi > ul.domaines.active:before, nav.nav_multi > ul.domaines:hover:before {
    width: 5px;
    transition: none;
  }
}
nav.nav_multi > ul.domaines.active:before {
  background: #4d7c2a;
}
nav.nav_multi > ul.domaines.active li > a:after {
  border-color: #4d7c2a;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi > ul.domaines.aRotate > li > a:after {
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
  }
}
nav.nav_multi > ul.domaines:first-child li {
  border-top: 0;
}
nav.nav_multi > ul.domaines > li {
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi > ul.domaines > li {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi > ul.domaines > li > a {
    display: block;
    padding: 16px 20px;
  }
  nav.nav_multi > ul.domaines > li > a:after {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    content: " ";
    border-right: 2px solid black;
    border-top: 2px solid black;
    transform: rotate(0deg);
    top: 50%;
    right: 10px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 280ms 0ms ease-in-out;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) and (min-width: 1025px) {
  nav.nav_multi > ul.domaines > li > a:after {
    right: 2px;
  }
  body.header-transparent:not(.scrolled) nav.nav_multi > ul.domaines > li > a:after {
    border-color: white;
  }
}
nav.nav_multi > ul.domaines:not(.active) > li > a {
  color: #1d1d1b;
}
nav.nav_multi > ul.sites {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi > ul.sites {
    display: grid;
    overflow-y: auto;
    padding: 10px 5%;
    margin-bottom: 10px;
  }
  nav.nav_multi > ul.sites.deux_colonnes {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  nav.nav_multi > ul.sites:not(.active) {
    display: none;
  }
}
nav.nav_multi > ul.sites > li {
  position: relative;
  display: block;
  margin: 0;
  /*sous menu*/
}
nav.nav_multi > ul.sites > li > a, nav.nav_multi > ul.sites > li > span, nav.nav_multi > ul.sites > li > span > a, nav.nav_multi > ul.sites > li > span > span {
  position: relative;
  display: block;
  z-index: 3;
}
nav.nav_multi > ul.sites > li > a, nav.nav_multi > ul.sites > li > span > a, nav.nav_multi > ul.sites > li > span > span {
  font-family: "Noto Serif", serif;
  color: black;
  font-size: 14px;
  padding: 10px;
  margin: 0;
  background: transparent;
  overflow: hidden;
  text-align: left;
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi > ul.sites > li > a, nav.nav_multi > ul.sites > li > span > a, nav.nav_multi > ul.sites > li > span > span {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  > li > nav.nav_multi > ul.sites > li > a, > li > nav.nav_multi > ul.sites > li > span > a, > li > nav.nav_multi > ul.sites > li > span > span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
nav.nav_multi > ul.sites > li > a:before, nav.nav_multi > ul.sites > li > span > a:before, nav.nav_multi > ul.sites > li > span > span:before {
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: #4d7c2a;
  content: " ";
  transition: all 280ms 0ms ease-in-out;
}
body.header-transparent:not(.scrolled) nav.nav_multi > ul.sites > li > a:before, body.header-transparent:not(.scrolled) nav.nav_multi > ul.sites > li > span > a:before, body.header-transparent:not(.scrolled) nav.nav_multi > ul.sites > li > span > span:before {
  background: white;
}
nav.nav_multi > ul.sites > li > a:after, nav.nav_multi > ul.sites > li > span > a:after, nav.nav_multi > ul.sites > li > span > span:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  content: " ";
  border-right: 2px solid black;
  border-top: 2px solid black;
  transform: rotate(0deg);
  top: 50%;
  right: 10px;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (min-width: 1025px) {
  nav.nav_multi > ul.sites > li > a:after, nav.nav_multi > ul.sites > li > span > a:after, nav.nav_multi > ul.sites > li > span > span:after {
    right: 2px;
  }
  body.header-transparent:not(.scrolled) nav.nav_multi > ul.sites > li > a:after, body.header-transparent:not(.scrolled) nav.nav_multi > ul.sites > li > span > a:after, body.header-transparent:not(.scrolled) nav.nav_multi > ul.sites > li > span > span:after {
    border-color: white;
  }
}
nav.nav_multi > ul.sites > li > a:only-child:after, nav.nav_multi > ul.sites > li > span > a:only-child:after, nav.nav_multi > ul.sites > li > span > span:only-child:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  nav.nav_multi > ul.sites > li > a:not(:only-child), nav.nav_multi > ul.sites > li > span > a:not(:only-child), nav.nav_multi > ul.sites > li > span > span:not(:only-child) {
    padding-right: 18px;
  }
}
nav.nav_multi > ul.sites > li:first-of-type > a, nav.nav_multi > ul.sites > li:first-of-type > span > a, nav.nav_multi > ul.sites > li:first-of-type > span > span {
  /* pour exception menu premier lien*/
}
nav.nav_multi > ul.sites > li:last-of-type > a, nav.nav_multi > ul.sites > li:last-of-type > span > a, nav.nav_multi > ul.sites > li:last-of-type > span > span {
  /* pour exception menu dernier lien*/
}
nav.nav_multi > ul.sites > li:hover, nav.nav_multi > ul.sites > li.active {
  z-index: 100;
}
nav.nav_multi > ul.sites > li:hover > a, nav.nav_multi > ul.sites > li:hover > span > a, nav.nav_multi > ul.sites > li:hover > span > span, nav.nav_multi > ul.sites > li.active > a, nav.nav_multi > ul.sites > li.active > span > a, nav.nav_multi > ul.sites > li.active > span > span {
  color: #4d7c2a;
  background: transparent;
  transition: all 280ms 0ms ease-in-out;
}
nav.nav_multi > ul.sites > li:hover > a:after, nav.nav_multi > ul.sites > li:hover > span > a:after, nav.nav_multi > ul.sites > li:hover > span > span:after, nav.nav_multi > ul.sites > li.active > a:after, nav.nav_multi > ul.sites > li.active > span > a:after, nav.nav_multi > ul.sites > li.active > span > span:after {
  border-right-color: #4d7c2a;
  border-top-color: #4d7c2a;
}
nav.nav_multi > ul.sites > li:active > a, nav.nav_multi > ul.sites > li:active > span > a, nav.nav_multi > ul.sites > li:active > span > span {
  color: color-check(#4d7c2a, 20%);
  background: color-check(transparent, 20%);
  transition: all 280ms 0ms ease-in-out;
}
nav.nav_multi > ul.sites > li > ul, nav.nav_multi > ul.sites > li > span > ul {
  position: relative;
  display: block;
  transition: all 280ms 0ms ease-in-out;
  padding: 12px 0;
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  nav.nav_multi > ul.sites > li > ul, nav.nav_multi > ul.sites > li > span > ul {
    padding: 0px 0 12px;
  }
}
nav.nav_multi > ul.sites > li > ul > li, nav.nav_multi > ul.sites > li > span > ul > li {
  position: relative;
  display: block;
}
nav.nav_multi > ul.sites > li > ul > li > a, nav.nav_multi > ul.sites > li > ul > li > span, nav.nav_multi > ul.sites > li > ul > li > span > a, nav.nav_multi > ul.sites > li > span > ul > li > a, nav.nav_multi > ul.sites > li > span > ul > li > span, nav.nav_multi > ul.sites > li > span > ul > li > span > a {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1025px) {
  nav.nav_multi > ul.sites > li > ul > li > a, nav.nav_multi > ul.sites > li > ul > li > span, nav.nav_multi > ul.sites > li > ul > li > span > a, nav.nav_multi > ul.sites > li > span > ul > li > a, nav.nav_multi > ul.sites > li > span > ul > li > span, nav.nav_multi > ul.sites > li > span > ul > li > span > a {
    white-space: nowrap;
  }
}
nav.nav_multi > ul.sites > li > ul > li > a.header_laius, nav.nav_multi > ul.sites > li > ul > li > span.header_laius, nav.nav_multi > ul.sites > li > ul > li > span > a.header_laius, nav.nav_multi > ul.sites > li > span > ul > li > a.header_laius, nav.nav_multi > ul.sites > li > span > ul > li > span.header_laius, nav.nav_multi > ul.sites > li > span > ul > li > span > a.header_laius {
  width: 220px;
  white-space: initial;
}
nav.nav_multi > ul.sites > li > ul > li > a, nav.nav_multi > ul.sites > li > ul > li > span > a, nav.nav_multi > ul.sites > li > span > ul > li > a, nav.nav_multi > ul.sites > li > span > ul > li > span > a {
  padding: 8px 25px;
  font-family: "Noto Serif", serif;
  color: black;
  background: transparent;
  text-align: left;
  font-size: 13px;
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (min-width: 1025px) {
  nav.nav_multi > ul.sites > li > ul > li > a:hover, nav.nav_multi > ul.sites > li > ul > li > span > a:hover, nav.nav_multi > ul.sites > li > span > ul > li > a:hover, nav.nav_multi > ul.sites > li > span > ul > li > span > a:hover {
    transform: translateX(6px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  nav.nav_multi > ul.sites > li > ul > li > a, nav.nav_multi > ul.sites > li > ul > li > span > a, nav.nav_multi > ul.sites > li > span > ul > li > a, nav.nav_multi > ul.sites > li > span > ul > li > span > a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 3px;
    background: white;
  }
}
nav.nav_multi > ul.sites > li > ul > li > a:hover, nav.nav_multi > ul.sites > li > ul > li > a.active, nav.nav_multi > ul.sites > li > ul > li > span > a:hover, nav.nav_multi > ul.sites > li > ul > li > span > a.active, nav.nav_multi > ul.sites > li > span > ul > li > a:hover, nav.nav_multi > ul.sites > li > span > ul > li > a.active, nav.nav_multi > ul.sites > li > span > ul > li > span > a:hover, nav.nav_multi > ul.sites > li > span > ul > li > span > a.active {
  color: #4d7c2a;
  background: white;
}
nav.nav_multi > ul.sites > li > ul > li > a:active, nav.nav_multi > ul.sites > li > ul > li > span > a:active, nav.nav_multi > ul.sites > li > span > ul > li > a:active, nav.nav_multi > ul.sites > li > span > ul > li > span > a:active {
  background: color-check(white, 10%);
  color: color-check(#4d7c2a, 10%);
}
body.ie8 nav.nav_multi > ul.sites > li > ul, body.ie8 nav.nav_multi > ul.sites > li > span > ul {
  display: none;
}
@media only screen and (min-width: 1025px) {
  nav.nav_multi {
    display: flex;
    flex-flow: row wrap;
  }
  nav.nav_multi ul.domaines {
    order: 0;
    display: flex;
  }
  body.header-transparent:not(.scrolled) nav.nav_multi ul.domaines:before {
    background: white;
  }
  nav.nav_multi ul.domaines > li {
    padding: 0;
  }
  nav.nav_multi ul.domaines > li > a {
    padding: 13px 20px;
    display: block;
  }
  body.header-transparent:not(.scrolled) nav.nav_multi ul.domaines > li > a {
    color: white;
  }
  nav.nav_multi ul.sites {
    order: 1;
    display: flex !important;
    flex: 1 100%;
  }
  nav.nav_multi ul.sites > li > a {
    padding: 20px;
  }
  body.header-transparent:not(.scrolled) nav.nav_multi ul.sites > li > a {
    color: white;
  }
  nav.nav_multi ul.sites > li > ul {
    position: absolute;
    overflow: hidden;
    background: white;
    top: 100%;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  body.ie8 nav.nav_multi ul.sites > li > ul {
    left: 0;
  }
  nav.nav_multi ul.sites > li > ul > li > a, nav.nav_multi ul.sites > li > ul > li > span > a, nav.nav_multi ul.sites > li > ul > li > span > span {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: black;
    background-color: transparent;
  }
  nav.nav_multi ul.sites > li:hover > ul, nav.nav_multi ul.sites > li:hover > span > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 280ms 0ms ease-in-out;
  }
  nav.nav_multi ul.sites > li:active > ul, nav.nav_multi ul.sites > li:active > span > ul {
    opacity: 1;
    transition: all 280ms 0ms ease-in-out;
  }
  nav.nav_multi ul.sites:not(.active) {
    display: none !important;
  }
}
/* SWIPER */
/* SWIPER */
:root {
  --swiper-navigation-size: 50px;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #4d7c2a;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: col(ton);
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: col(ton);
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

/* Swiper Button Styles */
.swiper-button-next {
  right: 0;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
}
@media only screen and (min-width: 1025px) {
  .swiper-button-next,
.swiper-button-prev {
    background: rgba(29, 29, 27, 0.4);
  }
}

/* Flèche pour le bouton suivant */
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
}

/* Style de la flèche droite */
.swiper-button-next::before {
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .swiper-button-next::before {
    left: -3px;
  }
}

/* Style de la flèche gauche */
.swiper-button-prev::before {
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before {
    right: -3px;
  }
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  margin-top: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #4d7c2a;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #4d7c2a;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: #4d7c2a;
}

.swiper-pagination-progressbar {
  background: #4d7c2a;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #4d7c2a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: #4d7c2a;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #4d7c2a;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* bouton ancre laius */
.bouton_listing:before {
  content: "Voir nos réalisations";
}
body.faq .bouton_listing:before {
  content: "Voir nos questions";
}
body.gui .bouton_listing:before {
  content: "Voir nos guides locaux";
}

.before-after-slider {
  position: relative;
  width: 100%;
}
.before-after-slider .before,
.before-after-slider .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.before-after-slider .after {
  width: 100%;
  clip-path: inset(0 50% 0 0);
}
.before-after-slider .slider {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #fff;
  cursor: ew-resize;
  transform: translateX(-50%);
}
.before-after-slider .slider::before, .before-after-slider .slider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(-50%);
}
.before-after-slider .slider::before {
  left: -10px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
.before-after-slider .slider::after {
  right: -10px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.section-encarts {
  /* &:before{
  			content: '';
  			position: absolute;
  			top: 0; bottom: 0;
  			left: 0; right: 0;
  			width: 100%; height: 100%;
  			background: #F7F9FF;
  background: linear-gradient(180deg, rgba(247, 249, 255, 1) 0%, rgba(233, 235, 247, 1) 100%);
  	} */
}

/* CHICKLETS */
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .chicklets-wrapper {
    justify-content: center;
  }
}

.chicklet {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  gap: 12px;
  color: white;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .chicklet {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}
.chicklet:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.chicklet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.chicklet-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 0 10px rgba(58, 94, 31, 0.3));
}
.chicklet-text {
  white-space: nowrap;
}

.rea-card {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rea-card:hover {
  transform: translateY(-5px);
}
.rea-card:hover .rea-icon-box {
  transform: scale(1.1);
  background: #3a5e1f;
}
.rea-card:hover .rea-icon-box .img {
  filter: brightness(0) invert(1);
}

.rea-icon-box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .rea-icon-box {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}

.ann-modern {
  transition: all 1s cubic-bezier(0, 0, 0.025, 1.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: white;
}
.ann-modern:hover {
  transform: translateY(-8px);
  box-shadow: rgba(58, 58, 56, 0.08) 0 30px 60px -12px, rgba(58, 94, 31, 0.04) 0 0 20px 0;
  border-color: rgba(77, 124, 42, 0.1);
}
.ann-modern:hover .hovscale img {
  transform: scale(1.1);
}
.ann-modern:hover .cta-line {
  width: 36px !important;
  background: #4d7c2a;
}
.ann-modern .hovscale {
  overflow: hidden;
}
.ann-modern .hovscale img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ann-modern .modern-fav {
  padding: 8px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 0 0 0 16px;
  transition: all 0.3s ease;
}
.ann-modern .modern-fav:hover {
  background: white;
}
.ann-modern .ann-tagline {
  max-width: 100%;
  color: #4d7c2a;
}
.ann-modern .modern-cta .cta-line {
  width: 16px;
  height: 1px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ann-modern .transition-all {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section-edito:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 80%;
  width: 25%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #4d7c2a 0, #3a5e1f 0.9px, white 0, white 50%);
  background-size: 12px 12px;
  opacity: 0.1;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .section-edito:before {
    display: none;
  }
}

.bg-deco:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 80%;
  width: 25%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #4d7c2a 0, #3a5e1f 0.9px, white 0, white 50%);
  background-size: 12px 12px;
  opacity: 0.1;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .bg-deco:before {
    display: none;
  }
}

.bg-flash:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../img/interface/bckgnd.png) no-repeat;
  background-size: cover;
  opacity: 0.3;
  mix-blend-mode: overlay;
}

.section-edito-prime {
  padding: 0;
}

.edito-prime__tagline {
  padding: 72px 48px 48px;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 1.6;
  color: rgba(29, 29, 27, 0.6);
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .edito-prime__tagline {
    padding: 48px 24px;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
  }
}
.edito-prime__upper {
  display: flex;
  align-items: stretch;
  min-height: clamp(360px, 55vh, 580px);
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .edito-prime__upper {
    flex-direction: column;
    min-height: 0;
  }
}
.edito-prime__left {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 72px 60px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .edito-prime__left {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    padding: 48px 24px;
  }
}
.edito-prime__label {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.edito-prime__label-l1, .edito-prime__label-l2 {
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  line-height: 0.92;
  color: #1d1d1b;
  font-size: clamp(2.4rem, 3.8vw, 5rem);
}
.edito-prime__label-l2 em {
  font-style: italic;
  font-weight: 400;
  color: #4d7c2a;
}
.edito-prime__thumb {
  position: absolute;
  width: 240px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .edito-prime__thumb {
    width: 90px;
  }
}
.edito-prime__image-main {
  flex: 1;
  position: relative;
}
.edito-prime__lower {
  display: flex;
  align-items: stretch;
  min-height: clamp(360px, 55vh, 560px);
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .edito-prime__lower {
    flex-direction: column;
    min-height: 0;
  }
}
.edito-prime__image-alt {
  width: 48%;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .edito-prime__image-alt {
    width: 100%;
    min-height: 280px;
  }
}
.edito-prime__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .edito-prime__content {
    padding: 48px 24px;
  }
}
.edito-prime__heading {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #1d1d1b;
  margin-bottom: 36px;
  font-size: clamp(1.6rem, 2.5vw, 2.8rem);
}
.edito-prime__body {
  columns: 2;
  column-gap: 48px;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .edito-prime__body {
    columns: 1;
    text-align: left;
  }
}

/* MAP SECTEURS */
.section-map .clip_carte {
  clip-path: circle(50% at 50% 50%);
  background-color: #4d7c2a;
}
.section-map .clip_carte .map {
  transform: scale(2.2) translate(-28%, -30%);
}
.section-map .cursor {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.section-map .cursor.is-active, .section-map .cursor:hover {
  transform: translate(-50%, -50%) scale(1);
  z-index: 100;
}
.section-map .cursor__pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: #4d7c2a;
  opacity: 0.45;
  animation: map-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.section-map .cursor__dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #4d7c2a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.3s ease;
}
.section-map .cursor.is-active .section-map .cursor__dot, .section-map .cursor:hover .section-map .cursor__dot {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.section-map .cursor__label {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: black;
  color: white;
  font-family: "Noto Serif", serif;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.section-map .cursor__label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: black;
}
.section-map .cursor.is-active .section-map .cursor__label, .section-map .cursor:hover .section-map .cursor__label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.section-map .city {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #4d7c2a;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}
.section-map .city:hover, .section-map .city.is-active {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}
.section-map .city__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #4d7c2a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-family: "Noto Serif", serif;
}
.section-map .city__name {
  font-size: 0.95em;
  letter-spacing: 0.03em;
}

@keyframes map-ping {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  75%, 100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.map {
  background: url(../img/interface/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-map {
  background: linear-gradient(135deg, #3a5e1f 0%, #223812 100%);
  position: relative;
  overflow: hidden;
}
.section-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/interface/grid-pattern.svg");
  opacity: 0.1;
  pointer-events: none;
}

.city-bloc {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.city-bloc .city {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 100px;
  color: white;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(5px);
}
.city-bloc .city__num {
  width: 24px;
  height: 24px;
  background: #4d7c2a;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  margin-right: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
}
.city-bloc .city__name {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: 500;
}
.city-bloc .city.is-active, .city-bloc .city:hover {
  background: white;
  color: #3a5e1f;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.city-bloc .city.is-active .city__num, .city-bloc .city:hover .city__num {
  background: #3a5e1f;
}

.cursor {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.cursor__dot {
  width: 14px;
  height: 14px;
  background: #4d7c2a;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  box-shadow: 0 0 10px rgba(77, 124, 42, 0.5);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cursor__pulse {
  position: absolute;
  width: 28px;
  height: 28px;
  background: rgba(77, 124, 42, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseMap 2s infinite;
  pointer-events: none;
}
.cursor__label {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: white;
  color: #3a5e1f;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.cursor__label::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}
.cursor.is-active, .cursor:hover {
  z-index: 20;
}
.cursor.is-active .cursor__dot, .cursor:hover .cursor__dot {
  transform: scale(1.2);
  background: white;
  border-color: #4d7c2a;
  color: #3a5e1f;
}
.cursor.is-active .cursor__label, .cursor:hover .cursor__label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@keyframes pulseMap {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.ti-widget-container {
  margin: 0 !important;
}

.reviews .ti-reviews-container-wrapper {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

/* .slide-logos .swiper-wrapper {
  transition-timing-function: linear !important;
} */
/*!======= JALIS TOUCH CSS =======*/
/* elements propres a touch */
.entete1 {
  font-size: 30px;
}

.entete2 {
  font-size: 26px;
}

.entete3 {
  font-size: 22px;
}

.entete4 {
  font-size: 18px;
}

.entete5 {
  font-size: 16px;
}

.entete6 {
  font-size: 14px;
}

#preloadImages {
  display: none;
}

#ulAdminToolbar {
  position: fixed;
  display: block;
  z-index: 20;
  top: 72px;
  left: 0;
  border-right: 8px solid #e6e4dd;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px;
  width: 150px;
  box-sizing: border-box;
  transform: translateX(-142px);
  transition: all 280ms 0ms ease-in-out;
}
#ulAdminToolbar > a#adminAnchor {
  position: absolute;
  display: block;
  cursor: pointer;
  left: 108%;
  top: 50%;
  transform: translateX(-50%);
  padding: 35px 5px 5px 5px;
  min-width: 61px;
  background: url(http://www.jalis.fr/jalis/logo-jalistouch-2.0.png) no-repeat center 5px;
  color: white;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
#ulAdminToolbar > ul > li {
  position: relative;
  display: block;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 5px;
  text-align: right;
}
#ulAdminToolbar > ul > li > a {
  color: white;
}
#ulAdminToolbar > ul > li:hover {
  background: rgba(0, 0, 0, 0.5);
}
#ulAdminToolbar > ul > li > ul > li {
  font-size: 13px;
  padding: 2px 5px;
  text-align: right;
}
#ulAdminToolbar > ul > li > ul > li > a {
  color: #a0a0a0;
}
#ulAdminToolbar > ul > li > ul > li > a:hover {
  color: #ffffff;
}
#ulAdminToolbar:hover, #ulAdminToolbar:active {
  transform: translateX(0);
  transition: all 280ms 0ms ease-in-out;
}
@media only screen and (max-width: 1000px) and (min-width: 0px) {
  #ulAdminToolbar {
    display: none;
  }
}

/*********
 * Fiche *
 *********/
.alertArchive {
  position: relative;
  display: block;
  padding: 24px;
  background: tint(#40bf40, 90%);
  color: #40bf40;
  border: 1px solid tint(#40bf40, 60%);
}

/********************
 * Mentions légales *
 ********************/
#mentions_legales p {
  margin: 0 0 24px 0;
}

.op-0 {
  opacity: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.fs-8 {
  font-size: 0.8rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.25rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-3 {
  font-size: 3rem;
}

.fs-4 {
  font-size: 4rem;
}

.fs-5 {
  font-size: 5rem;
}

.fs-7 {
  font-size: 7rem;
}

.fs-8-8 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-8 {
    font-size: 0.8rem;
  }
}

.fs-8-1 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-1 {
    font-size: 1rem;
  }
}

.fs-8-12 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-12 {
    font-size: 1.25rem;
  }
}

.fs-8-15 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-15 {
    font-size: 1.5rem;
  }
}

.fs-8-18 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-18 {
    font-size: 1.8rem;
  }
}

.fs-8-2 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-2 {
    font-size: 2rem;
  }
}

.fs-8-25 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-25 {
    font-size: 2.5rem;
  }
}

.fs-8-3 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-3 {
    font-size: 3rem;
  }
}

.fs-8-4 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-4 {
    font-size: 4rem;
  }
}

.fs-8-5 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-5 {
    font-size: 5rem;
  }
}

.fs-8-7 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-8-7 {
    font-size: 7rem;
  }
}

.fs-1-8 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-8 {
    font-size: 0.8rem;
  }
}

.fs-1-1 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-1 {
    font-size: 1rem;
  }
}

.fs-1-12 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-12 {
    font-size: 1.25rem;
  }
}

.fs-1-15 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-15 {
    font-size: 1.5rem;
  }
}

.fs-1-18 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-18 {
    font-size: 1.8rem;
  }
}

.fs-1-2 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-2 {
    font-size: 2rem;
  }
}

.fs-1-25 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-25 {
    font-size: 2.5rem;
  }
}

.fs-1-3 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-3 {
    font-size: 3rem;
  }
}

.fs-1-4 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-4 {
    font-size: 4rem;
  }
}

.fs-1-5 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-5 {
    font-size: 5rem;
  }
}

.fs-1-7 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-1-7 {
    font-size: 7rem;
  }
}

.fs-12-8 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-8 {
    font-size: 0.8rem;
  }
}

.fs-12-1 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-1 {
    font-size: 1rem;
  }
}

.fs-12-12 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-12 {
    font-size: 1.25rem;
  }
}

.fs-12-15 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-15 {
    font-size: 1.5rem;
  }
}

.fs-12-18 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-18 {
    font-size: 1.8rem;
  }
}

.fs-12-2 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-2 {
    font-size: 2rem;
  }
}

.fs-12-25 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-25 {
    font-size: 2.5rem;
  }
}

.fs-12-3 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-3 {
    font-size: 3rem;
  }
}

.fs-12-4 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-4 {
    font-size: 4rem;
  }
}

.fs-12-5 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-5 {
    font-size: 5rem;
  }
}

.fs-12-7 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-12-7 {
    font-size: 7rem;
  }
}

.fs-15-8 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-8 {
    font-size: 0.8rem;
  }
}

.fs-15-1 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-1 {
    font-size: 1rem;
  }
}

.fs-15-12 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-12 {
    font-size: 1.25rem;
  }
}

.fs-15-15 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-15 {
    font-size: 1.5rem;
  }
}

.fs-15-18 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-18 {
    font-size: 1.8rem;
  }
}

.fs-15-2 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-2 {
    font-size: 2rem;
  }
}

.fs-15-25 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-25 {
    font-size: 2.5rem;
  }
}

.fs-15-3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-3 {
    font-size: 3rem;
  }
}

.fs-15-4 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-4 {
    font-size: 4rem;
  }
}

.fs-15-5 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-5 {
    font-size: 5rem;
  }
}

.fs-15-7 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-15-7 {
    font-size: 7rem;
  }
}

.fs-18-8 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-8 {
    font-size: 0.8rem;
  }
}

.fs-18-1 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-1 {
    font-size: 1rem;
  }
}

.fs-18-12 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-12 {
    font-size: 1.25rem;
  }
}

.fs-18-15 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-15 {
    font-size: 1.5rem;
  }
}

.fs-18-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-18 {
    font-size: 1.8rem;
  }
}

.fs-18-2 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-2 {
    font-size: 2rem;
  }
}

.fs-18-25 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-25 {
    font-size: 2.5rem;
  }
}

.fs-18-3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-3 {
    font-size: 3rem;
  }
}

.fs-18-4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-4 {
    font-size: 4rem;
  }
}

.fs-18-5 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-5 {
    font-size: 5rem;
  }
}

.fs-18-7 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18-7 {
    font-size: 7rem;
  }
}

.fs-2-8 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-8 {
    font-size: 0.8rem;
  }
}

.fs-2-1 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-1 {
    font-size: 1rem;
  }
}

.fs-2-12 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-12 {
    font-size: 1.25rem;
  }
}

.fs-2-15 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-15 {
    font-size: 1.5rem;
  }
}

.fs-2-18 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-18 {
    font-size: 1.8rem;
  }
}

.fs-2-2 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-2 {
    font-size: 2rem;
  }
}

.fs-2-25 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-25 {
    font-size: 2.5rem;
  }
}

.fs-2-3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-3 {
    font-size: 3rem;
  }
}

.fs-2-4 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-4 {
    font-size: 4rem;
  }
}

.fs-2-5 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-5 {
    font-size: 5rem;
  }
}

.fs-2-7 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2-7 {
    font-size: 7rem;
  }
}

.fs-25-8 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-8 {
    font-size: 0.8rem;
  }
}

.fs-25-1 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-1 {
    font-size: 1rem;
  }
}

.fs-25-12 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-12 {
    font-size: 1.25rem;
  }
}

.fs-25-15 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-15 {
    font-size: 1.5rem;
  }
}

.fs-25-18 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-18 {
    font-size: 1.8rem;
  }
}

.fs-25-2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-2 {
    font-size: 2rem;
  }
}

.fs-25-25 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-25 {
    font-size: 2.5rem;
  }
}

.fs-25-3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-3 {
    font-size: 3rem;
  }
}

.fs-25-4 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-4 {
    font-size: 4rem;
  }
}

.fs-25-5 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-5 {
    font-size: 5rem;
  }
}

.fs-25-7 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-25-7 {
    font-size: 7rem;
  }
}

.fs-3-8 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-8 {
    font-size: 0.8rem;
  }
}

.fs-3-1 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-1 {
    font-size: 1rem;
  }
}

.fs-3-12 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-12 {
    font-size: 1.25rem;
  }
}

.fs-3-15 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-15 {
    font-size: 1.5rem;
  }
}

.fs-3-18 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-18 {
    font-size: 1.8rem;
  }
}

.fs-3-2 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-2 {
    font-size: 2rem;
  }
}

.fs-3-25 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-25 {
    font-size: 2.5rem;
  }
}

.fs-3-3 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-3 {
    font-size: 3rem;
  }
}

.fs-3-4 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-4 {
    font-size: 4rem;
  }
}

.fs-3-5 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-5 {
    font-size: 5rem;
  }
}

.fs-3-7 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-3-7 {
    font-size: 7rem;
  }
}

.fs-4-8 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-8 {
    font-size: 0.8rem;
  }
}

.fs-4-1 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-1 {
    font-size: 1rem;
  }
}

.fs-4-12 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-12 {
    font-size: 1.25rem;
  }
}

.fs-4-15 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-15 {
    font-size: 1.5rem;
  }
}

.fs-4-18 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-18 {
    font-size: 1.8rem;
  }
}

.fs-4-2 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-2 {
    font-size: 2rem;
  }
}

.fs-4-25 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-25 {
    font-size: 2.5rem;
  }
}

.fs-4-3 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-3 {
    font-size: 3rem;
  }
}

.fs-4-4 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-4 {
    font-size: 4rem;
  }
}

.fs-4-5 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-5 {
    font-size: 5rem;
  }
}

.fs-4-7 {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-4-7 {
    font-size: 7rem;
  }
}

.fs-5-8 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-8 {
    font-size: 0.8rem;
  }
}

.fs-5-1 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-1 {
    font-size: 1rem;
  }
}

.fs-5-12 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-12 {
    font-size: 1.25rem;
  }
}

.fs-5-15 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-15 {
    font-size: 1.5rem;
  }
}

.fs-5-18 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-18 {
    font-size: 1.8rem;
  }
}

.fs-5-2 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-2 {
    font-size: 2rem;
  }
}

.fs-5-25 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-25 {
    font-size: 2.5rem;
  }
}

.fs-5-3 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-3 {
    font-size: 3rem;
  }
}

.fs-5-4 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-4 {
    font-size: 4rem;
  }
}

.fs-5-5 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-5 {
    font-size: 5rem;
  }
}

.fs-5-7 {
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-5-7 {
    font-size: 7rem;
  }
}

.fs-7-8 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-8 {
    font-size: 0.8rem;
  }
}

.fs-7-1 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-1 {
    font-size: 1rem;
  }
}

.fs-7-12 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-12 {
    font-size: 1.25rem;
  }
}

.fs-7-15 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-15 {
    font-size: 1.5rem;
  }
}

.fs-7-18 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-18 {
    font-size: 1.8rem;
  }
}

.fs-7-2 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-2 {
    font-size: 2rem;
  }
}

.fs-7-25 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-25 {
    font-size: 2.5rem;
  }
}

.fs-7-3 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-3 {
    font-size: 3rem;
  }
}

.fs-7-4 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-4 {
    font-size: 4rem;
  }
}

.fs-7-5 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-5 {
    font-size: 5rem;
  }
}

.fs-7-7 {
  font-size: 7rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7-7 {
    font-size: 7rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-7, .fs-5, .fs-4, .fs-3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-2 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-18 {
    font-size: 1.2rem;
  }
}

.fs-ico .material-symbols-rounded {
  font-size: 8rem;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .fs-ico .material-symbols-rounded {
    font-size: 4rem;
  }
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

.ls-6 {
  letter-spacing: 6px;
}

.ls-7 {
  letter-spacing: 7px;
}

.ls-8 {
  letter-spacing: 8px;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.br-6 {
  border-radius: 4px !important;
}

.br-4 {
  border-radius: 6px !important;
}

.br-3 {
  border-radius: 8px !important;
}

.br-2 {
  border-radius: 12px !important;
}

.br-1 {
  border-radius: 24px !important;
}

.br-1 {
  border-radius: 24px;
}

.br-2 {
  border-radius: 12px;
}

.round-all {
  border-radius: 5000px;
}
.round-top {
  border-radius: 500px 500px 0 0;
}
.round-bottom {
  border-radius: 0 0 500px 500px;
}
.round-left {
  border-radius: 500px 0 0 500px;
}
.round-right {
  border-radius: 0 500px 500px 0;
}

.br-top {
  border-radius: 150px 150px 0 0;
}

.br-tl {
  border-radius: 150px 0 0 0;
}

.br-br {
  border-radius: 0 0 150px 0;
}

.transform {
  --tx: 0px;
  --ty: 0px;
  --rot: 0deg;
  transform: translate(var(--tx), var(--ty)) rotate(var(--rot));
  will-change: transform;
  transition: transform 0.4s ease;
}

@media only screen and (min-width: 1024px) {
  .tx-15 {
    --tx: 15px;
  }

  .tx--15 {
    --tx: -15px;
  }

  .ty-15 {
    --ty: 15px;
  }

  .ty--15 {
    --ty: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-20 {
    --tx: 20px;
  }

  .tx--20 {
    --tx: -20px;
  }

  .ty-20 {
    --ty: 20px;
  }

  .ty--20 {
    --ty: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-25 {
    --tx: 25px;
  }

  .tx--25 {
    --tx: -25px;
  }

  .ty-25 {
    --ty: 25px;
  }

  .ty--25 {
    --ty: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-35 {
    --tx: 35px;
  }

  .tx--35 {
    --tx: -35px;
  }

  .ty-35 {
    --ty: 35px;
  }

  .ty--35 {
    --ty: -35px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-50 {
    --tx: 50px;
  }

  .tx--50 {
    --tx: -50px;
  }

  .ty-50 {
    --ty: 50px;
  }

  .ty--50 {
    --ty: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-75 {
    --tx: 75px;
  }

  .tx--75 {
    --tx: -75px;
  }

  .ty-75 {
    --ty: 75px;
  }

  .ty--75 {
    --ty: -75px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-100 {
    --tx: 100px;
  }

  .tx--100 {
    --tx: -100px;
  }

  .ty-100 {
    --ty: 100px;
  }

  .ty--100 {
    --ty: -100px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-150 {
    --tx: 150px;
  }

  .tx--150 {
    --tx: -150px;
  }

  .ty-150 {
    --ty: 150px;
  }

  .ty--150 {
    --ty: -150px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-250 {
    --tx: 250px;
  }

  .tx--250 {
    --tx: -250px;
  }

  .ty-250 {
    --ty: 250px;
  }

  .ty--250 {
    --ty: -250px;
  }
}
@media only screen and (min-width: 1024px) {
  .tx-350 {
    --tx: 350px;
  }

  .tx--350 {
    --tx: -350px;
  }

  .ty-350 {
    --ty: 350px;
  }

  .ty--350 {
    --ty: -350px;
  }
}
.tx-15-all {
  --tx: 15px;
}

.tx--15-all {
  --tx: -15px;
}

.ty-15-all {
  --ty: 15px;
}

.ty--15-all {
  --ty: -15px;
}

.tx-20-all {
  --tx: 20px;
}

.tx--20-all {
  --tx: -20px;
}

.ty-20-all {
  --ty: 20px;
}

.ty--20-all {
  --ty: -20px;
}

.tx-25-all {
  --tx: 25px;
}

.tx--25-all {
  --tx: -25px;
}

.ty-25-all {
  --ty: 25px;
}

.ty--25-all {
  --ty: -25px;
}

.tx-35-all {
  --tx: 35px;
}

.tx--35-all {
  --tx: -35px;
}

.ty-35-all {
  --ty: 35px;
}

.ty--35-all {
  --ty: -35px;
}

.tx-50-all {
  --tx: 50px;
}

.tx--50-all {
  --tx: -50px;
}

.ty-50-all {
  --ty: 50px;
}

.ty--50-all {
  --ty: -50px;
}

.tx-75-all {
  --tx: 75px;
}

.tx--75-all {
  --tx: -75px;
}

.ty-75-all {
  --ty: 75px;
}

.ty--75-all {
  --ty: -75px;
}

.tx-100-all {
  --tx: 100px;
}

.tx--100-all {
  --tx: -100px;
}

.ty-100-all {
  --ty: 100px;
}

.ty--100-all {
  --ty: -100px;
}

.tx-150-all {
  --tx: 150px;
}

.tx--150-all {
  --tx: -150px;
}

.ty-150-all {
  --ty: 150px;
}

.ty--150-all {
  --ty: -150px;
}

.tx-250-all {
  --tx: 250px;
}

.tx--250-all {
  --tx: -250px;
}

.ty-250-all {
  --ty: 250px;
}

.ty--250-all {
  --ty: -250px;
}

.tx-350-all {
  --tx: 350px;
}

.tx--350-all {
  --tx: -350px;
}

.ty-350-all {
  --ty: 350px;
}

.ty--350-all {
  --ty: -350px;
}

@media only screen and (min-width: 1024px) {
  .rot-45 {
    --rot: 45deg;
  }

  .rot--45 {
    --rot: -45deg;
  }
}
@media only screen and (min-width: 1024px) {
  .rot-90 {
    --rot: 90deg;
  }

  .rot--90 {
    --rot: -90deg;
  }
}
@media only screen and (min-width: 1024px) {
  .rot-180 {
    --rot: 180deg;
  }

  .rot--180 {
    --rot: -180deg;
  }
}
.rot-45-all {
  --rot: 45deg;
}

.rot--45-all {
  --rot: -45deg;
}

.rot-90-all {
  --rot: 90deg;
}

.rot--90-all {
  --rot: -90deg;
}

.rot-180-all {
  --rot: 180deg;
}

.rot--180-all {
  --rot: -180deg;
}

.bd {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}
.bd-ton {
  border-color: #4d7c2a;
}
.bd-ton2 {
  border-color: #3a5e1f;
}
.bd-ton3 {
  border-color: #2a4314;
}
.bd-ton3-o {
  border-color: rgba(42, 67, 20, 0.2);
}
.bd-white {
  border-color: white;
}
.bd-white-o {
  border-color: rgba(255, 255, 255, 0.2);
}
.bd-black {
  border-color: rgba(0, 0, 0, 0.1);
}
.bd-compl {
  border-color: rgba(230, 228, 221, 0.05);
}
.bd-t {
  border-top-width: 1px;
  border-top-style: solid;
}
.bd-r {
  border-right-width: 1px;
  border-right-style: solid;
}
.bd-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bd-l {
  border-left-width: 1px;
  border-left-style: solid;
}
.bd-t-0 {
  border-top: none;
}
.bd-r-0 {
  border-right: none;
}
.bd-b-0 {
  border-bottom: none;
}
.bd-l-0 {
  border-left: none;
}
.bd-0 {
  border-width: 0px !important;
}
.bd-1 {
  border-width: 1px;
}
.bd-2 {
  border-width: 2px;
}
.bd-3 {
  border-width: 3px;
}
@media only screen and (max-width: 1023px) and (min-width: 0px) {
  .bd-none-l {
    border: none;
  }
}

.brd {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.brd2 {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.shdw {
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(230, 228, 221, 0.08) 0 0 0 1px;
  transition: box-shadow 0.5s ease;
}
.shdw.ann:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 24px 10px, rgba(230, 228, 221, 0.2) 0 0 0 10px;
}

.shdw2 {
  box-shadow: rgba(58, 58, 56, 0.1) 0 5px 12px 0, rgba(58, 58, 56, 0.09) 0 22px 22px 0, rgba(58, 58, 56, 0.05) 0 48px 29px 0, rgba(58, 58, 56, 0.03) 0 86px 34px 0;
}

.shdw3 {
  box-shadow: rgba(58, 94, 31, 0.05) 0 22px 22px 0;
}

.shdw-wht {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px, rgba(255, 255, 255, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 4px 8px, rgba(255, 255, 255, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.3) 0px 16px 32px, rgba(255, 255, 255, 0.3) 0px 32px 64px;
}

.shdw-in {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, white 0px 3px 1px 0px inset;
}

.m-t-1 {
  margin-top: 24px;
}
.m-t-2 {
  margin-top: 48px;
}
.m-t-3 {
  margin-top: 72px;
}
.m-t-4 {
  margin-top: 96px;
}
.m-t-5 {
  margin-top: 120px;
}
.m-t--5 {
  margin-top: -240px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .m-t--5 {
    margin-top: 48px;
  }
}

.p-t-1 {
  padding-top: 24px;
}
.p-t-2 {
  padding-top: 48px;
}
.p-t-3 {
  padding-top: 72px;
}
.p-t-4 {
  padding-top: 96px;
}
.p-t-5 {
  padding-top: 120px;
}
.p-l-1 {
  padding-left: 24px;
}
.p-l-2 {
  padding-left: 48px;
}
.p-l-3 {
  padding-left: 72px;
}
.p-l-4 {
  padding-left: 96px;
}
.p-l-5 {
  padding-left: 120px;
}

.max-w-50 {
  max-width: 50px;
  /*  @include respond-to(1024px){ max-width: 50%; } */
}
.max-w-70 {
  max-width: 70px;
}
.max-w-100 {
  max-width: 100px;
}
.max-w-150 {
  max-width: 150px;
}
.max-w-160 {
  max-width: 160px;
}
.max-w-175 {
  max-width: 175px;
}
.max-w-215 {
  max-width: 215px;
}
.max-w-250 {
  max-width: 250px;
}
.max-w-275 {
  max-width: 275px;
}
.max-w-300 {
  max-width: 300px;
}
.max-w-350 {
  max-width: 350px;
}
.max-w-500 {
  max-width: 500px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-700 {
  max-width: 700px;
}
.max-w-750 {
  max-width: 750px;
}
.max-w-850 {
  max-width: 850px;
}
.max-w-900 {
  max-width: 900px;
}
.max-w-1000 {
  max-width: 1000px;
}
.max-w-1200 {
  max-width: 1200px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .max-w-1200 {
    max-width: 90%;
  }
}
.max-w-1400 {
  max-width: 1400px;
}
.max-w-1600 {
  max-width: 1600px;
}
.max-w-1900 {
  max-width: 1900px;
}
@media only screen and (min-width: 1400px) {
  .max-w-80p {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .max-w-85p {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1025px) {
  .max-w-90p {
    max-width: 90%;
  }
}

.max-h-270 {
  max-height: 270px;
}

.max-h-20 {
  max-height: 20px;
}

.max-h-40 {
  max-height: 40px;
}

@media only screen and (min-width: 1025px) {
  .max-h-200 {
    max-height: 200px;
  }
}

.min-h-70 {
  min-height: 70px;
}

.min-h-450 {
  min-height: 450px;
}

.wfc {
  width: fit-content;
}

.hfc {
  height: fit-content;
}

.ofc {
  object-fit: cover;
}

.rowco {
  flex-direction: row;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .rowco {
    flex-direction: column;
  }
}

.rowco-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .rowco-reverse {
    flex-direction: column;
  }
}

.cut-corner {
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 42px 100%, 0 calc(100% - 42px));
}

.width-150 {
  width: 150%;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .width-150 {
    width: auto;
  }
}

.capitalize {
  text-transform: capitalize;
}

.uc {
  text-transform: uppercase;
}

.abso {
  position: absolute;
}

.h100vh {
  height: 100vh;
}

.mh100vh {
  min-height: 100vh;
}

.margin-neg {
  margin-top: -65px;
}

.big-margin-neg {
  margin-top: -160px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .big-margin-neg {
    margin-top: 0;
  }
}

.margin-negright {
  margin-right: -50px;
}

.margin-negleft {
  margin-left: -50px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .margin-negleft {
    margin-left: 0;
  }
}

.bottom0 {
  bottom: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .bottom0 {
    bottom: inherit;
  }
}

.diapopadding-bottom {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .diapopadding-bottom {
    padding-bottom: 75px;
  }
}

.filter-blur-sm {
  --f-blur: blur(2px);
}

.filter-blur-md {
  --f-blur: blur(4px);
}

.filter-blur-lg {
  --f-blur: blur(8px);
}

.filter-brightness-110 {
  --f-brightness: brightness(1.1);
}

.filter-brightness-120 {
  --f-brightness: brightness(1.2);
}

.filter-brightness-150 {
  --f-brightness: brightness(1.5);
}

.filter-brightness-0 {
  --f-brightness: brightness(0);
}

.filter-contrast-80 {
  --f-contrast: contrast(0.8);
}

.filter-contrast-120 {
  --f-contrast: contrast(1.2);
}

.filter {
  --f-invert: ;
  --f-grayscale: ;
  --f-hue: ;
  --f-saturate: ;
  --f-sepia: ;
  --f-opacity: ;
  filter: var(--f-invert, "") var(--f-grayscale, "") var(--f-hue, "") var(--f-saturate, "") var(--f-sepia, "") var(--f-opacity, "") var(--f-brightness, "");
}

.filter-inv {
  filter: invert(1);
}

.filter-gray {
  --f-grayscale: grayscale(1);
}

.filter-sepia {
  --f-sepia: sepia(1);
}

.filter-sat-150 {
  --f-saturate: saturate(1.5);
}

.filter-hue-90 {
  --f-hue: hue-rotate(90deg);
}

.filter-opacity-50 {
  --f-opacity: opacity(0.5);
}

.filter-wht {
  filter: invert(100%) brightness(100);
}

.typo {
  font-family: "Red Hat Display", sans-serif;
}

.typo-titre {
  font-family: "Noto Serif", serif;
}

.hovscale {
  transition: all 1.5s 0ms cubic-bezier(0, 0, 0.025, 1.02);
}
.hovscale:hover {
  transform: scale(1.05);
}

.left-50 {
  left: 50%;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .left-50 {
    left: 0;
  }
}

.decotxt::after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  height: 25px;
  background: rgba(77, 124, 42, 0.3);
  z-index: -1;
  animation: clipToRight 0.6s ease backwards 0.5s;
}

.mbm-darken {
  mix-blend-mode: darken;
}

.wmv {
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .wmv {
    writing-mode: horizontal-tb;
  }
}

.max-width-18 {
  max-width: calc(17% + 2px);
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .max-width-18 {
    max-width: 100%;
  }
}

.lined-l, .lined-r, .lined, .lined-rea {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  opacity: 0.59;
  z-index: 1;
}

.lined-l {
  left: calc(18% + 12px);
  background: rgba(42, 67, 20, 0.4);
}

.lined-r {
  right: calc(18% + 12px);
  background: rgba(42, 67, 20, 0.4);
}

.lined-rea {
  right: 0;
  background: rgba(42, 67, 20, 0.7);
}

.lined {
  left: 50%;
  background: rgba(13, 68, 66, 0.1);
}

.lined-h {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  opacity: 0.59;
  z-index: 1;
  background: rgba(42, 67, 20, 0.2);
  width: 100%;
}
.lined-h.h2 {
  height: 2px;
}
.lined-h.h3 {
  height: 3px;
}

path {
  transition: stroke-dashoffset 2s cubic-bezier(0, 0, 0.025, 1.02);
}

.draw path {
  stroke-dashoffset: 0;
}

.bg-cmpl {
  background: rgba(230, 228, 221, 0.2);
}

.pagination-cstm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-cstm .swiper-pagination-bullet {
  border-radius: 0;
  transition: all 1s cubic-bezier(0, 0, 0.025, 1.02);
}
.pagination-cstm .swiper-pagination-bullet-active {
  height: 1px;
  width: 50px;
  border-radius: 0;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: start;
}
.justify-end {
  justify-content: end;
}

.align-between {
  align-items: space-between;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: start;
}
.align-end {
  align-items: end;
}

.direction-column, .direction-col {
  flex-direction: column;
}
.direction-row {
  flex-direction: row;
}
.direction-row-r {
  flex-direction: row-reverse;
}

.deco-dot {
  height: 8px;
  width: 8px;
  border-radius: 0px;
}

.h-100vh {
  height: 100vh;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .h-100vh {
    height: auto;
  }
}

.skew {
  transform: skewX(-10deg);
}

.shadow-1 {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.shadow-2 {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .merge {
    max-height: 250px;
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .merge2 {
    grid-column: span 2;
    justify-self: center;
    width: 100%;
    max-width: 175px;
  }
}

.clipcolor {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 0.6s cubic-bezier(0, 0, 0.025, 1.02);
}

.clipcolor::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #4d7c2a;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.clipcolor.view-on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.clipcolor.view-on::after {
  animation: voletClip 1.2s cubic-bezier(0, 0, 0.025, 1.02) forwards;
}

.blur-full {
  filter: blur(150px);
}
.blur-half {
  filter: blur(5px);
}
.blur-none {
  filter: blur(0px);
}

.hero-slogan {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 10vw, 7rem);
  color: white;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}
.hero-slogan.is-long {
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  letter-spacing: -0.02em;
}
.hero-slogan.is-medium {
  font-size: clamp(2.2rem, 8vw, 5rem);
}
.hero-slogan.is-short {
  font-size: clamp(3rem, 12vw, 8.5rem);
}
.hero-slogan__inner {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  margin: -10px 0;
}
.hero-slogan__inner span {
  display: block;
  opacity: 0;
  transform: translateY(110%) rotate(3deg);
  animation: sloganReveal 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.4s;
}

.hero-punchline {
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: clamp(0.7rem, 2vw, 0.9rem);
  font-weight: 500;
  color: white;
  opacity: 0;
  margin-top: 24px;
  animation: fadeIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1s;
}

@keyframes sloganReveal {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* =============================================================================
   ENCART PREMIUM (MODERNIZED OUT ENCART)
   ============================================================================= */
.encart-premium {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.encart-premium__img-container {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.encart-premium__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.encart-premium__overlay {
  position: absolute;
  inset: 0;
  background: rgba(77, 124, 42, 0.7);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  color: white;
  pointer-events: none;
}
.encart-premium__content {
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 0.9rem;
  line-height: 1.6;
}
.encart-premium__content * {
  color: white !important;
}
.encart-premium__footer {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.4s ease;
  flex-grow: 1;
}
.encart-premium__title-group {
  position: relative;
  flex-grow: 1;
}
.encart-premium__title {
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1rem;
  font-weight: 600;
  color: black;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.4s ease;
}
.encart-premium__line {
  width: 30px;
  height: 1px;
  background: #4d7c2a;
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.encart-premium__icon {
  margin-left: 24px;
  color: #4d7c2a;
  opacity: 0.3;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
}
.encart-premium__icon .material-icons {
  font-size: 24px;
}
.encart-premium:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
  border-color: rgba(77, 124, 42, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.encart-premium:hover .encart-premium__img-container img {
  transform: scale(1.1);
}
.encart-premium:hover .encart-premium__overlay {
  opacity: 1;
  pointer-events: auto;
}
.encart-premium:hover .encart-premium__content {
  transform: translateY(0);
}
.encart-premium:hover .encart-premium__line {
  width: 100%;
  background: #4d7c2a;
}
.encart-premium:hover .encart-premium__icon {
  transform: translateX(5px);
  opacity: 1;
  color: #4d7c2a;
}

.animate-fade-in {
  animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.encart-premium:nth-child(1) {
  animation-delay: 0.1s;
}

.encart-premium:nth-child(2) {
  animation-delay: 0.2s;
}

.encart-premium:nth-child(3) {
  animation-delay: 0.3s;
}

.encart-premium:nth-child(4) {
  animation-delay: 0.4s;
}

.encart-premium:nth-child(5) {
  animation-delay: 0.5s;
}

.encart-premium:nth-child(6) {
  animation-delay: 0.6s;
}

.encart-premium:nth-child(7) {
  animation-delay: 0.7s;
}

.encart-premium:nth-child(8) {
  animation-delay: 0.8s;
}

.encart-premium:nth-child(9) {
  animation-delay: 0.9s;
}

.encart-premium:nth-child(10) {
  animation-delay: 1s;
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .encart-premium__title {
    letter-spacing: 1px;
    font-size: 1rem;
  }
  .encart-premium:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
}
/* =============================================================================
   ANN PREMIUM CARDS (Luxury Aesthetic)
   ============================================================================= */
.ann-premium {
  background: white;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border-radius: 0;
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ann-premium::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: black;
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
.ann-premium:hover::after {
  width: 100%;
}
.ann-premium:hover .ann-premium__img-wrapper img {
  transform: scale(1.05);
}
.ann-premium:hover .ann-premium__img-wrapper::after {
  opacity: 1;
}
.ann-premium:hover .ann-premium__favorites {
  transform: translateY(0);
  opacity: 1;
}
.ann-premium:hover .ann-premium__body {
  transform: translateY(-5px);
}
.ann-premium:hover .ann-premium__cta {
  color: #4d7c2a;
}
.ann-premium:hover .ann-premium__cta-arrow {
  transform: translateX(5px);
}
.ann-premium__img-wrapper {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.ann-premium__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ann-premium__img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.2));
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ann-premium__favorites {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ann-premium__body {
  padding: 36px 0;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ann-premium__tagline {
  color: #4d7c2a;
  margin-bottom: 5px;
}
.ann-premium__title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  transition: color 0.3s ease;
}
.ann-premium__title:hover {
  color: #4d7c2a;
}
.ann-premium__location .material-symbols-rounded {
  color: #4d7c2a;
}
.ann-premium__features .carac-item {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);
}
.ann-premium__features .carac-item .material-symbols-rounded {
  font-size: 1rem;
  margin-right: 4px;
  color: #4d7c2a;
}
.ann-premium__excerpt {
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ann-premium__cta {
  color: black;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ann-premium__cta-arrow {
  margin-left: 6px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #4d7c2a;
}
.ann-premium:hover {
  transform: translateY(-10px);
  border-bottom-color: transparent;
}
.ann-premium:hover::after {
  width: 100%;
}
.ann-premium:hover .ann-premium__img-wrapper img {
  transform: scale(1.08);
}
.ann-premium:hover .ann-premium__img-wrapper::after {
  opacity: 1;
}
.ann-premium:hover .ann-premium__favorites {
  transform: translateY(0);
  opacity: 1;
}

.grid-ann-premium {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 72px 48px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .grid-ann-premium {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.hero-slogan {
  font-size: clamp(1.6rem, 3vh, 5rem);
}

.hero-punch {
  font-size: clamp(1rem, 2vh, 3rem);
}

/* =============================================================================
   LUXURY SPECS TABLE
   ============================================================================= */
.luxury-specs-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 96px;
}
@media only screen and (min-width: 1024px) {
  .luxury-specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hov-bg-soft {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
}
.hov-bg-soft:hover {
  background: rgba(77, 124, 42, 0.05);
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.hov-bg-soft:hover .luxury-spec-name {
  opacity: 1;
  color: #4d7c2a;
}

.luxury-spec-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  animation: specReveal 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
}
.luxury-spec-item:nth-child(1) {
  animation-delay: 0.08s;
}
.luxury-spec-item:nth-child(2) {
  animation-delay: 0.16s;
}
.luxury-spec-item:nth-child(3) {
  animation-delay: 0.24s;
}
.luxury-spec-item:nth-child(4) {
  animation-delay: 0.32s;
}
.luxury-spec-item:nth-child(5) {
  animation-delay: 0.4s;
}
.luxury-spec-item:nth-child(6) {
  animation-delay: 0.48s;
}
.luxury-spec-item:nth-child(7) {
  animation-delay: 0.56s;
}
.luxury-spec-item:nth-child(8) {
  animation-delay: 0.64s;
}
.luxury-spec-item:nth-child(9) {
  animation-delay: 0.72s;
}
.luxury-spec-item:nth-child(10) {
  animation-delay: 0.8s;
}
.luxury-spec-item:nth-child(11) {
  animation-delay: 0.88s;
}
.luxury-spec-item:nth-child(12) {
  animation-delay: 0.96s;
}
.luxury-spec-item:nth-child(13) {
  animation-delay: 1.04s;
}
.luxury-spec-item:nth-child(14) {
  animation-delay: 1.12s;
}
.luxury-spec-item:nth-child(15) {
  animation-delay: 1.2s;
}
.luxury-spec-item:nth-child(16) {
  animation-delay: 1.28s;
}
.luxury-spec-item:nth-child(17) {
  animation-delay: 1.36s;
}
.luxury-spec-item:nth-child(18) {
  animation-delay: 1.44s;
}
.luxury-spec-item:nth-child(19) {
  animation-delay: 1.52s;
}
.luxury-spec-item:nth-child(20) {
  animation-delay: 1.6s;
}

@keyframes specReveal {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.m-r-1 {
  margin-right: 24px;
}

.p-b-1 {
  padding-bottom: 24px;
}

.bg-blur {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.cta-anchor-luxe {
  position: relative;
  padding: 12px 0;
  color: #4d7c2a;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid rgba(77, 124, 42, 0.2);
}
.cta-anchor-luxe:hover {
  border-bottom-color: #4d7c2a;
  padding-left: 5px;
}
.cta-anchor-luxe:hover .material-symbols-rounded {
  transform: translateY(5px);
}
.cta-anchor-luxe .material-symbols-rounded {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 8px;
}

/* =============================================================================
   ENCART SERVICE — Photo-first cards with stagger layout
   ============================================================================= */
.encart-service {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
}
.encart-service:nth-child(even) {
  margin-top: clamp(36px, 5vw, 80px);
}
.encart-service__photo {
  position: relative;
  overflow: hidden;
  border-radius: clamp(8px, 1vw, 16px);
  aspect-ratio: 3/4;
  background: rgba(0, 0, 0, 0.06);
}
.encart-service__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.encart-service__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.encart-service__body {
  padding: clamp(14px, 1.4vw, 20px) clamp(4px, 0.5vw, 8px) 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.encart-service__num {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(29, 29, 27, 0.35);
}
.encart-service__title {
  font-family: "Noto Serif", serif;
  font-size: clamp(0.95rem, 1.15vw, 1.2rem);
  font-weight: 700;
  color: #4d7c2a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.encart-service__text {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(29, 29, 27, 0.58);
  margin: 0;
}
.encart-service__link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4d7c2a;
  margin-top: 8px;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.encart-service__link svg {
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.encart-service:hover .encart-service__photo img {
  transform: scale(1.06);
}
.encart-service:hover .encart-service__title {
  color: #3a5e1f;
}
.encart-service:hover .encart-service__link {
  color: #3a5e1f;
}
.encart-service:hover .encart-service__link svg {
  transform: translateX(5px);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .encart-service:nth-child(even) {
    margin-top: 0;
  }
}

/* =============================================================================
   PREMIUM BUTTONS
   ============================================================================= */
.bt-luxe-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2.2px;
  color: black;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
  width: fit-content;
  border-radius: 2px;
}
.bt-luxe-ghost:hover {
  border-color: #4d7c2a;
  color: #4d7c2a;
  background: rgba(77, 124, 42, 0.03);
  padding-left: 26px;
  padding-right: 14px;
}
.bt-luxe-ghost:hover .material-symbols-rounded {
  transform: translateX(4px);
}
.bt-luxe-ghost .material-symbols-rounded {
  font-size: 1.15rem;
  margin-right: 8px;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #4d7c2a;
  vertical-align: middle;
}
body.header-transparent:not(.scrolled) .bt-luxe-ghost {
  border-color: white;
  color: white;
}
body.header-transparent:not(.scrolled) .bt-luxe-ghost:hover {
  border-color: white;
  background: rgba(77, 124, 42, 0.03);
  padding-left: 26px;
  padding-right: 14px;
}
body.header-transparent:not(.scrolled) .bt-luxe-ghost:hover .material-symbols-rounded {
  transform: translateX(4px);
}

/* =============================================================================
   STRATES — Alternating 50/50 full-bleed sections
   ============================================================================= */
.section-strate {
  overflow: clip;
}

.strate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(480px, 55vh, 720px);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .strate-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
@media only screen and (min-width: 1026px) {
  .strate-grid--reverse .strate-col--img {
    order: 2;
  }
  .strate-grid--reverse .strate-col--content {
    order: 1;
  }
}

.strate-col--img {
  position: relative;
  overflow: clip;
  min-height: 300px;
  align-self: start;
}
.strate-col--img .img--back {
  position: relative;
  width: 100%;
}
.strate-col--img .strate-photo {
  position: absolute;
  inset: 0;
}
.strate-col--img .strate-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strate-col--img .strate-photo--empty {
  position: absolute;
  inset: 0;
}
.strate-col--img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.48) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
.section-strate:hover .strate-col--img .strate-photo img {
  transform: scale(1.04);
}

.strate-badge {
  position: absolute;
  bottom: clamp(20px, 4vh, 48px);
  left: clamp(20px, 3.5vw, 52px);
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: white;
}
.strate-badge__num {
  font-family: "Noto Serif", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  opacity: 0.9;
}
.strate-badge__label {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  max-width: 14ch;
  line-height: 1.4;
  opacity: 0.8;
}

.strate-col--content {
  display: flex;
  align-items: center;
}
.section-strate--light .strate-col--content {
  background: #fff;
}
.section-strate--dark .strate-col--content {
  background: #3a3a38;
}

.strate-pad {
  padding: clamp(36px, 6vw, 96px) clamp(28px, 6vw, 88px);
  width: 100%;
}

.strate-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #4d7c2a;
  margin-bottom: clamp(14px, 2.5vh, 24px);
}
.strate-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #4d7c2a;
  flex-shrink: 0;
}

.strate-heading {
  font-family: "Noto Serif", serif;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 clamp(16px, 2.5vh, 28px);
}
.strate-heading em {
  font-style: italic;
  color: #4d7c2a;
}
.section-strate--light .strate-heading {
  color: #1d1d1b;
}
.section-strate--dark .strate-heading {
  color: white;
}

.strate-text {
  font-size: 0.92rem;
  line-height: 1.72;
}
.section-strate--light .strate-text {
  color: rgba(29, 29, 27, 0.68);
}
.section-strate--dark .strate-text {
  color: rgba(255, 255, 255, 0.7);
}
.strate-text p {
  margin-bottom: 12px;
}
.strate-text p:last-child {
  margin-bottom: 0;
}
.strate-text ul {
  list-style: none;
  padding: 0;
  margin: clamp(14px, 2vh, 24px) 0 0;
}
.strate-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.section-strate--dark .strate-text ul li {
  border-bottom-color: rgba(255, 255, 255, 0.09);
}
.strate-text ul li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background-color: #4d7c2a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
}

.strate-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3.5vh, 40px);
}

.bt-strate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border-radius: 50px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  border: none;
}
.bt-strate svg {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  flex-shrink: 0;
}
.bt-strate:hover {
  transform: translateY(-2px);
}
.bt-strate:hover svg {
  transform: translateX(4px);
}
.section-strate--light .bt-strate {
  background: #2a4314;
  color: white;
}
.section-strate--light .bt-strate:hover {
  background: #3a5e1f;
}
.section-strate--dark .bt-strate {
  background: #4d7c2a;
  color: white;
}
.section-strate--dark .bt-strate:hover {
  background: #3a5e1f;
}
.section-strate--light .bt-strate--ghost {
  background: transparent;
  color: #2a4314;
  box-shadow: inset 0 0 0 1.5px #2a4314;
}
.section-strate--light .bt-strate--ghost:hover {
  background: rgba(42, 67, 20, 0.07);
}
.section-strate--dark .bt-strate--ghost {
  background: transparent;
  color: white;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.4);
}
.section-strate--dark .bt-strate--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1025px) and (min-width: 0px) {
  .bt-strate:hover {
    transform: none;
  }
}

/* =============================================================================
   REASSURANCE CHIFFRES — Dark full-bleed counter strip
   ============================================================================= */
.rea-chiffres {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 800px) and (min-width: 0px) {
  .rea-chiffres {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .rea-chiffres {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rea-chiffres__item {
  padding: clamp(16px, 2.5vh, 28px) clamp(20px, 3.5vw, 48px);
  border-left: 2px solid #4d7c2a;
}
@media only screen and (max-width: 640px) and (min-width: 0px) {
  .rea-chiffres__item {
    padding: 20px 16px;
  }
  .rea-chiffres__item:nth-child(even) {
    border-left-color: rgba(77, 124, 42, 0.4);
  }
}
.rea-chiffres__num {
  font-family: "Noto Serif", serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: clamp(6px, 1vh, 12px);
}
.rea-chiffres__num .suffix {
  font-family: "Noto Serif", serif;
  font-size: 0.5em;
  color: #4d7c2a;
  vertical-align: baseline;
  font-weight: 700;
}
.rea-chiffres__num .prefix {
  font-family: "Noto Serif", serif;
  font-size: 0.5em;
  color: #cfe1b6;
  vertical-align: baseline;
}
.rea-chiffres__label {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
