@charset "UTF-8";
@font-face {
  font-family: BebasNeue;
  src: url(/wp-content/themes/CultureSup/assets/fonts/BebasNeue-Regular.woff2) format('woff2'),
    url(/wp-content/themes/CultureSup/assets/fonts/BebasNeue-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: url(/wp-content/themes/CultureSup/assets/fonts/OpenSans-Regular.woff2) format('woff2'),
    url(/wp-content/themes/CultureSup/assets/fonts/OpenSans-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: url(/wp-content/themes/CultureSup/assets/fonts/OpenSans-Bold.woff2) format('woff2'),
    url(/wp-content/themes/CultureSup/assets/fonts/OpenSans-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: url(/wp-content/themes/CultureSup/assets/fonts/OpenSans-BoldItalic.woff2) format('woff2'),
    url(/wp-content/themes/CultureSup/assets/fonts/OpenSans-BoldItalic.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scrollbar-width: none;
  background-color: #fff;
  font-size: 1.8181818182vw;
}
@media (min-width: 550px) and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1750px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: OpenSans;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}
[data-barba='container'] {
  opacity: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: BebasNeue;
}
a {
  text-decoration: none;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
p {
  margin-bottom: 1rem;
}
ul,
ol {
  list-style: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 2rem;
  }
}
[data-barba='wrapper'] {
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s ease, transform 0.3s 0.05s ease;
  --header-color: transparent;
  pointer-events: auto;
  font: 400 2.4rem/1 BebasNeue;
}
.header.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(-2rem);
}
.header > * {
  color: inherit;
}
.header.has-scrolled:not(.is-visible) {
  transform: translateY(-100%);
}
.header.has-scrolled.is-dropdown-open {
  transform: none;
}
.header.is-visible {
  background-color: #fff;
}
.header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header__inner {
    height: 11rem;
    justify-content: flex-end;
    padding-right: 3rem;
  }
}
.header__burger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  width: 4.5rem;
  height: 4rem;
  z-index: 102;
}
.header__burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: transform 0.2s 0.05s ease, color 0.3s 0.05s ease;
  border-radius: 20px;
}
.mobile-nav-open .header__burger span {
  background-color: #000;
}
.mobile-nav-open .header__burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mobile-nav-open .header__burger span:nth-child(2) {
  opacity: 0;
}
.mobile-nav-open .header__burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.is-visible .header__burger span {
  background-color: #000;
}
@media (min-width: 769px) {
  .header__burger {
    display: none;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 769px) {
  .header__nav {
    display: block;
  }
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.menu__item {
  position: relative;
}
.is-dropdown-open .menu__item.has-submenu .menu__link {
  filter: opacity(0.5);
}
.menu__link {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #fff;
  transition: filter 0.4s 0.05s ease;
  pointer-events: auto;
  padding: 5rem 2.4rem 4rem;
}
.is-visible .menu__link,
.is-dropdown-open .menu__link {
  color: #000;
}
.menu__link__icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.8rem;
  fill: currentColor;
  transform: translateY(-0.1rem);
  transition: transform 0.5s 0.05s ease;
}
.is-dropdown-open .menu__link__icon {
  transform: rotate(180deg);
}
.header:has(.submenu:hover) .menu__link {
  color: #fff;
}
.menu:hover .menu__link:not(:hover) {
  filter: opacity(0.5);
}
.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  gap: 0;
  left: 0;
  top: 0;
  white-space: nowrap;
  z-index: 1000;
  padding-top: 11rem;
  z-index: -1;
  transition: background-color 0.4s 0.05s ease;
}
.submenu:hover .submenu__link {
  color: #fff;
}
.submenu:has(.submenu__item:nth-child(1):hover) {
  background: #4137cc;
}
.submenu:has(.submenu__item:nth-child(2):hover) {
  background: #9337cc;
}
.submenu:has(.submenu__item:nth-child(3):hover) {
  background: #cc3775;
}
.submenu:has(.submenu__item:nth-child(4):hover) {
  background: #e88031;
}
.submenu:has(.submenu__item:nth-child(5):hover) {
  background: #2fd062;
}
.submenu:has(.submenu__item:nth-child(6):hover) {
  background: #23212a;
}
.submenu:has(.submenu__item:nth-child(7):hover) {
  background: #28c2e8;
}
.submenu__item:hover {
  background: transparent;
}
.submenu__link {
  color: #fff;
  display: block;
  font-weight: 400;
  transition: all 0.05s ease;
  padding: 1rem 2.4rem 5rem;
}
.is-dropdown-open .submenu__link {
  color: #000;
}
.is-dropdown-open .submenu {
  background-color: #fff;
}
.submenu:hover .submenu__link:not(:hover) {
  filter: opacity(0.5);
}
.header__logo {
  position: absolute;
  left: 3rem;
  top: 2.5rem;
  width: 12rem;
  height: 7rem;
}
.header__logo .logo {
  position: absolute;
}
.header__logo .logo.--black {
  visibility: hidden;
}
.is-visible .header__logo .logo.--black,
.header__logo .logo.--white {
  visibility: visible;
}
.is-visible .header__logo .logo.--white {
  visibility: hidden;
}
.header:has(.submenu:hover) .header__logo .logo.--black {
  visibility: hidden;
}
.header:has(.submenu:hover) .header__logo .logo.--white {
  visibility: visible;
}
.header:not(.is-visible):has(.submenu:hover) .header__logo .logo.--black {
  visibility: visible;
}
.header:not(.is-visible):has(.submenu:hover) .header__logo .logo.--white {
  visibility: hidden;
}
.header.is-dropdown-open .header__logo .logo.--black {
  visibility: visible;
}
.header.is-dropdown-open .header__logo .logo.--white {
  visibility: hidden;
}
.header.is-dropdown-open:has(.submenu:hover) .header__logo .logo.--black {
  visibility: hidden;
}
.header.is-dropdown-open:has(.submenu:hover) .header__logo .logo.--white {
  visibility: visible;
}
.header__nav--mobile {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 101;
  padding: 12rem 4rem 4rem;
}
@media (min-width: 769px) {
  .header__nav--mobile {
    display: none;
  }
}
.menu--mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: right;
}
.menu--mobile__item {
  font: 400 4rem/1 BebasNeue;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.menu--mobile__item:nth-last-child(1) {
  border-bottom: none;
}
.menu--mobile__link {
  color: #000;
  pointer-events: auto;
}
.has-submenu .menu--mobile__link {
  filter: opacity(0.3);
}
.submenu--mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.submenu--mobile__link {
  color: #000;
  pointer-events: auto;
}
.submenu--mobile__item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.culture__pastille {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
.culture__pastille.--cinema {
  background-color: #4137cc;
}
.culture__pastille.--litterature-bd {
  background-color: #9337cc;
}
.culture__pastille.--musique-concerts {
  background-color: #cc3775;
}
.culture__pastille.--expositions {
  background-color: #e88031;
}
.culture__pastille.--theatre {
  background-color: #2fd062;
}
.culture__pastille.--jeux-videos {
  background-color: #23212a;
}
.culture__pastille.--arts-visuels {
  background-color: #28c2e8;
}
.header__nav--mobile__close-icon {
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.socials--mobile-nav {
  color: #000;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%);
}
.footer__top h3 {
  font: 400 4rem/1 BebasNeue;
  letter-spacing: -0.1rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 769px) {
  .footer__top h3 {
    font: 400 4rem/1 BebasNeue;
    margin-bottom: 2.4rem;
  }
}
.similar-articles__title,
.news__title,
.spotlight__title {
  font: 400 5.4rem/1 BebasNeue;
  letter-spacing: -0.1rem;
}
@media (min-width: 769px) {
  .similar-articles__title,
  .news__title,
  .spotlight__title {
    font: 400 5.4rem/1 BebasNeue;
    margin-bottom: 2.4rem;
  }
}
.hero-single__title {
  font: 400 6.4rem/1 BebasNeue;
  letter-spacing: -0.1rem;
}
@media (min-width: 769px) {
  .hero-single__title {
    font: 400 7.2rem/1 BebasNeue;
  }
}
.footer {
  background-color: #000;
  color: #fff;
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  margin-bottom: 4rem;
  padding: 10rem 6rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__top {
    padding: 8rem 3rem 0;
  }
}
.footer__top a {
  color: #9e9e9e;
  font-size: 1.6rem;
  transition: color 0.3s 0.05s ease;
}
.footer__top a:hover {
  color: #fff;
}
.footer__top ul {
  margin-bottom: 1rem;
}
.footer__top ul li {
  font: 400 1.6rem/1.6 OpenSans;
  color: #9e9e9e;
}
.footer__top ul li:first-child {
  color: #fff;
}
.footer__team {
  grid-column: span 12;
}
@media (max-width: 767px) {
  .footer__team {
    grid-column: span 24;
    margin-bottom: 3rem;
  }
}
.footer__team-list-item {
  width: 60%;
}
@media (max-width: 767px) {
  .footer__team-list-item {
    width: 100%;
  }
}
.footer__contact {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .footer__contact {
    grid-column: span 24;
    margin-bottom: 3rem;
  }
}
.footer__site {
  grid-column: 18 / span 6;
}
@media (max-width: 767px) {
  .footer__site {
    grid-column: 1 / span 24;
  }
}
.footer__logo {
  margin: 4rem 0;
  text-align: center;
}
.footer__logo img {
  max-width: 12rem;
  height: auto;
}
.footer__bottom {
  background-color: #2a2a2a;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer__copyright {
  font-size: 1rem;
  color: #9e9e9e;
  margin-bottom: 0;
}
.footer__copyright a {
  color: #fff;
}
.hero-home {
  width: 100%;
  height: 80dvh;
}
@media (min-width: 769px) {
  .hero-home {
    height: 66rem;
  }
}
.hero-single {
  width: 100%;
  height: 80dvh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .hero-single {
    height: 66rem;
  }
}
.hero-single__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 3rem;
}
.hero-single__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-single__thumbnail:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00000080, #000000bf, #000000e6);
  z-index: 2;
}
.hero-single__header {
  z-index: 1;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.hero-single__title {
  margin-top: 1rem;
  text-align: center;
  max-width: 85rem;
}
.hero-single__meta {
  margin-bottom: 4rem;
  font: 400 1.6rem/1.2 OpenSans;
  display: grid;
  grid-template-columns: auto 1rem auto;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.hero-single__meta time {
  text-align: right;
}
.spotlight {
  width: 100%;
  grid-column: span 24;
  display: grid;
}
@media (max-width: 767px) {
  .spotlight {
    margin-bottom: 3rem;
  }
}
.spotlight__title {
  color: #000;
}
@media (max-width: 767px) {
  .spotlight__title {
    margin-bottom: 2rem;
  }
}
.spotlight__articles {
  display: grid;
}
@media (min-width: 769px) {
  .spotlight__articles {
    grid-template-columns: repeat(24, 1fr);
    gap: 0.4rem;
  }
  .spotlight__articles > *:nth-child(-n + 2) {
    grid-column: span 12;
  }
  .spotlight__articles > *:nth-child(n + 3) {
    grid-column: span 8;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .spotlight__articles > *:nth-child(n + 3) .post-card__thumbnail--wrapper {
    max-height: 20rem;
  }
}
.news {
  grid-column: span 10;
  display: grid;
  grid-template-columns: subgrid;
}
.news__separator {
  grid-column: span 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__separator span {
  display: block;
  height: 100%;
  width: 1px;
  background-color: #0000001a;
}
.news__container {
  grid-column: span 9;
}
.news__title {
  color: #000;
}
@media (max-width: 767px) {
  .news__title {
    margin-bottom: 2rem;
  }
}
.post-content__inner {
  display: grid;
  grid-gap: 2rem;
}
.post-content__inner h2,
.post-content__inner h3,
.post-content__inner h4,
.post-content__inner h5,
.post-content__inner h6 {
  color: inherit;
}
.post-content__inner h1 {
  font: 500 5rem/1.4 BebasNeue;
}
@media (min-width: 769px) {
  .post-content__inner h1 {
    font: 500 4.2rem/1.4 BebasNeue;
  }
}
.post-content__inner h2 {
  font: 500 4.2rem/1.4 BebasNeue;
}
@media (min-width: 769px) {
  .post-content__inner h2 {
    font: 500 3.2rem/1.4 BebasNeue;
  }
}
.post-content__inner h3 {
  font: 500 3.5rem/1.4 BebasNeue;
}
@media (min-width: 769px) {
  .post-content__inner h3 {
    font: 500 2.4rem/1.4 BebasNeue;
  }
}
.post-content__inner h4 {
  font: 500 2rem/1.4 BebasNeue;
}
@media (min-width: 769px) {
  .post-content__inner h4 {
    font: 500 1.75rem/1.4 BebasNeue;
  }
}
.post-content__inner h5 {
  font: 500 1.75rem/1.4 BebasNeue;
}
.post-content__inner h6 {
  font: 500 1.5rem/1.4 BebasNeue;
}
.post-content__inner ul {
  list-style: disc;
}
.post-content__inner ol {
  list-style: auto;
}
.post-content__inner ul,
.post-content__inner ol {
  display: grid;
  grid-gap: 0.85rem;
  padding-left: 1.5rem;
}
.post-content__inner a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  color: #cc373a;
}
.post-content__inner blockquote {
  font-size: 2.4rem;
  border-left: 0.2rem solid rgba(0, 0, 0, 0.5);
  padding-left: 1.5rem;
}
@media (min-width: 769px) {
  .post-content__inner blockquote {
    font-size: 2rem;
  }
}
.post-content__inner img {
  width: 100%;
  display: block;
}
.post-content__inner strong {
  font-weight: 700;
}
.post-content__inner span {
  display: inline;
}
.post-content__inner em {
  font-style: italic;
}
.post-content__inner p {
  font: 400 1.8rem/1.6 OpenSans;
}
@media (min-width: 769px) {
  .post-content__inner p {
    font: 400 1.6rem/1.6 OpenSans;
  }
}
.post-content {
  width: 100%;
}
.post-content__inner {
  max-width: 85rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
  font: 400 1.6rem/1.6 OpenSans;
}
.post-content__intro {
  font: 400 1.8rem/1.6 OpenSans;
  color: #00000080;
  margin-bottom: 1rem;
}
.wp-video,
.wp-video-shortcode {
  width: 100% !important;
  max-width: 85rem;
  margin-bottom: 2rem;
}
video {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.similar-articles {
  width: 100%;
  grid-column: span 24;
  display: grid;
  padding: 0 6rem 6rem;
}
@media (max-width: 767px) {
  .similar-articles {
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}
.similar-articles__title {
  color: #000;
}
@media (max-width: 767px) {
  .similar-articles__title {
    margin-bottom: 2rem;
  }
}
.similar-articles__articles {
  display: grid;
}
@media (min-width: 769px) {
  .similar-articles__articles {
    grid-template-columns: repeat(24, 1fr);
    gap: 0.4rem;
  }
  .similar-articles__articles > * {
    grid-column: span 6;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .similar-articles__articles > * .post-card__thumbnail--wrapper {
    max-height: 20rem;
  }
}
.page-content__inner {
  display: flex;
  flex-direction: column;
  padding: 4rem 2rem;
}
@media (min-width: 769px) {
  .page-content__inner {
    display: grid;
    grid-template-columns: repeat(34, 1fr);
    padding: 5rem;
    gap: 0.4rem;
  }
}
.error-404 {
  text-align: center;
  padding: 6rem 0;
}
.error-404__title {
  font-size: 6rem;
  color: #007bff;
  margin-bottom: 2rem;
}
.error-404__text {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}
.button {
  font: 400 1.8rem/1 BebasNeue;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  transition: all 0.5s 0.05s ease;
  color: #fff;
  border: 0.1rem solid #fff;
  padding: 1.2rem 1.4rem;
  border-radius: 0.4rem;
}
.button:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.5s 0.05s ease;
  z-index: -1;
}
.button:hover {
  cursor: pointer;
  transform: scale(0.95);
  color: #000;
}
.button:hover:after {
  transform: translateY(-100%);
}
.button:hover .button__icon {
  transform: rotate(360deg);
}
.button .button__icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.5s 0.05s ease;
}
.is-white.button {
  background: none;
  color: #fff;
  border: 0.1rem solid rgba(255, 255, 255, 0.15);
}
.is-white.button:after {
  background-color: #fff;
}
.is-white.button:hover {
  color: #000;
  border: 0.1rem solid white;
}
.is-black.button {
  background: none;
  color: #000;
  border: 0.1rem solid rgba(0, 0, 0, 0.15);
}
.is-black.button:after {
  background-color: #000;
}
.is-black.button:hover {
  color: #fff;
  border: 0.1rem solid black;
}
.button .button__icon {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.5s 0.05s ease;
}
[data-swiper] {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  position: relative;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide__inner {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: 4rem 3.5rem;
}
@media (min-width: 769px) {
  .swiper-slide__inner {
    padding: 7.2rem;
  }
}
.swiper-slide__title {
  font: 400 5.6rem/1 BebasNeue;
}
@media (min-width: 769px) {
  .swiper-slide__title {
    font: 400 7.2rem/1 BebasNeue;
  }
}
.swiper-slide__thumbnail--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.swiper-slide__thumbnail--wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00000080, #0003, #000000b3);
  z-index: 2;
}
.swiper-slide__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 769px) {
  .swiper-slide__thumbnail {
    object-position: top;
  }
}
.swiper-slide__infos {
  z-index: 2;
  position: relative;
  margin-top: auto;
  color: #fff;
  max-width: 85rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .swiper-slide__infos {
    gap: 1.6rem;
  }
}
.swiper-slide__excerpt {
  font: 400 1.6rem/1.6 OpenSans;
}
@media (max-width: 767px) {
  .swiper-slide__excerpt {
    font: 400 1.7rem/1.5 OpenSans;
  }
}
.swiper__navigation .swiper-button-prev,
.swiper__navigation .swiper-button-next {
  color: #fff;
}
@media (max-width: 767px) {
  .swiper__button {
    font: 400 2.4rem/1 BebasNeue;
  }
}
.swiper-navigation {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  right: 3.5rem;
  bottom: 4rem;
}
@media (min-width: 769px) {
  .swiper-navigation {
    right: 7.2rem;
    bottom: 7.2rem;
    visibility: inherit;
  }
}
.swiper-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.swiper-navigation button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: none;
  border-radius: 0.4rem;
  position: relative;
  pointer-events: all;
  background: #fff3;
  color: #fff;
  width: 5.1rem;
  height: 5.1rem;
  overflow: hidden;
  transition: transform 0.5s 0.05s ease, opacity 0.5s 0.05s ease;
}
.swiper-navigation button:hover {
  transform: scale(0.9);
  cursor: pointer;
}
.swiper-navigation button:hover svg:nth-child(1) {
  transform: translate(100%) scale(0);
}
.swiper-navigation button:hover svg:nth-child(2) {
  transform: translate(-50%, -50%) scale(1);
}
.swiper-navigation button svg {
  width: 1.9rem;
  height: 1.9rem;
  transition: transform 0.5s 0.05s ease;
}
.swiper-navigation button svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%) scale(0);
}
.swiper-navigation button.swiper-button-disabled,
.swiper-navigation button.swiper-button-locked {
  pointer-events: none;
}
.swiper-navigation button.swiper-button-disabled {
  opacity: 0.15;
}
.swiper-navigation button.swiper-button-locked {
  opacity: 0;
}
.swiper-navigation button.prev {
  transform: scaleX(-1);
}
.swiper-navigation button.prev:hover {
  transform: scaleX(-1) scale(0.9);
}
.swiper-navigation button.swiper-button-lock {
  display: none;
}
.label {
  font: 400 2.4rem/1.2 BebasNeue;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  border-radius: 0.4rem;
  display: inline-block;
  color: #fff;
}
.label--cinema {
  background-color: #4137cc;
}
.label--theatre {
  background-color: #2fd062;
}
.label--litterature {
  background-color: #9337cc;
}
.label--musique {
  background-color: #cc3775;
}
.label--visual-arts,
.label--art-visuel {
  background-color: #28c2e8;
}
.label--exposition {
  background-color: #e88031;
}
.label--videogames,
.label--jeux-videos {
  background-color: #23212a;
}
.label--roadtrip {
  background-color: #ab6b1e;
}
.label:not(.label--cinema):not(.label--theatre):not(.label--litterature):not(.label--musique):not(
    .label--visual-arts
  ):not(.label--exposition):not(.label--videogames):not(.label--jeux-videos):not(
    .label--art-visuel
  ):not(.label--roadtrip) {
  background-color: #cc373a;
}
.post-card {
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
}
@media (max-width: 767px) {
  .post-card {
    margin-bottom: 2rem;
    display: flex;
    height: 60rem;
  }
}
.post-card__thumbnail--wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .post-card__thumbnail--wrapper {
    max-height: 30rem;
  }
}
.post-card__thumbnail--wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000, #000c);
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  .post-card__thumbnail--wrapper:after {
    visibility: visible;
    max-height: 100%;
  }
}
.post-card__thumbnail--wrapper,
.post-card__thumbnail--wrapper > img {
  transition: transform 0.55s 0.05s ease;
}
.post-card:hover .post-card__thumbnail--wrapper {
  transform: scale(0.95);
}
.post-card:hover .post-card__thumbnail--wrapper img {
  pointer-events: none;
}
.post-card__thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .post-card__thumbnail {
    object-fit: cover;
    object-position: left center;
    width: 100%;
    height: 100%;
  }
}
.post-card__label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .post-card__label {
    top: 2rem;
    left: 2rem;
    font-size: 2.2rem;
  }
}
.post-card__inner {
  padding: 1.8rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.55s 0.05s ease;
}
.post-card:hover .post-card__inner {
  transform: scale(0.95) translateY(-1rem);
}
@media (max-width: 767px) {
  .post-card__inner {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
  }
}
.post-card__inner__date {
  font: 400 1.6rem/1.2 BebasNeue;
  color: #9e9e9e;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .post-card__inner__date {
    color: #fff;
    filter: brightness(0.8);
    font: 400 1.8rem/1.2 BebasNeue;
  }
}
.post-card__inner__title {
  font: 400 3.2rem/1 BebasNeue;
  margin-bottom: 0.6rem;
  color: #000;
}
@media (max-width: 767px) {
  .post-card__inner__title {
    color: #fff;
    font: 400 4rem/1 BebasNeue;
  }
}
.post-card__inner__excerpt {
  font: 400 1.5rem/1.4 OpenSans;
  color: #9e9e9e;
}
@media (max-width: 767px) {
  .post-card__inner__excerpt {
    color: #fff;
    font: 400 1.7rem/1.4 OpenSans;
  }
}
.post-card__btn {
  margin-top: 0.4rem;
  font: 400 2.4rem/1 BebasNeue;
}
.post-card:hover .post-card__btn {
  color: #fff;
}
.post-card:hover .post-card__btn:after {
  transform: translateY(-100%);
}
@media (min-width: 769px) {
  .post-card__btn {
    font: 400 1.6rem/1 BebasNeue;
  }
}
@media (max-width: 767px) {
  .post-card__btn.is-black {
    color: #fff;
    border-color: #fff;
  }
}
.news-card {
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (max-width: 767px) {
  .news-card {
    margin-bottom: 2rem;
  }
}
.news-card__thumbnail--wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 15rem;
}
.news-card__thumbnail--wrapper,
.news-card__thumbnail--wrapper > img {
  transition: transform 0.55s 0.05s ease;
}
.news-card:hover .news-card__thumbnail--wrapper {
  transform: scale(0.95);
}
.news-card:hover .news-card__thumbnail--wrapper img {
  pointer-events: none;
}
.news-card__label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.6rem;
}
.news-card__inner {
  padding: 1.4rem 1rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.55s 0.05s ease;
}
.news-card:hover .news-card__inner {
  transform: scale(0.95) translateY(-1rem);
}
@media (max-width: 767px) {
  .news-card__inner {
    background-color: #f4f4f4;
    padding: 1.6rem 1rem 2rem 1.6rem;
  }
}
.news-card__inner__category {
  font: 400 1.6rem/1.2 BebasNeue;
  color: #cc373a;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .news-card__inner__category {
    font: 400 1.8rem/1.2 BebasNeue;
  }
}
.news-card__inner__title {
  font: 400 3.2rem/1 BebasNeue;
  margin-bottom: 0.6rem;
  color: #000;
}
.news-card__inner__excerpt {
  font: 400 1.5rem/1.4 OpenSans;
  color: #9e9e9e;
}
.news-card__btn {
  margin-top: 0.4rem;
  font: 400 2.4rem/1 BebasNeue;
}
.news-card:hover .news-card__btn {
  color: #fff;
}
.news-card:hover .news-card__btn:after {
  transform: translateY(-100%);
}
@media (min-width: 769px) {
  .news-card__btn {
    font: 400 1.6rem/1 BebasNeue;
  }
}
.socials {
  display: flex;
  gap: 1rem;
}
.socials__link {
  color: inherit;
  fill: inherit;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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)
    format('woff');
  font-weight: 400;
  font-style: normal;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
