@charset "UTF-8";
/*!
* Theme CSS -
* Based on Twitter Bootstrap 4.4.1
* Author - Antipole - www.antipole.fr
*/
.lazy {
  opacity: 0;
}
.lazy:not(.initial) {
  transition: opacity 0.6s;
}
.lazy.initial, .lazy.loaded, .lazy.error {
  opacity: 1;
}
.lazy:not([src]) {
  visibility: hidden;
}
.btn {
  border-width: 0.3rem;
}
.btn-sm {
  border-width: 0.15rem;
}
.btn-md {
  border-width: 0.2rem;
}
.btn-lg {
  border-width: 0.2rem;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
  background-color: transparent !important;
  color: #fff !important;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
  background-color: transparent !important;
  color: #000 !important;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
  background-color: transparent !important;
  color: #fff !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #ff6753 !important;
  color: #fff !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background-color: #fff !important;
  border-color: #fff !important;
}
.text-primary:hover, .text-primary:focus, .text-primary:active {
  color: #ff6753 !important;
}
.phonenumber {
  color: #fff !important;
}
html {
  font-size: 62.5%;
}
*:focus {
  outline: 0 !important;
}
a {
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
img:not([src]):not([srcset]) {
  visibility: hidden;
}
.bg-dark {
  color: #fff !important;
}
.cursor {
  cursor: pointer;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.noradius {
  border-radius: 0 !important;
}
.title-type2 {
  font-family: "mabry" !important;
}
.btn {
  text-decoration: none;
}
#snitch {
  display: block;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}
body.active {
  overflow-y: hidden;
}
#menu-launcher {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 2rem;
}
#menu-launcher > div {
  align-self: center;
  width: 100%;
}
#menu-launcher .menu-launcher-left a, #menu-launcher .menu-launcher-left span, #menu-launcher .menu-launcher-links a, #menu-launcher .menu-launcher-links span {
  font-size: 3rem;
  line-height: 12rem;
  cursor: pointer;
}
#menu-launcher .menu-launcher-left .active span, #menu-launcher .menu-launcher-links .active span {
  text-decoration: underline;
}
#menu-launcher .menu-launcher-left a > span, #menu-launcher .menu-launcher-left span > span, #menu-launcher .menu-launcher-links a > span, #menu-launcher .menu-launcher-links span > span {
  font-family: 'mabry';
  font-size: 1.8rem;
  padding-left: 0.5rem;
  vertical-align: bottom;
  line-height: 12rem;
}
#menu-launcher .menu-launcher-left {
  flex: 1;
}
#menu-launcher .menu-launcher-left .icon-calendar {
  font-size: 3.6rem;
  position: relative;
  top: -0.75rem;
}
#menu-launcher .menu-launcher-center {
  text-align: center;
  flex: 30;
  display: flex;
  justify-content: space-between;
}
#menu-launcher .menu-launcher-center .spacer {
  flex: 1;
}
#menu-launcher .menu-launcher-center .logo {
  flex: 1;
}
#menu-launcher .menu-launcher-center .logo svg {
  height: 10rem;
}
#menu-launcher .menu-launcher-center .menu-launcher-links {
  flex: 1;
}
#menu-launcher .menu-launcher-right {
  text-align: right;
  flex: 1;
}
#menu-launcher .navbar-toggle {
  height: 4rem;
  width: 4rem;
  padding: 0;
  background-color: transparent !important;
  border: none;
}
#menu-launcher .navbar-toggle .icon-bar {
  display: block;
  margin: auto;
  width: 3.5rem;
  height: 0.3rem;
  border-radius: 0;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
}
#menu-launcher .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.5rem;
}
#menu-launcher .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child {
  background-color: #FFF !important;
}
#menu-launcher .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
  width: 3.5rem;
  -webkit-transform: translate(0, 0.5rem) rotate(45deg);
  -ms-transform: translate(0, 0.5rem) rotate(45deg);
  -o-transform: translate(0, 0.5rem) rotate(45deg);
  transform: translate(0, 0.37rem) rotate(45deg);
  background-color: #FFF;
}
#menu-launcher .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  display: none;
}
#menu-launcher .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  width: 3.5rem;
  -webkit-transform: translate(0, -0.5rem) rotate(-45deg);
  -ms-transform: translate(0, -0.5rem) rotate(-45deg);
  -o-transform: translate(0, -0.5rem) rotate(-45deg);
  transform: translate(0, -0.37rem) rotate(-45deg);
  background-color: #FFF;
}
#menu-main, #menu-search, #menu-footer {
  display: none;
  width: 100%;
}
#menu-footer {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
#associated-search {
  display: none;
}
#search-input {
  background: transparent;
  color: #fff;
  font-size: 2.8rem;
  border: none;
  width: 100%;
  border-bottom: solid 3px #ffffff;
  padding: 0.25rem 0;
}
#search-input::-webkit-input-placeholder {
  color: #fff;
}
#search-input:-ms-input-placeholder {
  color: #fff;
}
#search-input::placeholder {
  color: #fff;
}
#menu-main.active, #menu-search.active {
  display: block;
}
.navbar-collapse.collapsing {
  -webkit-transition: none;
  transition: none;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header .navbar {
  padding: 0;
}
header .navbar * {
  color: #FFF;
}
header .navbar #logo-cl, header .navbar #logo-cl2 {
  fill: #fff;
}
header .navbar ul {
  list-style: none;
  padding: 0 0 1.5rem;
}
header .navbar h2 {
  padding: 0.75rem 0 0;
  cursor: pointer;
}
header .navbar .row {
  border-top: 2px solid #FFF;
}
header .navbar .row:first-child {
  border: none;
}
header .navbar a {
  text-decoration: none;
}
header .navbar-black #menu-launcher * {
  color: #000;
}
header .navbar-black #menu-launcher .navbar-toggle .icon-bar {
  background-color: #000;
}
header .navbar-black #logo-cl, header .navbar-black #logo-cl2 {
  fill: #000;
}
header.active.active-search {
  background-color: #ff6753;
}
header.active.active-search .btn-outline-light:hover {
  color: #ff6753;
}
header.active {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
}
header.active .navbar-black #menu-launcher * {
  color: #fff;
  fill: #fff;
}
header.active .navbar-black #menu-launcher .navbar-toggle .icon-bar {
  background-color: #fff;
}
header.active .navbar-black #logo-cl, header.active .navbar-black #logo-cl2 {
  fill: #fff;
}
header.active .navbar {
  height: 100vh;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: scroll;
}
header.active #menu-collapse {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header.active #menu-collapse #main-menu {
  background: green;
  overflow-y: auto;
  display: none;
}
header.active #menu-collapse #search-menu {
  background: yellow;
  overflow-y: auto;
  display: none;
}
header.active #menu-footer {
  /*width: 100%;
      display: block;*/
}
header.active #menu-footer .social-medias a {
  font-size: 2.2rem;
  margin-right: 0.8rem;
}
header.active #menu-footer .d-xl-none {
  font-size: 1.6rem;
  display: inline-block;
  width: 8.5rem;
  text-decoration: none;
  text-align: center;
}
header.active #menu-footer .d-xl-none.active i {
  background-color: #fff;
  color: #ff6753 !important;
}
header.active #menu-footer .d-xl-none i {
  border: 3px solid #FFF;
  border-radius: 50%;
  height: 8.5rem;
  width: 8.5rem;
  display: inline-block;
  line-height: 8.5rem;
  font-size: 4rem;
  cursor: pointer;
}
header.active #menu-footer .d-xl-none span {
  display: inline-block;
  margin: 1rem 0 0;
  width: 8.5rem;
}
/*------------------------------------------------------*
*-----------------------------------     TODAY SLIDER     ----*
*------------------------------------------------------*/
.today-slider {
  background-color: #000;
  padding: 2rem 0;
}
.today-slider .slick-slide > img {
  height: 155px;
}
.today-slider .btn-primary:hover, .today-slider .btn-primary:focus {
  color: #000 !important;
}
.today-slider .slider-for {
  margin-left: 5rem;
  margin-right: 5rem;
  padding-bottom: 2rem;
}
.today-slider .slider-nav {
  margin-left: 5rem;
  margin-right: 5rem;
}
.today-slider .slider-nav .slick-slide {
  margin-right: 5rem;
}
.today-slider .slider-nav .slick-slide span, .today-slider .slider-nav .slick-slide h5, .today-slider .slider-nav .slick-slide img {
  opacity: 0.4;
}
.today-slider .slider-nav .slick-current span, .today-slider .slider-nav .slick-slide.slick-current h5, .today-slider .slider-nav .slick-slide.slick-current img {
  opacity: 1;
}
/*------------------------------------------------------*
*-----------------------------------     MESSAGE     ----*
*------------------------------------------------------*/
.message {
  border: solid 6px #ff6753;
  color: #ff6753;
}
.message .message-link {
  display: block;
  position: relative;
  color: #ff6753;
  font-size: 3.2rem;
  font-weight: normal;
  text-decoration: none;
  height: 5rem;
  padding: 0.25rem 1rem 0.5rem;
  max-width: 100%;
  overflow: hidden;
}
.message .message-link > span:before {
  font-family: 'cl';
  color: #ff6753;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
  font-size: 3.5rem;
  padding: 0 1rem 1rem 2.5rem;
}
.message .message-link[aria-expanded="true"] > span:before {
  content: "\e818";
}
.message .message-link[aria-expanded="false"] > span:before {
  content: "\e819";
}
.message .message-link > div:first-child {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
}
.message .message-body .message-close {
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  cursor: pointer;
}
.message .message-body a {
  color: inherit;
  text-decoration: underline;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/*------------------------------------------------------*
*-----------------------------------     COOKIES BANNER     ----*
*------------------------------------------------------*/
#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 16px;
  line-height: 1.25;
  background-color: #000;
  color: #adb5bd;
  display: none;
  padding: 1.5rem;
}
#cookies-banner .cookies-banner-container {
  display: flex;
  flex-direction: column;
}
#cookies-banner .cookies-banner-container > .cookies-banner-msg {
  flex: 13;
}
#cookies-banner .cookies-banner-container > .cookies-banner-btn {
  flex: 2;
  margin-top: 1rem;
}
#cookies-banner a {
  color: #fff;
  text-decoration: underline;
}
/*------------------------------------------------------*
*-----------------------------------     DISCOVER     ----*
*------------------------------------------------------*/
.discover {
  color: #000;
}
.discover .discover-link, .discover .discover-body > div {
  display: block;
  position: relative;
  color: #000;
  cursor: pointer;
  font-size: 4rem;
  font-weight: normal;
  text-decoration: none;
  border-bottom: solid 3px #000000;
}
.discover .discover-link > span:before, .discover .discover-body > div > span:before {
  font-family: 'cl';
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3rem;
  padding: 0 1rem 1rem 2.5rem;
}
.discover .discover-link[aria-expanded="true"] > span:before, .discover .discover-body > div[aria-expanded="true"] > span:before {
  content: "\e800";
}
.discover .discover-link[aria-expanded="false"] > span:before, .discover .discover-body > div[aria-expanded="false"] > span:before {
  content: "\e802";
}
.discover .discover-body > div {
  color: #ff6753;
}
.discover .discover-body > div.disabled {
  display: none;
}
.discover .discover-body .discover-close {
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  cursor: pointer;
}
/*------------------------------------------------------*
*-----------------------------------     HOME EVENTS     ----*
*------------------------------------------------------*/
.card, .card-header, .card-footer {
  border: none;
}
.classic-card {
  margin-bottom: 5rem;
  border-bottom: solid 3px #000;
  height: calc(100% - 5rem);
}
.classic-card .card-header .card-tags {
  padding-bottom: 1rem;
}
.classic-card .card-header span {
  margin-right: 0.75rem;
}
.classic-card .card-description .card-date {
  padding: 1rem 0 0;
  font-size: 3.2rem;
}
.classic-card .card-description .card-date span {
  font-size: 5.75rem;
  line-height: 4.25rem;
  font-weight: bold;
}
.classic-card .card-description h2 {
  font-size: 3.2rem;
  letter-spacing: -0.16px;
}
.classic-card .card-description h3 {
  font-size: 2rem;
  font-weight: normal;
}
.classic-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.classic-card .card-body .card-footer {
  padding: 2.5rem 0 1.5rem;
}
.classic-card .card-body .card-footer span {
  margin-right: 0.75rem;
  font-size: 3rem;
  line-height: 3rem;
}
.home-event-desktop-link {
  position: relative;
  top: -10rem;
  line-height: 1;
  font-size: 2.6rem;
  text-decoration: underline;
  font-family: 'chap';
}
.home-event-slider {
  position: relative;
}
.home-event-slider .slick-count {
  display: none;
  position: absolute;
  top: calc(50% - 3rem);
  right: 7rem;
  width: 8rem;
  height: 6rem;
  z-index: 3;
  text-align: center;
  line-height: 6rem;
  font-size: 3.6rem;
  color: #fff;
}
.home-event-slider .slick-arrow {
  position: absolute;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: 'cl';
  font-size: 0;
  width: 5rem;
  height: 4rem;
  top: calc(50% - 2rem);
  z-index: 3;
}
.home-event-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.home-event-slider .slick-prev {
  right: 15rem;
}
.home-event-slider .slick-next {
  right: 2.5rem;
}
.home-event-slider .slick-prev::before {
  font-size: 4rem;
  line-height: 1;
  content: "\e803";
}
.home-event-slider .slick-next::before {
  font-size: 4rem;
  line-height: 1;
  content: "\e801";
}
.slick-slider .classic-card {
  margin-bottom: 0;
  border-bottom: none;
  display: flex;
  flex-direction: row;
}
.slick-slider .classic-card .card-header {
  position: relative;
}
.slick-slider .classic-card .card-header .card-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
}
.slick-slider .classic-card .card-body {
  margin-left: 3rem;
  padding-right: 5rem;
  margin-right: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*------------------------------------------------------*
*-----------------------------------     HOME CARDS     ----*
*------------------------------------------------------*/
.special-card {
  margin-top: 2rem;
  padding: 3rem 0;
  height: 50rem;
  overflow: hidden;
  /*background-size: cover;
  background-position: top center;*/
  color: #fff;
  position: relative;
  /*.card-header {
      padding-top: 1rem;
  }*/
}
.special-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.special-card > div {
  position: relative;
  z-index: 2;
}
.special-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.special-card .card-body h2 {
  font-size: 4rem;
  font-weight: normal;
  line-height: 0.95;
}
.special-card .card-body .card-date {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 0.95;
  margin-top: 1.5rem;
}
.special-card .card-body h3 {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.15;
  margin-top: 1.5rem;
}
.special-card .card-footer {
  padding: 1.5rem 0 1rem;
}
.special-card .card-footer span {
  margin-right: 0.75rem;
  font-size: 3rem;
  line-height: 3rem;
}
.special-card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(to top, #140a63 0%, rgba(20, 10, 99, 0.5) 30%, rgba(20, 10, 99, 0) 100%);
  background: -o-linear-gradient(to top, #140a63 0%, rgba(20, 10, 99, 0.5) 30%, rgba(20, 10, 99, 0) 100%);
  background: linear-gradient(to top, #140a63 0%, rgba(20, 10, 99, 0.5) 30%, rgba(20, 10, 99, 0) 100%);
  z-index: 1;
}
/*------------------------------------------------------*
*-----------------------------------     FOCUS LINKS     ----*
*------------------------------------------------------*/
.focus-link {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 25rem;
  color: #fff !important;
  text-decoration: none;
  background-size: 100%;
  background-position: center center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  flex: 1;
}
.focus-link:hover, .focus-link:focus {
  text-decoration: none;
  background-size: 115%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.focus-link > div {
  transform: none;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
  line-height: 1.1;
}
.focus-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.focus-link:hover::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0);
}
/*------------------------------------------------------*
*-----------------------------------     PROGRAMME & BULLETIN     ----*
*------------------------------------------------------*/
.programme, .bulletin {
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  margin: 3rem 0;
  flex: 1;
}
.programme::before {
  content: '';
  font-family: 'cl';
  content: "\e806";
  font-size: 6rem;
  display: block;
  margin-bottom: 1.5rem;
}
.bulletin::before {
  content: '';
  font-family: 'cl';
  content: "\e807";
  font-size: 6rem;
  display: block;
  margin-bottom: 1.5rem;
}
/*------------------------------------------------------*
*-----------------------------------     FOOTER     ----*
*------------------------------------------------------*/
#pwd-input {
  background: transparent;
  color: #000;
  font-size: 2.2rem;
  border: none;
  width: 100%;
  border-bottom: solid 3px #000;
  padding: 0.25rem 0;
}
.logged {
  font-family: 'mabry';
  position: relative;
  color: #ff6753 !important;
}
.logged > a {
  font-size: 0;
}
.logged > a::after {
  content: '';
  font-family: 'cl';
  content: "\e820";
  font-size: 3rem;
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0;
  cursor: pointer;
  color: #ff6753;
}
.dl-pro {
  display: flex;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 3rem;
  break-inside: avoid;
  width: 70%;
}
.dl-pro::before {
  font-family: 'cl';
  content: "\e838";
  font-size: 3.6rem;
  display: inline-block;
  margin-right: 1rem;
  flex: 2;
  align-self: center;
}
.dl-pro > span {
  flex: 10;
}
/*------------------------------------------------------*
*-----------------------------------     FOOTER     ----*
*------------------------------------------------------*/
footer {
  background-color: #000;
  color: #fff;
  padding: 3rem 0;
}
footer #logo-cl {
  width: 21.5rem;
  display: block;
  margin: auto;
  fill: #fff;
}
footer .th-c, footer .th-l {
  font-size: 3.2rem;
  font-family: 'chap';
  font-weight: normal;
}
footer .th-c::after, footer .th-l::after {
  content: '';
  font-family: 'cl';
  font-size: 7rem;
  color: #495057;
  margin-left: 1.5rem;
  line-height: 1;
  position: relative;
  top: 1.5rem;
}
footer .th-c::after {
  content: "\e804";
}
footer .th-l::after {
  content: "\e805";
}
footer .social-medias {
  margin-top: 4rem;
}
footer .social-medias a {
  color: #fff;
  font-size: 3.2rem;
  display: inline-block;
  margin-right: 1.5rem;
  text-decoration: none;
}
ul.footer1-links {
  list-style: none;
  padding: 0;
}
ul.footer1-links > li > ul {
  list-style: none;
  padding: 0;
}
ul.footer1-links > li > ul > li > a::before {
  content: "-> "
}
ul.footer1-links > li > ul > li > ul a {
  padding: 0.5rem 0;
  line-height: 1.25;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
ul.footer1-links > li > ul > li > ul a:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
ul.footer1-links > li {
  border-bottom: solid 1px #fff;
}
ul.footer1-links > li > ul > li > ul {
  margin-bottom: 0.5rem;
}
.footer1-links {
  background-color: #000;
}
.footer1-links a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 1rem 2rem;
}
.footer1-links a:last-child {
  border-bottom: none;
}
.footer2-links {
  background-color: #fff;
}
.footer2-links > span {
  display: block;
  border-bottom: solid 1px #000;
}
.footer2-links > span a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 1rem 2rem;
}
.footer2-links > span:last-child {
  border-bottom: none;
}
/*------------------------------------------------------*
*-----------------------------------     EVENT LIST     ----*
*------------------------------------------------------*/
.filter-link {
  font-family: "mabry";
  font-size: 2.6rem;
  text-decoration: none;
  padding: 0 2rem;
  border-top: 3px solid #000;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.filter-link > span:before {
  font-family: 'cl';
}
.filter-link[aria-expanded="true"] > span:before {
  content: "\e818";
}
.filter-link[aria-expanded="false"] > span:before {
  content: "\e819";
}
.result-close {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  cursor: pointer;
}
/*.form-check-label{
    display: block;
    text-align: left;
    font-size: 2rem;
}*/
.form-check-label {
  display: block;
  text-align: left;
  font-size: 2rem;
  cursor: pointer;
}
.form-check-label input[type="radio"], .form-check-label input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0;
}
.form-check-label span {
  display: inline-block;
  position: relative;
  top: 0.2rem;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #000;
}
.form-check-label input[type="radio"]:checked ~ span, .form-check-label input[type="checkbox"]:checked ~ span {
  background-color: #000;
}
#event-filters-group .list-group {
  background: transparent;
}
#event-filters-group .list-group.active {
  background: #fff;
}
#event-filters-group .list-group-item-title {
  font-size: 3.2rem;
  cursor: pointer;
  position: relative;
  padding: 1rem 4rem;
  line-height: 1;
}
#event-filters-group .list-group-item-title[aria-expanded="true"]::after {
  font-family: 'cl';
  content: "\e820";
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  font-size: 2.6rem;
  line-height: 1;
}
#event-filters-group .list-group-body {
  font-size: 2.6rem;
  /*.list-group-item:first-child {
      border-radius: 0;
      border-top: 0;
  }*/
}
#event-filters-group .list-group-body .form-check {
  padding: 0;
}
#event-filters-group .list-group-body .form-check .form-check-label:last-child {
  border-radius: 0;
  border-bottom: 0;
}
#event-filters-group > div {
  margin-bottom: 2rem;
}
/*------------------------------------------------------*
*-----------------------------------     MINI CALENDAR     ----*
*------------------------------------------------------*/
#calendar .table {
  margin: 0.5rem 0;
  color: #000;
}
#calendar .clndr-controls {
  color: #ff6753;
}
#calendar.onlymonth .table {
  display: none !important;
}
#calendar .clndr-back, #calendar .clndr-fwd {
  color: rgba(244, 103, 83, 0.3);
  font-weight: normal;
  cursor: pointer;
  padding-top: 0.5rem;
  line-height: 1;
}
#calendar .clndr-back:hover, #calendar .clndr-fwd:hover {
  color: #f46753;
}
#calendar .clndr-controls .month {
  cursor: default;
  line-height: 1;
  letter-spacing: -1px;
}
#calendar .clndr-controls .month div {
  font-size: 1.6rem;
  font-weight: normal;
}
#calendar .clndr-controls {
  display: flex;
  justify-content: space-around;
}
#calendar .clndr-previous-button, #calendar .clndr-next-button {
  cursor: pointer;
}
#calendar .clndr-controls > div {
  display: inline-block;
}
#calendar .day-number {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  /*color: rgba(255, 255, 255, 0.7);*/
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  cursor: default;
}
#calendar .adjacent-month .day-number, #calendar .empty .day-number {
  background-color: transparent;
  border: none;
}
#calendar .event .day-number {
  background-color: #f46753;
  background-color: #fff;
  border: 2px solid #ff6753;
  color: #ff6753;
  cursor: pointer;
}
#calendar .event .day-number:hover {
  color: #fff;
  background-color: #ff6753;
}
#calendar .table tr td, #calendar .table tr th {
  padding-bottom: 0.5rem;
}
#calendar .table th.empty, #calendar .table td.empty {
  padding: 0;
  height: 0;
}
/*------------------------------------------------------*
*-----------------------------------     AGENDA     ----*
*------------------------------------------------------*/
#modal-agenda {
  width: 100%;
}
#modal-agenda .modal-dialog {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
#agenda .exhibits {
  background-color: #ff6753;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
#agenda .exhibits h2 {
  font-weight: normal;
}
#agenda .exhibits .event-item-exhibit {
  padding-top: 2rem;
  border-bottom: 3px solid #000;
  display: flex;
  justify-content: space-between;
}
#agenda .exhibits .event-item-exhibit:last-child {
  border-bottom: none;
}
#agenda .exhibits .event-item-exhibit .event-item-specs {
  flex: 5;
}
#agenda .exhibits .event-item-exhibit .event-item-main {
  flex: 9;
}
#agenda .exhibits .event-item-exhibit .event-item-main .event-item-title {
  font-size: 4rem;
  line-height: 3.6rem;
}
#agenda .exhibits .event-item-exhibit .event-item-main .event-item-subtitle {
  font-size: 2.6rem;
}
#agenda .exhibits .event-item-exhibit .event-item-place {
  flex: 2;
  font-size: 7rem;
  font-weight: bold;
}
#agenda .exhibits .event-item-exhibit .offset {
  flex: 1;
}
#agenda .clndr-controls {
  border-bottom: 3px solid #000;
}
#agenda .clndr-controls .container {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem 0;
}
#agenda .clndr-controls .container .clndr-back, #agenda .clndr-controls .container .clndr-fwd {
  color: rgba(244, 103, 83, 0.5);
  font-weight: normal;
  cursor: pointer;
}
#agenda .clndr-controls .container .clndr-back {
  text-align: left;
  margin-right: 1rem;
}
#agenda .clndr-controls .container .month {
  text-align: center;
}
#agenda .clndr-controls .container .clndr-fwd {
  text-align: right;
  margin-left: 1rem;
}
#agenda .clndr-controls .container .clndr-back.inactive, #agenda .clndr-controls .container .clndr-fwd.inactive {
  display: none;
  position: absolute;
}
#agenda .clndr-controls .container .month {
  color: #ff6753;
  text-transform: capitalize;
}
#agenda .event-listing {
  position: relative;
}
#agenda .event-item-day {
  margin-bottom: 5rem;
  /*.event-item:last-child {
      border-bottom: none
  }*/
}
#agenda .event-item-day .event-item {
  padding-bottom: 2rem;
  border-bottom: 3px solid #000;
}
#agenda .event-item-day .event-item .event-item-when {
  font-size: 3.2rem;
  color: #ff6753;
  font-family: 'mabry';
  font-weight: normal;
}
#agenda .event-item-day .event-item .event-item-when .event-item-date {
  padding-top: 2rem;
  text-transform: capitalize;
}
#agenda .event-item-day .event-item .event-item-when .event-item-hour {
  padding-top: 1rem;
}
#agenda .event-item-day .event-item .event-item-details {
  margin-top: 2rem;
}
#agenda .event-item-day .event-item .event-item-details .event-item-specs {
  display: flex;
  justify-content: space-between;
}
#agenda .event-item-day .event-item .event-item-details .event-item-specs span {
  margin-right: 0.75rem;
}
#agenda .event-item-day .event-item .event-item-details .event-item-specs i {
  font-size: 6rem;
  line-height: 4rem;
  font-weight: bold;
}
#agenda .event-item-day .event-item .event-item-details .event-item-main {
  padding: 1rem 0;
}
#agenda .event-item-day .event-item .event-item-details .event-item-main .event-item-title {
  font-size: 2rem;
  line-height: 2.4rem;
  display: flex;
  justify-content: space-between;
}
#agenda .event-item-day .event-item .event-item-details .event-item-main .event-item-title i {
  font-size: 6rem;
  line-height: 4rem;
  font-weight: bold;
}
#agenda .event-item-day .event-item .event-item-details .event-item-main .event-item-subtitle {
  font-size: 1.6rem;
  font-family: 'mabry';
  font-weight: normal;
}
#agenda .event-item-day .event-item .event-item-details .event-item-book {
  padding-top: 2rem;
  text-align-last: right;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
}
#agenda .event-item-day .event-item .event-item-details .event-item-book .event-item-book-link {
  margin-top: 1rem;
  text-decoration: underline;
}
#agenda .event-item-day .event-item:not(:first-child) .event-item-date {
  display: none;
}
#agenda .event-item-day .event-item:not(:first-child) .same-hour:not(:first-child) {
  display: none;
}
body.agenda-modal-open {
  overflow: hidden;
}
#agenda-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 999;
}
#agenda-modal iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
#agenda .clndr-controls.Zebra_Pin {
  background: #fff;
  width: 100% !important;
}
#agenda .event-item .event-item-date.Zebra_Pin {
  background: #fff;
  z-index: 2 !important;
  width: 100% !important;
}
#agenda .event-item .event-item-date {
  text-transform: capitalize;
  position: relative;
  background: #fff;
  z-index: 3;
  width: 100%;
}
/*------------------------------------------------------*
*-----------------------------------     Event Template     ----*
*------------------------------------------------------*/
.g-event {
  margin-top: 100vh;
}
.fixed-top {
  z-index: -1;
}
.z1 {
  position: relative;
  z-index: 1;
  background: #fff;
}
.g-event-visual {
  height: 100vh;
  min-height: 8vw;
  background-color: #000;
  overflow: hidden;
}
.g-event-visual::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 66vh;
  width: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 16%, #000000);
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 16%, #000000);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 16%, #000000);
  z-index: 1;
}
.g-event-visual figure {
  position: relative;
  height: 100%;
}
.g-event-visual img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.g-event-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  margin: 0;
  z-index: 1;
  width: 100%;
}
.g-event-slider .slick-arrow, .g-event-slider .slick-count {
  display: none;
}
.g-event-slider .slick-dots {
  padding: 0;
  margin: 1rem auto 0;
  text-align: center;
}
.g-event-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.g-event-slider .slick-dots li button {
  font-size: 0;
  height: 1.6rem;
  width: 1.6rem;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.g-event-slider .slick-dots .slick-active button {
  opacity: 1;
}
.g-event-slider .slick-slide {
  /*margin: 0 2rem;*/
  min-height: 100%;
  /*height: 181px;*/
  position: relative;
  /*overflow: hidden;*/
}
.g-event-slider .slick-slide img {
  max-width: 100%;
  margin: auto;
}
.g-event-slider .slick-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}
.g-event-info {
  background: #ff6753;
}
.g-creation .g-event-info {
  background: #fff;
}
.g-event-specs {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.g-event-specs ul {
  padding: 0;
}
.g-event-specs li {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 2.75rem 0.75rem 0;
  line-height: 2rem;
  position: relative;
}

.g-event-specs-scol .dropdown-toggle::after{
 margin-left: 1.5rem;
}

.g-event-specs-scol .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    width: 100%;
    position: static !important;
    transform: none !important;
    margin: 0;
    padding: 0 0 2rem 0;
}
.g-event-specs-scol .dropdown-menu li:hover, .g-event-specs-scol .dropdown-menu li:focus{
    background-color: transparent;
    color: #000;
}

.g-event-specs li span {
  min-width: 8.5rem;
}
.g-event-specs li:last-child {
  border-bottom: none;
}



.g-event-specs span.font-weight-normal.h4 {
    max-width: 200px;
    /* font-size: 1.8rem;
    line-height: 1;*/
}

@media (max-width: 500px) {
 .g-event-specs span.font-weight-normal.h4 {
    max-width: 115px;
    font-size: 1.4rem;
}
}

.table.price-table {
 color: #000;
 font-size: 2rem;
 margin-bottom: 3rem;
}

.table.price-table tbody tr {
 border-top: 1px solid #000;

}

.table.price-table td,
.table.price-table th {
 padding: .25rem 0;
}


.accessibilite-liste {
  list-style: none;
  padding: 0;
}
.accessibilite-liste > li {
  border-bottom: 1px solid #000;
  padding: 0.75rem 2.75rem 0.75rem 0;
  line-height: 2rem;
}
.accessibilite-liste > li:last-child {
  border-bottom: none;
}
.accessibilite-liste > li > div {
  display: flex;
  justify-content: space-between;
  line-height: 2rem;
}
.accessibilite-liste > li > ul {
  list-style: none;
  padding: 0;
  font-size: 1.6rem;
  padding-top: 0.25rem;
}
#priceList {
  margin-bottom: 1.5rem;
}
#loadMore {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-weight: bold;
  margin-top: 1rem;
}
#loadMore span {
  text-decoration: underline;
}
.g-event-info .g-event-specs .g-event-specs-theater-title {
  line-height: 1.1;
  position: relative;
}
.g-event-info .g-event-specs .g-event-specs-theater-title .g-event-specs-theater-logo {
  position: absolute;
  top: -1.2rem;
  right: -10rem;
  font-size: 5rem;
  font-weight: bold;
}
.g-event-list.bg-dark {
  border-color: #ff6753;
}
.g-event-list.bg-dark .list-group-body {
  border-top: 3px solid #ff6753;
}
.g-event-list.bg-dark .list-group-body .list-group-item {
  border-color: #ff6753;
}
.g-event-list.bg-dark .list-group-body .list-group-item a {
  display: block;
  color: #fff;
  font-size: 2.6rem;
}
.g-event-list .list-group-item-title {
  font-size: 3.2rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 1rem 4rem;
  line-height: 1;
}
.g-event-list .list-group-item-title[aria-expanded="true"]::after {
  font-family: 'cl';
  content: "\e820";
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  font-size: 2.6rem;
  line-height: 1;
}
.g-event-list .list-group-body {
  text-align: center;
  font-size: 1.8rem;
}
.g-event-list .list-group-body .list-group-item:first-child {
  border-radius: 0;
  border-top: 0;
}
.accordion {
  margin: 2rem 0;
}
.accordion .accordion-item {
  border-bottom: solid 3px #000;
  margin-bottom: 1rem;
}
.accordion .accordion-item .accordion-item-title {
  position: relative;
  padding-right: 3rem;
  font-weight: 600;
}
.accordion .accordion-item .accordion-item-title[aria-expanded="true"]::after {
  font-family: 'cl';
  content: "\e818";
  position: absolute;
  top: 0.4rem;
  right: 0;
  font-size: 2.6rem;
  line-height: 1;
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion .accordion-item h3 {
  font-family: mabry;
  font-weight: normal;
  cursor: pointer;
}
.accordion .accordion-item .accordion-body {
  margin: 1rem 0 2rem;
}
.card-widget {
  border: 0.3rem solid #000;
  border-radius: 23px;
  margin-bottom: 3rem;
}
.card-widget .card-header, .card-widget .card-body {
  padding: 2rem;
  text-align: center;
}
.card-widget .card-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #000;
  color: #FFF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card-widget .card-header > span {
  padding: 0.5rem;
  text-align: left;
}
.card-widget .card-header > span:first-child {
  font-size: 9rem;
  line-height: 1;
  flex: 1;
}
.card-widget .card-header > span:last-child {
  font-size: 3.2rem;
  line-height: 1;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-widget .card-body {
  fon-size: 2.6rem;
  line-height: 1;
}
.card-widget.card-widget-primary {
  border-color: #ff6753;
}
.card-widget.card-widget-primary .card-header {
  background-color: #ff6753;
}
.card-widget.card-widget-primary .card-body {
  color: #ff6753;
}
.g-event-share {
  margin: 2rem 0;
}
.g-event-share a, .g-event-share span {
  font-size: 3.2rem;
  margin-right: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.g-event-share .icon-link {
  font-size: 4rem;
}
.g-event-connexions {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.g-event-connexions .special-card {
  margin-top: 1rem;
  height: calc(100% - 9.1rem);
}
.g-event-connexions .special-card h2 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.g-event-connexions .black-card {}
.g-event-connexions .black-card .card-body {
  background-color: #000;
  color: #fff;
  padding: 2rem;
}
.g-event-connexions .black-card .card-body .card-description a {
  color: #fff;
}
/*------------------------------------------------------*
*-----------------------------------     PLACE Slider     ----*
*------------------------------------------------------*/
.g-place-slider-wrapper {
  position: relative;
  margin-bottom: 2rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.g-place-slider-wrapper [class^="icon-"], .g-place-slider-wrapper [class*=" icon-"] {
  color: #fff;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 3rem;
}
.g-place-slider-wrapper .g-place-slider .g-place-slide img {
  width: 100%;
}
.g-place-slider-wrapper .g-place-slider .slick-dots {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.g-place-slider-wrapper .g-place-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.g-place-slider-wrapper .g-place-slider .slick-dots li button {
  font-size: 0;
  height: 1.6rem;
  width: 1.6rem;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.g-place-slider-wrapper .g-place-slider .slick-dots .slick-active button {
  opacity: 1;
}
/*------------------------------------------------------*
*-----------------------------------     EDITO Template     ----*
*------------------------------------------------------*/
.g-edito {
  margin-top: 100vh;
}
.g-edito a {
  text-decoration: underline;
}
/*------------------------------------------------------*
*-----------------------------------     7SCENE TEMPLATE ----*
*------------------------------------------------------*/
.g-7scene-visual img.loading {
  min-height: 18.8rem;
}
.g-7scene-overlay {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  display: none;
}
.g-7scene-media {
  height: 100%;
  border-bottom: 3px solid #FFF;
}
.g-7scene-media .media-infos {
  padding: 2rem 0 1rem;
  display: flex;
  flex-direction: row;
}
.g-7scene-media .media-infos .media-infos-container {
  flex: 4;
}
.media-video .media-infos:before {
  font-family: 'cl';
  content: "\e833";
  font-size: 5rem;
  line-height: 3rem;
  flex: 1;
}
.media-podcast .media-infos:before {
  font-family: 'cl';
  content: "\e835";
  font-size: 3.5rem;
  line-height: 3.5rem;
  flex: 1;
}
.g-7scene {
  padding-top: 20rem;
  padding-bottom: 7rem;
  background-color: #000;
  color: #fff;
}
.g-7scene .g-7scene-main {
  position: relative;
  border: 3px solid #fff;
  border-radius: 23px;
  margin: 3rem 0;
}
.g-7scene .g-7scene-main h2 {
  font-family: 'mabry';
  font-weight: normal;
  padding: 1rem;
  text-align: center;
}
.g-7scene .g-7scene-main .g-7scene-chapeau {
  padding: 2rem;
}
.g-7scene .g-7scene-main .media-infos {
  padding: 2rem 2rem 1rem;
}
.g-7scene .g-7scene-visual {
  position: relative;
  cursor: pointer;
}
.g-7scene .g-7scene-visual .embed-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  display: none;
}
.g-7scene .g-7scene-visual:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.16);
}
.g-7scene .g-7scene-visual:after {
  position: absolute;
  top: calc(50% - 5rem);
  left: calc(50% - 5rem);
  font-family: 'cl';
  content: "\e832";
  font-size: 10rem;
  line-height: 10rem;
  z-index: 0;
}
.custom-switch {
  padding-left: 0;
}
.custom-switch .custom-control-label {
  padding-left: 8rem;
  line-height: 3rem;
}
.custom-switch .custom-control-label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 3rem;
  background-color: transparent;
  border: #495057 solid 3px;
  cursor: pointer;
}
.custom-switch .custom-control-label::after {
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  width: calc(3rem + 8px);
  height: calc(3rem + 8px);
  background-color: #495057;
  cursor: pointer;
  border-radius: 50%;
  border: 4px solid #000;
}
.custom-switch .custom-control-input ~ .custom-control-label {
  color: #495057;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label {
  color: #fff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FFF;
  background-color: transparent;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  left: 1.4rem;
  border: 4px solid #000;
}
.g-7scene-listing {
  margin: 8rem 0 5rem;
  display: flex;
  flex-direction: column;
}
.g-7scene-listing h2 {
  font-weight: normal;
  font-size: 4rem;
}
.g-7scene-listing .g-7scene-filters {
  display: flex;
  justify-content: space-between;
}
.g-7scene-archive {
  border-radius: 30px;
  width: 100%;
  background-color: #000;
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}
.g-7scene-archive > span {
  font-size: 3.2rem;
  padding: 0.5rem 2rem;
  text-align: center;
}
.g-7scene-archive .list-group-item {
  text-align: center;
  border-color: #fff !important;
  color: #fff;
  font-size: 2.4rem;
}
/*------------------------------------------------------*
*-----------------------------------     SEARCH RESULT TEMPLATE ----*
*------------------------------------------------------*/
.g-search-result {
  margin-top: 20rem;
  margin-bottom: 10rem;
}
.g-search-result .g-search-result-title {
  font-size: 4rem;
}
.g-search-result .g-search-result-query {
  font-size: 3.2rem;
  font-family: 'mabry';
  font-weight: normal;
  color: #ff6753;
}
.g-search-result .g-search-result-group {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.g-search-result .g-search-result-group .g-search-result-item {
  border-bottom: 3px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
.g-search-result .g-search-result-group .g-search-result-item h2 {
  font-size: 2.6rem;
}
.g-search-result .g-search-result-group .g-search-result-item a {
  font-size: 1.6rem;
  text-decoration: underline;
}
/*------------------------------------------------------*
*-----------------------------------    List TEMPLATE ----*
*------------------------------------------------------*/
.g-editorial {
  padding-top: 20rem;
  padding-bottom: 10rem;
}
.g-editorial a {
  text-decoration: underline;
}
.g-editorial a.card-widget {
  text-decoration: none;
}
.g-editorial .phone-index a {
  display: block;
  font-size: 3.2rem;
  text-align: center;
  border-radius: 23px;
  background-color: #fff;
  border: 0.3rem solid #000;
  padding: 1rem 4rem;
  line-height: 1;
  margin-bottom: 3rem;
  text-decoration: none;
}
.g-editorial .phone-index a:last-child {
  margin-bottom: 5rem;
}
.g-editorial h1, .g-editorial .h1 {
  font-weight: normal;
  margin-bottom: 4rem;
}
.g-editorial h2, .g-editorial .h2 {
  font-weight: normal;
  margin-top: 5rem;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.g-editorial h3, .g-editorial .h3 {
  font-family: mabry;
  font-weight: normal;
}
.g-editorial .chapeau {
  font-size: 2.6rem;
  line-height: 1.15;
  margin-bottom: 4rem;
}
.g-editorial .editorial-content {
  margin: 1rem 0 5rem;
}
.g-editorial .alert {
  background-color: #ff6753;
  border-radius: 1rem;
  font-size: 2rem;
  padding: 2rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.g-editorial .alert * {
  color: #fff;
}
/*------------------------------------------------------*
*-----------------------------------     BLOG ----*
*------------------------------------------------------*/
.blog-presentation {
  padding-top: 20rem;
}
.blog-presentation .blog-presentation-chapeau {
  font-size: 2.6rem;
}
.blog-filters {
  padding: 3rem 0 5rem;
}
#blog-filters-group .list-group-item-title {
  font-size: 3.2rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 1rem 4rem;
  line-height: 1;
}
#blog-filters-group .list-group-item-title[aria-expanded="true"]::after {
  font-family: 'cl';
  content: "\e820";
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  font-size: 2.6rem;
  line-height: 1;
}
#blog-filters-group .list-group-body {
  font-size: 2.6rem;
}
#blog-filters-group .list-group-body .form-check {
  padding: 0;
}
#blog-filters-group .list-group-body .form-check .form-check-label:last-child {
  border-radius: 0;
  border-bottom: 0;
}
#blog-filters-group > div {
  margin-bottom: 2rem;
}
.blog-card {
  margin-bottom: 5rem;
  border-bottom: solid 3px #000;
  padding-bottom: 2rem;
  width: 100%;
}
.blog-card .card-header .card-tags {
  font-size: 1.6rem;
  text-decoration: underline;
  padding-bottom: 1rem;
}
.blog-card .card-description .card-date {
  font-size: 2rem;
}
.blog-card .card-description h2 {
  font-size: 3.2rem;
  letter-spacing: -0.16px;
  margin: 1.5rem 0 0;
}
.blog-card .card-body .card-footer {
  padding: 1.5rem 0;
}
.blog-card .card-body .card-footer span {
  margin-right: 0.75rem;
  font-size: 3rem;
  line-height: 3rem;
}
.g-blog {
  padding-top: 20rem;
}
.g-blog h1 {
  margin-top: 3rem;
}
.g-blog .g-blog-tags {
  font-size: 1.6rem;
  text-decoration: underline;
  padding: 5rem 0 1rem;
}
.g-blog .g-blog-chapeau {
  font-size: 2.6rem;
  font-family: 'chap';
}
.g-blog .g-event-slider {
  margin-bottom: 3rem;
}
.g-blog .g-event-slider .slick-dots li button, .g-creation .g-event-slider .slick-dots li button {
  background-color: #000;
}
.g-blog .g-event-slider .slick-count, .g-creation .g-event-slider .slick-count {
  top: calc(50% - 3rem);
  color: #000;
}
.g-blog .g-event-slider .slick-arrow, .g-creation .g-event-slider .slick-arrow {
  color: #000;
  top: calc(50% - 2rem);
}
/*------------------------------------------------------*
*-----------------------------------     PHONE BUTTON----*
*------------------------------------------------------*/
.phone-bt h4 {
  display: inline-block;
}
.phone-bt::before {
  display: inline-block;
  position: relative;
  top: 1rem;
  left: -1rem;
  font-family: 'cl';
  font-size: 3.6rem;
  line-height: 1;
  content: "\e834";
}
.phone-bt .phone-number {
  display: none;
}
.phone-bt.active .phone-number {
  display: block;
}
/*------------------------------------------------------*
*-----------------------------------     ACCORDIONS PARTNERS    ----*
*------------------------------------------------------*/
.accordion-partenaires .accordion-body {
  padding-bottom: 7rem;
}
.partner-link {
  text-decoration: none !important
}
.accordion-partenaires .accordion-body img {
  max-width: 15%;
  margin-right: 3rem;
  margin-bottom: 3rem;
  max-height: 7.5rem;
}
.partner-img {
  max-width: 19%;
  margin-right: 3rem;
  margin-bottom: 3rem;
  max-height: 9rem;
}


/*------------------------------------------------------*
*-----------------------------------     Expo temporaire     ----*
*------------------------------------------------------*/

.temporary-exhibition{
background-color: #000;
}
.temporary-exhibit h2, .temporary-exhibition h3, .temporary-exhibition a{
color: #FFF !important;
}
.temporary-exhibition .card-body{
padding: 1.5rem 1.5rem 0 1.5rem ;
}


/*------------------------------------------------------*
*-----------------------------------     RESPONSIVE LAYOUT     ----*
*------------------------------------------------------*/
/* Small devices */
/* Medium devices */
@media (min-width: 768px) {
  .g-editorial .phone-index {
    display: none;
  }
  .today-slider .slick-prev.slick-disabled, .today-slider .slick-next.slick-disabled {
    opacity: 0.4;
  }
  .today-slider .slick-arrow {
    position: absolute;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: 'cl';
    font-size: 0;
    width: 5rem;
    height: 4rem;
  }
  .today-slider .slick-prev {
    top: 7.5rem;
    left: -7.5rem;
  }
  .today-slider .slick-next {
    top: 7.5rem;
    right: -7.5rem;
  }
  .today-slider .slick-prev::before {
    font-size: 4rem;
    line-height: 1;
    content: "\e803";
  }
  .today-slider .slick-next::before {
    font-size: 4rem;
    line-height: 1;
    content: "\e801";
  }
  .programme, .bulletin {
    display: flex;
    margin: 1rem 0;
    text-align: left;
  }
  .programme span, .bulletin span {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .programme::before {
    content: '';
    font-family: 'cl';
    content: "\e806";
    font-size: 3.6rem;
    margin-right: 2rem;
    line-height: 1;
  }
  .bulletin::before {
    content: '';
    font-family: 'cl';
    content: "\e807";
    font-size: 3.6rem;
    margin-right: 2rem;
    line-height: 1.25;
  }
  footer .footer-baseline {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  footer .footer-baseline > div {
    font-size: 1.6rem;
  }
  footer .th-c, footer .th-l {
    font-size: 2rem;
  }
  footer .th-c::after, footer .th-l::after {
    font-size: 4.4rem;
    top: 1rem;
  }
  footer address {
    font-size: 1.6rem;
  }
  footer .social-medias a {
    color: #495057;
    font-size: 2rem;
    margin-right: 0.5rem;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  footer .social-medias a:hover {
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  footer .social-medias a.icon-youtube {
    font-size: 2.5rem;
    position: relative;
    top: 0.2rem;
  }
  .footer1-links a {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
  .footer2-links {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .footer2-links > span::after {
    content: ' — ';
  }
  .footer2-links > span {
    display: inline;
    border-bottom: none;
  }
  .footer2-links > span a {
    display: inline;
    padding: 0;
    font-size: 1.6rem;
  }
  .footer2-links > span a:hover {
    text-decoration: underline;
  }
  .footer2-links > span:last-child::after {
    content: '';
  }
  .event-list .classic-card .card-description .card-date {
    font-size: 2.6rem;
  }
  .event-list .classic-card .card-description h2 {
    font-size: 2.6rem;
  }
  .event-list .classic-card .card-description h3 {
    font-size: 2rem;
  }
  #agenda .clndr-controls .container .clndr-back, #agenda .clndr-controls .container .clndr-fwd, #agenda .clndr-controls .container .month {
    font-size: 4rem;
  }
  #agenda .event-item-day {
    /*.event-item:last-child {
    border-bottom: none
}*/
  }
  #agenda .event-item-day .event-item .event-item-when {
    font-size: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #agenda .event-item-day .event-item .event-item-when .event-item-hour {
    padding-top: 2rem;
    text-align: right;
    flex: 1;
  }
  #agenda .event-item-day .event-item .event-item-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #agenda .event-item-day .event-item .event-item-details .event-item-specs {
    display: flex;
    flex: 3;
    flex-direction: column;
    justify-content: flex-start;
  }
  #agenda .event-item-day .event-item .event-item-details .event-item-specs span {
    margin-bottom: 0.75rem;
  }
  #agenda .event-item-day .event-item .event-item-details .event-item-main {
    flex: 9;
  }
  #agenda .event-item-day .event-item .event-item-details .event-item-main .event-item-title {
    font-size: 4rem;
    line-height: 3.6rem;
  }
  #agenda .event-item-day .event-item .event-item-details .event-item-main .event-item-subtitle {
    font-size: 2.6rem;
  }
  #agenda .event-item-day .event-item .event-item-details .event-item-place {
    flex: 2;
    font-size: 7rem;
    font-weight: bold;
  }
  #agenda .event-item-day .event-item .event-item-details .event-item-book {
    flex: 1;
    display: block;
  }
  #agenda .event-item-day .event-item:not(:first-child) .event-item-date {
    display: none;
  }
  #agenda .event-item-day .event-item:not(:first-child) .same-hour:not(:first-child) {
    display: none;
  }
  .g-event-share.text-md-right a, .g-event-share.text-md-right span {
    margin-left: 1.5rem;
    margin-right: 0;
  }
}
/* Large devices */
@media (min-width: 992px) {
  #event-filters-group .list-group.active {
    background: transparent;
  }
  .filter-link {
    border-top: none;
    display: inline-block;
    text-align: right;
  }
  .filter-link span {
    margin-left: 1rem;
    position: relative;
    top: 0.25rem;
  }
  #event-filters-group > div {
    margin: 0;
  }
  #event-filters-group .result-close {
    margin-top: 2rem;
  }
  #event-filters-group .list-group {
    border: none;
  }
  #event-filters-group .list-group-item {
    background-color: transparent;
    border: none;
    white-space: nowrap;
    break-inside: avoid-column;
  }
  #event-filters-group #event-filter-discipline .form-check, #event-filters-group #event-filter-evenement .form-check, #event-filters-group #event-filter-archive .form-check {
    margin: 2rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 0;
    line-height: 0;
  }
  #event-filters-group #event-filter-discipline .form-check .form-check-label:first-child, #event-filters-group #event-filter-evenement .form-check .form-check-label:first-child, #event-filters-group #event-filter-archive .form-check .form-check-label:first-child {
    break-after: column;
  }
  #event-filters-group .btn-dark:disabled {
    background: #000;
    color: #ff6753;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #event-filters-group .btn-dark {
    background: #fff;
    color: #000;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #event-filters-group .form-check-label input[type="radio"]:checked ~ span, #event-filters-group .form-check-label input[type="checkbox"]:checked ~ span {
    background-color: #FFF;
  }
  #blog-filters-group {
    margin-bottom: 5rem;
  }
  #blog-filters-group .list-group {
    position: absolute;
    width: calc(100% - 1.5rem);
    z-index: 2;
  }
  #calendar table {
    width: 40%;
    margin: 0.5rem auto !important;
  }
  #calendar .clndr-controls {
    margin-top: 2rem;
    color: #000;
  }
  #calendar .clndr-controls .clndr-back, #calendar .clndr-controls .clndr-fwd {
    color: rgba(0, 0, 0, 0.4);
  }
  #calendar .clndr-controls .month div {
    display: inline;
    font-size: 3.2rem !important;
    font-weight: bold;
  }
  #calendar th {
    color: #fff;
  }
  #calendar .day-number {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.6);
  }
  #calendar .event .day-number {
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  #calendar .event .day-number:hover {
    color: #ff6753;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  #calendar .event.selected .day-number {
    color: #ff6753;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  #calendar .clndr-controls .month div {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .g-event-desktop-title-info {
    font-family: "chap";
    font-size: 3.6rem;
    position: relative;
    top: 4.2rem;
    margin-top: -3.6rem;
    width: 50%;
  }
  .home-event-slider .slick-track {
    display: flex;
  }
  .home-event-slider .slick-track .classic-card {
    height: inherit;
  }
  .home-event-slider .slick-track .classic-card .card-header {
    flex: 3;
  }
  .home-event-slider .slick-track .classic-card .card-header .card-visual {
    height: 100%;
  }
  .home-event-slider .slick-track .classic-card .card-header .card-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-event-slider .slick-track .classic-card .card-body {
    flex: 3;
  }
  .g-7scene-visual img.loading {
    min-height: 26.4rem;
  }
  #menu-launcher .menu-launcher-center .logo svg {
    height: 12rem;
  }
  .logged > a {
    font-family: 'mabry';
    font-weight: normal;
    border-radius: 23px;
    border: #ff6753 3px solid;
    line-height: 3.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #ff6753 !important;
  }
  .logged > a::after {
    display: none;
  }
  .g-search-result-group {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .g-search-result-group .g-search-result-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .blog-card {
    /*margin-bottom: 5rem;
border-bottom: solid 3px $black;
padding-bottom: 2rem;*/
    display: flex;
    flex-direction: column;
  }
  .blog-card .card-body {
    display: flex;
    flex-direction: row;
  }
  .blog-card .card-body .card-visual {
    margin-right: 3rem;
  }
  .blog-card .card-body .card-visual img {
    max-width: 373px;
  }
  .blog-card .card-body .card-description {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .blog-card .card-body .card-description .card-date {
    order: -1;
  }
  .blog-card .card-body .card-description a h2 {
    margin: 0;
  }
  .blog-card .card-body .card-description .card-footer {
    flex-direction: row;
  }
  .blog-card .card-body .card-description .card-footer p {
    flex: 4;
  }
  .blog-card .card-body .card-description .card-footer a {
    flex: 1;
  }
  .g-7scene .g-7scene-main {
    border: none;
    margin: 3rem 0;
  }
  .g-7scene .g-7scene-main h2 {
    display: none;
  }
  .g-7scene .g-7scene-main .g-7scene-chapeau {
    font-size: 3.2rem;
    line-height: 1.2;
    padding: 3rem 0;
  }
  .g-7scene .g-7scene-main .media-infos {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
  }
  .g-7scene .g-7scene-main .media-infos .media-duration {
    text-align: right;
  }
  .g-7scene-listing {
    flex-direction: row;
  }
  .g-7scene-listing h2 {
    flex: 3;
  }
  .g-7scene-listing .g-7scene-filters {
    flex: 2;
  }
  .text-2columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .text-3columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .text-4columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .home-event-slider .slick-count {
    display: block;
  }
  .home-event-slider::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15%;
    z-index: 2;
  }
  #g-event-links {
    margin: 1rem 0;
  }
  #g-event-links > div {
    margin: 0 !important;
  }
  #g-event-links .list-group-item-title {
    display: none;
  }
  #g-event-links .list-group-item {
    border-bottom: 1px solid #000;
    padding: 0.75rem 0;
    line-height: 2rem;
  }
  #g-event-links #reserver-list .list-group-item {
    padding: 1.5rem 0;
  }
  #g-event-links #venir-list {
    text-align: left;
  }
  #g-event-links .list-group-item:last-child {
    border-bottom: none;
  }
  #g-event-links * {
    background-color: transparent !important;
    color: #000;
    border: 0;
    border-radius: 0;
  }
}
/* Extra large devices */
@media (min-width: 1340px) {
  #snitch {
    display: none;
  }
  .g-event-slider.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .g-event-slider {
    position: relative;
  }
  .g-event-slider .slick-track {
    /*white-space: nowrap;*/
    display: inline-flex;
  }
  .g-event-slider .g-event-slide {
    width: 960px !important;
  }
  .g-event-slider .g-event-slide img {
    width: 100%;
  }
  .g-event-slider .g-event-video {
    height: inherit;
  }
  .g-event-slider .slick-count {
    display: block;
    position: absolute;
    top: calc(50% - 3rem);
    width: 8rem;
    text-align: center;
    height: 6rem;
    z-index: 3;
    text-align: center;
    line-height: 6rem;
    font-size: 5rem;
    color: #fff;
  }
  .g-event-slider .slick-arrow {
    position: absolute;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: 'cl';
    font-size: 0;
    width: 5rem;
    height: 4rem;
    top: calc(50% - 2rem);
    z-index: 3;
  }
  .g-event-slider .slick-arrow.slick-disabled {
    display: none !important;
  }
  .g-event-slider .slick-prev::before {
    font-size: 4rem;
    line-height: 1;
    content: "\e803";
  }
  .g-event-slider .slick-next::before {
    font-size: 4rem;
    line-height: 1;
    content: "\e801";
  }
  .g-event-slider .slick-slide {
    margin-right: 2rem;
  }
  .logged::after {
    line-height: 4rem;
    font-size: 2.2rem;
    top: 1rem;
  }
  #agenda .event-item-day .event-item .event-item-details .event-item-specs {
    flex-direction: row;
    flex: 6;
  }
  #menu-launcher {
    padding: 0 2rem;
  }
  #menu-launcher .menu-launcher-left {
    flex: 2;
    position: relative;
    top: -17px;
  }
  #menu-launcher .menu-launcher-center {
    flex: 20;
  }
  #menu-launcher .menu-launcher-center .spacer {
    flex: 10;
  }
  #menu-launcher .menu-launcher-center .logo {
    flex: 1;
  }
  #menu-launcher .menu-launcher-center .logo svg {
    position: relative;
    top: 35px;
    height: 15rem;
  }
  #menu-launcher .menu-launcher-center .menu-launcher-links {
    flex: 10;
    text-align: right;
  }
  #menu-launcher .menu-launcher-center .menu-launcher-links > a, #menu-launcher .menu-launcher-center .menu-launcher-links > span {
    display: inline-block;
    margin-left: 1.5rem;
  }
  #menu-launcher .menu-launcher-center .menu-launcher-links a.icon-heart {
    display: none;
  }
  #menu-launcher .menu-launcher-right {
    flex: 2;
    position: relative;
    top: -12px;
  }
  header.active-search #menu-footer-row {
    display: none;
  }
  header.active-search .btn-outline-light:hover {
    color: #ff6753;
  }
  header.active-search #associated-search {
    display: flex;
    border: none;
    margin-top: 3rem;
  }
  header.active-search #associated-search a {
    width: 155px;
  }
  header.active-search #associated-search .color-filter {
    background: #ff6753;
    position: relative;
  }
  header.active-search #associated-search .color-filter img {
    mix-blend-mode: screen;
    -webkit-filter: grayscale(100%) contrast(125%);
    filter: grayscale(100%) contrast(125%);
    width: 100%;
  }
  header.active .navbar h2 {
    font-size: 3.8rem;
    padding: 1.5rem 0;
  }
  header.active .navbar ul {
    font-size: 2.6rem;
    padding: 1.5rem 0 1.5rem 3rem;
  }
  header.active #menu-launcher .menu-launcher-left a:nth-child(2) {
    display: none !important;
  }
  header.active #menu-launcher .menu-launcher-right {
    position: relative;
    top: 3px;
  }
  header.active #menu-launcher .menu-launcher-center .logo svg {
    height: 12rem;
  }
  header.active #menu-launcher .menu-launcher-center .spacer {
    display: none;
  }
  header.active #menu-launcher .menu-launcher-center .menu-launcher-links a.icon-heart {
    display: inline !important;
  }
  footer {
    padding: 3rem 0 7rem;
  }
  .focus-link {
    height: 40rem;
  }
  .g-7scene h1, .g-7scene .h1, .g-editorial h1, .g-editorial .h1, .g-event-visual h1, .g-event-visual .h1, .main-slider h1, .main-slider .h1, .blog-presentation h1, .blog-presentation .h1, .blog-listing h1, .blog-listing .h1, .g-blog h1, .g-blog .h1 {
    font-size: 7rem !important;
    line-height: 1;
  }
  .g-7scene h2, .g-7scene .h2, .g-editorial h2, .g-editorial .h2, .g-event-visual h2, .g-event-visual .h2, .main-slider h2, .main-slider .h2, .blog-presentation h2, .blog-presentation .h2, .blog-listing h2, .blog-listing .h2, .g-blog h2, .g-blog .h2 {
    font-size: 5rem !important;
    line-height: 1;
  }
  .g-7scene h3, .g-7scene .h3, .g-editorial h3, .g-editorial .h3, .g-event-visual h3, .g-event-visual .h3, .main-slider h3, .main-slider .h3, .blog-presentation h3, .blog-presentation .h3, .blog-listing h3, .blog-listing .h3, .g-blog h3, .g-blog .h3 {
    font-size: 3.2rem !important;
  }
  .g-7scene h4, .g-7scene .h4, .g-editorial h4, .g-editorial .h4, .g-event-visual h4, .g-event-visual .h4, .main-slider h4, .main-slider .h4, .blog-presentation h4, .blog-presentation .h4, .blog-listing h4, .blog-listing .h4, .g-blog h4, .g-blog .h4 {
    font-size: 2.6rem !important;
  }
  .home-cards .special-card .card-body h2 {
    font-size: 6rem;
    font-weight: bold;
  }
  .home-cards .special-card .card-body .card-date {
    font-size: 4rem;
  }
  .home-cards .special-card .card-body h3 {
    padding-top: 4rem;
  }
  .special-card .card-body h2 {
    font-weight: bold;
  }
  .g-7scene, .g-editorial {
    padding-top: 26rem;
  }
  .g-7scene .container, .g-editorial .container {
    line-height: 1.3;
  }
  .g-7scene .container p, .g-editorial .container p {
    margin-bottom: 2rem;
  }
  .today-slider {
    padding: 2rem 0 3rem;
  }
  /*.g-event-slider .slick-count {
      font-size: 5rem;
  }*/
  .home-event-slider .slick-count {
    font-size: 5rem;
    right: 9rem;
  }
  .home-event-slider .slick-prev {
    right: 18rem;
  }
  .home-event-slider .slick-next {
    right: 2.5rem;
  }
  .home-event-slider .classic-card .card-body .card-description {
    flex: 1;
  }
  .home-event-slider .classic-card .card-body .card-description .card-date {
    font-size: 3.6rem;
  }
  .home-event-slider .classic-card .card-body .card-description a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 5rem);
  }
  .home-event-slider .classic-card .card-body .card-description h2 {
    font-size: 5rem;
    line-height: 1;
  }
  .home-event-slider .classic-card .card-body .card-description h3 {
    font-size: 3.2rem;
  }
  .event-filter-title {
    font-size: 5rem !important;
    line-height: 1;
  }
  .event-filter-area {
    padding-top: 7.5rem;
  }
  /*.accordion-item h3{ font-size: 3.2rem}*/
  .accordion-body {
    line-height: 1.3;
  }
  .accordion-body p {
    margin-bottom: 3rem;
  }
  .accordion-body blockquote {
    font-size: 2.25rem;
    margin: 0;
    margin-bottom: 3rem;
  }
  .accordion-body h4 {
    font-family: 'mabry';
    font-size: 2.6rem;
    font-weight: normal;
    padding-bottom: 1rem;
  }
  .accordion-body .text-2columns {
    font-size: 2rem;
  }
  #agenda {
    margin-top: 5rem;
  }
  .g-event-info {
    padding-bottom: 4rem;
  }
  .g-event-info .g-event-info-chapeau {
    font-size: 3.4rem;
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
  }
  .g-event-detail {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  header.active #menu-collapse {
    margin-top: 10rem;
    /*flex: 1;*/
  }
  /* Debug Safari*/
  .home-event-slider .slick-track .classic-card {
    max-height: 400px;
  }
  .navbar {
    display: block;
  }
  header.active #menu-footer {
    /*flex: 5;*/
    margin-top: 0;
  }
  #cookies-banner .cookies-banner-container {
    flex-direction: row;
  }
  #cookies-banner .cookies-banner-container > .cookies-banner-btn {
    margin-top: 0;
    text-align: right;
  }
}