@charset "UTF-8";
/*font-face*/
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://integration-fga.egue.live/wp-content/uploads/2024/07/Roboto-Slab-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://integration-fga.egue.live/wp-content/uploads/2024/07/Roboto-Slab-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://integration-fga.egue.live/wp-content/uploads/2024/07/Montserrat-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://integration-fga.egue.live/wp-content/uploads/2024/07/Montserrat-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://integration-fga.egue.live/wp-content/uploads/2024/07/Montserrat-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://integration-fga.egue.live/wp-content/uploads/2024/07/Montserrat-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://integration-fga.egue.live/wp-content/uploads/2024/07/Montserrat-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://integration-fga.egue.live/wp-content/uploads/2024/07/Montserrat-ExtraBold.woff2) format("woff2");
}
/*breakpoints*/
/*@include mobile*/
/*@include tablette*/
/*@include tabmob*/
:root {
  /*Couleurs*/
  --primary-color:#777777;
  --secondary-color:#ff646c;
  --text-color:#777777;
  --neutral-dark:#000000;
  --neutral-light:#ffffff;
  --main-bg-color:#f5f5f5;
  --header-bg:#f5f5f5;
}
/*Styles textes*/
h1 {
  font-family: "Roboto Slab";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
/*Modulaire*/
/*DESKTOP*/
.eg-section {
  width: 100%;
  max-width: 100%;
  padding: 90px 50px 92px 50px;
  margin: 0 0 0 0;
}
.eg-ligne {
  width: 100%;
  max-width: 1400px;
  padding: 0 0 0 0;
  margin: 0 auto 40px auto;
}
.eg-col {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.eg-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) {
  .eg-section {
    width: 100%;
    max-width: 100%;
    padding: 50px 40px 50px 40px;
    margin: 0 0 0 0;
  }
  .eg-ligne {
    width: 100%;
    max-width: 1400px;
    padding: 0 0 0 0;
    margin: 0 auto 30px auto;
  }
  .eg-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .eg-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .eg-section {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 30px 20px;
    margin: 0 0 0 0;
  }
  .eg-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 30px auto;
  }
  .eg-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .eg-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
}
/*!
 Theme Name:   EG-centric 1.0.2
 Theme URI:    https://egue.fr
 Description:  Thème composé par EGUE
 Author:       BM
 Author URI:   https://egue.fr
 Version:      1.0.2
 Text Domain:  eg-centric
*/
/*! 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*/
.eg-section {
  position: relative;
  background-color: var(--primary-bg-color);
  overflow: hidden;
}
.eg-section.section-pleine-largeur.section_visuel_full_width {
  padding: 0;
}
.eg-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;
}
.eg-ligne {
  display: flex;
  position: relative;
}
.eg-ligne.small-ligne > .eg-col:first-child {
  padding-left: 133px;
}
.eg-ligne.small-ligne > .eg-col:last-child {
  padding-right: 133px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .eg-ligne.small-ligne > .eg-col:first-child {
    padding-left: 0;
  }
  .eg-ligne.small-ligne > .eg-col:last-child {
    padding-right: 0;
  }
}
.col-full {
  width: 100%;
}
.col-1_2 {
  width: calc(((100% + 30px) / 2) - 30px);
}
.col-1_3 {
  width: calc(((100% + 30px) / 3) - 30px);
}
.col-2_3 {
  width: calc(((100% + 30px) * 2 / 3) - 30px);
}
.col-1_4 {
  width: calc(((100% + 30px) / 4) - 30px);
}
.col-3_4 {
  width: calc(((100% + 30px) * 3 / 4) - 30px);
}
.col-1_5 {
  width: calc(((100% + 30px) / 5) - 30px);
}
.col-2_5 {
  width: calc(((100% + 30px) * 2 / 5) - 30px);
}
.col-3_5 {
  width: calc(((100% + 30px) * 3 / 5) - 30px);
}
.col-4_5 {
  width: calc(((100% + 30px) * 4 / 5) - 30px);
}
.col-1_6 {
  width: calc(((100% + 30px) / 6) - 30px);
}
.col-5_6 {
  width: calc(((100% + 30px) * 5 / 6) - 30px);
}
.eg-col {
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
}
.eg-col:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.eg-ligne:last-child, .eg-col:last-child, .eg-bloc:last-child {
  margin-bottom: 0;
}
.eg-col.decalage-colonne {
  margin-top: 40px;
}
.ligne-pleine-largeur-mob {
  display: none;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .eg-ligne {
    flex-direction: column;
  }
  .eg-col {
    width: 100%;
    margin-right: 0;
  }
  .eg-col.decalage-colonne {
    margin-top: 0;
  }
  .eg-ligne:last-child, .eg-col:last-child, .eg-bloc:last-child {
    margin-bottom: 0;
  }
  .ligne-pleine-largeur-mob {
    display: none;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .eg-ligne {
    flex-direction: column;
  }
  .eg-col {
    width: 100%;
    margin-right: 0;
  }
  .eg-col.decalage-colonne {
    margin-top: 0;
  }
  .eg-ligne:last-child, .eg-col:last-child, .eg-bloc:last-child {
    margin-bottom: 0;
  }
  .ligne-pleine-largeur-desk {
    display: none;
  }
}
.panel .eg-bloc:last-child {
  margin-bottom: 0;
}
.top-header {
  /* mix-blend-mode: multiply; */
  background: var(--header-bg);
  width: 100%;
  z-index: 99999999;
  display: none;
  padding: 0 5%;
  -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;
  color: var(--neutral-light);
}
/*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;
}
.header-desk .box-logo {
  margin-right: 30px;
}
.header-desk .menu-menu-principal-container, .header-desk .menu-menu-principal-en-container {
  margin-left: auto;
}
#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(--neutral-light);
  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: var(--neutral-light);
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--light-color);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  -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: 38px;
}
#menu-menu-principal a:hover, #menu-menu-principal-en a:hover, .login-link a:hover, .langues li a {
  display: flex;
  color: var(--neutral-light);
  opacity: 1;
  font-weight: 400;
  -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(--separator-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: var(--primary-color);
}
.menu-item .chevron-menu-droite {
  transform: translateX(-100%);
  left: -8px;
}
.menu-item .chevron-menu-gauche {
  transform: translateX(100%);
  right: -8px;
}
.menu-item:hover span {
  opacity: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.menu-item:hover .chevron-menu-droite {
  left: -2px;
}
.menu-item:hover .chevron-menu-gauche {
  right: -2px;
}
/*Mobile Menu*/
.top-header-mobile {
  display: flex;
  overflow: visible;
  color: var(--neutral-light);
}
@media (max-width: 1000px) {
  .top-header {
    display: none;
  }
  .top-header-mobile {
    display: flex;
  }
}
.toggle-mobile_menu {
  position: absolute;
  left: -100vw;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: var(--main-bg-color);
  opacity: 0;
  transition: left 0.3s ease 0s, opacity 0s ease 0.6s;
}
.toggle-mobile_menu .top-header-mobile {
  position: relative;
}
.toggle-mobile_menu .box-menu {
  display: flex;
  justify-content: space-between;
  min-height: calc(100vh - 127px);
  flex-direction: column;
  padding-top: 0;
}
.toggle-mobile_menu .box-menu .eg-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.toggle-mobile_menu .box-menu .eg-menu li:hover a {
  color: #FF646C;
}
.toggle-mobile_menu .box-menu .eg-menu li {
  margin: 0;
}
.toggle-mobile_menu .box-menu .eg-menu li a {
  color: #777;
  text-align: left;
  font-family: Roboto Slab;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  /* 195.313% */
  text-transform: uppercase;
  padding: 0;
  display: block;
  text-decoration: none;
}
.toggle-mobile_menu .box-menu .eg-menu li .custom-sub-menu-wrapper {
  display: none;
  /* Cache le sous-menu par défaut */
  overflow: hidden;
  /* Éviter les débordements lors du changement de hauteur */
}
.toggle-mobile_menu .box-menu .eg-menu li .sub-menu {
  column-count: 3;
  column-fill: balance;
  overflow: hidden;
  /* Éviter les débordements lors du changement de hauteur */
  padding-left: 0;
}
.toggle-mobile_menu .box-menu .eg-menu li .sub-menu li a {
  color: #777;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
  padding: 10px;
}
.toggle-mobile_menu .box-menu .eg-menu li .sub-menu li a:hover {
  color: #FF646C;
}
.open-menu .toggle-mobile_menu {
  left: 0;
  opacity: 1;
  transition: left 0.3s ease 0s, opacity 0s ease 0s;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .toggle-mobile_menu .box-menu .eg-menu li .sub-menu {
    column-count: 2;
  }
  .rs-menu-mobile {
    flex-direction: row;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .toggle-mobile_menu .box-menu .eg-menu li .sub-menu {
    column-count: 1;
  }
  .toggle-mobile_menu .box-menu .eg-menu li a {
    text-align: center;
    font-size: 54px;
  }
  .rs-menu-mobile {
    justify-content: center;
    flex-direction: row;
  }
  .menu-menu-principal-container, .menu-menu-principal-en-container {
    justify-content: center;
  }
}
.top-header-mobile .top-header-box {
  flex-direction: row;
}
.top-header-mobile .top-header-box .box-logo img {
  width: 150px;
}
.header-mobile-box-picto {
  display: flex;
  align-items: center;
  z-index: 999999999;
}
.btn-toggle-menu span {
  background-color: #787878;
  width: 50px;
  height: 4px;
  border-radius: 2px;
}
.burger-1 {
  position: absolute;
  bottom: 22px;
  transform: rotate(0);
}
.burger-2 {
  position: absolute;
  bottom: 11px;
  opacity: 1;
  transition: all 0s ease 0.2s;
}
.burger-3 {
  position: absolute;
  bottom: 0px;
  transform: rotate(0);
  transition: bottom 0.2s ease, transform 0.4s ease 0.2s;
}
.btn-toggle-menu.move-up .burger-1 {
  bottom: 11px;
  transition: bottom 0.2s ease;
}
.btn-toggle-menu.move-up .burger-3 {
  bottom: 11px;
  transition: bottom 0.2s ease;
}
.btn-toggle-menu.rotate .burger-1 {
  bottom: 11px;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}
.btn-toggle-menu.rotate .burger-3 {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}
.btn-toggle-menu.reverse-rotate .burger-1 {
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
.btn-toggle-menu.reverse-rotate .burger-3 {
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
.btn-toggle-menu.move-down .burger-1 {
  bottom: 22px;
  transition: bottom 0.2s ease;
}
.btn-toggle-menu.move-down .burger-3 {
  bottom: 0;
  transition: bottom 0.2s ease;
}
.open-menu .burger-2 {
  opacity: 0;
  transition: all 0.2s;
}
.btn-toggle-menu {
  cursor: pointer;
  width: 50px;
  color: #787878;
  position: relative;
  height: 25px;
}
.top-header-mobile {
  position: relative;
  width: 100%;
  height: 127px;
  z-index: 9999;
  background-color: var(--header-bg);
  padding-top: 0;
  padding-bottom: 0;
}
.top-header-mobile.open-menu {
  background-color: transparent;
}
#menu-menu-mobile li {
  list-style: none;
}
.rs-menu-mobile {
  display: flex;
  padding: 40px 0;
}
.rs-menu-mobile svg:hover path {
  fill: #FF646C;
}
.rs-menu-mobile a {
  margin: 0 9px;
}
#ajaxsearchprores2_1 {
  display: none !important;
}
.mobile-search {
  margin: 37px 45px 37px 45px;
}
.mobile-search .autocomplete {
  opacity: 0.4 !important;
}
.mobile-search div.asp_m.asp_m_2 .probox .proinput input.orig::placeholder {
  font-style: italic;
}
.mobile-search div.asp_m.ajaxsearchpro .probox .proinput form {
  padding: 0 15px !important;
}
.langues-mob .lang-item {
  display: none;
}
.select-langue-mob {
  position: absolute;
  padding: 6px 22px 6px 5px;
  border-radius: 17px;
  border: solid 1px #c2c2c5;
  width: 100px;
}
.langues-mob li, .langues-mob a {
  padding: 0;
  list-style: none;
}
.menu2-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  max-width: 500px;
  margin: auto;
}
#menu-menu-mobile-2, #menu-menu-mobile-2-en {
  list-style-type: none;
}
.arrow-langue-mob {
  position: absolute;
  right: 24px;
  top: 14px;
}
.langues-box-mob {
  position: relative;
  height: 32px;
  width: 100px;
}
.sparateur-menu-mob {
  background-color: #f7f6f2;
  height: 1px;
  width: auto;
  margin: 50px 0;
}
/*BLOCS*/
.eg-bloc {
  width: 100%;
}
.eg-bloc-card {
  background-color: var(--primary-bg-card-color);
}
/*image*/
.bloc-image {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.bloc-image img {
  width: 100%;
}
/*@include tabmob*/
.bloc-image.full-height {
  height: auto;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-image.full-height {
    height: auto;
  }
}
.bloc-video {
  overflow: hidden;
}
.bloc-video iframe {
  width: 100%;
}
/*@include tabmob*/
/*ARIANE*/
.ariane {
  color: #777;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.ariane a {
  color: #777;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.ariane a, .ariane span {
  /* font-style: italic; */
}
.ariane-current {
  color: #777;
  /* Button */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.ariane-arrow {
  margin: auto 0;
}
/*BOUTON*/
.eg-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;
}
.eg-btn.active, .eg-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%;
}
.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 var(--neutral-dark);
}
#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: var(--neutral-dark);
}
.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;
  max-width: 47%;
}
.chiffre .exposant {
  font-size: 70px;
  font-family: var(--title-font) !important;
  margin-top: -5px;
}
p.chiffre {
  display: flex;
}
/*Rich text*/
.bloc-rich-text {
  color: var(--primary-color);
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
}
.bloc-rich-text p {
  color: #777;
  /* Body copy */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .bloc-rich-text p {
    text-align: left !important;
  }
}
.bloc-rich-text h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}
.bloc-rich-text h1, .bloc-rich-text h2 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
.bloc-rich-text h3 {
  color: var(--strong-color-1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
  margin-top: 0;
}
.bloc-rich-text h4 {
  color: #777;
  /* Headline 4 */
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}
.bloc-rich-text h5 {
  color: #FF646C;
  /* Headline 5 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
.bloc-rich-text a {
  color: #FF646C;
}
.bloc-rich-text.red p {
  color: #FF646C;
}
/*CITATION*/
.bloc-citation {
  display: flex;
  flex-direction: column;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .bloc-citation {
    margin-bottom: 30px !important;
  }
}
.bloc-citation blockquote {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-right: 0;
  margin-left: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .bloc-citation blockquote {
    text-align: center;
  }
}
.bloc-citation .signe-top {
  margin-bottom: 5px;
  text-align: left;
}
.bloc-citation .signe-bot {
  transform: rotate(180deg) translateY(0px);
  text-align: right;
  margin-left: auto;
}
.bloc-citation legend {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--strong-color-2);
  text-align: center;
}
/*CTA*/
.bloc-cta {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: -10px;
}
.eg-cta {
  color: var(--neutral-light);
  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: 2px solid var(--neutral-dark);
  text-align: center;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.eg-cta.style-cta-2 {
  background-color: #fff;
  border-color: #fff;
}
.eg-cta.style-cta-3 {
  color: #fff;
  background-color: var(--neutral-dark);
}
.eg-cta.style-cta-4 {
  color: #fff;
  border-color: #fff;
}
.eg-cta:hover {
  color: #fff;
  background-color: var(--neutral-dark);
}
.eg-cta.style-cta-2:hover {
  color: #fff;
  background-color: var(--neutral-dark);
}
.eg-cta.style-cta-3:hover {
  color: var(--COULEUR-ROUGE, var(--neutral-dark));
  background-color: initial;
}
.eg-cta.style-cta-4:hover {
  color: var(--neutral-dark);
  border-color: var(--neutral-dark);
  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 .eg-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-blog .ligne-voir-tous-articles .eg-col .eg-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F8D8D5;
  border-color: #FB364B;
}
.section-blog .ligne-voir-tous-articles .eg-col .eg-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 .eg-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.eg-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;
}
.eg-section.header-std.section-header-modulaire.section-header-technique {
  background: var(--BORDEAUX, #500009);
  min-height: 400px;
}
.eg-section.header-std.section-header-modulaire.section-header-technique .eg-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 .eg-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 .eg-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 .eg-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;
}
.section-tirets {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -40px;
  margin-bottom: -40px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .section-tirets {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-tirets .eg-ligne {
  padding-top: 0;
  padding-bottom: 0;
}
.section-tirets .eg-ligne hr {
  border: none;
  border-bottom: 2px dashed #ff646c;
  width: 100%;
  margin: 0;
}
.lien-fleche a h5 {
  color: #B6B6B6;
  transition: all 0.3s ease;
}
.lien-fleche:hover a h5 {
  color: #FF646C;
}
.rs {
  display: flex;
  margin-top: 7px;
}
.rs a {
  margin-right: 15px;
}
.rs a svg path {
  transition: all 0.3s ease;
}
.rs a:hover svg path {
  fill: #FF646C;
}
.collaborateurs-grid {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.collaborateur-vignette {
  width: calc(((100% + 30px) / 3) - 30px);
  height: 570px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.collaborateur-vignette .groupe {
  position: absolute;
  display: inline-flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FF646C;
  top: 40px;
  left: 40px;
  border-radius: 6px;
  background: #FFF;
  /* Tagline */
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 999;
}
.collaborateur-details {
  position: absolute;
  bottom: 0;
  background: rgba(80, 80, 80, 0.3);
  backdrop-filter: blur(27px);
  color: white;
  padding: 0;
  width: 100%;
  text-align: left;
  max-height: 122px;
  height: 122px;
  transition: all 0.3s ease;
}
.collaborateur-details h3 {
  color: #FF646C;
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  margin: 0;
  padding: 0 40px;
  height: 122px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.collaborateur-details .hover {
  max-height: 0;
}
.collaborateur-details .hover h4 {
  color: #FF646C;
  /* Body copy strong */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 175%;
  /* 28px */
  padding: 0 40px;
  margin: 0;
}
.collaborateur-details .hover .intro {
  padding: 0 40px;
  margin: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  color: #FFF;
}
.collaborateur-vignette.hovered .collaborateur-details {
  max-height: 100%;
  height: 100%;
}
.collaborateur-vignette.hovered .collaborateur-details h3 {
  padding-top: 120px;
  padding-bottom: 10px;
}
.collaborateur-vignette.hovered .hover {
  max-height: 100%;
}
.collab-simple .groupe {
  display: none;
}
.collab-simple h3, .collab-simple .hover h4 {
  color: #fff;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .collaborateur-vignette {
    width: calc(((100% + 30px) / 2) - 30px);
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .collaborateur-vignette {
    width: calc(((100% + 30px) / 1) - 30px);
  }
}
.item-projet.bloc-projet {
  width: 100%;
  margin: 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: #000;
  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);
}
.select-langue {
  border-radius: 15px;
  border: solid 1px #c2c2c5;
  list-style-type: none;
  padding: 4px 30px 4px 15px;
  width: 69px;
  transition: var(--transition-2);
}
.select-langue li, .select-langue li a {
  display: block;
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 16px;
}
.select-langue li {
  display: none;
  opacity: 0;
  transition: var(--transition-2);
  height: 0;
  transform: translateY(-10px);
}
.select-langue li.current-lang {
  display: flex;
  opacity: 1;
  height: 1.3em;
  transform: translateY(0px);
}
.langues {
  margin: auto 10px;
  position: relative;
  height: 29px;
  width: 69px;
  transition: var(--transition-2);
}
.langues-box {
  position: absolute;
}
.arrow-langue {
  width: 7px;
  height: 7px;
  position: absolute;
  right: 18px;
  top: 11px;
}
.langues:hover .select-langue li {
  display: flex;
  opacity: 1;
  height: 1.3em;
  transition: var(--transition-2);
  transform: translateY(0px);
}
.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);
}
/*ELEMENTS COMMUNS*/
.mini-event-jour-sem, .jour-sem, .event-jour-sem {
  display: none !important;
}
.error404 h1 {
  color: var(--primary-color);
}
body {
  /*@include mobile*/
  /*@include tablette*/
  /*@include mobile*/
  /*@include mobile*/
  /*@include tablette*/
  /*@include mobile*/
}
body h1 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 125px;
  /* 195.313% */
  text-transform: uppercase;
}
body h4 {
  color: #777;
  /* Headline 4 */
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
}
body .eg-section.gris {
  background-color: #E2E1DD;
}
body .eg-section.blanc {
  background-color: #fff;
}
body .section-tiret {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body .section-tiret .eg-ligne {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 2px dashed #FF646C;
}
body .section-1 {
  padding-top: 0;
}
body .section-1 .ligne-1 {
  margin-bottom: 0;
}
body .section-1 .ligne-2 {
  margin-bottom: 0;
}
body .section-1 .ligne-3 {
  margin-bottom: 70px;
}
body p {
  color: #777;
  /* Body copy */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-top: 0;
}
body h1 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 125px;
  /* 195.313% */
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.3em;
}
body h4 {
  color: #777;
  /* Headline 4 */
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin-bottom: 10px;
  margin-top: 0;
}
body h5 {
  color: #FF646C;
  /* Headline 5 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 15px */
  text-transform: uppercase;
  margin: 0;
}
body .red {
  color: #FF646C;
}
@media (max-width: 767px) {
  body h1, body .bloc-rich-text h1 {
    font-size: 40px;
    word-wrap: break-word;
  }
  body h2, body .bloc-rich-text h2 {
    font-size: 35px;
    word-wrap: break-word;
  }
}
body .red {
  color: #FF646C;
}
body .arrow {
  color: #B6B6B6;
  /* Button */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
body .arrow .btn-arrow {
  padding: 0;
  border-radius: 11px;
  border: 1px solid rgba(120, 120, 120, 0.5);
  display: block;
  position: relative;
  margin-left: 15px;
  width: 32px;
  height: 20px;
  transition: all 0.3s ease;
}
body .arrow .btn-arrow span {
  position: absolute;
  right: 8px;
  top: 3px;
  transition: all 0.3s ease;
}
body .arrow .btn-arrow .fleche-droite {
  opacity: 1;
}
body .arrow .btn-arrow .fleche-droite-large {
  opacity: 0;
}
body .arrow .btn-arrow svg {
  margin: 0;
  overflow: visible;
  transition: all 0.3s ease;
}
body .arrow:hover {
  color: #FF646C;
}
body .arrow:hover .btn-arrow {
  background-color: #FF646C;
  border-color: #FF646C;
  width: 40px;
}
body .arrow:hover .btn-arrow .fleche-droite {
  opacity: 0;
}
body .arrow:hover .btn-arrow .fleche-droite-large {
  opacity: 1;
}
body .arrow:hover .btn-arrow svg {
  width: 21px;
  /* Ajustez la largeur du SVG */
}
body .section-filtre {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}
body .section-filtre .ligne-filtre {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px dashed #ff646c;
  border-bottom: 2px dashed #ff646c;
}
body .header-filtre {
  overflow: visible;
}
body .header-filtre .picto-fleche-filtre {
  border-radius: 10px;
  background: #F0F0EF;
  padding: 8px 10px;
  margin-left: auto;
}
body .header-filtre .bloc-filtre {
  /* width: 30%; */
  width: 69%;
  width: 100%;
}
body .header-filtre .eg-col.col-full.filtre.taxonomy-filter {
  align-items: center;
  justify-content: center;
}
body .header-filtre .filtre.taxonomy-filter {
  flex-grow: 2;
  justify-content: space-between;
}
body .header-filtre .post-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #D9D9D9;
  text-align: center;
  /* HEADLINE 3 */
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  text-transform: uppercase;
}
body .header-filtre .btn-filtre {
  margin: 10px 0;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}
body .header-filtre .btn-filtre h3 {
  color: var(--primary-color);
  font-size: 14px;
  padding-bottom: 0;
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: #777;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 10px;
}
body .header-filtre .filtre-list label {
  color: #BBB;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
}
body .header-filtre .filtre-list label.selected, body .header-filtre .filtre-list label:hover {
  color: #777;
}
body .header-filtre .filtre-list {
  display: block;
  overflow: hidden;
  background-color: #fff;
  font-size: 13px;
  border-radius: 8px;
  padding: 15px 10px 3px 15px;
  position: absolute;
  width: auto;
  min-width: 100%;
  opacity: 0;
  transition: var(--transition-2);
  max-height: 0px;
  padding-top: 0;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}
body .projets {
  display: flex;
  flex-wrap: wrap;
  width: 102.5%;
  margin-right: -1.25%;
  margin-left: -1.25%;
}
body .item-projet {
  display: flex;
  height: 570px;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  width: calc(92.5% / 3);
  margin: 1.25%;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
body .item-projet a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
body .item-projet a .item-projet-top {
  padding: 40px;
}
body .item-projet a .item-projet-top .materiaux-terms {
  padding: 0;
  list-style: none;
  display: flex;
}
body .item-projet a .item-projet-top .materiaux-terms li {
  border-radius: 6px;
  background: var(--Basics-Neutral-200, #F0F0EF);
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #FF646C;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
body .item-projet a .item-projet-bot {
  padding: 30px 40px;
  background: rgba(80, 80, 80, 0.3);
  backdrop-filter: blur(27px);
  margin-top: auto;
}
body .item-projet a .item-projet-bot h3 {
  color: #FFF;
  /* HEADLINE 3 */
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  text-decoration: none;
  margin: 0 0 10px 0;
  min-height: 2em;
}
body .item-projet a .item-projet-bot h4 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
}
body .item-projet .admin-panel {
  position: absolute;
  top: -150px;
  display: flex;
  flex-direction: column;
}
body .item-projet .admin-panel button, body .item-projet .admin-panel input {
  overflow: visible;
  color: #505050;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 30px;
}
body .item-projet .admin-panel input.item-checkbox {
  width: 30px;
  margin-top: 10px;
}
body .item-projet:hover {
  filter: grayscale(0%);
}
@media (min-width: 768px) and (max-width: 980px) {
  body .item-projet {
    width: calc(95% / 2);
  }
  body .item-projet:nth-child(3n+3) {
    margin-right: 1.25%;
  }
}
@media (max-width: 767px) {
  body .item-projet {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  body .header-filtre .filtre.taxonomy-filter {
    flex-direction: column;
    width: 100%;
  }
  body .header-filtre .filtre-list {
    position: relative;
  }
  body .header-filtre .post-counter {
    margin-top: 20px;
  }
}
body .section-actu {
  background-color: #fff;
  padding-bottom: 250px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  body .section-actu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body .section-actu .ligne-1 {
  margin-bottom: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  body .section-actu .ligne-1 {
    padding-bottom: 30px;
  }
}
body .section-actu .ligne-1 h5 {
  color: #FF646C;
  /* Headline 5 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 15px */
  text-transform: uppercase;
  margin: 0;
}
body .section-actu .ligne-1 h2 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  body .section-actu .ligne-1 h2 {
    font-size: 43px;
    line-height: 1.3em;
    margin-bottom: 30px;
  }
}
body .section-actu .ligne-2 {
  /*@include tabmob*/
  /*@include mobile*/
}
@media (max-width: 980px) {
  body .section-actu .ligne-2 {
    padding-bottom: 30px;
  }
}
body .section-actu .ligne-2 .col-emphase p {
  margin: 0;
  text-align: right;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  body .section-actu .ligne-2 .col-emphase p {
    text-align: center;
  }
}
body .section-actu .ligne-2 .col-emphase p em {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
body .section-actu .ligne-2 .col-emphase p em strong {
  font-weight: 800;
}
body .section-actu .ligne-2 .col-emphase .signe-top {
  margin-bottom: 5px;
  transform: translateX(50px);
  /*@include tabmob*/
}
@media (max-width: 980px) {
  body .section-actu .ligne-2 .col-emphase .signe-top {
    transform: translate(0);
  }
}
body .section-actu .ligne-2 .col-emphase .signe-bot {
  transform: rotate(180deg) translateY(0);
}
@media (max-width: 767px) {
  body .section-actu .ligne-2 .col-emphase {
    margin-bottom: 30px;
  }
  body .section-actu .ligne-2 .col-emphase .signe-top {
    transform: translateX(0);
  }
  body .section-actu .ligne-2 .col-emphase p {
    text-align: center;
  }
}
body .section-actu .ligne-2 .col-2_3 p {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin: 0;
}
body .col-emphase p {
  margin: 0;
  text-align: right;
}
body .col-emphase p em {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
body .col-emphase p em strong {
  font-weight: 800;
}
body .col-emphase .signe-top {
  margin-bottom: 5px;
}
body .col-emphase .signe-bot {
  transform: rotate(180deg) translateY(0);
}
@media (max-width: 767px) {
  body .col-emphase {
    margin-bottom: 30px;
  }
  body .col-emphase .signe-top {
    transform: translateX(0);
  }
  body .col-emphase p {
    text-align: center;
  }
}
body .input-half {
  width: calc(50% - 8px);
}
body .input-full {
  width: 100%;
}
body .eg-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body .wpcf7-not-valid-tip {
  font-size: 13px;
  position: absolute;
  top: -33px;
}
body .wpcf7-list-item {
  margin: 0;
}
body .wpcf7-list-item label {
  display: flex;
}
body p {
  color: #777;
  /* Body copy */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
body .italic {
  color: #777;
  font-family: Montserrat;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
  /* 21px */
  margin-right: auto;
  width: 100%;
}
body .wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #505050;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  border-radius: 10px;
}
body .eg-contact-form input, body .eg-contact-form textarea {
  border-radius: 15px;
  background: #FFF;
  padding: 10px 15px;
  box-shadow: none;
  border: none;
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body .eg-contact-form input[type="checkbox"], body .eg-contact-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 10px;
  padding: 0;
  border: 1px solid #2D2D2B;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: none;
  margin-top: 5px;
}
body .eg-contact-form 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: #FF646C;
}
body .eg-contact-form input[type="checkbox"]:checked::before {
  transform: scale(1);
}
body .eg-contact-form input[type="checkbox"]:hover {
  color: black;
}
body .eg-contact-form input::placeholder, body .eg-contact-form textarea::placeholder {
  color: #2D2D2B;
  font-size: 14px;
}
body .eg-contact-form input:focus-visible, body .eg-contact-form textarea:focus-visible {
  outline: none;
  background-color: #fff;
}
body .tag-count-collab {
  border-radius: 15px;
  background: #FFF;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}
body .tag-count-collab .groupe-collab {
  color: #2D2D2B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  display: flex;
  align-items: center;
}
body .tag-count-collab .count {
  color: #FF646C;
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
body .prestataires-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 980px) {
  body .prestataires-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  body .prestataires-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .prestataire-item {
  text-align: left;
  transition: transform 0.3s ease;
}
body .prestataire-item a {
  text-decoration: none;
}
body .prestataire-item:hover {
  transform: scale(1.05);
}
body .prestataire-logo img {
  max-width: 100%;
  height: auto;
}
body .prestataire-nom h3 {
  font-size: 1.2em;
  margin: 10px 0 0 0;
  color: #505050;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 175%;
  /* 28px */
}
body .prestataire-profession p {
  color: #777;
  color: #505050;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin: 0;
}
body hr {
  border: none;
  border-bottom: 2px dashed #ff646c;
  width: 100%;
  margin: 0;
}
.mirror, .single-projet .projet-content, .single-projet .section-partenaires {
  /*@include tabmob*/
}
.mirror .col-1_3:first-child, .single-projet .projet-content .col-1_3:first-child, .single-projet .section-partenaires .col-1_3:first-child {
  text-align: right;
}
.mirror .col-2_3:last-child, .single-projet .projet-content .col-2_3:last-child, .single-projet .section-partenaires .col-2_3:last-child {
  text-align: left;
}
.mirror .col-1_3:last-child, .single-projet .projet-content .col-1_3:last-child, .single-projet .section-partenaires .col-1_3:last-child {
  text-align: left;
}
.mirror .col-2_3:first-child, .single-projet .projet-content .col-2_3:first-child, .single-projet .section-partenaires .col-2_3:first-child {
  text-align: right;
}
@media (max-width: 980px) {
  .mirror .col-1_3:first-child, .single-projet .projet-content .col-1_3:first-child, .single-projet .section-partenaires .col-1_3:first-child {
    text-align: left;
  }
  .mirror .col-2_3:last-child, .single-projet .projet-content .col-2_3:last-child, .single-projet .section-partenaires .col-2_3:last-child {
    text-align: left;
  }
  .mirror .col-1_3:last-child, .single-projet .projet-content .col-1_3:last-child, .single-projet .section-partenaires .col-1_3:last-child {
    text-align: left;
  }
  .mirror .col-2_3:first-child, .single-projet .projet-content .col-2_3:first-child, .single-projet .section-partenaires .col-2_3:first-child {
    text-align: left;
  }
}
.page-template-home-fga .section-1 {
  background: #F5F5F5;
  padding-top: 50px;
  padding-bottom: 50px;
  /*@include tabmob*/
}
.page-template-home-fga .section-1 h1 {
  color: #FF646C;
  /* Headline 1 */
  font-family: "Roboto Slab";
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 120px */
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-home-fga .section-1 h4 {
  color: #777;
  /* Headline 4 */
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin-top: 0;
  margin-bottom: 10px;
}
.page-template-home-fga .section-1 p {
  color: #777;
  /* Body copy */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-home-fga .section-1 em {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
@media (max-width: 980px) {
  .page-template-home-fga .section-1 h1 {
    font-size: 42px;
  }
  .page-template-home-fga .section-1 h4 {
    font-size: 24px;
  }
  .page-template-home-fga .section-1 p {
    margin-bottom: 30px;
  }
}
.page-template-home-fga .section-1 .ligne-1 {
  margin-bottom: 0;
}
.page-template-home-fga .section-1 .ligne-2 {
  padding-bottom: 40px;
}
.page-template-home-fga .section-1 .ligne-2 .col-emphase p {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-1 .ligne-2 .col-emphase p {
    text-align: center;
  }
}
.page-template-home-fga .section-1 .ligne-2 .signe-top {
  margin-bottom: 22px;
}
.page-template-home-fga .section-1 .ligne-2 .signe-bot {
  transform: rotate(180deg) translate(-40px);
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-1 .ligne-2 .signe-bot {
    transform: rotate(180deg) translate(0);
  }
}
.page-template-home-fga .section-1 .ligne-3 {
  padding-left: 133px;
  padding-right: 133px;
  /*@include tabmob*/
  /*@include tabmob*/
}
.page-template-home-fga .section-1 .ligne-3 .col-1_3 {
  border-top: 2px dashed #FF646C;
  padding-top: 26px;
  max-width: 317px;
}
.page-template-home-fga .section-1 .ligne-3 col:first-child {
  padding-left: 0;
}
.page-template-home-fga .section-1 .ligne-3 col:last-child {
  padding-right: 0;
}
@media (max-width: 980px) {
  .page-template-home-fga .section-1 .ligne-3 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .page-template-home-fga .section-1 .ligne-3 .col-1_3 {
    max-width: 100%;
    margin-top: 30px;
  }
}
.page-template-home-fga .section-1 .ligne-3 h4 {
  color: #FF646C;
  /* Subtitle */
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
  margin: 0;
}
.page-template-home-fga .section-1 .ligne-3 p {
  color: #777;
  /* Body copy */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-bottom: 20px;
}
.page-template-home-fga .section-1 .ligne-3 a {
  color: #B6B6B6;
  /* Button */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.page-template-home-fga .section-1 .ligne-3 a .btn-arrow {
  padding: 0;
  border-radius: 11px;
  border: 1px solid rgba(120, 120, 120, 0.5);
  display: block;
  position: relative;
  margin-left: 15px;
  width: 32px;
  height: 20px;
  transition: all 0.3s ease;
}
.page-template-home-fga .section-1 .ligne-3 a .btn-arrow span {
  position: absolute;
  right: 8px;
  top: 3px;
  transition: all 0.3s ease;
}
.page-template-home-fga .section-1 .ligne-3 a .btn-arrow .fleche-droite {
  opacity: 1;
}
.page-template-home-fga .section-1 .ligne-3 a .btn-arrow .fleche-droite-large {
  opacity: 0;
}
.page-template-home-fga .section-1 .ligne-3 a .btn-arrow svg {
  margin: 0;
  overflow: visible;
  transition: all 0.3s ease;
}
.page-template-home-fga .section-1 .ligne-3 a:hover {
  color: #FF646C;
}
.page-template-home-fga .section-1 .ligne-3 a:hover .btn-arrow {
  background-color: #FF646C;
  border-color: #FF646C;
  width: 40px;
}
.page-template-home-fga .section-1 .ligne-3 a:hover .btn-arrow .fleche-droite {
  opacity: 0;
}
.page-template-home-fga .section-1 .ligne-3 a:hover .btn-arrow .fleche-droite-large {
  opacity: 1;
}
.page-template-home-fga .section-1 .ligne-3 a:hover .btn-arrow svg {
  width: 21px;
  /* Ajustez la largeur du SVG */
}
.page-template-home-fga .section-1 .ligne-3 .rs {
  display: flex;
  margin-top: 7px;
}
.page-template-home-fga .section-1 .ligne-3 .rs a {
  margin-right: 15px;
}
.page-template-home-fga .section-1 .ligne-3 .rs a svg path {
  transition: all 0.3s ease;
}
.page-template-home-fga .section-1 .ligne-3 .rs a:hover svg path {
  fill: #FF646C;
}
.page-template-home-fga .section-2 {
  background: var(--Basics-Neutral-200, #F0F0EF);
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-template-home-fga .section-2 .ligne-1 {
  margin-bottom: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-2 .ligne-1 {
    padding-bottom: 30px;
  }
}
.page-template-home-fga .section-2 .ligne-1 h5 {
  color: #FF646C;
  /* Headline 5 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 15px */
  text-transform: uppercase;
  margin: 0;
}
.page-template-home-fga .section-2 .ligne-1 h2 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
}
.page-template-home-fga .section-2 .ligne-2 {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-2 .ligne-2 {
    padding-bottom: 30px;
  }
}
.page-template-home-fga .section-2 .ligne-2 .col-emphase p {
  margin: 0;
  text-align: right;
}
.page-template-home-fga .section-2 .ligne-2 .col-emphase p em {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.page-template-home-fga .section-2 .ligne-2 .col-emphase p em strong {
  font-weight: 800;
}
.page-template-home-fga .section-2 .ligne-2 .col-emphase .signe-top {
  margin-bottom: 5px;
}
.page-template-home-fga .section-2 .ligne-2 .col-emphase .signe-bot {
  transform: rotate(180deg) translateY(0);
}
.page-template-home-fga .section-2 .ligne-2 .col-2_3 p {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin: 0;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery {
  width: 100%;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery {
  height: 470px;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk {
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk {
    display: none;
  }
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .item-box {
  height: 470px;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .item-box .eg-col {
  margin-bottom: 0;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk a {
  text-decoration: none;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk a:hover .arrow h5 {
  color: #FF646C;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk a:hover .arrow span {
  border-color: #FF646C;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk a:hover .arrow span path {
  fill: #FF646C;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk a:hover .col-2_3 .box-col img {
  filter: grayscale(0%);
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .col-1_3 {
  display: flex;
  flex-direction: column;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .col-1_3 .box-col {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .col-2_3 {
  display: flex;
  flex-direction: column;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .col-2_3 .box-col {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .col-2_3 .box-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .tag-list {
  display: flex;
  flex-wrap: wrap;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .tag-list .tag {
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  border-radius: 6px;
  background: var(--Basics-Neutral-200, #F0F0EF);
  color: #505050;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
  text-decoration: none;
  margin-bottom: 5px;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk h3 {
  color: #FF646C;
  /* HEADLINE 3 */
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  text-decoration: none;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk h4 {
  color: #FF646C;
  /* Subtitle */
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .trait {
  width: 58px;
  height: 1px;
  background-color: #787878;
  display: flex;
  margin: 20px 0;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk p {
  color: var(--Basics-Neutral-500, #2D2D2B);
  /* Body copy */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-top: 0;
  margin-bottom: 30px;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .arrow {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .arrow span {
  display: flex;
  padding: 3px 6px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .arrow span path {
  transition: all 0.3s ease;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-desk .arrow h5 {
  color: #B6B6B6;
  /* Button */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-mob {
  display: none;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-mob {
    display: flex;
  }
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-mob a {
  text-decoration: none;
  filter: grayscale(100%);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-mob .tag-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  margin-bottom: auto;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-mob .tag-list .tag {
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  border-radius: 6px;
  background: var(--Basics-Neutral-200, #F0F0EF);
  color: #505050;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
  text-decoration: none;
  margin-bottom: 5px;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-mob .bot {
  margin-top: auto;
  backdrop-filter: blur(27px);
  padding: 30px;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-mob h3 {
  color: #FFF;
  /* HEADLINE 3 */
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  margin-top: 0;
  margin-bottom: 10px;
}
.page-template-home-fga .section-2 .ligne-3 .container-gallery .gallery-item .item-mob h4 {
  color: #FFF;
  /* Button */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.page-template-home-fga .section-2 .box-controls-gallery.eg-ligne.small-ligne.ligne-3 {
  right: 0;
  padding-left: 133px;
  padding-right: 133px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-2 .box-controls-gallery.eg-ligne.small-ligne.ligne-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-home-fga .section-2 .box-controls-gallery.eg-ligne.small-ligne.ligne-3 .nav-slider-dot-solo {
  border: solid 1px var(--neutral-dark);
  height: 8px;
  width: 8px;
  background-color: #D9D9D9;
  border: none;
}
.page-template-home-fga .section-2 .box-controls-gallery.eg-ligne.small-ligne.ligne-3 .nav-slider-dot-solo.tns-nav-active {
  background-color: #787878;
}
.page-template-home-fga .section-2 .box-controls-gallery.eg-ligne.small-ligne.ligne-3 .btn-nav-slider {
  padding: 0;
  border-radius: 11px;
  border: 1px solid rgba(120, 120, 120, 0.5);
}
.page-template-home-fga .section-2 .box-controls-gallery.eg-ligne.small-ligne.ligne-3 .btn-nav-slider svg {
  margin: 5px 10px 0 10px;
}
.page-template-home-fga .section-2 .box-controls-gallery.eg-ligne.small-ligne.ligne-3 .btn-nav-slider:hover {
  border-color: #FF646C;
}
.page-template-home-fga .section-2 .box-controls-gallery.eg-ligne.small-ligne.ligne-3 .btn-nav-slider:hover path {
  fill: #FF646C;
}
.page-template-home-fga .section-3 {
  background: var(--Basics-Neutral-200, #F5F5F5);
  padding-bottom: 0;
}
.page-template-home-fga .section-3 .ligne-1 {
  margin-bottom: 0;
}
.page-template-home-fga .section-3 .ligne-1 h5 {
  color: #FF646C;
  /* Headline 5 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 15px */
  text-transform: uppercase;
  margin: 0;
}
.page-template-home-fga .section-3 .ligne-1 h2 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
}
.page-template-home-fga .section-3 .ligne-2 {
  margin-bottom: 60px;
}
.page-template-home-fga .section-3 .ligne-2 .col-1_3 p {
  margin: 0;
  text-align: right;
}
.page-template-home-fga .section-3 .ligne-2 .col-1_3 p em {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.page-template-home-fga .section-3 .ligne-2 .col-1_3 p em strong {
  font-weight: 800;
}
.page-template-home-fga .section-3 .ligne-2 .col-1_3 .signe-top {
  margin-bottom: 5px;
  transform: translateX(50px);
}
.page-template-home-fga .section-3 .ligne-2 .col-1_3 .signe-bot {
  transform: rotate(180deg) translateY(0);
}
.page-template-home-fga .section-3 .ligne-2 .col-2_3 p {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin: 0;
}
.page-template-home-fga .section-3 .ligne-3 {
  border-bottom: 2px dashed #FF646C;
  padding-bottom: 110px;
  margin-bottom: 100px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-3 .ligne-3 .eg-col {
    margin-bottom: 0;
  }
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes {
  display: flex;
  height: 164px;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 15px;
  background: #FFF;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1.5px solid #FFf;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes .top-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: auto;
  flex-wrap: wrap;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes .top-item h3 {
  word-wrap: break-word;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes .top-item h3, .page-template-home-fga .section-3 .ligne-3 .item-nos-themes .top-item p {
  color: #BBB;
  /* HEADLINE 3 */
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  margin: 0;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .page-template-home-fga .section-3 .ligne-3 .item-nos-themes .top-item h3, .page-template-home-fga .section-3 .ligne-3 .item-nos-themes .top-item p {
    font-size: 24px;
  }
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes .arrow {
  border-radius: 11px;
  background: #F0F0EF;
  margin-top: 30px;
  padding: 4px 10px;
  display: flex;
  transition: all 0.3s ease;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes .arrow path {
  transition: all 0.3s ease;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes:hover {
  border: 1.5px solid #FF646C;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes:hover .arrow {
  background-color: #FF646C;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes:hover .arrow path {
  fill: #fff;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes.item-type-specificite {
  height: 363px;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes.item-type-specificite h3, .page-template-home-fga .section-3 .ligne-3 .item-nos-themes.item-type-specificite span, .page-template-home-fga .section-3 .ligne-3 .item-nos-themes.item-type-specificite p {
  color: #FF646C;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes.item-type-specificite .trait {
  width: 56px;
  background-color: #FF646C;
  height: 1px;
}
.page-template-home-fga .section-3 .ligne-3 .item-nos-themes.item-type-specificite .texte-item-theme {
  margin-top: 20px;
  margin-bottom: 0;
  color: #FF646C;
  /* Body copy */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.page-template-home-fga .section-3 .ligne-3 .projet {
  height: 164px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}
.page-template-home-fga .section-3 .ligne-3 .projet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.page-template-home-fga .section-3 .ligne-3 .projet:hover img {
  filter: grayscale(0);
}
.page-template-home-fga .section-3 .ligne-4 p {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
}
.page-template-home-fga .section-3 .ligne-5 .col-1_3 p {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-align: right;
  margin: 0;
}
.page-template-home-fga .section-3 .ligne-5 .col-1_3 p strong {
  font-weight: 800;
  margin-bottom: 0;
}
.page-template-home-fga .section-3 .ligne-5 .col-2_3 p {
  color: #777;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-home-fga .section-3 .ligne-6 p {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
}
.page-template-home-fga .section-3 .ligne-7 {
  border-bottom: 2px dashed #FF646C;
  padding-bottom: 110px;
}
.page-template-home-fga .section-3 .ligne-7 .col-1_3 p {
  color: #FF646C;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin: 0;
}
.page-template-home-fga .section-3 .ligne-7 .col-1_3 p strong {
  font-weight: 800;
  margin-bottom: 0;
}
.page-template-home-fga .section-3 .ligne-7 .col-2_3 p {
  color: #777;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-home-fga .section-3 .ligne-7 .col-2_3 .arrow {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.page-template-home-fga .section-3 .ligne-7 .col-2_3 .arrow span {
  display: flex;
  padding: 3px 6px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.page-template-home-fga .section-3 .ligne-7 .col-2_3 .arrow span path {
  transition: all 0.3s ease;
}
.page-template-home-fga .section-3 .ligne-7 .col-2_3 .arrow h5 {
  color: #B6B6B6;
  /* Button */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.page-template-home-fga .section-3 .ligne-7 .col-2_3 .arrow:hover h5 {
  color: #FF646C;
}
.page-template-home-fga .section-3 .ligne-7 .col-2_3 .arrow:hover span {
  border-color: #FF646C;
}
.page-template-home-fga .section-3 .ligne-7 .col-2_3 .arrow:hover span path {
  fill: #FF646C;
}
.page-template-home-fga .section-4 {
  background-image: url("/wp-content/uploads/2024/07/carte-dot.jpg");
  min-height: 1265px;
  background-size: cover;
  background-position: center;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-home-fga .section-4 {
    background-position-x: 40%;
  }
}
.page-template-home-fga .section-4 .ligne-1 {
  margin-bottom: 0;
}
.page-template-home-fga .section-4 .ligne-1 h5 {
  color: #FF646C;
  /* Headline 5 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 15px */
  text-transform: uppercase;
  margin: 0;
}
.page-template-home-fga .section-4 .ligne-1 h2 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
}
.page-template-home-fga .section-4 .ligne-1 p {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-home-fga .section-2 .ligne-1 h2 {
    font-size: 40px;
    line-height: 43px;
    word-break: break-word;
    margin: 10px 0;
    padding-bottom: 20px;
  }
  .page-template-home-fga .section-2 .ligne-2 .col-2_3 p {
    font-size: 18px;
  }
  .page-template-home-fga .section-2 .ligne-2 .col-1_3 p {
    text-align: center;
  }
  .page-template-home-fga .section-2 .ligne-2 .col-1_3 .signe-top {
    transform: translateX(0);
  }
  .page-template-home-fga .section-2 .ligne-2 .col-1_3 .signe-bot {
    margin-bottom: 30px;
  }
  .page-template-home-fga .section-3 .ligne-1 h2 {
    font-size: 40px;
    line-height: 43px;
    word-break: break-word;
    margin: 10px 0;
    padding-bottom: 20px;
  }
  .page-template-home-fga .section-3 .ligne-2 .col-2_3 p {
    font-size: 18px;
  }
  .page-template-home-fga .section-3 .ligne-2 .col-1_3 p {
    text-align: center;
  }
  .page-template-home-fga .section-3 .ligne-2 .col-1_3 .signe-top {
    transform: translateX(0);
  }
  .page-template-home-fga .section-3 .ligne-2 .col-1_3 .signe-bot {
    margin-bottom: 30px;
  }
  .page-template-home-fga .section-3 .ligne-3 {
    padding-bottom: 30px;
    margin-bottom: 12px;
  }
  .page-template-home-fga .section-3 .ligne-3 .item-nos-themes .top-item h3, .page-template-home-fga .section-3 .ligne-3 .item-nos-themes .top-item p {
    font-size: 22px;
  }
  .page-template-home-fga .section-3 .ligne-5 .col-2_3 p {
    font-size: 14px;
  }
  .page-template-home-fga .section-3 .ligne-5 .col-1_3 {
    margin-bottom: 30px;
  }
  .page-template-home-fga .section-3 .ligne-5 .col-1_3 p {
    text-align: left;
  }
  .page-template-home-fga .section-3 .ligne-6 p {
    font-size: 18px;
  }
  .page-template-home-fga .section-3 .ligne-7 .col-1_3 p {
    text-align: center;
    margin: 30px;
  }
  .page-template-home-fga .section-4 {
    min-height: 770px;
  }
  .page-template-home-fga .section-4 .ligne-1 h2 {
    font-size: 40px;
    line-height: 43px;
    word-break: break-word;
    margin: 10px 0;
    padding-bottom: 20px;
  }
  .page-template-home-fga .section-4 .ligne-1 p {
    font-size: 18px;
  }
  .page-template-home-fga .section-5 .ligne-1 h2 {
    font-size: 40px;
    line-height: 43px;
    word-break: break-word;
    margin: 10px 0;
    padding-bottom: 20px;
  }
  .page-template-home-fga .section-5 .ligne-2 .col-1_3 p {
    text-align: center;
  }
  .page-template-home-fga .section-5 .ligne-2 .col-1_3 .signe-top {
    transform: translateX(0);
  }
  .page-template-home-fga .section-5 .ligne-2 .col-1_3 .signe-bot {
    margin-bottom: 30px;
  }
  .page-template-home-fga .section-5 .ligne-2 .col-2_3 p {
    font-size: 18px;
  }
}
.page-template-projets-fga {
  background: #F5F5F5;
}
.page-template-projets-fga .section-1 {
  padding-bottom: 70px;
}
.page-template-projets-fga .section-1 .ligne-3 {
  margin-bottom: 0;
}
.download-button {
  display: none;
}
.single-projet .download-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  border-radius: 10px;
  background: #505050;
  display: flex;
  padding: 10px 15px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.single-projet .section-header {
  padding-bottom: 30px;
}
.single-projet .section-header hr {
  border: none;
  border-bottom: 2px dashed #ff646c;
  width: 100%;
  margin: 0;
}
.single-projet .section-header hr.gris {
  border: none;
  border-bottom: 2px dashed #E2E1DD;
  width: 100%;
  margin: 0;
}
.single-projet .section-header .arrow {
  margin-bottom: 36px;
}
.single-projet .section-header .arrow .btn-arrow {
  transform: rotate(180deg);
}
.single-projet .section-header img {
  border-radius: 15px 0px;
  overflow: hidden;
  margin-bottom: 40px;
}
.single-projet .section-header .ligne-3 {
  margin-bottom: 0;
}
.single-projet .section-header .ligne-3 .col-1_3 .intro-tag {
  border-radius: 15px;
  background: #FFF;
  display: flex;
  padding: 15px 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.single-projet .section-header .ligne-3 .col-1_3 .intro-tag .title {
  color: #2D2D2B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.single-projet .section-header .ligne-3 .col-1_3 .intro-tag .number {
  color: #FF646C;
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  margin: 0;
}
.single-projet .section-header .ligne-3 .col-2_3 .sub-ligne {
  padding: 15px 0;
}
.single-projet .section-header .ligne-3 .col-2_3 .sub-ligne p {
  color: #2D2D2B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin: 15px 0;
}
.single-projet .section-header .ligne-3 .col-2_3 .sub-ligne p strong {
  font-weight: 800;
  margin-left: 10px;
}
.single-projet .section-header .ligne-3 .col-2_3 .sub-ligne.tags {
  display: flex;
  flex-wrap: wrap;
}
.single-projet .section-header .ligne-3 .col-2_3 .sub-ligne.tags .eg-tag {
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  color: #505050;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid var(--Basics-Neutral-300, #E2E1DD);
  text-decoration: none;
  margin: 15px 15px 15px 0;
}
.single-projet .projet-content .section-title {
  padding-bottom: 0;
}
.single-projet .projet-content .section-title + .eg-section {
  padding-top: 0;
}
.single-projet .projet-content .ligne-title {
  /*@include mobile*/
}
.single-projet .projet-content .ligne-title h2 {
  color: #FF646C;
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 125px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 40px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .single-projet .projet-content .ligne-title h2 {
    font-size: 40px;
    word-wrap: break-word;
  }
}
.single-projet .section-projets .ligne-1 {
  margin-bottom: 0;
}
.single-projet .section-projets .ligne-1 h5 {
  color: #FF646C;
  /* Headline 5 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 15px */
  text-transform: uppercase;
  margin: 0;
}
.single-projet .section-projets .ligne-1 h2 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .single-projet .section-projets .ligne-1 h2 {
    font-size: 43px;
    line-height: 1.3em;
    margin-bottom: 30px;
  }
}
.single-projet .section-projets .ligne-2 {
  margin-bottom: 60px;
}
.single-projet .section-projets .ligne-2 .col-1_3 p {
  margin: 0;
  text-align: right;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .single-projet .section-projets .ligne-2 .col-1_3 p {
    text-align: center;
  }
}
.single-projet .section-projets .ligne-2 .col-1_3 p em {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.single-projet .section-projets .ligne-2 .col-1_3 p em strong {
  font-weight: 800;
}
.single-projet .section-projets .ligne-2 .col-1_3 .signe-top {
  margin-bottom: 5px;
  transform: translateX(50px);
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .single-projet .section-projets .ligne-2 .col-1_3 .signe-top {
    transform: translate(0);
  }
}
.single-projet .section-projets .ligne-2 .col-1_3 .signe-bot {
  transform: rotate(180deg) translateY(0);
}
.single-projet .section-projets .ligne-2 .col-2_3 p {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin: 0;
}
.single-projet .section-partenaires h2 {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin: 0;
}
.single-projet .section-partenaires .col-2_3 span, .single-projet .section-partenaires .col-2_3 p, .single-projet .section-partenaires .col-2_3 a {
  text-decoration: none;
  color: #2D2D2B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.single-projet .section-partenaires .col-2_3 span strong a, .single-projet .section-partenaires .col-2_3 p strong a, .single-projet .section-partenaires .col-2_3 a strong a {
  font-weight: bold;
}
.page-template-blog-template {
  background: #F5F5F5;
}
.page-template-blog-template .top-header-mobile {
  background: #F5F5F5;
}
.page-template-blog-template .section-header {
  padding-bottom: 250px;
  background: #F5F5F5;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-blog-template .section-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-template-blog-template .section-header .ligne-1 {
  margin-bottom: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-blog-template .section-header .ligne-1 {
    padding-bottom: 30px;
  }
}
.page-template-blog-template .section-header .ligne-1 h5 {
  color: #FF646C;
  /* Headline 5 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 15px */
  text-transform: uppercase;
  margin: 0;
}
.page-template-blog-template .section-header .ligne-1 h1 {
  color: #FF646C;
  /* Headline_2 */
  font-family: "Roboto Slab";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .page-template-blog-template .section-header .ligne-1 h1 {
    font-size: 43px;
  }
}
.page-template-blog-template .section-header .ligne-1 h4 {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
}
.page-template-blog-template .section-header .ligne-2 {
  /*@include tabmob*/
  /*@include mobile*/
}
@media (max-width: 980px) {
  .page-template-blog-template .section-header .ligne-2 {
    padding-bottom: 30px;
  }
}
.page-template-blog-template .section-header .ligne-2 .col-emphase p {
  margin: 0;
  text-align: right;
}
.page-template-blog-template .section-header .ligne-2 .col-emphase p em {
  color: #FF646C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.page-template-blog-template .section-header .ligne-2 .col-emphase p em strong {
  font-weight: 800;
}
.page-template-blog-template .section-header .ligne-2 .col-emphase .signe-top {
  margin-bottom: 5px;
  transform: translateX(50px);
}
.page-template-blog-template .section-header .ligne-2 .col-emphase .signe-bot {
  transform: rotate(180deg) translateY(0);
}
@media (max-width: 767px) {
  .page-template-blog-template .section-header .ligne-2 .col-emphase {
    margin-bottom: 30px;
  }
  .page-template-blog-template .section-header .ligne-2 .col-emphase .signe-top {
    transform: translateX(0);
  }
  .page-template-blog-template .section-header .ligne-2 .col-emphase p {
    text-align: center;
  }
}
.page-template-blog-template .section-header .ligne-2 .col-2_3 p {
  color: #777;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin: 0;
}
#page-modulaire {
  /*@include tabmob*/
  /*@include tabmob*/
}
#page-modulaire .eg-section:first-child {
  padding-top: 0;
}
#page-modulaire .eg-ligne {
  margin-bottom: 0;
}
#page-modulaire .eg-col.tirets-top {
  border-top: 2px dashed #FF646C;
  padding-top: 26px;
}
#page-modulaire hr {
  border: none;
  border-bottom: 2px dashed #ff646c;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
#page-modulaire .eg-ligne.small-ligne {
  padding-left: 120px;
}
#page-modulaire .eg-ligne.small-ligne {
  padding-right: 120px;
}
#page-modulaire .eg-ligne.ligne-link {
  padding-right: 240px;
}
#page-modulaire .eg-ligne.ligne-link h4 {
  color: #FF646C;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 980px) {
  #page-modulaire .eg-ligne.small-ligne {
    padding-left: 0;
  }
  #page-modulaire .eg-ligne.small-ligne {
    padding-right: 0;
  }
  #page-modulaire .eg-ligne.ligne-link {
    padding-right: 0;
  }
}
#page-modulaire .eg-ligne.small-ligne > .eg-col:first-child {
  padding-left: 0;
}
#page-modulaire .eg-ligne.small-ligne > .eg-col:last-child {
  padding-right: 0;
}
@media (max-width: 980px) {
  #page-modulaire .eg-ligne.small-ligne > .eg-col:first-child {
    padding-left: 0;
  }
  #page-modulaire .eg-ligne.small-ligne > .eg-col:last-child {
    padding-right: 0;
  }
}
#page-modulaire .posts {
  margin-top: 50px;
}
#page-modulaire .flex-column {
  display: flex;
  flex-direction: column;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  #page-modulaire .flex-column {
    margin-bottom: 40px;
  }
}
#page-modulaire .bloc-rich-text.bloc-bouton {
  margin-top: auto;
}
#page-modulaire .bloc-rich-text.bloc-bouton p {
  margin: 0;
  display: flex;
}
#page-modulaire .bloc-rich-text.bloc-bouton a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 15px */
  text-decoration: none;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 15px */
  border-radius: 10px;
  background: #505050;
  display: flex;
  padding: 10px 15px;
}
.single .sub-ligne {
  padding: 15px 0;
}
.single .sub-ligne p {
  color: #2D2D2B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin: 15px 0;
}
.single .sub-ligne p strong {
  font-weight: 800;
  margin-left: 10px;
}
.single .sub-ligne.tags {
  display: flex;
  flex-wrap: wrap;
}
.single .sub-ligne.tags .eg-tag {
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  color: #505050;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid var(--Basics-Neutral-300, #E2E1DD);
  text-decoration: none;
  margin: 15px 15px 15px 0;
}
.single .section-article {
  padding-top: 0;
}
.single .article {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  /*@include mobile*/
}
.single .article .body-article {
  padding: 60px;
  /*@include tabmob*/
}
@media (max-width: 980px) {
  .single .article .body-article {
    padding: 20px;
  }
}
.single .article .image-header-desktop {
  display: block;
  height: 465px;
  width: 100%;
  object-fit: cover;
}
.single .article .image-header-mobile {
  display: none;
}
@media (max-width: 767px) {
  .single .article .image-header-desktop {
    display: none;
  }
  .single .article .image-header-mobile {
    display: block;
  }
}
.single .article h1 {
  margin-top: 60px;
}
.single .article .bloc-video {
  border-radius: 15px;
}
body.page-template-liste-projets-template .item-projet {
  height: 400px;
  filter: none;
}
.page-template-liste-cv-template {
  /*@include tabmob*/
}
.page-template-liste-cv-template button {
  text-decoration: none;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  border-radius: 10px;
  background: #505050;
  display: flex;
  padding: 10px 15px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.page-template-liste-cv-template .item {
  break-inside: avoid-column;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.page-template-liste-cv-template .item p {
  margin: 0 0 0 10px;
  padding: 0;
}
.page-template-liste-cv-template .col-full {
  column-count: 3;
}
@media (max-width: 980px) {
  .page-template-liste-cv-template .col-full {
    column-count: 1;
  }
}
.barre-rouge {
  background: #FB364B;
  height: 33px;
  width: 100vw;
  position: absolute;
}
.barre-rouge-gauche {
  border-radius: 0px 0px 15px 0px;
  top: 0;
  right: 100%;
}
.barre-rouge-droite {
  border-radius: 15px 0px 0px 0px;
  bottom: 0;
  left: 100%;
}
/*@include mobile*/
@media (max-width: 767px) {
  .barre-rouge-gauche {
    display: none;
  }
  .barre-rouge-droite {
    left: 66%;
  }
  .page-template-agenda-template .header-std .eg-ligne, .page-template-blog-template .header-std .eg-ligne {
    padding-top: 30px;
    padding-bottom: 83px;
  }
}
.header-std {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
}
.header-std .eg-ligne {
  padding-top: 83px;
  padding-bottom: 200px;
  margin-bottom: 0;
}
.header-std .ariane {
  padding-left: 0;
  margin-bottom: 70px;
}
.header-std .ariane p {
  margin: 0;
  font-size: 14px;
}
.header-std h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0;
}
.header-std h1 {
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  color: var(--neutral-light);
}
.header-std h2 {
  margin-bottom: 50px;
  margin-top: 0;
}
.header-std a.eg-btn {
  color: #fff;
  display: inline-block;
}
.header-std .eg-btn {
  background-color: transparent;
}
.header-std .eg-btn.active, .header-std .eg-btn:hover {
  color: var(--primary-color);
  background-color: #fff;
}
.eg-col.col-title-chevron {
  display: flex;
  margin-bottom: 40px;
}
.eg-col.col-title-chevron h2 {
  color: #FB364B;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.eg-col.col-title-chevron span {
  display: flex;
  align-items: center;
}
.eg-col.col-title-chevron span svg {
  width: 24px;
}
.eg-col.col-title-chevron .chevron-title-droite {
  margin-right: 15px;
}
.eg-col.col-title-chevron .chevron-title-gauche {
  margin-left: auto;
}
/*@include mobile*/
@media (max-width: 767px) {
  .eg-col.col-title-chevron {
    margin-bottom: 30px;
  }
  .eg-col.col-title-chevron .chevron-title-gauche {
    display: none;
  }
  .eg-col.col-title-chevron span {
    align-items: flex-start;
  }
  .eg-col.col-title-chevron svg {
    margin-top: 0.5em;
  }
}
/*------*/
/*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);
}
/*PROJETS*/
.eg-section.header-filtre {
  overflow: visible;
}
.eg-section.section-counter {
  padding-top: 0;
  padding-bottom: 0;
}
.eg-section.section-counter .post-counter {
  display: flex;
  align-items: center;
}
.section-bloc-top {
  max-width: 600px;
  margin: auto;
  transform: translateY(-150px);
  margin-bottom: -150px;
  background-color: #ececec;
  padding: 50px;
  border: solid 1px black;
}
.section-bloc-top .eg-ligne {
  max-width: 800px;
}
.section-bloc-top .projet-tags .eg-tag {
  text-decoration: none;
  padding: 5px 10px;
  border: solid 1px black;
  margin-right: 10px;
}
.section-bloc-partenaires {
  max-width: 600px;
  margin: auto;
  background-color: #ececec;
  padding: 50px;
  border: solid 1px black;
}
.section-bloc-partenaires .eg-ligne {
  max-width: 800px;
}
.projets {
  display: flex;
}
.posts {
  display: flex;
  flex-wrap: wrap;
  width: 102.5%;
  margin-right: -1.25%;
  margin-left: -1.25%;
}
/*@include mobile*/
@media (max-width: 767px) {
  .posts {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .posts .item-mini-post {
    transform: translateX(-20px);
    transform: none;
    margin-bottom: 30px;
  }
}
/*MINI POST*/
.item-mini-post {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-bottom: 2px dashed #FF646C;
  width: calc(92.5% / 3);
  margin-bottom: 1.25%;
  position: relative;
  margin: 1.25%;
}
.item-mini-post .mini-post-img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.item-mini-post .mini-post-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.item-mini-post .mini-post-bot {
  position: relative;
  margin-top: auto;
  padding: 30px 20px;
  height: 275px;
  display: flex;
  flex-direction: column;
}
.item-mini-post .mini-post-bot h4 {
  color: #787878;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 0;
}
.item-mini-post .mini-post-bot p {
  color: #787878;
  /* Body copy */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: auto;
  line-height: 175%;
  /* 28px */
}
.item-mini-post .mini-post-bot .arrow {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.item-mini-post .mini-post-bot .arrow h5 {
  color: #B6B6B6;
  /* Button */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 0;
}
.item-mini-post .mini-post-bot .arrow .btn-arrow {
  padding: 0;
  border-radius: 11px;
  border: 1px solid rgba(120, 120, 120, 0.5);
  display: block;
  position: relative;
  margin-left: 15px;
  width: 32px;
  height: 20px;
  transition: all 0.3s ease;
}
.item-mini-post .mini-post-bot .arrow .btn-arrow span {
  position: absolute;
  right: 8px;
  top: 3px;
  transition: all 0.3s ease;
}
.item-mini-post .mini-post-bot .arrow .btn-arrow .fleche-droite {
  opacity: 1;
}
.item-mini-post .mini-post-bot .arrow .btn-arrow .fleche-droite-large {
  opacity: 0;
}
.item-mini-post .mini-post-bot .arrow .btn-arrow svg {
  margin: 0;
  overflow: visible;
  transition: all 0.3s ease;
}
.item-mini-post:hover .mini-post-img img {
  filter: grayscale(0);
}
.item-mini-post:hover .mini-post-bot .arrow h5 {
  color: #FF646C;
}
.item-mini-post:hover .mini-post-bot .btn-arrow {
  background-color: #FF646C;
  border-color: #FF646C;
  width: 40px;
}
.item-mini-post:hover .mini-post-bot .btn-arrow .fleche-droite {
  opacity: 0;
}
.item-mini-post:hover .mini-post-bot .btn-arrow .fleche-droite-large {
  opacity: 1;
}
.item-mini-post:hover .mini-post-bot .btn-arrow svg {
  width: 21px;
  /* Ajustez la largeur du SVG */
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .item-mini-post {
    width: calc(95% / 2);
  }
  .item-mini-post:nth-child(3n+3) {
    margin-right: 1.25%;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .item-mini-post {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.mini-event:hover .mini-event-panel {
  transform: translateY(0);
  background-color: rgba(171, 0, 18, 0.53);
}
.mini-event:hover .mini-event-panel .mini-event-panel-bot {
  opacity: 1;
  margin-top: 10px;
}
.mini-event.mini-event-type-rencontre .mini-event-panel {
  background-color: var(--primary-color);
}
.mini-event.mini-event-type-rencontre .date-mini-event {
  background-color: #fff;
}
.mini-event.mini-event-type-rencontre .date-mini-event .tiret-date {
  background-color: var(--primary-color);
}
.mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour, .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-mois, .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour-sem {
  color: var(--primary-color);
}
.item-mini-event:nth-child(3n+3), .item-mini-post:nth-child(3n+3) {
  margin-right: 0;
}
.loop-archive-event {
  display: flex;
  flex-wrap: wrap;
}
.mini-event .filtre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  transition: var(--transition-2);
}
.mini-event .mini-event-img-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--transition-2);
}
.mini-event:hover .mini-event-img-portrait img {
  transform: scale(1.07);
}
.mini-event-img-portrait {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.mini-event-img-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.date-mini-event, .date-mini-post {
  width: 65px;
  height: 133px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--primary-color);
  color: var(--blanc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 38px;
  z-index: 2;
}
.date-mini-event .mini-event-jour, .date-mini-post .mini-event-jour {
  font-size: 30px;
  color: var(--blanc);
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.date-mini-event .mini-event-mois, .date-mini-event .mini-event-jour-sem, .date-mini-post .mini-event-mois, .date-mini-post .mini-event-jour-sem {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 143.75%;
  text-transform: uppercase;
  color: var(--blanc);
  margin: 0;
  text-align: center;
}
.date-mini-event .mini-event-jour-sem, .date-mini-post .mini-event-jour-sem {
  font-size: 14px;
}
.date-mini-event .tiret-date, .date-mini-post .tiret-date {
  background-color: var(--blanc);
  width: 9px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .item-mini-post {
    width: calc(95% / 2);
  }
  .item-mini-event:nth-child(3n+3), .item-mini-post:nth-child(3n+3) {
    margin-right: 1.25%;
  }
  .item-mini-event:nth-child(2n+2), .item-mini-post:nth-child(2n+2) {
    margin-right: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .item-mini-event {
    width: 97.5%;
    margin: 8px 1.25%;
  }
  .item-mini-event:nth-child(3n+3) {
    margin-right: 1.25%;
  }
  .item-mini-event:nth-child(2n+2) {
    margin-right: 1.25%;
  }
  .item-mini-post:nth-child(3n+3) {
    margin-right: 0;
  }
  .item-mini-post:nth-child(2n+2) {
    margin-right: 0;
  }
}
/*AGENDA*/
.page-template-agenda-template, .page-template-blog-template {
  background-color: var(--primary-bg-color);
}
.page-template-agenda-template .header-std .ariane, .page-template-blog-template .header-std .ariane {
  margin-bottom: 130px;
}
.page-template-agenda-template .header-agenda-filtre, .page-template-blog-template .header-agenda-filtre {
  background-color: var(--primary-color);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}
.page-template-agenda-template .header-agenda-filtre .eg-ligne, .page-template-blog-template .header-agenda-filtre .eg-ligne {
  margin: 0 auto;
}
.page-template-agenda-template .header-agenda-filtre .eg-ligne .event-counter, .page-template-blog-template .header-agenda-filtre .eg-ligne .event-counter {
  margin: 0;
  color: var(--blanc, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.page-template-agenda-template .header-agenda-filtre .eg-ligne .event-counter svg, .page-template-blog-template .header-agenda-filtre .eg-ligne .event-counter svg {
  width: 18px;
  margin-right: 10px;
}
.page-template-agenda-template .header-agenda-filtre .eg-ligne .event-counter path, .page-template-blog-template .header-agenda-filtre .eg-ligne .event-counter path {
  fill: #fff;
}
.box-header-agenda-filtre {
  justify-content: space-between;
  position: relative;
}
.box-header-agenda-filtre .filtre {
  display: flex;
}
.bloc-filtre {
  display: flex;
  align-items: center;
  margin-right: 30px;
  flex-direction: column;
  width: 30%;
  margin-right: 3%;
  z-index: 999;
}
.btn-filtre {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 15px 10px 15px 15px;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 13px 0;
  cursor: pointer;
  justify-content: space-between;
}
.btn-filtre h3 {
  color: var(--primary-color);
  font-size: 14px;
  padding-bottom: 0;
  margin: 0;
  font-weight: 400;
  text-align: left;
}
.filtre-list {
  display: block;
  overflow: hidden;
  background-color: #fff;
  font-size: 13px;
  border-radius: 8px;
  padding: 15px 10px 3px 15px;
  position: absolute;
  width: auto;
  min-width: 100%;
  opacity: 0;
  transition: var(--transition-2);
  max-height: 0px;
  padding-top: 0;
}
.bloc-filtre.hovered .picto-fleche-filtre {
  transform: rotate(180deg);
}
.bloc-filtre.hovered .filtre-list {
  opacity: 1;
  z-index: 999;
  max-height: 10000px;
  padding-top: 15px;
}
.btn-list.hovered .filtre-list {
  max-height: 1000px;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.btn-list.hovered .filtre-list label:not(:first-child) {
  opacity: 1;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.btn-list {
  width: 100%;
  height: auto;
  position: relative;
}
.picto-fleche-filtre {
  right: 10px;
  top: 22px;
  z-index: 3;
  transition: var(--transition-2);
  display: flex;
}
.filtre-list label {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  text-align: left;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  color: #7977ff;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filtre-list label.selected {
  color: #4946ff;
}
.filtre-list label input[type="checkbox"] {
  display: none;
}
.filtre-list label .control__indicator {
  opacity: 0;
  transition: var(--transition-2);
  margin-left: auto;
}
.filtre-list label.selected .control__indicator {
  opacity: 1;
}
@media (max-width: 767px) {
  .filtre-list {
    max-width: none;
  }
}
.event-counter {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--main-strong-color);
  padding-bottom: 0;
}
.event-counter span {
  color: #fff;
  min-width: 25px;
  text-align: right;
}
.ajax-post-loader {
  position: absolute;
  width: 44px;
  left: -46px;
  top: 15px;
}
.ajax-post-loader svg {
  display: none;
}
/*@include mobile*/
@media (max-width: 767px) {
  .ajax-post-loader {
    left: auto;
    top: auto;
    right: 0;
    bottom: -17px;
  }
}
.content-page-agenda {
  padding-top: calc(110px - 1.5%);
}
.section-title-old-event {
  background-color: #fff;
  padding-bottom: 0;
}
.content-page-agenda-old-event {
  padding-top: 0;
  background-color: #fff;
  /*old event classique*/
  /*old event rencontre*/
}
.content-page-agenda-old-event .date-mini-event {
  background-color: #D3C9CA;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event .filtre {
  background: linear-gradient(180deg, rgba(211, 201, 202, 0.5) 0%, #D3C9CA 100%);
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event .mini-event-panel {
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event:hover .date-mini-event {
  background: #6A4F50;
}
.content-page-agenda-old-event .mini-event:hover .filtre {
  opacity: 0;
}
.content-page-agenda-old-event .mini-event:hover .mini-event-panel {
  background-color: rgba(106, 79, 80, 0.8);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event {
  background-color: #fff;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour, .content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-mois, .content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour-sem {
  color: #D3C9CA;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .tiret-date {
  background-color: #D3C9CA;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour-sem {
  font-size: 14px;
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .mini-event-panel {
  background-color: #D3C9CA;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event {
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event .mini-event-jour, .content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event .mini-event-mois, .content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event .mini-event-jour-sem {
  color: #6A4F50;
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event .tiret-date {
  background-color: #6A4F50;
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .mini-event-panel {
  background: #6A4F50;
}
.page-template-agenda-template .prev-saisons {
  padding-top: 35px;
  padding-bottom: 130px;
  background: var(--couleurrouge, #FB364B);
}
.page-template-agenda-template .prev-saisons svg {
  width: 17px;
  margin-right: 10px;
}
.page-template-agenda-template .prev-saisons svg path {
  fill: #fff;
}
.page-template-agenda-template .prev-saisons h3 {
  color: var(--blanc, #FFF);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.page-template-agenda-template .prev-saisons p {
  color: var(--blanc, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.page-template-agenda-template .prev-saisons .eg-btn {
  margin-top: auto;
}
.page-template-agenda-template .prev-saisons .col-1_4 {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-agenda-template .prev-saisons, .page-template-blog-template .prev-saisons {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-agenda-template .prev-saisons .col-1_4, .page-template-blog-template .prev-saisons .col-1_4 {
    align-items: normal;
    justify-content: start;
  }
  .page-template-agenda-template .prev-saisons .col-1_4 .eg-btn, .page-template-blog-template .prev-saisons .col-1_4 .eg-btn {
    margin-top: 34px;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .box-header-agenda-filtre .filtre {
    flex-direction: column;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre {
    width: 100%;
    margin-right: 0;
    z-index: auto;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre .btn-list {
    max-height: 0;
    overflow: hidden;
    transition: var(--transition-2);
  }
  .box-header-agenda-filtre .filtre .bloc-filtre .btn-list .filtre-list {
    max-height: 0;
    position: relative;
    transition: var(--transition-2);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre.hovered .btn-list {
    max-height: 1000px;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre.hovered .btn-list .filtre-list {
    max-height: 1000px;
    padding: 15px 10px 3px 15px;
    margin-bottom: 20px;
  }
  .content-page-agenda {
    padding-top: calc(60px - 16px);
    padding-bottom: calc(60px - 16px);
  }
  .section-title-old-event {
    padding-top: 70px;
  }
  .content-page-agenda-old-event {
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .content-page-agenda-old-event .section-events {
    padding-left: 0;
    padding-right: 0;
  }
  .content-page-agenda-old-event .events, .content-page-agenda-old-event .posts {
    flex-wrap: nowrap;
    margin-right: 0;
    display: block;
  }
  .content-page-agenda-old-event .events .item-mini-event, .content-page-agenda-old-event .posts .item-mini-event {
    margin: 0;
    transform: translateX(-20px);
  }
}
/*HOME*/
.page-template-home-template .header-std {
  display: block;
  height: 760px;
  overflow: hidden;
}
.page-template-home-template .header-std .eg-ligne {
  padding-bottom: 0;
}
.page-template-home-template .header-std .section-barres {
  position: absolute;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  overflow: visible;
}
.page-template-home-template .header-std .section-barres .eg-ligne {
  padding: 0;
}
.page-template-home-template .header-std .section-barre-rouge-gauche {
  top: 0;
}
.page-template-home-template .header-std .section-barre-rouge-droite {
  bottom: 0;
}
.page-template-home-template .header-std .item-slider-home {
  height: 760px;
  position: relative;
}
.page-template-home-template .header-std .item-slider-home .img-bg-slider-home {
  display: block;
  object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.page-template-home-template .header-std .item-slider-home .img-bg-slider-home-mob {
  display: none;
  object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.page-template-home-template .header-std .item-slider-home .eg-section {
  background: transparent;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.page-template-home-template .header-std .item-slider-home .eg-section .eg-ligne {
  height: 100%;
}
.page-template-home-template .header-std .item-slider-home .contenu-item {
  padding-top: 200px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event {
  width: 100px;
  height: 200px;
  border-radius: 0px 0px 15px 15px;
  background-color: var(--primary-color);
  color: var(--blanc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event .event-jour {
  font-size: 45px;
  color: var(--blanc);
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event .event-mois, .page-template-home-template .header-std .item-slider-home .contenu-item .date-event .event-jour-sem {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 143.75%;
  text-transform: uppercase;
  color: var(--blanc);
  margin: 0;
  text-align: center;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event .event-jour-sem {
  font-size: 14px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event .tiret-date {
  background-color: var(--blanc);
  width: 15px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-picto svg {
  width: 102px;
  height: 95px;
  margin-right: 70px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-picto svg path {
  fill: #fff;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content h2 {
  color: #FFF;
  font-size: 45px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn {
  display: flex;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn .eg-btn {
  margin-right: 20px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn .eg-btn a {
  color: #fff;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn .eg-btn:hover {
  margin-right: 20px;
  background-color: #fff;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn .eg-btn:hover a {
  color: var(--primary-color);
}
.page-template-home-template .header-std .nav-container {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: flex;
}
.page-template-home-template .header-std .nav-container .dot {
  width: 15px;
  height: 15px;
  border: solid 2px #fff;
  margin-right: 15px;
  border-radius: 50%;
  transition: var(--transition-2);
}
.page-template-home-template .header-std .nav-container .dot.tns-nav-active {
  background-color: #fff;
}
.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 .eg-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-home-template .toute-la-saison .eg-col .eg-btn {
  background: #F7F4ED;
  border-color: var(--primary-color);
}
.page-template-home-template .toute-la-saison .eg-col .eg-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 .eg-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 .eg-col {
  padding: 35px;
  background: var(--BLANC, #FFF);
  margin-bottom: auto;
}
@media (max-width: 980px) {
  .page-template-home-template .section-2cols .ligne-1 .eg-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: #FF646C;
  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 .eg-col {
  background-color: #F8D8D5;
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-texte {
  padding: 35px;
  width: calc(100% - 103px);
}
.page-template-home-template .section-2cols .ligne-2 .eg-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 .eg-col .col-texte .accordeon-title svg {
  margin-right: 15px;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-texte .accordeon-title svg path {
  fill: #7E0000;
}
.page-template-home-template .section-2cols .ligne-2 .eg-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 .eg-col .col-texte .eg-cta {
  margin-top: 30px;
  display: inline-block;
}
.page-template-home-template .section-2cols .ligne-2 .eg-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 .eg-col .col-chevron svg {
  width: 51px;
  height: 55px;
  transform: rotate(-90deg);
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-chevron svg path {
  fill: #fff;
}
@media (max-width: 980px) {
  .page-template-home-template .section-2cols .ligne-2 .eg-col {
    margin-bottom: 33px;
  }
}
.page-template-home-template .section-2cols .ligne-3 .eg-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 mobile*/
@media (max-width: 767px) {
  .page-template-home-template .header-std {
    height: 570px;
  }
  .page-template-home-template .header-std .item-slider-home {
    height: 570px;
  }
  .page-template-home-template .header-std .item-slider-home .img-bg-slider-home {
    display: none;
  }
  .page-template-home-template .header-std .item-slider-home .img-bg-slider-home-mob {
    display: block;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item {
    padding-top: 70px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .date-event {
    right: -16px;
    width: 82px;
    height: 157px;
    border-radius: 0 0 0 15px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .col-picto svg {
    width: 75px;
    height: 71px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .col-content h2 {
    font-size: 30px;
    margin-top: 50px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .col-content h3 {
    font-size: 15px;
    margin-bottom: 27px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .col-content .eg-btn {
    padding: 10px 13px;
  }
  .page-template-home-template .header-std .nav-container {
    left: 16px;
  }
  .page-template-home-template .section-events {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-home-template .events, .page-template-home-template .posts {
    flex-wrap: nowrap;
    margin-right: 0;
    display: block;
  }
  .page-template-home-template .events .item-mini-post, .page-template-home-template .posts .item-mini-post {
    margin: 0;
    transform: translateX(-20px);
  }
  .page-template-home-template .section-contact .col-3 {
    margin-left: auto;
    flex-direction: column;
    margin-left: 40px;
    flex-direction: row;
  }
}
/*EVENT*/
.single-event .header-infos-event {
  padding-top: 70px;
  padding-bottom: 40px;
}
.single-event .header-infos-event .eg-ligne .eg-col {
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 2px solid var(--couleurrouge, #FB364B);
  padding: 15px 35px;
}
.single-event .header-infos-event .eg-ligne .eg-col div {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.single-event .header-infos-event .eg-ligne .eg-col .header-accordeon {
  padding: 0;
  margin: 0;
  display: none;
}
.single-event .header-infos-event .eg-ligne .eg-col .info-panel {
  display: flex;
  align-items: center;
  width: 100%;
}
.single-event .header-infos-event .eg-ligne .eg-col .chevron {
  display: flex;
  align-items: center;
}
.single-event .header-infos-event .eg-ligne .eg-col .chevron svg {
  width: 17px;
  height: 17px;
  margin-right: 25px;
}
.single-event .header-infos-event .eg-ligne .eg-col .chevron svg path {
  fill: #7E0000;
}
.single-event .header-infos-event .eg-ligne .eg-col .lieu {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.single-event .header-infos-event .eg-ligne .eg-col .lieu svg {
  margin-right: 10px;
  transform: scale(0.7);
}
.single-event .header-infos-event .eg-ligne .eg-col .heure {
  margin-right: 25px;
}
.single-event .header-infos-event .eg-ligne .eg-col .heure svg {
  margin-right: 8px;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .public {
  margin-right: 25px;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .public svg {
  margin-right: 8px;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .acces-liste {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .acces-liste span {
  display: flex;
  align-items: center;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .acces-liste span svg {
  margin-left: 10px;
}
.single-event .header-slider-event {
  height: auto;
  position: relative;
}
.single-event .header-slider-event .header-slider-event-slide {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .tns-ovh {
  overflow: visible;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event {
  height: 710px;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider-mobile {
  display: none;
  overflow: hidden;
  height: 100%;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider-mobile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .nav-container-header {
  z-index: 2;
  position: absolute;
  bottom: 116px;
  left: 100px;
  display: flex;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .nav-container-header .dot {
  width: 15px;
  height: 15px;
  border: solid 2px #fff;
  margin-right: 15px;
  border-radius: 50%;
  transition: var(--transition-2);
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .nav-container-header .dot.tns-nav-active {
  background-color: #fff;
}
.single-event .header-slider-event .header-slider-event-fixe {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.single-event .header-slider-event .header-slider-event-fixe .date-mini-event {
  height: auto;
  width: 100px;
  background-color: transparent;
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
  left: 100px;
}
.single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-top {
  height: 196px;
  background-color: #FB364B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-bot {
  height: 53px;
  background-color: #93101E;
  opacity: 0.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-bot p {
  color: var(--blanc, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 143.75%;
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box {
  padding: 300px 100px;
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box svg {
  width: 102px;
  height: 90px;
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box svg path {
  fill: #fff;
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  color: var(--blanc);
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box h2 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}
.single-event .header-next-dates-event {
  padding-top: 50px;
}
.single-event .header-next-dates-event .col-slider-date-blanc {
  display: flex;
  border-radius: 15px;
  background: var(--blanc, #FFF);
  padding: 30px;
  position: relative;
  align-items: center;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-right: 3%;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 16px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche .nav-container-date {
  display: flex;
  flex-wrap: wrap;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche .nav-container-date .dot {
  width: 15px;
  height: 15px;
  border: solid 2px #FB364B;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: var(--transition-2);
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche .nav-container-date .dot.tns-nav-active {
  background-color: #FB364B;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates {
  width: 80%;
  position: relative;
  margin-left: auto;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box {
  display: flex;
  border-radius: 15px;
  border: 2px solid var(--couleurrouge, #FB364B);
  padding: 20px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-1 {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  border-right: solid 2px #FB364B;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-1 .jour {
  color: var(--couleurrouge, #FB364B);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-1 .mois, .single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-1 .jour-sem {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 143.75%;
  margin: 0;
  color: var(--couleurrouge, #FB364B);
  text-transform: uppercase;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 {
  padding-left: 15px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 div {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .lieu {
  display: flex;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .public {
  display: flex;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .heure {
  display: flex;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .heure .acces-liste {
  margin-left: 11px;
  display: flex;
  align-items: center;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .heure .acces-liste svg {
  display: flex;
  margin-left: 2px;
  height: 13px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .heure .acces-liste svg path {
  fill: #FB364B;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .nav-container-btn-date {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .nav-container-btn-date .btn-nav-slider-prev {
  position: absolute;
  left: -20px;
  margin: 0;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .nav-container-btn-date .btn-nav-slider-next {
  position: absolute;
  right: -20px;
  margin: 0;
}
.single-event .header-next-dates-event .eg-col.col-1_5 {
  display: flex;
}
.single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver {
  padding: 40px;
  background-color: #FB364B;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver h4 {
  color: var(--blanc, #FFF);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
  display: block;
}
.single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver a {
  color: #FB364B;
  padding: 10px 13px;
  border-radius: 5px;
  border: 2px solid var(--blanc, #FFF);
  background: var(--blanc, #FFF);
  transition: var(--transition-2);
}
.single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver a:hover {
  color: #FFF;
  padding: 10px 13px;
  border-radius: 5px;
  background: #FB364B;
}
.single-event .header-genres-event {
  padding-top: 30px;
  padding-bottom: 40px;
}
.single-event .header-genres-event .list-event-genres {
  display: flex;
  flex-wrap: wrap;
}
.single-event .header-genres-event .list-event-genres .event-genre {
  margin-right: 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1.5px solid var(--couleurrouge, #FB364B);
  padding: 10px 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.single-event .contenu-event {
  padding-top: 0;
  padding-bottom: 60px;
}
.single-event .contenu-event .ligne-titre {
  margin-bottom: 0;
}
.single-event .contenu-event .ligne-titre h2 {
  margin-top: 0;
  color: var(--couleurrouge, #FB364B);
  font-family: Sora;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.single-event .contenu-event .ligne-chapeau-1, .single-event .contenu-event .ligne-chapeau-2 {
  margin-bottom: 15px;
}
.single-event .contenu-event .ligne-chapeau-1 h3, .single-event .contenu-event .ligne-chapeau-2 h3 {
  color: var(--bordeaux, #500009);
  font-family: Sora;
  font-size: 16px;
  font-weight: 700;
  line-height: 143.75%;
  margin-top: 0;
  margin-bottom: 0;
}
.single-event .contenu-event .ligne-chapeau-2 h3 {
  color: var(--couleurrouge, #FB364B);
}
.single-event .contenu-event .ligne-texte-1 p, .single-event .contenu-event .ligne-texte-2 p {
  color: var(--bordeaux-3, #93101E);
  /* BODY 2 */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single-event .contenu-event .ligne-texte-1 .chevrons-x-3, .single-event .contenu-event .ligne-texte-2 .chevrons-x-3 {
  margin-top: 100px;
}
.single-event .contenu-event .ligne-texte-2 {
  margin-bottom: 30px;
}
.single-event .contenu-event .ligne-video iframe {
  width: 100%;
  min-height: 610px;
  border-radius: 20px;
}
.single-event .contenu-event .ligne-accordeon {
  margin-bottom: 60px;
}
.single-event .contenu-event .ligne-accordeon .accordeon {
  border-bottom: none;
  border-radius: 15px;
  background: #FFF;
  margin-bottom: 20px;
}
.single-event .contenu-event .ligne-accordeon .accordeon-title {
  text-transform: initial !important;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.single-event .contenu-event .ligne-accordeon .accordeon-title svg {
  width: 18px;
  margin-right: 10px;
}
.single-event .contenu-event .ligne-accordeon .accordeon-title svg path {
  fill: #FB364B;
}
.single-event .contenu-event .ligne-accordeon .header-accordeon {
  padding: 30px;
}
.single-event .contenu-event .ligne-accordeon .header-accordeon-croix {
  margin-top: 10px;
  margin-top: 0;
}
.single-event .contenu-event .ligne-accordeon .panel {
  border-top: solid 2px #FB364B;
  padding-bottom: 30px;
}
.single-event .contenu-event .ligne-accordeon .panel h3 {
  margin-bottom: 0;
  margin-bottom: 15px;
  color: var(--bordeaux-2, #7E0000);
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.single-event .contenu-event .ligne-accordeon .panel p {
  color: var(--bordeaux-4, #B58585);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single-event .contenu-event .ligne-bordures-event {
  padding-top: 35px;
  padding-bottom: 35px;
  border-width: 2px 0;
  border-style: solid;
  border-color: #FB364B;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.single-event .contenu-event .ligne-bordures-event h3 {
  color: var(--bordeaux, #500009);
  /* BODY 1 */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-top: 0;
  margin-bottom: 10px;
}
.single-event .contenu-event .ligne-bordures-event p {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--bordeaux-3, #93101E);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single-event .section-dl {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FB364B;
}
.single-event .section-dl .eg-ligne {
  display: flex;
}
.single-event .section-dl svg {
  width: 18px;
  margin-right: 10px;
}
.single-event .section-dl svg path {
  fill: #fff;
}
.single-event .section-dl h3 {
  color: var(--blanc, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.single-event .section-dl .liste-btn-dl {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.single-event .section-dl .liste-btn-dl a {
  padding: 10px 13px;
  color: var(--couleurrouge, #FB364B);
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: 2px solid var(--blanc, #FFF);
  background: var(--blanc, #FFF);
  transition: var(--transition-2);
  margin-left: 30px;
  text-align: center;
}
.single-event .section-dl .liste-btn-dl a:hover {
  color: #fff;
  background-color: #FB364B;
}
.single-event .section-ref {
  background-color: #F8D8D5;
  padding-top: 0;
  padding-bottom: 60px;
}
.single-event .section-ref .col-picto {
  width: 210px;
}
.single-event .section-ref .col-picto .onglet-picto {
  width: 100px;
  height: 100px;
  border-radius: 0px 0px 20px 20px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-event .section-ref .col-picto .onglet-picto svg {
  width: 36px;
}
.single-event .section-ref .col-droite {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 36px;
}
.single-event .section-ref .col-droite .title-ref {
  width: 100%;
  display: flex;
  align-items: center;
}
.single-event .section-ref .col-droite .title-ref h3 {
  display: flex;
  align-items: center;
  color: var(--bordeaux, #500009);
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
}
.single-event .section-ref .col-droite .title-ref svg {
  width: 24px;
  margin-right: 15px;
}
.single-event .section-ref .col-droite .title-ref svg path {
  fill: #500009;
}
.single-event .section-ref .col-droite .cols-refs {
  display: flex;
  width: 100%;
}
.single-event .section-ref .col-droite .cols-refs ul {
  width: 50%;
  color: var(--bordeaux, #500009);
  margin: 0;
}
.single-event .section-ref .col-droite .cols-refs ul li {
  color: var(--bordeaux, #500009);
}
.single-event .section-ref .col-droite .cols-refs ul li a {
  color: var(--bordeaux, #500009);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.single-event .section-ref .col-droite .cols-refs ul:first-child {
  padding-right: 10px;
}
.single-event .featured-events .eg-ligne {
  margin-bottom: 0;
}
.single-event .featured-events .eg-ligne .col-title-chevron {
  margin-bottom: 15px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider-mobile {
    display: block;
  }
  .single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider {
    display: none;
  }
  .single-event .header-infos-event {
    padding-top: 0;
  }
  .single-event .header-infos-event .eg-ligne {
    height: 60px;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon p {
    color: #FB364B;
    margin: 0;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon .croix {
    position: relative;
    height: 12px;
    padding-right: 6px;
    margin-bottom: 0;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon .croix span {
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #FB364B;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon .croix span:first-child {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon.on .croix span:first-child {
    display: none;
  }
  .single-event .header-infos-event .eg-ligne .eg-col {
    align-items: flex-start;
    flex-direction: column;
    background-color: #F7F4ED;
    padding: 0;
    position: absolute;
    z-index: 3;
    overflow: hidden;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .chevron {
    display: none;
  }
  .single-event .header-infos-event .eg-ligne .eg-col div {
    margin-bottom: 16px;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .info-panel {
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 0px;
    padding: 0 16px;
    transition: var(--transition-2);
  }
  .single-event .header-infos-event .eg-ligne .eg-col .info-panel .chevron svg, .single-event .header-infos-event .eg-ligne .eg-col .info-panel .lieu svg, .single-event .header-infos-event .eg-ligne .eg-col .info-panel .heure svg, .single-event .header-infos-event .eg-ligne .eg-col .info-panel .public svg {
    margin-left: 0;
    width: auto;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .last-ligne {
    margin-bottom: 0;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .last-ligne div {
    margin-bottom: 0;
  }
  .single-event .header-infos-event .eg-ligne .accordeon-open .info-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 1000px;
    padding: 0 16px 16px 16px;
  }
  .single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event {
    height: 570px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .date-mini-event {
    width: 82px;
    left: 16px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-top {
    height: 133px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-bot {
    height: 43px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box {
    padding: 234px 16px 80px 16px;
  }
  .single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .nav-container-header {
    bottom: 65px;
    left: 16px;
  }
  .single-event .header-slider-event .header-slider-event-slide {
    padding: 0;
  }
  .single-event .header-slider-event .header-slider-event-fixe {
    padding: 0;
  }
  .single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box svg {
    width: 75px;
    height: 71px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box h1 {
    margin-top: 32px;
  }
  .single-event .header-next-dates-event .col-slider-date-blanc {
    padding: 16px 16px 30px 16px;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
  }
  .single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates {
    width: 100%;
    margin-left: 0;
  }
  .single-event .header-next-dates-event .tns-ovh {
    overflow: visible;
  }
  .single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .nav-container-btn-date {
    display: none;
  }
  .single-event .header-next-dates-event .col-slider-date-blanc .col-gauche .nav-container-date {
    display: none;
  }
  .eg-section.header-next-dates-event {
    padding: 0;
  }
  .single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver {
    padding: 16px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver h4 {
    margin-bottom: auto;
    margin-top: auto;
  }
  .eg-col.col-1_5 {
    padding: 24px 16px;
  }
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .single-event .contenu-event .ligne-video iframe {
    min-height: 0;
    height: 400px;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .single-event .contenu-event .ligne-video iframe {
    min-height: 0;
    height: 240px;
  }
  .single-event .section-dl .liste-btn-dl {
    align-items: center;
    margin-left: auto;
    align-items: flex-start;
    margin-left: 0;
  }
  .single-event .section-dl .liste-btn-dl a {
    margin-left: 0;
    margin-right: 10px;
  }
  .single-event .section-ref .col-droite .cols-refs ul {
    width: 100%;
  }
  .single-event .section-ref .col-droite .cols-refs {
    flex-direction: column;
  }
}
/*PAGE CONTACT*/
.page-template-contact-template .header-std .eg-ligne {
  padding-bottom: 200px;
  padding-bottom: 130px;
}
.page-template-contact-template .header-std h2 {
  margin-bottom: 50px;
  margin-bottom: 0;
}
.page-template-contact-template .section-texte {
  padding-top: 56px;
  padding-bottom: 150px;
}
.page-template-contact-template .section-texte .eg-ligne {
  margin-bottom: 0;
}
.page-template-contact-template .section-texte h3 {
  color: var(--bordeaux, #500009);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
}
.page-template-contact-template .section-texte p, .page-template-contact-template .section-texte a {
  color: var(--bordeaux-3, #93101E);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.page-template-contact-template .section-texte p.annotation {
  font-style: italic;
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 0;
}
.page-template-contact-template .section-formulaire {
  background-color: #F8D8D5;
}
.page-template-contact-template .section-formulaire .tabmob-only {
  display: none;
}
.page-template-contact-template .section-formulaire input, .page-template-contact-template .section-formulaire textarea {
  width: 100%;
  margin-bottom: 34px;
  border-radius: 5px;
  border: 2px solid var(--couleurrouge-2, #F99295);
  background: #FFEAE8;
  padding: 10px 13px;
  color: #FB364B;
  font-size: 14px;
}
.page-template-contact-template .section-formulaire input::placeholder, .page-template-contact-template .section-formulaire textarea::placeholder {
  color: var(--couleurrouge-2, #F99295);
  font-size: 14px;
}
.page-template-contact-template .section-formulaire input:focus-visible, .page-template-contact-template .section-formulaire textarea:focus-visible {
  outline: none;
  background-color: #fff;
}
.page-template-contact-template .section-formulaire p, .page-template-contact-template .section-formulaire a {
  color: var(--couleurrouge-2, #F99295);
}
.page-template-contact-template .section-formulaire a {
  text-decoration: underline;
}
.page-template-contact-template .section-formulaire a:hover {
  color: #FB364B;
}
.page-template-contact-template .section-formulaire .ligne-formulaire-1, .page-template-contact-template .section-formulaire .ligne-formulaire-2 {
  margin-bottom: 0;
}
.page-template-contact-template .section-formulaire input[type="submit"] {
  background-color: #F8D8D5;
  width: auto;
}
.page-template-contact-template .section-formulaire .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 20px;
}
.page-template-contact-template .section-formulaire .wpcf7-list-item label {
  display: flex;
}
.page-template-contact-template .section-formulaire .wpcf7-list-item label input {
  width: 17px;
  height: 17px;
  margin-right: 21px;
}
.page-template-contact-template .section-formulaire .wpcf7-list-item label p {
  margin-top: 0;
}
.page-template-contact-template .section-formulaire .wpcf7 form.sent .wpcf7-response-output {
  border: none;
}
.page-template-contact-template .section-formulaire .wpcf7 form.invalid .wpcf7-response-output, .page-template-contact-template .section-formulaire .wpcf7 form.unaccepted .wpcf7-response-output, .page-template-contact-template .section-formulaire .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
  margin: auto;
}
.page-template-contact-template .section-formulaire .wpcf7-not-valid-tip {
  color: var(--primary-color);
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  top: -16px;
  right: 5px;
  font-style: italic;
}
.page-template-contact-template .section-formulaire .wpcf7-form-control-wrap {
  display: block;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-contact-template .section-formulaire .desktop-only {
    display: none;
  }
  .page-template-contact-template .section-formulaire .tabmob-only {
    display: block;
  }
  .page-template-contact-template .section-formulaire input, .page-template-contact-template .section-formulaire textarea {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*Mini Post*/
.mini-post {
  height: 100%;
  border-radius: 20px;
}
.mini-post-img-portrait {
  height: 320px;
  width: 100%;
}
.mini-post-img-portrait img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.date-mini-post {
  border-radius: 15px 0px;
  left: 0;
  width: 100px;
  height: 196px;
}
.mini-post-panel {
  background-color: #fff;
  padding: 28px 34px;
  flex-grow: 1;
}
.mini-post-panel h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3em;
}
.mini-post-panel h5 {
  color: var(--bordeaux-2, #7E0000);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 15px;
  margin-top: 0;
}
.mini-post-panel h6 {
  display: flex;
  align-items: center;
  color: var(--bordeaux-4, #B58585);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: auto;
  margin-bottom: 0;
}
.mini-post-panel h6 svg {
  margin-right: 10px;
  width: 17px;
  height: 16px;
}
.mini-post-panel h6 svg path {
  fill: #B58585;
}
.mini-post-panel-top {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/*@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;
  }
}
/*Article*/
.single-post .header-std h1 {
  text-transform: initial;
}
.single-post .header-std h2:first-letter {
  text-transform: uppercase;
}
.single-post .header-std .eg-tag {
  color: #fff;
  text-align: center;
  padding: 10px 13px;
  border-radius: 5px;
  border: 1px solid var(--blanc, #FFF);
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.single-post .contenu-article {
  padding-top: 80px;
  overflow: hidden;
}
.single-post .contenu-article h2 {
  color: var(--bordeaux, #500009);
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 30px;
  margin-top: 0;
}
.single-post .contenu-article h3 {
  color: var(--bordeaux, #500009);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 30px;
  margin-top: 0;
}
.single-post .contenu-article h4 {
  color: var(--bordeaux, #500009);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 30px;
  margin-top: 0;
}
.single-post .contenu-article h5 {
  color: var(--bordeaux, #500009);
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 30px;
  margin-top: 0;
}
.single-post .contenu-article p, .single-post .contenu-article a, .single-post .contenu-article ul, .single-post .contenu-article li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 0;
}
.single-post .contenu-article p {
  color: var(--bordeaux-3, #93101E);
}
.single-post .contenu-article a {
  color: var(--couleurrouge, #FB364B);
}
.single-post .featured-posts {
  background: var(--couleurrouge-3, #F8D8D5);
}
/*residence mini*/
.item-residence-mini {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.item-residence-mini .eg-col {
  padding: 35px;
  display: flex;
  flex-direction: column;
}
.item-residence-mini .col-2_3 {
  background-size: cover !important;
  background-position: center !important;
  width: calc(100 / 3 * 2);
  margin-right: 0;
}
.item-residence-mini .col-2_3 h3 {
  margin-top: auto;
  color: var(--BLANC, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.item-residence-mini .col-2_3 h4 {
  color: var(--BLANC, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 0;
}
.item-residence-mini .col-2_3 .tags {
  display: flex;
}
.item-residence-mini .col-2_3 .tags .eg-cta {
  margin-bottom: 0;
}
.item-residence-mini .col-2_3 .tags .eg-cta:hover {
  color: #fff;
  border-color: #fff;
}
.item-residence-mini .col-1_3 {
  width: calc(100% / 3);
}
.item-residence-mini .col-1_3 h3 {
  margin-top: auto;
  color: var(--BLANC, #FB364B);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.item-residence-mini .col-1_3 h4 {
  color: var(--BLANC, #FB364B);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 100px;
  margin-top: 0;
}
.item-residence-mini .col-1_3 p {
  color: var(--BORDEAUX-3, #93101E);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.item-residence-mini .col-1_3 .eg-cta {
  margin-right: auto;
}
.item-residence-mini .eg-cta {
  display: inline-block;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .item-residence-mini {
    border-radius: 20px;
  }
  .item-residence-mini .col-2_3 {
    min-height: 250px;
  }
  .item-residence-mini .col-1_3 {
    width: 100%;
  }
  .item-residence-mini .col-1_3 h4 {
    margin-bottom: 30px;
  }
}
/*Residence*/
/*@include desktop*/
@media (min-width: 981px) {
  .col-link-residence {
    display: flex;
  }
  .col-link-residence .link-residence {
    margin-left: auto;
    margin-right: 0;
  }
}
.single-residence {
  /*@include desktop*/
}
.single-residence .header-std h1 {
  text-transform: initial;
}
.single-residence .sous-titre {
  color: #FFF;
  /* TITRE H5 */
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.single-residence .intro {
  color: #FFF;
  /* BODY 2 */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single-residence .ligne-btn {
  display: flex;
  align-items: center;
}
.single-residence .ligne-btn .eg-tag {
  color: #FB364B;
  padding: 10px 13px;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #FB364B;
  margin-right: 20px;
}
.single-residence .ligne-btn p {
  color: var(--CREME, #F7F4ED);
  /* Body 3 */
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-residence .featured-event {
  padding-top: 0;
}
.single-residence .featured-event .ligne-titre {
  margin-bottom: 0;
}
@media (min-width: 981px) {
  .single-residence .ligne-btn-content {
    margin-top: -15px;
  }
}
.acf-hidden-field {
  display: none !important;
}
.footer-top {
  height: 6px;
  background-color: #505050;
  position: relative;
}
.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #BCBBB5;
}
.footer button {
  text-decoration: none;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  border-radius: 10px;
  background: #505050;
  display: flex;
  padding: 10px 15px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.footer h5 {
  color: #777;
  /* Headline 5 */
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 15px */
  text-transform: uppercase;
  width: 100%;
  border-bottom: solid 1px #787878;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.footer a {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 15px */
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.footer .eg-ligne {
  flex-wrap: wrap;
}
.footer .eg-ligne ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer .eg-ligne ul li.titre a {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.footer .eg-ligne .col-footer {
  padding: 0 1%;
}
.footer .eg-ligne .eg-col {
  margin-bottom: auto;
}
.footer .eg-ligne .col-1 {
  padding-right: 4%;
  padding-left: 0;
}
.footer .eg-ligne .col-1 svg {
  width: 132px;
  margin-bottom: 23px;
}
.footer .eg-ligne .col-6 {
  padding-left: 4%;
  padding-right: 0;
}
.footer .eg-ligne .col-6 svg {
  width: 22px;
  height: 22px;
  background-color: transparent;
  margin-right: 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.footer .eg-ligne .col-6 svg circle {
  transition: all 0.2s ease-out;
}
.footer .eg-ligne .col-6 svg path {
  transition: all 0.2s ease-out;
}
.footer .eg-ligne .col-6 svg:hover {
  background-color: transparent;
}
.footer .eg-ligne .col-6 svg:hover circle {
  fill: black;
}
.footer .eg-ligne .col-6 svg:hover path {
  fill: black;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .footer .eg-ligne {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer .eg-ligne .col-footer {
    padding: 0;
    width: 25%;
  }
  .footer .eg-ligne .col-1 {
    margin-bottom: 70px;
  }
  .footer .eg-ligne .col-1, .footer .eg-ligne .col-6 {
    width: 100%;
  }
  .footer .eg-ligne .col-2, .footer .eg-ligne .col-3, .footer .eg-ligne .col-4 {
    padding-right: 3%;
    margin-bottom: 50px;
  }
  .footer .eg-ligne .col-6 {
    margin-bottom: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .footer .eg-ligne {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer .eg-ligne .col-footer {
    padding: 0;
    width: 50%;
  }
  .footer .eg-ligne .col-1 {
    margin-bottom: 70px;
  }
  .footer .eg-ligne .col-1, .footer .eg-ligne .col-6 {
    width: 100%;
  }
  .footer .eg-ligne .col-2, .footer .eg-ligne .col-4 {
    padding-right: 3%;
    margin-bottom: 50px;
  }
  .footer .eg-ligne .col-3, .footer .eg-ligne .col-5 {
    padding-left: 3%;
    margin-bottom: 50px;
  }
  .footer .eg-ligne .col-6 {
    margin-bottom: 0;
  }
}
.footer-bot {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #505050;
  color: #FFF;
}
.footer-bot .eg-ligne {
  align-items: center;
}
.footer-bot span {
  display: flex;
}
.footer-bot .logo-egue {
  margin-right: 30px;
}
.footer-bot .signature {
  margin-left: 30px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .footer-bot .eg-ligne {
    flex-direction: row;
  }
}
/* Style du fond du popup */
#login-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  /* Couleur de fond plus sombre */
  z-index: 9999;
  display: none;
  transition: opacity 0.3s ease-in-out;
  /* Transition fluide pour l'apparition du popup */
}
/* Contenu du popup */
.login-popup-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 12px;
  width: 400px;
  max-width: 90%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  /* Ombre subtile */
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
/* Style du bouton pour fermer le popup */
#close-login-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
#close-login-popup:hover {
  color: #e74c3c;
  /* Changement de couleur au survol */
}
/* Style du titre */
.login-popup-content h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #FF646C;
  font-weight: bold;
  font-family: "Roboto Slab";
}
/* Style des labels */
.login-popup-content label {
  display: block;
  text-align: left;
  margin-bottom: 8px;
  font-size: 16px;
  color: #555;
  font-family: Montserrat;
}
/* Style des champs de formulaire */
.login-popup-content input[type="text"], .login-popup-content input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease-in-out;
  font-family: Montserrat;
}
.login-popup-content input[type="text"]:focus, .login-popup-content input[type="password"]:focus {
  border-color: #FF646C;
  /* Bordure bleue au focus */
  outline: none;
}
/* Style du bouton de connexion */
.login-popup-content input[type="submit"] {
  background-color: #FF646C;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  font-family: Montserrat;
}
.login-popup-content input[type="submit"]:hover {
  background-color: #2980b9;
  /* Couleur plus sombre au survol */
}
/* Ajout d'un léger effet d'animation lors de l'ouverture */
#login-popup.open .login-popup-content {
  transform: scale(1);
  opacity: 1;
}
#login-popup.closed .login-popup-content {
  transform: scale(0.8);
  opacity: 0;
}
