@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: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://dev-iniens-2024.egue.live/wp-content/uploads/2024/10/PlayfairDisplay-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dev-iniens-2024.egue.live/wp-content/uploads/2024/10/lato-400-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://dev-iniens-2024.egue.live/wp-content/uploads/2024/10/lato-700-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://dev-iniens-2024.egue.live/wp-content/uploads/2024/10/lato-300-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://dev-iniens-2024.egue.live/wp-content/uploads/2024/10/playfairdisplay-italic-variablefont_wght-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://dev-iniens-2024.egue.live/wp-content/uploads/2024/10/lato-100-webfont-1.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://dev-iniens-2024.egue.live/wp-content/uploads/2024/10/Inter-Light.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 3.3vw 0 3.3vw;
  margin: 0 0 0 0;
}
.dtm-ligne {
  width: 100%;
  max-width: 1430px;
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
}
.dtm-col {
  width: 100%;
  max-width: 100%;
  padding: 50px 0 80px 0;
  margin: 0 0 0 0;
}
.dtm-bloc {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .dtm-section {
    width: 100%;
    max-width: 100%;
    padding: 50px 40px 50px 40px;
    margin: 0 0 0 0;
  }
  .dtm-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  .dtm-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .dtm-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .dtm-section {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0 0 0 0;
  }
  .dtm-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  .dtm-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .dtm-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
}
/*! 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;
}
.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 {
  /* mix-blend-mode: multiply; */
  background: transparent;
  width: 100%;
  z-index: 99999999;
  display: block;
  height: 134px;
  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;
}
.top-header-open {
  position: absolute;
  display: none;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 134px;
  z-index: 99999999;
}
.top-header-open button p {
  color: var(--colors-blue-600-charte, #2F41F1);
}
.top-header-close {
  position: absolute;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 134px;
}
/*desk*/
.top-header-box {
  display: flex;
  margin: auto;
  width: 100%;
  height: 134px;
  -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-menu-principal-container, .menu-menu-principal-en-container {
  display: flex;
  width: 50%;
}
.header-desk .box-logo {
  margin-right: 30px;
}
#menu-menu-principal, #menu-menu-principal-en {
  padding-left: 0;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: auto;
  align-items: center;
  -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;
}
#menu-menu-principal li, #menu-menu-principal-en li {
  list-style: none;
  color: var(--primary-color);
  text-align: center;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  -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;
}
#menu-menu-principal li.current_page_item a, #menu-menu-principal li.current-page-ancestor a, #menu-menu-principal-en li.current_page_item a, #menu-menu-principal-en li.current-page-ancestor a {
  color: rgba(44, 44, 43, 0.6);
  opacity: 1;
  transition: var(--transition-2);
}
#menu-menu-principal a, #menu-menu-principal-en a, .login-link a, .langues .current-lang, .langues li a:hover {
  align-items: center;
  color: rgba(177, 176, 175, 0.8);
  font-size: 13px;
  font-weight: 700;
  -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;
}
#menu-menu-principal a, #menu-menu-principal-en a {
  height: auto;
  font-size: 20px;
  text-decoration: none;
  color: #2B2B2A;
}
#menu-menu-principal a:hover, #menu-menu-principal-en a:hover, .login-link a:hover, .langues li a {
  color: rgba(44, 44, 43, 0.6);
  opacity: 1;
  font-weight: 700;
  -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;
}
#menu-menu-principal li.menu-separator, #menu-menu-principal-en li.menu-separator {
  display: block;
  background: var(--sperator-color);
  width: 2px;
  height: 35px;
}
.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;
}
.btn-billetterie.menu-item {
  text-transform: initial;
  border-radius: 5px;
  border: 2px solid var(--couleurrouge, #FB364B);
}
.btn-billetterie.menu-item a {
  text-shadow: none;
  padding: 0 13px;
}
#menu-menu-principal .btn-billetterie.menu-item:hover {
  background-color: #FB364B;
  border-radius: 5px;
}
#menu-menu-principal .btn-billetterie.menu-item:hover a {
  color: #F7F4ED;
}
#menu-menu-principal .btn-billetterie.menu-item:hover span {
  display: none;
}
#menu-menu-principal li.btn-billetterie.menu-item {
  margin-left: 30px;
  margin-right: 0;
}
#menu-menu-principal li.btn-billetterie.menu-item a {
  text-transform: initial;
}
.col-d-menu {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.col-d-menu .picto-rs {
  width: 16px;
  height: auto;
  margin: auto auto auto 30px;
  display: flex;
  align-items: center;
}
.select-langue {
  list-style-type: none;
  padding: 4px 20px 4px 0;
  width: auto;
  margin: 0;
  transition: var(--transition-2);
  border-right: 1px solid var(--Neutral-300, #B1B0AF);
  font-family: Lato;
  text-transform: capitalize;
}
.select-langue li, .select-langue li a {
  display: block;
  width: 100%;
}
.select-langue li {
  display: none;
  opacity: 0;
  transition: var(--transition-2);
  height: 0;
  transform: translateY(-10px);
  font-family: Lato;
}
.select-langue li.current-lang {
  display: flex;
  opacity: 1;
  height: 1.3em;
  transform: translateY(0px);
}
.langues {
  margin: auto;
  position: relative;
  height: 24px;
  width: 60px;
  transition: var(--transition-2);
}
.langues-box {
  margin-right: 0;
}
.arrow-langue {
  width: 7px;
  height: 7px;
  position: absolute;
  right: 31px;
  top: 9px;
}
.langues:hover .select-langue li {
  display: flex;
  opacity: 1;
  height: 1.3em;
  transition: var(--transition-2);
  transform: translateY(0px);
  width: 50px;
}
.lang-item {
  position: absolute;
  left: 0;
}
/*Mobile Menu*/
/*@include tabmob*/
@media (max-width: 980px) {
  .top-header-open {
    height: 100vh;
  }
  .top-header-open .dtm-ligne {
    height: 100%;
  }
  .top-header-open .dtm-col {
    flex-direction: column;
    height: 100%;
  }
  .top-header-open .menu-menu-principal-container, .top-header-open .menu-menu-principal-en-container {
    width: 100%;
    flex-direction: column;
    margin-top: 50px;
  }
  .top-header-open #menu-menu-principal, .top-header-open #menu-menu-principal-en {
    flex-direction: column;
  }
  .top-header-open #menu-menu-principal li, .top-header-open #menu-menu-principal-en li {
    padding: 30px 0;
  }
  .top-header-open .langues {
    margin: auto auto auto 30px;
  }
  .top-header-open .col-d-menu {
    margin-left: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #B1B0AF;
  }
  .top-header-open .col-d-menu .picto-rs {
    margin: auto 30px;
  }
}
/*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 */
}
/*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*/
:root {
  --colored: #2F41F1;
}
body {
  /*@include tabmob*/
  /*@include tablette*/
  /*@include mobile*/
  /*@include tabmob*/
  /*@include mobile*/
  /*@include tabmob*/
}
body .colored {
  color: var(--colored);
}
body .btn-fx {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  font-weight: 400;
  color: #2f41f1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
  max-width: 120px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  width: 100%;
  font-family: Lato;
}
body .btn-fx svg {
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .btn-fx svg rect {
  fill: none;
  stroke: #2f41f1;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 1.35s cubic-bezier(0.1, 1, 0.22, 1);
}
body .btn-fx:hover svg rect {
  stroke-width: 5;
  stroke-dasharray: 15, 270%;
  stroke-dashoffset: 50%;
  transition: all 1.35s cubic-bezier(0.1, 1, 0.22, 1);
}
body .cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
  border-radius: 0;
}
body .header-page-mere {
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 170px;
}
body .header-page-mere .dtm-section {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .header-page-mere .dtm-ligne {
  min-height: 500px;
  display: flex;
  justify-content: center;
}
body .header-page-mere .dtm-ligne .col-n1 {
  width: 42%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
body .header-page-mere .dtm-ligne .col-n1 h1 {
  color: var(--colored);
  /* Headline 1 */
  font-family: "Playfair Display";
  font-size: 135px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 166.185px */
}
body .header-page-mere .dtm-ligne .col-n2 {
  width: 58%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px;
  background: rgba(43, 43, 42, 0.8);
}
body .header-page-mere .dtm-ligne h3 {
  color: #FFF;
  /* Headline 3 */
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 73.86px */
  margin-bottom: 40px;
}
body .header-page-mere .dtm-ligne p {
  color: #FFF;
  /* Subtitle */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  /* 185% */
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1420px) {
  body .header-page-mere .dtm-ligne .col-n1 h1 {
    font-size: 110px;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  body .header-page-mere .dtm-ligne .col-n1 h1 {
    font-size: 90px;
  }
}
@media (max-width: 980px) {
  body .header-page-mere .dtm-ligne .col-n1 {
    width: 100%;
  }
  body .header-page-mere .dtm-ligne .col-n2 {
    width: 100%;
    padding: 50px;
  }
  body .header-page-mere .dtm-ligne .col-n2 h3 {
    font-size: 40px;
  }
  body .header-page-mere {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body .header-page-mere .dtm-ligne .col-n1 h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  body .header-page-mere {
    min-height: 100vh;
  }
  body .header-page-mere .dtm-ligne .col-n1 h1 {
    font-size: 50px;
  }
  body .header-page-mere .dtm-ligne .col-n1, body .header-page-mere .dtm-ligne .col-n2 {
    padding: 20px;
  }
}
body h2.slide-right {
  margin-left: -1vw;
  color: var(--Neutral-100, #E7E7E6);
  font-family: "Playfair Display";
  font-size: 5.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  margin-top: 0;
  margin-bottom: 0;
}
body .col-border {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}
body .col-border-black {
  padding: 0 30px;
  border-left: 1px solid #2B2B2A;
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body .col-border-colored {
  padding: 0 30px;
  border-left: 1px solid var(--colored);
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body .col-border-colored p {
  color: #6F6F6B;
  /* Subtitle */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  /* 185% */
  margin-top: 0;
}
body .col-border-colored p strong {
  font-weight: 700;
}
body .col-border-colored p:last-child {
  margin-bottom: 0;
}
body .big-chiffre {
  display: flex;
  align-items: center;
  margin-left: -24px;
  margin-bottom: 30px;
}
body .big-chiffre .chiffre {
  color: var(--colored);
  font-family: Lato;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 123.1%;
}
body .big-chiffre .titre-chiffre {
  color: var(--neutral-950-charte, #2B2B2A);
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 123.1%;
  margin-left: 20px;
}
body .section-number .dtm-col {
  border-left: 1px solid var(--Neutral-100, #E7E7E6);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
body .section-number .dtm-ligne:last-child {
  border-bottom: 1px solid var(--Neutral-100, #E7E7E6);
}
body .section-number .dtm-col:last-child {
  border-right: 1px solid var(--Neutral-100, #E7E7E6);
}
body .section-number .ligne-big-chiffre {
  overflow: hidden;
}
body .section-number .ligne-big-chiffre .dtm-col {
  padding-bottom: 0;
}
body .section-number .ligne-big-chiffre .big-chiffre {
  margin-bottom: 0;
}
body .section-number .ligne-1 .col-1, body .section-number .ligne-2 .dtm-col {
  --colored: #2B2B2A;
}
body .section-number .ligne-1 .col-1 h3, body .section-number .ligne-2 .dtm-col h3 {
  color: #2B2B2A;
}
body .section-number .ligne-1 .col-1 :root, body .section-number .ligne-2 .dtm-col :root {
  --colored: #2B2B2A;
}
body .section-number .col-border-colored {
  justify-content: flex-start;
  height: auto;
  margin-bottom: 60px;
}
body .section-number .col-border-colored h3 {
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--colored);
  margin: 0 0 10px 0;
}
body .section-number .col-border-colored p {
  /* Body copy */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 0;
  padding: 0;
}
body .section-number .paragraphe {
  color: var(--Neutral-500, #6F6F6B);
  /* Subtitle */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  /* 185% */
  padding: 0 30px;
  margin-bottom: 60px;
  margin-top: 0;
}
body .section-number img {
  margin-bottom: 60px;
  padding: 0 40px;
  width: 100%;
}
body .section-number .button {
  margin-bottom: 60px;
  display: flex;
  padding: 16px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--neutral-950-charte, #2B2B2A);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  width: auto;
  text-decoration: none;
  background: var(--Colors-Yellow, #F8C26B);
  margin-left: 30px;
  margin-right: 30px;
  margin-top: auto;
}
body .section-number .col-border-colored:last-child, body .section-number .paragraphe:last-child, body .section-number img:last-child, body .section-number a:last-child {
  margin-bottom: 0;
}
body .section-number.even .dtm-ligne {
  background: #F6F6F5;
}
body .section-number:last-child .dtm-ligne:last-child {
  border-bottom: none;
}
@media (max-width: 980px) {
  body .section-number {
    padding: 0 20px;
  }
  body .section-number .ligne-big-chiffre .big-chiffre {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body .section-number .dtm-col {
    padding-top: 0;
  }
  body .section-number .paragraphe {
    font-size: 18px;
    line-height: 1.5em;
    padding: 0 20px;
  }
  body .col-border-colored {
    padding: 0 20px;
  }
}
body .section-image {
  min-height: 670px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .section-image .dtm-ligne {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body .section-image .dtm-ligne .col-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body .section-image .dtm-ligne .col-full p {
  color: var(--Neutral-White, #FFF);
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 61.55px */
}
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;
  }
}
/*HOME*/
.page-template-home-template .section-header {
  display: flex;
  align-items: center;
  height: 924px;
  overflow: hidden;
  background-size: cover;
}
.page-template-home-template .section-header .section-bloc-blanc {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #ffffff 50%, #ffffff 100%);
}
.page-template-home-template .section-header .section-bloc-blanc .dtm-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-home-template .section-header .section-bloc-blanc .col-n1 {
  padding-left: 66px;
  padding-right: 50px;
}
.page-template-home-template .section-header .section-bloc-blanc .col-n1 svg {
  width: auto;
  height: auto;
  max-width: 432px;
}
.page-template-home-template .section-header .section-bloc-blanc .col-n2 {
  padding-left: 9%;
  padding-right: 50px;
  border-right: 1px solid var(--Neutral-100, #E7E7E6);
}
.page-template-home-template .section-header .section-bloc-blanc h1 {
  color: var(--neutral-950-charte, #2B2B2A);
  text-align: right;
  font-family: "Playfair Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  margin-top: 0;
  margin-bottom: 10px;
}
.page-template-home-template .section-header .section-bloc-blanc h2 {
  color: var(--Neutral-500, #6F6F6B);
  text-align: right;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.page-template-home-template .section-header .dtm-ligne {
  padding-bottom: 0;
}
.page-template-home-template .section-2 {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.page-template-home-template .section-2 .chart {
  color: var(--neutral-950-charte, #2B2B2A);
  text-align: right;
  /* Headline 3 */
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
}
.page-template-home-template .section-2 .background {
  position: absolute;
  width: calc(100% / 3 * 2);
  height: 100%;
  left: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.page-template-home-template .section-2 .cache-blanc {
  position: absolute;
  width: calc(100% / 3);
  right: 0;
  height: 100%;
  background-color: #fff;
}
.page-template-home-template .section-2 .ligne-1 {
  padding: 0;
  border-right: 1px solid var(--Neutral-100, #E7E7E6);
}
.page-template-home-template .section-2 .ligne-1 .col-2_3 {
  margin-right: 0;
}
.page-template-home-template .section-2 .ligne-1 .col-1_3 {
  background-color: #fff;
  padding: 100px 50px;
}
.page-template-home-template .section-2 .ligne-1 .col-1_3 .texte-chiffre {
  color: var(--neutral-950-charte, #2B2B2A);
  text-align: right;
  font-family: Lato !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 0;
}
.page-template-home-template .section-2 .ligne-2 {
  padding: 0;
}
.page-template-home-template .section-2 .ligne-2 .col-2_3 {
  background: rgba(47, 65, 241, 0.82);
  padding: 50px 50px 110px calc(50px + 5%);
  margin-right: 0;
  width: calc(((100% + 0%) * 2 / 3) - 200px);
  margin-left: 200px;
}
.page-template-home-template .section-2 .ligne-2 .col-2_3 .titre-bloc-bleu {
  color: var(--Neutral-White, #FFF);
  /* Headline 4 */
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 49.24px */
  margin-top: 0;
  margin-bottom: 50px;
}
.page-template-home-template .section-2 .ligne-2 .col-2_3 p {
  color: var(--Neutral-White, #FFF);
  /* Subtitle */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  /* 185% */
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-home-template .section-2 .ligne-2 .col-2_3 .button-cross {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: var(--transition-2);
}
.page-template-home-template .section-2 .ligne-2 .col-2_3 .button-cross svg {
  transition: var(--transition-2);
}
.page-template-home-template .section-2 .ligne-2 .col-2_3 .button-cross svg:hover {
  transform: rotate(360deg);
}
.page-template-home-template .section-2 .ligne-2 .col-1_3 {
  background: var(--colors-blue-600-charte, #2F41F1);
  padding-right: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-home-template .section-2 .ligne-2 .col-1_3 .key-box {
  position: relative;
  /* Position relative pour le conteneur */
  width: 100%;
  padding-right: 10px;
  /* Espace de 10px par rapport à la bordure droite */
  box-sizing: border-box;
  height: 100%;
}
.page-template-home-template .section-2 .ligne-2 .col-1_3 h3 {
  position: absolute;
  /* Positionnement absolu pour le h3 */
  right: 10px;
  /* Aligne à 10px de la bordure droite */
  transform: rotate(-90deg);
  /* Rotation du texte de 90 degrés */
  transform-origin: right center;
  /* Point d'origine à droite du texte */
  color: var(--Neutral-White, #FFF);
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  width: max-content;
}
.page-template-home-template .section-2 .ligne-3 {
  height: 150px;
}
.page-template-home-template .section-2 .ligne-3 .col-2_3 {
  margin-right: 0;
}
.page-template-home-template .section-2 .ligne-3 .col-1_3 {
  background-color: #fff;
  height: 100%;
  border-right: 1px solid var(--Neutral-100, #E7E7E6);
}
.page-template-home-template .section-3 .dtm-col {
  border-left: 1px solid var(--Neutral-100, #E7E7E6);
}
.page-template-home-template .section-3 .dtm-ligne {
  border-right: 1px solid var(--Neutral-100, #E7E7E6);
}
.page-template-home-template .section-3 .colored {
  color: #2F41F1;
}
.page-template-home-template .section-3 .ligne-1 {
  overflow: hidden;
}
.page-template-home-template .section-3 .ligne-2 .dtm-col {
  padding-top: 0;
  padding-bottom: 150px;
}
.page-template-home-template .section-4 {
  padding: 0;
  height: 900px;
}
.page-template-home-template .section-4 .dtm-ligne {
  max-width: 100%;
}
.page-template-home-template .section-4 .ligne-1 {
  height: 100%;
}
.page-template-home-template .section-4 .ligne-1 .col-1 {
  position: relative;
  background-size: cover;
  height: 100%;
  padding-left: 50px;
  transition: all 0.5s ease-out;
  background-position: center;
}
.page-template-home-template .section-4 .ligne-1 .col-1 .content-col {
  max-width: 715px;
  margin-left: auto;
}
.page-template-home-template .section-4 .ligne-1 .col-1:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-out;
}
.page-template-home-template .section-4 .ligne-1 .col-1:hover:before {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.15);
}
.page-template-home-template .section-4 .col-2 {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: var(--colors-blue-600-charte, #2F41F1);
}
.page-template-home-template .section-4 .ligne-2 {
  padding: 0;
  background: var(--colors-blue-600-charte, #2F41F1);
  height: 450px;
}
.page-template-home-template .section-4 .ligne-2 .col-full {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  overflow: hidden;
}
.page-template-home-template .section-4 .ligne-2 p {
  color: var(--Neutral-White, #FFF);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 40.4px;
  /* 155.385% */
  padding-top: 0;
}
.page-template-home-template .section-4 .ligne-3 {
  display: flex;
  flex-grow: 2;
}
.page-template-home-template .section-4 .ligne-3 .col-3 {
  background: var(--neutral-950-charte, #2B2B2A);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  overflow: hidden;
}
.page-template-home-template .section-4 .ligne-3 .col-4 {
  background-size: cover;
  transition: all 0.5s ease-out;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  overflow: hidden;
}
.page-template-home-template .section-4 .ligne-3 .col-4:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-out;
}
.page-template-home-template .section-4 .ligne-3 .col-4:hover:before {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.15);
}
.page-template-home-template .section-4 .background {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-template-home-template .section-4 .btn-fx {
  color: #fff;
}
.page-template-home-template .section-4 .btn-fx svg rect {
  stroke: #fff;
}
.page-template-home-template .section-4 h3 {
  color: var(--Neutral-White, #FFF);
  /* Headline 3 */
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 73.86px */
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.page-template-home-template .section-title-event {
  padding-bottom: 0;
}
.page-template-home-template .section-events {
  padding-top: 0;
  padding-bottom: 30px;
}
.page-template-home-template .toute-la-saison {
  padding-top: 0;
}
.page-template-home-template .toute-la-saison .dtm-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-home-template .toute-la-saison .dtm-col .dtm-btn {
  background: #F7F4ED;
  border-color: var(--primary-color);
}
.page-template-home-template .toute-la-saison .dtm-col .dtm-btn:hover {
  background-color: var(--primary-color);
  color: var(--blanc);
}
.page-template-home-template .section-chapiteau {
  min-height: 530px;
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.page-template-home-template .section-chapiteau .onglet-picto {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FB364B;
  width: 100px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
}
.page-template-home-template .section-chapiteau .onglet-picto svg {
  width: 60px;
  height: 50px;
  transform: rotate(-90deg);
}
.page-template-home-template .section-chapiteau .onglet-picto svg path {
  fill: #fff;
}
.page-template-home-template .section-chapiteau .ligne-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  max-width: 460px;
  width: 80%;
}
.page-template-home-template .section-chapiteau .big-logo svg {
  width: 100%;
  height: 100%;
}
.page-template-home-template .section-chapiteau .big-logo svg path {
  fill: #fff;
}
.page-template-home-template .section-2cols {
  overflow: visible;
  padding-top: 0;
}
.page-template-home-template .section-2cols .dtm-col {
  border-radius: 20px;
}
.page-template-home-template .section-2cols .ligne-1 {
  transform: translateY(-80px);
  /*@include tabmob*/
}
.page-template-home-template .section-2cols .ligne-1 .dtm-col {
  padding: 35px;
  background: var(--BLANC, #FFF);
  margin-bottom: auto;
}
@media (max-width: 980px) {
  .page-template-home-template .section-2cols .ligne-1 .dtm-col {
    margin-bottom: 33px;
  }
}
.page-template-home-template .section-2cols .ligne-1 .accordeon-title {
  margin-top: 0;
  display: flex;
  text-transform: initial !important;
  color: var(--COULEUR-ROUGE, #FB364B);
  /* TITRE H4 */
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-home-template .section-2cols .ligne-1 .accordeon-title svg {
  margin-right: 15px;
}
.page-template-home-template .section-2cols .ligne-1 .bloc-rich-text {
  line-height: 24px;
  /* 150% */
}
.page-template-home-template .section-2cols .ligne-1 .bloc-rich-text p {
  margin: 0;
}
.page-template-home-template .section-2cols .ligne-1 .bloc-rich-text ul {
  margin: 0;
  padding-left: 26px;
}
.page-template-home-template .section-2cols .ligne-1 .bloc-rich-text li {
  color: var(--BORDEAUX-2, #7E0000);
  list-style: square;
  margin: 0;
}
.page-template-home-template .section-2cols .ligne-1 .ligne-btn {
  display: flex;
  margin-top: 30px;
}
.page-template-home-template .section-2cols .ligne-2 {
  margin-top: -80px;
  /*@include tabmob*/
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col {
  background-color: #F8D8D5;
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-texte {
  padding: 35px;
  width: calc(100% - 103px);
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-texte .accordeon-title {
  margin-top: 0;
  display: flex;
  text-transform: initial !important;
  color: var(--BORDEAUX-2, #7E0000);
  /* TITRE H4 */
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-texte .accordeon-title svg {
  margin-right: 15px;
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-texte .accordeon-title svg path {
  fill: #7E0000;
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-texte p {
  color: var(--BORDEAUX-2, #7e00007a);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-texte .dtm-cta {
  margin-top: 30px;
  display: inline-block;
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--COULEUR-ROUGE, #FB364B);
  padding: 42px 26px;
  width: 103px;
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-chevron svg {
  width: 51px;
  height: 55px;
  transform: rotate(-90deg);
}
.page-template-home-template .section-2cols .ligne-2 .dtm-col .col-chevron svg path {
  fill: #fff;
}
@media (max-width: 980px) {
  .page-template-home-template .section-2cols .ligne-2 .dtm-col {
    margin-bottom: 33px;
  }
}
.page-template-home-template .section-2cols .ligne-3 .dtm-col {
  display: flex;
  justify-content: flex-end;
}
.page-template-home-template .section-contact {
  background-color: #FB364B;
  padding-top: 0;
  padding-bottom: 70px;
}
.page-template-home-template .section-contact .col-1 {
  width: 210px;
}
.page-template-home-template .section-contact .col-1 .onglet-picto {
  width: 100px;
  height: 100px;
  border-radius: 0px 0px 20px 20px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-home-template .section-contact .col-1 .onglet-picto svg {
  width: 36px;
}
.page-template-home-template .section-contact .col-2 {
  padding-top: 35px;
}
.page-template-home-template .section-contact .col-2 .title-contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.page-template-home-template .section-contact .col-2 h2 {
  color: var(--bordeaux, #500009);
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-home-template .section-contact .col-2 h3 {
  color: var(--bordeaux, #500009);
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-left: 40px;
  margin-bottom: 0;
}
.page-template-home-template .section-contact .col-2 p, .page-template-home-template .section-contact .col-2 a {
  color: var(--bordeaux, #500009);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-left: 40px;
}
.page-template-home-template .section-contact .col-2 svg {
  width: 24px;
  height: 22px;
  margin-right: 15px;
}
.page-template-home-template .section-contact .col-2 svg path {
  fill: #500009;
}
.page-template-home-template .section-contact .col-3 {
  padding-top: 35px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.page-template-home-template .section-contact .col-3 .rs-section-contact {
  margin-top: auto;
  margin-left: auto;
}
.page-template-home-template .section-contact .col-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;
}
.page-template-home-template .section-contact .col-3 svg circle {
  transition: all 0.2s ease-out;
}
.page-template-home-template .section-contact .col-3 svg path {
  transition: all 0.2s ease-out;
}
.page-template-home-template .section-contact .col-3 svg:hover {
  background-color: #FB364B;
}
.page-template-home-template .section-contact .col-3 svg:hover circle {
  fill: #FB364B;
}
.page-template-home-template .section-contact .col-3 svg:hover path {
  fill: #fff;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-home-template .section-header {
    background-position: 31%;
  }
  .page-template-home-template .section-header .section-bloc-blanc {
    background: transparent;
    margin-top: 150px;
  }
  .page-template-home-template .section-header .section-bloc-blanc .dtm-col {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .page-template-home-template .section-header .section-bloc-blanc .col-n1 {
    padding: 0 50px;
  }
  .page-template-home-template .section-header .section-bloc-blanc .col-n2 {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-template-home-template .section-header .section-bloc-blanc {
    background: transparent;
  }
  .page-template-home-template .section-header .section-bloc-blanc .col-n2 {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-template-home-template .section-2 .cache-blanc {
    display: none;
  }
  .page-template-home-template .section-2 .background {
    width: 100%;
  }
  .page-template-home-template .section-2 .ligne-1 .col-1_3 {
    padding: 30px;
  }
  .page-template-home-template .section-2 .ligne-1 {
    border-right: none;
    margin-top: 30px;
  }
  .page-template-home-template .section-2 .ligne-2 .col-2_3 {
    padding: 30px;
    width: 100%;
    margin-left: 0;
    padding-bottom: 100px;
  }
  .page-template-home-template .section-2 .ligne-2 .col-1_3 .key-box {
    height: auto;
    display: none;
  }
  .page-template-home-template .section-2 .ligne-2 .col-1_3 h3 {
    position: relative;
    right: 0;
    transform: rotate(0deg);
    width: 100%;
    display: flex;
    bottom: 0;
  }
  .page-template-home-template .section-2 .ligne-3 .col-1_3 {
    background-color: transparent;
    height: 30px;
  }
  .page-template-home-template .section-2 .ligne-3 {
    height: 30px;
  }
  .page-template-home-template .section-3 .ligne-2 .dtm-col {
    padding-bottom: 30px;
  }
  .page-template-home-template h2.slide-right {
    margin-bottom: 30px;
  }
  .page-template-home-template .section-4 .ligne-1 .col-1 {
    padding: 50px 30px;
  }
  .page-template-home-template .section-4 .ligne-1 .col-1 .content-col {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-template-home-template .section-4 .ligne-2 .col-full {
    padding: 50px 30px;
  }
  .page-template-home-template .section-4 .ligne-2 {
    height: auto;
  }
  .page-template-home-template .section-4 .ligne-3 .col-3 {
    padding: 50px 30px;
  }
  .page-template-home-template .section-4 .ligne-3 .col-4 {
    padding: 50px 30px;
    height: auto;
  }
  .page-template-home-template .section-4 .ligne-1 {
    height: auto;
  }
  .page-template-home-template .section-4 {
    height: auto;
  }
}
/*WHO*/
.page-template-who-template {
  --colored:#ED6171;
}
.page-template-who-template .section-2 .ligne-1 {
  overflow: hidden;
}
.page-template-who-template .section-2 .dtm-col {
  border-left: 1px solid var(--Neutral-100, #E7E7E6);
  overflow: hidden;
}
.page-template-who-template .section-2 .dtm-col:last-child {
  border-right: 1px solid var(--Neutral-100, #E7E7E6);
}
.page-template-who-template .section-2 .ligne-2 .dtm-col {
  padding-top: 0;
}
.page-template-who-template .section-2 .ligne-2 h3 {
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-who-template .section-2 .ligne-2 p {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.page-template-who-template .section-3 .dtm-col {
  padding: 100px 150px;
  border: 1px solid var(--Neutral-100, #E7E7E6);
}
.page-template-who-template .section-3 p {
  color: var(--Neutral-500, #6F6F6B);
  text-align: center;
  /* Verbatim */
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 40.4px;
  /* 155.385% */
}
.page-template-who-template .section-4 .dtm-col {
  border-left: 1px solid var(--Neutral-100, #E7E7E6);
  overflow: hidden;
}
.page-template-who-template .section-4 .dtm-col:last-child {
  border-right: 1px solid var(--Neutral-100, #E7E7E6);
}
.page-template-who-template .section-4 .col-2_3 {
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.page-template-who-template .section-4 h3 {
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-who-template .section-4 p {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.page-template-who-template .section-4 .ligne-2 .dtm-col {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-who-template .section-4 .ligne-3 .dtm-col {
  padding-top: 90px;
}
.page-template-who-template .section-5 {
  background-size: cover;
  background-position: center;
}
.page-template-who-template .section-5 .dtm-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 1000px;
}
.page-template-who-template .section-5 span {
  padding: 0;
  margin-top: 0;
  margin-bottom: 200px;
}
.page-template-who-template .section-5 p {
  color: #FFF;
  text-align: center;
  /* Headline 3 */
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 73.86px */
  margin: 0;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-who-template .section-3 .dtm-col {
    padding: 100px 50px;
  }
  .page-template-who-template .section-4 .col-2_3 {
    margin-bottom: 50px;
  }
}
/*SERVICES*/
.page-template-services {
  --colored: #F8C26B;
}
/*REFLEXIONS*/
.page-template-reflexions {
  --colored: #ABE2F2;
}
.page-template-reflexions .header-page-mere .dtm-ligne .col-n1 h1 {
  font-size: 110px;
}
@media (min-width: 1200px) and (max-width: 1420px) {
  .page-template-reflexions .header-page-mere .dtm-ligne .col-n1 h1 {
    font-size: 89px;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .page-template-reflexions .header-page-mere .dtm-ligne .col-n1 h1 {
    font-size: 67px;
  }
}
.page-template-reflexions .section-2 .ligne-1 {
  overflow: hidden;
}
.page-template-reflexions .section-2 .dtm-col {
  overflow: hidden;
}
.page-template-reflexions .section-2 .ligne-2 .posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-reflexions .header-page-mere .dtm-ligne .col-n1 h1 {
    font-size: 60px;
  }
  .page-template-reflexions h2.slide-right {
    margin-left: -8px;
    font-size: 53px;
    margin-bottom: 20px;
  }
}
/*Mini Post*/
.item-mini-post.dtm-col {
  padding: 0;
}
.item-mini-post {
  height: calc(260px + 274px);
  text-align: center;
  box-sizing: border-box;
}
.item-mini-post .mini-post {
  text-decoration: none;
}
.item-mini-post .mini-post .mini-post-img-paysage {
  height: 260px;
  width: 100%;
  margin: 0;
  /* Assurez-vous qu'il n'y a pas de marges externes */
  padding: 0;
  overflow: hidden;
}
.item-mini-post .mini-post .mini-post-img-paysage img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.01);
  transition: var(--transition-2);
}
.item-mini-post .mini-post .mini-post-texte {
  border-left: 1px solid var(--Neutral-100, #E7E7E6);
  border-bottom: 1px solid var(--Neutral-100, #E7E7E6);
  height: 274px;
  padding: 50px;
}
.item-mini-post .mini-post .mini-post-texte h3 {
  color: var(--neutral-950-charte, #2B2B2A);
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  /* Définit un conteneur flexible sur plusieurs lignes */
  -webkit-box-orient: vertical;
  /* Oriente verticalement les éléments du conteneur */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Affiche des points de suspension à la fin */
  word-wrap: break-word;
  /* Permet de casser les mots si nécessaire */
  -webkit-line-clamp: 2;
  /* Nombre maximum de lignes avant la coupure */
}
.item-mini-post .mini-post .mini-post-texte h4 {
  color: var(--Neutral-300, #B1B0AF);
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  /* Définit un conteneur flexible sur plusieurs lignes */
  -webkit-box-orient: vertical;
  /* Oriente verticalement les éléments du conteneur */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Affiche des points de suspension à la fin */
  word-wrap: break-word;
  /* Permet de casser les mots si nécessaire */
  -webkit-line-clamp: 1;
  /* Nombre maximum de lignes avant la coupure */
}
.item-mini-post .mini-post .mini-post-texte p {
  overflow: hidden;
  color: var(--Neutral-500, #6F6F6B);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  display: -webkit-box;
  /* Définit un conteneur flexible sur plusieurs lignes */
  -webkit-box-orient: vertical;
  /* Oriente verticalement les éléments du conteneur */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Affiche des points de suspension à la fin */
  word-wrap: break-word;
  /* Permet de casser les mots si nécessaire */
  -webkit-line-clamp: 3;
  /* Nombre maximum de lignes avant la coupure */
}
.item-mini-post:nth-child(3n) .mini-post-texte, .item-mini-post:last-child .mini-post-texte {
  border-right: 1px solid var(--Neutral-100, #E7E7E6);
}
.item-mini-post:hover .mini-post .mini-post-img-paysage img {
  transform: scale(1.1);
}
/*@include tabmob*/
@media (max-width: 980px) {
  .mini-post-texte {
    border-right: 1px solid var(--Neutral-100, #E7E7E6);
  }
}
/*ARTICLE*/
.single-post .top-header button svg path {
  fill: #2F41F1;
}
.single-post .contenu-article {
  padding: 0;
  padding-left: 3.3vw;
  padding-right: 3.3vw;
}
.single-post .contenu-article .ligne-fixed {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.single-post .contenu-article .ligne-fixed .dtm-col {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-post .contenu-article .ligne-content {
  padding-top: 150px;
}
.single-post .contenu-article .ligne-content .dtm-col {
  padding-right: 3.3vw;
}
.single-post .contenu-article .ligne-content .dtm-col .header p.dtm-tag {
  color: var(--colors-blue-600-charte, #2F41F1);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 0;
}
.single-post .contenu-article .ligne-content .dtm-col .header h1 {
  color: var(--neutral-950-charte, #2B2B2A);
  text-align: center;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 36.93px */
  margin-top: 0;
  margin-bottom: 5px;
}
.single-post .contenu-article .ligne-content .dtm-col .header h2 {
  color: var(--Neutral-300, #B1B0AF);
  text-align: center;
  /* Subtitle strong */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 50px;
}
.single-post .contenu-article .ligne-content .dtm-col .header .editeur-titre {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.single-post .contenu-article .ligne-content .dtm-col .header .editeur-titre .ligne {
  height: 1px;
  width: auto;
  flex-grow: 2;
  background-color: #2F41F1;
}
.single-post .contenu-article .ligne-content .dtm-col .header .editeur-titre .titre {
  color: var(--colors-blue-600-charte, #2F41F1);
  /* Button */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  padding: 0 20px;
}
.single-post .contenu-article .ligne-content .dtm-col .header .editeur {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
}
.single-post .contenu-article .ligne-content .dtm-col .header .editeur img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}
.single-post .contenu-article .ligne-content .dtm-col .header .editeur .infos-editeur {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.single-post .contenu-article .ligne-content .dtm-col .header .editeur .infos-editeur .nom {
  color: var(--neutral-950-charte, #2B2B2A);
  /* Body copy strong */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  margin-top: 0;
  margin-bottom: 6px;
}
.single-post .contenu-article .ligne-content .dtm-col .header .editeur .infos-editeur .poste {
  margin: 0;
  color: var(--Neutral-500, #6F6F6B);
  /* Body copy */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.single-post .contenu-article .ligne-content .dtm-col p, .single-post .contenu-article .ligne-content .dtm-col a, .single-post .contenu-article .ligne-content .dtm-col ul, .single-post .contenu-article .ligne-content .dtm-col li {
  color: var(--neutral-950-charte, #2B2B2A);
  /* Subtitle */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  /* 185% */
  margin-top: 0;
  margin-bottom: 50px;
}
.single-post .contenu-article .ligne-content .dtm-col blockquote p {
  color: var(--colors-blue-600-charte, #2F41F1);
  text-align: center;
  /* Verbatim */
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 40.4px;
  /* 155.385% */
  margin-top: 0;
}
.single-post .contenu-article .ligne-content .dtm-col img {
  width: 100%;
}
.single-post .contenu-article .ligne-content .dtm-col .wp-caption {
  width: 100% !important;
}
.single-post .contenu-article .ligne-content .dtm-col p.wp-caption-text {
  font-style: italic;
}
.single-post .footer-article {
  padding: 50px 3.3vw 40px 3.3vw;
}
.single-post .footer-article .dtm-col {
  padding-right: 3.3vw;
  padding: 0;
}
.single-post .footer-article h4 {
  color: var(--neutral-950-charte, #2B2B2A);
  /* Body copy strong */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  margin-top: 0;
  margin-bottom: 20px;
}
.single-post .footer-article.ligne-1 {
  background: linear-gradient(to right, #E7E7E6 50%, transparent 50%);
}
.single-post .footer-article.ligne-1 .share-buttons {
  display: flex;
  flex-wrap: wrap;
}
.single-post .footer-article.ligne-1 .share-buttons a {
  text-decoration: none;
  padding: 16px 40px;
  border: 1px solid var(--neutral-950-charte, #2B2B2A);
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .footer-article.ligne-1 .share-buttons a span {
  color: var(--neutral-950-charte, #2B2B2A);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-right: 10px;
}
.single-post .footer-article.ligne-1 .share-buttons a svg path {
  fill: #2B2B2A;
}
.single-post .footer-article.ligne-2 {
  background: linear-gradient(to right, #2B2B2A 50%, transparent 50%);
  display: flex;
}
.single-post .footer-article.ligne-2 h4 {
  color: #fff;
}
.single-post .footer-article.ligne-2 .editeur {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  flex-wrap: wrap;
}
.single-post .footer-article.ligne-2 .editeur img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}
.single-post .footer-article.ligne-2 .editeur .infos-editeur {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.single-post .footer-article.ligne-2 .editeur .infos-editeur .nom {
  color: var(--neutral-950-charte, #fff);
  /* Body copy strong */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  margin-top: 0;
  margin-bottom: 6px;
}
.single-post .footer-article.ligne-2 .editeur .infos-editeur .poste {
  margin: 0;
  color: var(--Neutral-500, #fff);
  /* Body copy */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.single-post .footer-article.ligne-2 .contact-buttons {
  display: flex;
}
.single-post .footer-article.ligne-2 .contact-buttons a {
  text-decoration: none;
  padding: 16px;
  border: 1px solid var(--neutral-950-charte, #fff);
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .footer-article.ligne-2 .contact-buttons a svg path {
  fill: #fff;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .single-post .contenu-article .ligne-content .dtm-col {
    padding-right: 0;
  }
  .single-post .footer-article.ligne-2 {
    background: #2B2B2A;
  }
  .single-post .footer-article.ligne-1 {
    background: #E7E7E6;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .item-mini-post {
    margin-right: 1.25%;
    margin-bottom: 16px;
    width: 100%;
  }
  .date-mini-post {
    width: 90px;
    height: 162px;
  }
  .mini-post-img-portrait {
    height: 280px;
  }
  .mini-post-panel {
    padding: 24px;
  }
}
/*PAGE CONTACT*/
.page-template-contact {
  --colored:#2B2B2A;
}
.page-template-contact .header-page-mere h1 {
  margin-bottom: 50px;
  margin-top: 0;
}
.page-template-contact .header-page-mere .dtm-ligne .col-n1 {
  flex-direction: column;
  align-items: flex-start;
}
.page-template-contact .header-page-mere .dtm-ligne .col-n1 .col-border-colored {
  height: auto;
  padding: 0;
  padding-left: 20px;
}
.page-template-contact .header-page-mere .dtm-ligne .col-n1 .col-border-colored p, .page-template-contact .header-page-mere .dtm-ligne .col-n1 .col-border-colored a {
  color: var(--neutral-950-charte, #2B2B2A);
  /* Body copy strong */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  text-decoration: none;
}
.page-template-contact .header-page-mere .dtm-ligne .col-n1 .col-border-colored p {
  margin-bottom: 20px;
}
.page-template-contact .header-page-mere .dtm-ligne .col-n1 .col-border-colored p:last-child {
  margin-bottom: 0;
}
.page-template-contact .formulaire .container {
  padding: 0;
}
.page-template-contact .formulaire label {
  color: var(--Neutral-White, #FFF);
  /* Small Body copy */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
.page-template-contact .formulaire .texte-contact {
  color: var(--Neutral-White, #FFF);
  /* Small Body copy */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
.page-template-contact .formulaire p.texte-contact {
  margin-bottom: 42px;
}
.page-template-contact .formulaire .checkbox .wpcf7-list-item {
  margin-left: 0;
}
.page-template-contact .formulaire .checkbox label {
  display: flex;
}
.page-template-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 var(--Neutral-White, #FFF);
  padding: 0;
}
.page-template-contact .formulaire .checkbox label input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.page-template-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: #FFF;
}
.page-template-contact .formulaire input, .page-template-contact .formulaire textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 5px 20px 10px;
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.page-template-contact .formulaire input::placeholder, .page-template-contact .formulaire textarea::placeholder {
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  opacity: 1;
}
.page-template-contact .formulaire button, .page-template-contact .formulaire [type="button"], .page-template-contact .formulaire [type="reset"], .page-template-contact .formulaire [type="submit"] {
  color: var(--Neutral-White, #FFF);
  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 var(--Neutral-White, #FFF);
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
}
.page-template-contact .formulaire .cf7-smart-grid.has-grid .field > label em {
  display: none;
}
.page-template-contact .formulaire .field {
  margin-bottom: 42px;
}
.page-template-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: #fff;
}
.page-template-contact .hide {
  display: none;
}
.page-template-contact .cf7sg-container .cf7-smart-grid.has-grid .container.hide {
  display: none;
}
/*@include tabmob*/
/*LANDING*/
.page-template-landing .header-page-mere {
  flex-direction: column;
  padding-bottom: 100px;
}
.page-template-landing .header-page-mere .dtm-section {
  height: auto;
  flex-direction: column;
}
.page-template-landing .header-page-mere .dtm-section .dtm-ligne {
  min-height: 0;
}
.page-template-landing .header-page-mere .dtm-section .dtm-ligne .dtm-col {
  padding: 0px 0 50px 0;
}
.page-template-landing .header-page-mere .dtm-section h1 {
  color: var(--Neutral-White, #FFF);
  /* Headline 3 */
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 73.86px */
  margin: 0;
}
.page-template-landing .header-page-mere .dtm-section .ligne-1 {
  justify-content: flex-start;
  color: var(--Neutral-White, #FFF);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 215%;
  /* 34.4px */
}
.page-template-landing .header-page-mere .dtm-section .ligne-1 ul {
  padding-left: 40px;
  padding-right: 10px;
  border-left: solid 1px #fff;
}
.page-template-landing .header-page-mere .dtm-section .ligne-2 .dtm-col {
  padding: 0;
}
.page-template-landing .formulaire .container {
  padding: 0;
}
.page-template-landing .formulaire label {
  color: var(--Neutral-White, #FFF);
  /* Small Body copy */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
.page-template-landing .formulaire .texte-contact {
  color: var(--Neutral-White, #FFF);
  /* Small Body copy */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
.page-template-landing .formulaire p.texte-contact {
  margin-bottom: 42px;
  margin-top: 0;
}
.page-template-landing .formulaire .checkbox .wpcf7-list-item {
  margin-left: 0;
}
.page-template-landing .formulaire .checkbox label {
  display: flex;
}
.page-template-landing .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 var(--Neutral-White, #FFF);
  padding: 0;
}
.page-template-landing .formulaire .checkbox label input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.page-template-landing .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: #FFF;
}
.page-template-landing .formulaire input, .page-template-landing .formulaire textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 5px 20px 10px;
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.page-template-landing .formulaire input::placeholder, .page-template-landing .formulaire textarea::placeholder {
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  opacity: 1;
}
.page-template-landing .formulaire button, .page-template-landing .formulaire [type="button"], .page-template-landing .formulaire [type="reset"], .page-template-landing .formulaire [type="submit"] {
  color: var(--Neutral-White, #FFF);
  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 var(--Neutral-White, #FFF);
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
}
.page-template-landing .formulaire .cf7-smart-grid.has-grid .field > label em {
  display: none;
}
.page-template-landing .formulaire .field {
  margin-bottom: 30px;
}
.page-template-landing .formulaire .cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
  background: transparent;
  font-family: Lato;
  font-size: 10px;
  position: absolute;
  color: #fff;
}
.page-template-landing .hide {
  display: none;
}
.page-template-landing .cf7sg-container .cf7-smart-grid.has-grid .container.hide {
  display: none;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-landing .header-page-mere .dtm-section h1 {
    font-size: 60px;
    font-size: 35px;
  }
}
/*page-template-default*/
.page-template-default main .dtm-section {
  overflow: visible;
}
.page-template-default main .section-header-default {
  padding-top: 170px;
  padding-bottom: 125px;
  background-color: #2F41F1;
  overflow: visible;
}
.page-template-default main .section-header-default h1 {
  color: #FFF;
  text-align: center;
  /* Headline 3 */
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 73.86px */
}
.page-template-default main .dtm-section:not(:first-child) .dtm-ligne {
  transform: translateY(-120px);
  background-color: #fff;
}
.page-template-default main .dtm-section:not(:first-child) .dtm-ligne h2 {
  color: var(--colors-blue-600-charte, #2F41F1);
  text-align: center;
  /* Tagline */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.page-template-default main .dtm-section:not(:first-child) .dtm-ligne ul {
  margin-bottom: 50px;
  padding: 0;
}
.page-template-default main .dtm-section:not(:first-child) .dtm-ligne li, .page-template-default main .dtm-section:not(:first-child) .dtm-ligne a {
  color: var(--neutral-950-charte, #2B2B2A);
  /* Subtitle strong */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  text-decoration: none;
  list-style: none;
}
.page-template-default main .dtm-section:not(:first-child) .dtm-ligne .dtm-col {
  padding: 75px 150px;
}
.page-template-page-fille main .section-header-default {
  min-height: 490px;
  padding-top: 140px;
  padding-bottom: 200px;
  background-position: center;
  overflow: visible;
}
.page-template-page-fille main .section-header-default .tagline-header {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.page-template-page-fille main .section-header-default h1 {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  margin: 0;
}
.page-template-page-fille main .section-header-default .col-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.page-template-page-fille main .section-content {
  overflow: visible;
  background: var(--Neutral-50, #F6F6F5);
}
.page-template-page-fille main .section-content .content {
  transform: translateY(-70px);
  background-color: #fff;
  padding: 75px 150px;
  z-index: 2;
}
.page-template-page-fille main .section-content .content .dtm-col {
  padding-top: 0;
}
.page-template-page-fille main .section-content .tagline-contenu {
  color: var(--colors-blue-600-charte, #2F41F1);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 50px;
}
.page-template-page-fille main .section-content .the-content {
  color: var(--neutral-950-charte, #2B2B2A);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
}
.page-template-page-fille main .section-content .the-content blockquote {
  color: var(--colors-blue-600-charte, #2F41F1);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 40.4px;
}
.page-template-page-fille main .section-content .the-content h2 {
  color: var(--neutral-950-charte, #2B2B2A);
  text-align: center;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  margin: 0;
  margin-bottom: 5px;
}
.page-template-page-fille main .section-content .the-content h3 {
  color: var(--Neutral-300, #B1B0AF);
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  margin-bottom: 50px;
}
.page-template-page-fille main .section-content .the-content div {
  margin: 0;
  margin-bottom: 50px;
}
.page-template-page-fille main .section-content .the-content img {
  height: 377px;
  object-fit: cover;
}
.page-template-page-fille main .section-content .the-content .images-page-fille-x2 {
  display: flex;
  gap: 30px;
}
.page-template-page-fille main .section-content .the-content .images-page-fille-x2 img {
  width: 50%;
}
.page-template-page-fille main .ligne-lien-page h2 {
  color: var(--neutral-950-charte, #2B2B2A);
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 36.93px */
}
.page-template-page-fille main .ligne-lien-page .keys {
  color: var(--neutral-950-charte, #2B2B2A);
  /* Body copy */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.page-template-page-fille main .ligne-lien-page .button {
  margin-bottom: 0;
  padding: 16px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--neutral-950-charte, #2B2B2A);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  width: auto;
  text-decoration: none;
  background: var(--Colors-Yellow, #F8C26B);
  margin-left: 0;
  margin-right: auto;
  margin-top: auto;
  margin-top: 20px;
}
.page-template-page-fille main .ligne-lien-page .col-1 {
  display: flex;
  flex-direction: column;
  padding: 0 30px 0 0;
}
.page-template-page-fille main .ligne-lien-page .col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px !important;
}
.page-template-page-fille main .ligne-lien-page h3 {
  color: var(--Neutral-White, #FFF);
  text-align: center;
  /* Headline 3 */
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.1%;
  /* 73.86px */
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-page-fille main .section-content .content {
    padding: 75px 30px;
  }
  .page-template-page-fille main .section-content .the-content {
    font-size: 16px;
    line-height: 29px;
  }
  .page-template-page-fille main .section-content .the-content blockquote {
    font-size: 22px;
    line-height: 36.4px;
  }
  .page-template-page-fille main .section-content .the-content .images-page-fille-x2 {
    flex-direction: column;
  }
  .page-template-page-fille main .section-content .the-content .images-page-fille-x2 img {
    width: 100%;
  }
  .page-template-page-fille main .ligne-lien-page .col-1 {
    margin-bottom: 50px;
  }
}
.footer-top {
  height: 15px;
  background-color: var(--primary-color);
  position: relative;
}
.footer {
  padding-top: 0;
  padding-bottom: 0;
  background: #2F41F1;
  padding: 0 0 0 100px;
}
.footer .dtm-ligne {
  justify-content: space-between;
  max-width: 100%;
}
.footer .dtm-ligne ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer .dtm-ligne ul li a {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 6px;
  display: inline-block;
}
.footer .dtm-ligne ul li.titre a {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.footer .dtm-ligne .col-footer {
  padding: 0 1%;
}
.footer .dtm-ligne .col-1 {
  padding-right: 4%;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .dtm-ligne .col-1 svg {
  width: 132px;
  margin-bottom: 23px;
}
.footer .dtm-ligne .col-1 svg path {
  fill: #fff;
}
.footer .dtm-ligne .col-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .dtm-ligne .col-2 .dtm-menu-footer {
  display: flex;
  margin: auto 0;
  justify-content: space-between;
  width: 100%;
}
.footer .dtm-ligne .col-2 .menu-footer1-container, .footer .dtm-ligne .col-2 .menu-footer2-container {
  width: 100%;
}
.footer .dtm-ligne .col-2 .menu-item {
  width: calc(100% / 6);
  padding: 25px 0;
}
.footer .dtm-ligne .col-2 .menu-item a {
  color: #FFF;
  /* Subtitle strong */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  text-decoration: none;
}
.footer .dtm-ligne .col-2 .ligne-1 {
  display: flex;
  border-bottom: solid 1px #fff;
}
.footer .dtm-ligne .col-2 .ligne-2 {
  display: flex;
}
.footer .dtm-ligne .col-2 .ligne-2 .menu-item a {
  font-weight: normal;
}
.footer .dtm-ligne .col-3 {
  background-color: #fff;
  width: 180px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4%;
}
.footer .dtm-ligne .col-3 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bot {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #500009;
}
.footer-bot .dtm-ligne {
  align-items: center;
}
.footer-bot span {
  display: flex;
}
.footer-bot .logo-egue {
  margin-right: 23px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  /* style.css | https://dev-iniens-2024.egue.live/wp-content/themes/DTM-octave-1.0.3/style.css?ver=1728314008 */
  .footer .dtm-ligne .col-2 .dtm-menu-footer {
    flex-direction: column;
  }
  .footer .dtm-ligne .col-2 .menu-item {
    /* width: calc(100% / 6); */
    /* padding: 25px 0; */
    width: 100%;
    padding: 15px 0;
  }
  .footer .dtm-ligne .col-2 {
    /* flex-direction: column; */
    flex-direction: row;
  }
  .footer .dtm-ligne .col-2 .ligne-1 {
    /* border-bottom: solid 1px #fff; */
    border-bottom: none;
    width: 50%;
  }
  .footer .dtm-ligne .col-2 .ligne-2 {
    width: 50%;
  }
  .footer {
    /* padding: 0 0 0 100px; */
    padding: 25px;
  }
  .footer .dtm-ligne .col-3 {
    /* margin-left: 4%; */
    margin-left: 0;
    margin-bottom: 0 !important;
  }
  .footer .dtm-ligne .col-3 {
    height: 100px;
    width: calc(100% + 50px) !important;
    margin: 50px -25px 0 -25px;
  }
  .footer {
    padding-bottom: 0;
  }
}
@media (max-width: 980px) and (min-width: 768px) and (max-width: 980px) {
  .footer .dtm-ligne {
    /* flex-direction: row; */
    flex-direction: column;
  }
  .footer .dtm-ligne .col-footer {
    /* width: 25%; */
    width: 100%;
  }
  .footer .dtm-ligne .col-2, .footer .dtm-ligne .col-3, .footer .dtm-ligne .col-4 {
    /* padding-right: 3%; */
    padding-right: 0;
  }
}
