@charset "UTF-8";
/*!
 Theme Name:   DTM-Monday
 Theme URI:    https://datamad.fr
 Description:  Thème composé par DATAMAD
 Author:       DATAMAD
 Author URI:   https://datamad.fr
 Version:      1.0.0
*/
@font-face {
  /*font-face*/
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://lavoiedusable.fr/wp-content/uploads/2026/01/dmserifdisplay-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://lavoiedusable.fr/wp-content/uploads/2026/01/poppins-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://lavoiedusable.fr/wp-content/uploads/2026/01/poppins-medium-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://lavoiedusable.fr/wp-content/uploads/2026/01/poppins-semibold-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://lavoiedusable.fr/wp-content/uploads/2026/01/Inter-Regular.woff2) format("woff2");
}
/*breakpoints*/
/*@include mobile*/
/*@include tablette*/
/*@include tabmob*/
:root {
  /*Couleurs*/
  --primary-color:#401b0a;
  --secondary-color:#ae987a;
  --primary-bg-color:#fff9ed;
  --secondary-bg-color:#f0e7d8;
  --main-bg-color:#fff9ed;
}
/*Styles textes*/
/*Modulaire*/
/*DESKTOP*/
.dtm-section {
  width: 100%;
  max-width: 100%;
  padding: 90px 50px 90px 50px;
  margin: 0 0 0 0;
}
.dtm-ligne {
  width: 100%;
  max-width: 1430px;
  padding: 0 0 0 0;
  margin: 0 auto 1em 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 1em auto;
  }
  .dtm-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 1em 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: 20px 20px 20px 20px;
    margin: 0 0 0 0;
  }
  .dtm-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 1em auto;
  }
  .dtm-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 1em 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;
}
main {
  flex: 1;
}
main .dtm-section:first-child {
  padding-top: 250px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  main .dtm-section:first-child {
    padding-top: 140px;
  }
}
.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% + 30px) / 2) - 30px);
}
.col-1_3 {
  width: calc(((100% + 30px) / 3) - 30px);
}
.col-2_3 {
  width: calc(((100% + 30px) * 2 / 3) - 30px);
}
.col-1_4 {
  width: calc(((100% + 30px) / 4) - 30px);
}
.col-3_4 {
  width: calc(((100% + 30px) * 3 / 4) - 30px);
}
.col-1_5 {
  width: calc(((100% + 30px) / 5) - 30px);
}
.col-2_5 {
  width: calc(((100% + 30px) * 2 / 5) - 30px);
}
.col-3_5 {
  width: calc(((100% + 30px) * 3 / 5) - 30px);
}
.col-4_5 {
  width: calc(((100% + 30px) * 4 / 5) - 30px);
}
.col-1_6 {
  width: calc(((100% + 30px) / 6) - 30px);
}
.col-5_6 {
  width: calc(((100% + 30px) * 5 / 6) - 30px);
}
.dtm-col {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.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;
}
/*Woocommerce*/
.cart-icon-wrapper {
  position: absolute;
  display: inline-block;
  bottom: 20px;
}
.cart-icon-link {
  text-decoration: none;
  color: #000;
}
.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff0000;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.wc-block-components-product-metadata__description p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wc-block-components-product-metadata__description p strong {
  margin-right: 10px;
  margin-left: 4px;
}
.wc-block-components-product-metadata__description p img {
  margin-right: 5px;
  height: 24px;
  width: 24px;
}
.wc-block-cart-item__product {
  font-family: Poppins;
}
body {
  font-family: Poppins;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
  display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  border: solid 1px #AE987A;
  background-color: #AE987A;
  color: #fff;
  border: none;
  border-radius: 50px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #fff;
  color: #AE987A;
  border: solid 1px #AE987A;
}
.product-quantity {
  display: none;
}
.woocommerce-page table.shop_table_responsive tr td.product-quantity {
  display: none;
}
.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: transparent;
  width: 100%;
  z-index: 99999999;
  display: flex;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  color: #061824;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  -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: Poppins;
  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;
}
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: 180px;
  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: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-header-close {
  position: absolute;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 180px;
}
.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;
}
.box-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39px;
  margin-right: auto;
}
.box-logo a {
  color: var(--Brand-Yellow-950, #401B0A);
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.box-logo img {
  height: 100%;
}
.top-header-box {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto !important;
  height: 78px !important;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #fff;
  max-width: 1430px;
  border-radius: 100px;
  border: 1px solid #F0E7D8;
  background: var(--Basics-White, #FFF);
}
.menu-menu-principal-container, .toggle-box-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  flex-grow: 1;
}
.menu-menu-principal-container ul, .toggle-box-menu ul {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 35px;
  width: 100%;
}
.menu-menu-principal-container ul li, .toggle-box-menu ul li {
  color: var(--Brand-Brown-950, #260E03);
  text-align: center;
  /* Button */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-menu-principal-container ul li.btn-reserver, .toggle-box-menu ul li.btn-reserver {
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Brand-Yellow-200, #FAE0AE);
  transition: all 0.2s ease-in-out;
}
.menu-menu-principal-container ul li.btn-reserver a, .toggle-box-menu ul li.btn-reserver a {
  color: var(--Brand-Yellow-950, #401B0A);
  /* Button */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.menu-menu-principal-container ul li.btn-reserver:hover, .toggle-box-menu ul li.btn-reserver:hover {
  background: var(--Brand-Yellow-950, #401B0A);
}
.menu-menu-principal-container ul li.btn-reserver:hover a, .toggle-box-menu ul li.btn-reserver:hover a {
  color: var(--Brand-Yellow-200, #FAE0AE);
}
.menu-menu-principal-container ul li.btn-reserver:after, .toggle-box-menu ul li.btn-reserver:after {
  display: none;
}
.menu-menu-principal-container ul li a, .toggle-box-menu ul li a {
  color: var(--Brand-Brown-950, #260E03);
  text-align: center;
  /* Button */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.menu-menu-principal-container ul li.current_page_item a, .toggle-box-menu ul li.current_page_item a {
  opacity: 1;
}
.menu-menu-principal-container ul li.current_page_item::after, .menu-menu-principal-container ul li:hover::after, .toggle-box-menu ul li.current_page_item::after, .toggle-box-menu ul li:hover::after {
  opacity: 1;
  width: 100%;
}
.menu-menu-principal-container ul li:after, .toggle-box-menu ul li:after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: var(--Brand-Purple, #312135);
  transition: width 0.4s linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1);
  background: #DACCBA;
  opacity: 0;
  position: relative;
  bottom: -6px;
}
.menu-menu-principal-container ul li.btn-menu-acheter, .toggle-box-menu ul li.btn-menu-acheter {
  background: #040813 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 10px;
}
.menu-menu-principal-container ul li.btn-menu-acheter:after, .toggle-box-menu ul li.btn-menu-acheter:after {
  opacity: 0;
}
.menu-menu-principal-container ul li.btn-menu-acheter a, .toggle-box-menu ul li.btn-menu-acheter a {
  color: #fff;
  opacity: 1;
}
.menu-menu-principal-container ul li.btn-menu-acheter.current_page_item .menu-menu-principal-container ul li:after, .toggle-box-menu ul li.btn-menu-acheter.current_page_item .menu-menu-principal-container ul li:after, .menu-menu-principal-container ul li.btn-menu-acheter.current_page_item .toggle-box-menu ul li:after, .toggle-box-menu ul li.btn-menu-acheter.current_page_item .toggle-box-menu ul li:after {
  opacity: 0;
}
/*@include desktop*/
@media (min-width: 981px) {
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .menu-item-has-children a .chevron-menu-droite {
    width: 24px;
    height: 24px;
  }
  .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    top: 0;
    transform: translateY(51px);
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0 0 10px 10px;
    width: auto;
  }
  .menu-item-has-children .sub-menu li {
    width: 100%;
    white-space: nowrap;
    padding: 20px;
    border-bottom: 1px solid var(--Brand-Brown-300, #DACCBA);
  }
  .menu-item-has-children .sub-menu li:after {
    display: none;
  }
  .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
  }
  .menu-item-has-children .sub-menu li a {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.16px;
    text-decoration: none;
  }
  .menu-item-has-children.open .sub-menu {
    display: block;
  }
}
.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: Poppins;
  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: Poppins;
  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 .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: Poppins;
  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: Poppins;
  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: Poppins;
  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;
}
.mega-menu .sub-menu-container.picto-cells-bar .sub-menu-footer {
  display: none;
}
.mega-menu .sub-menu-container.picto-cells-bar .sub-menu-footer-cells-bar {
  display: flex;
}
.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: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  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;
}
.top-header-mobile {
  display: none;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .top-header {
    display: none;
  }
  .toggle-mobile_menu.open {
    display: none;
  }
  .toggle-mobile_menu.open::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff9ed;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }
  .top-header-mobile {
    background-color: #fff;
    display: block;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .top-header-mobile .dtm-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-header-mobile .dtm-ligne {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .top-header-close {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .top-header-close svg {
    width: 80%;
    margin: auto;
  }
  .top-header-close button p {
    display: none;
  }
  .toggle-box-menu {
    height: auto;
    min-height: 70vh;
    background-color: #fff9ed;
  }
  .toggle-box-menu ul {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
    margin-left: auto;
    gap: 40px;
  }
  .btn-toggle-menu svg path {
    fill: #061824;
  }
  .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;
  }
  body.no-scroll {
    overflow: visible;
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .top-header-box {
    height: 60px !important;
  }
  .box-logo svg {
    width: 129px;
  }
}
/*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*/
.bloc-chiffre p.chiffre {
  padding-bottom: 0;
}
.bloc-chiffre p.chiffre span {
  font-size: 130px;
  padding-bottom: 0;
  font-family: var(--title-font) !important;
  line-height: 0.8;
}
.bloc-chiffre .texte-chiffre {
  font-family: var(--title-font) !important;
  font-size: 16px;
  line-height: 1.13;
}
.bloc-chiffre .chiffre .exposant {
  font-size: 70px;
  font-family: var(--title-font) !important;
  margin-top: -5px;
}
.bloc-chiffre p.chiffre {
  display: flex;
}
/*Rich text*/
.bloc-rich-text a {
  color: var(--Brand-Brown-800, #78572A);
  text-decoration: none;
}
.bloc-rich-text p {
  color: var(--Brand-Brown-950, #260E03);
  /* Body copy */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.16px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bloc-rich-text h1 {
  color: var(--Brand-Brown-950, #260E03);
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 100px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .bloc-rich-text h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.bloc-rich-text h2 {
  color: var(--Brand-Brown-600, #AE987A);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-top: 20px;
}
.bloc-rich-text h3 {
  color: var(--Brand-Brown-900, #401B0A);
  /* Headline H3 */
  font-family: "DM Serif Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 50.4px */
  margin-top: 30px;
}
.bloc-rich-text h3:first-child {
  margin-top: 0;
}
.bloc-rich-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bloc-rich-text ul li {
  margin: 0;
  padding: 0;
  color: var(--Brand-Brown-950, #260E03);
  /* Body copy */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.16px;
}
.bloc-rich-text ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*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;
}
.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;
}
/*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 {
  -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-template .dtm-section.section-1 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 {
    padding-bottom: 100px;
  }
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-1 {
  margin-bottom: 0;
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-1 .dtm-col.col-full h2 {
  color: var(--Brand-Brown-600, #AE987A);
  text-align: center;
  /* Subtitle */
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  letter-spacing: -0.52px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-1 .dtm-col.col-full h2 {
    font-size: 20px;
  }
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-1 .dtm-col.col-full h1 {
  color: var(--Brand-Brown-900, #401B0A);
  text-align: center;
  /* Headline H1 */
  font-family: "DM Serif Display";
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 90.2px */
  margin-bottom: 60px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-1 .dtm-col.col-full h1 {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-2 {
  background-color: #F0E7D8;
  margin-bottom: 10px;
  min-height: 590px;
  padding: 60px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-2 {
    min-height: 386px;
    padding: 20px;
  }
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-full {
  margin-top: auto;
  max-width: 420px;
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-full h5 {
  color: var(--Basics-White, #FFF);
  /* Subtitle */
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  letter-spacing: -0.52px;
  margin-bottom: 10px;
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-full p {
  color: var(--Basics-White, #FFF);
  /* Body copy */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
  margin-bottom: 30px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-full p {
    display: none;
  }
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-full .cta {
  background-color: #FAE0AE;
  color: #401B0A;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  margin-right: auto;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-full .cta:hover {
  background-color: #401B0A;
  color: #ECE9E2;
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 {
  border-radius: 10px;
  background: var(--Brand-Brown-200, #F0E7D8);
  padding: 20px 40px 30px 40px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 20px;
  }
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4 {
    width: 50%;
    text-align: left;
  }
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4:nth-of-type(even) {
    padding-left: 20px;
    border-left: 1px solid var(--Brand-Brown-950, #AE987A);
  }
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4:nth-of-type(odd) {
    padding-right: 20px;
  }
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-1 .chiffre, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-2 .chiffre, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-3 .chiffre, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-4 .chiffre {
  color: var(--Brand-Brown-950, #260E03);
  text-align: center;
  /* Headline H3 */
  font-family: "DM Serif Display";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 50.4px */
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-1 .chiffre, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-2 .chiffre, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-3 .chiffre, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-4 .chiffre {
    text-align: left;
  }
}
.page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-1 .texte, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-2 .texte, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-3 .texte, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-4 .texte {
  color: var(--Brand-Brown-950, #260E03);
  text-align: center;
  /* Body copy */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-1 .texte, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-2 .texte, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-3 .texte, .page-template-home-template .dtm-section.section-1 .dtm-ligne.ligne-3 .dtm-col.col-1_4.col-4 .texte {
    text-align: left;
  }
}
.page-template-home-template .dtm-section.section-2 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-2 {
    padding-bottom: 100px;
  }
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 {
    flex-direction: column-reverse;
  }
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 {
  margin-top: auto;
  margin-bottom: auto;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 {
    margin-top: 10px;
  }
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .sur-titre {
  color: var(--Brand-Brown-600, #AE987A);
  /* Tagline */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .titre {
  color: var(--Brand-Brown-950, #260E03);
  /* Headline H2 */
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 40px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .titre {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .texte {
  color: var(--Basics-Grey-2, #979797);
  /* Small Subtitle */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  margin-bottom: 40px;
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .cta {
  background-color: #DACCBA;
  color: #78572A;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  margin-right: auto;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .cta:hover {
  background-color: #401B0A;
  color: #FFF9ED;
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-tabmob {
  display: none;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-tabmob {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-tabmob img {
    max-width: 400px;
    width: 100%;
  }
}
.page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2, .page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-3 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2, .page-template-home-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-3 {
    display: none;
  }
}
.page-template-home-template .dtm-section.section-3 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 {
    padding-bottom: 100px;
    padding-right: 0;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1.tns-slider .dtm-col.tns-slide-active.salle-1 .contenu-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1.tns-slider .dtm-col.tns-slide-active.salle-2 .contenu-salle {
  height: auto;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col {
  border-radius: 10px;
  background: var(--Brand-Brown-200, #F0E7D8);
  overflow: hidden;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 img, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 img {
  width: 100%;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 img, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 img {
    max-height: 318px;
    object-fit: cover;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle {
    padding: 20px;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-1-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-1-salle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #BDAB93;
  flex-grow: 2;
  align-items: center;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-1-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-1-salle {
    padding-bottom: 20px;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-1-salle .titre, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-1-salle .titre {
  color: var(--Brand-Brown-900, #401B0A);
  /* Headline H3 */
  font-family: "DM Serif Display";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 50.4px */
  margin-right: 40px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-1-salle .titre, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-1-salle .titre {
    font-size: 32px;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-1-salle .cta, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-1-salle .cta {
  background: #AE987A;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  margin-right: 0;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-1-salle .cta:hover, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-1-salle .cta:hover {
  background: #401B0A;
  color: #FFF9ED;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle {
  border-bottom: 1px solid #BDAB93;
  padding-bottom: 30px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle {
    padding-bottom: 20px;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout .tabmob, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout .tabmob {
  display: none;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout .tabmob, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout .tabmob {
    display: block;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout .desktop, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout .desktop {
  display: block;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout .desktop, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout .desktop {
    display: none;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle {
  display: flex;
  gap: 10px 40px;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle {
    padding-top: 20px;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
  color: var(--Brand-Brown-800, #78572A);
  /* Body copy */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
  /*@include tabmob*/
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout span, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout span, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout span, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout svg, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout svg, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout svg, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout strong, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout strong, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout strong, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout strong {
  font-weight: 700;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout span.chiffre, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout span.chiffre, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout span.chiffre, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout span.chiffre {
  margin-right: 10px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout, .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout {
    width: 100%;
  }
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout:nth-child(3), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout:nth-child(5), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout:nth-child(3), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout:nth-child(5), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout:nth-child(3), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout:nth-child(5), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout:nth-child(3), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout:nth-child(5) {
    display: none;
  }
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout:nth-child(1), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout:nth-child(1), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout:nth-child(1), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout:nth-child(1) {
    order: 1;
  }
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout:nth-child(2), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout:nth-child(2), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout:nth-child(2), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout:nth-child(2) {
    order: 3;
  }
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout:nth-child(4), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout:nth-child(4), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout:nth-child(4), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout:nth-child(4) {
    order: 2;
  }
  .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-2-salle .atout:nth-child(6), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-1 .contenu-salle .ligne-3-salle .atout:nth-child(6), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-2-salle .atout:nth-child(6), .page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.salle-2 .contenu-salle .ligne-3-salle .atout:nth-child(6) {
    order: 4;
  }
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.tns-slide-active .contenu-salle .ligne-1-salle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.tns-slide-active .contenu-salle .ligne-1-salle .titre {
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
.page-template-home-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.tns-slide-active .contenu-salle .ligne-1-salle .cta {
  margin: auto;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-1 {
  flex-grow: 2;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-1 img {
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .sur-titre {
  color: var(--Brand-Brown-950, #260E03);
  /* Tagline */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .titre {
  color: var(--Brand-Brown-500, #BDAB93);
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 40px;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .adresse {
  color: var(--Brand-Brown-800, #78572A);
  /* Small Subtitle */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  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: 40px;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .atouts {
  margin-top: auto;
  margin-bottom: 40px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .atouts .atout {
  display: flex;
  align-items: center;
  color: var(--Brand-Brown-950, #260E03);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .atouts .atout svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .cta {
  background: #AE987A;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  margin-right: auto;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-home-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .cta:hover {
  background: #401B0A;
  color: #FFF9ED;
}
.page-template-home-template .dtm-section.section-5 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-5 {
    padding-right: 0;
    padding-bottom: 100px;
  }
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-1 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-1 {
    padding-right: 20px;
  }
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-1 .dtm-col.col-full .titre {
  color: var(--Brand-Brown-900, #401B0A);
  /* Headline H3 */
  font-family: "DM Serif Display";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 50.4px */
  margin-bottom: 60px;
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col {
  display: flex;
  min-height: 420px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col .titre {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
  border-radius: 50px;
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: auto;
  margin-right: auto;
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col .texte {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-1 {
  background: var(--Brand-Brown-200, #F0E7D8);
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-1 .titre {
  background: var(--Brand-Brown-100, #FFF9ED);
  color: var(--Brand-Brown-950, #260E03);
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-1 .texte {
  color: var(--Brand-Brown-700, #A6875C);
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-2 {
  background: var(--Brand-Green-600, #5A684E);
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-2 .titre {
  background: var(--Brand-Green-400, #8D9C7F);
  color: var(--Brand-Green-950, #191D16);
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-2 .texte {
  color: var(--Brand-Green-200, #CBD3C3);
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-3 {
  background: var(--Brand-Brown-500, #BDAB93);
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-3 .titre {
  background: var(--Brand-Brown-300, #DACCBA);
  color: var(--Brand-Brown-950, #260E03);
}
.page-template-home-template .dtm-section.section-5 .dtm-ligne.ligne-2 .dtm-col.col-3 .texte {
  color: var(--Brand-Brown-200, #F0E7D8);
}
/*section contact*/
.section-contact {
  /*@include tabmob*/
}
.section-contact .dtm-ligne {
  display: flex;
  padding: 40px;
  border-radius: 10px;
  background: var(--Brand-Green-500, #708062);
}
.section-contact .dtm-ligne .col-1 .sur-titre {
  color: var(--Brand-Green-950, #191D16);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.section-contact .dtm-ligne .col-1 .titre {
  color: var(--Brand-Green-100, #E4E8DF);
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
}
.section-contact .dtm-ligne .col-2 .titre {
  color: var(--Brand-Green-950, #191D16);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 10px;
}
.section-contact .dtm-ligne .col-2 .telephone {
  color: var(--Brand-Green-100, #E4E8DF);
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  letter-spacing: -0.52px;
}
.section-contact .dtm-ligne .col-3 .titre {
  color: var(--Brand-Green-950, #191D16);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 10px;
}
.section-contact .dtm-ligne .col-3 .cta {
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Brand-Green-900, #33392E);
  /* Button */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-right: auto;
  border-radius: 50px;
  background: var(--Brand-Green-100, #E4E8DF);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.section-contact .dtm-ligne .col-3 .cta:hover {
  background: var(--Brand-Green-900, #33392E);
  color: var(--Brand-Green-100, #E4E8DF);
}
@media (max-width: 980px) {
  .section-contact .dtm-ligne {
    padding: 30px;
  }
  .section-contact .dtm-ligne .col-1 .sur-titre {
    display: none;
  }
  .section-contact .dtm-ligne .col-1 .titre {
    font-size: 56px;
    font-size: 42px;
  }
}
/*SALLE*/
.page-template-salle-template .dtm-section.section-1 {
  /*@include tabmob*/
  height: 100vh;
  min-height: 800px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-1 {
    margin-bottom: 100px;
  }
}
.page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-1 {
  margin-bottom: 0;
  flex-grow: 2;
}
.page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-1 .dtm-col.col-full h1 {
  color: var(--Brand-Brown-100, #FFF9ED);
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 90.2px */
  margin-top: auto;
  margin-bottom: 20px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-1 .dtm-col.col-full h1 {
    font-size: 50px;
  }
}
.page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-1 .dtm-col.col-full .cta {
  background-color: #DACCBA;
  color: #78572A;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-1 .dtm-col.col-full .cta:hover {
  background-color: #401B0A;
  color: #FFF9ED;
}
.page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 {
  border-radius: 10px;
  background: var(--Brand-Brown-200, #F0E7D8);
  padding: 20px 40px 30px 40px;
  margin-bottom: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 20px;
  }
}
.page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4 {
    width: 50%;
    text-align: left;
  }
  .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4:nth-of-type(even) {
    padding-left: 20px;
    border-left: 1px solid var(--Brand-Brown-950, #AE987A);
  }
  .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4:nth-of-type(odd) {
    padding-right: 20px;
  }
}
.page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4.col-1 .chiffre, .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4.col-2 .chiffre, .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4.col-3 .chiffre, .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4.col-4 .chiffre {
  color: var(--Brand-Brown-950, #260E03);
  text-align: center;
  /* Headline H3 */
  font-family: "DM Serif Display";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 50.4px */
}
.page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4.col-1 .texte, .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4.col-2 .texte, .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4.col-3 .texte, .page-template-salle-template .dtm-section.section-1 .dtm-ligne.ligne-2 .dtm-col.col-1_4.col-4 .texte {
  color: var(--Brand-Brown-950, #260E03);
  text-align: center;
  /* Body copy */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
}
.page-template-salle-template .dtm-section.section-2 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-2 {
    padding-bottom: 100px;
  }
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 {
  /* Lightbox */
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 {
  justify-content: center;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .sur-titre {
  color: var(--Brand-Brown-600, #AE987A);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .titre {
  color: var(--Brand-Brown-950, #260E03);
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 40px;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .texte {
  color: var(--Brand-Brown-900, #401B0A);
  /* Small Subtitle */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  margin-bottom: 40px;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .sous-titre {
  color: var(--Brand-Brown-900, #401B0A);
  /* Subtitle */
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  letter-spacing: -0.52px;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .equipements-list {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 40px;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .equipements-list .equipement-item {
  width: calc(50% - 10px);
  display: flex;
  gap: 20px;
  align-items: center;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .equipements-list .equipement-item .equipement-label {
  color: var(--Brand-Brown-700, #A6875C);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .cta {
  background-color: #DACCBA;
  color: #78572A;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: auto;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-1 .cta:hover {
  background-color: #401B0A;
  color: #FFF9ED;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-row {
  display: flex;
  gap: 10px;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-row--main .gallery-item--large {
  aspect-ratio: 1.7777777778;
  border-radius: 10px;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-col {
  flex: 1;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-col--stacked {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-item--small {
  flex: 1;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-img:hover {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-row {
    flex-direction: row;
  }
  .page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-row.row-2 {
    flex-wrap: wrap;
  }
  .page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-row.row-2 .col-1, .page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-row.row-2 .col-2 {
    width: calc(50% - 10px / 2);
  }
  .page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-row .gallery-col {
    flex: initial;
  }
  .page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .dtm-col.col-2 .gallery-col--stacked {
    flex-direction: row;
    width: 100%;
  }
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
  cursor: zoom-out;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .lightbox img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.95);
  transition: 0.3s ease;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .lightbox.active {
  opacity: 1;
  visibility: visible;
}
.page-template-salle-template .dtm-section.section-2 .dtm-ligne.ligne-1 .lightbox.active img {
  transform: scale(1);
}
.page-template-salle-template .dtm-section.section-3 {
  /*@include tabmob*/
  padding-top: 0;
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-3 {
    padding-bottom: 100px;
  }
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-1 {
  margin-bottom: 0;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-1 .dtm-col.col-full .titre {
  color: var(--Brand-Brown-400, #D3C0A5);
  font-family: "DM Serif Display";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 50.4px */
  margin-bottom: 10px;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 {
  margin-bottom: 60px;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 .dtm-col.col-full {
  flex-direction: row;
  align-items: center;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 .dtm-col.col-full {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 .dtm-col.col-full .sous-titre, .page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 .dtm-col.col-full .index {
    text-align: left;
    margin-left: 0;
  }
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 .dtm-col.col-full .sous-titre {
  color: var(--Brand-Brown-900, #401B0A);
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  letter-spacing: -0.52px;
  margin-right: 30px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 .dtm-col.col-full .sous-titre {
    margin-left: 0;
  }
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 .dtm-col.col-full .index {
  color: var(--Brand-Brown-900, #401B0A);
  /* Small Body copy */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.14px;
  margin-left: auto;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-2 .dtm-col.col-full .index {
    margin-left: 0;
  }
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col {
  display: flex;
  min-height: 176px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col .titre {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
  border-radius: 50px;
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: auto;
  margin-right: auto;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col .texte {
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-1 {
  background: var(--Brand-Brown-200, #F0E7D8);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-1 .titre {
  background: var(--Brand-Brown-100, #FFF9ED);
  color: var(--Brand-Brown-950, #260E03);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-1 .texte {
  color: var(--Brand-Brown-700, #A6875C);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-2 {
  background: var(--Brand-Green-600, #5A684E);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-2 .titre {
  background: var(--Brand-Green-400, #8D9C7F);
  color: var(--Brand-Green-950, #191D16);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-2 .texte {
  color: var(--Brand-Green-200, #CBD3C3);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-3 {
  background: var(--Brand-Brown-500, #BDAB93);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-3 .titre {
  background: var(--Brand-Brown-300, #DACCBA);
  color: var(--Brand-Brown-950, #260E03);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-3 .dtm-col.col-3 .texte {
  color: var(--Brand-Brown-200, #F0E7D8);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-4 {
  min-height: 345px;
  border-radius: 10px;
  background: var(--Brand-Green-200, #CBD3C3);
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-4 .dtm-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-4 .dtm-col .titre {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
  border-radius: 50px;
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: auto;
  margin-right: auto;
  background: #454F3C;
  color: #E4E8DF;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-4 .dtm-col h4 {
  color: var(--Brand-Green-500, #708062);
  /* Subtitle */
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  letter-spacing: -0.52px;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-4 .dtm-col p {
  color: var(--Brand-Green-500, #708062);
  /* Small Subtitle */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-4 .dtm-col .cta {
  background: #E4E8DF;
  color: #33392E;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  margin-right: auto;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  margin-bottom: 0;
}
.page-template-salle-template .dtm-section.section-3 .dtm-ligne.ligne-4 .dtm-col .cta:hover {
  background: #401B0A;
  color: #FFF9ED;
}
.page-template-salle-template .dtm-section.section-4 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-4 {
    padding-bottom: 100px;
  }
}
.page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-1 {
  flex-grow: 2;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-1 {
    margin-bottom: 40px;
  }
}
.page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-1 img {
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 {
  justify-content: center;
}
.page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .sur-titre {
  color: var(--Brand-Brown-950, #260E03);
  /* Tagline */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .titre {
  color: var(--Brand-Brown-500, #BDAB93);
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 40px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .titre {
    font-size: 40px;
  }
}
.page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .texte {
  color: var(--Brand-Brown-800, #78572A);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  margin-bottom: 40px;
}
.page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .cta {
  background: #AE987A;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  margin-right: auto;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-salle-template .dtm-section.section-4 .dtm-ligne .dtm-col.col-2 .cta:hover {
  background: #401B0A;
  color: #FFF9ED;
}
.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: 150px;
  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: 50px;
  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: 70px;
  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: 33px;
  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-template .section-formulaire {
  background-size: cover;
  background-position: center center;
  min-height: calc(100vh - 100px);
  display: flex;
}
.page-template-contact-template .section-formulaire .dtm-ligne {
  height: auto;
}
.page-template-contact-template .section-formulaire .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-contact-template .section-formulaire .col-1 .sur-titre {
  color: var(--Brand-Brown-600, #AE987A);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.page-template-contact-template .section-formulaire .col-1 .titre {
  color: var(--Brand-Brown-950, #260E03);
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 60px;
}
.page-template-contact-template .section-formulaire .col-1 .titre-tel {
  color: var(--Brand-Brown-950, #260E03);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 10px;
}
.page-template-contact-template .section-formulaire .col-1 .texte-tel {
  color: var(--Brand-Brown-600, #AE987A);
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  letter-spacing: -0.52px;
  margin-bottom: 60px;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form {
  margin: 0 auto;
  background-color: #FFF9ED;
  font-family: Poppins;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-row.full-width {
  grid-template-columns: 1fr;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group {
  display: flex;
  flex-direction: column;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="text"], .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="email"], .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="tel"], .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d4cfc4;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  font-family: Poppins;
  transition: all 0.3s ease;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="text"]::placeholder, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="email"]::placeholder, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="tel"]::placeholder, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group textarea::placeholder {
  color: #401B0A;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="text"]:focus, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="email"]:focus, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="tel"]:focus, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group textarea:focus {
  outline: none;
  border-color: #3d2817;
  box-shadow: 0 0 0 2px rgba(61, 40, 23, 0.1);
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="text"]:hover, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="email"]:hover, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group input[type="tel"]:hover, .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group textarea:hover {
  border-color: #a39888;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-submit {
  margin-top: 20px;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-submit input[type="submit"] {
  background-color: #3d2817;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Poppins;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-submit input[type="submit"]:hover {
  background-color: #2a1a0f;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-submit input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .wpcf7-not-valid-tip {
  color: #d32f2f;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 12px;
  border-radius: 3px;
  font-size: 14px;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #ffebee;
  border: 1px solid #ef5350;
  color: #c62828;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  border: 1px solid #66bb6a;
  color: #2e7d32;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .wpcf7-not-valid {
  border-color: #d32f2f !important;
}
.page-template-contact-template .section-formulaire .col-1 .custom-contact-form .wpcf7-not-valid:focus {
  box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.1);
}
@media (max-width: 768px) {
  .page-template-contact-template .section-formulaire .col-1 .custom-contact-form {
    padding: 15px;
  }
  .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-row.full-width {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .page-template-contact-template .section-formulaire .col-1 .custom-contact-form .form-submit input[type="submit"] {
    width: 100%;
    padding: 14px;
  }
}
.page-template-contact-template .section-formulaire .col-1 .wpcf7 .custom-contact-form p {
  margin: 0;
}
.page-template-contact-template .section-formulaire .col-1 .wpcf7 .custom-contact-form p {
  margin: 0;
}
.page-template-contact-template .section-formulaire .col-2 {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}
.page-template-contact-template .section-formulaire .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-template .section-formulaire .col-2 .social {
  display: flex;
  margin-left: auto;
  margin-top: 20px;
}
.page-template-contact-template .section-formulaire .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;
}
.page-template-contact-template .section-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-contact-template .section-2 .dtm-ligne.ligne-1 .dtm-col.col-full .sur-titre {
  color: var(--Brand-Brown-600, #AE987A);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.page-template-contact-template .section-2 .dtm-ligne.ligne-1 .dtm-col.col-full .titre {
  color: var(--Brand-Brown-950, #260E03);
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 60px;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-1 {
  flex-grow: 2;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-1 img {
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-2 .sur-titre {
  color: var(--Brand-Brown-950, #260E03);
  /* Tagline */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-2 .titre {
  color: var(--Brand-Brown-500, #BDAB93);
  font-family: "DM Serif Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 40px;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-2 .adresse {
  color: var(--Brand-Brown-800, #78572A);
  /* Small Subtitle */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  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: 40px;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-2 .atouts {
  margin-top: auto;
  margin-bottom: 40px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-2 .atouts .atout {
  display: flex;
  align-items: center;
  color: var(--Brand-Brown-950, #260E03);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-2 .atouts .atout svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-2 .cta {
  background: #AE987A;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  margin-right: auto;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-contact-template .dtm-section.section-3 .dtm-ligne .dtm-col.col-2 .cta:hover {
  background: #401B0A;
  color: #FFF9ED;
}
/*GLOBAL*/
/*@include tabmob*/
@media (max-width: 980px) {
  /* Conteneur qui déborde à droite */
  /* Forcer l'overflow visible sur tous les wrappers de tiny slider */
  /* Slides */
  /* Fade sur les slides inactives */
  /* Navigation dots */
  .ts-mobile {
    flex-direction: row !important;
    max-width: none;
    flex-wrap: nowrap;
    margin-right: 0;
    overflow: visible !important;
    margin-left: -20px;
  }
  .ts-mobile .dtm-col {
    margin-bottom: 1.25%;
    position: relative;
    margin-right: 40px;
  }
  .ts-mobile .tns-outer, .ts-mobile .tns-ovh, .ts-mobile .tns-inner {
    overflow: visible !important;
  }
  .ts-mobile .tns-item {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .ts-mobile .tns-item:not(.tns-slide-active) {
    opacity: 0.5;
  }
  .ts-mobile .tns-nav {
    text-align: center;
    margin-top: 20px;
    margin-right: 40px;
  }
  .ts-mobile .tns-nav button {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 4px;
    border-radius: 50%;
    background: #ddd;
    border: none;
  }
  .ts-mobile .tns-nav button.tns-nav-active {
    background: #333;
    width: 24px;
    border-radius: 4px;
  }
}
.dtm-section.footer {
  background: var(--Brand-Brown-200, #F0E7D8);
  padding-top: 100px;
  padding-bottom: 100px;
}
.dtm-section.footer .dtm-ligne {
  margin-bottom: 0;
}
.dtm-section.footer .dtm-ligne .col-1 a {
  color: var(--Brand-Brown-950, #260E03);
  font-family: "DM Serif Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin: 0;
}
.dtm-section.footer .dtm-ligne .col-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dtm-section.footer .dtm-ligne .col-2 .menu-menu-footer-1-container {
  width: 100%;
}
.dtm-section.footer .dtm-ligne .col-2 .menu-menu-footer-1-container .dtm-menu-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}
.dtm-section.footer .dtm-ligne .col-2 .menu-menu-footer-1-container a {
  color: var(--Brand-Brown-950, #260E03);
  /* Small Body copy */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.14px;
  text-decoration: none;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .dtm-section.footer .dtm-ligne .col-2 .menu-menu-footer-1-container .dtm-menu-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
  }
  .dtm-section.footer {
    background: var(--Brand-Brown-200, #F0E7D8);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
