@charset "UTF-8";
/*font-face*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://eg-centric.egue.live/wp-content/uploads/2023/03/roboto-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://eg-centric.egue.live/wp-content/uploads/2023/03/roboto-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://eg-centric.egue.live/wp-content/uploads/2023/03/roboto-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://eg-centric.egue.live/wp-content/uploads/2023/03/roboto-regular.woff2) format("woff2");
}
/*breakpoints*/
/*@include mobile*/
/*@include tablette*/
/*@include tabmob*/
:root {
  /*Couleurs*/
  --primary-color:#ed5300;
  --primary-bg-color:#f2f2f2;
  --primary-bg-card-color:#ffffff;
  --primary-border-color:#000000;
  --primary-bg-color-hover:#95a5b2;
  --primary-texte-color:#1e73be;
  --secondary-color:#4c4c4c;
}
/*Styles textes*/
div {
  font-family: "Roboto";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
p {
  font-family: "Roboto";
  font-size: 1em;
  color: var(--primary-texte-color);
  font-weight: 400;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
h1, h2 {
  font-family: "Roboto";
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: underline;
}
.ligne {
  font-family: "Roboto";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
#truc {
  font-family: "Roboto";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.7em;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none;
}
a {
  font-family: "Roboto";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
/*Modulaire*/
/*DESKTOP*/
.eg-section {
  width: 100%;
  max-width: 100%;
  padding: 90px 50px 92px 50px;
  margin: 0 0 0 0;
}
.eg-ligne {
  width: 100%;
  max-width: 1200px;
  padding: 0 0 0 0;
  margin: 0 auto 30px auto;
}
.eg-col {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.eg-bloc {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .eg-section {
    width: 100%;
    max-width: 100%;
    padding: 50px 40px 50px 40px;
    margin: 0 0 0 0;
  }
  .eg-ligne {
    width: 100%;
    max-width: 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) {
  .eg-section {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 20px 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;
  }
}
/*!
 Theme Name:  EG-centric 1.0.2
 Theme URI:    https://egue.fr
 Description:  Thème composé par EGUE
 Author:       BM
 Author URI:   https://egue.fr
 Version:      1.0.2
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/*VARIABLES*/
.eg-section {
  position: relative;
  background-color: var(--primary-bg-color);
  overflow: hidden;
}
.eg-section.section-pleine-largeur.section_visuel_full_width {
  padding: 0;
}
.eg-section.section-pleine-largeur.section_visuel_full_width img {
  display: block;
}
.section-bg-desk, .section-bg-mobile {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.eg-ligne {
  display: flex;
  position: relative;
}
.col-full {
  width: 100%;
}
.col-1_2 {
  width: calc(((100% + 3%) / 2) - 3%);
}
.col-1_3 {
  width: calc(((100% + 3%) / 3) - 3%);
}
.col-2_3 {
  width: calc(((100% + 3%) * 2 / 3) - 3%);
}
.col-1_4 {
  width: calc(((100% + 3%) / 4) - 3%);
}
.col-3_4 {
  width: calc(((100% + 3%) * 3 / 4) - 3%);
}
.col-1_5 {
  width: calc(((100% + 3%) / 5) - 3%);
}
.col-2_5 {
  width: calc(((100% + 3%) * 2 / 5) - 3%);
}
.col-3_5 {
  width: calc(((100% + 3%) * 3 / 5) - 3%);
}
.col-4_5 {
  width: calc(((100% + 3%) * 4 / 5) - 3%);
}
.col-1_6 {
  width: calc(((100% + 3%) / 6) - 3%);
}
.col-5_6 {
  width: calc(((100% + 3%) * 5 / 6) - 3%);
}
.eg-col {
  margin-right: 3%;
  position: relative;
}
.eg-col:last-child {
  margin-right: 0;
}
.eg-ligne:last-child, .eg-col:last-child, .eg-bloc:last-child {
  margin-bottom: 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .eg-ligne {
    flex-direction: column;
  }
  .eg-col {
    width: 100%;
    margin-right: 0;
  }
  .eg-ligne:last-child, .eg-col:last-child, .eg-bloc:last-child {
    margin-bottom: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .eg-ligne {
    flex-direction: column;
  }
  .eg-col {
    width: 100%;
    margin-right: 0;
  }
  .eg-ligne:last-child, .eg-col:last-child, .eg-bloc:last-child {
    margin-bottom: 0;
  }
}
.panel .eg-bloc:last-child {
  margin-bottom: 0;
}
.top-header {
  /* mix-blend-mode: multiply; */
  background: #F7F4ED;
  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;
  margin: auto;
  width: 100%;
  height: 134px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.box-logo {
  display: flex;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
}
.box-logo a {
  margin: auto 0;
}
.menu-menu-principal-container, .menu-menu-principal-en-container {
  display: flex;
}
.header-desk .box-logo {
  margin-right: 30px;
}
.header-desk .menu-menu-principal-container, .header-desk .menu-menu-principal-en-container {
  margin-left: auto;
}
#menu-menu-principal, #menu-menu-principal-en {
  padding-left: 0;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: auto;
  align-items: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu-menu-principal li, #menu-menu-principal-en li {
  list-style: none;
  color: var(--primary-color);
  text-align: center;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu-menu-principal li.current_page_item a, #menu-menu-principal li.current-page-ancestor a, #menu-menu-principal-en li.current_page_item a, #menu-menu-principal-en li.current-page-ancestor a {
  color: #7E0000;
  opacity: 1;
  transition: var(--transition-2);
}
#menu-menu-principal a, #menu-menu-principal-en a, .login-link a, .langues .current-lang, .langues li a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu-menu-principal a, #menu-menu-principal-en a {
  height: 38px;
}
#menu-menu-principal a:hover, #menu-menu-principal-en a:hover, .login-link a:hover, .langues li a {
  display: flex;
  color: #7E0000;
  opacity: 1;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu-menu-principal li.menu-separator, #menu-menu-principal-en li.menu-separator {
  display: block;
  background: var(--sperator-color);
  width: 2px;
  height: 35px;
}
.menu-item {
  position: relative;
  transition: all ease 200ms;
}
.menu-item a {
  transition: all ease 200ms;
}
.menu-item span {
  position: absolute;
  opacity: 0;
  transition: all ease 200ms;
}
.menu-item span svg {
  width: 11px;
  height: 9px;
}
.menu-item span svg path {
  fill: #7E0000;
}
.menu-item .chevron-menu-droite {
  transform: translateX(-100%);
  left: -8px;
}
.menu-item .chevron-menu-gauche {
  transform: translateX(100%);
  right: -8px;
}
.menu-item:hover span {
  opacity: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.menu-item:hover .chevron-menu-droite {
  left: -2px;
}
.menu-item:hover .chevron-menu-gauche {
  right: -2px;
}
.btn-billetterie.menu-item {
  text-transform: initial;
  border-radius: 5px;
  border: 2px solid var(--couleurrouge, #FB364B);
}
.btn-billetterie.menu-item a {
  text-shadow: none;
  padding: 0 13px;
}
#menu-menu-principal .btn-billetterie.menu-item:hover {
  background-color: #FB364B;
  border-radius: 5px;
}
#menu-menu-principal .btn-billetterie.menu-item:hover a {
  color: #F7F4ED;
}
#menu-menu-principal .btn-billetterie.menu-item:hover span {
  display: none;
}
#menu-menu-principal li.btn-billetterie.menu-item {
  margin-left: 30px;
  margin-right: 0;
}
#menu-menu-principal li.btn-billetterie.menu-item a {
  text-transform: initial;
}
/*Mobile Menu*/
.top-header-mobile {
  display: none;
  overflow: visible;
}
@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(--primary-color);
  left: 0;
}
.toggle-mobile_menu .top-header-mobile svg path {
  fill: #fff;
}
.toggle-mobile_menu .top-header-mobile {
  position: relative;
}
.toggle-mobile_menu .box-menu {
  height: calc(100vh - 115px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.toggle-mobile_menu .box-menu .eg-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
}
.toggle-mobile_menu .box-menu .eg-menu li {
  margin: 5px auto;
}
.toggle-mobile_menu .box-menu .eg-menu li a {
  color: var(--blanc, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px;
  display: block;
}
.toggle-mobile_menu .box-menu .eg-menu .btn-billetterie.menu-item {
  border: 2px solid var(--couleurrouge, #fff);
  margin-top: 15px;
}
.toggle-mobile_menu .box-menu .eg-menu .btn-billetterie.menu-item a {
  text-transform: initial;
}
.top-header-mobile .top-header-box {
  flex-direction: row;
}
.top-header-mobile .top-header-box .box-logo img {
  width: 150px;
}
.header-mobile-box-picto {
  display: flex;
  align-items: center;
}
.header-mobile-box-picto span {
  margin-left: 20px;
}
.btn-toggle-menu {
  cursor: pointer;
  width: 27px;
}
.top-header-mobile {
  position: relative;
  width: 100%;
  height: 127px;
  z-index: 9999;
  background-color: #F7F4ED;
  padding-top: 0;
  padding-bottom: 0;
}
.top-header-mobile.open-menu {
  background-color: transparent;
}
#menu-menu-mobile li {
  list-style: none;
}
.rs-menu-mobile {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  margin: 0 45px;
}
.rs-menu-mobile a {
  margin: 0 9px;
}
#ajaxsearchprores2_1 {
  display: none !important;
}
.mobile-search {
  margin: 37px 45px 37px 45px;
}
.mobile-search .autocomplete {
  opacity: 0.4 !important;
}
.mobile-search div.asp_m.asp_m_2 .probox .proinput input.orig::placeholder {
  font-style: italic;
}
.mobile-search div.asp_m.ajaxsearchpro .probox .proinput form {
  padding: 0 15px !important;
}
.langues-mob .lang-item {
  display: none;
}
.select-langue-mob {
  position: absolute;
  padding: 6px 22px 6px 5px;
  border-radius: 17px;
  border: solid 1px #c2c2c5;
  width: 100px;
}
.langues-mob li, .langues-mob a {
  padding: 0;
  list-style: none;
}
.menu2-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  max-width: 500px;
  margin: auto;
}
#menu-menu-mobile-2, #menu-menu-mobile-2-en {
  list-style-type: none;
}
.arrow-langue-mob {
  position: absolute;
  right: 24px;
  top: 14px;
}
.langues-box-mob {
  position: relative;
  height: 32px;
  width: 100px;
}
.sparateur-menu-mob {
  background-color: #f7f6f2;
  height: 1px;
  width: auto;
  margin: 50px 0;
}
/*BLOCS*/
.eg-bloc {
  width: 100%;
}
.eg-bloc-card {
  background-color: var(--primary-bg-card-color);
}
/*image*/
.bloc-image {
  height: 508px;
  width: 100%;
}
.bloc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-image {
    height: 300px;
  }
}
.bloc-image.full-height {
  height: auto;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-image.full-height {
    height: auto;
  }
}
.bloc-video {
  border-radius: 20px;
  overflow: hidden;
}
.bloc-video iframe {
  width: 100%;
  border-radius: 20px;
  height: 508px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-video iframe {
    height: 300px;
  }
}
/*ARIANE*/
.ariane {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  color: #fff;
  margin-bottom: 55px;
}
.ariane a {
  color: #fff;
}
.ariane a, .ariane span {
  /* font-style: italic; */
}
.ariane-current {
  color: var(--primary-color);
}
.ariane-arrow {
  margin: auto 0;
}
/*BOUTON*/
.eg-btn {
  color: var(--primary-color);
  background-color: var(--blanc);
  padding: 12px 13px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--blanc);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.eg-btn.active, .eg-btn:hover {
  color: var(--blanc);
  background-color: var(--primary-color);
  border-color: var(--blanc);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*ONGLET*/
.tabs-nav a {
  margin: 0 5px;
}
.tabs-nav {
  display: flex;
  margin: 0 -5px;
  margin-bottom: 20px;
}
/*ACCORDEON*/
.bloc-accordeon {
  padding: 0;
  border-radius: 0;
  background-color: var(--primary-bg-card-color);
  margin-bottom: 20px;
}
.accordeon {
  border-bottom: solid 2px var(--primary-border-color);
}
.header-accordeon {
  padding: 30px 30px 20px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-accordeon:hover .croix-box {
  /* filter: invert(67%) sepia(50%) saturate(3556%) hue-rotate(321deg) brightness(101%) contrast(101%); */
}
.header-accordeon-texte {
  width: auto;
  margin-right: auto;
}
.header-accordeon-croix {
  display: flex;
  justify-content: flex-end;
  margin-right: 23px;
  width: 52px;
  margin-bottom: auto;
  margin-top: 10px;
}
.croix-box {
  width: 29px;
  height: 29px;
  transition: var(--transition-1);
}
.croix-box img {
  transition: var(--transition-1);
}
.accordeon-open .croix-box img {
  transform: rotate(45deg);
  /* filter: invert(67%) sepia(50%) saturate(3556%) hue-rotate(321deg) brightness(101%) contrast(101%); */
  transition: var(--transition-1);
}
.accordeon-title {
  text-transform: uppercase !important;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--primary-color);
  line-height: normal;
}
.accordeon-sub-title {
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.69;
  color: var(--secondary-color);
  padding-bottom: 0;
}
.bloc-accordeon .panel {
  border-top: dashed 1px var(--secondary-color);
  padding: 30px 0 20px 0;
  width: 100%;
}
.content-accordeon {
  padding: 0 30px;
}
.text-content-accordeon {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #645c59;
  letter-spacing: normal;
}
a.lien-deal {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #c2c2c5;
  margin-bottom: 15px;
  display: block;
}
.bloc-accordeon .croix-box {
  width: 27px;
  height: 27px;
}
.bloc-accordeon .header-accordeon-croix {
  margin-top: auto;
  min-width: 76px;
  padding-right: 23px;
  margin-right: 0;
}
.bloc-accordeon .accordeon-title {
  padding-top: 7px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.22px;
  text-align: left;
  font-family: var(--title-font) !important;
}
.bloc-accordeon .header-accordeon {
  min-height: auto;
}
.bloc-accordeon .texte-2 p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #645c59;
}
.bloc-accordeon .texte-1 p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #53485f;
  padding-top: 15px;
}
.bloc-accordeon .bloc-gallery {
  padding: 0;
}
/*GALLERY*/
.bloc-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.bloc-gallery .tns-ovh {
  overflow: visible;
}
.gallery {
  position: relative;
  height: 350px;
}
.gallery-item {
  height: 100%;
  padding: 0;
}
.gallery-item img {
  border-radius: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.nav-gallery-dot {
  display: flex;
}
.customize-controls-gallery {
  display: flex;
  align-items: center;
}
.box-controls-gallery {
  /* position: absolute; */
  width: auto;
  bottom: 30px;
  right: 30px;
  margin: auto;
}
.nav-gallery-dot {
  /* display: none; */
}
/*GALLERY*/
.btn-nav-slider {
  display: block;
  width: auto;
  height: auto;
}
.box-controls-gallery {
  width: 100%;
}
.inner-box-controls-slider {
  width: 100%;
}
.customize-controls-gallery {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.image-slider-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
.nav-slider-dot-solo {
  height: 13px;
  width: 13px;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  margin: auto 7px;
  border: solid 1px #FB364B;
}
#nav-slider-dot {
  display: flex;
}
#customize-controls-slider {
  display: flex;
  align-items: center;
}
.btn-nav-slider {
  cursor: pointer;
  padding: 15px 0;
}
.nav-slider-dot-solo.tns-nav-active {
  background-color: #FB364B;
}
.btn-nav-slider.btn-nav-slider-prev {
  padding-right: 20px;
}
.btn-nav-slider.btn-nav-slider-next {
  padding-left: 20px;
}
/*CHIFFRE*/
p.chiffre {
  padding-bottom: 0;
}
p.chiffre span {
  font-size: 130px;
  padding-bottom: 0;
  font-family: var(--title-font) !important;
  line-height: 0.8;
}
.texte-chiffre {
  font-family: var(--title-font) !important;
  font-size: 16px;
  line-height: 1.13;
  max-width: 47%;
}
.chiffre .exposant {
  font-size: 70px;
  font-family: var(--title-font) !important;
  margin-top: -5px;
}
p.chiffre {
  display: flex;
}
/*Rich text*/
.bloc-rich-text h1, .bloc-rich-text h2 {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
.bloc-rich-text h3 {
  color: var(--BORDEAUX, #500009);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 15px;
  margin-top: 0;
}
/*CTA*/
.bloc-cta {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: -10px;
}
.eg-cta {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 10px 13px;
  border-radius: 5px;
  border: 2px solid var(--COULEUR-ROUGE, #FB364B);
  text-align: center;
  transition: all 0.2s ease-out;
}
.eg-cta.style-cta-2 {
  background-color: #fff;
  border-color: #fff;
}
.eg-cta.style-cta-3 {
  color: #fff;
  background-color: #FB364B;
}
.eg-cta.style-cta-4 {
  color: #fff;
  border-color: #fff;
}
.eg-cta:hover {
  color: #fff;
  background-color: #FB364B;
}
.eg-cta.style-cta-2:hover {
  color: #fff;
  background-color: #FB364B;
}
.eg-cta.style-cta-3:hover {
  color: var(--COULEUR-ROUGE, #FB364B);
  background-color: initial;
}
.eg-cta.style-cta-4:hover {
  color: #FB364B;
  border-color: #FB364B;
  background-color: initial;
}
/*separateur*/
.bloc-hr {
  background-color: #FB364B;
  height: 2px;
  margin-top: -10px;
  margin-bottom: 10px;
  border: none;
}
/*map*/
.bloc-map {
  border-radius: 20px;
  padding: 35px;
  background-color: #fff;
}
.bloc-map iframe {
  border-radius: 10px;
  display: block;
}
/*bloc-individu*/
.bloc-individu {
  margin-bottom: 35px;
  display: block;
  background-position: center;
}
.bloc-individu .name {
  color: var(--BORDEAUX-3, #93101E);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.bloc-individu .fonction {
  color: var(--BORDEAUX-4, #B58585);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0;
}
.bloc-individu.bloc-individu-image {
  padding: 0;
  background-size: cover;
  height: 435px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bloc-individu.bloc-individu-image .texte {
  padding: 35px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bloc-individu.bloc-individu-image .name {
  color: #fff;
  margin-top: auto;
}
.bloc-individu.bloc-individu-image .fonction {
  color: #FB364B;
}
/*section blog*/
/*@include mobile*/
@media (max-width: 767px) {
  .posts {
    flex-wrap: nowrap;
    margin-right: 0;
    display: block;
  }
  .posts .item-mini-event, .posts .item-mini-post {
    margin: 0;
    transform: translateX(-20px);
  }
}
.section-blog {
  background: var(--COULEUR-ROUGE-3, #F8D8D5);
}
.section-blog .ligne-title-section-blog {
  margin-bottom: 0;
}
.section-blog .content-archive-section-blog {
  margin-bottom: calc(40px - 1.25%);
  margin-top: -1.25%;
}
.section-blog .ligne-voir-tous-articles .eg-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-blog .ligne-voir-tous-articles .eg-col .eg-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F8D8D5;
  border-color: #FB364B;
}
.section-blog .ligne-voir-tous-articles .eg-col .eg-btn:hover {
  background-color: #FB364B;
  color: #fff;
}
/*@include mobile*/
@media (max-width: 767px) {
  .section-blog .content-archive-section-blog {
    margin-bottom: calc(40px - 1.25%);
    margin-top: -1.25%;
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .single-post .section-blog .content-archive-section-blog {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
/*sections header*/
.header-std.section-header-modulaire {
  min-height: 500px;
}
.header-std.section-header-modulaire .eg-ligne {
  padding-bottom: 100px;
}
.header-std.section-header-modulaire h1 {
  text-transform: initial;
}
.header-std.section-header-modulaire h2 {
  max-width: 50%;
}
.section-header-modulaire.section-header-agora .tags {
  display: flex;
  flex-wrap: wrap;
}
.section-header-modulaire.section-header-agora .tags a.eg-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.section-header-modulaire.section-header-lieu .tag-lieu {
  border-radius: 5px;
  border: 2px solid var(--BLANC, #FFF);
  padding: 6px;
  display: flex;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.section-header-modulaire.section-header-lieu .tag-lieu svg {
  margin: 0;
}
.section-header-modulaire.section-header-lieu .tag-lieu svg path {
  fill: #fff;
}
.eg-section.header-std.section-header-modulaire.section-header-technique {
  background: var(--BORDEAUX, #500009);
  min-height: 400px;
}
.eg-section.header-std.section-header-modulaire.section-header-technique .eg-ligne {
  padding-bottom: 83px;
}
/*@include mobile*/
@media (max-width: 767px) {
  .header-std.section-header-modulaire h2 {
    max-width: 100%;
  }
}
/*Card*/
.bloc-card {
  border-radius: 20px;
  background: var(--BLANC, #FFF);
  padding: 35px;
}
.bloc-card img {
  border-radius: 10px;
  height: 277px;
  object-fit: cover;
}
.bloc-card .eg-col {
  display: flex;
  flex-direction: column;
}
.bloc-card h3 {
  text-transform: initial !important;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--primary-color);
  line-height: normal;
}
.bloc-card h3 svg {
  width: 18px;
  margin-right: 10px;
}
.bloc-card p {
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: auto;
}
.bloc-card .ligne-bot {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.bloc-card .ligne-bot .tag-lieu {
  margin-right: 20px;
  border-radius: 5px;
  border: 2px solid var(--COULEUR-ROUGE, #FB364B);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-card .ligne-bot .eg-btn {
  border-radius: 5px;
  border: 2px solid var(--COULEUR-ROUGE, #FB364B);
  padding: 10px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-card img {
    width: 100%;
    margin-top: 20px;
  }
}
/*Logo*/
.bloc-logo {
  border-radius: 20px;
  background: var(--BLANC, #FFF);
  padding: 35px;
  display: flex;
}
.bloc-logo .partenaire {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
.bloc-logo .lien {
  color: var(--BORDEAUX-4, #B58585);
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.bloc-logo .col-texte {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-logo .col-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-left: auto;
}
.bloc-logo .col-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}
/*contact*/
.bloc-contact {
  border-radius: 20px;
  background: var(--BLANC, #FFF);
  padding: 35px;
  height: 100%;
}
.bloc-contact .ligne-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.bloc-contact .ligne-top h3 {
  text-transform: initial !important;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--primary-color);
  line-height: normal;
}
.bloc-contact .ligne-top h3 svg {
  width: 18px;
  margin-right: 10px;
}
.bloc-contact .ligne-top .tag-lieu {
  margin-right: 20px;
  border-radius: 5px;
  border: 2px solid var(--COULEUR-ROUGE, #FB364B);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-contact .texte-1 {
  color: var(--BORDEAUX-3, #93101E);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 20px;
}
.bloc-contact .texte-2 {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 60px;
}
.bloc-contact .eg-btn {
  border-color: #FB364B;
  display: inline-block;
}
/*code*/
.bloc-code iframe {
  width: 100%;
  height: 508px;
  border-radius: 20px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .bloc-code iframe {
    height: 300px;
  }
}
/*tarifs*/
.bloc-tarifs {
  border-radius: 20px;
  background: var(--BLANC, #FFF);
  padding: 35px;
}
.bloc-tarifs .tarif {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
.bloc-tarifs .intitule {
  color: var(--BORDEAUX-4, #B58585);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.bloc-tarifs .intitule sup {
  font-size: 50%;
  top: -0.9em;
}
.bloc-tarifs .ligne-tarif {
  background: #F8D8D5;
  height: 1px;
  width: auto;
  flex-grow: 100;
  margin: auto 20px 10px 20px;
  min-width: 4px;
}
.bloc-tarifs .montant {
  color: var(--COULEUR-ROUGE, #FB364B);
  text-align: right;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-top: 0;
  margin-bottom: 0;
}
.bloc-tarifs .index_s {
  margin-top: 7px;
  display: inline-block;
}
.bloc-tarifs .index_s .intitule_index {
  color: var(--BORDEAUX-4, #B58585);
  /* Body 3 */
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.bloc-tarifs .index_s .intitule_index sup {
  font-size: 50%;
  top: -0.9em;
  margin-right: 5px;
}
/*bloc newsletter*/
.bloc-newsletter {
  background-color: #F8D8D5;
  padding: 35px;
  border-radius: 20px;
}
.bloc-newsletter .tabmob-only {
  display: none;
}
.bloc-newsletter input, .bloc-newsletter textarea {
  width: 100%;
  margin-bottom: 17px;
  border-radius: 5px;
  border: 2px solid var(--couleurrouge-2, #F99295);
  background: #FFEAE8;
  padding: 10px 13px;
  color: #FB364B;
  font-size: 14px;
}
.bloc-newsletter input::placeholder, .bloc-newsletter textarea::placeholder {
  color: var(--couleurrouge-2, #F99295);
  font-size: 14px;
}
.bloc-newsletter input:focus-visible, .bloc-newsletter textarea:focus-visible {
  outline: none;
  background-color: #fff;
}
.bloc-newsletter p, .bloc-newsletter a {
  color: var(--couleurrouge-2, #F99295);
}
.bloc-newsletter a {
  text-decoration: underline;
}
.bloc-newsletter a:hover {
  color: #FB364B;
}
.bloc-newsletter .ligne-formulaire-1, .bloc-newsletter .ligne-formulaire-2 {
  margin-bottom: 0;
  flex-direction: column;
}
.bloc-newsletter input[type="submit"] {
  width: auto;
  margin-bottom: 0;
  background-color: #fff;
  margin-right: auto;
}
.bloc-newsletter .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 20px;
}
.bloc-newsletter .wpcf7-list-item label {
  display: flex;
}
.bloc-newsletter .wpcf7-list-item label input {
  width: 17px;
  height: 17px;
  margin-right: 21px;
}
.bloc-newsletter .wpcf7-list-item label p {
  margin-top: 0;
}
.bloc-newsletter .wpcf7 form.sent .wpcf7-response-output {
  border: none;
}
.bloc-newsletter .wpcf7 form.invalid .wpcf7-response-output, .bloc-newsletter .wpcf7 form.unaccepted .wpcf7-response-output, .bloc-newsletter .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
  margin: auto;
}
.bloc-newsletter .wpcf7-not-valid-tip {
  color: var(--primary-color);
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  top: -16px;
  right: 5px;
  font-style: italic;
}
.bloc-newsletter .wpcf7-form-control-wrap {
  display: block;
}
.bloc-newsletter .wpcf7-spinner {
  background-color: #FB364B;
  margin: 0;
  position: absolute;
  bottom: -25px;
  left: -25px;
}
.bloc-newsletter .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.sentok {
  display: none;
  background-color: #F8D8D5;
  padding: 35px;
  border-radius: 20px;
}
.sentok .sentok-merci {
  color: var(--COULEUR-ROUGE, #FB364B);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0;
}
.sentok .sentok-texte {
  color: var(--BORDEAUX-4, #B58585);
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
/*mod-25-rs*/
.mod-25-rs {
  background-color: #FB364B;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod-25-rs .col-2_3 {
  display: flex;
  align-items: center;
}
.mod-25-rs .col-2_3 h4 {
  display: flex;
  align-items: center;
  color: var(--blanc, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.mod-25-rs .col-2_3 h4 svg {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}
.mod-25-rs .col-2_3 h4 svg path {
  fill: #fff;
}
.mod-25-rs .col-1_3 {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mod-25-rs .col-1_3 .rs-section-contact {
  margin-top: auto;
  margin-left: auto;
}
.mod-25-rs .col-1_3 svg {
  width: 38px;
  height: 38px;
  background-color: #fff;
  margin-left: 18px;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.mod-25-rs .col-1_3 svg circle {
  transition: all 0.2s ease-out;
}
.mod-25-rs .col-1_3 svg path {
  transition: all 0.2s ease-out;
}
.mod-25-rs .col-1_3 svg:hover {
  background-color: #FB364B;
}
.mod-25-rs .col-1_3 svg:hover circle {
  fill: #FB364B;
}
.mod-25-rs .col-1_3 svg:hover path {
  fill: #fff;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .mod-25-rs .col-1_3 .rs-section-contact {
    margin-left: 0;
  }
  .mod-25-rs .col-1_3 {
    align-items: flex-start;
  }
  .mod-25-rs .col-2_3 {
    margin-bottom: 30px;
    line-height: 1.7em;
  }
  .mod-25-rs .col-1_3 svg {
    margin-left: 0;
    margin-right: 18px;
  }
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1.3em;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  background-color: var(--main-bg-color);
}
/*Hide recaptcha badge*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0 !important;
}
/*VARIABLES CSS*/
:root {
  --max-mobile-width: 767px;
  --max-tablette-width: 980px;
  --desktop: @media all and (min-width: calc(var(--max-tablette-width) + 1px));
  --tablette: @media all and (min-width: calc(var(--max-mobile-width) + 1px)) and (max-width: var(--max-tablette-width));
  --mobile: @media all and (max-width: var(--max-mobile-width));
  --transition-1: all ease-in 0.1s;
  --transition-2: all cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  --transition-3: all cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/*MENU*/
.pop-search {
  position: absolute;
  display: none;
  top: 77px;
}
.sticky .pop-search {
  top: 50px;
}
#btn-loupe {
  cursor: pointer;
}
div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
}
#ajaxsearchprores1_1 .results .item, #ajaxsearchprores1_2 .results .item, div.asp_r.asp_r_1 .results .item {
  background: transparent !important;
}
#ajaxsearchprores1_1.vertical .results .item::after, #ajaxsearchprores1_2.vertical .results .item::after, div.asp_r.asp_r_1.vertical .results .item::after {
  display: none !important;
}
div.asp_w.asp_r .results .item {
  padding: 0 !important;
  border-left: none !important;
  border-right: none !important;
}
#ajaxsearchprores1_1.vertical .results .item .asp_content, #ajaxsearchprores1_2.vertical .results .item .asp_content, div.asp_r.asp_r_1.vertical .results .item .asp_content {
  padding: 0 12px !important;
}
#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
  line-height: 1.3em !important;
  text-decoration: underline;
}
#ajaxsearchprores1_1, #ajaxsearchprores1_2, div.asp_r.asp_r_1 {
  margin: 5px 0 0 0 !important;
}
#ajaxsearchprores1_1 p.showmore a, #ajaxsearchprores1_2 p.showmore a, div.asp_r.asp_r_1 p.showmore a {
  padding: 0px 10px !important;
  text-align: left !important;
  font-style: italic;
}
.top-header.header-desk.sticky #menu-menu-principal, .top-header.header-desk.sticky #menu-menu-principal-en {
  height: 60px;
  transition: var(--transition-1);
}
.top-header.header-desk.sticky {
  background-image: linear-gradient(to bottom, #000000a1 4%, rgba(0, 0, 0, 0) 92%);
  transition: var(--transition-1);
}
.top-header.header-desk.sticky #menu-menu-principal a, .top-header.header-desk.sticky #menu-menu-principal-en a {
  font-size: 70%;
  transition: var(--transition-1);
}
.header-desk.sticky .box-logo img {
  height: 35px;
  transition: var(--transition-1);
}
.header-desk.sticky .top-header-box {
  max-width: 900px;
  transition: var(--transition-1);
}
.select-langue {
  border-radius: 15px;
  border: solid 1px #c2c2c5;
  list-style-type: none;
  padding: 4px 30px 4px 15px;
  width: 69px;
  transition: var(--transition-2);
}
.select-langue li, .select-langue li a {
  display: block;
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 16px;
}
.select-langue li {
  display: none;
  opacity: 0;
  transition: var(--transition-2);
  height: 0;
  transform: translateY(-10px);
}
.select-langue li.current-lang {
  display: flex;
  opacity: 1;
  height: 1.3em;
  transform: translateY(0px);
}
.langues {
  margin: auto 10px;
  position: relative;
  height: 29px;
  width: 69px;
  transition: var(--transition-2);
}
.langues-box {
  position: absolute;
}
.arrow-langue {
  width: 7px;
  height: 7px;
  position: absolute;
  right: 18px;
  top: 11px;
}
.langues:hover .select-langue li {
  display: flex;
  opacity: 1;
  height: 1.3em;
  transition: var(--transition-2);
  transform: translateY(0px);
}
.login-link {
  margin: auto 0 auto 10px;
}
#menu-menu-principal .item-news-nav a, #menu-menu-principal-en .item-news-nav a {
  color: var(--second-texte-color);
}
/*ELEMENTS COMMUNS*/
.mini-event-jour-sem, .jour-sem, .event-jour-sem {
  display: none !important;
}
.error404 h1 {
  color: var(--primary-color);
}
.barre-rouge {
  background: #FB364B;
  height: 33px;
  width: 100vw;
  position: absolute;
}
.barre-rouge-gauche {
  border-radius: 0px 0px 15px 0px;
  top: 0;
  right: 100%;
}
.barre-rouge-droite {
  border-radius: 15px 0px 0px 0px;
  bottom: 0;
  left: 100%;
}
/*@include mobile*/
@media (max-width: 767px) {
  .barre-rouge-gauche {
    display: none;
  }
  .barre-rouge-droite {
    left: 66%;
  }
  .page-template-agenda-template .header-std .eg-ligne, .page-template-blog-template .header-std .eg-ligne {
    padding-top: 30px;
    padding-bottom: 83px;
  }
}
.header-std {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
}
.header-std .eg-ligne {
  padding-top: 83px;
  padding-bottom: 200px;
  margin-bottom: 0;
}
.header-std .ariane {
  padding-left: 0;
  margin-bottom: 70px;
}
.header-std .ariane p {
  margin: 0;
  font-size: 14px;
}
.header-std h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0;
}
.header-std h1 {
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  color: var(--blanc);
}
.header-std h2 {
  margin-bottom: 50px;
  margin-top: 0;
}
.header-std a.eg-btn {
  color: #fff;
  display: inline-block;
}
.header-std .eg-btn {
  background-color: transparent;
}
.header-std .eg-btn.active, .header-std .eg-btn:hover {
  color: var(--primary-color);
  background-color: #fff;
}
.eg-col.col-title-chevron {
  display: flex;
  margin-bottom: 40px;
}
.eg-col.col-title-chevron h2 {
  color: #FB364B;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.eg-col.col-title-chevron span {
  display: flex;
  align-items: center;
}
.eg-col.col-title-chevron span svg {
  width: 24px;
}
.eg-col.col-title-chevron .chevron-title-droite {
  margin-right: 15px;
}
.eg-col.col-title-chevron .chevron-title-gauche {
  margin-left: auto;
}
/*@include mobile*/
@media (max-width: 767px) {
  .eg-col.col-title-chevron {
    margin-bottom: 30px;
  }
  .eg-col.col-title-chevron .chevron-title-gauche {
    display: none;
  }
  .eg-col.col-title-chevron span {
    align-items: flex-start;
  }
  .eg-col.col-title-chevron svg {
    margin-top: 0.5em;
  }
}
/*------*/
/*Page technique*/
.page-template-page-technique-template h1, .page-template-page-technique-template h2, .page-template-page-technique-template h3, .page-template-page-technique-template h4, .page-template-page-technique-template h5, .page-template-page-technique-template h6, .page-template-page-technique-template ul, .page-template-page-technique-template li {
  color: var(--primary-color);
}
/*MINI EVENT*/
.events, .posts {
  display: flex;
  flex-wrap: wrap;
  width: 102.5%;
  margin-right: -1.25%;
  margin-left: -1.25%;
}
.item-mini-event, .item-mini-post {
  width: calc(92.5% / 3);
  margin-bottom: 1.25%;
  position: relative;
  margin: 1.25%;
}
.mini-event, .mini-post {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
}
.mini-event .mini-event-panel, .mini-post .mini-event-panel {
  position: relative;
  margin-top: auto;
  padding: 40px;
  transform: translateY(44px);
  transition: var(--transition-2);
}
.mini-event .mini-event-panel .mini-event-panel-top h4, .mini-post .mini-event-panel .mini-event-panel-top h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1em;
}
.mini-event .mini-event-panel .mini-event-panel-top h5, .mini-post .mini-event-panel .mini-event-panel-top h5 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
}
.mini-event .mini-event-panel .mini-event-panel-top h5.titre-rencontre, .mini-post .mini-event-panel .mini-event-panel-top h5.titre-rencontre {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mini-event .mini-event-panel .mini-event-panel-top .list-event-genres, .mini-post .mini-event-panel .mini-event-panel-top .list-event-genres {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mini-event .mini-event-panel .mini-event-panel-top .list-event-genres span, .mini-post .mini-event-panel .mini-event-panel-top .list-event-genres span {
  padding: 10px 13px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: 1.5px solid #FFF;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}
.mini-event .mini-event-panel .mini-event-panel-bot, .mini-post .mini-event-panel .mini-event-panel-bot {
  height: 34px;
  border-top: solid 1px #fff;
  opacity: 0;
  transition: var(--transition-2);
  margin-top: 0;
  padding-top: 10px;
}
.mini-event .mini-event-panel .mini-event-panel-bot p, .mini-post .mini-event-panel .mini-event-panel-bot p {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: auto 0;
}
.mini-event .mini-event-panel .mini-event-panel-bot p svg, .mini-post .mini-event-panel .mini-event-panel-bot p svg {
  margin-right: 10px;
}
.mini-event .mini-event-panel .mini-event-panel-bot p svg path, .mini-post .mini-event-panel .mini-event-panel-bot p svg path {
  fill: #fff;
}
.mini-event:hover .mini-event-panel {
  transform: translateY(0);
  background-color: rgba(171, 0, 18, 0.53);
}
.mini-event:hover .mini-event-panel .mini-event-panel-bot {
  opacity: 1;
  margin-top: 10px;
}
.mini-event.mini-event-type-rencontre .mini-event-panel {
  background-color: var(--primary-color);
}
.mini-event.mini-event-type-rencontre .date-mini-event {
  background-color: #fff;
}
.mini-event.mini-event-type-rencontre .date-mini-event .tiret-date {
  background-color: var(--primary-color);
}
.mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour, .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-mois, .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour-sem {
  color: var(--primary-color);
}
.item-mini-event:nth-child(3n+3), .item-mini-post:nth-child(3n+3) {
  margin-right: 0;
}
.loop-archive-event {
  display: flex;
  flex-wrap: wrap;
}
.mini-event .filtre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  transition: var(--transition-2);
}
.mini-event .mini-event-img-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--transition-2);
}
.mini-event:hover .mini-event-img-portrait img {
  transform: scale(1.07);
}
.mini-event-img-portrait {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.mini-event-img-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.date-mini-event, .date-mini-post {
  width: 65px;
  height: 133px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--primary-color);
  color: var(--blanc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 38px;
  z-index: 2;
}
.date-mini-event .mini-event-jour, .date-mini-post .mini-event-jour {
  font-size: 30px;
  color: var(--blanc);
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.date-mini-event .mini-event-mois, .date-mini-event .mini-event-jour-sem, .date-mini-post .mini-event-mois, .date-mini-post .mini-event-jour-sem {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 143.75%;
  text-transform: uppercase;
  color: var(--blanc);
  margin: 0;
  text-align: center;
}
.date-mini-event .mini-event-jour-sem, .date-mini-post .mini-event-jour-sem {
  font-size: 14px;
}
.date-mini-event .tiret-date, .date-mini-post .tiret-date {
  background-color: var(--blanc);
  width: 9px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .item-mini-event, .item-mini-post {
    width: calc(95% / 2);
  }
  .item-mini-event:nth-child(3n+3), .item-mini-post:nth-child(3n+3) {
    margin-right: 1.25%;
  }
  .item-mini-event:nth-child(2n+2), .item-mini-post:nth-child(2n+2) {
    margin-right: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .item-mini-event {
    width: 97.5%;
    margin: 8px 1.25%;
  }
  .item-mini-event:nth-child(3n+3) {
    margin-right: 1.25%;
  }
  .item-mini-event:nth-child(2n+2) {
    margin-right: 1.25%;
  }
  .item-mini-post:nth-child(3n+3) {
    margin-right: 0;
  }
  .item-mini-post:nth-child(2n+2) {
    margin-right: 0;
  }
}
/*AGENDA*/
.page-template-agenda-template, .page-template-blog-template {
  background-color: var(--primary-bg-color);
}
.page-template-agenda-template .header-std .ariane, .page-template-blog-template .header-std .ariane {
  margin-bottom: 130px;
}
.page-template-agenda-template .header-agenda-filtre, .page-template-blog-template .header-agenda-filtre {
  background-color: var(--primary-color);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}
.page-template-agenda-template .header-agenda-filtre .eg-ligne, .page-template-blog-template .header-agenda-filtre .eg-ligne {
  margin: 0 auto;
}
.page-template-agenda-template .header-agenda-filtre .eg-ligne .event-counter, .page-template-blog-template .header-agenda-filtre .eg-ligne .event-counter {
  margin: 0;
  color: var(--blanc, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.page-template-agenda-template .header-agenda-filtre .eg-ligne .event-counter svg, .page-template-blog-template .header-agenda-filtre .eg-ligne .event-counter svg {
  width: 18px;
  margin-right: 10px;
}
.page-template-agenda-template .header-agenda-filtre .eg-ligne .event-counter path, .page-template-blog-template .header-agenda-filtre .eg-ligne .event-counter path {
  fill: #fff;
}
.box-header-agenda-filtre {
  justify-content: space-between;
  position: relative;
}
.box-header-agenda-filtre .filtre {
  display: flex;
}
.bloc-filtre {
  display: flex;
  align-items: center;
  margin-right: 30px;
  flex-direction: column;
  width: 30%;
  margin-right: 3%;
  z-index: 999;
}
.btn-filtre {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 15px 10px 15px 15px;
  align-items: flex-start;
  width: 100%;
  position: relative;
  margin: 13px 0;
  cursor: pointer;
}
.btn-filtre h3 {
  color: var(--primary-color);
  font-size: 14px;
  padding-bottom: 0;
  margin: 0;
  font-weight: 400;
  text-align: left;
}
.filtre-list {
  display: block;
  overflow: hidden;
  background-color: var(--blanc);
  font-size: 13px;
  border-radius: 8px;
  padding: 15px 10px 3px 15px;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: var(--transition-2);
  max-height: 0px;
}
.bloc-filtre:hover .picto-fleche-filtre, .bloc-filtre.hovered .picto-fleche-filtre {
  transform: rotate(180deg);
}
.bloc-filtre:hover .filtre-list, .bloc-filtre.hovered .filtre-list {
  opacity: 1;
  z-index: 999;
  max-height: 10000px;
}
.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 {
  width: 100%;
  height: auto;
  position: relative;
}
.picto-fleche-filtre {
  position: absolute;
  right: 10px;
  top: 22px;
  z-index: 3;
  transition: var(--transition-2);
  display: flex;
}
.filtre-list label {
  margin-bottom: 12px;
  display: block;
  text-align: left;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  color: var(--couleurrouge, #FB364B);
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filtre-list label.selected {
  color: #7E0000;
}
.filtre-list label input[type="checkbox"] {
  display: none;
}
.filtre-list label .control__indicator {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 0;
  transition: var(--transition-2);
}
.filtre-list label.selected .control__indicator {
  opacity: 1;
}
@media (max-width: 767px) {
  .filtre-list {
    max-width: none;
  }
}
.event-counter {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--main-strong-color);
  padding-bottom: 0;
}
.event-counter span {
  color: #fff;
  min-width: 25px;
  text-align: right;
}
.ajax-post-loader {
  position: absolute;
  width: 44px;
  left: -46px;
  top: 15px;
}
.ajax-post-loader svg {
  display: none;
}
/*@include mobile*/
@media (max-width: 767px) {
  .ajax-post-loader {
    left: auto;
    top: auto;
    right: 0;
    bottom: -17px;
  }
}
.content-page-agenda {
  padding-top: calc(110px - 1.5%);
}
.section-title-old-event {
  background-color: #fff;
  padding-bottom: 0;
}
.content-page-agenda-old-event {
  padding-top: 0;
  background-color: #fff;
  /*old event classique*/
  /*old event rencontre*/
}
.content-page-agenda-old-event .date-mini-event {
  background-color: #D3C9CA;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event .filtre {
  background: linear-gradient(180deg, rgba(211, 201, 202, 0.5) 0%, #D3C9CA 100%);
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event .mini-event-panel {
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event:hover .date-mini-event {
  background: #6A4F50;
}
.content-page-agenda-old-event .mini-event:hover .filtre {
  opacity: 0;
}
.content-page-agenda-old-event .mini-event:hover .mini-event-panel {
  background-color: rgba(106, 79, 80, 0.8);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event {
  background-color: #fff;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour, .content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-mois, .content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour-sem {
  color: #D3C9CA;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .tiret-date {
  background-color: #D3C9CA;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .date-mini-event .mini-event-jour-sem {
  font-size: 14px;
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre .mini-event-panel {
  background-color: #D3C9CA;
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event {
  transition: var(--transition-2);
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event .mini-event-jour, .content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event .mini-event-mois, .content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event .mini-event-jour-sem {
  color: #6A4F50;
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .date-mini-event .tiret-date {
  background-color: #6A4F50;
}
.content-page-agenda-old-event .mini-event.mini-event-type-rencontre:hover .mini-event-panel {
  background: #6A4F50;
}
.page-template-agenda-template .prev-saisons {
  padding-top: 35px;
  padding-bottom: 130px;
  background: var(--couleurrouge, #FB364B);
}
.page-template-agenda-template .prev-saisons svg {
  width: 17px;
  margin-right: 10px;
}
.page-template-agenda-template .prev-saisons svg path {
  fill: #fff;
}
.page-template-agenda-template .prev-saisons h3 {
  color: var(--blanc, #FFF);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.page-template-agenda-template .prev-saisons p {
  color: var(--blanc, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.page-template-agenda-template .prev-saisons .eg-btn {
  margin-top: auto;
}
.page-template-agenda-template .prev-saisons .col-1_4 {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-agenda-template .prev-saisons, .page-template-blog-template .prev-saisons {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-agenda-template .prev-saisons .col-1_4, .page-template-blog-template .prev-saisons .col-1_4 {
    align-items: normal;
    justify-content: start;
  }
  .page-template-agenda-template .prev-saisons .col-1_4 .eg-btn, .page-template-blog-template .prev-saisons .col-1_4 .eg-btn {
    margin-top: 34px;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .box-header-agenda-filtre .filtre {
    flex-direction: column;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre {
    width: 100%;
    margin-right: 0;
    z-index: auto;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre .btn-list {
    max-height: 0;
    overflow: hidden;
    transition: var(--transition-2);
  }
  .box-header-agenda-filtre .filtre .bloc-filtre .btn-list .filtre-list {
    max-height: 0;
    position: relative;
    transition: var(--transition-2);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre:hover .btn-list {
    max-height: 0;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre:hover .btn-list .filtre-list {
    max-height: 0;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre.hovered .btn-list {
    max-height: 1000px;
  }
  .box-header-agenda-filtre .filtre .bloc-filtre.hovered .btn-list .filtre-list {
    max-height: 1000px;
    padding: 15px 10px 3px 15px;
    margin-bottom: 20px;
  }
  .content-page-agenda {
    padding-top: calc(60px - 16px);
    padding-bottom: calc(60px - 16px);
  }
  .section-title-old-event {
    padding-top: 70px;
  }
  .content-page-agenda-old-event {
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .content-page-agenda-old-event .section-events {
    padding-left: 0;
    padding-right: 0;
  }
  .content-page-agenda-old-event .events, .content-page-agenda-old-event .posts {
    flex-wrap: nowrap;
    margin-right: 0;
    display: block;
  }
  .content-page-agenda-old-event .events .item-mini-event, .content-page-agenda-old-event .posts .item-mini-event {
    margin: 0;
    transform: translateX(-20px);
  }
}
/*HOME*/
.page-template-home-template .header-std {
  display: block;
  height: 760px;
  overflow: hidden;
}
.page-template-home-template .header-std .eg-ligne {
  padding-bottom: 0;
}
.page-template-home-template .header-std .section-barres {
  position: absolute;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  overflow: visible;
}
.page-template-home-template .header-std .section-barres .eg-ligne {
  padding: 0;
}
.page-template-home-template .header-std .section-barre-rouge-gauche {
  top: 0;
}
.page-template-home-template .header-std .section-barre-rouge-droite {
  bottom: 0;
}
.page-template-home-template .header-std .item-slider-home {
  height: 760px;
  position: relative;
}
.page-template-home-template .header-std .item-slider-home .img-bg-slider-home {
  display: block;
  object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.page-template-home-template .header-std .item-slider-home .img-bg-slider-home-mob {
  display: none;
  object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.page-template-home-template .header-std .item-slider-home .eg-section {
  background: transparent;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.page-template-home-template .header-std .item-slider-home .eg-section .eg-ligne {
  height: 100%;
}
.page-template-home-template .header-std .item-slider-home .contenu-item {
  padding-top: 200px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event {
  width: 100px;
  height: 200px;
  border-radius: 0px 0px 15px 15px;
  background-color: var(--primary-color);
  color: var(--blanc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event .event-jour {
  font-size: 45px;
  color: var(--blanc);
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event .event-mois, .page-template-home-template .header-std .item-slider-home .contenu-item .date-event .event-jour-sem {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 143.75%;
  text-transform: uppercase;
  color: var(--blanc);
  margin: 0;
  text-align: center;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event .event-jour-sem {
  font-size: 14px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .date-event .tiret-date {
  background-color: var(--blanc);
  width: 15px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-picto svg {
  width: 102px;
  height: 95px;
  margin-right: 70px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-picto svg path {
  fill: #fff;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content h2 {
  color: #FFF;
  font-size: 45px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn {
  display: flex;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn .eg-btn {
  margin-right: 20px;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn .eg-btn a {
  color: #fff;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn .eg-btn:hover {
  margin-right: 20px;
  background-color: #fff;
}
.page-template-home-template .header-std .item-slider-home .contenu-item .col-content .liste-btn .eg-btn:hover a {
  color: var(--primary-color);
}
.page-template-home-template .header-std .nav-container {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: flex;
}
.page-template-home-template .header-std .nav-container .dot {
  width: 15px;
  height: 15px;
  border: solid 2px #fff;
  margin-right: 15px;
  border-radius: 50%;
  transition: var(--transition-2);
}
.page-template-home-template .header-std .nav-container .dot.tns-nav-active {
  background-color: #fff;
}
.page-template-home-template .section-title-event {
  padding-bottom: 0;
}
.page-template-home-template .section-events {
  padding-top: 0;
  padding-bottom: 30px;
}
.page-template-home-template .toute-la-saison {
  padding-top: 0;
}
.page-template-home-template .toute-la-saison .eg-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-home-template .toute-la-saison .eg-col .eg-btn {
  background: #F7F4ED;
  border-color: var(--primary-color);
}
.page-template-home-template .toute-la-saison .eg-col .eg-btn:hover {
  background-color: var(--primary-color);
  color: var(--blanc);
}
.page-template-home-template .section-chapiteau {
  min-height: 530px;
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.page-template-home-template .section-chapiteau .onglet-picto {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FB364B;
  width: 100px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
}
.page-template-home-template .section-chapiteau .onglet-picto svg {
  width: 60px;
  height: 50px;
  transform: rotate(-90deg);
}
.page-template-home-template .section-chapiteau .onglet-picto svg path {
  fill: #fff;
}
.page-template-home-template .section-chapiteau .ligne-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  max-width: 460px;
  width: 80%;
}
.page-template-home-template .section-chapiteau .big-logo svg {
  width: 100%;
  height: 100%;
}
.page-template-home-template .section-chapiteau .big-logo svg path {
  fill: #fff;
}
.page-template-home-template .section-2cols {
  overflow: visible;
  padding-top: 0;
}
.page-template-home-template .section-2cols .eg-col {
  border-radius: 20px;
}
.page-template-home-template .section-2cols .ligne-1 {
  transform: translateY(-80px);
  /*@include tabmob*/
}
.page-template-home-template .section-2cols .ligne-1 .eg-col {
  padding: 35px;
  background: var(--BLANC, #FFF);
  margin-bottom: auto;
}
@media (max-width: 980px) {
  .page-template-home-template .section-2cols .ligne-1 .eg-col {
    margin-bottom: 33px;
  }
}
.page-template-home-template .section-2cols .ligne-1 .accordeon-title {
  margin-top: 0;
  display: flex;
  text-transform: initial !important;
  color: var(--COULEUR-ROUGE, #FB364B);
  /* TITRE H4 */
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-home-template .section-2cols .ligne-1 .accordeon-title svg {
  margin-right: 15px;
}
.page-template-home-template .section-2cols .ligne-1 .bloc-rich-text {
  line-height: 24px;
  /* 150% */
}
.page-template-home-template .section-2cols .ligne-1 .bloc-rich-text p {
  margin: 0;
}
.page-template-home-template .section-2cols .ligne-1 .bloc-rich-text ul {
  margin: 0;
  padding-left: 26px;
}
.page-template-home-template .section-2cols .ligne-1 .bloc-rich-text li {
  color: var(--BORDEAUX-2, #7E0000);
  list-style: square;
  margin: 0;
}
.page-template-home-template .section-2cols .ligne-1 .ligne-btn {
  display: flex;
  margin-top: 30px;
}
.page-template-home-template .section-2cols .ligne-2 {
  margin-top: -80px;
  /*@include tabmob*/
}
.page-template-home-template .section-2cols .ligne-2 .eg-col {
  background-color: #F8D8D5;
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-texte {
  padding: 35px;
  width: calc(100% - 103px);
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-texte .accordeon-title {
  margin-top: 0;
  display: flex;
  text-transform: initial !important;
  color: var(--BORDEAUX-2, #7E0000);
  /* TITRE H4 */
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-texte .accordeon-title svg {
  margin-right: 15px;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-texte .accordeon-title svg path {
  fill: #7E0000;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-texte p {
  color: var(--BORDEAUX-2, #7e00007a);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-texte .eg-cta {
  margin-top: 30px;
  display: inline-block;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--COULEUR-ROUGE, #FB364B);
  padding: 42px 26px;
  width: 103px;
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-chevron svg {
  width: 51px;
  height: 55px;
  transform: rotate(-90deg);
}
.page-template-home-template .section-2cols .ligne-2 .eg-col .col-chevron svg path {
  fill: #fff;
}
@media (max-width: 980px) {
  .page-template-home-template .section-2cols .ligne-2 .eg-col {
    margin-bottom: 33px;
  }
}
.page-template-home-template .section-2cols .ligne-3 .eg-col {
  display: flex;
  justify-content: flex-end;
}
.page-template-home-template .section-contact {
  background-color: #FB364B;
  padding-top: 0;
  padding-bottom: 70px;
}
.page-template-home-template .section-contact .col-1 {
  width: 210px;
}
.page-template-home-template .section-contact .col-1 .onglet-picto {
  width: 100px;
  height: 100px;
  border-radius: 0px 0px 20px 20px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-home-template .section-contact .col-1 .onglet-picto svg {
  width: 36px;
}
.page-template-home-template .section-contact .col-2 {
  padding-top: 35px;
}
.page-template-home-template .section-contact .col-2 .title-contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.page-template-home-template .section-contact .col-2 h2 {
  color: var(--bordeaux, #500009);
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-home-template .section-contact .col-2 h3 {
  color: var(--bordeaux, #500009);
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-left: 40px;
  margin-bottom: 0;
}
.page-template-home-template .section-contact .col-2 p, .page-template-home-template .section-contact .col-2 a {
  color: var(--bordeaux, #500009);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-left: 40px;
}
.page-template-home-template .section-contact .col-2 svg {
  width: 24px;
  height: 22px;
  margin-right: 15px;
}
.page-template-home-template .section-contact .col-2 svg path {
  fill: #500009;
}
.page-template-home-template .section-contact .col-3 {
  padding-top: 35px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.page-template-home-template .section-contact .col-3 .rs-section-contact {
  margin-top: auto;
  margin-left: auto;
}
.page-template-home-template .section-contact .col-3 svg {
  width: 38px;
  height: 38px;
  background-color: #fff;
  margin-left: 18px;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.page-template-home-template .section-contact .col-3 svg circle {
  transition: all 0.2s ease-out;
}
.page-template-home-template .section-contact .col-3 svg path {
  transition: all 0.2s ease-out;
}
.page-template-home-template .section-contact .col-3 svg:hover {
  background-color: #FB364B;
}
.page-template-home-template .section-contact .col-3 svg:hover circle {
  fill: #FB364B;
}
.page-template-home-template .section-contact .col-3 svg:hover path {
  fill: #fff;
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-home-template .header-std {
    height: 570px;
  }
  .page-template-home-template .header-std .item-slider-home {
    height: 570px;
  }
  .page-template-home-template .header-std .item-slider-home .img-bg-slider-home {
    display: none;
  }
  .page-template-home-template .header-std .item-slider-home .img-bg-slider-home-mob {
    display: block;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item {
    padding-top: 70px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .date-event {
    right: -16px;
    width: 82px;
    height: 157px;
    border-radius: 0 0 0 15px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .col-picto svg {
    width: 75px;
    height: 71px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .col-content h2 {
    font-size: 30px;
    margin-top: 50px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .col-content h3 {
    font-size: 15px;
    margin-bottom: 27px;
  }
  .page-template-home-template .header-std .item-slider-home .contenu-item .col-content .eg-btn {
    padding: 10px 13px;
  }
  .page-template-home-template .header-std .nav-container {
    left: 16px;
  }
  .page-template-home-template .section-events {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-home-template .events, .page-template-home-template .posts {
    flex-wrap: nowrap;
    margin-right: 0;
    display: block;
  }
  .page-template-home-template .events .item-mini-event, .page-template-home-template .events .item-mini-post, .page-template-home-template .posts .item-mini-event, .page-template-home-template .posts .item-mini-post {
    margin: 0;
    transform: translateX(-20px);
  }
  .page-template-home-template .section-contact .col-3 {
    margin-left: auto;
    flex-direction: column;
    margin-left: 40px;
    flex-direction: row;
  }
}
/*EVENT*/
.single-event .header-infos-event {
  padding-top: 70px;
  padding-bottom: 40px;
}
.single-event .header-infos-event .eg-ligne .eg-col {
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 2px solid var(--couleurrouge, #FB364B);
  padding: 15px 35px;
}
.single-event .header-infos-event .eg-ligne .eg-col div {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.single-event .header-infos-event .eg-ligne .eg-col .header-accordeon {
  padding: 0;
  margin: 0;
  display: none;
}
.single-event .header-infos-event .eg-ligne .eg-col .info-panel {
  display: flex;
  align-items: center;
  width: 100%;
}
.single-event .header-infos-event .eg-ligne .eg-col .chevron {
  display: flex;
  align-items: center;
}
.single-event .header-infos-event .eg-ligne .eg-col .chevron svg {
  width: 17px;
  height: 17px;
  margin-right: 25px;
}
.single-event .header-infos-event .eg-ligne .eg-col .chevron svg path {
  fill: #7E0000;
}
.single-event .header-infos-event .eg-ligne .eg-col .lieu {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.single-event .header-infos-event .eg-ligne .eg-col .lieu svg {
  margin-right: 10px;
  transform: scale(0.7);
}
.single-event .header-infos-event .eg-ligne .eg-col .heure {
  margin-right: 25px;
}
.single-event .header-infos-event .eg-ligne .eg-col .heure svg {
  margin-right: 8px;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .public {
  margin-right: 25px;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .public svg {
  margin-right: 8px;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .acces-liste {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .acces-liste span {
  display: flex;
  align-items: center;
}
.single-event .header-infos-event .eg-ligne .eg-col .last-ligne .acces-liste span svg {
  margin-left: 10px;
}
.single-event .header-slider-event {
  height: auto;
  position: relative;
}
.single-event .header-slider-event .header-slider-event-slide {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .tns-ovh {
  overflow: visible;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event {
  height: 710px;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider-mobile {
  display: none;
  overflow: hidden;
  height: 100%;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider-mobile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .nav-container-header {
  z-index: 2;
  position: absolute;
  bottom: 116px;
  left: 100px;
  display: flex;
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .nav-container-header .dot {
  width: 15px;
  height: 15px;
  border: solid 2px #fff;
  margin-right: 15px;
  border-radius: 50%;
  transition: var(--transition-2);
}
.single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .nav-container-header .dot.tns-nav-active {
  background-color: #fff;
}
.single-event .header-slider-event .header-slider-event-fixe {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.single-event .header-slider-event .header-slider-event-fixe .date-mini-event {
  height: auto;
  width: 100px;
  background-color: transparent;
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
  left: 100px;
}
.single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-top {
  height: 196px;
  background-color: #FB364B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-bot {
  height: 53px;
  background-color: #93101E;
  opacity: 0.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-bot p {
  color: var(--blanc, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 143.75%;
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box {
  padding: 300px 100px;
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box svg {
  width: 102px;
  height: 90px;
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box svg path {
  fill: #fff;
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  color: var(--blanc);
}
.single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box h2 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}
.single-event .header-next-dates-event {
  padding-top: 50px;
}
.single-event .header-next-dates-event .col-slider-date-blanc {
  display: flex;
  border-radius: 15px;
  background: var(--blanc, #FFF);
  padding: 30px;
  position: relative;
  align-items: center;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-right: 3%;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 16px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche .nav-container-date {
  display: flex;
  flex-wrap: wrap;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche .nav-container-date .dot {
  width: 15px;
  height: 15px;
  border: solid 2px #FB364B;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: var(--transition-2);
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-gauche .nav-container-date .dot.tns-nav-active {
  background-color: #FB364B;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates {
  width: 80%;
  position: relative;
  margin-left: auto;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box {
  display: flex;
  border-radius: 15px;
  border: 2px solid var(--couleurrouge, #FB364B);
  padding: 20px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-1 {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  border-right: solid 2px #FB364B;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-1 .jour {
  color: var(--couleurrouge, #FB364B);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-1 .mois, .single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-1 .jour-sem {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 143.75%;
  margin: 0;
  color: var(--couleurrouge, #FB364B);
  text-transform: uppercase;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 {
  padding-left: 15px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 div {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .lieu {
  display: flex;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .public {
  display: flex;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .heure {
  display: flex;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .heure .acces-liste {
  margin-left: 11px;
  display: flex;
  align-items: center;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .heure .acces-liste svg {
  display: flex;
  margin-left: 2px;
  height: 13px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .slider-date .item-date-box .col-2 .heure .acces-liste svg path {
  fill: #FB364B;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .nav-container-btn-date {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .nav-container-btn-date .btn-nav-slider-prev {
  position: absolute;
  left: -20px;
  margin: 0;
}
.single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .nav-container-btn-date .btn-nav-slider-next {
  position: absolute;
  right: -20px;
  margin: 0;
}
.single-event .header-next-dates-event .eg-col.col-1_5 {
  display: flex;
}
.single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver {
  padding: 40px;
  background-color: #FB364B;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver h4 {
  color: var(--blanc, #FFF);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
  display: block;
}
.single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver a {
  color: #FB364B;
  padding: 10px 13px;
  border-radius: 5px;
  border: 2px solid var(--blanc, #FFF);
  background: var(--blanc, #FFF);
  transition: var(--transition-2);
}
.single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver a:hover {
  color: #FFF;
  padding: 10px 13px;
  border-radius: 5px;
  background: #FB364B;
}
.single-event .header-genres-event {
  padding-top: 30px;
  padding-bottom: 40px;
}
.single-event .header-genres-event .list-event-genres {
  display: flex;
  flex-wrap: wrap;
}
.single-event .header-genres-event .list-event-genres .event-genre {
  margin-right: 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1.5px solid var(--couleurrouge, #FB364B);
  padding: 10px 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.single-event .contenu-event {
  padding-top: 0;
  padding-bottom: 60px;
}
.single-event .contenu-event .ligne-titre {
  margin-bottom: 0;
}
.single-event .contenu-event .ligne-titre h2 {
  margin-top: 0;
  color: var(--couleurrouge, #FB364B);
  font-family: Sora;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.single-event .contenu-event .ligne-chapeau-1, .single-event .contenu-event .ligne-chapeau-2 {
  margin-bottom: 15px;
}
.single-event .contenu-event .ligne-chapeau-1 h3, .single-event .contenu-event .ligne-chapeau-2 h3 {
  color: var(--bordeaux, #500009);
  font-family: Sora;
  font-size: 16px;
  font-weight: 700;
  line-height: 143.75%;
  margin-top: 0;
  margin-bottom: 0;
}
.single-event .contenu-event .ligne-chapeau-2 h3 {
  color: var(--couleurrouge, #FB364B);
}
.single-event .contenu-event .ligne-texte-1 p, .single-event .contenu-event .ligne-texte-2 p {
  color: var(--bordeaux-3, #93101E);
  /* BODY 2 */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single-event .contenu-event .ligne-texte-1 .chevrons-x-3, .single-event .contenu-event .ligne-texte-2 .chevrons-x-3 {
  margin-top: 100px;
}
.single-event .contenu-event .ligne-texte-2 {
  margin-bottom: 30px;
}
.single-event .contenu-event .ligne-video iframe {
  width: 100%;
  min-height: 610px;
  border-radius: 20px;
}
.single-event .contenu-event .ligne-accordeon {
  margin-bottom: 60px;
}
.single-event .contenu-event .ligne-accordeon .accordeon {
  border-bottom: none;
  border-radius: 15px;
  background: #FFF;
  margin-bottom: 20px;
}
.single-event .contenu-event .ligne-accordeon .accordeon-title {
  text-transform: initial !important;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.single-event .contenu-event .ligne-accordeon .accordeon-title svg {
  width: 18px;
  margin-right: 10px;
}
.single-event .contenu-event .ligne-accordeon .accordeon-title svg path {
  fill: #FB364B;
}
.single-event .contenu-event .ligne-accordeon .header-accordeon {
  padding: 30px;
}
.single-event .contenu-event .ligne-accordeon .header-accordeon-croix {
  margin-top: 10px;
  margin-top: 0;
}
.single-event .contenu-event .ligne-accordeon .panel {
  border-top: solid 2px #FB364B;
  padding-bottom: 30px;
}
.single-event .contenu-event .ligne-accordeon .panel h3 {
  margin-bottom: 0;
  margin-bottom: 15px;
  color: var(--bordeaux-2, #7E0000);
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.single-event .contenu-event .ligne-accordeon .panel p {
  color: var(--bordeaux-4, #B58585);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single-event .contenu-event .ligne-bordures-event {
  padding-top: 35px;
  padding-bottom: 35px;
  border-width: 2px 0;
  border-style: solid;
  border-color: #FB364B;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.single-event .contenu-event .ligne-bordures-event h3 {
  color: var(--bordeaux, #500009);
  /* BODY 1 */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-top: 0;
  margin-bottom: 10px;
}
.single-event .contenu-event .ligne-bordures-event p {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--bordeaux-3, #93101E);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single-event .section-dl {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FB364B;
}
.single-event .section-dl .eg-ligne {
  display: flex;
}
.single-event .section-dl svg {
  width: 18px;
  margin-right: 10px;
}
.single-event .section-dl svg path {
  fill: #fff;
}
.single-event .section-dl h3 {
  color: var(--blanc, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.single-event .section-dl .liste-btn-dl {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.single-event .section-dl .liste-btn-dl a {
  padding: 10px 13px;
  color: var(--couleurrouge, #FB364B);
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: 2px solid var(--blanc, #FFF);
  background: var(--blanc, #FFF);
  transition: var(--transition-2);
  margin-left: 30px;
  text-align: center;
}
.single-event .section-dl .liste-btn-dl a:hover {
  color: #fff;
  background-color: #FB364B;
}
.single-event .section-ref {
  background-color: #F8D8D5;
  padding-top: 0;
  padding-bottom: 60px;
}
.single-event .section-ref .col-picto {
  width: 210px;
}
.single-event .section-ref .col-picto .onglet-picto {
  width: 100px;
  height: 100px;
  border-radius: 0px 0px 20px 20px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-event .section-ref .col-picto .onglet-picto svg {
  width: 36px;
}
.single-event .section-ref .col-droite {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 36px;
}
.single-event .section-ref .col-droite .title-ref {
  width: 100%;
  display: flex;
  align-items: center;
}
.single-event .section-ref .col-droite .title-ref h3 {
  display: flex;
  align-items: center;
  color: var(--bordeaux, #500009);
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
}
.single-event .section-ref .col-droite .title-ref svg {
  width: 24px;
  margin-right: 15px;
}
.single-event .section-ref .col-droite .title-ref svg path {
  fill: #500009;
}
.single-event .section-ref .col-droite .cols-refs {
  display: flex;
  width: 100%;
}
.single-event .section-ref .col-droite .cols-refs ul {
  width: 50%;
  color: var(--bordeaux, #500009);
  margin: 0;
}
.single-event .section-ref .col-droite .cols-refs ul li {
  color: var(--bordeaux, #500009);
}
.single-event .section-ref .col-droite .cols-refs ul li a {
  color: var(--bordeaux, #500009);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.single-event .section-ref .col-droite .cols-refs ul:first-child {
  padding-right: 10px;
}
.single-event .featured-events .eg-ligne {
  margin-bottom: 0;
}
.single-event .featured-events .eg-ligne .col-title-chevron {
  margin-bottom: 15px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider-mobile {
    display: block;
  }
  .single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event .image-slider {
    display: none;
  }
  .single-event .header-infos-event {
    padding-top: 0;
  }
  .single-event .header-infos-event .eg-ligne {
    height: 60px;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon p {
    color: #FB364B;
    margin: 0;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon .croix {
    position: relative;
    height: 12px;
    padding-right: 6px;
    margin-bottom: 0;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon .croix span {
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #FB364B;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon .croix span:first-child {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .single-event .header-infos-event .eg-ligne .eg-col .header-accordeon.on .croix span:first-child {
    display: none;
  }
  .single-event .header-infos-event .eg-ligne .eg-col {
    align-items: flex-start;
    flex-direction: column;
    background-color: #F7F4ED;
    padding: 0;
    position: absolute;
    z-index: 3;
    overflow: hidden;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .chevron {
    display: none;
  }
  .single-event .header-infos-event .eg-ligne .eg-col div {
    margin-bottom: 16px;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .info-panel {
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 0px;
    padding: 0 16px;
    transition: var(--transition-2);
  }
  .single-event .header-infos-event .eg-ligne .eg-col .info-panel .chevron svg, .single-event .header-infos-event .eg-ligne .eg-col .info-panel .lieu svg, .single-event .header-infos-event .eg-ligne .eg-col .info-panel .heure svg, .single-event .header-infos-event .eg-ligne .eg-col .info-panel .public svg {
    margin-left: 0;
    width: auto;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .last-ligne {
    margin-bottom: 0;
  }
  .single-event .header-infos-event .eg-ligne .eg-col .last-ligne div {
    margin-bottom: 0;
  }
  .single-event .header-infos-event .eg-ligne .accordeon-open .info-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 1000px;
    padding: 0 16px 16px 16px;
  }
  .single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .item-slider-event {
    height: 570px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .date-mini-event {
    width: 82px;
    left: 16px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-top {
    height: 133px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .date-mini-event .date-bot {
    height: 43px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box {
    padding: 234px 16px 80px 16px;
  }
  .single-event .header-slider-event .header-slider-event-slide .ligne-slide-slider-event .nav-container-header {
    bottom: 65px;
    left: 16px;
  }
  .single-event .header-slider-event .header-slider-event-slide {
    padding: 0;
  }
  .single-event .header-slider-event .header-slider-event-fixe {
    padding: 0;
  }
  .single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box svg {
    width: 75px;
    height: 71px;
  }
  .single-event .header-slider-event .header-slider-event-fixe .header-slider-texte-box h1 {
    margin-top: 32px;
  }
  .single-event .header-next-dates-event .col-slider-date-blanc {
    padding: 16px 16px 30px 16px;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
  }
  .single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates {
    width: 100%;
    margin-left: 0;
  }
  .single-event .header-next-dates-event .tns-ovh {
    overflow: visible;
  }
  .single-event .header-next-dates-event .col-slider-date-blanc .col-slider-dates .nav-container-btn-date {
    display: none;
  }
  .single-event .header-next-dates-event .col-slider-date-blanc .col-gauche .nav-container-date {
    display: none;
  }
  .eg-section.header-next-dates-event {
    padding: 0;
  }
  .single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver {
    padding: 16px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .single-event .header-next-dates-event .eg-col.col-1_5 .bloc-reserver h4 {
    margin-bottom: auto;
    margin-top: auto;
  }
  .eg-col.col-1_5 {
    padding: 24px 16px;
  }
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .single-event .contenu-event .ligne-video iframe {
    min-height: 0;
    height: 400px;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .single-event .contenu-event .ligne-video iframe {
    min-height: 0;
    height: 240px;
  }
  .single-event .section-dl .liste-btn-dl {
    align-items: center;
    margin-left: auto;
    align-items: flex-start;
    margin-left: 0;
  }
  .single-event .section-dl .liste-btn-dl a {
    margin-left: 0;
    margin-right: 10px;
  }
  .single-event .section-ref .col-droite .cols-refs ul {
    width: 100%;
  }
  .single-event .section-ref .col-droite .cols-refs {
    flex-direction: column;
  }
}
/*PAGE CONTACT*/
.page-template-contact-template .header-std .eg-ligne {
  padding-bottom: 200px;
  padding-bottom: 130px;
}
.page-template-contact-template .header-std h2 {
  margin-bottom: 50px;
  margin-bottom: 0;
}
.page-template-contact-template .section-texte {
  padding-top: 56px;
  padding-bottom: 150px;
}
.page-template-contact-template .section-texte .eg-ligne {
  margin-bottom: 0;
}
.page-template-contact-template .section-texte h3 {
  color: var(--bordeaux, #500009);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
}
.page-template-contact-template .section-texte p, .page-template-contact-template .section-texte a {
  color: var(--bordeaux-3, #93101E);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.page-template-contact-template .section-texte p.annotation {
  font-style: italic;
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 0;
}
.page-template-contact-template .section-formulaire {
  background-color: #F8D8D5;
}
.page-template-contact-template .section-formulaire .tabmob-only {
  display: none;
}
.page-template-contact-template .section-formulaire input, .page-template-contact-template .section-formulaire textarea {
  width: 100%;
  margin-bottom: 34px;
  border-radius: 5px;
  border: 2px solid var(--couleurrouge-2, #F99295);
  background: #FFEAE8;
  padding: 10px 13px;
  color: #FB364B;
  font-size: 14px;
}
.page-template-contact-template .section-formulaire input::placeholder, .page-template-contact-template .section-formulaire textarea::placeholder {
  color: var(--couleurrouge-2, #F99295);
  font-size: 14px;
}
.page-template-contact-template .section-formulaire input:focus-visible, .page-template-contact-template .section-formulaire textarea:focus-visible {
  outline: none;
  background-color: #fff;
}
.page-template-contact-template .section-formulaire p, .page-template-contact-template .section-formulaire a {
  color: var(--couleurrouge-2, #F99295);
}
.page-template-contact-template .section-formulaire a {
  text-decoration: underline;
}
.page-template-contact-template .section-formulaire a:hover {
  color: #FB364B;
}
.page-template-contact-template .section-formulaire .ligne-formulaire-1, .page-template-contact-template .section-formulaire .ligne-formulaire-2 {
  margin-bottom: 0;
}
.page-template-contact-template .section-formulaire input[type="submit"] {
  background-color: #F8D8D5;
  width: auto;
}
.page-template-contact-template .section-formulaire .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 20px;
}
.page-template-contact-template .section-formulaire .wpcf7-list-item label {
  display: flex;
}
.page-template-contact-template .section-formulaire .wpcf7-list-item label input {
  width: 17px;
  height: 17px;
  margin-right: 21px;
}
.page-template-contact-template .section-formulaire .wpcf7-list-item label p {
  margin-top: 0;
}
.page-template-contact-template .section-formulaire .wpcf7 form.sent .wpcf7-response-output {
  border: none;
}
.page-template-contact-template .section-formulaire .wpcf7 form.invalid .wpcf7-response-output, .page-template-contact-template .section-formulaire .wpcf7 form.unaccepted .wpcf7-response-output, .page-template-contact-template .section-formulaire .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
  margin: auto;
}
.page-template-contact-template .section-formulaire .wpcf7-not-valid-tip {
  color: var(--primary-color);
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  top: -16px;
  right: 5px;
  font-style: italic;
}
.page-template-contact-template .section-formulaire .wpcf7-form-control-wrap {
  display: block;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-contact-template .section-formulaire .desktop-only {
    display: none;
  }
  .page-template-contact-template .section-formulaire .tabmob-only {
    display: block;
  }
  .page-template-contact-template .section-formulaire input, .page-template-contact-template .section-formulaire textarea {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*Mini Post*/
.mini-post {
  height: 100%;
  border-radius: 20px;
}
.mini-post-img-portrait {
  height: 320px;
  width: 100%;
}
.mini-post-img-portrait img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.date-mini-post {
  border-radius: 15px 0px;
  left: 0;
  width: 100px;
  height: 196px;
}
.mini-post-panel {
  background-color: #fff;
  padding: 28px 34px;
  flex-grow: 1;
}
.mini-post-panel h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3em;
}
.mini-post-panel h5 {
  color: var(--bordeaux-2, #7E0000);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 15px;
  margin-top: 0;
}
.mini-post-panel h6 {
  display: flex;
  align-items: center;
  color: var(--bordeaux-4, #B58585);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: auto;
  margin-bottom: 0;
}
.mini-post-panel h6 svg {
  margin-right: 10px;
  width: 17px;
  height: 16px;
}
.mini-post-panel h6 svg path {
  fill: #B58585;
}
.mini-post-panel-top {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/*@include mobile*/
@media (max-width: 767px) {
  .item-mini-post {
    margin-right: 1.25%;
    margin-bottom: 16px;
    width: 100%;
  }
  .date-mini-post {
    width: 90px;
    height: 162px;
  }
  .mini-post-img-portrait {
    height: 280px;
  }
  .mini-post-panel {
    padding: 24px;
  }
}
/*Article*/
.single-post .header-std h1 {
  text-transform: initial;
}
.single-post .header-std h2:first-letter {
  text-transform: uppercase;
}
.single-post .header-std .eg-tag {
  color: #fff;
  text-align: center;
  padding: 10px 13px;
  border-radius: 5px;
  border: 1px solid var(--blanc, #FFF);
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.single-post .contenu-article {
  padding-top: 80px;
  overflow: hidden;
}
.single-post .contenu-article h2 {
  color: var(--bordeaux, #500009);
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 30px;
  margin-top: 0;
}
.single-post .contenu-article h3 {
  color: var(--bordeaux, #500009);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 30px;
  margin-top: 0;
}
.single-post .contenu-article h4 {
  color: var(--bordeaux, #500009);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 30px;
  margin-top: 0;
}
.single-post .contenu-article h5 {
  color: var(--bordeaux, #500009);
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 30px;
  margin-top: 0;
}
.single-post .contenu-article p, .single-post .contenu-article a, .single-post .contenu-article ul, .single-post .contenu-article li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 0;
}
.single-post .contenu-article p {
  color: var(--bordeaux-3, #93101E);
}
.single-post .contenu-article a {
  color: var(--couleurrouge, #FB364B);
}
.single-post .featured-posts {
  background: var(--couleurrouge-3, #F8D8D5);
}
/*residence mini*/
.item-residence-mini {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.item-residence-mini .eg-col {
  padding: 35px;
  display: flex;
  flex-direction: column;
}
.item-residence-mini .col-2_3 {
  background-size: cover !important;
  background-position: center !important;
  width: calc(100 / 3 * 2);
  margin-right: 0;
}
.item-residence-mini .col-2_3 h3 {
  margin-top: auto;
  color: var(--BLANC, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.item-residence-mini .col-2_3 h4 {
  color: var(--BLANC, #FFF);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 0;
}
.item-residence-mini .col-2_3 .tags {
  display: flex;
}
.item-residence-mini .col-2_3 .tags .eg-cta {
  margin-bottom: 0;
}
.item-residence-mini .col-2_3 .tags .eg-cta:hover {
  color: #fff;
  border-color: #fff;
}
.item-residence-mini .col-1_3 {
  width: calc(100% / 3);
}
.item-residence-mini .col-1_3 h3 {
  margin-top: auto;
  color: var(--BLANC, #FB364B);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.item-residence-mini .col-1_3 h4 {
  color: var(--BLANC, #FB364B);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 100px;
  margin-top: 0;
}
.item-residence-mini .col-1_3 p {
  color: var(--BORDEAUX-3, #93101E);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.item-residence-mini .col-1_3 .eg-cta {
  margin-right: auto;
}
.item-residence-mini .eg-cta {
  display: inline-block;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .item-residence-mini {
    border-radius: 20px;
  }
  .item-residence-mini .col-2_3 {
    min-height: 250px;
  }
  .item-residence-mini .col-1_3 {
    width: 100%;
  }
  .item-residence-mini .col-1_3 h4 {
    margin-bottom: 30px;
  }
}
/*Residence*/
/*@include desktop*/
@media (min-width: 981px) {
  .col-link-residence {
    display: flex;
  }
  .col-link-residence .link-residence {
    margin-left: auto;
    margin-right: 0;
  }
}
.single-residence {
  /*@include desktop*/
}
.single-residence .header-std h1 {
  text-transform: initial;
}
.single-residence .sous-titre {
  color: #FFF;
  /* TITRE H5 */
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.single-residence .intro {
  color: #FFF;
  /* BODY 2 */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single-residence .ligne-btn {
  display: flex;
  align-items: center;
}
.single-residence .ligne-btn .eg-tag {
  color: #FB364B;
  padding: 10px 13px;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #FB364B;
  margin-right: 20px;
}
.single-residence .ligne-btn p {
  color: var(--CREME, #F7F4ED);
  /* Body 3 */
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-residence .featured-event {
  padding-top: 0;
}
.single-residence .featured-event .ligne-titre {
  margin-bottom: 0;
}
@media (min-width: 981px) {
  .single-residence .ligne-btn-content {
    margin-top: -15px;
  }
}
.footer-top {
  height: 15px;
  background-color: var(--primary-color);
  position: relative;
}
.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: var(--bordeaux-3, #93101E);
}
.footer .eg-ligne {
  justify-content: space-between;
}
.footer .eg-ligne ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer .eg-ligne ul li a {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 6px;
  display: inline-block;
}
.footer .eg-ligne ul li.titre a {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.footer .eg-ligne .col-footer {
  padding: 0 1%;
}
.footer .eg-ligne .col-1 {
  padding-right: 4%;
  padding-left: 0;
}
.footer .eg-ligne .col-1 svg {
  width: 132px;
  margin-bottom: 23px;
}
.footer .eg-ligne .col-1 svg path {
  fill: #fff;
}
.footer .eg-ligne .col-6 {
  padding-left: 4%;
  padding-right: 0;
}
.footer .eg-ligne .col-6 svg {
  width: 22px;
  height: 22px;
  background-color: #fff;
  margin-right: 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.footer .eg-ligne .col-6 svg circle {
  transition: all 0.2s ease-out;
}
.footer .eg-ligne .col-6 svg path {
  transition: all 0.2s ease-out;
}
.footer .eg-ligne .col-6 svg:hover {
  background-color: #93101E;
}
.footer .eg-ligne .col-6 svg:hover circle {
  fill: #93101E;
}
.footer .eg-ligne .col-6 svg:hover path {
  fill: #fff;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .footer .eg-ligne {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer .eg-ligne .col-footer {
    padding: 0;
    width: 25%;
  }
  .footer .eg-ligne .col-1 {
    margin-bottom: 70px;
  }
  .footer .eg-ligne .col-1, .footer .eg-ligne .col-6 {
    width: 100%;
  }
  .footer .eg-ligne .col-2, .footer .eg-ligne .col-3, .footer .eg-ligne .col-4 {
    padding-right: 3%;
    margin-bottom: 50px;
  }
  .footer .eg-ligne .col-6 {
    margin-bottom: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .footer .eg-ligne {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer .eg-ligne .col-footer {
    padding: 0;
    width: 50%;
  }
  .footer .eg-ligne .col-1 {
    margin-bottom: 70px;
  }
  .footer .eg-ligne .col-1, .footer .eg-ligne .col-6 {
    width: 100%;
  }
  .footer .eg-ligne .col-2, .footer .eg-ligne .col-4 {
    padding-right: 3%;
    margin-bottom: 50px;
  }
  .footer .eg-ligne .col-3, .footer .eg-ligne .col-5 {
    padding-left: 3%;
    margin-bottom: 50px;
  }
  .footer .eg-ligne .col-6 {
    margin-bottom: 0;
  }
}
.footer-bot {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #500009;
}
.footer-bot .eg-ligne {
  align-items: center;
}
.footer-bot span {
  display: flex;
}
.footer-bot .logo-egue {
  margin-right: 23px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .footer-bot .eg-ligne {
    flex-direction: row;
  }
}
