@charset "UTF-8";
/*!
Theme Name:  EG-centric
Theme URI:    https://egue.fr
Description:  Thème composé par EGUE
Author:       BM
Author URI:   https://egue.fr
Version:      1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/*font-face*/
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dev-tuum-yoga.egue.live/wp-content/uploads/2023/03/playfairdisplay-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://dev-tuum-yoga.egue.live/wp-content/uploads/2023/03/playfairdisplay-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://dev-tuum-yoga.egue.live/wp-content/uploads/2023/03/playfairdisplay-italic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://dev-tuum-yoga.egue.live/wp-content/uploads/2023/03/playfairdisplay-bold-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://dev-tuum-yoga.egue.live/wp-content/uploads/2023/03/Poppins-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://dev-tuum-yoga.egue.live/wp-content/uploads/2023/03/Poppins-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://dev-tuum-yoga.egue.live/wp-content/uploads/2023/04/Poppins-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://dev-tuum-yoga.egue.live/wp-content/uploads/2023/04/Poppins-LightItalic.woff2) format("woff2");
}
/*breakpoints*/
/*@include mobile*/
/*@include tablette*/
:root {
  /*Couleurs*/
  --primary-color:#ba9075;
  --primary-bg-color:#fef5e6;
  --secondary-color:#a5aa91;
  --ternary-color:#91a4aa;
  --blanc:#ffffff;
  --primary-bg-color-hover:#ba9075;
  --primary-smooth-color:#dcc7ba;
  --secondary-bg-color:#fbebd9;
}
/*Styles textes*/
body {
  font-family: "Playfair Display";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 300;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
.top-header a {
  font-family: "Poppins";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 300;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
h2 {
  font-family: "Playfair Display";
  font-size: 32px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
p {
  font-family: "Poppins";
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 300;
  line-height: 1.7em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
.eg-btn {
  font-family: "Poppins";
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
h5 {
  font-family: "Poppins";
  font-size: 12px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
h3 {
  font-family: "Playfair Display";
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
/*Modulaire*/
/*DESKTOP*/
.section-standard {
  width: 100%;
  max-width: 100%;
  padding: 100px 50px 100px 50px;
  margin: 0 0 0 0;
}
.eg-ligne {
  width: 100%;
  max-width: 1820px;
  padding: 0 0 0 0;
  margin: 0 auto 0 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) {
  .section-standard {
    width: 100%;
    max-width: 100%;
    padding: 50px 40px 50px 40px;
    margin: 0 0 0 0;
  }
  .eg-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 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) {
  .section-standard {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 30px 20px;
    margin: 0 0 0 0;
  }
  .eg-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 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;
  }
}
/*VARIABLES*/
p, h1, h2, h3, h4, h5 {
  margin: 0 0 1em 0;
}
body {
  background-color: var(--primary-bg-color);
  overflow-x: hidden;
}
.eg-section {
  position: relative;
  background-color: var(--primary-bg-color);
}
.section-pleine-largeur {
  display: flex;
}
.blanc {
  --primary-color:var(--blanc);
}
.theme-2 {
  --primary-color:var(--secondary-color);
  --primary-bg-color:var(--primary-bg-color);
}
.section-pleine-largeur img {
  width: 100%;
  object-fit: cover;
}
.section-bg-desk, .section-bg-mobile, .ligne-bg-desk, .ligne-bg-mobile {
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
}
.section-bg-mobile, .ligne-bg-mobile {
  display: none;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .section-bg-desk, .ligne-bg-desk {
    display: none;
  }
  .section-bg-mobile, .ligne-bg-mobile {
    display: block;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .section-bg-desk, .ligne-bg-desk {
    display: none;
  }
  .section-bg-mobile, .ligne-bg-mobile {
    display: block;
  }
}
.eg-ligne {
  display: flex;
  position: relative;
}
.col-full {
  width: 100%;
}
.col-1_2 {
  width: calc(((100% + 3%) / 2) - 3%);
}
.col-1_3 {
  width: calc(((100% + 3%) / 3) - 3%);
}
.col-1_4 {
  width: calc(((100% + 3%) / 4) - 3%);
}
.col-1_6 {
  width: calc(((100% + 3%) / 6) - 3%);
}
.col-2_3 {
  width: calc(((100% + 3%) * 2 / 3) - 3%);
}
.col-5_6 {
  width: calc(((100% + 3%) * 5 / 6) - 3%);
}
.no-gap .col-1_2 {
  width: calc(100%  / 2);
}
.no-gap .col-1_3 {
  width: calc(100% / 3);
}
.no-gap .col-1_4 {
  width: calc(100% / 4);
}
.no-gap .col-1_6 {
  width: calc(100% / 6);
}
.no-gap .col-2_3 {
  width: calc(100%  * 2 / 3);
}
.no-gap .col-5_6 {
  width: calc(100% * 5 / 6);
}
.no-gap .eg-col {
  margin-right: 0;
}
.eg-col {
  margin-right: 3%;
  position: relative;
}
.eg-col:last-child {
  margin-right: 0;
}
.eg-bloc:last-child {
  margin-bottom: 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .eg-ligne {
    flex-direction: column;
  }
  .eg-col, .no-gap .eg-col {
    width: 100%;
    margin-right: 0;
  }
  .eg-col:last-child {
    margin-bottom: 0;
  }
  .eg-bloc:last-child {
    margin-bottom: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .eg-ligne {
    flex-direction: column;
  }
  .eg-col, .no-gap .eg-col {
    width: 100%;
    margin-right: 0;
  }
  .eg-col:last-child {
    margin-bottom: 0;
  }
  .eg-bloc:last-child {
    margin-bottom: 0;
  }
}
.panel .eg-bloc:last-child {
  margin-bottom: 0;
}
.top-header {
  /* mix-blend-mode: multiply; */
  background-color: transparent;
  width: 100%;
  z-index: 99999999;
  display: flex;
  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;
}
/*desk*/
.top-header-box {
  display: flex;
  max-width: 1450px;
  margin: auto;
  width: 100%;
  height: 185px;
  -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;
  justify-content: space-between;
  align-items: center;
}
.box-logo {
  display: flex;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 107px;
}
.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 {
  width: 100%;
  max-width: 920px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: auto;
  align-items: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu-menu-principal li, #menu-menu-principal-en li {
  list-style: none;
  color: var(--primary-color);
  text-align: center;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  -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(--primary-color);
  opacity: 1;
  font-weight: 700;
  transition: var(--transition-2);
  border-bottom: solid 4px var(--primary-color);
}
#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(--primary-color);
  text-transform: uppercase;
  font-size: 12px;
  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;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
}
#menu-menu-principal a:hover, #menu-menu-principal-en a:hover, .login-link a:hover, .langues li a {
  display: flex;
  color: var(--primary-color);
  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 a:hover, #menu-menu-principal-en a:hover {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: var(--primary-color);
}
#menu-menu-principal li.menu-separator, #menu-menu-principal-en li.menu-separator {
  display: block;
  background: var(--sperator-color);
  width: 2px;
  height: 35px;
}
/*BLOCS*/
.eg-bloc {
  width: 100%;
}
.eg-bloc-card {
  background-color: var(--primary-bg-card-color);
}
/*BOUTON*/
.bloc-bouton {
  display: flex;
}
.eg-btn {
  color: var(--primary-color);
  background-color: var(--primary-bg-color);
  padding: 6px 12px;
  border-radius: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  text-decoration: none;
  -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;
  margin: 0 15px 1em 15px;
}
.eg-btn.active {
  color: var(--primary-bg-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  -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:hover {
  color: var(--primary-bg-color);
  background-color: var(--primary-bg-color-hover);
  border-color: var(--primary-color);
  -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 a {
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.eg-btn:first-child {
  margin-left: 0;
}
.eg-btn:last-child {
  margin-right: 0;
}
.btn-big .eg-btn {
  border-radius: 26px;
  padding: 15px 30px;
}
/*ONGLET*/
.tabs-nav a {
  margin: 0 5px;
}
.tabs-nav {
  display: flex;
  margin: 0;
  margin-bottom: 20px;
}
.tabs-nav .eg-btn {
  color: var(--primary-smooth-color);
  background-color: transparent;
  border: none;
}
.tabs-nav .eg-btn:first-child {
  margin-left: 0;
}
.tabs-nav .eg-btn:last-child {
  margin-right: 0;
}
.tabs-nav .eg-btn.active, .tabs-nav .eg-btn.active:hover {
  color: var(--primary-bg-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.tabs-nav .eg-btn:hover {
  color: var(--primary-color);
  border: none;
  background-color: transparent;
}
.tabs-content p {
  font-size: 14px;
}
/*@include mobile*/
@media (max-width: 767px) {
  .tabs-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }
  .tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .tabs-nav.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }
  .tabs-nav .eg-btn {
    white-space: nowrap;
  }
}
/*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: 30px;
  background-color: var(--primary-bg-card-color);
}
.gallery {
  position: relative;
}
.gallery-item {
  height: 145px;
  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*/
.gallery-item-box {
  display: flex;
  height: 490px;
}
.item-col-gauche, .item-col-droite {
  width: 50%;
  background-position: center;
  background-size: cover;
  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-item {
  height: 490px;
}
.gallery-item .title-group {
  text-align: left;
  margin: 0;
}
.gallery-item .title-group h6 {
  text-align: left;
}
.gallery-item .title-group h2 {
  text-align: left;
}
.gallery-item .title-group p {
  text-align: left;
}
.btn-nav-slider {
  display: block;
  width: auto;
  height: auto;
}
.box-controls-gallery {
  bottom: 25px;
  left: 70px;
  position: absolute;
}
.customize-controls-gallery {
  margin-top: 0;
}
.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: #fff;
  border-radius: 50%;
  margin: auto 7px;
}
#nav-slider-dot {
  display: flex;
}
#customize-controls-slider {
  display: flex;
  align-items: center;
}
.btn-nav-slider.btn-nav-slider-prev {
  margin: 0 10px 0 20px;
}
.nav-slider-dot-solo.tns-nav-active {
  background-color: rgba(0, 0, 0, 0.6);
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*Hide recaptcha badge*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0 !important;
}
/*CUSTOM*/
.top-section-home {
  padding-top: 0;
  padding-bottom: 80px;
  /*@include mobile*/
}
@media (max-width: 767px) {
  .top-section-home {
    padding-bottom: 30px;
  }
}
.cartouche-top {
  background-color: var(--primary-color);
  margin-bottom: 80px;
  color: var(--blanc);
}
.cartouche-top h2, .cartouche-top p {
  color: var(--blanc);
}
.cartouche-top h2 {
  font-size: 35px;
}
.cartouche-top p {
  font-size: 21px;
}
.cartouche-top .col-order-2 .eg-bloc {
  margin: 0;
  width: 100%;
  height: 100%;
}
.cartouche-top .col-order-2 .bloc-image {
  margin: 0;
  width: 100%;
  height: 100%;
}
.cartouche-top .col-order-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*@include mobile*/
}
@media (max-width: 767px) {
  .cartouche-top .col-order-2 img {
    min-height: 280px;
  }
}
.col-box {
  padding: 90px 50px 70px 50px;
}
.col-border-bot .eg-col {
  border-bottom: solid 1px var(--primary-color);
  margin-bottom: auto;
  /*@include tablette*/
  /*@include mobile*/
}
@media (min-width: 768px) and (max-width: 980px) {
  .col-border-bot .eg-col {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .col-border-bot .eg-col {
    margin-bottom: 30px;
  }
}
.tabs-content p {
  line-height: 1.79;
}
.section-home-2 {
  background-color: var(--secondary-bg-color);
}
.colToggle {
  display: none;
}
.accordion-col h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrowcolToggle {
  margin-left: auto;
  display: none;
}
/*@include mobile*/
@media (max-width: 767px) {
  .accordion-col h2 {
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 28px;
  }
  .arrowcolToggle {
    display: block;
  }
}
.display-none {
  display: none;
}
.tabs-4 .tabs-content {
  margin-bottom: 0;
}
.tabs-4 img {
  width: 100%;
}
.section-pleine-largeur {
  max-height: 800px;
}
.offset-top {
  margin-top: -220px;
  padding-top: 40px;
  padding-right: 40px;
  background-color: #fff5e6;
}
.offset-top, .ligne-decale {
  padding-left: 65px;
}
p.big {
  font-size: 21px;
}
.cartouche-2 {
  --primary-color: var(--blanc);
  background-color: var(--primary-color);
  margin-bottom: 110px;
  margin-top: 40px;
  color: var(--blanc);
}
.cartouche-2 h2, .cartouche-2 p, .cartouche-2 a {
  color: var(--blanc);
}
.cartouche-2 h2 {
  font-size: 28px;
}
.cartouche-2 p {
  font-size: 21px;
  line-height: normal;
}
.cartouche-2 .col-order-1 {
  min-height: 260px;
}
.cartouche-2 .col-order-1 .eg-bloc {
  margin: 0;
  width: 100%;
  height: 100%;
}
.cartouche-2 .col-order-1 .bloc-image {
  margin: 0;
  width: 100%;
  height: 100%;
}
.cartouche-2 .col-order-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  /*@include tablette*/
  /*@include mobile*/
}
@media (min-width: 768px) and (max-width: 980px) {
  .cartouche-2 .col-order-1 img {
    display: block;
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .cartouche-2 .col-order-1 img {
    display: block;
    min-height: 280px;
  }
}
.cartouche-2 .eg-btn {
  background-color: transparent;
}
.cartouche-2 .bloc-bouton {
  justify-content: flex-start;
}
.cartouche-2 .prez {
  font-size: 12px;
  font-weight: 300;
}
.cartouche-2 .prez strong {
  font-weight: 600;
}
.cartouche-2 .col-box {
  padding: 50px 35px;
}
.blur-vert {
  -webkit-backdrop-filter: blur(11.6px);
  backdrop-filter: blur(11.6px);
  background-color: #a5aa91b0;
}
/*SLIDER LIEUX*/
.gallery-item-lieu-box {
  display: flex;
  position: relative;
  min-height: 420px;
  height: 100%;
}
.col-1-lieu {
  width: calc(100% / 3);
  height: auto;
}
.col-2-lieu {
  width: calc(100% / 3 * 2);
  background-color: #a5aa91;
  padding: 100px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.col-2-lieu p {
  color: #fff;
}
.bloc-gallery-lieux .btn-nav-slider-prev {
  display: none;
}
.bloc-gallery-lieux h4 {
  font-family: Poppins;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
.bloc-gallery-lieux .gallery-item {
  height: 100%;
}
.bloc-gallery-lieux .customize-controls-gallery {
  display: flex;
  justify-content: space-between;
}
.bloc-gallery-lieux .box-controls-gallery {
  width: calc(100% / 3 * 2);
  margin-left: auto;
  margin-right: 0;
  left: auto;
  right: 0;
  top: 20px;
  padding: 0 20px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}
.bloc-gallery-lieux .box-controls-gallery .nav-slider-dot-solo {
  height: 10px;
  width: 10px;
  background-color: #bcc1a9;
}
.bloc-gallery-lieux .box-controls-gallery .nav-slider-dot-solo.tns-nav-active {
  background-color: #fff;
}
h3.les-lieux {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.box-adresse {
  background-color: #b0b59f;
  position: relative;
  padding: 17px 26px;
  margin-top: auto;
}
.box-adresse a {
  text-decoration: none;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.box-adresse .commune {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 300;
}
.box-adresse .adresse {
  margin-top: 40px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.arrow-lieu {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 25px !important;
  height: 25px !important;
}
.texte-lieu {
  margin-bottom: 50px;
}
.ligne-ou-pratiquer {
  margin-bottom: 70px;
}
.ou-pratiquer .eg-ligne .eg-col {
  display: flex;
  flex-direction: column;
}
.ou-pratiquer .eg-ligne b, .ou-pratiquer .eg-ligne strong {
  font-weight: 600;
}
.ou-pratiquer .eg-ligne p {
  color: #a5aa91;
  font-family: Poppins;
  font-size: 14px;
}
.ou-pratiquer .eg-ligne .eg-btn {
  padding: 16px 30px;
  border-radius: 26px;
  border: solid 1px #a5aa91;
  background-color: #fff5e6;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.ou-pratiquer .eg-ligne .eg-btn a {
  color: #a5aa91;
  text-align: center;
}
@media (max-width: 1250px) {
  .ligne-ou-pratiquer {
    flex-direction: column;
  }
  .ligne-ou-pratiquer .eg-col {
    width: 100%;
    margin-right: 0;
  }
}
.ligne-tarifs p, .ligne-tarifs h1, .ligne-tarifs h2, .ligne-tarifs h3, .ligne-tarifs h4, .ligne-tarifs h5, .ligne-tarifs h6, .ligne-tarifs a {
  color: #91a4aa;
}
.tarifs-container {
  display: flex;
}
.tarifs-container .head-tarif p {
  text-transform: uppercase;
}
.tarifs-container .head-tarif p span {
  font-size: 65%;
  text-transform: initial;
}
.onglets-tarifs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}
.onglets-tarifs .onglet {
  width: calc(100% / 3);
  border-right: solid 1px #fef5e6;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  color: #91a4aa;
  background-color: rgba(145, 164, 170, 0.3);
  cursor: pointer;
}
.onglets-tarifs .onglet:last-child {
  border-right: none;
  border-radius: 0 5px 5px 0;
}
.onglets-tarifs .onglet:first-child {
  border-radius: 5px 0 0 5px;
}
.onglets-tarifs .onglet.active {
  color: #fff5e4;
  background-color: #91a4aa;
}
.ligne-tarif {
  display: flex;
  height: 56px;
  align-items: center;
  border-bottom: 1px solid #91a4aa;
  padding-top: 15px;
  color: #91a4aa;
  font-family: Poppins;
}
.popup-info {
  margin-left: 10px;
  border-radius: 16px;
  border: solid 1px #91a4aa;
  padding: 4px 15px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.popup-info:hover {
  transition: all 0.3s ease;
}
.prix {
  margin-left: auto;
  font-weight: bold;
}
.prix sup {
  font-size: 10px;
}
@media (max-width: 1100px) {
  .tarifs-container {
    flex-direction: column;
    margin-bottom: 0;
  }
  .tarifs-container .eg-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 65px;
  }
  .tarifs-container .head-tarif p {
    margin-bottom: 0;
  }
}
.tarifs-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 100px;
}
/* la derniere div s'appelant .tarifs-container n'a pas de margin-bottom */
.tarifs-container-2 {
  margin-bottom: 0;
}
.tarifs-table {
  width: 100%;
}
.tarifs-table th, .tarifs-table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.popup-info-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.popup-info-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.onglets {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.onglets button {
  padding: 10px 20px;
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
}
.onglets button.active {
  background-color: #ccc;
}
.contenu {
  display: none;
}
.contenu.active {
  display: block;
}
.ligne-tarif .popup-content {
  /* display: none; */
}
.titre-tarif span {
  font-size: 0.8em;
}
.prix span {
  font-size: 0.6em;
}
@media (max-width: 1100px) {
  .bloc-gallery-lieux .gallery-item {
    max-height: 500px;
  }
  .gallery-item img {
    height: 500px;
  }
  .ligne-decale {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .offset-top {
    margin-top: -60px;
  }
}
.popup-info {
  overflow: hidden;
  /* Empêche le débordement du contenu lors du changement de largeur */
  transition: all 0.5s ease;
  /* Ajoute une transition pour tous les changements */
  max-width: 100%;
  /* Par défaut, la largeur maximale est de 100% */
}
.popup-info.hovered {
  max-width: none;
  /* Lorsque survolé, retirez la limite de largeur */
}
.popup-info:hover {
  width: 120px;
}
.popup-info {
  width: 52px;
  text-wrap: nowrap;
  color: #fff5e4;
  background-color: #91a4aa;
}
.section-contact {
  padding: 70px 50px;
  background-color: #8FAAB2;
}
.section-contact .col-order-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-contact .col-order-1 p {
  line-height: 1em;
  margin-bottom: 10px;
}
.section-contact h3 {
  color: #fff;
}
.section-contact p {
  font-family: "Poppins";
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.section-contact .section-bg-desk {
  width: 33%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.section-contact .section-bg-mobile {
  opacity: 0.5;
}
.section-contact form input, .section-contact form select, .section-contact form textarea {
  border-bottom: solid 1px #fff;
  border-radius: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.section-contact form textarea {
  height: 70px;
}
.section-contact form .wpcf7-form-control-wrap input:focus-visible, .section-contact form .wpcf7-form-control-wrap textarea:focus-visible {
  background-color: transparent;
}
.section-contact form .wpcf7-form-control-wrap input, .section-contact form .wpcf7-form-control-wrap textarea, .section-contact form .wpcf7-form-control-wrap select, .section-contact form .select2-selection__rendered {
  border-radius: 0;
}
.section-contact form .strat-1 {
  display: flex;
  justify-content: space-between;
}
.section-contact form .strat-1 .col1 {
  width: 48.5%;
}
.section-contact form .strat-1 .col2 {
  width: 48.5%;
}
.section-contact .wpcf7-form-control-wrap input::placeholder, .section-contact .wpcf7-form-control-wrap textarea::placeholder, .section-contact .wpcf7-form-control-wrap select {
  color: #fff;
}
.section-contact .wpcf7-form-control-wrap input, .section-contact .wpcf7-form-control-wrap textarea, .section-contact .wpcf7-form-control-wrap select, .section-contact .select2-selection__rendered {
  background-color: transparent;
  font-family: "Poppins";
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.header-contact {
  display: flex;
  justify-content: space-between;
}
.header-contact img {
  width: 64px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select, .select2-selection__rendered {
  padding: 0;
}
.wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding: 0;
}
.select2-container {
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(/wp-content/uploads/2024/05/arrow.svg);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 18px !important;
  width: 18px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}
.select2-dropdown {
  background-color: #BDCED3;
  border: 1px solid #fff;
  border-radius: 0;
  font-family: "Poppins";
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff4f;
}
.select2-results__option {
  padding: 10px;
}
.select2-dropdown {
  border: none;
}
.wpcf7-not-valid-tip {
  color: #fff;
}
.section-contact form .ligne-envoyer {
  display: flex;
  justify-content: space-between;
}
.section-contact form .ligne-envoyer p {
  font-size: 12px;
  max-width: 49%;
}
.section-contact form .ligne-envoyer input.wpcf7-submit {
  color: #fff;
  font-family: "Poppins";
  background-color: transparent;
  max-width: 145px;
  min-width: 145px;
  padding: 15px 30px 15px 20px;
  gap: 10px;
  border-radius: 28px;
  border: solid 1px #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.section-contact form .ligne-envoyer .div-submit {
  position: relative;
}
.section-contact form .ligne-envoyer .div-submit:after {
  content: url("/wp-content/uploads/2024/05/arrow.svg");
  margin-left: -10px;
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  top: 22px;
  right: 19px;
  width: 13px;
  height: 13px;
}
.section-contact form textarea {
  height: 3em;
}
.section-contact form .select2-container {
  margin-bottom: 30px;
}
.section-contact form .wpcf7-form-control-wrap input, .section-contact form .wpcf7-form-control-wrap textarea, .section-contact form .wpcf7-form-control-wrap select, .section-contact form .select2-selection__rendered {
  padding: 15px 0 5px 0;
}
.section-contact form .select2-container {
  padding-bottom: 20px;
  padding-bottom: 10px;
  width: 100% !important;
}
@media (max-width: 767px) {
  .section-contact form .section-bg-mobile, .section-contact form .ligne-bg-mobile {
    opacity: 0.3;
  }
  .section-contact form .section-contact {
    padding: 50px 20px;
  }
}
.section-faq {
  background-color: #BDCED3;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-faq h3, .section-faq h4, .section-faq p {
  color: #fff;
}
.section-faq h4, .section-faq p {
  font-family: "Poppins";
  font-size: 16px;
}
.section-faq h4 {
  font-weight: 600;
  width: 100%;
}
.section-faq p {
  font-weight: 300;
}
.section-faq .eg-btn {
  color: #8FAAB2;
  background-color: #fff;
  border-color: #8FAAB2;
  margin: auto 25px;
  cursor: pointer;
  text-align: center;
}
.section-faq .eg-faqs-title {
  margin-bottom: 30px;
}
.section-faq .eg-btn:hover, .section-faq .eg-btn.active {
  color: #fff;
  background-color: #8FAAB2;
  border-color: #8FAAB2;
}
.section-faq .eg-faqs h3 {
  margin-bottom: 0;
  margin-right: 20px;
}
.eg-faqs-title {
  display: flex;
  align-items: center;
}
.q-r.q-r-open {
  background-color: #CFDFE3;
  border-radius: 15px;
  border-bottom: none !important;
}
.q-r.q-r-open h4, .q-r.q-r-open p {
  color: #608895;
}
.q-r {
  background-color: transparent;
}
.q-r:not(:last-child) {
  border-bottom: solid 1px #fff;
}
.faq {
  border-radius: 0;
}
/* style.css | https://dev-tuum-yoga.egue.live/wp-content/themes/egcentric/functions/faq/style.css?ver=6.5.2 */
.q-faq {
  /* padding: 35px 30px 30px 30px; */
  padding: 10px 20px;
  margin: 10px 0;
}
.r-faq {
  /* padding: 0 15% 35px 30px; */
  /* margin-top: -10px; */
  padding: 20px;
  margin-top: -36px;
  margin-bottom: 20px;
}
/* Feuille de style intégrée #12 | https://dev-tuum-yoga.egue.live/#faq3 */
.r-faq p {
  margin-bottom: 0;
}
/* style.css | https://dev-tuum-yoga.egue.live/wp-content/themes/egcentric/style.css?ver=1714687907 */
.section-faq h4 {
  margin: 10px 0;
}
@media (max-width: 980px) {
  .eg-faqs-title {
    flex-direction: column;
  }
  .section-faq .eg-btn {
    margin-top: 10px;
  }
}
/* h2 {
    font-family: myFirstFont;
    color: darkgreen;
} */
/*VARIABLES CSS*/
/* --Poppins-400: 'Poppins-400';
    --Poppins-300: 'Poppins-300'; */
.theme-line-light {
  --main-bg-color: #fcf9f9;
  background-color: var(--main-bg-color);
}
.theme-line-dark {
  --main-bg-color: #2a2b2c;
  --main-texte-color: #fcf9f9;
  background-color: var(--main-bg-color);
}
.theme-line-red {
  --main-bg-color: #ff775f;
  --main-texte-color: #fcf9f9;
  --main-strong-color: #fcf9f9;
  background-color: var(--main-bg-color);
}
.theme-line-red p {
  color: #2a2b2c;
}
.theme-line-red .accordeon-sub-title, .theme-line-red .accordeon-title, .theme-line-red .trombi p {
  color: var(--main-texte-color);
}
.theme-line-red .accordeon-open .croix-box {
  filter: invert(67%) sepia(50%) saturate(3556%) hue-rotate(321deg) brightness(1001%) contrast(1001%);
}
.theme-line-dark .chevron-box img, .theme-line-red .chevron-box img, .theme-line-dark .accordeon-close .picto-croix, .theme-line-red .accordeon-close .picto-croix {
  filter: invert(100%) sepia(0%) saturate(0%) brightness(100%) contrast(1000%);
}
body {
  margin: 0;
}
/*SECTIONS*/
.section-header-mother {
  position: relative;
  min-height: calc(100vh - 100px);
}
.section-header-fille {
  position: relative;
  min-height: 590px;
}
.section-header-mother-layer-color, .section-header-fille-layer-color {
  opacity: 0.65;
  background-color: #454253;
}
.section-header-mother .bloc-ariane, .section-header-fille .bloc-ariane {
  margin-bottom: 13vh;
  padding-top: 40px;
}
.section-header-mother h1, .section-header-fille h1 {
  color: #fff;
  margin-bottom: 15px;
}
.section-header-mother .bloc-titre-h3 h3, .section-header-fille .bloc-titre-h3 h3 {
  color: #fff;
  margin-bottom: 15px;
}
.eg-bloc .tags-header a {
  color: #454253;
  background-color: #fff;
  padding: 11px 20px;
  border-radius: 10px;
  display: flex;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition-1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eg-bloc .tags-header a:hover {
  transform: translateY(-5px);
  transition: var(--transition-1);
}
.tags-header {
  display: flex;
  margin-bottom: 30px;
}
.lien-fleche a {
  font-size: 16px;
  font-weight: 600;
  color: #f78655;
  margin-bottom: 1em;
}
.lien-fleche {
  display: flex;
}
.section-standard.theme-section-blanc {
  background-color: #fff;
}
.section-standard.theme-section-sable {
  background-color: #f5ede2;
}
.section-standard.theme-section-violet {
  background-color: #53485f;
}
.theme-section-violet h2 {
  color: #fff;
}
.theme-section-violet h3 {
  color: #babacc;
}
.theme-section-violet .bloc-titre-h2 h2 {
  color: #fff;
}
.theme-section-violet .chiffre {
  color: #fff;
}
.theme-section-violet .bloc-titre-h3 h3 {
  color: #babacc;
}
.theme-section-violet h4 {
  color: #fff !important;
}
.theme-section-violet .bloc-texte-simple p {
  color: #fff !important;
}
.theme-section-blanc .bulle-liste, .theme-section-blanc .bulle-multi, .theme-section-blanc .bulle-trombi {
  background-color: #f7f6f2;
}
/* Sections : cas particuliers */
.parallax .section-bg-desk {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax .section-header-mother-layer-color {
  opacity: 0.5;
  /* background-color: #000000; */
  background-image: radial-gradient(closest-corner, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.85) 100%);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax .section-bg-desk {
  background-color: #000000b8;
  /* background: radial-gradient(closest-side, transparent, transparent 80%, #00000038 100%);
    background-repeat: no-repeat;
background-size: cover; */
}
.parallax .section-bg-mobile {
  background-color: #000000b8;
  /* background: radial-gradient(closest-side, transparent, transparent 80%, #00000038 100%);
    background-repeat: no-repeat;
background-size: cover; */
}
.section-standard.full-img-col-right {
  padding-top: 0;
  padding-bottom: 0;
}
.full-img-col-right .eg-ligne-col1 {
  padding-top: 100px;
  padding-bottom: 85px;
}
.full-img-col-right .eg-ligne-col2 .bloc-image {
  margin-bottom: 0;
}
.full-img-col-right .eg-ligne-col2 .bloc-image {
  width: 100%;
  height: 100%;
  display: flex;
}
.full-img-col-right .eg-ligne-col2 .bloc-image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.full-img-col-right .eg-ligne-col2 .eg-bloc {
  height: 100%;
}
/*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);
}
/*Mobile Menu*/
.top-header-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .top-header {
    display: none;
  }
  .top-header-mobile {
    display: flex;
  }
}
.toggle-mobile_menu {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: var(--main-texte-color);
}
.top-header-mobile .top-header-box {
  padding: 0 45px;
}
.top-header-mobile .top-header-box .box-logo img {
  width: 150px;
}
.header-mobile-box-picto {
  display: flex;
  align-items: center;
}
.header-mobile-box-picto span {
  margin-left: 20px;
}
.btn-toggle-menu {
  cursor: pointer;
  width: 27px;
}
.menu-menu-mobile-container {
  margin: 150px 45px 0 45px;
}
#menu-menu-mobile {
  display: flex;
  flex-direction: column;
  padding: 30px 0 10px 0;
  border-width: 1px 0 1px 0;
  border-color: hwb(210 16% 83%/0.35);
  border-style: solid;
}
#menu-menu-mobile li {
  margin-bottom: 20px;
}
#menu-menu-mobile a {
  font-family: var(--title-font);
  font-size: 25px;
  text-align: left;
  color: #2a2b2c;
}
.top-header-mobile {
  position: absolute;
  width: 100%;
  height: 115px;
  z-index: 1;
  background-color: transparent;
}
.top-header-mobile.open-menu {
  background-color: transparent;
}
#menu-menu-mobile li {
  list-style: none;
}
.rs-menu-mobile {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  border-bottom: solid 1px hwb(210 16% 83%/0.35);
  margin: 0 45px;
}
.rs-menu-mobile a {
  margin: 0 15px;
}
#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;
}
.menu-menu-mobile-1-container, .menu-menu-mobile-1-en-container {
  padding: 0 45px;
  margin-top: 115px;
}
.menu-menu-mobile-1-container ul, .menu-menu-mobile-1-en-container ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#menu-menu-mobile-1 li a, #menu-menu-mobile-2 li a, #menu-menu-mobile-1-en li a, #menu-menu-mobile-2-en li a, .login-link-mob a, .langues-mob a, .langues-mob li {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-family: var(--p-font);
  padding: 10px 0;
  display: block;
  text-transform: uppercase !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*/
.bloc-texte-simple, .bloc-texte-couleur, .bloc-texte-big {
  /* padding-bottom: 25px; */
}
.bloc-texte-simple, .bloc-texte-couleur, .bloc-texte-simple p, .bloc-texte-couleur p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}
.bloc-texte-simple, .bloc-texte-big {
  color: #fff;
}
.body-event .bloc-texte-simple a {
  color: var(--main-strong-color);
  text-decoration: underline;
}
.bloc-texte-couleur {
  color: var(--main-strong-color);
}
.bloc-texte-big {
  font-size: 18px;
  line-height: 1.44;
}
.body-event .bloc-texte-big {
  color: var(--main-strong-color);
}
.bloc-texte-big p {
  padding-bottom: 0;
}
.liste-lien-titre {
  text-transform: uppercase !important;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 5px;
  color: var(--main-texte-color);
  line-height: normal;
}
.liste-lien-sous-titre {
  color: var(--main-strong-color);
  font-size: 13px !important;
  line-height: 1.69;
  font-style: italic;
  font-weight: 600 !important;
  padding-bottom: 0;
}
.item-liste {
  display: flex;
  align-items: center;
  padding: 0 0 35px 0;
  border-bottom: solid 1px var(--main-strong-color);
  margin-bottom: 35px;
}
.bloc-liste .check-item img {
  margin-right: 20px;
}
.header-liste-lien {
  width: 80%;
  margin-right: 10%;
}
.item-liste-chevron {
  width: 10%;
  display: flex;
  justify-content: center;
}
p.liste-lien-titre, p.liste-lien-sous-titre {
  color: var(--main-texte-color);
}
.bloc-video iframe {
  width: 100%;
  border-radius: 10px;
}
.ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark {
  display: none !important;
}
.ytp-chrome-top, .ytp-chrome-bottom {
  display: none !important;
}
.ytp-gradient-top {
  display: none !important;
}
.ytp-pause-overlay.ytp-scroll-min {
  display: none !important;
}
.bloc-video {
  margin: 40px 0;
}
.bloc-bulle-header {
  padding: 33px 33px 20px 33px;
  border-radius: 15px;
  box-shadow: 0 5px 4px 0 rgba(10, 42, 85, 0.2);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  max-width: 350px;
  margin-left: auto;
}
.picto-bulle-header {
  height: 45px;
  width: 60px;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.picto-bulle-header img {
  object-fit: contain;
}
.titre-bulle-header {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
  color: #51485d;
  padding-bottom: 0;
}
a.bulle-header-link {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #51485d;
  opacity: 0.8;
}
.bulle-link-separator {
  color: #cac7cf;
  line-height: 1.44;
  font-size: 18px;
  text-align: center;
  opacity: 0.8;
  padding: 0 0.3em;
}
.check-list {
  list-style: none;
}
.check-item img {
  margin-right: 30px;
}
.check-item {
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: 0.22px;
  text-align: left;
  color: #645c59;
  text-transform: uppercase !important;
  font-family: var(--title-font) !important;
  margin-bottom: 20px;
  display: flex;
}
.check-item:last-child {
  margin-bottom: 0;
}
.check-item img {
  width: 20px;
  height: 20px;
}
.bulle-liste, .bulle-multi, .bulle-trombi {
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 40px;
  height: 100%;
}
.bulle-multi .bloc-texte-simple {
  font-size: 18px;
  line-height: 1.44;
  margin-left: 50px;
}
.bulle-multi .lien-fleche {
  margin-left: 50px;
}
.bulle-multi > * {
  margin-bottom: 20px;
}
.bulle-multi > *:last-child {
  margin-bottom: 0;
}
.bloc-deals-mini-x2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
p.list-taxo-deal, .list-taxo-deal span {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ffcf2e;
  text-transform: uppercase !important;
  font-family: var(--title-font) !important;
  padding-bottom: 0;
}
span.taxo-gris {
  color: #c2c2c5;
}
.bloc-mini-deal {
  padding: 30px 65px 25px 6px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 48%;
  margin-bottom: auto;
}
.bloc-mini-deal .logo-header-accordeon img {
  width: 114px;
}
.croix-box img {
  padding: 4px;
}
.bloc-mini-deal h2, .bloc-big-deal h2 {
  text-transform: initial !important;
  font-family: var(--p-font) !important;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: -0.78px;
  padding-bottom: 6px;
}
.periode {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #c2c2c5;
  padding-bottom: 0;
}
.bloc-big-deal {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 15px;
  /* width: 48%; */
  width: calc((100% - var(--default-colonne-goutiere)) / 2);
  margin-right: var(--default-colonne-goutiere);
  margin-bottom: var(--default-colonne-goutiere);
  overflow: hidden;
}
.bloc-big-deal:nth-child(2n + 0) {
  margin-right: 0;
}
.header-big-deal {
  min-height: 300px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.box-header-big-deal {
  width: 153px;
  height: 153px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 60px;
  overflow: hidden;
}
.big-deal-content {
  padding: 45px 80px;
}
.big-deal-content .text-content-accordeon {
  margin-top: 20px;
  padding-bottom: 32px;
}
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;
}
@media (max-width: 767px) {
  .bloc-chiffre {
    margin-bottom: 20px;
  }
}
.bloc-scenario {
  border-style: dashed;
  border-width: 2px;
  border-color: var(--grey-event);
  border-radius: 0 15px 0 0;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .bloc-scenario {
    margin-bottom: 20px;
  }
}
.bloc-scenario img {
  width: 23px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.titre-scenario {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #f78655;
  padding-bottom: 0;
}
.texte-scenario {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #53485f;
  display: flex;
}
.texte-scenario p {
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.bulle-trombi {
  display: flex;
  align-items: center;
}
.photo-bulle-trombi {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.photo-bulle-trombi img {
  object-fit: cover;
  width: 145px;
  height: 145px;
}
.texte-bulle-trombi {
  width: calc(100% - 145px);
  padding-left: 50px;
}
.texte-bulle-trombi h4 {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.22px;
  text-align: left;
  color: #53485f;
  text-transform: uppercase !important;
  font-family: var(--title-font) !important;
  padding-bottom: 20px;
}
.cv {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #53485f;
}
.texte-bulle-trombi .mail {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e06727;
}
.bloc-timeline {
  margin-bottom: 20px;
}
.timeline-list {
  display: flex;
  justify-content: space-between;
}
.timeline-item {
  display: flex;
  flex-direction: column;
  width: 19%;
}
.timeline-list img {
  width: 100%;
}
.timeline-item h3 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.14;
  letter-spacing: 0.22px;
  text-align: center;
  color: #51485d;
  text-transform: uppercase !important;
  font-family: var(--title-font) !important;
  font-size: 22px !important;
}
.timeline-item-mobile {
  display: none;
}
@media (max-width: 767px) {
  .timeline-item {
    display: none;
  }
  .timeline-item-mobile {
    display: flex;
  }
  .timeline-list {
    flex-direction: column;
  }
  .timeline-item-mobile {
    flex-direction: row-reverse;
    /* margin-left: 0; */
    justify-content: flex-end;
    align-items: center;
    /* margin-bottom: 10px; */
    margin: 0 auto 10px auto;
  }
  .timeline-item-mobile img {
    width: 40px;
  }
  .timeline-item-mobile h3 {
    padding-bottom: 0 !important;
    margin-left: 10px;
    width: 200px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.22px;
    text-align: center;
    color: #51485d;
    text-transform: uppercase !important;
    font-family: var(--title-font) !important;
  }
}
/*LISTE DL*/
.bloc-list-liens {
  padding-top: 35px;
  border-top: 1px solid var(--main-strong-color);
}
/*EVENT*/
.header-event {
  padding: 0 45px;
  background: linear-gradient(var(--main-texte-color) 75%, var(--main-bg-color) 75%);
  min-height: 800px;
  padding-top: 190px;
  overflow: hidden;
}
.header-event h1 {
  font-family: var(--title-font);
  font-size: 45px;
  color: #fff;
}
.header-event h2 {
  font-size: 20px;
  font-family: var(--p-font) !important;
  font-weight: 500;
  color: var(--main-strong-color);
  text-transform: uppercase;
  margin-bottom: 38px;
}
.ligne-rs-event {
  margin-top: auto;
  margin-right: auto;
}
.all-rs {
  display: flex;
  align-items: center;
  border: solid 3px var(--main-strong-color);
  padding: 5px 9px 3px 4px;
  border-radius: 20px;
}
.rs-hover {
  opacity: 0;
  max-width: 0;
  transition: var(--transition-2);
  margin: 0;
  cursor: pointer;
}
.rs-hover svg {
  height: 100%;
  display: flex;
}
.ligne-rs-event:hover .rs-hover, .ligne-rs-event:focus .rs-hover {
  opacity: 1;
  max-width: 30px;
  transition: var(--transition-2);
  margin: 0 5px 0 12px;
}
.rs-hover-all {
  opacity: 1;
  margin-right: 0;
  transition: var(--transition-2);
}
.ligne-rs-event:hover .rs-hover-all {
  opacity: 0.5;
  margin-right: 10px;
  transition: var(--transition-2);
}
.col1-header-event {
  width: 57%;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
}
.col2-header-event {
  width: 33%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.col2-header-event .eg-bouton-box {
  margin-left: auto;
}
.titre-prochaine-date {
  margin: 25px 0 20px 0;
}
.date-prochaine-date, .prochain-lieu {
  color: #fff;
}
.date-prochaine-date {
  margin-bottom: 7px;
}
.prochain-lieu {
  margin-bottom: auto;
}
.date-prochaine-date span {
  color: var(--main-strong-color);
  padding: 0 10px;
}
a.plus-de-dates {
  color: var(--main-strong-color);
  font-weight: 300;
  font-style: italic;
  text-decoration: underline;
  margin-left: auto;
  padding: 15px 0 0 0;
}
/*------*/
.ariane {
  width: 100%;
  padding-left: 10px;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.46;
  color: #fff;
  margin-bottom: 55px;
}
.ariane a {
  color: #fff;
}
.ariane a, .ariane span {
  /* font-style: italic; */
}
.ariane-current {
  color: #f78655;
}
.ariane-arrow {
  margin: 0 2px 0 8px;
}
.list-event-disciplines {
  padding-left: 10px;
  margin-bottom: 13px;
  width: 100%;
}
.event-discipline {
  font-size: 12px;
  text-transform: uppercase !important;
  font-weight: 500;
  color: var(--main-strong-color);
  padding: 3px 4px;
  border: solid 1px var(--main-strong-color);
  border-radius: 5px;
  margin-right: 8px;
  line-height: 1.83;
  margin-bottom: 3px;
}
body.event-template-default.single-event {
  background-color: var(--main-bg-color);
}
body.event-template-default.single-event #main-content {
  background-color: var(--main-bg-color);
}
.body-std, .body-event, .body-more-event {
  padding: 0 45px;
}
.body-event {
  padding-bottom: 110px;
}
.box-body-more-event {
  flex-wrap: nowrap;
}
.col1-body-event {
  width: 57%;
  margin-right: 10%;
  margin-bottom: auto;
  padding-left: 10px;
  padding-top: 30px;
}
.col2-body-event {
  width: 33%;
  padding: 30px 36px 25px 36px;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(255, 113, 78, 0.2);
  background-color: #fff;
  margin-bottom: auto;
}
.single-event .header-accordeon {
  padding: 30px 0;
}
.single-event .header-accordeon-croix {
  margin-right: 0;
}
.single-event .bloc-accordeon .panel {
  /* padding-bottom: 25px; */
}
.separateur-title {
  width: 100%;
  height: 1px;
  display: flex;
  margin-bottom: 25px;
}
.col1-body-event .separateur-title, .head-titles .separateur-title {
  background-color: var(--main-strong-color);
  opacity: 0.35;
  margin-bottom: 10px;
}
.col2-body-event .separateur-title {
  background-color: var(--grey-event);
}
.col-event-head h3 {
  font-size: 13px;
  text-transform: uppercase !important;
  font-weight: 500;
  color: #919191;
  margin-bottom: 35px;
}
/*A NOTER*/
.title-a-noter {
  text-transform: uppercase !important;
}
/*DATES*/
.date-date, .date-lieu {
  font-size: 14px;
  line-height: 1.57;
}
.list-dates {
  text-align: right;
  border-bottom: solid 1px var(--grey-event);
}
.date {
  margin-bottom: 20px;
}
.date-date {
  color: var(--main-strong-color);
}
.date-lieu {
  color: var(--main-texte-color);
}
.date-texte {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.57;
  color: var(--main-strong-color);
}
.date.date-old {
  opacity: 0.3;
}
/*duree*/
.section-duree {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: solid 1px var(--grey-event);
}
/*Tarifs*/
.section-tarif {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 25px 0;
  border-bottom: solid 1px var(--grey-event);
}
.section-tarif p {
  margin-left: auto;
  padding-bottom: 0.3em;
  min-width: 70%;
  text-align: right;
}
.section-tarif span {
  margin-right: auto;
  min-width: 30%;
}
@media (max-width: 767px) {
  .tarifs-container {
    flex-direction: column;
    margin-bottom: 0;
  }
  .tarifs-container:last-child {
    margin-bottom: 0;
  }
}
/*info-complementaire*/
.section-info-complementaire {
  padding: 25px 0;
  text-align: center;
  border-bottom: solid 1px var(--grey-event);
  font-style: italic;
  color: var(--main-strong-color);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
}
/*Tags*/
.tag-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 20%;
  min-width: 50px;
  margin-bottom: 15px;
}
.tag-event:hover .tag-event-title, .tag-event:focus .tag-event-title {
  opacity: 1;
  transform: translateY(7px);
  transition: var(--transition-2);
}
.tag-event-title {
  font-size: 7px;
  padding: 3px 3px;
  text-transform: uppercase !important;
  background-color: var(--main-strong-color);
  color: #fff;
  border-radius: 5px;
  line-height: 1em;
  font-weight: 300 !important;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: var(--transition-2);
  width: auto;
  white-space: nowrap;
}
.tag-event-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 0 10px 0;
  border-bottom: solid 1px var(--grey-event);
}
.tag-event-picto img {
  width: 100%;
}
.tag-event-picto {
  transform: translateY(0);
  transition: var(--transition-2);
}
.tag-event:hover .tag-event-picto, .tag-event:focus .tag-event-picto {
  transform: translateY(-10px);
  transition: var(--transition-2);
}
.tag-event:hover circle, .tag-event:hover ellipse, .tag-event:focus circle, .tag-event:focus ellipse {
  fill: var(--picto-event-hover) !important;
}
.tag-event:hover path {
  fill: var(--main-strong-color) !important;
  stroke: var(--main-strong-color) !important;
}
/*MINI EVENT*/
.mini-event {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-right: 5%;
  position: relative;
  margin-bottom: 50px;
}
.mini-event:nth-child(3n+3) {
  margin-right: 0;
}
.loop-archive-event {
  display: flex;
  flex-wrap: wrap;
}
.mini-event img {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--transition-1);
}
.mini-event:hover img:not(span img) {
  transform: scale(1.05);
  transition: var(--transition-1);
}
.picto-bulle-rouge-mini-event-home {
  position: relative;
  display: none;
}
.event-avec-bulle .picto-bulle-rouge-mini-event-home {
  display: block;
}
.picto-bulle-rouge-mini-event-home img {
  position: absolute;
  top: -65px;
  right: -35px;
  width: 72px;
  height: 85px;
}
.mini-event-img, .mini-event-img-portrait {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.mini-event-img-portrait {
  display: none;
}
.mini-event-atelier .mini-event-img img.attachment-mini_event {
  filter: grayscale(90%) contrast(50%);
  transition: var(--transition-2);
}
.mini-event-atelier .mini-event-img:after, .slider-header-event.slider-header-event-atelier .image-slider-box:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(225deg, #ff775f 17%, rgba(255, 119, 95, 0) 45%);
  content: "";
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: var(--transition-2);
}
.mini-event-atelier:hover .mini-event-img img.attachment-mini_event {
  transition: var(--transition-2);
  filter: none;
}
.mini-event-atelier:hover .mini-event-img:after {
  transition: var(--transition-2);
  opacity: 0;
}
.picto-oeil {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.mini-event h4 {
  font-size: 18px;
  color: var(--main-strong-color);
  font-family: var(--title-font) !important;
  margin-top: 13px;
  padding-bottom: 0;
  line-height: 1;
}
.mini-event h5 {
  font-size: 11px;
  color: var(--main-strong-color);
  font-family: var(--p-font);
  margin-top: 13px;
  margin-top: 6px;
  margin-bottom: 7px;
  padding-bottom: 0;
  opacity: 0.8;
}
.mini-separator {
  width: 100%;
  display: block;
  opacity: 0.2;
  border-bottom: solid 1px var(--main-strong-color);
  margin-bottom: 9px;
}
.mini-date {
  display: inline-block;
}
.mini-date-separator {
  padding: 0 7px;
}
.mini-date.old, .mini-date-separator.old {
  opacity: 0.3;
}
.liste-date-mini-event {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--main-strong-color);
}
/*More envent*/
.body-more-event {
  background-color: var(--main-smooth-color);
  padding-top: 140px;
  padding-bottom: 45px;
}
.box-body-more-event {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.head-archive-event h2 {
  color: var(--main-strong-color);
  line-height: normal;
  font-size: 30px;
  padding-bottom: 11px;
  border-bottom: solid 1px var(--main-strong-color);
}
.head-archive-event h3 {
  color: var(--main-strong-color);
  font-size: 18px;
  padding-top: 8px;
  font-weight: 500;
  font-family: var(--p-font);
  margin-bottom: 40px;
  padding-bottom: 0;
}
/*event responsive*/
.image-slider-box-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .ariane {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .image-slider-box {
    display: none;
  }
  .image-slider-box-mobile {
    display: flex;
  }
  .header-event {
    padding: 0 45px;
  }
  .header-event-cols {
    position: static;
    flex-direction: column;
  }
  .image-slider-box-mobile img {
    border-radius: 0;
  }
  .header-event {
    background: var(--main-texte-color);
    min-height: auto;
    padding-top: 180px;
  }
  .col1-header-event {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .col2-header-event {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
  }
  .header-event h1 {
    font-size: 30px;
    width: 100%;
  }
  .header-event h2 {
    font-size: 16px;
    width: 100%;
  }
  .ligne-rs-event {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #nav-slider-dot {
    display: none;
  }
  .box-controls-slider {
    bottom: 30px;
    left: 25px;
  }
  .eg-bouton-box.desk {
    display: none;
  }
  .header-event .eg-bouton-box.mobile {
    width: auto;
    margin: 10px auto 10px 0;
  }
  .col1-body-event {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  .col2-body-event {
    width: 100%;
    margin-bottom: 65px;
    margin-top: 50px;
  }
  .bloc-texte-simple, .bloc-texte-couleur {
    font-size: 12px;
    line-height: 1.5;
  }
  .eg-bloc .bloc-texte-simple p {
    line-height: 1.5;
  }
  .bloc-texte-big {
    font-size: 16px;
  }
  .bloc-critique p {
    line-height: 1.5;
  }
  .body-more-event {
    padding: 65px 45px;
  }
  .box-body-more-event {
    padding: 0;
  }
  .ariane {
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .list-event-disciplines {
    padding-left: 0;
  }
  .col-event-head h3 {
    margin-bottom: 30px;
  }
  .head-archive-event h3 {
    font-size: 16px;
  }
  .more-event .mini-event {
    display: flex;
    flex-direction: row;
  }
  .more-event .mini-event-img {
    width: 48%;
    margin-right: 4%;
    margin-bottom: auto;
  }
  .more-event .mini-event-bot {
    width: 48%;
  }
  .more-event .mini-event h4 {
    margin-top: 0;
  }
}
/*AGENDA*/
.content-page-agenda, .content-page-institutionnel {
  background-color: var(--main-bg-color);
}
.header-std {
  min-height: 100vh;
  position: relative;
}
.bulle-titre {
  background-size: contain;
  background-repeat: no-repeat;
  height: 328px;
  max-width: 310px;
  padding-left: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bulle-titre h1 {
  color: #fff;
  font-size: 45px;
  line-height: 1em;
}
.bulle-titre h2 {
  color: var(--main-strong-color);
  font-size: 18px;
  font-family: var(--p-font) !important;
}
.bulle-rouge-header {
  width: 105px;
  height: 124px;
  position: absolute;
  right: 0;
  top: 170px;
  opacity: 0;
  transition: var(--transition-3);
}
.tns-slide-active .bulle-rouge-header, #page-institutionnelle .bulle-rouge-header {
  right: 0;
  opacity: 1;
  transition: var(--transition-3);
}
.bulle-noire-header {
  position: absolute;
  left: -200px;
  z-index: -1;
  top: 0;
  display: block;
  opacity: 0;
  transition: var(--transition-3);
}
.tns-slide-active .bulle-noire-header {
  left: 0;
  opacity: 1;
  transition: var(--transition-3);
}
.picto-scroll {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 11px);
}
#events-results {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.box-header-std {
  padding: 230px 0 210px 0;
  position: relative;
}
.header-agenda-filtre {
  display: flex;
  align-items: center;
  background-color: #2a2b2c;
  min-height: 135px;
}
.box-header-agenda-filtre {
  justify-content: space-between;
  position: relative;
}
.filtre {
  display: flex;
  align-items: center;
}
.bloc-filtre {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.btn-filtre h3 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase !important;
  padding-bottom: 0;
}
.filtre-list {
  max-height: 34px;
  display: block;
  overflow: hidden;
  background-color: var(--main-strong-color);
  color: #141517;
  text-transform: uppercase !important;
  font-size: 13px;
  border-radius: 8px;
  padding: 4px 5px;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.selectionnez {
  text-align: center;
  padding: 5px 3px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase !important;
}
.filtre-list label:not(:first-child) {
  opacity: 0;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.filtre-list:hover, .btn-list.hovered .filtre-list {
  max-height: 1000px;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.filtre-list:hover label:not(:first-child), .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:hover .picto-fleche-filtre, .btn-list.hovered .picto-fleche-filtre {
  transform: rotate(180deg);
  transition: var(--transition-2);
}
.btn-list {
  width: auto;
  height: 34px;
  padding-left: 7px;
  position: relative;
}
.picto-fleche-filtre {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 3;
  transition: var(--transition-2);
  display: flex;
}
.filtre-list label {
  margin-top: 2px;
  margin-bottom: 4px;
  padding: 2px 25px;
  display: block;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.filtre-list label.selected {
  background-color: #e0573f;
  color: #fff;
}
.filtre-list label input[type="checkbox"] {
  display: none;
}
.filtre-list label.selected:after {
  content: " ✓";
  color: #fff;
  position: absolute;
  right: 10px;
  transition: var(--transition-2);
}
@media (max-width: 767px) {
  .filtre-list {
    max-width: none;
  }
  .filtre-list label {
    font-size: 80%;
    line-height: 1.3;
  }
}
.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;
}
.ajax-post-loader {
  position: absolute;
  width: 25px;
  right: -40px;
  top: 4px;
}
#events-results .mini-event h4, #events-results .mini-event h5 {
  color: var(--main-texte-color);
}
#events-results .mini-separator {
  border-bottom: solid 1px var(--main-texte-color);
  opacity: 0.2;
}
#events-results .mini-date.old {
  color: var(--main-texte-color);
}
.box-content-page-agenda, .box-content-page-institutionnel {
  padding: 40px 0;
}
.head-titles {
  width: 100%;
  margin-bottom: 50px;
}
.head-titles h2 {
  font-size: 43px;
  color: var(--main-texte-color);
  font-weight: 500;
}
.head-titles h3 {
  color: var(--main-strong-color);
  font-size: 18px;
  font-weight: 500;
}
#deja-passes {
  background-color: var(--main-smooth-color);
}
#deja-passes .head-titles h2 {
  color: var(--main-strong-color);
}
#deja-passes .separateur-title {
  border-bottom: solid 1px var(--main-strong-color);
  opacity: 0.2;
}
#deja-passes .box-content-page-agenda {
  padding: 100px 0;
}
#deja-passes .mini-date.old, #deja-passes .mini-date-separator.old {
  opacity: 1;
}
/*INSTITUTIONNEL*/
.separateur-bot-header {
  height: 20px;
  background-color: var(--main-strong-color);
  width: 100%;
}
#page-institutionnelle .ariane {
  margin-bottom: 0;
  padding-left: 0;
}
/*HOME*/
#header-home {
  position: relative;
}
.slider-header-home {
  height: 100%;
  display: flex;
}
.item-slider-home {
  height: 100%;
  display: flex;
}
.item-bg {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  min-height: calc(100vh - 60px);
}
.box-header-std {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.slider-header-home .date-prochaine-date {
  color: var(--main-strong-color);
}
.slider-header-home .plus-date {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.slider-header-home .box-header-std .bulle-titre {
  padding-top: 55px;
  padding-bottom: 70px;
  z-index: 2;
  position: relative;
}
.slider-header-home .bulle-titre h1 {
  margin-top: auto;
}
.slider-header-home .bulle-titre h2 {
  margin-bottom: auto;
  padding-bottom: 15px;
}
.item-bg {
  background-size: cover;
  position: relative;
}
.img-bg-slider-home, .img-bg-slider-home-mob {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.img-bg-slider-home-mob {
  display: none;
}
.box-header-std .bulle-titre {
  max-width: 700px;
  height: 370px;
}
.box-header-std .decouvrir-eg-bouton {
  display: inline;
  padding: 10px 35px;
}
#header-home .separateur-bot-header {
  height: 20px;
  height: 60px;
}
#header-home .picto-facebook-header-home {
  margin-right: 10px;
}
#header-home .separateur-bot-header .box-body {
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  padding: 0;
}
#header-home .separateur-bot-header .box-body p {
  display: flex;
  padding: 0;
}
#header-home .separateur-bot-header .body-std {
  height: 100%;
}
@media (max-width: 767px) {
  .img-bg-slider-home-mob {
    display: block;
  }
  .img-bg-slider-home {
    display: none;
  }
}
.dates-home {
  background-color: var(--main-bg-color);
}
.dates-home .mini-event h4, .dates-home .mini-event h5 {
  color: var(--main-texte-color);
}
.dates-home .mini-separator {
  border-bottom: solid 1px var(--main-texte-color);
}
.dates-home .head-titles {
  padding-top: 110px;
}
.aligne-bouton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eg-bouton-box .agenda-eg-bouton {
  color: #fff;
  display: flex;
  align-items: center;
}
.agenda-eg-bouton img {
  margin-right: 15px;
  width: 14px;
  height: 15px;
  transition: var(--transition-1);
}
.agenda-eg-bouton:hover img {
  filter: invert(59%) sepia(10%) saturate(2816%) hue-rotate(320deg) brightness(130%) contrast(200%);
  transition: var(--transition-1);
}
.eg-bouton-box.mobile {
  display: none;
}
.col-dates-home {
  position: relative;
}
.col-star-dates-home {
  display: flex;
  width: 30%;
  margin-right: 5%;
}
.col-dates-home-right {
  display: flex;
  flex-direction: column;
  width: 65%;
}
.col-dates-home-mini {
  display: flex;
}
.col-dates-home-mini .box-mini-event {
  width: 45.8333%;
}
.col-dates-home-mini .box-mini-event:first-child {
  margin-right: 8.3333%;
}
/* .col-dates-home:not(:last-child){
    margin-right: 5%;
} */
.col-dates-home .mini-event {
  width: 100%;
  margin-right: 0;
}
.col-star-dates-home .mini-event-img {
  display: none;
}
.col-star-dates-home .mini-event-img-portrait {
  display: block;
  height: 100%;
}
.col-star-dates-home .mini-event img {
  height: 100%;
  object-fit: cover;
}
.bulle-date-home-noire {
  position: absolute;
  top: -42px;
  right: -30px;
  z-index: 3;
}
/* .event-avec-bulle .mini-event-img:before{
    position: absolute;
    bottom: -25px;
    right: -35px;
    z-index: 3;
} */
.box-mini-event {
  position: relative;
  display: flex;
}
.box-mini-event.event-avec-bulle .mini-event h4 {
  max-width: calc(100% - 35px);
}
.ligne-bulle-bulle-2 {
  position: absolute;
  right: 60px;
  bottom: -100px;
  z-index: 2;
}
.body-std.ligne-bulle .box-body {
  position: relative;
  height: 140px;
}
.ligne-bulle-bulle-1 {
  position: absolute;
  right: 20%;
  top: 50px;
  z-index: 2;
}
.col-home-flex {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
}
.cols-home-flex .box-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.big-strat-noire .eg-bloc .eg-bouton-box a {
  color: var(--main-bg-color);
}
.top-col {
  height: 200px;
  width: 100%;
}
.top-col img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.bot-col {
  background-color: var(--main-strong-color);
  display: flex;
  flex-direction: column;
  padding: 30px 20% 40px 20%;
}
.bot-col img {
  height: 47px;
}
.big-strat-noire {
  background-color: var(--main-texte-color);
  padding: 90px 0 115px 0;
}
.top-col {
  height: 200px;
  width: 100%;
}
.bot-col p {
  color: var(--main-smooth-color) !important;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.57;
}
.mini-lieux {
  display: flex;
  justify-content: space-between;
}
.mini-lieu {
  width: 30%;
}
.mini-lieu-top {
  border-radius: 5px;
  overflow: hidden;
}
.mini-lieu-top img {
  border-radius: 5px;
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.mini-lieu h4 {
  font-family: var(--title-font) !important;
  font-size: 22px;
}
.mini-lieu h5 {
  font-family: var(--p-font) !important;
  color: #2a2b2c;
  font-size: 13px;
}
@media (max-width: 767px) {
  .big-strat-noire {
    padding: 115px 0 115px 0;
  }
  .big-strat-rouge {
    padding: 65px 0 60px 0;
  }
  .mini-lieu {
    width: 30%;
    width: 100%;
    margin-bottom: 30px;
  }
  .mini-lieux {
    flex-direction: column;
  }
  .mini-lieu-top img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .mini-lieu-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ligne-1-3_2-3, .ligne-2-3_1-3 {
    flex-direction: column;
  }
  .ligne-1-3_2-3 .eg-ligne-col1, .ligne-2-3_1-3 .eg-ligne-col1 {
    width: 100%;
    margin-right: 0;
  }
  .ligne-1-3_2-3 .eg-ligne-col2, .ligne-2-3_1-3 .eg-ligne-col2 {
    width: 100%;
  }
  .eg-bloc .bloc-bouton .eg-bouton-box {
    margin-right: 0;
    width: 100%;
  }
  .cols-home-flex .box-body {
    flex-direction: column;
  }
  .col-home-flex {
    width: 100%;
    margin-bottom: 30px;
  }
  .big-strat-noire {
    padding: 60px 0 65px 0;
  }
  .ligne-bulle-bulle-2 {
    right: 30%;
    bottom: 20px;
    width: 50px;
  }
  .ligne-bulle-bulle-1 {
    right: 55%;
    top: 70px;
    width: 30px;
  }
  .body-std.ligne-bulle .box-body {
    height: 200px;
  }
  .body-std.dates-home {
    padding-bottom: 75px;
  }
}
/*SEARCH PAGE*/
.box-body-search-result-page {
  flex-direction: column;
}
#page-search .box-header-std.box-body, #defaultpage .box-header-std.box-body {
  display: flex;
  flex-direction: column;
  padding: 170px 0 110px 0;
}
#page-search .bulle-rouge-header, .header-default .bulle-rouge-header {
  opacity: 1;
}
.header-search, .header-default {
  background-color: var(--main-texte-color);
}
.header-search h1, .header-default h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1.1;
}
.header-search h2, .search-page-results h2 {
  font-size: 18px;
  color: var(--main-strong-color);
  font-family: var(--p-font) !important;
  line-height: 1.44;
  padding-bottom: 0 !important;
}
.search-page-results p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: var(--main-texte-color);
}
.box-body-search-result-page {
  padding-top: 40px;
  padding-bottom: 130px;
}
.box-body.box-body-search-result-page .ariane {
  padding: 0;
}
.search-page-results {
  border-top: solid 1px var(--main-strong-color);
  padding-bottom: 40px;
}
.search-page-results li {
  list-style: none;
  padding: 30px 0;
  border-bottom: solid 1px var(--main-strong-color);
}
.page-numbers {
  width: 30px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #b6b4b5;
}
.page-numbers.current {
  color: var(--main-strong-color);
}
.next.page-numbers {
  background-image: url("/wp-content/themes/epsilon/picto/arrow_right_pagination.svg");
  margin-left: 20px;
}
.prev.page-numbers {
  background-image: url("/wp-content/themes/epsilon/picto/arrow_left_pagination.svg");
  margin-right: 20px;
}
.nav-links {
  display: flex;
  justify-content: center;
}
.navigation.pagination h2 {
  display: none;
}
.search-page-results .hilite {
  background-color: #ff775f5b;
  font-weight: bold;
}
mark {
  color: inherit;
  background-color: inherit;
  font-weight: inherit;
}
/* .header-search h2 mark.hilite{
    background-color: transparent!important;
    font-weight: bold;
    color: var(--main-strong-color);
} */
/********************RESPONSIVE***********************/
@media (max-width: 767px) {
  .body-std, .body-event {
    padding: 0 45px;
  }
  .bulle-titre h1 {
    font-size: 30px;
  }
  .bulle-titre h2 {
    font-size: 16px;
    font-weight: 500;
  }
  .bulle-rouge-header {
    display: none;
  }
  .slider-header-home .box-header-std .bulle-titre {
    position: initial;
    padding-left: 0;
  }
  .box-header-std {
    height: 100%;
    height: auto;
    position: initial;
  }
  .item-bg {
    display: flex;
  }
  .tns-slide-active .bulle-noire-header {
    left: -45px;
    width: 290px;
    height: 350px;
  }
  .bulle-noire-header, .tns-slide-active .bulle-noire-header {
    left: -45px;
    top: 305px;
    opacity: 0.8;
  }
  .bulle-noire-header {
    opacity: 0;
  }
  .bulle-date-home-noire {
    display: none;
  }
  .event-avec-bulle .mini-event-img::before {
    content: none !important;
  }
  #header-home .picto-facebook-header-home svg {
    width: 34px;
    height: 34px;
  }
  #header-home .separateur-bot-header .box-body p {
    align-items: center;
  }
  #header-home .separateur-bot-header .body-std {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header-home .separateur-bot-header {
    height: 80px;
  }
  .item-bg {
    min-height: calc(100vh - 80px);
  }
  .box-header-std {
    padding: 270px 0 145px 0;
  }
  .head-titles h2 {
    font-size: 30px;
  }
  .head-titles h3 {
    font-size: 16px;
  }
  .mini-event {
    width: 100%;
    margin-right: 0;
  }
  .mini-event {
    margin-bottom: 25px;
  }
  .result-dates-home {
    display: flex;
    flex-direction: column;
  }
  .col-star-dates-home {
    width: 100%;
    margin-right: 0;
  }
  .box-mini-event {
    width: 100%;
  }
  .col-star-dates-home .mini-event-img {
    display: block;
  }
  .col-star-dates-home .mini-event-img-portrait {
    display: none;
  }
  .col-dates-home-right {
    width: 100%;
  }
  .col-dates-home-right .col-dates-home-mini {
    flex-direction: column;
  }
  .col-dates-home-right .col-dates-home-mini .box-mini-event:first-child {
    margin-right: 0;
  }
  .col-dates-home-right .col-dates-home-mini .box-mini-event {
    width: 100%;
  }
  .col-dates-home-right .col-dates-home .mini-event {
    display: flex;
    flex-direction: row;
  }
  .col-dates-home-right .mini-event-img, .mini-event-img-portrait {
    width: 48%;
    margin-right: 4%;
    margin-bottom: auto;
  }
  .col-dates-home-right .mini-event-bot {
    width: 48%;
  }
  .box-mini-event.event-avec-bulle .mini-event h4 {
    max-width: 100%;
  }
  .col-dates-home-right .mini-event h4 {
    margin-top: 0;
  }
  .picto-oeil {
    top: 10px;
    right: 10px;
    width: 30px;
  }
  .mini-event {
    margin-bottom: 40px;
  }
  .eg-bouton-box.desktop {
    display: none;
  }
  .eg-bouton-box.mobile {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  /*filtre agenda*/
  .bloc-filtre {
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
    width: 48%;
  }
  .btn-list {
    margin-left: 0;
  }
  .filtre-list label {
    white-space: normal;
  }
  .filtre {
    justify-content: space-between;
    margin: auto;
  }
  .event-counter {
    margin: 20px auto 20px auto;
  }
  .box-header-agenda-filtre {
    padding-top: 30px;
  }
  .btn-filtre {
    margin-bottom: 10px;
  }
}
/*FOOTER*/
.pop-newsletter {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(102, 102, 102, 0.69);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.pop-newsletter-overlay {
  position: absolute;
  background-color: rgba(42, 43, 44, 0.65);
  width: 100%;
  height: 100%;
}
.pop-newsletter-box {
  display: flex;
}
.pop-newsletter-box-content {
  padding: 60px;
  background-color: var(--main-strong-color);
  border-radius: 5px;
  position: absolute;
  width: 80%;
  max-width: 790px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-newsletter {
  cursor: pointer;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
}
.pop-newsletter-box-content h2 {
  font-size: 30px;
}
.sib-email-area {
  display: flex;
  background-color: transparent;
  border: solid 2px #fff;
  width: auto;
  margin: auto auto 30px auto;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  max-width: 390px;
}
.sib-default-btn {
  height: 100%;
  border: none;
  padding: 10px 25px;
  background-color: #fcf9f9;
  font-style: italic;
  font-size: 13px;
  font-family: var(--p-font);
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.sib-email-area-mail {
  background-color: transparent;
  font-style: italic;
  font-size: 13px;
  font-family: var(--p-font);
  border: none;
  width: 60%;
  display: flex;
  padding: 10px 20px;
}
.sib-email-area-mail:focus-visible {
  outline: none;
}
.pop-newsletter-box-content {
  text-align: center;
  color: #2a2b2c;
}
.pop-newsletter-box-content .sous-titre {
  margin-bottom: 15px;
}
.nl-mini {
  font-size: 10px;
  line-height: 1.9em;
  max-width: 590px;
  margin: auto;
}
.nl-mini span {
  color: #fff;
}
@media (max-width: 767px) {
  .sib-email-area {
    flex-direction: column;
    border: none;
  }
  .sib-email-area-mail {
    width: 100%;
    text-align: center;
    border: solid 2px #fff;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .pop-newsletter-box-content {
    padding: 60px 20px;
  }
  .pop-newsletter-box-content h2 {
    font-size: 25px;
  }
  .btn-newsletter {
    right: 15px;
    top: 15px;
  }
  .sib-default-btn {
    border-radius: 5px;
  }
}
footer .section-footer {
  background-color: #C18B6C;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .section-footer .eg-col {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
footer .section-footer .social {
  display: flex;
  justify-content: flex-end;
}
footer .section-footer .social a {
  margin-left: 15px;
}
footer .section-footer a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #FFF5E6;
  text-decoration: none;
  display: flex;
}
footer .section-footer img {
  margin: auto;
}
@media (max-width: 980px) {
  footer .section-footer .eg-col {
    align-items: center;
  }
  footer .section-footer .social a {
    margin-right: 15px;
  }
}
.section-credits {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fbebd9;
}
.section-credits p, .section-credits a {
  color: #91a4aa;
  display: flex;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .top-header {
    display: flex;
  }
  .header-desk .box-logo {
    margin: auto;
    width: 250px;
    margin-bottom: 20px;
  }
  .cartouche-top .col-order-2 img {
    height: 100%;
    display: flex;
  }
  .a_gauche {
    display: none;
  }
  .a_droite {
    display: none;
  }
  .top-section-home .ligne-order-1 .col-order-1 {
    padding: 20px;
  }
  .top-section-home .col-order-2 {
    padding: 0;
  }
}
.bottom-footer {
  height: 56px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-footer a {
  color: #ff775f;
  font-size: 12px;
}
.bottom-footer span {
  color: #ff775f;
  padding: 0 15px;
  font-size: 12px;
}
/* .footer-mobile, .footer-mobile-bot {
    display: none;
}   */
@media (max-width: 1000px) {
  /* .footer-mobile {
        display: block;
    } */
  /* .footer-mobile-bot{
        display: flex;
    } */
  /* .footer-desk {
        display: none;
    } */
}
.body-std.footer-desk .box-body {
  padding: 70px 0;
  display: flex;
  flex-direction: row;
}
.footer-desk .col_1-3 {
  width: 25%;
}
.footer-desk .col_2-3 {
  width: 75%;
}
.footer-desk .ligne-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.footer-desk .ligne-top .menu-left {
  display: flex;
}
.footer-desk .ligne-top .menu-left .col-menu-left {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}
footer .ligne-top .menu-left .col-menu-left a, footer .ligne-top .menu-left .col-menu-left span {
  color: #fff;
  font-size: 12px;
  padding-bottom: 15px;
  position: initial;
}
#btn-newsletter {
  cursor: pointer;
}
.rs-footer-desk a {
  margin-right: 20px;
}
.footer-mobile .menu-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer-mobile .col-menu-left {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.footer-mobile .ligne-top {
  display: flex;
  width: 100%;
  padding: 40px 0 30px 0;
  border-bottom: solid 1px #625450;
  margin-bottom: 30px;
}
.footer-mobile.ligne-rs {
  padding: 30px 45px;
  background-color: #1d1c1d;
}
.rs-footer-mobile {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  margin: auto;
}
.titre-col-footer {
  color: #fff;
  font-family: var(--title-font) !important;
  font-size: 18px;
  padding-bottom: 10px;
}
.col-menu-footer-mobile {
  width: 47%;
}
.ligne-menu-footer-2, .ligne-menu-footer-3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
.col-menu-footer-mobile .eg-menu li a {
  color: #fff;
  line-height: 2;
  font-weight: 300;
  font-size: 14px;
}
ul.eg-menu, .eg-menu li {
  font-family: var(--Poppins-400);
}
.col-menu-footer-mobile .item-rs p {
  display: none;
}
.col-menu-footer-mobile .item-rs img {
  position: relative;
  width: 25px;
}
.col-menu-footer-mobile .item-rs {
  display: block;
}
.ligne-rs-col-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 70px;
}
.col-menu-footer-mobile .btn-partenaire {
  height: auto;
  padding: 5px 11px;
  margin-right: auto;
  margin-left: 0;
  width: 100%;
  max-width: 250px;
}
.footer-mobile-bot .menu-col-droite-footer-container {
  display: flex;
}
.footer-mobile-bot #menu-col-droite-footer-1 {
  display: flex;
}
.footer-mobile-bot #menu-col-droite-footer-en-1 {
  display: flex;
}
.footer-mobile-bot .box-body {
  display: flex;
  justify-content: center;
}
.footer-mobile-bot a, .footer-mobile-bot p {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #d8d8db;
}
.footer-mobile-bot {
  justify-content: center;
  background-color: #28202f;
  height: 60px;
}
.seperator-footer {
  color: #ffc21d;
  margin: 0 10px;
}
.eg-bloc.border-left {
  border-left: solid 1px #625450;
  padding-left: 23px;
  margin-bottom: auto;
}
.eg-bloc.border-left ul {
  list-style: none;
  /* Remove default bullets */
}
.eg-bloc.border-left ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  text-align: left;
  color: #fff;
  text-transform: initial;
}
.eg-bloc.border-left ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffcf2e;
  /* Change the color */
  font-weight: 400;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1.4em;
  /* Also needed for space (tweak if needed) */
  font-size: 11px;
}
.texte-filiale {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  color: #fff;
}
.item-rs {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  color: #fff;
  padding-bottom: 6px;
}
.item-rs img {
  position: absolute;
}
.item-rs p {
  padding-bottom: 0;
  height: 21px;
  padding-left: 35px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.29;
}
.btn-partenaire {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #362d2a;
  padding: 11px;
  border-radius: 15px;
  box-shadow: 0 5px 4px 0 rgba(10, 42, 85, 0.12);
  background-image: linear-gradient(to bottom, #ffc72e, #ffba00);
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.col-btn-footer {
  padding-left: 5%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: normal !important;
}
#menu-col-droite-footer a, #menu-col-droite-footer-en a, .copyright {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #d8d8db;
  padding: 0;
}
/*DEFAULT*/
.box-content-page-default {
  padding-top: 40px;
  padding-bottom: 130px;
  flex-direction: column;
}
/*contact*/
.wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  color: #dc323263;
  font-size: 0.8em;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select, .select2-selection__rendered {
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  color: var(--main-texte-color);
  font-family: var(--p-font);
  font-size: 13px;
}
.eg-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eg-form span {
  width: 48%;
  margin-bottom: 15px;
}
.eg-form span[data-name="message"] {
  width: 100%;
}
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder, .wpcf7-form-control-wrap select {
  font-family: var(--p-font);
  font-size: 13px;
  opacity: 1;
  font-style: normal;
  color: #454253;
  font-size: 16px;
}
.wpcf7-form select {
  background-color: transparent;
}
.wpcf7-form select option {
  padding: 15px 20px !important;
  background-color: transparent !important;
  color: var(--main-texte-color) !important;
  font-family: var(--p-font) !important;
  font-size: 13px !important;
  font-style: normal !important;
}
.wpcf7-form select option:hover {
  background-color: #dc3232;
}
.wpcf7-form-control-wrap input:focus-visible, .wpcf7-form-control-wrap textarea:focus-visible {
  outline: none;
  background-color: rgba(234, 220, 236, 0.2);
}
.wpcf7-submit {
  min-width: 230px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 0.7px;
  color: #fcf9f9;
  background-color: #454253;
  display: flex;
  padding: 10px 20px;
  text-align: center;
  justify-content: center;
  border-radius: 15px;
  transition: var(--transition-1);
  text-transform: none;
  border: none;
  font-family: var(--p-font);
  cursor: pointer;
}
.wpcf7-submit:hover {
  color: #fff;
  background-color: #454253a9;
  transition: var(--transition-1);
}
#wpcf7-f1382-o1 .wpcf7-not-valid-tip {
  color: var(--main-strong-color);
  font-size: 0.8em;
  opacity: 0.6;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  border-radius: 5px !important;
  border-width: 1px !important;
  padding: 10px !important;
  width: 100% !important;
  text-align: center !important;
  border: 1px solid var(--main-strong-color) !important;
  border-radius: 5px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--main-strong-color) !important;
}
.wpcf7-spinner {
  display: flex !important;
  background-color: #454253 !important;
  margin: 10px auto !important;
}
#no-display {
  display: none;
}
span.wpcf7-spinner {
  width: 24px;
}
.eg-form .wpcf7-not-valid-tip {
  color: #454253;
}
.eg-form .wpcf7-spinner {
  background-color: #454253;
}
/*SHORTCODE*/
.head-titles.titre-saison {
  margin-bottom: 0;
}
.titre-saison h2 span {
  font-family: var(--title-font) !important;
  color: var(--main-strong-color);
}
.titre-saison h2 span span {
  color: var(--main-texte-color);
}
.eg-bloc.eg-sitemap {
  margin-bottom: 40px;
}
.eg-bloc.eg-sitemap .subnav {
  margin-top: 30px;
}
.eg-bloc.eg-sitemap ul li ul {
  padding-left: 10px;
}
.eg-bloc.eg-sitemap li a {
  color: var(--main-strong-color);
}
.eg-bloc.eg-sitemap ul {
  list-style-type: none;
}
.head-titles.titre-temps-forts {
  margin-bottom: 0;
}
.short-rs img {
  width: 35px;
  margin-right: 15px;
}
/*custom bloc*/
.bloc-bouton.cust-btn-newsletter .btn-newsletter {
  position: initial;
}
.cust-btn-billeterie.eg-bouton-box {
  margin-left: auto;
}
/*404*/
.page-404 img {
  line-height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.page-404 {
  min-height: 100vh;
  width: 100%;
  height: 600px;
}
.page-404-mob {
  display: none;
}
@media (max-width: 767px) {
  .page-404-mob {
    display: flex;
  }
  .page-404 {
    display: none;
  }
}
button, ::file-selector-button, input:is([type="reset"], [type="button"], [type="submit"]) {
  color: #fff;
}
::placeholder {
  opacity: 0.54;
}
.sib-email-area input {
  -webkit-text-fill-color: #2a2b2c;
  opacity: 1;
  /* required on iOS */
  color: #2a2b2c;
}
button, ::file-selector-button, input:is([type="reset"], [type="button"], [type="submit"]) {
  padding-inline: 4px;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#footer ul {
  list-style: none;
}
#footer .eg-bloc {
  display: flex;
  flex-direction: column;
}
.progressbar {
  display: flex;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 20px !important;
}
.proggress {
  display: flex !important;
}
.percentCount {
  float: left !important;
  transform: translateX(-50px);
  margin-top: -5px !important;
  /* position: absolute!important; */
  right: 0 !important;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 20px;
}
.barre-line {
  display: flex;
}
.barre-color {
  display: block;
  width: 100%;
}
.textBar {
  display: flex;
  align-items: center;
  color: #051940;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
}
/* 

.header-blog-filtre {
    height: 300px;
  }


  .filtre-list {

    max-height: none;
    }
    .filtre-list label:not(:first-child) {

        opacity: 1;
        }
        .filtre-list label input[type="checkbox"] {
            display: none;
            display: block;
            }
        input[type="checkbox"] {
            appearance: auto;
            -moz-default-appearance: checkbox;
        }
        .ajax-post-loader {
            position: relative;
            }
 */
/*EG BLOG AJAX*/
.bloc-blog_cat {
  height: 300px;
}
#article_blog-results {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3.3333%;
}
.mini-article-blog {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-right: 3.3333%;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 3.3333%;
  overflow: hidden;
}
.mini-article-blog .box-img-top {
  width: 100%;
  height: 250px;
}
.mini-article-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-article-bot {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.mini-art-cat {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #c2c2c5;
  font-family: var(--title-font) !important;
}
.mini-article-bot h3 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: -0.78px;
  text-align: left;
  color: #2e2e2e;
  padding-bottom: 10px !important;
}
.mini-art-date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #c2c2c5;
  text-transform: uppercase !important;
}
.mini-article-bot h5 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #645c59;
  margin-bottom: 25px;
}
.lire-suite {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f78655;
  margin-top: auto;
}
.btn-filtre h3, .selectionnez {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #454253;
  font-family: var(--title-font) !important;
}
.article-footer {
  width: 100%;
  max-width: 755px;
  margin: auto;
}
.article-footer h3 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #53485f;
  font-family: var(--title-font) !important;
  margin-bottom: 20px;
}
.article-footer h4 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.78px;
  text-align: left;
  color: #e06727;
  font-family: var(--p-font) !important;
  text-transform: initial !important;
  margin-bottom: 20px;
}
.bloc-blog_cat {
  display: flex;
}
.bloc-filtre {
  display: flex;
}
#btn-filtre-blog_cat {
  height: auto;
}
#btn-filtre-blog_cat h3 {
  padding: 0 !important;
}
.filtre-list label:not(:first-child) {
  opacity: 1;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.filtre-list:hover, .btn-list.hovered .filtre-list {
  max-height: 1000px;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.filtre-list:hover label:not(:first-child), .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); */
}
.selectionnez {
  padding: 0;
  margin-bottom: 0;
}
.filtre-list {
  padding: 0;
  max-height: 32px;
  background-color: transparent;
  border-radius: 0;
}
.btn-filtre h3, .selectionnez {
  line-height: 1;
}
.btn-list {
  height: 32px;
}
.bloc-blog_cat {
  height: auto;
}
.btn-list {
  height: auto;
}
#btn-filtre-blog_cat {
  margin-bottom: auto;
}
.filtre {
  padding: 0 0 40px 0;
}
.filtre-list label.selected {
  background-color: #454253;
}
.selectionnez {
  text-decoration: underline;
  margin-bottom: 15px;
}
.filtre-list label {
  border: none;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: rgba(69, 66, 83, 0.8);
  font-family: var(--title-font);
  padding: 0;
}
.filtre-list label {
  position: initial;
}
.filtre-list label.selected::after {
  color: #454253;
  position: relative;
  padding-left: 15px;
}
.filtre-list label {
  display: flex;
}
.filtre-list label.selected {
  background-color: transparent;
}
.filtre-list label.selected {
  background-color: transparent;
  color: #454253;
}
.picto-fleche-filtre {
  right: auto;
  left: 120px;
}
/*ARTICLE BLOG*/
.section-standard.section-article-blog {
  padding-top: 0;
}
.article-blog {
  width: 100%;
}
.article-box-img-top {
  width: 100%;
  height: 570px;
}
.article-box-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-box-img-top {
  margin-top: -100px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 100%;
}
.section-header-fille.header-article-blog {
  padding: 0 0 120px 0;
}
.section-header-fille.header-article-blog .bloc-ariane {
  margin-bottom: 100px;
  padding-top: 40px;
}
.article-bot h3 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.78px;
  text-align: left;
  color: #e06727;
  padding-bottom: 1.1em;
}
.article-bot {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #051940;
  padding: 90px 0;
  max-width: 755px;
  margin: auto;
}
.article-bot h4 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.22px;
  text-align: left;
  color: #645c59;
  padding: 1.6em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.control.control--checkbox {
  min-width: 130px;
}
@media (max-width: 1200px) {
  .bloc-filtre {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .article-box-img-top {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .article-box-img-top {
    height: 350px;
  }
  .section-header-fille.header-article-blog .bloc-ariane {
    margin-bottom: 40px;
    padding-top: 100px;
  }
  .mini-article-blog {
    width: 100%;
  }
  .mini-article-blog .box-img-top {
    height: 200px;
  }
  .mini-article-bot {
    padding: 30px;
  }
  .mini-article-bot h3 {
    font-size: 20px;
  }
  p.selectionnez {
    font-size: 32px;
  }
  p.mini-art-cat {
    font-size: 16px;
  }
  p.mini-art-date {
    font-size: 16px;
  }
}
/*EXCEPTION*/
.section-header-mother.parallax {
  overflow: hidden;
}
.separateur-header {
  height: 200px;
}
.ex-bulle .bulle-multi .bloc-texte-simple {
  margin-left: 50px;
  margin-left: 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .ex-bulle .bulle-multi .bloc-texte-simple {
    margin-left: 34px;
    margin-left: 0;
  }
}
.section-header-mother .bloc-titre-h3 h3 .jaune {
  font-family: var(--Poppins-300);
  font-size: 17px;
  color: #ffc400;
  text-transform: uppercase !important;
}
.flex-center-col1 .eg-ligne-col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tel-home {
  display: flex;
  border: solid 1px #fff;
  border-radius: 29px;
}
.tel-home p, .tel-home a {
  /* #fff: ; */
  font-family: var(--Poppins-400);
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 0;
  margin-left: 8px;
  white-space: nowrap;
}
.tel-home {
  padding: 10px 21px;
  max-width: 240px;
  min-width: 240px;
  margin: 35px 35px 35px 0;
}
.contact-home {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.horaire-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horaire-home p span {
  font-family: var(--Poppins-400) !important;
  font-size: 17px;
  text-transform: uppercase !important;
  color: #fff;
}
.horaire-home p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1.3;
}
.bold-horaire {
  font-weight: bold;
  font-size: 20px !important;
}
@media (max-width: 1000px) {
  .flex-center-col1 .ligne-1-3_2-3.box-body {
    flex-direction: column;
  }
  .flex-center-col1 .eg-ligne-col {
    width: 100%;
  }
  .horaire-home {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .tel-home p, .tel-home a {
    font-size: 16px;
  }
  .tel-home {
    max-width: 200px;
    min-width: 200px;
  }
  .horaire-home p span {
    font-size: 12px;
  }
  .bold-horaire {
    font-size: 12px !important;
  }
  .contact-home {
    /* margin-top: 70px; */
    margin-top: 8px;
  }
  .eg-bloc h4 {
    font-size: 17px;
  }
  .tel-home img {
    width: 20px;
  }
}
/* .picto-fly-left, .picto-fly-right{
    position: absolute;
} */
.home-1.picto-fly-left .bloc-image {
  position: absolute;
  left: -92px;
  top: -40px;
  width: auto;
}
.home-1.picto-fly-right .bloc-image {
  position: absolute;
  right: -211px;
  top: -60px;
  width: auto;
}
.title-group {
  text-align: center;
  color: #fff;
  max-width: 500px;
  margin: 80px auto 30px auto;
  position: relative;
}
.title-group h6 {
  color: #fff;
  font-size: 18px;
  font-family: var(--Poppins-400);
  text-transform: uppercase !important;
  font-weight: bold;
}
.title-group h2 {
  color: #fff;
  font-size: 49px;
  padding-bottom: 20px;
  line-height: 1em;
}
.title-group p {
  color: #fff;
  font-size: 16px;
}
/*PIZZA*/
.bloc-food {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  overflow: hidden;
}
.mini-food {
  display: flex;
  flex-direction: column;
  width: 23.5%;
  margin-right: var(--default-colonne-goutiere);
  margin-bottom: var(--default-colonne-goutiere);
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .mini-food {
    width: 49%;
  }
  .mini-food:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .mini-food {
    width: 100%;
    margin-right: 0;
  }
}
.mini-food:nth-child(4n+0) {
  margin-right: 0;
}
.mini-food-top {
  height: 242px;
  width: 100%;
}
.mini-food-top img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mini-food-bot {
  background-color: #fff;
  padding: 20px;
  font-family: var(--Poppins-400);
  /* height: 100%; */
}
.mini-food-bot p {
  color: #000;
  font-family: var(--Poppins-400);
  padding: 0;
}
.mini-food-title-line {
  display: flex;
  align-items: center;
}
.price-food {
  margin-left: auto;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: auto;
}
.mini-food-texte-line {
  font-size: 12px !important;
  text-align: left;
  color: #000;
}
.title-food {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  text-transform: uppercase !important;
  margin-right: 20px;
}
.dashed {
  height: 1px;
  width: 100%;
  background-image: url("/wp-content/uploads/2022/11/dashed.png");
  background-repeat: repeat;
  background-size: 12px;
  margin: 20px 0;
}
/*bouton*/
.eg-bouton-box a {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: var(--Poppins-400);
  text-transform: uppercase !important;
  border-radius: 29px;
  border: solid 1px #fff;
  background-color: transparent;
}
.eg-bloc .bloc-bouton .eg-bouton-box {
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.eg-bouton-box a:hover {
  background-color: rgba(155, 155, 155, 0.37);
}
@media (max-width: 1000px) {
  .gallery-item-box {
    flex-direction: column-reverse;
  }
  .item-col-droite {
    min-height: 200px;
  }
  .box-controls-gallery {
    width: 47px;
    height: 47px;
  }
  .box-controls-gallery {
    bottom: 110px;
    top: 55px;
    margin: 0;
  }
  .item-col-gauche, .item-col-droite {
    width: 100%;
    padding: 50px 50px 100px 50px;
  }
  .gallery-item-box {
    height: 490px;
    height: auto;
  }
  .btn-nav-slider {
    margin: 0;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
/*Images Fly Pizzas*/
.picto-fly-left.pizzas-1 {
  position: absolute;
  left: -30px;
}
.picto-fly-right.pizzas-1 {
  position: absolute;
  right: -50px;
  width: auto;
}
.picto-fly-left.pizzas-2 {
  position: absolute;
  left: -140px;
}
.picto-fly-right.pizzas-2 {
  position: absolute;
  width: auto;
  right: -30px;
}
.picto-fly-left.pizzas-3 {
  position: absolute;
  left: -45px;
}
.picto-fly-right.pizzas-3 {
  position: absolute;
  width: auto;
  right: 15px;
}
.ligne-double-fromage {
  margin-top: 80px;
}
.ligne-double-fromage .eg-ligne-col1 {
  background-image: url("/wp-content/uploads/2022/11/texture-tissu.jpg");
  background-size: cover;
  width: 50%;
  margin-right: 0;
}
.ligne-double-fromage .eg-ligne-col2 {
  background-image: url("/wp-content/uploads/2022/11/fromage-croute.jpg");
  background-size: cover;
  width: 50%;
}
.title-group.noir {
  margin: 88px 70px;
}
.title-group.noir h6, .title-group.noir h2, .title-group.noir p {
  color: black;
  text-align: left;
}
.title-group.noir h6 {
  display: flex;
}
.title-group.noir h6 span {
  display: flex;
  margin-left: 80px;
  font-size: 18px;
  font-family: var(--Poppins-400);
  text-transform: uppercase !important;
  font-weight: bold;
  white-space: nowrap;
}
.title-group.noir p {
  font-size: 19px;
}
.title-group.noir p span {
  font-weight: bold;
  padding-top: 20px;
  display: block;
}
/*contact*/
.bg-bleu {
  background-color: #1b4669;
}
.bg-bleu .section-header-mother-layer-color {
  opacity: 1;
  background-color: transparent;
}
.bg-fonce .ligne-2-3_1-3.box-body {
  background-color: #00000021;
}
.bg-fonce .eg-ligne-col1 {
  padding: 60px 0 0 55px;
  margin-right: 0;
  width: 64%;
}
.ligne-flex {
  display: flex;
  width: 100%;
  align-items: center;
}
.ligne-flex .col_1-2 {
  width: 50%;
}
.col_1-2 p, .col_1-2 p span {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: var(--Poppins-400);
  padding-bottom: 10px;
  text-transform: uppercase !important;
}
.col_1-2 p span {
  font-size: 13px;
  text-transform: initial !important;
}
.tel-home p {
  padding: 0;
}
.bg-fonce h1, .bg-fonce h1 span {
  font-size: 26px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: var(--Poppins-400) !important;
}
.bg-fonce h1 span {
  font-weight: normal;
}
.image-plan .bloc-image {
  width: 100%;
  height: 100%;
  margin: 0;
}
.image-plan .bloc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eg-bloc.theme-bloc-gris.image-plan {
  width: 100%;
  height: 100%;
}
.bg-bleu {
  min-height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .bg-fonce .eg-ligne-col1 {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .ligne-flex .col_1-2 {
    width: 100%;
  }
  .ligne-flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
/*footer*/
#footer .ligne-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#footer .ligne-logo img {
  /* width: 80%; */
  max-width: 380px;
}
.col_1-3.tirets-droite {
  background-image: url("/wp-content/uploads/2022/11/bg-repeat-footer.png");
  background-repeat: repeat-y;
  background-position-x: 100%;
  background-size: 1px;
}
#footer .footer-bot .col_1-3 {
  justify-content: center;
}
#footer .col_1-3 {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  margin: 0;
  padding: 0 10px;
}
.footer-desk .col_1-3 {
  width: calc(100% /3);
}
#footer h3 {
  font-family: var(--Poppins-400);
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase !important;
  color: #000;
}
#footer h4 {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  font-family: var(--Poppins-400) !important;
}
.texte-col-footer p {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  font-family: var(--Poppins-400);
  padding-bottom: 0;
}
.Image_fly_left_footer {
  position: absolute;
  top: -90px;
  left: -50px;
}
#footer {
  position: relative;
  overflow-x: clip;
}
.Image_fly_left_footer_2 {
  position: absolute;
  left: -34px;
  top: 219px;
}
.Image_fly_right_footer {
  position: absolute;
  top: -140px;
  right: -50px;
}
.box-body.footer-bot {
  height: 93px;
  background-color: #1b4669;
}
.link-footer {
  color: #fff;
  font-family: var(--Poppins-400);
  display: flex;
  align-items: center;
}
.link-footer img {
  margin-left: 10px;
}
.tel-footer {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: var(--Poppins-400);
}
@media (max-width: 700px) {
  #footer .col_1-3 {
    width: 100%;
  }
  #footer .col_1-3.tirets-droite {
    background-image: none;
    margin-bottom: 30px;
  }
  .box-body.footer-bot .col_1-3 {
    width: 100%;
    /* padding: 10px; */
    height: 38px;
  }
  .box-body.footer-bot {
    height: auto;
    padding: 20px;
  }
  .Image_fly_right_footer {
    width: 50%;
  }
  .Image_fly_left_footer {
    width: 50%;
  }
  .Image_fly_right_footer {
    right: -135px;
  }
}
/*MATOMO OPT OUT*/
#matomo_optout_checkbox {
  width: 15px;
  height: 15px;
}
input#matomo_optout_checkbox {
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none; */
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
#footer .foot-top .col_list_rs {
  display: none;
}
@media (max-width: 767px) {
  #footer .col_links.col_list_rs {
    display: none;
  }
  #footer.footer-light .foot-top .border-bot {
    margin-top: 20px;
  }
}
