@charset "UTF-8";
/*!
 Theme Name:   DTM-octave
 Theme URI:    https://datamad.fr
 Description:  Thème composé par DATAMAD
 Author:       DATAMAD
 Author URI:   https://datamad.fr
 Version:      1.0.3
*/
@font-face {
  /*font-face*/
  font-family: "AW Conqueror Didot";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://thepenthouse.fr/wp-content/uploads/2024/10/awconquerordidot-light-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Brown";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://thepenthouse.fr/wp-content/uploads/2024/10/brown-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Brown";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://thepenthouse.fr/wp-content/uploads/2024/10/brown-light-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Brown";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://thepenthouse.fr/wp-content/uploads/2024/10/Brown-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "Theinhardt Pan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://thepenthouse.fr/wp-content/uploads/2024/10/theinhardtpan-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Theinhardt Pan";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://thepenthouse.fr/wp-content/uploads/2024/10/theinhardtpan-light-webfont.woff2) format("woff2");
}
/*breakpoints*/
/*@include mobile*/
/*@include tablette*/
/*@include tabmob*/
:root {
  /*Couleurs*/
}
/*Styles textes*/
/*Modulaire*/
/*DESKTOP*/
.dtm-section {
  width: 100%;
  max-width: 100%;
  padding: 0 40px 0 40px;
  margin: 0 0 0 0;
}
.dtm-ligne {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
}
.dtm-col {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.dtm-bloc {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .dtm-section {
    width: 100%;
    max-width: 100%;
    padding: 0 40px 0 40px;
    margin: 0 0 0 0;
  }
  .dtm-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  .dtm-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .dtm-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .dtm-section {
    width: 100%;
    max-width: 100%;
    padding: 0 16px 0 16px;
    margin: 0 0 0 0;
  }
  .dtm-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  .dtm-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .dtm-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/*VARIABLES*/
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, blockquote, pre, table, th, td, tr, img, figure, figcaption, address, hr, form, input, textarea, button {
  margin-top: 0;
  margin-bottom: 1em;
}
.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% + 0%) / 2) - 0%);
}
.col-1_3 {
  width: calc(((100% + 0%) / 3) - 0%);
}
.col-2_3 {
  width: calc(((100% + 0%) * 2 / 3) - 0%);
}
.col-1_4 {
  width: calc(((100% + 0%) / 4) - 0%);
}
.col-3_4 {
  width: calc(((100% + 0%) * 3 / 4) - 0%);
}
.col-1_5 {
  width: calc(((100% + 0%) / 5) - 0%);
}
.col-2_5 {
  width: calc(((100% + 0%) * 2 / 5) - 0%);
}
.col-3_5 {
  width: calc(((100% + 0%) * 3 / 5) - 0%);
}
.col-4_5 {
  width: calc(((100% + 0%) * 4 / 5) - 0%);
}
.col-1_6 {
  width: calc(((100% + 0%) / 6) - 0%);
}
.col-5_6 {
  width: calc(((100% + 0%) * 5 / 6) - 0%);
}
.dtm-col {
  margin-right: 0%;
  position: relative;
}
.dtm-col:last-child {
  margin-right: 0;
}
.dtm-ligne:last-child, .dtm-col:last-child, .dtm-bloc:last-child {
  margin-bottom: 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .dtm-ligne {
    flex-direction: column;
  }
  .dtm-col {
    width: 100%;
    margin-right: 0;
  }
  .dtm-ligne:last-child, .dtm-col:last-child, .dtm-bloc:last-child {
    margin-bottom: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .dtm-ligne {
    flex-direction: column;
  }
  .dtm-col {
    width: 100%;
    margin-right: 0;
  }
  .dtm-ligne:last-child, .dtm-col:last-child, .dtm-bloc:last-child {
    margin-bottom: 0;
  }
}
.panel .dtm-bloc:last-child {
  margin-bottom: 0;
}
.admin-message {
  background-color: #ffffffaf;
  width: auto;
  padding: 10px;
  margin: 10px;
  position: fixed;
  z-index: 999999;
  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 {
  background: transparent;
  width: 100%;
  z-index: 99999999;
  display: block;
  height: 127px;
  position: absolute;
  -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 button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 33px;
}
.top-header button svg {
  height: 33px;
  width: 33px;
  cursor: pointer;
  margin-right: 10px;
}
.top-header button p {
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.top-header .dtm-col {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
/*desk*/
.top-header-desktop .dtm-ligne {
  height: 127px;
}
.top-header-desktop .dtm-ligne .dtm-col {
  display: flex;
  align-items: center;
}
.top-header-desktop .dtm-ligne .col-1 {
  justify-content: flex-start;
}
.top-header-desktop .dtm-ligne .col-1 .langues {
  border-radius: 50px;
  border: 1px solid var(--Brand-Black, #000);
  display: flex;
  padding: 5px;
  align-items: center;
  align-self: stretch;
  margin: auto 20px auto 0;
  height: 35px;
}
.top-header-desktop .dtm-ligne .col-1 .langues .current-lang {
  color: var(--Brand-White, #FFF);
  text-align: center;
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px 0px 0px 50px;
  background: var(--Brand-Black, #000);
  width: 40px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
.top-header-desktop .dtm-ligne .col-1 .langues .lang-item {
  color: var(--Brand-Black, #000);
  text-align: center;
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 40px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
}
.top-header-desktop .dtm-ligne .col-1 .langues a {
  text-decoration: none;
  color: var(--Brand-Black, #000);
  text-align: center;
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.top-header-desktop .dtm-ligne .col-1 .btn-mail {
  display: flex;
  height: 35px;
  padding: 12px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid var(--Brand-Black, #000);
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  transition: var(--transition-2);
}
.top-header-desktop .dtm-ligne .col-1 .btn-mail svg path {
  transition: var(--transition-2);
}
.top-header-desktop .dtm-ligne .col-1 .btn-mail:hover {
  background-color: var(--Brand-Black, #000);
  color: #FFF;
}
.top-header-desktop .dtm-ligne .col-1 .btn-mail:hover svg path {
  fill: #FFF;
}
.top-header-desktop .dtm-ligne .col-2 {
  justify-content: center;
}
.top-header-desktop .dtm-ligne .col-2 svg {
  max-width: 100%;
}
.top-header-desktop .dtm-ligne .col-3 {
  justify-content: flex-end;
}
.top-header-desktop .dtm-ligne .col-3 .dtm-menu {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0;
}
.top-header-desktop .dtm-ligne .col-3 a {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: flex;
  width: 180px;
  height: 47px;
  padding: 16px 18px;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  border: 1px solid var(--Brand-Black, #000);
  text-align: center;
  display: flex;
  justify-content: center;
  transition: var(--transition-2);
  height: 35px;
  padding: 12px 18px;
  align-items: center;
  gap: 10px;
}
.top-header-desktop .dtm-ligne .col-3 a:hover {
  background-color: var(--Brand-Black, #000);
  color: #FFF;
  transition: var(--transition-2);
}
.top-header-box {
  display: flex;
  margin: auto;
  width: 100%;
  height: 127px;
  -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;
}
.box-logo {
  display: flex;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
}
.box-logo a {
  margin: auto 0;
}
.menu-item {
  position: relative;
  transition: all ease 200ms;
}
.menu-item a {
  transition: all ease 200ms;
}
.menu-item span {
  position: absolute;
  opacity: 0;
  transition: all ease 200ms;
}
.menu-item span svg {
  width: 11px;
  height: 9px;
}
.menu-item span svg path {
  fill: #7E0000;
}
.menu-item .chevron-menu-droite {
  transform: translateX(-100%);
  left: -8px;
}
.menu-item .chevron-menu-gauche {
  transform: translateX(100%);
  right: -8px;
}
.menu-item:hover span {
  opacity: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.menu-item:hover .chevron-menu-droite {
  left: -2px;
}
.menu-item:hover .chevron-menu-gauche {
  right: -2px;
}
/*Mobile Menu*/
.top-header-mobile {
  display: none;
  overflow: visible;
  position: absolute;
  z-index: 999;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .top-header-mobile, .top-header-box {
    height: 110px;
  }
  .top-header {
    display: none;
  }
  .top-header-mobile {
    display: flex;
  }
}
.toggle-mobile_menu {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: #fff;
  left: 0;
  z-index: 9999;
}
.toggle-mobile_menu .top-header-mobile {
  border-bottom: solid 1px #000;
  position: relative;
  height: 110px;
  position: relative;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.toggle-mobile_menu .box-toggle {
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 130px;
  padding-bottom: 40px;
}
.toggle-mobile_menu .box-toggle .box-menu-1 {
  width: 100%;
}
.toggle-mobile_menu .box-toggle .box-menu-1 .dtm-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.toggle-mobile_menu .box-toggle .box-menu-1 .dtm-menu .menu-item {
  width: 100%;
}
.toggle-mobile_menu .box-toggle .box-menu-1 .dtm-menu a {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: flex;
  width: 180px;
  height: 47px;
  padding: 16px 18px;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  border: 1px solid var(--Brand-Black, #000);
  text-align: center;
  display: flex;
  justify-content: center;
  transition: var(--transition-2);
  margin-bottom: 40px;
  width: 100%;
}
.toggle-mobile_menu .box-toggle .box-menu-1 .dtm-menu a:hover {
  background-color: var(--Brand-Black, #000);
  color: #FFF;
  transition: var(--transition-2);
}
.toggle-mobile_menu .box-toggle .box-menu-1 .btn-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid var(--Brand-Black, #000);
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  height: 47px;
  padding: 16px 18px;
}
.toggle-mobile_menu .box-toggle .box-menu-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.toggle-mobile_menu .box-toggle .box-menu-2 .langues {
  border-radius: 50px;
  border: 1px solid var(--Brand-Black, #000);
  display: flex;
  padding: 5px;
  align-items: center;
  align-self: stretch;
  margin: auto auto 0 auto;
  height: 35px;
}
.toggle-mobile_menu .box-toggle .box-menu-2 .langues .current-lang {
  color: var(--Brand-White, #FFF);
  text-align: center;
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px 0px 0px 50px;
  background: var(--Brand-Black, #000);
  width: 40px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
.toggle-mobile_menu .box-toggle .box-menu-2 .langues .lang-item {
  color: var(--Brand-Black, #000);
  text-align: center;
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 40px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
}
.toggle-mobile_menu .box-toggle .box-menu-2 .langues a {
  text-decoration: none;
  color: var(--Brand-Black, #000);
  text-align: center;
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.toggle-mobile_menu .box-toggle .box-menu-2 .langues.hover .langues-box {
  max-height: 42px;
  transition: var(--transition-2);
}
.toggle-mobile_menu .box-toggle .box-menu-2 .langues.hover .langues-box .select-langue li {
  display: flex;
  opacity: 1;
  height: 1.2em;
  max-height: 1.2em;
  transition: var(--transition-2);
  transform: translateY(0px);
}
.toggle-mobile_menu .box-toggle .box-menu-2 .dtm-menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 20px;
}
.toggle-mobile_menu .box-toggle .box-menu-2 .dtm-menu-footer a {
  color: var(--Brand-Light-Blue, #A9BFE4);
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  /* 27px */
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
}
.top-header-mobile .top-header-box {
  flex-direction: row;
}
.top-header-mobile .top-header-box .box-logo svg {
  width: 235px;
}
.header-mobile-box-picto {
  display: flex;
  align-items: center;
}
.header-mobile-box-picto span {
  margin-left: 20px;
}
.btn-toggle-menu {
  cursor: pointer;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header-mobile.open-menu {
  background-color: transparent;
}
#menu-menu-mobile li {
  list-style: none;
}
.select-langue-mob {
  position: absolute;
  padding: 6px 22px 6px 5px;
  border-radius: 17px;
  border: solid 1px #c2c2c5;
  width: 100px;
}
.langues-mob li, .langues-mob a {
  padding: 0;
  list-style: none;
}
.menu2-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  max-width: 500px;
  margin: auto;
}
#menu-menu-mobile-2, #menu-menu-mobile-2-en {
  list-style-type: none;
}
.arrow-langue-mob {
  position: absolute;
  right: 24px;
  top: 14px;
}
.langues-box-mob {
  position: relative;
  height: 32px;
  width: 100px;
}
.sparateur-menu-mob {
  background-color: #f7f6f2;
  height: 1px;
  width: auto;
  margin: 50px 0;
}
/*BLOCS*/
.dtm-bloc {
  width: 100%;
}
.dtm-bloc-card {
  background-color: var(--primary-bg-card-color);
}
/*image*/
.bloc-image {
  height: 508px;
  width: 100%;
}
.bloc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/*@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: 20px;
  overflow: hidden;
}
.bloc-video iframe {
  width: 100%;
  border-radius: 20px;
  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: 20px;
}
.nav-gallery-dot {
  display: flex;
}
.customize-controls-gallery {
  display: flex;
  align-items: center;
}
.box-controls-gallery {
  /* position: absolute; */
  width: auto;
  bottom: 30px;
  right: 30px;
  margin: auto;
}
.nav-gallery-dot {
  /* display: none; */
}
/*GALLERY*/
.btn-nav-slider {
  display: block;
  width: auto;
  height: auto;
}
.box-controls-gallery {
  width: 100%;
}
.inner-box-controls-slider {
  width: 100%;
}
.customize-controls-gallery {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.image-slider-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
.nav-slider-dot-solo {
  height: 13px;
  width: 13px;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  margin: auto 7px;
  border: solid 1px #FB364B;
}
#nav-slider-dot {
  display: flex;
}
#customize-controls-slider {
  display: flex;
  align-items: center;
}
.btn-nav-slider {
  cursor: pointer;
  padding: 15px 0;
}
.nav-slider-dot-solo.tns-nav-active {
  background-color: #FB364B;
}
.btn-nav-slider.btn-nav-slider-prev {
  padding-right: 20px;
}
.btn-nav-slider.btn-nav-slider-next {
  padding-left: 20px;
}
/*CHIFFRE*/
p.chiffre {
  padding-bottom: 0;
}
p.chiffre span {
  font-size: 130px;
  padding-bottom: 0;
  font-family: var(--title-font) !important;
  line-height: 0.8;
}
.texte-chiffre {
  font-family: var(--title-font) !important;
  font-size: 16px;
  line-height: 1.13;
}
.chiffre .exposant {
  font-size: 70px;
  font-family: var(--title-font) !important;
  margin-top: -5px;
}
p.chiffre {
  display: flex;
}
/*Rich text*/
.bloc-rich-text h1, .bloc-rich-text h2 {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
.bloc-rich-text h3 {
  color: var(--BORDEAUX, #500009);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 15px;
  margin-top: 0;
}
/*CTA*/
.bloc-cta {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: -10px;
}
.dtm-cta {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 10px 13px;
  border-radius: 5px;
  border: 2px solid var(--COULEUR-ROUGE, #FB364B);
  text-align: center;
  transition: all 0.2s ease-out;
}
.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 {
  color: #fff;
  background-color: #FB364B;
}
.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;
}
/*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 */
}
.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*/
.picto-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.picto-play svg {
  width: 64px;
  height: 64px;
}
body, html {
  scroll-snap-type: y mandatory;
}
/*HOME*/
.page-template-home {
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory;
}
.page-template-home footer {
  scroll-snap-align: start;
}
.page-template-home .full-window {
  height: 100vh;
  min-height: 700px;
  scroll-snap-align: start;
}
.page-template-home .full-window .dtm-ligne {
  height: 100%;
}
.page-template-home .section-1 {
  padding-top: 127px;
  /* Masquer les contrôles vidéo */
}
.page-template-home .section-1 .dtm-ligne {
  height: 100%;
}
.page-template-home .section-1 .dtm-ligne .dtm-col {
  height: 100%;
  padding: 0;
}
.page-template-home .section-1 .video-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.page-template-home .section-1 .video-container-mobile {
  display: none;
}
.page-template-home .section-1 .hide-controls video::-webkit-media-controls {
  display: none !important;
}
.page-template-home .section-1 .hide-controls video::-moz-media-controls {
  display: none !important;
}
.page-template-home .section-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  /* Change le curseur pour indiquer que la vidéo est cliquable */
}
.page-template-home .section-2 {
  padding-top: 40px;
  padding-bottom: 120px;
}
.page-template-home .section-2 .picto-1, .page-template-home .section-2 .picto-ligne {
  left: 0;
  position: absolute;
}
.page-template-home .section-2 .picto-1 {
  top: 40px;
  z-index: 2;
}
.page-template-home .section-2 .picto-ligne {
  bottom: 45px;
  z-index: 2;
  background-color: #FCD7C1;
  height: 1px;
  width: 100%;
}
.page-template-home .section-2 .picto-ligne svg {
  display: none;
}
.page-template-home .section-2 .picto-2 {
  position: absolute;
  left: 340px;
  bottom: 40px;
  z-index: 3;
}
.page-template-home .section-2 .picto-gif {
  bottom: -116px;
  position: absolute;
  width: 400px;
  left: -100px;
}
.page-template-home .section-2 .dtm-ligne {
  height: 100%;
}
.page-template-home .section-2 .dtm-ligne .col-1_3 {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-right: 120px;
}
.page-template-home .section-2 .dtm-ligne .col-1_3 h1 {
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-home .section-2 .dtm-ligne .col-1_3 .titre-1 {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-2 .dtm-ligne .col-1_3 .titre-2 {
  color: var(--Brand-Black, #000);
  font-family: "AW Conqueror Didot";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-2 .dtm-ligne .col-1_3 p {
  color: var(--Brand-Black, #000);
  /* Body copy */
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  /* 27px */
}
.page-template-home .section-2 .dtm-ligne .col-2_3 {
  height: 100%;
  /* Masquer les contrôles vidéo */
}
.page-template-home .section-2 .dtm-ligne .col-2_3 .video-container {
  height: 100%;
  width: 100%;
}
.page-template-home .section-2 .dtm-ligne .col-2_3 video::-webkit-media-controls {
  display: none !important;
}
.page-template-home .section-2 .dtm-ligne .col-2_3 video::-moz-media-controls {
  display: none !important;
}
.page-template-home .section-2 .dtm-ligne .col-2_3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25%;
}
.page-template-home .section-3 {
  padding-top: 70px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  /* Masquer les contrôles vidéo */
}
.page-template-home .section-3 .picto-ligne {
  top: 343px;
  z-index: 2;
  background-color: #FCD7C1;
  height: 1px;
  width: 100vw;
  position: absolute;
  display: none;
}
.page-template-home .section-3 .picto-ligne svg {
  display: none;
}
.page-template-home .section-3 .picto-3 {
  position: absolute;
  left: 100px;
  top: -30px;
  z-index: 3;
}
.page-template-home .section-3 .video-container {
  overflow: hidden;
  height: 100%;
  width: calc(100% + 80px);
  margin-left: -40px;
}
.page-template-home .section-3 video::-webkit-media-controls {
  display: none !important;
}
.page-template-home .section-3 video::-moz-media-controls {
  display: none !important;
}
.page-template-home .section-3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  /* Change le curseur pour indiquer que la vidéo est cliquable */
}
.page-template-home .section-3 .ligne-1 {
  background-size: cover;
  background-position: bottom center;
}
.page-template-home .section-3 .ligne-2 {
  padding-top: 40px;
  height: auto;
}
.page-template-home .section-3 .ligne-2 .col-1_5 {
  width: auto;
  margin-right: 120px;
}
.page-template-home .section-3 .ligne-2 .titre-1 {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-3 .ligne-2 .titre-2 {
  color: var(--Brand-Black, #000);
  font-family: "AW Conqueror Didot";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-3 .ligne-2 p {
  color: var(--Brand-Black, #000);
  /* Body copy */
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  /* 27px */
}
.page-template-home .section-3 .picto-1 {
  position: absolute;
  bottom: -167px;
  width: 500px;
  height: 529px;
}
.page-template-home .section-3 .picto-2 {
  display: none;
}
.page-template-home .section-4, .page-template-home .section-6 {
  padding-top: 40px;
  padding-bottom: 180px;
  overflow: hidden;
}
.page-template-home .section-4 .col-2_3, .page-template-home .section-6 .col-2_3 {
  height: 100%;
}
.page-template-home .section-4 .col-2_3 img, .page-template-home .section-6 .col-2_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-home .section-4 .col-1_3, .page-template-home .section-6 .col-1_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
.page-template-home .section-4 .col-1_3 .titre-1, .page-template-home .section-6 .col-1_3 .titre-1 {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-4 .col-1_3 .titre-2, .page-template-home .section-6 .col-1_3 .titre-2 {
  color: var(--Brand-Black, #000);
  font-family: "AW Conqueror Didot";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-4 .col-1_3 p, .page-template-home .section-6 .col-1_3 p {
  color: var(--Brand-Black, #000);
  /* Body copy */
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  /* 27px */
}
.page-template-home .section-4 .col-1_3 .picto-1, .page-template-home .section-6 .col-1_3 .picto-1 {
  position: absolute;
  left: 70px;
  top: 0;
}
.page-template-home .section-4 .picto-2, .page-template-home .section-6 .picto-2 {
  position: absolute;
  right: 0;
  bottom: -150px;
}
.page-template-home .section-4 .picto-3, .page-template-home .section-6 .picto-3 {
  position: absolute;
  left: 0;
  bottom: -50px;
}
.page-template-home .section-4 .picto-4, .page-template-home .section-6 .picto-4 {
  position: absolute;
  right: 0;
  bottom: -90px;
}
.page-template-home .section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.page-template-home .section-5 .picto-1, .page-template-home .section-5 .picto-2, .page-template-home .section-5 .picto-ligne {
  position: absolute;
}
.page-template-home .section-5 .picto-1 {
  top: 10vh;
  left: 0;
}
.page-template-home .section-5 .picto-2 {
  top: 30vh;
  left: 0;
}
.page-template-home .section-5 .picto-ligne {
  top: 31vh;
  left: 45%;
}
.page-template-home .section-5 .col-1_3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 120px;
}
.page-template-home .section-5 .col-1_3 .titre-1 {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-5 .col-1_3 .titre-2 {
  color: var(--Brand-Black, #000);
  font-family: "AW Conqueror Didot";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-5 .col-1_3 p {
  color: var(--Brand-Black, #000);
  /* Body copy */
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  /* 27px */
}
.page-template-home .section-5 .col-1_3 .picto-1 {
  position: absolute;
  left: 70px;
  top: 0;
}
.page-template-home .section-5 .col-2_3 {
  height: 100%;
}
.page-template-home .section-5 .col-2_3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.page-template-home .section-7 {
  background-size: cover;
  background-position: center;
}
.page-template-home .section-7 .dtm-ligne {
  height: 100%;
}
.page-template-home .section-7 .dtm-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
  z-index: 2;
  min-width: 424px;
}
.page-template-home .section-7 .dtm-col .titre-1 svg {
  height: 7vh;
  display: flex;
  width: auto;
}
.page-template-home .section-7 .dtm-col .titre-2 svg {
  height: 7vh;
  display: flex;
  width: auto;
}
.page-template-home .section-7 .dtm-col .paragraphe {
  color: #FFF;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  /* Subtitle Secondary */
  font-family: Brown;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.page-template-home .section-7 .dtm-col p:last-child {
  margin-bottom: 0;
}
.page-template-home .section-7 .texte-colonne {
  padding: 30px;
  background-color: #fff;
  z-index: 2;
}
.page-template-home .section-7 .texte-colonne h2 {
  color: #000;
  font-family: Brown;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 8px;
}
.page-template-home .section-7 .texte-colonne p {
  color: #000;
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  margin-bottom: 8px;
}
.page-template-home .section-7 .texte-colonne p strong {
  color: #000;
  /* Subtitle Secondary */
  font-family: Brown;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.page-template-home .section-7 .picto-1, .page-template-home .section-7 .picto-2, .page-template-home .section-7 .picto-3 {
  position: absolute;
}
.page-template-home .section-7 .picto-1 {
  top: 83px;
  left: -120px;
}
.page-template-home .section-7 .picto-2 {
  right: 10%;
  bottom: 180px;
}
.page-template-home .section-7 .picto-3 {
  left: 38%;
  bottom: -5px;
}
.page-template-home .section-7-mobile {
  display: none;
}
.page-template-home .section-8 {
  padding-top: 40px;
  padding-bottom: 180px;
  overflow: hidden;
}
.page-template-home .section-8 .col-2_3 {
  height: 100%;
}
.page-template-home .section-8 .col-2_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-home .section-8 .col-1_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
.page-template-home .section-8 .col-1_3 .titre-1 {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-8 .col-1_3 .titre-2 {
  color: var(--Brand-Black, #000);
  font-family: "AW Conqueror Didot";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-8 .col-1_3 p {
  color: var(--Brand-Black, #000);
  /* Body copy */
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  /* 27px */
}
.page-template-home .section-8 .picto-1 {
  position: absolute;
  left: 0;
  top: calc(10vh - 14px);
}
.page-template-home .section-8 .picto-2 {
  position: absolute;
  left: 62vw;
  top: 10vh;
}
.page-template-home .section-8 .picto-3 {
  position: absolute;
  left: 62vw;
  bottom: 0;
}
.page-template-home .section-9 {
  padding-top: 40px;
  padding-bottom: 180px;
  overflow: hidden;
}
.page-template-home .section-9 .picto-1, .page-template-home .section-9 .picto-2, .page-template-home .section-9 .picto-ligne {
  position: absolute;
}
.page-template-home .section-9 .picto-1 {
  bottom: 0;
  left: 100px;
}
.page-template-home .section-9 .picto-1 span {
  transform: scaleX(-1);
  display: block;
}
.page-template-home .section-9 .picto-2 {
  top: 10vh;
  left: 0;
}
.page-template-home .section-9 .picto-2 span {
  transform: scaleX(-1);
  display: block;
}
.page-template-home .section-9 .picto-ligne {
  top: 31vh;
  left: 45%;
}
.page-template-home .section-9 .col-1_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 120px;
  z-index: 1;
}
.page-template-home .section-9 .col-1_3 .titre-1 {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-9 .col-1_3 .titre-2 {
  color: var(--Brand-Black, #000);
  font-family: "AW Conqueror Didot";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
}
.page-template-home .section-9 .col-1_3 p {
  color: var(--Brand-Black, #000);
  /* Body copy */
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  /* 27px */
}
.page-template-home .section-9 .col-1_3 a {
  display: flex;
  height: 35px;
  padding: 12px 25px;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid var(--Brand-Black, #000);
  background-color: var(--Brand-Black, #000);
  color: #FFF;
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  transition: var(--transition-2);
  margin-right: auto;
}
.page-template-home .section-9 .col-1_3 a:hover {
  color: var(--Brand-Black, #000);
  background-color: #FFF;
}
.page-template-home .section-9 .col-2_3 {
  height: 100%;
}
.page-template-home .section-9 .col-2_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .picto-play svg {
    width: 65px;
    height: 65px;
  }
  .page-template-home .section-1 {
    padding: 0;
    height: 100vh;
    padding-top: 110px;
  }
  .page-template-home .section-1 .video-container-desktop {
    display: none;
  }
  .page-template-home .section-1 .video-container-mobile {
    display: block;
  }
  .page-template-home .section-2 .picto-1 {
    display: none;
  }
  .page-template-home .section-2 .picto-2 {
    left: 50%;
    bottom: -150px;
  }
  .page-template-home .section-2 .picto-ligne {
    top: 20px;
    height: 1px;
  }
  .page-template-home .section-2 .picto-gif {
    width: 246px;
  }
  .page-template-home .section-2 .dtm-ligne .col-1_3 {
    padding: 0;
  }
  .page-template-home .section-2 .dtm-ligne .col-1_3 h1 .titre-1, .page-template-home .section-2 .dtm-ligne .col-1_3 h1 .titre-2 {
    line-height: 1em;
  }
  .page-template-home .section-2 .dtm-ligne .col-2_3 {
    padding: 0;
  }
  .page-template-home .section-3 {
    padding-bottom: 40px;
  }
  .page-template-home .section-3 .picto-1 {
    display: none;
  }
  .page-template-home .section-3 .picto-1 svg {
    height: 80px;
  }
  .page-template-home .section-3 .picto-2 {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 0;
    display: none;
  }
  .page-template-home .section-4 .col-1_3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    order: 1;
  }
  .page-template-home .section-4 .col-1_3 h1 .titre-1, .page-template-home .section-4 .col-1_3 h1 .titre-2 {
    line-height: 1em;
  }
  .page-template-home .section-4 .col-1_3 .picto-1 {
    display: none;
  }
  .page-template-home .section-4 .col-2_3 {
    order: 2;
  }
  .page-template-home .section-4 .col-2_3 img {
    height: 80%;
  }
  .page-template-home .section-4 .picto-2 {
    bottom: -277px;
  }
  .page-template-home .section-4 .picto-2 svg {
    width: 257px;
  }
  .page-template-home .section-4 .picto-3 {
    display: none;
  }
  .page-template-home .section-5 .col-1_3 {
    padding: 0;
    padding-top: 40px;
  }
  .page-template-home .section-5 .col-1_3 h1 .titre-1, .page-template-home .section-5 .col-1_3 h1 .titre-2 {
    line-height: 1em;
  }
  .page-template-home .section-5 .col-1_3 .titre-1 {
    margin-right: 10px;
  }
  .page-template-home .section-5 .col-1_3 br {
    display: none;
  }
  .page-template-home .section-5 .col-2_3 {
    padding: 0;
  }
  .page-template-home .section-5 .col-2_3 img {
    height: 80%;
    object-fit: cover;
  }
  .page-template-home .section-5 .picto-1 {
    display: none;
  }
  .page-template-home .section-5 .picto-2 {
    bottom: -182px;
    top: auto;
  }
  .page-template-home .section-5 .picto-2 svg {
    width: 257px;
  }
  .page-template-home .section-5 .picto-ligne {
    display: none;
  }
  .page-template-home .section-6 .col-1_3 {
    padding: 0;
    padding-top: 40px;
    order: 1;
  }
  .page-template-home .section-6 .col-1_3 h1 .titre-1, .page-template-home .section-6 .col-1_3 h1 .titre-2 {
    line-height: 1em;
  }
  .page-template-home .section-6 .col-1_3 .titre-1 {
    margin-right: 10px;
  }
  .page-template-home .section-6 .col-1_3 br {
    display: none;
  }
  .page-template-home .section-6 .col-2_3 {
    padding: 0;
    order: 2;
  }
  .page-template-home .section-6 .col-2_3 img {
    height: 80%;
  }
  .page-template-home .section-6 .picto-2 {
    bottom: -182px;
    top: auto;
  }
  .page-template-home .section-6 .picto-2 svg {
    width: 257px;
  }
  .page-template-home .section-7 {
    height: auto;
    min-height: 0;
  }
  .page-template-home .section-7 .texte-colonne {
    display: none;
  }
  .page-template-home .section-7 .dtm-col .titre-1 svg {
    height: 30px;
  }
  .page-template-home .section-7 .dtm-col .titre-2 svg {
    height: 30px;
  }
  .page-template-home .section-7 .dtm-col .paragraphe {
    margin: 40px 0;
    padding: 0 16px;
  }
  .page-template-home .section-7 .col-1_3 {
    padding: 0;
    padding-top: 0;
    order: 1;
  }
  .page-template-home .section-7 .col-1_3 h1 .titre-1, .page-template-home .section-7 .col-1_3 h1 .titre-2 {
    line-height: 1em;
  }
  .page-template-home .section-7 .col-1_3 .titre-1 {
    margin-right: 10px;
  }
  .page-template-home .section-7 .col-1_3 br {
    display: none;
  }
  .page-template-home .section-7 .col-2_3 {
    padding: 0;
    order: 2;
  }
  .page-template-home .section-7 .col-2_3 img {
    height: 80%;
  }
  .page-template-home .section-7 .picto-2, .page-template-home .section-7 .picto-3 {
    display: none;
  }
  .page-template-home .section-7-mobile {
    scroll-snap-align: start;
    display: flex;
    padding: 64px 16px 32px 16px;
    height: auto;
    min-height: 0;
  }
  .page-template-home .section-7-mobile .texte-colonne {
    padding: 24px 16px;
    background-color: #fff;
    z-index: 2;
    background: #FFF;
    box-shadow: -3px 3px 29.6px rgba(0, 0, 0, 0.08);
  }
  .page-template-home .section-7-mobile .texte-colonne h2 {
    color: #000;
    font-family: Brown;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 8px;
  }
  .page-template-home .section-7-mobile .texte-colonne p {
    color: #000;
    font-family: "Theinhardt Pan";
    font-size: 18px;
    font-style: normal;
    font-weight: 270;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .page-template-home .section-7-mobile .texte-colonne p strong {
    color: #000;
    /* Subtitle Secondary */
    font-family: Brown;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
  }
  .page-template-home .section-8 {
    height: auto;
    min-height: 0;
  }
  .page-template-home .section-8 .picto-1, .page-template-home .section-8 .picto-2, .page-template-home .section-8 .picto-3 {
    display: none;
  }
  .page-template-home .section-8 .picto-mobile {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 0;
  }
  .page-template-home .section-8 .col-1_3 {
    order: 1;
    padding: 0;
  }
  .page-template-home .section-8 .col-2_3 {
    order: 2;
    padding: 0;
  }
  .page-template-home .section-9 .col-1_3 {
    width: 100%;
    padding-right: 0;
  }
  .page-template-home .section-9 .col-2_3 {
    margin-top: 40px;
    width: 100%;
  }
  .page-template-home .section-9 .picto-2 {
    display: none;
  }
}
.page-template-home .section-2 .picto-1 svg {
  width: 40vw;
  height: auto;
}
.page-template-home .section-4 .col-1_3 .picto-1 svg {
  width: 24vw;
  height: auto;
}
.page-template-home .section-5 .picto-1 {
  top: 40px;
}
.page-template-home .section-5 .picto-1 svg {
  width: 30vw;
  height: auto;
}
.page-template-home .section-6 .col-1_3 .picto-1 svg {
  width: 30vw;
  height: auto;
}
:lang(fr) .titre-1, :lang(fr_FR) .titre-1 {
  font-family: "AW Conqueror Didot" !important;
  font-weight: 300 !important;
}
:lang(fr) .titre-2, :lang(fr_FR) .titre-2 {
  font-family: Brown !important;
  font-weight: 100 !important;
}
.page-template-page-technique p, .page-template-politique-confidentialite p {
  color: var(--Brand-Black, #000);
  /* Body copy */
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
}
.page-template-page-technique p strong, .page-template-politique-confidentialite p strong {
  font-weight: 700;
}
.page-template-page-technique h1, .page-template-politique-confidentialite h1 {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 40px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin-bottom: 80px;
  margin-top: 100px;
}
.page-template-page-technique h2, .page-template-politique-confidentialite h2 {
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 25px;
  font-style: normal;
  font-weight: 100;
  line-height: 1em;
}
.page-template-page-technique a, .page-template-politique-confidentialite a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.page-template-page-technique .full-window, .page-template-politique-confidentialite .full-window {
  height: auto;
  min-height: calc(100vh - $menu_height);
  scroll-snap-align: none;
}
.page-template-page-technique .full-window .dtm-ligne, .page-template-politique-confidentialite .full-window .dtm-ligne {
  height: auto;
  gap: 3%;
}
.page-template-page-technique section, .page-template-politique-confidentialite section {
  padding-top: 127px;
  padding-bottom: 150px;
}
.page-template-page-technique section .dtm-ligne, .page-template-politique-confidentialite section .dtm-ligne {
  height: auto;
  gap: 3%;
}
.page-template-page-technique section .dtm-ligne .dtm-col, .page-template-politique-confidentialite section .dtm-ligne .dtm-col {
  height: 100%;
  padding: 0;
}
footer {
  border-top: 1px solid var(--Brand-Light-Blue, #A9BFE4);
}
.footer {
  height: 195px;
}
.footer .dtm-ligne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer .dtm-ligne .col-1 {
  display: flex;
  align-items: center;
}
.footer .dtm-ligne .col-1 ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
}
.footer .dtm-ligne .col-1 li, .footer .dtm-ligne .col-1 a {
  color: var(--Brand-Light-Blue, #A9BFE4);
  text-align: right;
  /* Body copy */
  font-family: "Theinhardt Pan";
  font-size: 18px;
  font-style: normal;
  font-weight: 270;
  line-height: 150%;
  /* 27px */
  text-decoration: none;
  text-align: center;
}
.footer .dtm-ligne .col-3 {
  display: flex;
}
.footer .dtm-ligne .btn-mail {
  display: flex;
  height: 35px;
  padding: 12px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid var(--Brand-Black, #000);
  color: var(--Brand-Black, #000);
  font-family: Brown;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  margin-left: auto;
  transition: var(--transition-2);
}
.footer .dtm-ligne .btn-mail svg path {
  transition: var(--transition-2);
}
.footer .dtm-ligne .btn-mail:hover {
  background-color: var(--Brand-Black, #000);
  color: #FFF;
}
.footer .dtm-ligne .btn-mail:hover svg path {
  fill: #FFF;
}
.footer .logo-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .logo-footer svg {
  width: 280px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .footer .dtm-ligne .col-1 {
    order: 3;
  }
  .footer .dtm-ligne .btn-mail {
    margin: auto;
  }
  .footer .dtm-ligne .col-1 ul {
    flex-direction: column;
  }
  .footer {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer .dtm-ligne {
    gap: 50px;
  }
  .logo-footer svg {
    width: 200px;
  }
  .dtm-col.col-footer.col-2 {
    display: flex;
    justify-content: center;
  }
  .dtm-col.col-footer.col-3 {
    display: flex;
    justify-content: center;
  }
  .dtm-col.col-footer.col-1 {
    display: flex;
    justify-content: center;
  }
}
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 40px;
  width: 100px;
  height: 100px;
  transition: ease-in-out 0.3s;
  display: none;
}
.back-to-top.show {
  display: block;
  /* Visible quand on ajoute la classe `show` */
}
.back-to-top:hover {
  transform: scale(1.1);
}
/*@include mobile*/
@media (max-width: 767px) {
  .back-to-top {
    right: 0;
  }
}
.footer-bottom {
  border-top: 1px solid var(--Brand-Light-Blue, #A9BFE4);
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom .col-full {
  display: flex;
  align-items: center;
}
.footer-bottom .col-full p, .footer-bottom .col-full a {
  color: var(--Brand-Black, #000);
  text-align: right;
  font-family: "Theinhardt Pan";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  text-decoration: none;
  margin: 0;
}
