@charset "UTF-8";
/*!
 Theme Name:   DTM-octave
 Theme URI:    https://datamad.fr
 Description:  Thème composé par DATAMAD
 Author:       DATAMAD
 Author URI:   https://datamad.fr
 Version:      1.0.4
*/
@font-face {
  /*font-face*/
  font-family: "Safiro Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://dev-naolys-2024.egue.live/wp-content/uploads/2024/11/Safiro-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Safiro Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dev-naolys-2024.egue.live/wp-content/uploads/2024/11/Safiro-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dev-naolys-2024.egue.live/wp-content/uploads/2024/11/Inter-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://dev-naolys-2024.egue.live/wp-content/uploads/2024/11/Inter-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Sfizia";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dev-naolys-2024.egue.live/wp-content/uploads/2024/12/Sfizia-Regular.woff2) format("woff2");
}
/*breakpoints*/
/*@include mobile*/
/*@include tablette*/
/*@include tabmob*/
:root {
  /*Couleurs*/
}
/*Styles textes*/
/*Modulaire*/
/*DESKTOP*/
.dtm-section {
  width: 100%;
  max-width: 100%;
  padding: 150px 100px 150px 100px;
  margin: 0 0 0 0;
}
.dtm-ligne {
  width: 100%;
  max-width: 1530px;
  padding: 0 0 0 0;
  margin: 0 auto 50px auto;
}
.dtm-col {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.dtm-bloc {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .dtm-section {
    width: 100%;
    max-width: 100%;
    padding: 50px 40px 50px 40px;
    margin: 0 0 0 0;
  }
  .dtm-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  .dtm-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .dtm-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .dtm-section {
    width: 100%;
    max-width: 100%;
    padding: 50px 20px 50px 20px;
    margin: 0 0 0 0;
  }
  .dtm-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  .dtm-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .dtm-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! 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;
}
/*VARIABLES*/
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #F4F4F3;
}
h1 {
  margin: 0;
}
i {
  font-style: italic;
}
main {
  flex: 1;
}
.dtm-section {
  position: relative;
  background-color: var(--primary-bg-color);
  overflow: hidden;
}
.dtm-section.section-pleine-largeur.section_visuel_full_width {
  padding: 0;
}
.dtm-section.section-pleine-largeur.section_visuel_full_width img {
  display: block;
}
.section-bg-desk, .section-bg-mobile {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.dtm-ligne {
  display: flex;
  position: relative;
}
.col-full {
  width: 100%;
}
.col-1_2 {
  width: calc(((100% + 3%) / 2) - 3%);
}
.col-1_3 {
  width: calc(((100% + 3%) / 3) - 3%);
}
.col-2_3 {
  width: calc(((100% + 3%) * 2 / 3) - 3%);
}
.col-1_4 {
  width: calc(((100% + 3%) / 4) - 3%);
}
.col-3_4 {
  width: calc(((100% + 3%) * 3 / 4) - 3%);
}
.col-1_5 {
  width: calc(((100% + 3%) / 5) - 3%);
}
.col-2_5 {
  width: calc(((100% + 3%) * 2 / 5) - 3%);
}
.col-3_5 {
  width: calc(((100% + 3%) * 3 / 5) - 3%);
}
.col-4_5 {
  width: calc(((100% + 3%) * 4 / 5) - 3%);
}
.col-1_6 {
  width: calc(((100% + 3%) / 6) - 3%);
}
.col-5_6 {
  width: calc(((100% + 3%) * 5 / 6) - 3%);
}
.dtm-col {
  margin-right: 3%;
  position: relative;
}
.dtm-col:last-child {
  margin-right: 0;
}
.dtm-ligne:last-child, .dtm-col:last-child, .dtm-bloc:last-child {
  margin-bottom: 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .dtm-ligne {
    flex-direction: column;
  }
  .dtm-col {
    width: 100%;
    margin-right: 0;
  }
  .dtm-ligne:last-child, .dtm-col:last-child, .dtm-bloc:last-child {
    margin-bottom: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .dtm-ligne {
    flex-direction: column;
  }
  .dtm-col {
    width: 100%;
    margin-right: 0;
  }
  .dtm-ligne:last-child, .dtm-col:last-child, .dtm-bloc:last-child {
    margin-bottom: 0;
  }
}
.panel .dtm-bloc:last-child {
  margin-bottom: 0;
}
.admin-message {
  background-color: #ffffffaf;
  width: auto;
  padding: 10px;
  margin: 10px;
  position: fixed;
  z-index: 1000000000;
  border-radius: 8px;
  bottom: 0;
  border: solid 1px #000;
}
.admin-message p {
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
.admin-message ul {
  padding: 0 10px;
  margin-top: 5px;
}
.admin-message li {
  font-size: 12px;
  margin: 0;
  color: #000;
}
.toggle-btn-admin {
  display: none;
}
/* Style pour le label */
.toggle-label-admin {
  cursor: pointer;
  color: blue;
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 1000000000000000000;
}
/* Style pour afficher la div lorsque le bouton est coché */
input[type="checkbox"]:checked ~ .admin-message, input[type="checkbox"]:checked ~ .toggle-label-admin {
  display: none;
}
.top-header {
  /* mix-blend-mode: multiply; */
  background: #fff;
  width: 100%;
  z-index: 99999999;
  display: block;
  height: 112px;
  position: relative;
  color: var(--Brand-Purple, #312135);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-header .dtm-section {
  padding-left: 50px;
  padding-right: 50px;
}
.top-header button {
  border: none;
  background: none;
  padding: 20px 0;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  height: auto;
}
.top-header button .burger {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-header button .burger span {
  height: 1px;
  width: 19px;
  margin-bottom: 5px;
  background-color: #312135;
}
.top-header button p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 9px;
}
.top-header .dtm-col {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.top-header .popup-trigger svg path, .top-header .btn-toggle svg path {
  fill: #302235;
}
body.no-scroll {
  overflow: hidden;
}
.background-overlay {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0000006f;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.background-overlay.active {
  opacity: 1;
  visibility: visible;
}
.top-header-open {
  position: absolute;
  display: none;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 112px;
  z-index: 99999999;
  height: 100vh;
  width: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.top-header-open .dtm-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 0 0 0;
}
.top-header-open button {
  z-index: 9999999999;
  position: relative;
}
.top-header-open button p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-header-close {
  position: absolute;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 112px;
}
.top-header-close .col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header-close .col-2 a {
  display: flex;
}
.top-header-close .col-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-header-close .col-3 a {
  display: flex;
  height: 44px;
  width: 44px;
}
.top-header-close svg path {
  fill: #312135;
}
.mega-menu-container {
  position: initial;
  height: auto;
}
.mega-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: initial;
  width: 300px;
  background: #fff;
  height: auto;
  margin-top: 160px;
}
.mega-menu .menu-item {
  position: initial;
}
.mega-menu .menu-item a {
  text-decoration: none;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  transition: all 0.2s ease-in-out;
}
.mega-menu .menu-item a svg {
  transform: scale(0.7);
}
.mega-menu .menu-item a svg path {
  fill: #312135;
}
.mega-menu .menu-item a:hover, .mega-menu .menu-item a.active {
  padding-left: 10px;
}
.mega-menu .menu-item.menu-item-has-children > a {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  margin-bottom: 50px;
}
.mega-menu .menu-item.menu-item-has-children > a svg {
  transform: scale(1);
}
.mega-menu .menu-item.cb-link .sub-menu-container .sub-menu-footer {
  visibility: hidden;
}
.mega-menu .menu-item.cb-link .sub-menu-container .sub-menu-footer-cells-bar {
  display: flex;
}
.mega-menu .sub-menu-container {
  position: absolute;
  top: 0;
  background: #ffffff;
  border-left: 1px solid var(--Brand-Beige, #ECE9E2);
  display: block;
  z-index: 1000;
  left: 350px;
  width: 400px;
  height: 100vh;
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mega-menu .sub-menu-container .sub-menu-footer-cells-bar {
  display: none;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: var(--Background, #F4F4F3);
  margin-top: auto;
  position: relative;
}
.mega-menu .sub-menu-container .sub-menu-footer-cells-bar img {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
}
.mega-menu .sub-menu-container .sub-menu-footer-cells-bar .titre {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
}
.mega-menu .sub-menu-container .sub-menu-footer-cells-bar .texte {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  max-width: 60%;
}
.mega-menu .sub-menu-container .sub-menu-footer-cells-bar a {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
.mega-menu .sub-menu-container .sub-menu-footer-cells-bar a:hover {
  background: rgba(49, 33, 53, 0.1);
}
.mega-menu .sub-menu-container.visible {
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 9999999999999;
}
.mega-menu .sub-menu-container.picto-cells-bar .sub-menu-footer {
  display: none;
}
.mega-menu .sub-menu-container .sub-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mega-menu .sub-menu-container .sub-menu li {
  margin: 0 40px;
}
.mega-menu .sub-menu-container .sub-menu-footer {
  margin-top: 15px;
  padding-top: 15px;
  margin-top: auto;
  padding-left: 40px;
  padding-bottom: 50px;
  visibility: visible;
}
.mega-menu .menu-header {
  text-align: center;
  height: 190px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mega-menu .menu-header.titre-dark h3 {
  color: #312135;
}
.mega-menu .menu-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}
.mega-menu .menu-header h3 {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Medium";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 72px */
  position: relative;
}
/* Feuille de style intégrée #9 | https://dev-naolys-2024.egue.live/# */
.menu-footer {
  margin-top: auto;
}
.menu-footer .langues {
  padding: 20px 0;
}
.menu-footer .langues h3 {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-bottom: 10px;
}
.menu-footer .langues .current-lang {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 10px;
}
.menu-footer .langues a {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  margin-bottom: 10px;
}
.menu-footer .langues a:hover {
  text-decoration: underline;
}
.menu-footer .copyright {
  border-top: 1px solid var(--Brand-Beige, #ECE9E2);
  padding-top: 20px;
}
.menu-footer .copyright p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 20.4px */
}
.menu-footer .copyright p a {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .top-header {
    height: 74px;
  }
  .top-header .dtm-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-header .dtm-ligne {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .top-header-close {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 74px;
  }
  .top-header-close svg {
    width: 80%;
    margin: auto;
  }
  .top-header-close button p {
    display: none;
  }
  .mega-menu {
    width: 100%;
    margin-top: 40px;
  }
  .mega-menu .sub-menu-container {
    position: relative;
    border-left: none;
    left: 0;
    width: auto;
    height: auto;
    max-height: 0;
  }
  .mega-menu .sub-menu-container.visible {
    max-height: 100vh;
  }
  .mega-menu .sub-menu-container .sub-menu {
    max-height: 100%;
  }
  .mega-menu .sub-menu-container .sub-menu li {
    margin: 0 0 0 40px;
  }
  .mega-menu .sub-menu-container .sub-menu-footer {
    display: none;
  }
  .mega-menu .sub-menu-container.picto-cells-bar .sub-menu-footer-cells-bar {
    display: none;
  }
  .mega-menu .menu-header {
    display: none;
  }
  .mega-menu .menu-item.menu-item-has-children > a {
    margin-bottom: 20px;
  }
  .background-overlay.active {
    display: none;
  }
  .top-header-open {
    height: auto;
    width: 100%;
    min-height: calc(100vh - 49px);
  }
  .top-header-open .dtm-ligne {
    height: auto;
    min-height: calc(100vh - 49px);
  }
  .top-header-open .dtm-col {
    padding: 15px 0 0 0;
  }
  .top-header-open button {
    margin-left: 11px;
  }
  body.no-scroll {
    overflow: visible;
  }
}
.popup-trigger {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-radius: 50%;
}
.popup-trigger:hover {
  background-color: rgba(49, 33, 53, 0.1);
}
.popup-trigger svg {
  overflow: visible;
}
body.overflow-hidden {
  overflow: hidden;
}
button.search-bar-toggle {
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  display: flex;
  padding: 8px 13px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  margin-right: 20px;
}
button.search-bar-toggle:hover {
  background-color: rgba(49, 33, 53, 0.1);
}
.search-bar {
  display: none;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 112px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .search-bar {
    top: 92px;
  }
  .popup-trigger:hover {
    background-color: transparent;
  }
  button.search-bar-toggle {
    padding: 5px;
    height: 35.2px;
    margin-right: 10px;
  }
  button.search-bar-toggle:hover {
    background-color: transparent;
  }
}
.search-bar.visible {
  display: block;
}
.overlay-search-bar.search-bar-toggle {
  height: 100vh;
  position: absolute;
  left: 0;
  backdrop-filter: blur(15px);
  width: 100%;
  top: 0;
  z-index: -1;
  background-color: #0003;
}
#ajaxsearchpro1_1 .probox .proinput, #ajaxsearchpro1_2 .probox .proinput, div.asp_m.asp_m_1 .probox .proinput {
  padding: 0 50px;
  margin: 0;
}
div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  font-style: normal !important;
}
.promagnifier {
  display: none;
}
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
  top: 240px !important;
}
#ajaxsearchprores1_1.vertical .item, #ajaxsearchprores1_2.vertical .item, div.asp_r.asp_r_1.vertical .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#ajaxsearchprores1_1.vertical .results .item .asp_content, #ajaxsearchprores1_2.vertical .results .item .asp_content, div.asp_r.asp_r_1.vertical .results .item .asp_content {
  width: 100% !important;
  padding: 0 50px !important;
  transition: all 0.3s ease-in-out;
}
#ajaxsearchprores1_1.vertical .results .item .asp_content:hover, #ajaxsearchprores1_2.vertical .results .item .asp_content:hover, div.asp_r.asp_r_1.vertical .results .item .asp_content:hover {
  background-color: #fff;
  padding: 0 70px !important;
}
#ajaxsearchprores1_1.vertical .results .item .asp_content:hover h3 a, #ajaxsearchprores1_2.vertical .results .item .asp_content:hover h3 a, div.asp_r.asp_r_1.vertical .results .item .asp_content:hover h3 a {
  color: var(--Brand-Purple, #312135);
  font-family: Sfizia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
#ajaxsearchprores1_1.vertical .results .item .asp_content h3 a, #ajaxsearchprores1_2.vertical .results .item .asp_content h3 a, div.asp_r.asp_r_1.vertical .results .item .asp_content h3 a {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: Sfizia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.asp_res_text {
  display: none;
}
#ajaxsearchprores1_1.vertical .item, #ajaxsearchprores1_2.vertical .item, div.asp_r.asp_r_1.vertical .item {
  display: flex;
  align-items: center;
}
#ajaxsearchprores1_1.vertical .results .item .asp_content, #ajaxsearchprores1_2.vertical .results .item .asp_content, div.asp_r.asp_r_1.vertical .results .item .asp_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.etc.etc-gamme {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: "Safiro Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
div.asp_w.asp_r, div.asp_w.asp_r * {
  font-family: Safiro Regular;
}
/*@include tabmob*/
@media (max-width: 980px) {
  #ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    top: 223px !important;
  }
  button.search-bar-toggle {
    border: none;
  }
  .top-header .dtm-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  button.search-bar-toggle {
    margin-right: 5px;
  }
  #ajaxsearchpro1_1 .probox .proinput, #ajaxsearchpro1_2 .probox .proinput, div.asp_m.asp_m_1 .probox .proinput {
    padding: 0 30px;
  }
  #ajaxsearchprores1_1.vertical .results .item .asp_content, #ajaxsearchprores1_2.vertical .results .item .asp_content, div.asp_r.asp_r_1.vertical .results .item .asp_content {
    padding: 0 30px !important;
  }
  #ajaxsearchprores1_1.vertical .results .item .asp_content:hover, #ajaxsearchprores1_2.vertical .results .item .asp_content:hover, div.asp_r.asp_r_1.vertical .results .item .asp_content:hover {
    padding: 0 35px !important;
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .top-header .dtm-section {
    padding-left: 0;
    padding-right: 0;
  }
  .top-header .top-header-close.dtm-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mega-menu .menu-item a:hover, .mega-menu .menu-item a.active {
  padding-left: 25px;
  padding-right: 15px;
}
.mega-menu .menu-item a {
  padding-right: 15px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .mega-menu .menu-item.menu-item-has-children > a {
    padding-left: 15px;
  }
}
.mega-menu .menu-item.cb-link .sub-menu-container .sub-menu-footer-cells-bar {
  margin-bottom: 15px;
}
.mega-menu .sub-menu-container .sub-menu-footer-cells-bar img {
  display: none;
}
.menu-footer {
  padding: 0 15px;
}
.mega-menu .button-contact-item, .mega-menu .linkedin-contact-item, .mega-menu .insta-contact-item {
  margin-bottom: 30px !important;
  margin-right: auto !important;
  padding: 0 !important;
}
.mega-menu .button-contact-item a, .mega-menu .linkedin-contact-item a, .mega-menu .insta-contact-item a {
  padding: 10px 15px;
  margin-bottom: 0;
  border: solid 1px var(--Brand-Purple, #312135);
}
.mega-menu .button-contact-item a:hover, .mega-menu .linkedin-contact-item a:hover, .mega-menu .insta-contact-item a:hover {
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: rgba(49, 33, 53, 0.1);
}
.mega-menu .button-contact-item a {
  margin-top: 50px;
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 50px;
  background: var(--Brand-Purple, #312135);
  color: var(--Brand-Beige, #ECE9E2);
  /* Button */
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
}
.mega-menu .button-contact-item a:hover {
  background-color: rgba(49, 33, 53, 0.1);
  color: var(--Brand-Purple, #312135);
}
.mega-menu .linkedin-contact-item a, .mega-menu .insta-contact-item a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  color: var(--Brand-Purple, #312135);
  /* Button */
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
}
.mega-menu .linkedin-contact-item a svg, .mega-menu .insta-contact-item a svg {
  width: 24px;
  height: 24px;
  transform: scale(1);
}
.mega-menu .linkedin-contact-item a svg path, .mega-menu .insta-contact-item a svg path {
  fill: #312135;
  transition: all 0.2s ease-in-out;
}
.mega-menu .linkedin-contact-item a:hover, .mega-menu .insta-contact-item a:hover {
  background-color: rgba(49, 33, 53, 0.1);
  color: var(--Brand-Purple, #312135);
}
.mega-menu .linkedin-contact-item a:hover svg path, .mega-menu .insta-contact-item a:hover svg path {
  fill: var(--Brand-Purple, #312135);
}
/*BLOCS*/
.dtm-bloc {
  width: 100%;
}
.dtm-bloc-card {
  background-color: var(--primary-bg-card-color);
}
/*image*/
.bloc-image {
  height: auto;
  width: 100%;
}
.bloc-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  object-position: top center;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-image {
    height: 300px;
  }
}
.bloc-image.full-height {
  height: auto;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-image.full-height {
    height: auto;
  }
}
.bloc-video {
  border-radius: 0;
  overflow: hidden;
}
.bloc-video iframe {
  width: 100%;
  border-radius: 0;
  height: 508px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-video iframe {
    height: 300px;
  }
}
/*ARIANE*/
.ariane {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  color: #fff;
  margin-bottom: 55px;
}
.ariane a {
  color: #fff;
}
.ariane a, .ariane span {
  /* font-style: italic; */
}
.ariane-current {
  color: var(--primary-color);
}
.ariane-arrow {
  margin: auto 0;
}
/*BOUTON*/
.dtm-btn {
  color: var(--primary-color);
  background-color: var(--blanc);
  padding: 12px 13px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--blanc);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dtm-btn.active, .dtm-btn:hover {
  color: var(--blanc);
  background-color: var(--primary-color);
  border-color: var(--blanc);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*ONGLET*/
.tabs-nav a {
  margin: 0 5px;
}
.tabs-nav {
  display: flex;
  margin: 0 -5px;
  margin-bottom: 20px;
}
/*ACCORDEON*/
.bloc-accordeon {
  padding: 0;
  border-radius: 0;
  background-color: var(--primary-bg-card-color);
  margin-bottom: 20px;
}
.accordeon {
  border-bottom: solid 2px var(--primary-border-color);
}
.header-accordeon {
  padding: 30px 30px 20px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-accordeon:hover .croix-box {
  /* filter: invert(67%) sepia(50%) saturate(3556%) hue-rotate(321deg) brightness(101%) contrast(101%); */
}
.header-accordeon-texte {
  width: auto;
  margin-right: auto;
}
.header-accordeon-croix {
  display: flex;
  justify-content: flex-end;
  margin-right: 23px;
  width: 52px;
  margin-bottom: auto;
  margin-top: 10px;
}
.croix-box {
  width: 29px;
  height: 29px;
  transition: var(--transition-1);
}
.croix-box img {
  transition: var(--transition-1);
}
.accordeon-open .croix-box img {
  transform: rotate(45deg);
  /* filter: invert(67%) sepia(50%) saturate(3556%) hue-rotate(321deg) brightness(101%) contrast(101%); */
  transition: var(--transition-1);
}
.accordeon-title {
  text-transform: uppercase !important;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--primary-color);
  line-height: normal;
}
.accordeon-sub-title {
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.69;
  color: var(--secondary-color);
  padding-bottom: 0;
}
.bloc-accordeon .panel {
  border-top: dashed 1px var(--secondary-color);
  padding: 30px 0 20px 0;
  width: 100%;
}
.content-accordeon {
  padding: 0 30px;
}
.text-content-accordeon {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #645c59;
  letter-spacing: normal;
}
a.lien-deal {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #c2c2c5;
  margin-bottom: 15px;
  display: block;
}
.bloc-accordeon .croix-box {
  width: 27px;
  height: 27px;
}
.bloc-accordeon .header-accordeon-croix {
  margin-top: auto;
  min-width: 76px;
  padding-right: 23px;
  margin-right: 0;
}
.bloc-accordeon .accordeon-title {
  padding-top: 7px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.22px;
  text-align: left;
  font-family: var(--title-font) !important;
}
.bloc-accordeon .header-accordeon {
  min-height: auto;
}
.bloc-accordeon .texte-2 p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #645c59;
}
.bloc-accordeon .texte-1 p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #53485f;
  padding-top: 15px;
}
.bloc-accordeon .bloc-gallery {
  padding: 0;
}
/*GALLERY*/
.bloc-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.bloc-gallery .tns-ovh {
  overflow: visible;
}
.gallery {
  position: relative;
  height: 350px;
}
.gallery-item {
  height: 100%;
  padding: 0;
}
.gallery-item img {
  border-radius: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.nav-gallery-dot {
  display: flex;
}
.customize-controls-gallery {
  display: flex;
  align-items: center;
}
.box-controls-gallery {
  /* position: absolute; */
  width: auto;
  bottom: 30px;
  right: 30px;
  margin: auto;
}
.nav-gallery-dot {
  /* display: none; */
}
/*GALLERY*/
.btn-nav-slider {
  display: block;
  width: auto;
  height: auto;
}
.box-controls-gallery {
  width: 100%;
}
.inner-box-controls-slider {
  width: 100%;
}
.customize-controls-gallery {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.image-slider-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
.nav-slider-dot-solo {
  height: 13px;
  width: 13px;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  margin: auto 7px;
  border: solid 1px #FB364B;
}
#nav-slider-dot {
  display: flex;
}
#customize-controls-slider {
  display: flex;
  align-items: center;
}
.btn-nav-slider {
  cursor: pointer;
  padding: 15px 0;
}
.nav-slider-dot-solo.tns-nav-active {
  background-color: #FB364B;
}
.btn-nav-slider.btn-nav-slider-prev {
  padding-right: 20px;
}
.btn-nav-slider.btn-nav-slider-next {
  padding-left: 20px;
}
/*CHIFFRE*/
p.chiffre {
  padding-bottom: 0;
}
p.chiffre span {
  font-size: 130px;
  padding-bottom: 0;
  font-family: var(--title-font) !important;
  line-height: 0.8;
}
.texte-chiffre {
  font-family: var(--title-font) !important;
  font-size: 16px;
  line-height: 1.13;
}
.chiffre .exposant {
  font-size: 70px;
  font-family: var(--title-font) !important;
  margin-top: -5px;
}
p.chiffre {
  display: flex;
}
/*Rich text*/
.bloc-rich-text h1, .bloc-rich-text h2 {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
.bloc-rich-text h3 {
  color: var(--BORDEAUX, #500009);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 15px;
  margin-top: 0;
}
/*CTA*/
.bloc-cta {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: -10px;
}
.dtm-cta {
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  background: rgba(49, 33, 53, 0.1);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  min-width: 150px;
}
.dtm-cta.style-cta-2 {
  background-color: #fff;
  border-color: #fff;
}
.dtm-cta.style-cta-3 {
  color: #fff;
  background-color: #FB364B;
}
.dtm-cta.style-cta-4 {
  color: #fff;
  border-color: #fff;
}
.dtm-cta:hover {
  background: var(--Brand-Purple, #312135);
  color: var(--Brand-Beige, #ECE9E2);
}
.dtm-cta.style-cta-2:hover {
  color: #fff;
  background-color: #FB364B;
}
.dtm-cta.style-cta-3:hover {
  color: var(--COULEUR-ROUGE, #FB364B);
  background-color: initial;
}
.dtm-cta.style-cta-4:hover {
  color: #FB364B;
  border-color: #FB364B;
  background-color: initial;
}
/*@include mobile*/
@media (max-width: 767px) {
  .style-cta-1 {
    margin-bottom: 30px;
  }
}
.bloc-dl-btn a {
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  background: rgba(49, 33, 53, 0.1);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  min-width: 150px;
}
.bloc-dl-btn a:hover {
  background: var(--Brand-Purple, #312135);
  color: var(--Brand-Beige, #ECE9E2);
}
/*separateur*/
.bloc-hr {
  background-color: #FB364B;
  height: 2px;
  margin-top: -10px;
  margin-bottom: 10px;
  border: none;
}
/*map*/
.bloc-map {
  border-radius: 20px;
  padding: 35px;
  background-color: #fff;
}
.bloc-map iframe {
  border-radius: 10px;
  display: block;
}
/*bloc-individu*/
.bloc-individu {
  margin-bottom: 35px;
  display: block;
  background-position: center;
}
.bloc-individu .name {
  color: var(--BORDEAUX-3, #93101E);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.bloc-individu .fonction {
  color: var(--BORDEAUX-4, #B58585);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0;
}
.bloc-individu.bloc-individu-image {
  padding: 0;
  background-size: cover;
  height: 435px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bloc-individu.bloc-individu-image .texte {
  padding: 35px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bloc-individu.bloc-individu-image .name {
  color: #fff;
  margin-top: auto;
}
.bloc-individu.bloc-individu-image .fonction {
  color: #FB364B;
}
/*section blog*/
/*@include mobile*/
@media (max-width: 767px) {
  .posts {
    flex-wrap: nowrap;
    margin-right: 0;
    display: block;
  }
  .posts .item-mini-event, .posts .item-mini-post {
    margin: 0;
    transform: translateX(-20px);
  }
}
.section-blog {
  background: var(--COULEUR-ROUGE-3, #F8D8D5);
}
.section-blog .ligne-title-section-blog {
  margin-bottom: 0;
}
.section-blog .content-archive-section-blog {
  margin-bottom: calc(40px - 1.25%);
  margin-top: -1.25%;
}
.section-blog .ligne-voir-tous-articles .dtm-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-blog .ligne-voir-tous-articles .dtm-col .dtm-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F8D8D5;
  border-color: #FB364B;
}
.section-blog .ligne-voir-tous-articles .dtm-col .dtm-btn:hover {
  background-color: #FB364B;
  color: #fff;
}
/*@include mobile*/
@media (max-width: 767px) {
  .section-blog .content-archive-section-blog {
    margin-bottom: calc(40px - 1.25%);
    margin-top: -1.25%;
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .single-post .section-blog .content-archive-section-blog {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
/*sections header*/
.header-std.section-header-modulaire {
  min-height: 500px;
}
.header-std.section-header-modulaire .dtm-ligne {
  padding-bottom: 100px;
}
.header-std.section-header-modulaire h1 {
  text-transform: initial;
}
.header-std.section-header-modulaire h2 {
  max-width: 50%;
}
.section-header-modulaire.section-header-agora .tags {
  display: flex;
  flex-wrap: wrap;
}
.section-header-modulaire.section-header-agora .tags a.dtm-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.section-header-modulaire.section-header-lieu .tag-lieu {
  border-radius: 5px;
  border: 2px solid var(--BLANC, #FFF);
  padding: 6px;
  display: flex;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.section-header-modulaire.section-header-lieu .tag-lieu svg {
  margin: 0;
}
.section-header-modulaire.section-header-lieu .tag-lieu svg path {
  fill: #fff;
}
.dtm-section.header-std.section-header-modulaire.section-header-technique {
  background: var(--BORDEAUX, #500009);
  min-height: 400px;
}
.dtm-section.header-std.section-header-modulaire.section-header-technique .dtm-ligne {
  padding-bottom: 83px;
}
/*@include mobile*/
@media (max-width: 767px) {
  .header-std.section-header-modulaire h2 {
    max-width: 100%;
  }
}
/*Card*/
.bloc-card {
  border-radius: 20px;
  background: var(--BLANC, #FFF);
  padding: 35px;
}
.bloc-card img {
  border-radius: 10px;
  height: 277px;
  object-fit: cover;
}
.bloc-card .dtm-col {
  display: flex;
  flex-direction: column;
}
.bloc-card h3 {
  text-transform: initial !important;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--primary-color);
  line-height: normal;
}
.bloc-card h3 svg {
  width: 18px;
  margin-right: 10px;
}
.bloc-card p {
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: auto;
}
.bloc-card .ligne-bot {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.bloc-card .ligne-bot .tag-lieu {
  margin-right: 20px;
  border-radius: 5px;
  border: 2px solid var(--COULEUR-ROUGE, #FB364B);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-card .ligne-bot .dtm-btn {
  border-radius: 5px;
  border: 2px solid var(--COULEUR-ROUGE, #FB364B);
  padding: 10px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-card img {
    width: 100%;
    margin-top: 20px;
  }
}
/*Logo*/
.bloc-logo {
  border-radius: 20px;
  background: var(--BLANC, #FFF);
  padding: 35px;
  display: flex;
}
.bloc-logo .partenaire {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
.bloc-logo .lien {
  color: var(--BORDEAUX-4, #B58585);
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.bloc-logo .col-texte {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-logo .col-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-left: auto;
}
.bloc-logo .col-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}
/*contact*/
.bloc-contact {
  border-radius: 20px;
  background: var(--BLANC, #FFF);
  padding: 35px;
  height: 100%;
}
.bloc-contact .ligne-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.bloc-contact .ligne-top h3 {
  text-transform: initial !important;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--primary-color);
  line-height: normal;
}
.bloc-contact .ligne-top h3 svg {
  width: 18px;
  margin-right: 10px;
}
.bloc-contact .ligne-top .tag-lieu {
  margin-right: 20px;
  border-radius: 5px;
  border: 2px solid var(--COULEUR-ROUGE, #FB364B);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-contact .texte-1 {
  color: var(--BORDEAUX-3, #93101E);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 20px;
}
.bloc-contact .texte-2 {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 60px;
}
.bloc-contact .dtm-btn {
  border-color: #FB364B;
  display: inline-block;
}
/*code*/
.bloc-code iframe {
  width: 100%;
  height: 508px;
  border-radius: 20px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-code iframe {
    height: 300px;
  }
}
/*tarifs*/
.bloc-tarifs {
  border-radius: 20px;
  background: var(--BLANC, #FFF);
  padding: 35px;
}
.bloc-tarifs .tarif {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
.bloc-tarifs .intitule {
  color: var(--BORDEAUX-4, #B58585);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.bloc-tarifs .intitule sup {
  font-size: 50%;
  top: -0.9em;
}
.bloc-tarifs .ligne-tarif {
  background: #F8D8D5;
  height: 1px;
  width: auto;
  flex-grow: 100;
  margin: auto 20px 10px 20px;
  min-width: 4px;
}
.bloc-tarifs .montant {
  color: var(--COULEUR-ROUGE, #FB364B);
  text-align: right;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-top: 0;
  margin-bottom: 0;
}
.bloc-tarifs .index_s {
  margin-top: 7px;
  display: inline-block;
}
.bloc-tarifs .index_s .intitule_index {
  color: var(--BORDEAUX-4, #B58585);
  /* Body 3 */
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.bloc-tarifs .index_s .intitule_index sup {
  font-size: 50%;
  top: -0.9em;
  margin-right: 5px;
}
/*bloc newsletter*/
.bloc-newsletter {
  background-color: #F8D8D5;
  padding: 35px;
  border-radius: 20px;
}
.bloc-newsletter .tabmob-only {
  display: none;
}
.bloc-newsletter input, .bloc-newsletter textarea {
  width: 100%;
  margin-bottom: 17px;
  border-radius: 5px;
  border: 2px solid var(--couleurrouge-2, #F99295);
  background: #FFEAE8;
  padding: 10px 13px;
  color: #FB364B;
  font-size: 14px;
}
.bloc-newsletter input::placeholder, .bloc-newsletter textarea::placeholder {
  color: var(--couleurrouge-2, #F99295);
  font-size: 14px;
}
.bloc-newsletter input:focus-visible, .bloc-newsletter textarea:focus-visible {
  outline: none;
  background-color: #fff;
}
.bloc-newsletter p, .bloc-newsletter a {
  color: var(--couleurrouge-2, #F99295);
}
.bloc-newsletter a {
  text-decoration: underline;
}
.bloc-newsletter a:hover {
  color: #FB364B;
}
.bloc-newsletter .ligne-formulaire-1, .bloc-newsletter .ligne-formulaire-2 {
  margin-bottom: 0;
  flex-direction: column;
}
.bloc-newsletter input[type="submit"] {
  width: auto;
  margin-bottom: 0;
  background-color: #fff;
  margin-right: auto;
}
.bloc-newsletter .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 20px;
}
.bloc-newsletter .wpcf7-list-item label {
  display: flex;
}
.bloc-newsletter .wpcf7-list-item label input {
  width: 17px;
  height: 17px;
  margin-right: 21px;
}
.bloc-newsletter .wpcf7-list-item label p {
  margin-top: 0;
}
.bloc-newsletter .wpcf7 form.sent .wpcf7-response-output {
  border: none;
}
.bloc-newsletter .wpcf7 form.invalid .wpcf7-response-output, .bloc-newsletter .wpcf7 form.unaccepted .wpcf7-response-output, .bloc-newsletter .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
  margin: auto;
}
.bloc-newsletter .wpcf7-not-valid-tip {
  color: var(--primary-color);
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  top: -16px;
  right: 5px;
  font-style: italic;
}
.bloc-newsletter .wpcf7-form-control-wrap {
  display: block;
}
.bloc-newsletter .wpcf7-spinner {
  background-color: #FB364B;
  margin: 0;
  position: absolute;
  bottom: -25px;
  left: -25px;
}
.bloc-newsletter .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.sentok {
  display: none;
  background-color: #F8D8D5;
  padding: 35px;
  border-radius: 20px;
}
.sentok .sentok-merci {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0;
}
.sentok .sentok-texte {
  color: var(--BORDEAUX-4, #B58585);
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.bloc-contact.dtm-bloc {
  background-size: cover;
  background-position: center center;
  min-height: calc(100vh - 100px);
  display: flex;
  border-radius: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .bloc-contact.dtm-bloc {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none !important;
  }
}
.bloc-contact.dtm-bloc .dtm-ligne {
  height: auto;
}
.bloc-contact.dtm-bloc .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloc-contact.dtm-bloc .col-1 .texte {
  padding: 40px 0;
}
.bloc-contact.dtm-bloc .col-1 h2 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 91px */
}
.bloc-contact.dtm-bloc .col-1 h3 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 42.9px */
}
.bloc-contact.dtm-bloc .col-1 p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form .wpcf7-not-valid-tip {
  color: #312135;
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 {
  display: flex;
  justify-content: space-between;
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col1, .bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col2, .bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 47%;
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col1 input, .bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col2 input, .bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col3 input {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #312135);
  padding: 10px 0px 10px 3px;
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col1 input::placeholder, .bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col2 input::placeholder, .bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne1 .col3 input::placeholder {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne2 .form-group {
  margin-bottom: 60px;
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne2 .form-group textarea {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #312135);
  padding: 10px 0px 10px 3px;
}
.bloc-contact.dtm-bloc .col-1 .bloc-contact-form .ligne2 .form-group textarea::placeholder {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container {
  position: relative;
  width: 100%;
  display: flex;
  height: 52px;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container label {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container label .name-label {
  transform: translate(5px, 1em) scale(1);
  transition: inherit;
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container label .fixed {
  display: none;
  transform: translate(0, 0) scale(0.8);
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 15.5px */
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container.active, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:active, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-within, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-visible, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:hover, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:target {
  border: none;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container.active label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:active label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-within label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-visible label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:hover label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:target label .name-label {
  transform: translate(0, 0) scale(0.8);
  opacity: 0.8;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container.active label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:active label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-within label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-visible label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:hover label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:target label .fixed {
  display: block;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container.active input, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container.active textarea, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:active input, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:active textarea, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus input, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus textarea, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-within input, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-within textarea, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-visible input, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-visible textarea, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:hover input, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:hover textarea, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:target input, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:target textarea {
  background: rgba(48, 48, 48, 0.05);
  transition: all 0.3s ease;
  height: 52px;
  color: var(--Brand-Purple, #312135);
  text-align: left;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  padding: 25px 0px 5px 5px;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container.active .form-input label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:active .form-input label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus .form-input label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-within .form-input label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-visible .form-input label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:hover .form-input label .name-label, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:target .form-input label .name-label {
  opacity: 0.8;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container.active .form-input label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:active .form-input label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus .form-input label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-within .form-input label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:focus-visible .form-input label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:hover .form-input label .fixed, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-container:target .form-input label .fixed {
  opacity: 0.8;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .wpcf7-form-control-wrap, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-control-wrap {
  width: 100%;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .form-input, .bloc-contact.dtm-bloc .col-1 .mini-md-form .form-input:focus-visible {
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #312135);
  border-radius: none;
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 52px;
  background: rgba(52, 52, 52, 0);
  width: 100%;
  outline: none;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form input[type="submit"], .bloc-contact.dtm-bloc .col-1 .mini-md-form button[type="submit"] {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: transparent;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--Brand-Purple, #312135);
  display: flex;
  width: 100%;
  cursor: pointer;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form input[type="submit"]:hover, .bloc-contact.dtm-bloc .col-1 .mini-md-form button[type="submit"]:hover {
  background: #3121352a;
  color: var(--Brand-Purple, #312135);
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .select2-container {
  width: 100% !important;
  border-bottom: solid 1px var(--Brand-Purple, #312135);
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .select2-container--default .select2-selection--single {
  /* border: 1px solid #aaa; */
  border: none;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  width: 100%;
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  /* top: 1px; */
  top: 10px;
}
.bloc-contact.dtm-bloc .col-1 .mini-md-form .selection {
  display: flex;
  width: 100%;
}
.bloc-contact.dtm-bloc .col-1 input::placeholder, .bloc-contact.dtm-bloc .col-1 input::-moz-text-control-editing-root, .bloc-contact.dtm-bloc .col-1 input::-moz-text-control-preview {
  color: #312135;
}
.bloc-contact.dtm-bloc .col-1 textarea::placeholder, .bloc-contact.dtm-bloc .col-1 textarea::-moz-text-control-editing-root, .bloc-contact.dtm-bloc .col-1 textarea::-moz-text-control-preview {
  color: #312135;
}
.bloc-contact.dtm-bloc .col-2 {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.bloc-contact.dtm-bloc .col-2 h2 {
  color: var(--Basics-White, #312135);
  text-align: right;
  font-family: "Safiro Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 42.9px */
  margin-left: auto;
}
.bloc-contact.dtm-bloc .col-2 .social {
  display: flex;
  margin-left: auto;
  margin-top: 20px;
}
.bloc-contact.dtm-bloc .col-2 .social a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
/*mod-25-rs*/
.mod-25-rs {
  background-color: #FB364B;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod-25-rs .col-2_3 {
  display: flex;
  align-items: center;
}
.mod-25-rs .col-2_3 h4 {
  display: flex;
  align-items: center;
  color: var(--blanc, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.mod-25-rs .col-2_3 h4 svg {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}
.mod-25-rs .col-2_3 h4 svg path {
  fill: #fff;
}
.mod-25-rs .col-1_3 {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mod-25-rs .col-1_3 .rs-section-contact {
  margin-top: auto;
  margin-left: auto;
}
.mod-25-rs .col-1_3 svg {
  width: 38px;
  height: 38px;
  background-color: #fff;
  margin-left: 18px;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.mod-25-rs .col-1_3 svg circle {
  transition: all 0.2s ease-out;
}
.mod-25-rs .col-1_3 svg path {
  transition: all 0.2s ease-out;
}
.mod-25-rs .col-1_3 svg:hover {
  background-color: #FB364B;
}
.mod-25-rs .col-1_3 svg:hover circle {
  fill: #FB364B;
}
.mod-25-rs .col-1_3 svg:hover path {
  fill: #fff;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .mod-25-rs .col-1_3 .rs-section-contact {
    margin-left: 0;
  }
  .mod-25-rs .col-1_3 {
    align-items: flex-start;
  }
  .mod-25-rs .col-2_3 {
    margin-bottom: 30px;
    line-height: 1.7em;
  }
  .mod-25-rs .col-1_3 svg {
    margin-left: 0;
    margin-right: 18px;
  }
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1.3em;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  background-color: var(--main-bg-color);
}
/*Hide recaptcha badge*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0 !important;
}
/*VARIABLES CSS*/
:root {
  --max-mobile-width: 767px;
  --max-tablette-width: 980px;
  --desktop: @media all and (min-width: calc(var(--max-tablette-width) + 1px));
  --tablette: @media all and (min-width: calc(var(--max-mobile-width) + 1px)) and (max-width: var(--max-tablette-width));
  --mobile: @media all and (max-width: var(--max-mobile-width));
  --transition-1: all ease-in 0.1s;
  --transition-2: all cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  --transition-3: all cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
}
.noselect, .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet, .single-cell .tab-container .header-onglets h3 {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/*MENU*/
.pop-search {
  position: absolute;
  display: none;
  top: 77px;
}
.sticky .pop-search {
  top: 50px;
}
#btn-loupe {
  cursor: pointer;
}
div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
}
#ajaxsearchprores1_1 .results .item, #ajaxsearchprores1_2 .results .item, div.asp_r.asp_r_1 .results .item {
  background: transparent !important;
}
#ajaxsearchprores1_1.vertical .results .item::after, #ajaxsearchprores1_2.vertical .results .item::after, div.asp_r.asp_r_1.vertical .results .item::after {
  display: none !important;
}
div.asp_w.asp_r .results .item {
  padding: 0 !important;
  border-left: none !important;
  border-right: none !important;
}
#ajaxsearchprores1_1.vertical .results .item .asp_content, #ajaxsearchprores1_2.vertical .results .item .asp_content, div.asp_r.asp_r_1.vertical .results .item .asp_content {
  padding: 0 12px !important;
}
#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
  line-height: 1.3em !important;
  text-decoration: underline;
}
#ajaxsearchprores1_1, #ajaxsearchprores1_2, div.asp_r.asp_r_1 {
  margin: 5px 0 0 0 !important;
}
#ajaxsearchprores1_1 p.showmore a, #ajaxsearchprores1_2 p.showmore a, div.asp_r.asp_r_1 p.showmore a {
  padding: 0px 10px !important;
  text-align: left !important;
  font-style: italic;
}
.top-header.header-desk.sticky #menu-menu-principal, .top-header.header-desk.sticky #menu-menu-principal-en {
  height: 60px;
  transition: var(--transition-1);
}
.top-header.header-desk.sticky {
  background-image: linear-gradient(to bottom, #000000a1 4%, rgba(0, 0, 0, 0) 92%);
  transition: var(--transition-1);
}
.top-header.header-desk.sticky #menu-menu-principal a, .top-header.header-desk.sticky #menu-menu-principal-en a {
  font-size: 70%;
  transition: var(--transition-1);
}
.header-desk.sticky .box-logo img {
  height: 35px;
  transition: var(--transition-1);
}
.header-desk.sticky .top-header-box {
  max-width: 900px;
  transition: var(--transition-1);
}
.login-link {
  margin: auto 0 auto 10px;
}
#menu-menu-principal .item-news-nav a, #menu-menu-principal-en .item-news-nav a {
  color: var(--second-texte-color);
}
.error404 h1 {
  color: var(--primary-color);
}
/*------*/
/*Page technique*/
.page-template-page-technique-template h1, .page-template-page-technique-template h2, .page-template-page-technique-template h3, .page-template-page-technique-template h4, .page-template-page-technique-template h5, .page-template-page-technique-template h6, .page-template-page-technique-template ul, .page-template-page-technique-template li {
  color: var(--primary-color);
}
/*GLOBAL*/
body {
  /*@include tabmob*/
}
body .colored-color-1 {
  color: #9E93A1;
}
body .colored-color-2 {
  color: #FFA450;
}
body .cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
  border-radius: 0;
}
body .button-arrow {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid var(--Brand-Beige, #ECE9E2);
  margin-right: auto;
  transition: all 0.2s ease-in-out;
  flex-flow: nowrap;
}
body .button-arrow .link-title {
  transition: all 0.2s ease-in-out;
  width: auto;
  margin-right: 0;
  text-align: center;
}
body .button-arrow .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  max-width: 18px;
  height: 16px;
  position: relative;
  transition: all 0.2s ease-in-out;
  flex-grow: 2;
  margin-left: 10px;
}
body .button-arrow .arrow .arrow-body {
  width: 18px;
  max-width: 18px;
  height: 1px;
  background-color: #ECE9E2;
  margin-right: -6px;
  transition: all 0.2s ease-in-out;
}
body .button-arrow .arrow .arrow-pointe {
  display: flex;
  height: 16px;
}
body .button-arrow .arrow .arrow-pointe svg {
  height: 16px;
  margin: 0;
}
body .button-arrow:hover {
  background: rgba(236, 233, 226, 0.1);
}
body .button-arrow:hover .arrow {
  max-width: 26px;
  width: 26px;
}
body .button-arrow:hover .arrow .arrow-body {
  max-width: 26px;
  width: 26px;
}
body .section-contact .intro-contact {
  color: var(--Neutral-700, #504F4E);
  /* Subtitle */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  /* 185% */
  margin-bottom: 40px;
  margin-top: 0;
}
body .section-contact .ligne-1 .col-full {
  padding: 0 50px;
}
body .section-contact .formulaire .container {
  padding: 0;
}
body .section-contact .formulaire .container.fields {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}
body .section-contact .formulaire .container.fields .row {
  width: 20%;
  margin-right: 20px;
}
body .section-contact .formulaire .container.fields .row:last-child {
  margin-right: 0;
}
body .section-contact .formulaire .cf7sg-container .cf7-smart-grid.has-grid .container {
  max-width: var(--max-cf7sg-form-width, 940px);
  padding: 0 1.06383%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body .section-contact .formulaire label {
  color: var(--Neutral-White, #2B2B2A);
  /* Small Body copy */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
body .section-contact .formulaire .texte-contact {
  color: var(--Neutral-White, #2B2B2A);
  /* Small Body copy */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
body .section-contact .formulaire p.texte-contact {
  margin-bottom: 42px;
  margin-top: 0;
}
body .section-contact .formulaire .checkbox .wpcf7-list-item {
  margin-left: 0;
}
body .section-contact .formulaire .checkbox label {
  display: flex;
}
body .section-contact .formulaire .checkbox label input {
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #2B2B2A;
  padding: 0;
}
body .section-contact .formulaire .checkbox label input[type="checkbox"]:checked::before {
  transform: scale(1);
}
body .section-contact .formulaire .checkbox label input[type="checkbox"]::before {
  content: "";
  width: 15px;
  height: 15px;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  transform: scale(0);
  background-color: #2B2B2A;
}
body .section-contact .formulaire input, body .section-contact .formulaire textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(43, 43, 42, 0.5);
  padding: 5px 5px 20px 10px;
  color: #2B2B2A;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
body .section-contact .formulaire input::placeholder, body .section-contact .formulaire textarea::placeholder {
  color: #2B2B2A;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  opacity: 1;
}
body .section-contact .formulaire button, body .section-contact .formulaire [type="button"], body .section-contact .formulaire [type="reset"], body .section-contact .formulaire [type="submit"] {
  color: #2F41F1;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  width: auto !important;
  border: 1px solid #2F41F1;
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
}
body .section-contact .formulaire .cf7-smart-grid.has-grid .field > label em {
  display: none;
}
body .section-contact .formulaire .field {
  margin-bottom: 42px;
}
body .section-contact .formulaire .cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
  background: transparent;
  font-family: Lato;
  font-size: 10px;
  position: absolute;
  color: #2B2B2A;
}
body .section-contact .hide {
  display: none;
}
body .section-contact .cf7sg-container .cf7-smart-grid.has-grid .container.hide {
  display: none;
}
@media (max-width: 980px) {
  body body .section-contact .formulaire .container.fields .row {
    width: 100%;
    margin-right: 0;
  }
  body body .section-contact .formulaire .container.fields {
    flex-wrap: wrap !important;
  }
}
body .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000000;
}
body .popup.hidden {
  display: none !important;
}
body .popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
body .popup .popup-content {
  background: #fff;
  padding: 50px;
  border-radius: 0;
  width: 590px;
  position: relative;
}
body .popup .popup-content h2 {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 42.9px */
  margin-bottom: 40px;
}
body .popup .popup-content input[type="submit"], body .popup .popup-content button[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 50px;
  background: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
body .popup .popup-content .forgot-password a {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  /* Body Copy */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  text-decoration-line: underline;
  margin-bottom: 70px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 10px;
}
body .popup .popup-content .link-label {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  /* Body Copy */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  margin-bottom: 10px;
}
body .popup .popup-content .link {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: var(--Brand-Purple, #fff);
  color: var(--Brand-Beige, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--Brand-Purple, #312135);
  display: flex;
  width: 100%;
  cursor: pointer;
}
body .popup .popup-content .link:hover {
  background: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
}
body .small-contact-form, body .small-login-form {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
body .small-contact-form .ligne1, body .small-login-form .ligne1 {
  display: flex;
  justify-content: space-between;
}
body .small-contact-form .ligne1 .col1, body .small-contact-form .ligne1 .col2, body .small-contact-form .ligne1 .col-full, body .small-login-form .ligne1 .col1, body .small-login-form .ligne1 .col2, body .small-login-form .ligne1 .col-full {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 48%;
}
body .small-contact-form .ligne1 .col1 input, body .small-contact-form .ligne1 .col2 input, body .small-contact-form .ligne1 .col-full input, body .small-login-form .ligne1 .col1 input, body .small-login-form .ligne1 .col2 input, body .small-login-form .ligne1 .col-full input {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #312135);
  padding: 10px 0px 10px 3px;
}
body .small-contact-form .ligne1 .col1 input::placeholder, body .small-contact-form .ligne1 .col2 input::placeholder, body .small-contact-form .ligne1 .col-full input::placeholder, body .small-login-form .ligne1 .col1 input::placeholder, body .small-login-form .ligne1 .col2 input::placeholder, body .small-login-form .ligne1 .col-full input::placeholder {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
body .small-contact-form .ligne1 .col-full, body .small-login-form .ligne1 .col-full {
  width: 100%;
}
body .mini-md-form .form-container {
  position: relative;
  width: 100%;
  display: flex;
  height: 52px;
}
body .mini-md-form .form-container label {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
body .mini-md-form .form-container label .name-label {
  transform: translate(5px, 1em) scale(1);
  transition: inherit;
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
body .mini-md-form .form-container label .fixed {
  display: none;
  transform: translate(0, 0) scale(0.8);
  color: rgba(49, 33, 53, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 15.5px */
}
body .mini-md-form .form-container.active, body .mini-md-form .form-container:active, body .mini-md-form .form-container:focus, body .mini-md-form .form-container:focus-within, body .mini-md-form .form-container:focus-visible, body .mini-md-form .form-container:hover {
  border: none;
}
body .mini-md-form .form-container.active label .name-label, body .mini-md-form .form-container:active label .name-label, body .mini-md-form .form-container:focus label .name-label, body .mini-md-form .form-container:focus-within label .name-label, body .mini-md-form .form-container:focus-visible label .name-label, body .mini-md-form .form-container:hover label .name-label {
  transform: translate(0, 0) scale(0.8);
  opacity: 0.8;
}
body .mini-md-form .form-container.active label .fixed, body .mini-md-form .form-container:active label .fixed, body .mini-md-form .form-container:focus label .fixed, body .mini-md-form .form-container:focus-within label .fixed, body .mini-md-form .form-container:focus-visible label .fixed, body .mini-md-form .form-container:hover label .fixed {
  display: block;
}
body .mini-md-form .form-container.active input, body .mini-md-form .form-container.active textarea, body .mini-md-form .form-container:active input, body .mini-md-form .form-container:active textarea, body .mini-md-form .form-container:focus input, body .mini-md-form .form-container:focus textarea, body .mini-md-form .form-container:focus-within input, body .mini-md-form .form-container:focus-within textarea, body .mini-md-form .form-container:focus-visible input, body .mini-md-form .form-container:focus-visible textarea, body .mini-md-form .form-container:hover input, body .mini-md-form .form-container:hover textarea {
  background: rgba(49, 33, 53, 0.05);
  transition: all 0.3s ease;
  height: 52px;
  color: var(--Brand-Purple, #312135);
  text-align: left;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  padding: 25px 0px 5px 5px;
}
body .mini-md-form .form-container.active .form-input label .name-label, body .mini-md-form .form-container:active .form-input label .name-label, body .mini-md-form .form-container:focus .form-input label .name-label, body .mini-md-form .form-container:focus-within .form-input label .name-label, body .mini-md-form .form-container:focus-visible .form-input label .name-label, body .mini-md-form .form-container:hover .form-input label .name-label {
  opacity: 0.8;
}
body .mini-md-form .form-container.active .form-input label .fixed, body .mini-md-form .form-container:active .form-input label .fixed, body .mini-md-form .form-container:focus .form-input label .fixed, body .mini-md-form .form-container:focus-within .form-input label .fixed, body .mini-md-form .form-container:focus-visible .form-input label .fixed, body .mini-md-form .form-container:hover .form-input label .fixed {
  opacity: 0.8;
}
body .mini-md-form .wpcf7-form-control-wrap, body .mini-md-form .form-control-wrap {
  width: 100%;
}
body .mini-md-form .form-input, body .mini-md-form .form-input:focus-visible {
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #312135);
  border-radius: none;
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 52px;
  background: rgba(49, 33, 53, 0);
  width: 100%;
  outline: none;
}
body .mini-md-form input[type="submit"], body .mini-md-form button[type="submit"] {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: var(--Brand-Purple, #312135);
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--Brand-Purple, #312135);
  display: flex;
  width: 100%;
  cursor: pointer;
}
body .mini-md-form input[type="submit"]:hover, body .mini-md-form button[type="submit"]:hover {
  background: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
}
body .mini-md-form .select2-container {
  width: 100% !important;
  border-bottom: solid 1px var(--Brand-Purple, #312135);
}
body .mini-md-form .select2-container--default .select2-selection--single {
  /* border: 1px solid #aaa; */
  border: none;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}
body .mini-md-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  width: 100%;
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
body .mini-md-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  /* top: 1px; */
  top: 10px;
}
body .mini-md-form .selection {
  display: flex;
  width: 100%;
}
.select2-container--open {
  z-index: 999999999999 !important;
}
.select2-search--dropdown {
  display: none !important;
}
.select2-dropdown {
  border: none !important;
}
.select2-results li {
  height: 52px;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  opacity: 1;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #312135 !important;
  color: #ECE9E2 !important;
}
.select2-container--default .select2-results > .select2-results__options {
  background-color: #ECE9E2 !important;
  color: #312135 !important;
}
/*HOME*/
.page-template-home {
  background-color: #F4F4F3;
}
.page-template-home .section-1 {
  height: 834px;
  background-size: cover;
  background-position: center center;
  padding-bottom: 40px;
}
.page-template-home .section-1 .dtm-ligne {
  height: 100%;
}
.page-template-home .section-1 .dtm-ligne .dtm-col {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-home .section-1 .dtm-ligne .dtm-col .titre {
  margin-top: auto;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Brand-Beige, #ECE9E2);
}
.page-template-home .section-1 .dtm-ligne .dtm-col .titre h1 {
  color: var(--Brand-Beige, #ECE9E2);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 90px */
  margin-bottom: 30px;
}
.page-template-home .section-1 .dtm-ligne .dtm-col .titre h1 .titre-2 {
  color: rgba(217, 217, 217, 0.2);
}
.page-template-home .section-1 .dtm-ligne .dtm-col .lien {
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid var(--Brand-Beige, #ECE9E2);
}
.page-template-home .section-1 .dtm-ligne .dtm-col .lien a {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.page-template-home .section-2 {
  padding-top: 150px;
  padding-bottom: 0;
}
.page-template-home .section-2 .dtm-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-home .section-2 svg {
  margin-bottom: 120px;
}
.page-template-home .section-2 p {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
  margin: 0;
}
.page-template-home .section-3 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-template-home .section-3 .slider-landing {
  height: auto;
  min-height: 760px;
}
.page-template-home .section-3 .slider-landing .dtm-col {
  display: flex;
  flex-direction: column;
}
.page-template-home .section-3 .slider-landing .slider-landing-items {
  width: 100%;
  height: auto;
}
.page-template-home .section-3 .slider-landing .slider-landing-items .slider-landing-item {
  padding: 80px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.page-template-home .section-3 .slider-landing .slider-landing-items .slider-landing-item h2 {
  color: var(--Basics-White, #FFF);
  font-family: "Safiro Regular";
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 144px */
  margin-top: auto;
  margin-bottom: 30px;
}
.page-template-home .section-3 .slider-landing .slider-landing-items .slider-landing-item h3 {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
  letter-spacing: -0.36px;
  margin-top: 0;
  margin-bottom: 30px;
}
.page-template-home .section-3 .slider-landing .slider-landing-menu {
  padding: 80px;
  position: absolute;
  height: 100%;
  right: 0;
  text-align: right;
  padding-left: 10px;
}
.page-template-home .section-3 .slider-landing .slider-landing-menu p {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.page-template-home .section-3 .slider-landing .slider-landing-menu ul {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.page-template-home .section-3 .slider-landing .slider-landing-menu li {
  display: flex;
  margin-left: auto;
  margin-top: 20px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}
.page-template-home .section-3 .slider-landing .slider-landing-menu li:hover {
  background: rgba(236, 233, 226, 0.1);
}
.page-template-home .section-3 .slider-landing .slider-landing-menu li.active {
  border: 1px solid var(--Brand-Beige, #ECE9E2);
}
.page-template-home .section-4 {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-home .section-4 .wrap-slide {
  display: flex;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  /* Courbe ressort */
  background-color: #fff;
  overflow: hidden;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item {
  display: flex;
  height: 590px;
  transition: inherit;
  position: relative;
  width: 130px;
  max-width: 130px;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet {
  padding: 30px;
  width: 130px;
  border-left: 1px solid #B5B1A8;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  /* Courbe ressort */
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet p {
  transform: rotate(-90deg);
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: "Safiro Regular";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 72px */
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content {
  display: flex;
  transition: inherit;
  overflow: hidden;
  width: 0;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .image {
  width: 37%;
  height: 100%;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte {
  width: 63%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 2000px;
  height: 2000px;
  transition: inherit;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte h2 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte h3 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 96px */
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte h4 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  letter-spacing: -0.3px;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte p {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte p span {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte a {
  text-decoration: none;
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte a:hover {
  background: rgba(49, 33, 53, 0.1);
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item.open {
  width: 100%;
  max-width: 100%;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet {
  width: 0;
  padding: 0;
  opacity: 0;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet-content {
  width: 100%;
  min-width: 100%;
  opacity: 1;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet-content .image {
  width: 37%;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet-content .texte {
  width: 63%;
  height: 100%;
  max-height: 100%;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item.item-product .onglet-content .texte h3 {
  color: var(--Brand-Purple, #312135);
  font-family: Sfizia;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 96px */
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item.item-product .onglet-content .texte p {
  border-left: 1px solid var(--Brand-Purple, #312135);
  display: flex;
  align-items: center;
}
.page-template-home .section-4 .wrap-slide .wrap-slide-item.item-product .onglet-content .texte p svg {
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-home .section-5 .bloc-gallery {
  overflow: hidden;
}
.page-template-home .section-5 .bloc-gallery .nav-slider-dot-solo {
  background-color: rgba(132, 76, 94, 0.2);
  width: 8px;
  height: 8px;
  border: none;
  margin: auto 5px;
}
.page-template-home .section-5 .bloc-gallery .nav-slider-dot-solo.tns-nav-active {
  background-color: #844c5e;
}
.page-template-home .section-5 .cells-gallery {
  overflow: hidden;
}
.page-template-home .section-5 .cells-gallery-item {
  height: 757px;
}
.page-template-home .section-5 .cells-gallery-item .dtm-col {
  margin: 0;
  width: 50%;
}
.page-template-home .section-5 .cells-gallery-item .col-1 {
  background-color: #fff;
  padding: 80px 80px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-home .section-5 .cells-gallery-item .col-1 .header-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-home .section-5 .cells-gallery-item .col-1 .header-item .logo {
  width: 143px;
}
.page-template-home .section-5 .cells-gallery-item .col-1 .header-item .logo svg {
  width: inherit;
}
.page-template-home .section-5 .cells-gallery-item .col-1 .header-item .picto {
  width: 72px;
}
.page-template-home .section-5 .cells-gallery-item .col-1 .header-item .picto svg {
  width: inherit;
}
.page-template-home .section-5 .cells-gallery-item .col-1 h2 {
  border-top: 2px solid var(--Brand-Purple, #312135);
  border-bottom: 2px solid var(--Brand-Purple, #312135);
  color: var(--Brand-Purple, #312135);
  font-family: Sfizia;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 83%;
  /* 49.8px */
  margin-bottom: 30px;
  padding: 40px 0;
}
.page-template-home .section-5 .cells-gallery-item .col-1 h2 svg {
  overflow: visible;
  height: 20px;
}
.page-template-home .section-5 .cells-gallery-item .col-1 h2 svg path {
  fill: var(--Brand-Purple, #312135);
}
.page-template-home .section-5 .cells-gallery-item .col-1 h3 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.24px;
}
.page-template-home .section-5 .cells-gallery-item .col-1 img {
  width: 100%;
  max-width: 340px;
}
.page-template-home .section-5 .cells-gallery-item .col-2 {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.page-template-home .section-5 .cells-gallery-item .col-2 img {
  object-fit: cover;
  transform: scale(100%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
}
.page-template-home .section-5 .cells-gallery-item .col-2 a {
  text-decoration: none;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-top: auto;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
  opacity: 0;
  background-color: #ffffff6a;
}
.page-template-home .section-5 .cells-gallery-item.exocell .col-1 h2 svg {
  max-height: 20px;
  fill: #312135;
}
.page-template-home .section-5 .cells-gallery-item:hover .col-2 img {
  transform: scale(105%) translateY(-2%);
}
.page-template-home .section-5 .cells-gallery-item:hover .col-2 a {
  margin-bottom: 50px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.page-template-home .section-5 .cells-gallery-item:hover .col-2 a:hover {
  background: rgba(195, 186, 197, 0.753);
}
.page-template-home .section-6 {
  padding-top: 0;
}
.page-template-home .section-6 .ligne-1 {
  margin-bottom: 120px;
}
.page-template-home .section-6 .ligne-1 .dtm-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-home .section-6 .ligne-1 .dtm-col svg {
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-home .section-6 .ligne-1 .dtm-col h2 {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
  margin-bottom: 20px;
}
.page-template-home .section-6 .ligne-1 .dtm-col h3 {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-home .section-6 .ligne-2 .dtm-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  transition: all 0.8s ease-in-out;
  background-size: cover;
  background-position: center;
}
.page-template-home .section-6 .ligne-2 .dtm-col a {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid var(--Brand-Purple, #312135);
  padding: 10px 0;
  transition: all 0.8s ease-in-out;
  max-height: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-template-home .section-6 .ligne-2 .dtm-col.col-1 svg {
  position: absolute;
  width: 318px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-in-out;
}
.page-template-home .section-6 .ligne-2 .dtm-col.col-2 svg {
  position: absolute;
  width: 208px;
  height: 81px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-in-out;
}
.page-template-home .section-6 .ligne-2 .dtm-col:hover svg {
  top: 45%;
}
.page-template-home .section-6 .ligne-2 .dtm-col:hover a {
  opacity: 1;
  max-height: 100px;
  top: 60%;
}
/*@include tabmob*/
@media (max-width: 980px) {
  body .button-arrow {
    padding: 8px 15px;
  }
  body .button-arrow .link-title {
    text-align: center;
    text-align: left;
    z-index: 3;
  }
  .page-template-home .section-1 {
    height: 550px;
  }
  .page-template-home .section-1 .dtm-ligne .dtm-col .titre h1 {
    font-size: 40px;
  }
  .page-template-home .section-2 {
    padding-top: 50px;
  }
  .page-template-home .section-2 p {
    font-size: 20px;
  }
  .page-template-home .section-2 svg {
    margin-bottom: 50px;
  }
  .page-template-home .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-home .section-3 .slider-landing {
    display: flex;
    flex-direction: column;
    min-height: 670px;
  }
  .page-template-home .section-3 .slider-landing .slider-landing-menu {
    padding: 20px;
  }
  .page-template-home .section-3 .slider-landing .slider-landing-menu li {
    margin-top: 10px;
  }
  .page-template-home .section-3 .slider-landing .slider-landing-items {
    height: 100%;
  }
  .page-template-home .section-3 .slider-landing .slider-landing-items .slider-landing-item {
    padding: 20px;
    height: 100%;
    min-height: 670px;
    padding-bottom: 300px;
    padding-top: 50px;
    background-color: #0000001c;
    background-blend-mode: multiply;
  }
  .page-template-home .section-3 .slider-landing .slider-landing-items .slider-landing-item h2 {
    font-size: 60px;
  }
  .page-template-home .section-3 .slider-landing .slider-landing-items .slider-landing-item h3 {
    font-size: 25px;
  }
  .page-template-home .section-3 .slider-landing .slider-landing-items .slider-landing-item .button-arrow {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte h3 {
    font-size: 50px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte h4 {
    font-size: 25px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.item-product .onglet-content .texte h3 {
    font-size: 50px;
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-home .section-4 .wrap-slide .wrap-slide-item {
    width: 50px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet {
    padding: 10px 20px;
    width: 50px;
    border-bottom: 1px solid #B5B1A8;
    border-left: none;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet p {
    font-size: 25px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content {
    flex-direction: column;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .image {
    height: 250px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .image.open {
    width: 100%;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte {
    width: 100%;
    max-height: 100%;
    height: 100%;
    transition: none;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte h3 {
    font-size: 25px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte h2 {
    font-size: 17px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte h4 {
    font-size: 19px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte p {
    font-size: 15px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte p span {
    font-size: 15px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .texte a {
    padding: 6px 15px;
    font-size: 14px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.open {
    border-bottom: 1px solid #B5B1A8;
    border-left: none;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet {
    border-bottom: none;
    border-left: none;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet-content {
    flex-direction: column;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet-content .image {
    height: 250px;
    width: 100%;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet-content .texte {
    padding: 20px;
    width: 100%;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.item-product .onglet-content .texte h3 {
    font-size: 30px;
  }
  .page-template-home .section-5 .cells-gallery-item .dtm-col, .page-template-home .section-5 .cells-gallery-item:hover .dtm-col {
    width: 100%;
  }
  .page-template-home .section-5 .cells-gallery-item .col-1, .page-template-home .section-5 .cells-gallery-item:hover .col-1 {
    padding: 30px;
    padding-bottom: 0;
  }
  .page-template-home .section-5 .cells-gallery-item .col-1 img, .page-template-home .section-5 .cells-gallery-item:hover .col-1 img {
    max-width: 200px;
    margin: auto;
    order: 1;
  }
  .page-template-home .section-5 .cells-gallery-item .col-1 .header-item .logo, .page-template-home .section-5 .cells-gallery-item:hover .col-1 .header-item .logo {
    width: 100px;
  }
  .page-template-home .section-5 .cells-gallery-item .col-1 .header-item .picto, .page-template-home .section-5 .cells-gallery-item:hover .col-1 .header-item .picto {
    width: 50px;
  }
  .page-template-home .section-5 .cells-gallery-item .col-1 h2, .page-template-home .section-5 .cells-gallery-item:hover .col-1 h2 {
    font-size: 40px;
    padding: 20px 0;
    text-align: center;
    order: 2;
  }
  .page-template-home .section-5 .cells-gallery-item .col-1 h3, .page-template-home .section-5 .cells-gallery-item:hover .col-1 h3 {
    font-size: 18px;
    text-align: center;
    order: 3;
    margin-bottom: 30px;
  }
  .page-template-home .section-5 .cells-gallery-item .col-2, .page-template-home .section-5 .cells-gallery-item:hover .col-2 {
    min-height: 200px;
  }
  .page-template-home .section-5 .cells-gallery-item .col-2 a, .page-template-home .section-5 .cells-gallery-item .col-2 a:hover, .page-template-home .section-5 .cells-gallery-item:hover .col-2 a, .page-template-home .section-5 .cells-gallery-item:hover .col-2 a:hover {
    background-color: #ECE9E2;
    opacity: 1;
    margin-bottom: 30px;
  }
  .page-template-home .section-6 .ligne-2 .dtm-col {
    margin-bottom: 30px;
    height: 300px;
  }
  .page-template-home .section-6 .ligne-2 .dtm-col svg {
    margin-bottom: 50px;
  }
  .page-template-home .section-6 .ligne-2 .dtm-col h2 {
    font-size: 40px;
  }
  .page-template-home .section-4 .wrap-slide {
    flex-direction: column;
    height: 620px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item {
    height: auto;
    max-width: 100%;
    flex-direction: column;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet p {
    transform: rotate(0deg);
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet {
    height: 0;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content {
    height: 0;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.open .onglet-content {
    height: 520px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content .image {
    width: 37%;
    width: 100%;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet-content {
    width: 0;
    width: 100%;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .page-template-home .section-4 .wrap-slide .wrap-slide-item {
    /* width: 50px; */
    width: 100%;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item .onglet {
    /* width: 50px; */
    width: 100%;
    height: 50px;
  }
  .page-template-home .section-4 .wrap-slide .wrap-slide-item.open {
    height: 520px;
  }
}
.dtm-ligne {
  height: 100%;
}
/*single cell*/
.single-cell section {
  padding-left: 300px;
  padding-right: 190px;
  position: relative;
  overflow: hidden;
}
.single-cell section .dtm-ligne {
  max-width: 1235px;
  height: auto;
}
.single-cell .full-height {
  height: 800px;
  min-height: 100vh;
}
.single-cell .cell-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 500px;
  width: auto;
  position: fixed;
  top: 50vh;
  transform: translateY(-50%);
  padding: 50px;
  z-index: 2;
}
.single-cell .cell-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-cell .cell-nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0;
  padding: 8px 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  flex-wrap: nowrap;
  word-break: keep-all;
}
.single-cell .cell-nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-wrap: nowrap;
  word-break: keep-all;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  padding: 0 0 10px 0;
  transition: all 0.8s ease-in-out;
  border-bottom: 1px solid #312135;
  height: 22px;
}
.single-cell .cell-nav ul li a .number {
  overflow: hidden;
  z-index: 2;
}
.single-cell .cell-nav ul li a .toggle {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, max-width 0.8s ease-in-out;
  max-width: 0;
  width: auto;
  transform: translateX(-10px);
  opacity: 0;
  flex-wrap: nowrap;
  word-break: keep-all;
  display: flex;
  flex-shrink: 0;
  height: 22px;
  overflow: hidden;
}
.single-cell .cell-nav ul li a .toggle span {
  margin: auto 10px;
}
.single-cell .cell-nav ul li:hover a .toggle {
  max-width: 280px;
  width: auto;
  transform: translateX(0);
  opacity: 1;
}
.single-cell .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 112px);
  min-height: 800px;
}
.single-cell .section-header .dtm-ligne {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
}
.single-cell .section-header .dtm-ligne .dtm-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-cell .section-header .dtm-ligne .dtm-col img {
  width: 455px;
}
.single-cell .section-header .dtm-ligne .dtm-col h1 {
  padding: 40px 0px;
  border-top: 2px solid var(--Brand-Purple, #312135);
  border-bottom: 2px solid var(--Brand-Purple, #312135);
  color: var(--Brand-Purple, #312135);
  font-family: Sfizia;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 83%;
  /* 66.4px */
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
.single-cell .section-header .dtm-ligne .dtm-col h1 svg {
  width: 81px;
  margin-top: auto;
}
.single-cell .section-header .dtm-ligne .dtm-col h2 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 52.8px */
  letter-spacing: -0.44px;
  margin: 0;
  text-align: center;
}
.single-cell .section-header.exocell .dtm-ligne .dtm-col h1 svg {
  max-height: 20px;
}
.single-cell .section-header.exocell .dtm-ligne .dtm-col h1 svg path {
  fill: #312135;
}
.single-cell .section-intro {
  background: var(--UI-Background, #F4F4F3);
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
.single-cell .section-intro .ligne-1 {
  min-height: 467px;
  margin-bottom: 40px;
}
.single-cell .section-intro .col-1 {
  width: 62%;
  height: auto;
  margin: 0;
}
.single-cell .section-intro .col-1 video, .single-cell .section-intro .col-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.single-cell .section-intro .col-2 {
  width: 38%;
  background: var(--Brand-Beige, #ECE9E2);
  padding: 60px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-cell .section-intro .col-2 p {
  color: #A18161;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 43.2px */
  margin-bottom: 20px;
}
.single-cell .section-intro .ligne-2 p {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 46.5px */
}
.single-cell .section-botanical-story {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-cell .section-botanical-story .ligne-1 {
  margin-bottom: 40px;
}
.single-cell .section-botanical-story .ligne-1 h2 {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Medium";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 91px */
}
.single-cell .section-botanical-story .ligne-2 {
  margin-bottom: 40px;
}
.single-cell .section-botanical-story .ligne-2 h3 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 42.9px */
}
.single-cell .section-botanical-story .ligne-3 p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}
.single-cell .tab-container {
  /* Conteneur flex pour les onglets */
}
.single-cell .tab-container .header-onglets {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.single-cell .tab-container .header-onglets h3 {
  padding: 10px;
  transition: color 0.3s ease;
  color: var(--Brand-Purple-Light, #9E93A1);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  border-bottom: 1px solid var(--Basics-Grey-2, #CCC);
  padding: 10px;
  width: 50%;
  cursor: pointer;
}
.single-cell .tab-container .header-onglets h3.active {
  color: var(--Brand-Purple, #312135);
  border-bottom: 2px solid var(--Brand-Purple, #312135);
}
.single-cell .tab-container .onglets-container {
  position: relative;
  overflow: hidden;
  height: auto;
}
.single-cell .tab-container .onglets-container .onglet {
  display: none;
  position: relative;
}
.single-cell .tab-container .onglets-container .onglet.active {
  display: block;
}
.single-cell .tab-container .onglets-container .onglet.first-tab {
  padding-top: 100px;
}
.single-cell .tab-container .onglets-container .onglet.first-tab h4 {
  color: var(--Brand-Beige-Dark, #DAD6CF);
  text-align: center;
  font-family: Inter;
  font-size: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 200px */
  margin-bottom: 80px;
}
.single-cell .tab-container .onglets-container .onglet.first-tab h5 {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-cell .tab-container .onglets-container .onglet.first-tab h5 span {
  color: #EAA133;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.single-cell .tab-container .onglets-container .onglet.first-tab ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
.single-cell .tab-container .onglets-container .onglet.first-tab ul li {
  display: flex;
  padding: 10px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #EDE0D1;
  color: #995E07;
  font-family: "Safiro Medium";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.single-cell .tab-container .onglets-container .onglet.second-tab {
  padding-top: 100px;
}
.single-cell .tab-container .onglets-container .onglet.second-tab h5 {
  color: var(--Brand-Corail, #F4644D);
  /* Small Subtitle */
  font-family: "Safiro Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin-bottom: 30px;
}
.single-cell .tab-container .onglets-container .onglet.second-tab .ligne {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-top: 1px solid var(--Basics-Grey-2, #CCC);
}
.single-cell .tab-container .onglets-container .onglet.second-tab .ligne h6 {
  color: var(--Brand-Purple, #312135);
  /* Subtitle */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.single-cell .tab-container .onglets-container .onglet.second-tab .ligne h6 span {
  color: var(--Brand-Purple-Light, #9E93A1);
}
.single-cell .tab-container .onglets-container .onglet.second-tab .ligne p {
  color: var(--Brand-Purple-Light, #9E93A1);
  /* Body Copy */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.single-cell .tab-container .onglets-container .onglet.second-tab .ligne .number {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: "Safiro Regular";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  /* 40px */
}
.single-cell .tab-container .onglets-container .onglet.second-tab .col-forms .ligne {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  transition: all 0.3s ease-in-out;
}
.single-cell .tab-container .onglets-container .onglet.second-tab .col-forms .ligne .col1, .single-cell .tab-container .onglets-container .onglet.second-tab .col-forms .ligne .col2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-cell .tab-container .onglets-container .onglet.second-tab .col-forms .ligne:hover {
  padding-left: 10px;
}
.single-cell .tab-container .onglets-container .onglet.second-tab .col-forms.exocell {
  display: none;
}
.single-cell .tab-container .onglets-container .onglet.second-tab .col-forms .bloc-download {
  margin-top: 30px;
}
.single-cell .tab-container .onglets-container .onglet.second-tab .col-forms .bloc-downloada:hover svg path {
  fill: #fff;
}
.single-cell .tab-container .onglets-container .onglet.second-tab .col-info.exocell {
  width: 100%;
  margin-right: 0;
}
.single-cell .section-technical-informations {
  padding-top: 80px;
  padding-bottom: 150px;
  background: #F4F4F3;
  height: auto;
}
.single-cell .section-technical-informations.first-tab-active .picto-bg-1 {
  width: 315px;
  left: -115px;
  top: -70px;
  position: absolute;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.05);
}
.single-cell .section-technical-informations.first-tab-active .picto-bg-2 {
  width: 300px;
  position: absolute;
  right: 0px;
  bottom: 363px;
  transform: rotate(0deg) scale(1);
  transform-origin: center right;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.05);
}
.single-cell .section-technical-informations.first-tab-active .picto-bg-3 {
  width: 450px;
  position: absolute;
  left: 50%;
  bottom: -315.62px;
  opacity: 0.5;
  filter: blur(17px);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.05);
}
.single-cell .section-technical-informations.second-tab-active .picto-bg-1 {
  width: 315px;
  position: absolute;
  left: -315px;
  top: -330px;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.05);
}
.single-cell .section-technical-informations.second-tab-active .picto-bg-2 {
  width: 300px;
  position: absolute;
  right: 0px;
  bottom: 563px;
  transform: rotate(15deg) scale(0.8);
  transform-origin: center right;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.05);
}
.single-cell .section-technical-informations.second-tab-active .picto-bg-3 {
  width: 450px;
  position: absolute;
  left: -100px;
  bottom: -115.62px;
  opacity: 0.2;
  filter: blur(17px);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.05);
}
.single-cell .section-technical-informations h2 {
  color: var(--Brand-Beige-Dark, #DAD6CF);
  font-family: "Safiro Medium";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 91px */
  margin-bottom: 60px;
}
.single-cell .section-behind-science {
  padding-top: 80px;
  padding-bottom: 150px;
  background: #fff;
  height: auto;
  min-height: 0 !important;
}
.single-cell .section-behind-science h2 {
  color: var(--Brand-Beige-Dark, #DAD6CF);
  font-family: "Safiro Medium";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 91px */
  margin-bottom: 60px;
}
.single-cell .section-behind-science .tab-container .onglets-container {
  overflow: visible;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab h4 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab .col-1_3 {
  position: relative;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab .col-1_3 p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab .col-1_3 img {
  position: absolute;
  max-width: none;
  top: -250px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.05);
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab.active .col-1_3 img {
  opacity: 1;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab .ligne-1 {
  z-index: 2;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .tests-results {
  margin-top: 60px;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .tests-results ul {
  display: flex;
  gap: 30px;
  list-style: none;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .tests-results ul li {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  padding: 10px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Brand-Beige, #ECE9E2);
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .tests-results ul li span {
  font-size: 33px;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab h4 {
  align-self: stretch;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 42.9px */
  margin-bottom: 10px;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .account-request-button {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .account-request-button p {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  /* Body Copy */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  margin-bottom: 10px;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .account-request-button button {
  border-radius: 50px;
  background: var(--Brand-Purple, #312135);
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin: auto;
  border: 1px solid var(--Brand-Purple, #312135);
  width: 350px;
  transition: all 0.2s ease-in-out;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .account-request-button button:hover {
  background-color: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .login-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .login-button p {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  /* Body Copy */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  margin-bottom: 10px;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .login-button button {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  margin: auto;
  width: 350px;
}
.single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .login-button button:hover {
  background-color: var(--Brand-Beige, #ECE9E2);
}
.single-cell .section-biotechnology {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center center;
  background-size: cover;
}
.single-cell .section-biotechnology .dtm-ligne {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.single-cell .section-biotechnology .dtm-ligne .dtm-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.single-cell .section-biotechnology .dtm-ligne .dtm-col svg {
  margin-bottom: 50px;
}
.single-cell .section-biotechnology .dtm-ligne .dtm-col a {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  background: var(--Brand-Purple, #312135);
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.single-cell .section-biotechnology .dtm-ligne .dtm-col a:hover {
  background: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
}
.single-cell .section-download {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #FFF;
  height: auto;
}
.single-cell .section-download h2 {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Medium";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 91px */
  margin-bottom: 80px;
}
.single-cell .section-download h3 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 40px;
}
.single-cell .section-download .ligne-2 .col-full {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Basics-Grey-1, #E5E5E5);
  margin-bottom: 80px;
  margin-bottom: 80px;
  justify-content: space-between;
  gap: 30px;
}
.single-cell .section-download .ligne-2 .col-full h3 {
  margin-bottom: 0;
  margin-right: 20px;
}
.single-cell .section-download .ligne-2 .col-full p {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  flex-shrink: 2;
}
.single-cell .section-download .ligne-2 .col-full .dtm-bloc.bloc-dl-btn.bloc-download {
  width: auto;
}
.single-cell .section-download .ligne-2 .col-full .dtm-bloc.bloc-dl-btn.bloc-download svg {
  margin-left: 10px;
  min-width: 20px;
}
.single-cell .section-download .ligne-2 .col-full .dtm-bloc.bloc-dl-btn.bloc-download svg path {
  transition: all 0.2s ease-in-out;
}
.single-cell .section-download .ligne-2 .col-full .dtm-bloc.bloc-dl-btn.bloc-download:hover svg path {
  fill: #fff;
}
.single-cell .section-download .ligne-2 .col-full .account-request-button {
  margin-left: auto;
}
.single-cell .section-download .ligne-2 .col-full .account-request-button button {
  padding: 10px 15px;
  margin-left: auto;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.single-cell .section-download .ligne-2 .col-full .account-request-button button svg {
  margin-left: 10px;
  min-width: 20px;
  transition: all 0.2s ease-in-out;
}
.single-cell .section-download .ligne-2 .col-full .account-request-button button:hover {
  background: rgba(49, 33, 53, 0.1);
}
.single-cell .section-download .questions {
  display: flex;
  justify-content: space-between;
}
.single-cell .section-download .questions .question {
  width: 30%;
  border-radius: 5px;
  border: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
  background: var(--UI-Background, #F4F4F3);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
}
.single-cell .section-download .questions .question .picto {
  opacity: 0;
  margin-right: 10px;
  max-width: 0;
  transition: all 0.2s ease-in-out;
}
.single-cell .section-download .questions .question:hover {
  border: 1px solid var(--Brand-Corail, #F4644D);
}
.single-cell .section-download .questions .question.active {
  border: 1px solid var(--Brand-Corail, #F4644D);
}
.single-cell .section-download .questions .question.active .picto {
  opacity: 1;
  display: block;
  max-width: 100%;
}
.single-cell .section-download .questions .question .titre {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  display: flex;
  margin-bottom: 20px;
}
.single-cell .section-download .questions .question p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.single-cell .section-download .download-request-contact-form {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.single-cell .section-download .download-request-contact-form .ligne1 {
  display: flex;
  justify-content: space-between;
}
.single-cell .section-download .download-request-contact-form .ligne1 .col1, .single-cell .section-download .download-request-contact-form .ligne1 .col2, .single-cell .section-download .download-request-contact-form .ligne1 .col3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 30%;
}
.single-cell .section-download .download-request-contact-form .ligne1 .col1 input, .single-cell .section-download .download-request-contact-form .ligne1 .col2 input, .single-cell .section-download .download-request-contact-form .ligne1 .col3 input {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #312135);
  padding: 10px 0px 10px 3px;
}
.single-cell .section-download .download-request-contact-form .ligne1 .col1 input::placeholder, .single-cell .section-download .download-request-contact-form .ligne1 .col2 input::placeholder, .single-cell .section-download .download-request-contact-form .ligne1 .col3 input::placeholder {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.single-cell .section-download .mini-md-form .form-container {
  position: relative;
  width: 100%;
  display: flex;
}
.single-cell .section-download .mini-md-form .form-container label {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.single-cell .section-download .mini-md-form .form-container label .name-label {
  transform: translate(5px, 1em) scale(1);
  transition: inherit;
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.single-cell .section-download .mini-md-form .form-container label .fixed {
  display: none;
  transform: translate(0, 0) scale(0.8);
  color: rgba(49, 33, 53, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 15.5px */
}
.single-cell .section-download .mini-md-form .form-container.active, .single-cell .section-download .mini-md-form .form-container:active, .single-cell .section-download .mini-md-form .form-container:focus, .single-cell .section-download .mini-md-form .form-container:focus-within, .single-cell .section-download .mini-md-form .form-container:focus-visible, .single-cell .section-download .mini-md-form .form-container:hover {
  border: none;
}
.single-cell .section-download .mini-md-form .form-container.active label .name-label, .single-cell .section-download .mini-md-form .form-container:active label .name-label, .single-cell .section-download .mini-md-form .form-container:focus label .name-label, .single-cell .section-download .mini-md-form .form-container:focus-within label .name-label, .single-cell .section-download .mini-md-form .form-container:focus-visible label .name-label, .single-cell .section-download .mini-md-form .form-container:hover label .name-label {
  transform: translate(0, 0) scale(0.8);
  opacity: 0.8;
}
.single-cell .section-download .mini-md-form .form-container.active label .fixed, .single-cell .section-download .mini-md-form .form-container:active label .fixed, .single-cell .section-download .mini-md-form .form-container:focus label .fixed, .single-cell .section-download .mini-md-form .form-container:focus-within label .fixed, .single-cell .section-download .mini-md-form .form-container:focus-visible label .fixed, .single-cell .section-download .mini-md-form .form-container:hover label .fixed {
  display: block;
}
.single-cell .section-download .mini-md-form .form-container.active input, .single-cell .section-download .mini-md-form .form-container:active input, .single-cell .section-download .mini-md-form .form-container:focus input, .single-cell .section-download .mini-md-form .form-container:focus-within input, .single-cell .section-download .mini-md-form .form-container:focus-visible input, .single-cell .section-download .mini-md-form .form-container:hover input {
  background: rgba(49, 33, 53, 0.05);
  transition: all 0.3s ease;
  height: 52px;
  color: var(--Brand-Purple, #312135);
  text-align: left;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  padding: 25px 0px 5px 5px;
}
.single-cell .section-download .mini-md-form .form-container.active .form-input label .name-label, .single-cell .section-download .mini-md-form .form-container:active .form-input label .name-label, .single-cell .section-download .mini-md-form .form-container:focus .form-input label .name-label, .single-cell .section-download .mini-md-form .form-container:focus-within .form-input label .name-label, .single-cell .section-download .mini-md-form .form-container:focus-visible .form-input label .name-label, .single-cell .section-download .mini-md-form .form-container:hover .form-input label .name-label {
  opacity: 0.8;
}
.single-cell .section-download .mini-md-form .form-container.active .form-input label .fixed, .single-cell .section-download .mini-md-form .form-container:active .form-input label .fixed, .single-cell .section-download .mini-md-form .form-container:focus .form-input label .fixed, .single-cell .section-download .mini-md-form .form-container:focus-within .form-input label .fixed, .single-cell .section-download .mini-md-form .form-container:focus-visible .form-input label .fixed, .single-cell .section-download .mini-md-form .form-container:hover .form-input label .fixed {
  opacity: 0.8;
}
.single-cell .section-download .mini-md-form .wpcf7-form-control-wrap {
  width: 100%;
}
.single-cell .section-download .mini-md-form .form-input, .single-cell .section-download .mini-md-form .form-input:focus-visible {
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #312135);
  border-radius: none;
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 52px;
  background: rgba(49, 33, 53, 0);
  width: 100%;
  outline: none;
}
.single-cell .section-download .mini-md-form input[type="submit"] {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: transparent;
  color: var(--Brand-Purple, #312135);
  width: auto;
  margin: auto;
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--Brand-Purple, #312135);
  display: flex;
  cursor: pointer;
}
.single-cell .section-download .mini-md-form input[type="submit"]:hover {
  background: rgba(49, 33, 53, 0.1);
  color: var(--Brand-Purple, #312135);
}
/*@include tabmob*/
@media (max-width: 980px) {
  .single-cell .cell-nav {
    display: none;
  }
  .single-cell section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-cell .section-header {
    min-height: 650px;
  }
  .single-cell .section-header .dtm-ligne .dtm-col h1 {
    font-size: 49px;
  }
  .single-cell .section-header .dtm-ligne .dtm-col h2 {
    font-size: 28px;
  }
  .single-cell .section-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-cell .section-intro .col-1 {
    width: 100%;
  }
  .single-cell .section-intro .col-2 {
    width: 100%;
    padding: 20px;
  }
  .single-cell .section-intro .ligne-2 p {
    font-size: 23px;
  }
  .single-cell .section-botanical-story {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-cell .section-botanical-story .ligne-1 h2 {
    font-size: 45px;
    line-height: 105%;
  }
  .single-cell .section-botanical-story .ligne-2 {
    margin-bottom: 20px;
  }
  .single-cell .section-botanical-story .ligne-2 h3 {
    font-size: 25px;
  }
  .single-cell .section-botanical-story .ligne-3 p {
    font-size: 16px;
  }
  .single-cell .full-height {
    height: auto;
    min-height: 0;
  }
  .single-cell .tab-container .onglets-container .onglet.first-tab {
    padding-top: 53px;
  }
  .single-cell .tab-container .onglets-container .onglet.first-tab h4 {
    font-size: 70px;
    margin-bottom: 55px;
  }
  .single-cell .tab-container .onglets-container .onglet.first-tab ul {
    gap: 10px;
    margin-bottom: 45px;
    flex-wrap: wrap;
  }
  .single-cell .tab-container .onglets-container .onglet.first-tab ul li {
    padding: 7px 10px;
  }
  .single-cell .tab-container .onglets-container .onglet.second-tab {
    padding-top: 20px;
  }
  .single-cell .tab-container .onglets-container .onglet.second-tab .ligne h6 {
    font-size: 16px;
  }
  .single-cell .tab-container .onglets-container .onglet.second-tab .ligne .number {
    font-size: 30px;
  }
  .single-cell .tab-container .header-onglets h3 {
    line-height: 122%;
  }
  .single-cell .section-technical-informations {
    padding-bottom: 80px;
  }
  .single-cell .section-technical-informations h2 {
    font-size: 45px;
  }
  .single-cell .section-technical-informations.first-tab-active .picto-bg-2 {
    top: 250px;
  }
  .single-cell .section-technical-informations.second-tab-active .picto-bg-2 {
    top: 250px;
    opacity: 0.3;
  }
  .single-cell .section-behind-science h2 {
    font-size: 45px;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab .col-1_3 img {
    position: relative;
    top: 0;
    width: 100%;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab h4 {
    font-size: 26px;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .tests-results {
    margin-bottom: 50px;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab h4 {
    font-size: 26px;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .tests-results ul {
    gap: 10px;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .tests-results ul li {
    font-size: 15px;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .tests-results ul li span {
    font-size: 25px;
  }
  .single-cell .section-biotechnology .dtm-ligne .dtm-col svg {
    width: 100%;
  }
  .single-cell .section-download {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-cell .section-download h2 {
    font-size: 45px;
  }
  .single-cell .section-download .ligne-2 .col-full {
    flex-direction: column;
  }
  .single-cell .section-download .ligne-2 .col-full h3 {
    margin-bottom: 20px;
  }
  .single-cell .section-download .ligne-2 .col-full p {
    margin-bottom: 20px;
    text-align: center;
  }
  .single-cell .section-download .ligne-2 .col-full .account-request-button {
    margin-left: 0;
  }
  .single-cell .section-download .questions {
    flex-direction: column;
  }
  .single-cell .section-download .questions .question {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-cell .section-download .download-request-contact-form .ligne1 {
    flex-direction: column;
    gap: 20px;
  }
  .single-cell .section-download .download-request-contact-form .ligne1 .col1, .single-cell .section-download .download-request-contact-form .ligne1 .col2, .single-cell .section-download .download-request-contact-form .ligne1 .col3 {
    width: 100%;
  }
  #behind-science {
    min-height: 0 !important;
  }
}
.page-template-gamme .header {
  height: 543px;
  background-size: cover;
  background-position: center;
}
.page-template-gamme .header .dtm-ligne {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-template-gamme .header .dtm-ligne .dtm-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-template-gamme .header .dtm-ligne .dtm-col h1 {
  color: var(--Basics-White, #FFF);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 135px */
}
.page-template-gamme .section-intro {
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-gamme .section-intro .dtm-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-template-gamme .section-intro .dtm-col svg {
  margin-bottom: 120px;
}
.page-template-gamme .section-intro .dtm-col p {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
}
.page-template-gamme .section-items {
  background: #F4F4F3;
  /* Variables de base */
}
.page-template-gamme .section-items .header-items {
  display: flex;
  margin-bottom: 80px;
  justify-content: space-between;
  /* Menu des filtres */
  /* Bouton de bascule */
}
.page-template-gamme .section-items .header-items .filter-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-template-gamme .section-items .header-items .filter-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 20px;
  flex-wrap: wrap;
}
.page-template-gamme .section-items .header-items .filter-menu ul li {
  display: inline;
}
.page-template-gamme .section-items .header-items .filter-menu ul a {
  text-decoration: none;
  padding: 5px 10px;
  background: transparent;
  color: #fff;
  border-radius: 50px;
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #D39A48;
  color: #D39A48;
  font-family: "Safiro Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.page-template-gamme .section-items .header-items .filter-menu ul a.active {
  background: #FFA450;
  /* Couleur de surbrillance */
  border-color: #FFA450;
  color: #fff;
}
.page-template-gamme .section-items .header-items .filter-menu ul a:hover {
  background: #FFA450;
  border-color: #FFA450;
  color: #fff;
}
.page-template-gamme .section-items .header-items .view-toggle {
  text-align: right;
}
.page-template-gamme .section-items .header-items .view-toggle #toggle-view {
  position: relative;
  border-radius: 50px;
  border: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
  background: var(--Basics-White, #FFF);
  cursor: pointer;
  height: 33px;
  width: 81px;
  transition: background 0.3s ease;
}
.page-template-gamme .section-items .header-items .view-toggle #toggle-view span {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-template-gamme .section-items .header-items .view-toggle #toggle-view span.list {
  position: absolute;
  right: 10px;
  top: 4px;
  opacity: 1;
  transition: all 0.2s ease;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-gamme .section-items .header-items .view-toggle #toggle-view span.grid {
  position: absolute;
  left: 10px;
  top: 4px;
  opacity: 0;
  transition: all 0.2s ease;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-gamme .section-items .header-items .view-toggle #toggle-view span.dot {
  height: 25px;
  width: 25px;
  background-color: #DAD6CF;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  left: auto;
  transform: translateX(-46px);
  top: 3px;
  transition: all 0.2s ease;
  z-index: 2;
}
.page-template-gamme .section-items .header-items .view-toggle #toggle-view.list span.list {
  opacity: 0;
}
.page-template-gamme .section-items .header-items .view-toggle #toggle-view.list span.grid {
  opacity: 1;
}
.page-template-gamme .section-items .header-items .view-toggle #toggle-view.list span.dot {
  transform: translateX(0);
}
.page-template-gamme .section-items .grid {
  display: flex;
  flex-wrap: wrap;
}
.page-template-gamme .section-items .grid.grid-view .gutter-sizer {
  width: 50px;
}
.page-template-gamme .section-items .grid.grid-view .grid-item {
  width: calc(((100% + 50px) * 1 / 5) - 50px);
  background: #fff;
  padding: 20px 0 0 0;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  height: 380px;
  overflow: hidden;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a.list-only {
  display: none;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 20px 30px;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-top svg path {
  fill: #DED3C1;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-top p {
  color: #DED3C1;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-mid {
  padding: 0 30px;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-mid h2 {
  color: #000;
  font-family: Sfizia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 0px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot {
  height: 247px;
  position: relative;
  margin-top: auto;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot .coming-soon {
  position: absolute;
  bottom: 60px;
  z-index: 3;
  left: 0;
  padding: 10px 20px;
  color: var(--Brand-Corail, #F4644D);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0px 50px 50px 0px;
  border-top: 1px solid var(--Brand-Corail, #F4644D);
  border-right: 1px solid var(--Brand-Corail, #F4644D);
  border-bottom: 1px solid var(--Brand-Corail, #F4644D);
  background: var(--Basics-White, #FFF);
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot .initial {
  width: 100%;
  position: absolute;
  transition: all 0.8s ease;
  left: 0;
  top: 0;
  height: 100%;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot .initial img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  object-position: bottom center;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot .hover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: -50%;
  transition: all 0.8s ease;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot .hover .texte {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot .hover .texte .tag {
  border-radius: 50px;
  border: 1px solid #FED05E;
  background: #FFF7E2;
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #D28A1F;
  font-family: "Safiro Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: auto;
  margin-bottom: 10px;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot .hover .texte p {
  color: #000;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot .hover img {
  margin-top: auto;
  width: 100%;
  transform: scale(0.4);
  transition: all 0.8s ease;
}
.page-template-gamme .section-items .grid.grid-view .grid-item:hover a .item-bot .initial {
  opacity: 0;
  left: -50%;
}
.page-template-gamme .section-items .grid.grid-view .grid-item:hover a .item-bot .hover {
  opacity: 1;
  right: 0;
}
.page-template-gamme .section-items .grid.grid-view .grid-item:hover a .item-bot .hover img {
  transform: scale(1);
}
.page-template-gamme .section-items .grid.grid-view .grid-item.exocell .item-top svg {
  max-height: 20px;
}
.page-template-gamme .section-items .grid.grid-view .grid-item-bar {
  width: calc(((100% + 50px) * 2 / 5) - 50px);
  order: 5;
  background-size: cover;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
}
.page-template-gamme .section-items .grid.grid-view .grid-item-bar .grid-item-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}
.page-template-gamme .section-items .grid.grid-view .grid-item-bar .grid-item-bar-content h2 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 72px */
  margin-bottom: auto;
}
.page-template-gamme .section-items .grid.grid-view .grid-item-bar .grid-item-bar-content p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  max-width: 70%;
  margin-bottom: 20px;
  text-align: left;
}
.page-template-gamme .section-items .grid.grid-view .grid-item-bar .grid-item-bar-content a {
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  text-decoration: none;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-left: 0;
  height: auto;
}
.page-template-gamme .section-items .grid.list-view {
  border-bottom: 1px solid var(--Brand-Purple, #312135);
}
.page-template-gamme .section-items .grid.list-view #grid-item-bar {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.page-template-gamme .section-items .grid.list-view .grid-item {
  width: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  border-top: 1px solid var(--Brand-Purple, #312135);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-gamme .section-items .grid.list-view .grid-item a.grid-only {
  display: none;
}
.page-template-gamme .section-items .grid.list-view .grid-item a.list-only {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  padding: 20px 10px;
  transition: all 0.3s ease;
  min-height: 74px;
}
.page-template-gamme .section-items .grid.list-view .grid-item h2 {
  flex: 1 0 0;
  color: var(--Brand-Purple, #312135);
  font-family: Sfizia;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px;
}
.page-template-gamme .section-items .grid.list-view .grid-item h2 .coming-soon {
  color: var(--Brand-Corail, #F4644D);
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 20px;
}
.page-template-gamme .section-items .grid.list-view .grid-item .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 34px;
}
.page-template-gamme .section-items .grid.list-view .grid-item .right svg {
  border-left: 1px solid var(--Brand-Purple-Light, #9E93A1);
  padding-left: 30px;
  width: 81px;
  margin-left: auto;
  height: 34px;
}
.page-template-gamme .section-items .grid.list-view .grid-item .right svg path {
  fill: #9E93A1;
}
.page-template-gamme .section-items .grid.list-view .grid-item .right .number {
  margin-left: 20px;
  color: var(--Brand-Purple-Light, #9E93A1);
  text-align: right;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-template-gamme .section-items .grid.list-view .grid-item:hover .list-only {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-gamme .section-bottom .ligne-1 {
  margin-bottom: 120px;
}
.page-template-gamme .section-bottom .ligne-1 .dtm-col {
  max-width: 80%;
  margin: auto;
}
.page-template-gamme .section-bottom .ligne-1 h2 {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
  margin-bottom: 20px;
}
.page-template-gamme .section-bottom .ligne-1 h3 {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}
.page-template-gamme .section-bottom .ligne-2 .dtm-col {
  height: 355px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.page-template-gamme .section-bottom .ligne-2 .dtm-col a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid var(--Brand-Beige, #ECE9E2);
  text-align: center;
  margin: auto;
  gap: 30px;
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
}
.page-template-gamme .section-bottom .ligne-2 .dtm-col a:hover {
  background: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
}
.page-template-gamme .section-bottom .ligne-2 .dtm-col h4 {
  color: var(--Basics-White, #FFF);
  text-align: center;
  font-family: "Safiro Medium";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 72px */
  letter-spacing: -3px;
}
.page-template-gamme .section-bottom .ligne-2 .dtm-col.col-1 {
  /*@include tabmob*/
}
.page-template-gamme .section-bottom .ligne-2 .dtm-col.col-1 h4 {
  color: var(--Brand-Purple, #312135);
}
@media (max-width: 980px) {
  .page-template-gamme .section-bottom .ligne-2 .dtm-col.col-1 {
    margin-bottom: 30px;
  }
}
.page-template-gamme .section-bottom .ligne-2 .dtm-col.col-2 a, .page-template-gamme .section-bottom .ligne-2 .dtm-col.col-1 a {
  background: var(--Brand-Purple, #312135);
  border-color: #312135;
}
.page-template-gamme .section-bottom .ligne-2 .dtm-col.col-2 a:hover, .page-template-gamme .section-bottom .ligne-2 .dtm-col.col-1 a:hover {
  background: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
}
@media screen and (max-width: 1500px) {
  .page-template-gamme .section-items .grid.grid-view .gutter-sizer {
    width: 40px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item {
    width: calc(((100% + 40px) * 1 / 4) - 40px);
    margin-bottom: 40px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item-bar {
    width: calc(((100% + 40px) * 2 / 4) - 40px);
  }
}
@media screen and (max-width: 1250px) {
  .page-template-gamme .section-items .grid.grid-view .gutter-sizer {
    width: 30px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item {
    width: calc(((100% + 30px) * 1 / 3) - 30px);
    margin-bottom: 30px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item-bar {
    width: calc(((100% + 30px) * 2 / 3) - 30px);
  }
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-gamme .section-items .grid.grid-view .gutter-sizer {
    width: 20px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item {
    width: calc(((100% + 20px) * 1 / 2) - 20px);
    margin-bottom: 20px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item-bar {
    width: calc(((100% + 20px) * 2 / 2) - 20px);
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-gamme .header {
    height: 300px;
  }
  .page-template-gamme .header .dtm-ligne .dtm-col h1 {
    font-size: 70px;
  }
  .page-template-gamme .section-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-gamme .section-intro .dtm-col p {
    font-size: 30px;
  }
  .page-template-gamme .section-intro .dtm-col svg {
    margin-bottom: 50px;
  }
  .page-template-gamme .section-items .header-items {
    margin-bottom: 40px;
  }
  .page-template-gamme .section-items .grid.grid-view .gutter-sizer {
    width: 20px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item {
    width: calc(((100% + 20px) * 1 / 1) - 20px);
    height: 363px;
    margin-bottom: 20px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item a .item-mid, .page-template-gamme .section-items .grid.grid-view .grid-item a .item-top {
    padding: 0 20px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item a .item-top {
    padding-bottom: 20px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item a .item-bot {
    height: 200px;
  }
  .page-template-gamme .section-items .grid.grid-view .grid-item-bar {
    width: calc(((100% + 20px) * 2 / 2) - 20px);
  }
  .page-template-gamme .section-items .grid.list-view .grid-item h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .page-template-gamme .section-items .grid.list-view .grid-item a.list-only {
    flex-direction: row;
    align-items: flex-end;
  }
  .page-template-gamme .section-items .grid.list-view .grid-item .right {
    justify-content: flex-start;
    height: 21px;
  }
  .page-template-gamme .section-items .grid.list-view .grid-item .right .signature {
    text-align: left;
    font-size: 15px;
  }
  .page-template-gamme .section-items .grid.list-view .grid-item .right svg {
    border-left: none;
    display: none;
  }
  .page-template-gamme .section-items .grid.list-view .grid-item .right .number {
    margin-top: auto;
  }
}
.page-template-landing-range {
  background: #F4F4F3;
}
.page-template-landing-range .section-1 {
  height: 834px;
  background-size: cover;
  background-position: center center;
  padding-bottom: 40px;
}
.page-template-landing-range .section-1 .dtm-ligne {
  height: 100%;
}
.page-template-landing-range .section-1 .dtm-ligne .dtm-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-landing-range .section-1 .dtm-ligne .dtm-col .titre {
  margin-bottom: 70px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Brand-Beige, #ECE9E2);
}
.page-template-landing-range .section-1 .dtm-ligne .dtm-col .titre h1 {
  color: var(--Brand-Beige, #ECE9E2);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 90px */
  margin-bottom: 30px;
}
.page-template-landing-range .section-1 .dtm-ligne .dtm-col .titre h1 .titre-2 {
  color: rgba(217, 217, 217, 0.2);
}
.page-template-landing-range .section-1 .dtm-ligne .dtm-col p {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-transform: lowercase;
  text-align: center;
}
.page-template-landing-range .section-2 {
  padding-top: 150px;
  padding-bottom: 0;
}
.page-template-landing-range .section-2 .dtm-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-landing-range .section-2 svg {
  margin-bottom: 120px;
}
.page-template-landing-range .section-2 p {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
  margin: 0;
}
.page-template-landing-range .section-3 .grid {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landing-range .section-3 .grid.grid-view .gutter-sizer {
  width: 50px;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item {
  width: calc(((100% + 50px) * 1 / 5) - 50px);
  background: #fff;
  padding: 20px 0 0 0;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  height: 405px;
  overflow: hidden;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a.list-only {
  display: none;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 20px 30px;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-top svg path {
  fill: #DED3C1;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-top p {
  color: #DED3C1;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-mid {
  padding: 0 30px;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-mid h2 {
  color: #000;
  font-family: Sfizia;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 0px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot {
  height: 247px;
  position: relative;
  margin-top: auto;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot .coming-soon {
  position: absolute;
  bottom: 60px;
  z-index: 3;
  left: 0;
  padding: 10px 20px;
  color: var(--Brand-Corail, #F4644D);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0px 50px 50px 0px;
  border-top: 1px solid var(--Brand-Corail, #F4644D);
  border-right: 1px solid var(--Brand-Corail, #F4644D);
  border-bottom: 1px solid var(--Brand-Corail, #F4644D);
  background: var(--Basics-White, #FFF);
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot .initial {
  width: 100%;
  position: absolute;
  transition: all 0.8s ease;
  left: 0;
  top: 0;
  height: 100%;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot .initial img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  object-position: bottom center;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot .hover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: -50%;
  transition: all 0.8s ease;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot .hover .texte {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot .hover .texte .tag {
  border-radius: 50px;
  border: 1px solid #FED05E;
  background: #FFF7E2;
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #D28A1F;
  font-family: "Safiro Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: auto;
  margin-bottom: 10px;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot .hover .texte p {
  color: #000;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item a .item-bot .hover img {
  margin-top: auto;
  width: 100%;
  transform: scale(0.4);
  transition: all 0.8s ease;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item:hover a .item-bot .initial {
  opacity: 0;
  left: -50%;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item:hover a .item-bot .hover {
  opacity: 1;
  right: 0;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item:hover a .item-bot .hover img {
  transform: scale(1);
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item-bar {
  width: calc(((100% + 50px) * 2 / 5) - 50px);
  order: 5;
  background-size: cover;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item-bar .grid-item-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item-bar .grid-item-bar-content p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  max-width: 70%;
  margin-bottom: 20px;
  text-align: left;
}
.page-template-landing-range .section-3 .grid.grid-view .grid-item-bar .grid-item-bar-content a {
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  text-decoration: none;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-left: 0;
}
.page-template-landing-range .section-3 .grid.list-view {
  border-bottom: 1px solid var(--Brand-Purple, #312135);
}
.page-template-landing-range .section-3 .grid.list-view #grid-item-bar {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item {
  width: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  border-top: 1px solid var(--Brand-Purple, #312135);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item a.grid-only {
  display: none;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item a.list-only {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  padding: 20px 10px;
  transition: all 0.3s ease;
  min-height: 74px;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item h2 {
  flex: 1 0 0;
  color: var(--Brand-Purple, #312135);
  font-family: Sfizia;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item h2 .coming-soon {
  color: var(--Brand-Corail, #F4644D);
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 20px;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 34px;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item .right svg {
  border-left: 1px solid var(--Brand-Purple-Light, #9E93A1);
  padding-left: 30px;
  width: 81px;
  margin-left: auto;
  height: 34px;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item .right svg path {
  fill: #9E93A1;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item .right .number {
  margin-left: 20px;
  color: var(--Brand-Purple-Light, #9E93A1);
  text-align: right;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-template-landing-range .section-3 .grid.list-view .grid-item:hover .list-only {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-landing-range .section-items .grid.grid-view .gutter-sizer {
  /*@include tablette*/
  /*@include mobile*/
}
@media screen and (max-width: 1500px) {
  .page-template-landing-range .section-items .grid.grid-view .gutter-sizer {
    width: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .page-template-landing-range .section-items .grid.grid-view .gutter-sizer {
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-landing-range .section-items .grid.grid-view .gutter-sizer {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-landing-range .section-items .grid.grid-view .gutter-sizer {
    width: 10px;
  }
}
.page-template-landing-range .section-items .grid.grid-view .grid-item {
  /*@include tablette*/
  /*@include mobile*/
}
@media screen and (max-width: 1500px) {
  .page-template-landing-range .section-items .grid.grid-view .grid-item {
    width: calc(((100% + 40px) * 1 / 4) - 40px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .page-template-landing-range .section-items .grid.grid-view .grid-item {
    width: calc(((100% + 30px) * 1 / 3) - 30px);
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-landing-range .section-items .grid.grid-view .grid-item {
    width: calc(((100% + 20px) * 1 / 2) - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-landing-range .section-items .grid.grid-view .grid-item {
    width: calc(((100% + 10px) * 1 / 1) - 10px);
    margin-bottom: 10px;
  }
}
.page-template-landing-range .section-4, .page-template-landing-range .section-slider {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-template-landing-range .section-4 .slider-title, .page-template-landing-range .section-4 .slider-description, .page-template-landing-range .section-4 .slider-image, .page-template-landing-range .section-4 .slider-effets, .page-template-landing-range .section-4 .slider-name, .page-template-landing-range .section-4 .slider-gamme, .page-template-landing-range .section-slider .slider-title, .page-template-landing-range .section-slider .slider-description, .page-template-landing-range .section-slider .slider-image, .page-template-landing-range .section-slider .slider-effets, .page-template-landing-range .section-slider .slider-name, .page-template-landing-range .section-slider .slider-gamme {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.page-template-landing-range .section-4 .slider-image, .page-template-landing-range .section-slider .slider-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center right;
  top: 0;
  right: 0;
}
.page-template-landing-range .section-4 .fade-in, .page-template-landing-range .section-slider .fade-in {
  opacity: 1;
}
.page-template-landing-range .section-4 .fade-out, .page-template-landing-range .section-slider .fade-out {
  opacity: 0;
}
.page-template-landing-range .section-4 .col-2_3, .page-template-landing-range .section-slider .col-2_3 {
  padding-right: 175px;
}
.page-template-landing-range .section-4 .slide, .page-template-landing-range .section-slider .slide {
  background: transparent;
  padding: 10px;
}
.page-template-landing-range .section-4 .grid, .page-template-landing-range .section-slider .grid {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landing-range .section-4 .grid.grid-view .gutter-sizer, .page-template-landing-range .section-slider .grid.grid-view .gutter-sizer {
  width: 50px;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item, .page-template-landing-range .section-slider .grid.grid-view .grid-item {
  box-shadow: 0px 2px 7px 0px #DED3C1;
  width: 100%;
  background: #fff;
  padding: 20px 0 0 0;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  height: 405px;
  overflow: hidden;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a, .page-template-landing-range .section-slider .grid.grid-view .grid-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a.list-only, .page-template-landing-range .section-slider .grid.grid-view .grid-item a.list-only {
  display: none;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-top, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 20px 30px;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-top svg path, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-top svg path {
  fill: #DED3C1;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-top p, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-top p {
  color: #DED3C1;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-mid, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-mid {
  padding: 0 30px;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-mid h2, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-mid h2 {
  color: #000;
  font-family: Sfizia;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 0px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot {
  height: 247px;
  position: relative;
  margin-top: auto;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot .coming-soon, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot .coming-soon {
  position: absolute;
  bottom: 60px;
  z-index: 3;
  left: 0;
  padding: 10px 20px;
  color: var(--Brand-Corail, #F4644D);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0px 50px 50px 0px;
  border-top: 1px solid var(--Brand-Corail, #F4644D);
  border-right: 1px solid var(--Brand-Corail, #F4644D);
  border-bottom: 1px solid var(--Brand-Corail, #F4644D);
  background: var(--Basics-White, #FFF);
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot .initial, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot .initial {
  width: 100%;
  position: absolute;
  transition: all 0.8s ease;
  left: 0;
  top: 0;
  height: 100%;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot .initial img, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot .initial img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  object-position: bottom center;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot .hover, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot .hover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: -50%;
  transition: all 0.8s ease;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot .hover .texte, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot .hover .texte {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot .hover .texte .tag, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot .hover .texte .tag {
  border-radius: 50px;
  border: 1px solid #FED05E;
  background: #FFF7E2;
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #D28A1F;
  font-family: "Safiro Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: auto;
  margin-bottom: 10px;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot .hover .texte p, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot .hover .texte p {
  color: #000;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item a .item-bot .hover img, .page-template-landing-range .section-slider .grid.grid-view .grid-item a .item-bot .hover img {
  margin-top: auto;
  width: 100%;
  transform: scale(0.4);
  transition: all 0.8s ease;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item:hover a .item-bot .initial, .page-template-landing-range .section-slider .grid.grid-view .grid-item:hover a .item-bot .initial {
  opacity: 0;
  left: -50%;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item:hover a .item-bot .hover, .page-template-landing-range .section-slider .grid.grid-view .grid-item:hover a .item-bot .hover {
  opacity: 1;
  right: 0;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item:hover a .item-bot .hover img, .page-template-landing-range .section-slider .grid.grid-view .grid-item:hover a .item-bot .hover img {
  transform: scale(1);
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item-bar, .page-template-landing-range .section-slider .grid.grid-view .grid-item-bar {
  width: calc(((100% + 50px) * 2 / 5) - 50px);
  order: 5;
  background-size: cover;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item-bar .grid-item-bar-content, .page-template-landing-range .section-slider .grid.grid-view .grid-item-bar .grid-item-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item-bar .grid-item-bar-content p, .page-template-landing-range .section-slider .grid.grid-view .grid-item-bar .grid-item-bar-content p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  max-width: 70%;
  margin-bottom: 20px;
  text-align: left;
}
.page-template-landing-range .section-4 .grid.grid-view .grid-item-bar .grid-item-bar-content a, .page-template-landing-range .section-slider .grid.grid-view .grid-item-bar .grid-item-bar-content a {
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  text-decoration: none;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-left: 0;
}
.page-template-landing-range .section-4 .powered-by, .page-template-landing-range .section-slider .powered-by {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: "Safiro Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin-bottom: 10px;
}
.page-template-landing-range .section-4 .slider-controls, .page-template-landing-range .section-slider .slider-controls {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.page-template-landing-range .section-4 .slider-controls .slider-name, .page-template-landing-range .section-slider .slider-controls .slider-name {
  color: #000;
  font-family: Sfizia;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 40px;
}
.page-template-landing-range .section-4 .slider-controls button, .page-template-landing-range .section-slider .slider-controls button {
  background-color: #fff;
  color: #312135;
  border-color: #312135;
}
.page-template-landing-range .section-4 .slider-controls button .arrow .arrow-body, .page-template-landing-range .section-slider .slider-controls button .arrow .arrow-body {
  background-color: #312135;
}
.page-template-landing-range .section-4 .slider-controls button svg path, .page-template-landing-range .section-slider .slider-controls button svg path {
  fill: #312135;
}
.page-template-landing-range .section-4 .slider-controls button:hover, .page-template-landing-range .section-slider .slider-controls button:hover {
  background-color: rgba(49, 33, 53, 0.1);
}
.page-template-landing-range .section-4 .slider-title, .page-template-landing-range .section-slider .slider-title {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin-bottom: 20px;
}
.page-template-landing-range .section-4 .slider-description, .page-template-landing-range .section-slider .slider-description {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  margin-bottom: 40px;
}
.page-template-landing-range .section-4 .slider-gamme, .page-template-landing-range .section-slider .slider-gamme {
  color: #FFA450;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.page-template-landing-range .section-4 .benefits, .page-template-landing-range .section-slider .benefits {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.page-template-landing-range .section-4 .slider-effets, .page-template-landing-range .section-slider .slider-effets {
  list-style: none;
  display: flex;
}
.page-template-landing-range .section-4 .slider-effets li, .page-template-landing-range .section-slider .slider-effets li {
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #FFF0D4;
  margin-right: 20px;
  color: #975200;
  font-family: "Safiro Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-template-landing-1 .section-1 {
  height: 834px;
  background-size: cover;
  background-position: center center;
  padding-bottom: 40px;
}
.page-template-landing-1 .section-1 .dtm-ligne {
  height: 100%;
}
.page-template-landing-1 .section-1 .dtm-ligne .dtm-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-landing-1 .section-1 .dtm-ligne .dtm-col .titre {
  margin-bottom: 70px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Brand-Beige, #ECE9E2);
}
.page-template-landing-1 .section-1 .dtm-ligne .dtm-col .titre h1 {
  color: var(--Brand-Beige, #ECE9E2);
  text-align: left;
  font-family: "Safiro Regular";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 90px */
  margin-bottom: 30px;
}
.page-template-landing-1 .section-1 .dtm-ligne .dtm-col .titre h1 .titre-2 {
  color: rgba(217, 217, 217, 0.2);
}
.page-template-landing-1 .section-1 .dtm-ligne .dtm-col p {
  color: var(--Brand-Beige, #ECE9E2);
  font-family: "Safiro Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-align: left;
}
.page-template-landing-1 .section-slider {
  background: #F4F4F3;
  padding-bottom: 0;
}
.page-template-landing-1 .section-slider .bloc-gallery {
  overflow: hidden;
  height: 840px;
}
.page-template-landing-1 .section-slider .bloc-gallery .nav-slider-dot-solo {
  background-color: rgba(132, 76, 94, 0.2);
  width: 8px;
  height: 8px;
  border: none;
  margin: auto 5px;
}
.page-template-landing-1 .section-slider .bloc-gallery .nav-slider-dot-solo.tns-nav-active {
  background-color: #844c5e;
}
.page-template-landing-1 .section-slider .cells-gallery {
  overflow: hidden;
}
.page-template-landing-1 .section-slider .cells-gallery-item {
  height: 757px;
}
.page-template-landing-1 .section-slider .cells-gallery-item .dtm-col {
  margin: 0;
  width: 50%;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 {
  background-color: #fff;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .header-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .header-item .logo {
  width: 143px;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .header-item .logo svg {
  width: inherit;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .header-item .picto {
  width: 72px;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .header-item .picto svg {
  width: inherit;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 h2 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 83%;
  /* 49.8px */
  margin-bottom: 30px;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 h2 i {
  font-style: italic;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 h2 svg {
  overflow: visible;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 h3 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.24px;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .made-with-title {
  display: flex;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 21.6px */
  letter-spacing: -0.24px;
  flex-wrap: nowrap;
  align-items: first baseline;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .made-with-title hr {
  width: auto;
  height: 1px;
  background: #000;
  margin-left: 5px;
  border: none;
  flex-grow: 2;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .made-with-list {
  list-style: none;
  padding: 0;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .made-with-list li {
  color: var(--Brand-Purple, #312135);
  font-family: Sfizia;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 83%;
  /* 19.92px */
  text-decoration: none;
  margin: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .made-with-list li svg {
  overflow: visible;
  width: 42px;
  height: 16px;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 .made-with-list li a {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  text-decoration: none;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-1 img {
  width: 100%;
  max-width: 340px;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-2 {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-2 img {
  object-fit: cover;
  transform: scale(100%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
}
.page-template-landing-1 .section-slider .cells-gallery-item .col-2 a {
  text-decoration: none;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-top: auto;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
  opacity: 0;
}
.page-template-landing-1 .section-slider .cells-gallery-item:hover .col-2 img {
  transform: scale(105%) translateY(-2%);
}
.page-template-landing-1 .section-slider .cells-gallery-item:hover .col-2 a {
  margin-bottom: 50px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.page-template-landing-1 .section-slider .cells-gallery-item:hover .col-2 a:hover {
  background: rgba(49, 33, 53, 0.1);
}
.page-template-landing-1 .section-texte {
  background: #F4F4F3;
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-template-landing-1 .section-texte .dtm-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-landing-1 .section-texte svg {
  margin-bottom: 120px;
}
.page-template-landing-1 .section-texte p {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
  margin: 0;
}
.page-template-landing-1 .section-big-fleur {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-template-landing-1 .section-big-fleur.lonely-slide .slider-controls button {
  display: none;
}
.page-template-landing-1 .section-big-fleur .slider-title, .page-template-landing-1 .section-big-fleur .slider-description, .page-template-landing-1 .section-big-fleur .slider-image, .page-template-landing-1 .section-big-fleur .slider-effets, .page-template-landing-1 .section-big-fleur .slider-name, .page-template-landing-1 .section-big-fleur .slider-gamme {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.page-template-landing-1 .section-big-fleur .slider-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center right;
  top: 0;
  right: 0;
}
.page-template-landing-1 .section-big-fleur .fade-in {
  opacity: 1;
}
.page-template-landing-1 .section-big-fleur .fade-out {
  opacity: 0;
}
.page-template-landing-1 .section-big-fleur .col-2_3 {
  padding-right: 175px;
}
.page-template-landing-1 .section-big-fleur .slide {
  background: transparent;
  padding: 10px;
}
.page-template-landing-1 .section-big-fleur .grid {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .gutter-sizer {
  width: 50px;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item {
  box-shadow: 0px 2px 7px 0px #DED3C1;
  width: 100%;
  background: #fff;
  padding: 20px 0 0 0;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  height: 405px;
  overflow: hidden;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a.list-only {
  display: none;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 20px 30px;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-top svg {
  height: 22px;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-top svg path {
  fill: #DED3C1;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-top p {
  color: #DED3C1;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-mid {
  padding: 0 30px;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-mid h2 {
  color: #000;
  font-family: Sfizia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 0px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-mid h2 i {
  font-style: italic;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot {
  height: 247px;
  position: relative;
  margin-top: auto;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot .coming-soon {
  position: absolute;
  bottom: 60px;
  z-index: 3;
  left: 0;
  padding: 10px 20px;
  color: var(--Brand-Corail, #F4644D);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0px 50px 50px 0px;
  border-top: 1px solid var(--Brand-Corail, #F4644D);
  border-right: 1px solid var(--Brand-Corail, #F4644D);
  border-bottom: 1px solid var(--Brand-Corail, #F4644D);
  background: var(--Basics-White, #FFF);
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot .initial {
  width: 100%;
  position: absolute;
  transition: all 0.8s ease;
  left: 0;
  top: 0;
  height: 100%;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot .initial img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  object-position: bottom center;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot .hover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: -50%;
  transition: all 0.8s ease;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot .hover .texte {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot .hover .texte .tag {
  border-radius: 50px;
  border: 1px solid #FED05E;
  background: #FFF7E2;
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #D28A1F;
  font-family: "Safiro Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: auto;
  margin-bottom: 10px;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot .hover .texte p {
  color: #000;
  font-family: "Safiro Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item a .item-bot .hover img {
  margin-top: auto;
  width: 100%;
  transform: scale(0.4);
  transition: all 0.8s ease;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item:hover a .item-bot .initial {
  opacity: 0;
  left: -50%;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item:hover a .item-bot .hover {
  opacity: 1;
  right: 0;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item:hover a .item-bot .hover img {
  transform: scale(1);
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item-bar {
  width: calc(((100% + 50px) * 2 / 5) - 50px);
  order: 5;
  background-size: cover;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item-bar .grid-item-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item-bar .grid-item-bar-content p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  max-width: 70%;
  margin-bottom: 20px;
  text-align: left;
}
.page-template-landing-1 .section-big-fleur .grid.grid-view .grid-item-bar .grid-item-bar-content a {
  border-radius: 50px;
  border: 1px solid var(--Brand-Purple, #312135);
  text-decoration: none;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-left: 0;
}
.page-template-landing-1 .section-big-fleur .powered-by {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: "Safiro Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin-bottom: 10px;
}
.page-template-landing-1 .section-big-fleur .slider-controls {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.page-template-landing-1 .section-big-fleur .slider-controls .slider-name {
  color: #000;
  font-family: Sfizia;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 40px;
}
.page-template-landing-1 .section-big-fleur .slider-controls button {
  background-color: #fff;
  color: #312135;
  border-color: #312135;
}
.page-template-landing-1 .section-big-fleur .slider-controls button .arrow .arrow-body {
  background-color: #312135;
}
.page-template-landing-1 .section-big-fleur .slider-controls button svg path {
  fill: #312135;
}
.page-template-landing-1 .section-big-fleur .slider-controls button:hover {
  background-color: rgba(49, 33, 53, 0.1);
}
.page-template-landing-1 .section-big-fleur .slider-title {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin-bottom: 20px;
}
.page-template-landing-1 .section-big-fleur .slider-description {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  margin-bottom: 40px;
}
.page-template-landing-1 .section-big-fleur .slider-gamme {
  color: #A38CFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.page-template-landing-1 .section-big-fleur .benefits {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.page-template-landing-1 .section-big-fleur .slider-effets {
  list-style: none;
  display: flex;
}
.page-template-landing-1 .section-big-fleur .slider-effets li {
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #EAE4F9;
  margin-right: 20px;
  color: #43384F;
  font-family: "Safiro Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-template-landing-1 .section-technical-informations {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #F4F4F3;
  height: auto;
}
.page-template-landing-1 .section-technical-informations h2 {
  color: var(--Brand-Beige-Dark, #DAD6CF);
  font-family: "Safiro Medium";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 91px */
  margin-bottom: 60px;
}
.page-template-landing-1 .section-technical-informations h5 {
  color: var(--Brand-Corail, #F4644D);
  /* Small Subtitle */
  font-family: "Safiro Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin-bottom: 30px;
}
.page-template-landing-1 .section-technical-informations .ligne {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-top: 1px solid var(--Basics-Grey-2, #CCC);
}
.page-template-landing-1 .section-technical-informations .ligne h6 {
  color: var(--Brand-Purple, #312135);
  /* Subtitle */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.page-template-landing-1 .section-technical-informations .ligne h6 span {
  color: var(--Brand-Purple-Light, #9E93A1);
}
.page-template-landing-1 .section-technical-informations .ligne p {
  color: var(--Brand-Purple-Light, #9E93A1);
  /* Body Copy */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.page-template-landing-1 .section-technical-informations .ligne .number {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: "Safiro Regular";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  /* 40px */
}
.page-template-landing-1 .section-technical-informations .col-forms .ligne {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  transition: all 0.3s ease-in-out;
}
.page-template-landing-1 .section-technical-informations .col-forms .ligne .col1, .page-template-landing-1 .section-technical-informations .col-forms .ligne .col2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-landing-1 .section-technical-informations .col-forms .ligne:hover {
  padding-left: 10px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-landing-1 .section-slider .cells-gallery-item .dtm-col {
    width: 100%;
  }
  .page-template-landing-1 .section-slider .cells-gallery-item .col-1 {
    padding: 20px;
    height: 100%;
  }
  .page-template-landing-1 .section-slider .cells-gallery-item .col-1 h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .page-template-landing-1 .section-slider .cells-gallery-item .col-1 h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .page-template-landing-1 .section-slider .cells-gallery-item .col-1 .made-with-list li {
    font-size: 18px;
    margin: 7px 0;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .page-template-landing-1 .section-slider .cells-gallery-item .col-1 .made-with-list li svg {
    width: 25px;
  }
  .page-template-landing-1 .section-slider .cells-gallery-item .col-2 {
    height: 400px;
  }
  .page-template-landing-1 .section-technical-informations {
    padding-bottom: 80px;
  }
  .page-template-landing-1 .section-technical-informations h2 {
    font-size: 45px;
  }
  .page-template-landing-1 .section-technical-informations.first-tab-active .picto-bg-2 {
    top: 250px;
  }
  .page-template-landing-1 .section-technical-informations.second-tab-active .picto-bg-2 {
    top: 250px;
    opacity: 0.3;
  }
}
.page-template-modulaire .section-header, .page-template-modulaire-distributeur .section-header {
  min-height: 540px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-template-modulaire .section-header .dtm-ligne, .page-template-modulaire-distributeur .section-header .dtm-ligne {
  height: 100%;
}
.page-template-modulaire .section-header .dtm-ligne .dtm-col, .page-template-modulaire-distributeur .section-header .dtm-ligne .dtm-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-template-modulaire .section-header h1, .page-template-modulaire-distributeur .section-header h1 {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 135px */
}
.page-template-modulaire .section-header h1.light, .page-template-modulaire-distributeur .section-header h1.light {
  color: var(--Basics-White, #FFF);
}
.page-template-modulaire .dtm-section, .page-template-modulaire-distributeur .dtm-section {
  background-color: #fff;
}
.page-template-modulaire .dtm-section.theme-section-gris, .page-template-modulaire-distributeur .dtm-section.theme-section-gris {
  background-color: #F4F4F3;
}
.page-template-modulaire .dtm-bloc p, .page-template-modulaire-distributeur .dtm-bloc p {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.page-template-modulaire .dtm-bloc p strong, .page-template-modulaire-distributeur .dtm-bloc p strong {
  font-weight: 700;
}
.page-template-modulaire .dtm-bloc h2, .page-template-modulaire-distributeur .dtm-bloc h2 {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: "Safiro Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
}
.page-template-modulaire .dtm-bloc h3, .page-template-modulaire-distributeur .dtm-bloc h3 {
  color: #C1BEB7;
  font-family: "Safiro Medium";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 91px */
}
.page-template-modulaire .dtm-bloc h4, .page-template-modulaire-distributeur .dtm-bloc h4 {
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Medium";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 42.9px */
}
.page-template-modulaire .dtm-bloc h5, .page-template-modulaire-distributeur .dtm-bloc h5 {
  color: var(--Brand-Purple, #312135);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}
.page-template-modulaire .bloc-cta.center, .page-template-modulaire-distributeur .bloc-cta.center {
  justify-content: center;
}
.page-template-contact .section-1 {
  background-size: cover;
  background-position: center center;
  min-height: calc(100vh - 100px);
  display: flex;
}
.page-template-contact .section-1 .dtm-ligne {
  height: auto;
}
.page-template-contact .section-1 .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-contact .section-1 .col-1 .texte {
  padding: 40px 0;
}
.page-template-contact .section-1 .col-1 h1 {
  color: var(--Basics-White, #FFF);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--Basics-White, #FFF);
  font-family: "Safiro Regular";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 135px */
}
.page-template-contact .section-1 .col-1 h2 {
  color: var(--Basics-White, #FFF);
  font-family: "Safiro Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 42.9px */
}
.page-template-contact .section-1 .col-1 p {
  color: var(--Basics-White, #FFF);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}
.page-template-contact .section-1 .col-1 .page-contact-form {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.page-template-contact .section-1 .col-1 .page-contact-form .wpcf7-not-valid-tip {
  color: #fff;
}
.page-template-contact .section-1 .col-1 .page-contact-form .ligne1 {
  display: flex;
  justify-content: space-between;
}
.page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col1, .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col2, .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 47%;
}
.page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col1 input, .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col2 input, .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col3 input {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #fff);
  padding: 10px 0px 10px 3px;
}
.page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col1 input::placeholder, .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col2 input::placeholder, .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col3 input::placeholder {
  color: var(--Brand-Purple, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.page-template-contact .section-1 .col-1 .page-contact-form .ligne2 .form-group {
  margin-bottom: 60px;
}
.page-template-contact .section-1 .col-1 .page-contact-form .ligne2 .form-group textarea {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #fff);
  padding: 10px 0px 10px 3px;
}
.page-template-contact .section-1 .col-1 .page-contact-form .ligne2 .form-group textarea::placeholder {
  color: var(--Brand-Purple, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container {
  position: relative;
  width: 100%;
  display: flex;
  height: 52px;
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container label {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container label .name-label {
  transform: translate(5px, 1em) scale(1);
  transition: inherit;
  color: var(--Brand-Purple, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container label .fixed {
  display: none;
  transform: translate(0, 0) scale(0.8);
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 15.5px */
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container.active, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:active, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-within, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-visible, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:hover, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:target {
  border: none;
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container.active label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:active label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-within label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-visible label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:hover label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:target label .name-label {
  transform: translate(0, 0) scale(0.8);
  opacity: 0.8;
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container.active label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:active label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-within label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-visible label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:hover label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:target label .fixed {
  display: block;
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container.active input, .page-template-contact .section-1 .col-1 .mini-md-form .form-container.active textarea, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:active input, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:active textarea, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus input, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus textarea, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-within input, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-within textarea, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-visible input, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-visible textarea, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:hover input, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:hover textarea, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:target input, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:target textarea {
  background: rgba(48, 48, 48, 0.05);
  transition: all 0.3s ease;
  height: 52px;
  color: var(--Brand-Purple, #fff);
  text-align: left;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
  padding: 25px 0px 5px 5px;
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container.active .form-input label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:active .form-input label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus .form-input label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-within .form-input label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-visible .form-input label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:hover .form-input label .name-label, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:target .form-input label .name-label {
  opacity: 0.8;
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-container.active .form-input label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:active .form-input label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus .form-input label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-within .form-input label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:focus-visible .form-input label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:hover .form-input label .fixed, .page-template-contact .section-1 .col-1 .mini-md-form .form-container:target .form-input label .fixed {
  opacity: 0.8;
}
.page-template-contact .section-1 .col-1 .mini-md-form .wpcf7-form-control-wrap, .page-template-contact .section-1 .col-1 .mini-md-form .form-control-wrap {
  width: 100%;
}
.page-template-contact .section-1 .col-1 .mini-md-form .form-input, .page-template-contact .section-1 .col-1 .mini-md-form .form-input:focus-visible {
  border: none;
  border-bottom: 1px solid var(--Brand-Purple, #fff);
  border-radius: none;
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 52px;
  background: rgba(52, 52, 52, 0);
  width: 100%;
  outline: none;
}
.page-template-contact .section-1 .col-1 .mini-md-form input[type="submit"], .page-template-contact .section-1 .col-1 .mini-md-form button[type="submit"] {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: var(--Brand-Purple, #fff);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--Brand-Purple, #fff);
  display: flex;
  width: 100%;
  cursor: pointer;
}
.page-template-contact .section-1 .col-1 .mini-md-form input[type="submit"]:hover, .page-template-contact .section-1 .col-1 .mini-md-form button[type="submit"]:hover {
  background: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
}
.page-template-contact .section-1 .col-1 .mini-md-form .select2-container {
  width: 100% !important;
  border-bottom: solid 1px var(--Brand-Purple, #fff);
}
.page-template-contact .section-1 .col-1 .mini-md-form .select2-container--default .select2-selection--single {
  /* border: 1px solid #aaa; */
  border: none;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}
.page-template-contact .section-1 .col-1 .mini-md-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  width: 100%;
  color: var(--Brand-Purple, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.page-template-contact .section-1 .col-1 .mini-md-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  /* top: 1px; */
  top: 10px;
}
.page-template-contact .section-1 .col-1 .mini-md-form .selection {
  display: flex;
  width: 100%;
}
.page-template-contact .section-1 .col-1 input::placeholder, .page-template-contact .section-1 .col-1 input::-moz-text-control-editing-root, .page-template-contact .section-1 .col-1 input::-moz-text-control-preview {
  color: #fff;
}
.page-template-contact .section-1 .col-1 textarea::placeholder, .page-template-contact .section-1 .col-1 textarea::-moz-text-control-editing-root, .page-template-contact .section-1 .col-1 textarea::-moz-text-control-preview {
  color: #fff;
}
.page-template-contact .section-1 .col-2 {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.page-template-contact .section-1 .col-2 h2 {
  color: var(--Basics-White, #FFF);
  text-align: right;
  font-family: "Safiro Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 42.9px */
  margin-left: auto;
}
.page-template-contact .section-1 .col-2 .social {
  display: flex;
  margin-left: auto;
  margin-top: 20px;
}
.page-template-contact .section-1 .col-2 .social a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Brand-Beige, #ECE9E2);
  color: var(--Brand-Purple, #312135);
  font-family: "Safiro Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.single-cell .picto-bg-2 {
  display: none;
}
.single-cell .section-technical-informations.first-tab-active .picto-bg-1 {
  width: 150px;
  left: -40px;
  top: -81px;
}
.single-cell .section-technical-informations h2 {
  line-height: 100%;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .single-cell .section-technical-informations h2 {
    text-align: center;
  }
  .single-cell .tab-container .onglets-container .onglet.first-tab h4 {
    color: var(--Brand-Beige-Dark, #DAD6CF);
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .footer .dtm-col {
    width: 50%;
  }
  .footer .dtm-col.col-full {
    width: 100%;
  }
  .footer .ligne-2 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .top-header .dtm-section {
    border-bottom: 1px solid var(--Brand-Purple, #312135);
  }
  .top-header-close {
    /* height: 92px; */
    height: 74px;
  }
  body .footer {
    padding-top: 60px;
    padding-bottom: 30px;
    border-top: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .single-cell section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-cell .section-botanical-story {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-cell .section-intro .ligne-2 p {
    font-size: 18px;
  }
  .single-cell .section-intro .col-2 {
    padding: 16px;
  }
  .single-cell .section-download .ligne-2 .col-full h3 {
    margin-bottom: 0;
    margin-left: 0;
  }
  .single-cell .section-download .ligne-2 .col-full p {
    margin-bottom: 0;
    text-align: left;
  }
  .single-cell .section-download .ligne-2 .col-full .account-request-button {
    width: 100%;
    margin: 0;
  }
  .single-cell .section-behind-science {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-header button .burger {
    padding-top: 0;
  }
  .single-cell .section-intro .col-2 p {
    font-size: 21px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .single-cell .section-intro .col-1 {
    height: 350px;
  }
  .single-cell .section-intro .ligne-1 {
    margin-bottom: 30px;
  }
  .single-cell .section-biotechnology {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .single-cell .section-download .ligne-2 .col-full {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .single-cell .section-download .ligne-2 .col-full h3 {
    margin-right: auto;
  }
  .single-cell .section-download .ligne-2 .col-full .account-request-button button {
    margin-left: 0;
    width: 100%;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .account-request-button button {
    width: 100%;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.second-tab .login-button button {
    width: 100%;
  }
  .single-cell .section-behind-science .tab-container .onglets-container .onglet.first-tab .col-1_3 img {
    bottom: -100px;
    width: 58%;
    left: -20%;
    top: unset;
  }
}
.single-cell .tab-container .header-onglets {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .single-cell .tab-container .header-onglets {
    flex-direction: column;
    margin: 0;
    border-radius: 25px;
    border: 1px solid var(--Brand-Purple, #312135);
    position: relative;
    transition: all 0.3s ease-in-out;
    height: 46px;
    overflow: hidden;
  }
  .single-cell .tab-container .header-onglets h3 {
    width: 100%;
    border: none;
    padding: 10px 15px;
    order: 2;
    text-align: left;
  }
  .single-cell .tab-container .header-onglets h3.active {
    border: none;
    order: 1;
  }
  .single-cell .tab-container .header-onglets h3:not(.active) {
    padding-top: 0;
  }
}
.single-cell .tab-container .header-onglets .arrow {
  display: none;
  /*@include tabmob*/
}
.single-cell .tab-container .header-onglets .arrow path {
  fill: var(--Brand-Purple, #312135);
}
@media (max-width: 980px) {
  .single-cell .tab-container .header-onglets .arrow {
    display: flex;
    position: absolute;
    right: 15px;
    top: 22px;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s ease-in-out;
  }
}
.single-cell .tab-container .header-onglets.active {
  height: 85px;
}
.single-cell .tab-container .header-onglets.active .arrow {
  transform: translateY(-50%) rotate(-90deg);
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-modulaire .section-header h1, .page-template-modulaire .page-template-modulaire-distributeur .section-header h1 {
    font-size: 52px;
  }
  .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 {
    flex-direction: column;
  }
  .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col1, .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col2, .page-template-contact .section-1 .col-1 .page-contact-form .ligne1 .col3 {
    gap: 0;
    width: 100%;
  }
  .page-template-contact .section-1 .col-1 h1 {
    font-size: 65px;
  }
}
.footer-top {
  height: 15px;
  background-color: var(--primary-color);
  position: relative;
}
.footer {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer .ligne-1 .dtm-col {
  display: flex;
  justify-content: center;
}
.footer .ligne-1 .dtm-col svg {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.footer .ligne-2 {
  justify-content: space-between;
  max-width: 100%;
  /*@include tabmob*/
}
.footer .ligne-2 h2 {
  color: var(--Brand-Purple, #312135);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.footer .ligne-2 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .footer .ligne-2 ul {
    margin-bottom: 20px;
  }
}
.footer .ligne-2 ul li a {
  color: var(--Brand-Purple-Light, #9E93A1);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.footer .ligne-2 .dtm-menu-footer {
  text-align: inherit;
}
.footer .ligne-2 .dtm-menu-footer ul {
  text-align: inherit;
}
.footer .ligne-2 .dtm-menu-footer ul li {
  text-align: inherit;
}
.footer .ligne-2 .dtm-menu-footer ul li a {
  text-align: inherit;
}
.footer .ligne-2 .col-1, .footer .ligne-2 .col-2 {
  text-align-last: left;
}
.footer .ligne-2 .col-3 {
  text-align: center;
}
.footer .ligne-2 .col-4, .footer .ligne-2 .col-5 {
  text-align: right;
}
@media (max-width: 980px) {
  .footer .ligne-2 .dtm-col {
    text-align-last: center;
  }
}
