:root {
  --bg-color: #000000;
  --text-color: #ffffff;
  --primary-color: #ffffff;
  --bg-rgb: 255, 255, 255;
  --border-alpha: 0.15;
}

[data-theme="light"] {
  --bg-color: #ffffff;
  --text-color: #000000;
  --primary-color: #000000;
  --bg-rgb: 0, 0, 0;
  --border-alpha: 0.15;
}

/** Start Global Styles **/

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: var(--text-color);
  background-color: var(--bg-color);
  font-family: "Clash Grotesk", sans-serif;
  margin: 0;
  padding: 0;
  transition: background-color 0.7s cubic-bezier(0, 1.02, 0.98, 1), color 0.3s;
  /* scroll-behavior: smooth; */
  /* overscroll-behavior: none; */
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

small {
  font-size: 100%;
}

.wpml-ls-legacy-list-horizontal {
  display: none !important;
}

html[data-theme="light"] header .logo svg path {
  fill: #000;
}

html[data-theme="light"] header .switch .slider {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='32' viewBox='0 0 17 32'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='1' y1='0.546' x2='0' y2='0.524' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Groupe_142' data-name='Groupe 142' transform='translate(-17 -703)' style='isolation: isolate'%3E%3Cpath id='Rectangle_142' data-name='Rectangle 142' d='M8.5,1a7.5,7.5,0,0,0,0,15h15a7.5,7.5,0,0,0,0-15H8.5m0-1h15a8.5,8.5,0,0,1,0,17H8.5a8.5,8.5,0,0,1,0-17Z' transform='translate(17 735) rotate(-90)' opacity='0.5' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

html[data-theme="light"] header .switch .slider::before {
  bottom: 32px;
}

html[data-theme="light"] .hero-logo svg path {
  fill: #000;
}

html[data-theme="light"] header .switch-mode_language .switch .slider {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='32' viewBox='0 0 17 32'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='1' y1='0.546' x2='0' y2='0.524' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-opacity='0'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Rectangle_142' data-name='Rectangle 142' d='M8.5,1a7.5,7.5,0,0,0,0,15h15a7.5,7.5,0,0,0,0-15H8.5m0-1h15a8.5,8.5,0,0,1,0,17H8.5a8.5,8.5,0,0,1,0-17Z' transform='translate(0 32) rotate(-90)' opacity='0.5' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeSwitch {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.address-header {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 10px;
  right: 0;
  mix-blend-mode: difference;
  z-index: 10;
}
.address-header a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

body.page-template-artistes {
  overflow: hidden;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 30px 0 0 0 !important;
  border: none !important;
  font-size: 15px !important;
}

/** End Global Styles **/

/** Start Header Left Styles **/
header {
  width: 45px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 14px;
  top: 0;
  padding: 14px 0;
  z-index: 50;
}
header:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 45px;
  top: 0;
  background: var(--text-color);
  opacity: 0.1;
  z-index: 3;
}
header .switch-mode_language {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 10px;
}
header .switch-mode_language .switch {
  display: block;
  position: relative;
  width: 32px;
  height: 60px;
}
header .switch-mode_language .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
header .switch-mode_language .switch .slider {
  width: 28px;
  height: 53px;
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='32' viewBox='0 0 17 32'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='1' y1='0.546' x2='0' y2='0.524' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Rectangle_142' data-name='Rectangle 142' d='M8.5,1a7.5,7.5,0,0,0,0,15h15a7.5,7.5,0,0,0,0-15H8.5m0-1h15a8.5,8.5,0,0,1,0,17H8.5a8.5,8.5,0,0,1,0-17Z' transform='translate(0 32) rotate(-90)' opacity='0.5' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  transition: 0.3s;
}
header .switch-mode_language .switch .slider::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  width: 18px;
  height: 18px;
  background: var(--primary-color);
  border-radius: 50%;
  transition: 0.3s;
}
header .switch-mode_language ul {
  display: flex;
  align-self: flex-end;
  gap: 10px;
  padding-bottom: 8px;
}
header .switch-mode_language ul a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  opacity: 0.5;
}
header .switch-mode_language ul a.active {
  opacity: 1;
}
header .switch-mode_language ul li {
  position: relative;
}
header .switch-mode_language ul li:last-child {
  padding-left: 10px;
}
header .switch-mode_language ul li:last-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 11px;
  background: var(--text-color);
  border-radius: 50%;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}

/** End Header Left Styles **/
/** Start Navbar Styles **/
nav {
  width: calc(100% - 65px);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 14px;
  left: 65px;
  padding: 0 14px;
}
nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
nav ul a:after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 25px);
  background-color: var(--primary-color);
  position: absolute;
  top: -21px;
  left: -5px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
nav ul a.active,
nav ul a:hover {
  color: var(--bg-color);
}
nav ul a.active:after,
nav ul a:hover:after {
  opacity: 1;
}

/** End Navbar Styles **/
/** Start Hero Styles **/
.hero {
  display: flex;
  flex-direction: column;
  padding-top: 175px;
}
.hero .hero-container {
  width: 1220px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  gap: 85px;
  align-items: center;
  justify-content: center;
}
.hero .hero-title {
  display: flex;
  flex-direction: column;
}
.hero .hero-title h1 {
  font-weight: normal;
  font-size: 84px;
  line-height: 90px;
  text-align: center;
}
.hero .hero-title h1 .char {
  display: inline-block;
  opacity: 0.3;
  filter: blur(3px);
  transition: opacity 0.5s, filter 0.5s;
}

.hero-slider {
  display: flex;
  flex-direction: column;
  padding-top: 55px;
}
.hero-slider .hero-slider-container {
  width: calc(100% - 70px);
  max-width: 100%;
  margin: 0 0 0 auto;
}
.hero-slider .hero-slider-content {
  display: flex;
  flex-direction: column;
}
.hero-slider .swiper {
  display: flex;
  width: 100%;
  height: 610px;
}
.hero-slider .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 558px !important;
  display: flex;
  flex-direction: column;
}

.hero-slider .swiper-slide.hero-slide {
  cursor: pointer;
}

.hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider .swiper-slide .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.hero-slider .swiper-slide .info h3 {
  font-weight: 500;
  font-size: 22px;
}

.hero-slider .hero-slide:hover .info {
  opacity: 1;
  visibility: visible;
}

.hero-text {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
.hero-text .hero-text-container {
  width: 1090px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.hero-text .hero-text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.hero-text .hero-text-content h2 {
  font-weight: 400;
  font-size: 84px;
  line-height: 90px;
  text-align: center;
}
.hero-text .hero-text-content h2 .char {
  display: inline-block;
  opacity: 0.3;
  filter: blur(3px);
  transition: opacity 0.5s, filter 0.5s;
}

/** End Hero Styles **/
/** Start Exhibitions Styles **/
.exhibitions {
  display: flex;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.exhibitions:after {
  content: "";
  width: 1388px;
  max-width: 100%;
  height: 689px;
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* background-image: url(../images/bg-exhibitions.svg); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1388' height='689' viewBox='0 0 1388 689'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_109' data-name='Rectangle 109' width='1388' height='689' transform='translate(49.115 2792)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.477' gradientTransform='matrix(1, -0.011, 0.006, 0.584, -0.003, 0.214)' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg id='Groupe_de_masques_7' data-name='Groupe de masques 7' transform='translate(-49.115 -2792)' clip-path='url(%23clip-path)' style='isolation: isolate'%3E%3Cpath id='Tracé_256' data-name='Tracé 256' d='M897.878,1573.018H546.688V1055.169H28.84V703.979H546.688V186.13h351.19V703.979h517.848v351.19H897.878Zm-350.228-.962H896.916V1055.169H547.65Zm350.228-517.849h516.886V704.941H897.878Zm-350.228,0H896.916V704.941H547.65Zm-517.848,0H546.688V704.941H29.8ZM547.65,703.979H896.916V187.092H547.65Z' transform='translate(21.274 2251.328)' fill='url(%23radial-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: difference;
}
html[data-theme="dark"] .exhibitions:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1388' height='689' viewBox='0 0 1388 689'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_109' data-name='Rectangle 109' width='1388' height='689' transform='translate(49.115 2792)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.477' gradientTransform='matrix(1, -0.011, 0.006, 0.584, -0.003, 0.214)' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg id='Groupe_180' data-name='Groupe 180' transform='translate(-52 -2287)' style='isolation: isolate'%3E%3Cg id='Groupe_de_masques_7' data-name='Groupe de masques 7' transform='translate(2.886 -505)' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_256' data-name='Tracé 256' d='M897.878,1573.018H546.688V1055.169H28.84V703.979H546.688V186.13h351.19V703.979h517.848v351.19H897.878Zm-350.228-.962H896.916V1055.169H547.65Zm350.228-517.849h516.886V704.941H897.878Zm-350.228,0H896.916V704.941H547.65Zm-517.848,0H546.688V704.941H29.8ZM547.65,703.979H896.916V187.092H547.65Z' transform='translate(21.274 2251.328)' fill='url(%23radial-gradient)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transition-duration: 0.2s;
}
body.bounce .exhibitions:after {
  opacity: 0;
}
.exhibitions .exhibitions-container {
  width: 1270px;
  max-width: 100%;
  padding: 0 95px;
  margin: 0 auto;
  overflow: hidden;
}
.exhibitions .exhibitions-content {
  display: flex;
  flex-direction: column;
}
.exhibitions .exhibitions-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exhibitions .exhibitions-title h2 {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 40px;
}
.exhibitions .exhibitions-title .switch-slide {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.exhibitions .exhibitions-title .switch-slide ul {
  display: flex;
  align-items: center;
  gap: 13px;
}
.exhibitions .exhibitions-title .switch-slide ul li {
  cursor: pointer;
  transition: 0.5s;
}
.exhibitions .exhibitions-slider {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.exhibitions .swiper {
  width: 100%;
  height: 100%;
  overflow: initial;
}
.exhibitions .swiper-slide {
  width: 525px !important;
  display: flex;
  flex-direction: column;
  opacity: 0.2 !important;
  transform: scale(0.5) translateX(350px) !important;
  transition: 0.5s;
}
.exhibitions .swiper-slide .image {
  width: 100%;
  height: 350px;
}
.exhibitions .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.exhibitions .swiper-slide .info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-top: 3px;
  opacity: 0;
  transition: 0.5s;
}
.exhibitions .swiper-slide .info h3 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 30px;
  text-transform: uppercase;
}
.exhibitions .swiper-slide .info h4 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 14px;
  text-transform: uppercase;
}
.exhibitions .swiper-slide-active,
.exhibitions .swiper-slide-next {
  opacity: 1 !important;
  z-index: 2;
  transform: none !important;
}
.exhibitions .swiper-slide-active .info,
.exhibitions .swiper-slide-next .info {
  opacity: 1;
}
.exhibitions .swiper-slide-next + .swiper-slide {
  transform: scale(0.5) translateX(-350px) !important;
}
.exhibitions .next-slide.disabled,
.exhibitions .prev-slide.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

/** End Exhibitions Styles **/
/** Start Our Founder Styles **/
.our-founder {
  display: flex;
  flex-direction: column;
  padding: 150px;
}
.our-founder .our-founder-container {
  width: 410px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.our-founder .our-founder-content {
  display: flex;
  flex-direction: column;
}
.our-founder .our-founder-item {
  height: 389px;
  display: flex;
  gap: 11px;
  cursor: pointer;
}
.our-founder .our-founder-item h2,
.our-founder .our-founder-item h3 {
  font-weight: normal;
  font-size: 38px;
  line-height: 48px;
  text-align: right;
  text-transform: uppercase;
  writing-mode: sideways-lr;
}
.our-founder .our-founder-item h3 {
  height: 100%;
  display: flex;
  align-self: flex-end;
}
.our-founder .our-founder-item .image {
  width: 259px;
  height: 100%;
  position: relative;
}
.our-founder .our-founder-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-founder .our-founder-item .image .arrow {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 69px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.our-founder .our-founder-item .image:hover .arrow {
  opacity: 0.5;
}

/** End Our Founder Styles **/
/** Start About Us Styles **/
.aboutUs {
  display: flex;
  flex-direction: column;
  padding-top: 175px;
}
.aboutUs .aboutUs-container {
  width: 1020px;
  max-width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.aboutUs .aboutUs-content {
  display: flex;
  flex-direction: column;
}
.aboutUs .aboutUs-hero {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
/* .aboutUs .aboutUs-hero svg {
  mix-blend-mode: difference;
} */
.aboutUs .aboutUs-hero h1 {
  font-weight: normal;
  font-size: 84px;
  line-height: 90px;
  text-align: center;
}
.aboutUs .aboutUs-history {
  display: flex;
  justify-content: space-between;
  padding-top: 200px;
}
.aboutUs .aboutUs-history .left-side {
  width: 150px;
  display: flex;
  flex-direction: column;
}
.aboutUs .aboutUs-history .left-side h2 {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-transform: uppercase;
}
.aboutUs .aboutUs-history .right-side {
  width: 700px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutUs .aboutUs-history .right-side p {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
}

/** End About Us Styles **/
/** Start Founder Modal Styles **/
.modal-founder {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5450980392);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
.modal-founder .modal-founder-container {
  width: 791px;
  max-width: 100%;
  height: 100vh;
  background-color: var(--primary-color);
  color: var(--bg-color);
  margin-left: auto;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.8s;
}
.modal-founder .modal-founder-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 17px;
}
.modal-founder .modal-founder-header {
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  padding: 17px 0 10px 0;
  margin: 0 auto;
}
.modal-founder .modal-founder-header:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal-founder .modal-founder-header h2 {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}
.modal-founder .modal-founder-header .close-modal {
  cursor: pointer;
}
.modal-founder .modal-founder-info {
  display: flex;
  gap: 30px;
}
.modal-founder .modal-founder-info .left-side {
  width: 246px;
  height: 369px;
  margin-top: 7px;
}
.modal-founder .modal-founder-info .left-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-founder .modal-founder-info .right-side {
  width: 390px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal-founder .modal-founder-info .right-side .name_social-media {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-founder .modal-founder-info .right-side .name_social-media h3 {
  font-weight: normal;
  font-size: 32px;
}
.modal-founder
  .modal-founder-info
  .right-side
  .name_social-media
  .social-media-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.modal-founder
  .modal-founder-info
  .right-side
  .name_social-media
  .social-media-links
  a {
  font-weight: normal;
  text-decoration: underline;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  text-transform: uppercase;
}
.modal-founder .modal-founder-info .right-side .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-founder .modal-founder-info .right-side .description p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}

body.modal-founder-active {
  overflow: hidden;
}
body.modal-founder-active .modal-founder {
  opacity: 1;
  visibility: visible;
}
body.modal-founder-active .modal-founder-container {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

/** End Founder Modal Styles **/
/** Start Artistes Styles** */
.artistes {
  display: flex;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 150px;
}
.artistes .artistes-container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 65px;
}
.artistes .artistes-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.artistes .artistes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.artistes .artistes-header h1 {
  font-weight: normal;
  font-size: 64px;
}
.artistes .artistes-header ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
.artistes .artistes-header ul li {
  font-weight: normal;
  font-size: 34px;
  line-height: 25px;
  text-align: left;
  opacity: 0.5;
  cursor: pointer;
}
.artistes .artistes-header ul li.active {
  opacity: 1;
}
.artistes .artistes-header ul li:last-child {
  border-left: 2px solid rgb(var(--bg-rgb));
  padding-left: 14px;
}
.artistes .artistes-liste {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 50;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  display: none;
  pointer-events: none;
}
.artistes .artistes-liste.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
  animation: fade_in_show 0.5s;
}
.artistes .artistes-liste .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  position: relative;
  border-bottom: 1px solid rgba(var(--bg-rgb), var(--border-alpha));
}
.artistes .artistes-liste .list-item:first-child {
  border-top: 1px solid rgba(var(--bg-rgb), var(--border-alpha));
}
.artistes .artistes-liste .list-item .name {
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: 0.5s;
}
.artistes .artistes-liste .list-item .name h2 {
  font-weight: normal;
  font-size: 34px;
  text-transform: uppercase;
}
.artistes .artistes-liste .list-item .image {
  width: 453px;
  height: 602px;
  position: absolute;
  top: 60px;
  left: 150px;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  z-index: 20;
  pointer-events: none;
}
.artistes .artistes-liste .list-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}
.artistes .artistes-liste .list-item .lire-plus {
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transition: 0.5s;
}
.artistes .artistes-liste .list-item .lire-plus span {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.artistes .artistes-liste .list-item:hover .name {
  opacity: 1;
}
.artistes .artistes-liste .list-item:hover .lire-plus {
  opacity: 1;
}
.artistes .artistes-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  display: none;
  pointer-events: none;
}
.artistes .artistes-images.active {
  display: grid;
  opacity: 1;
  animation: fade_in_show 0.5s;
  pointer-events: all;
}
.artistes .artistes-images .image-item {
  width: 100%;
  height: 447px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.artistes .artistes-images .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
.artistes .artistes-images .image-item:hover img {
  opacity: 0.7;
}

/** End Artistes Styles** */
/** Start News Styles **/
.news {
  display: flex;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 180px;
}
.news .news-container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 65px;
}
.news .news-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news .news-header {
  display: flex;
  flex-direction: column;
}
.news .news-header h1 {
  font-weight: normal;
  font-size: 64px;
}
.news .news-wrapper {
  display: grid;
  grid-template-columns: 1fr 133px;
}
.news .news-filters {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: sticky;
  top: 20px;
}
.news .news-filters h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}
.news .news-filters ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.news .news-filters ul li {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.5s;
}
.news .news-filters ul li.active,
.news .news-filters ul li:hover {
  opacity: 1;
}
.news .news-filters .remove-all {
  display: flex;
  align-items: center;
  margin-top: 160px;
  opacity: 0.5;
  gap: 5px;
  cursor: pointer;
}
.news .news-filters .remove-all span {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  row-gap: 100px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.article-item {
  display: flex;
  flex-direction: column;
}
.article-item .item-cat_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-item .item-cat_date h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 54px;
  text-transform: uppercase;
}
.article-item .item-title_author {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.article-item .item-title_author h2 {
  min-height: 110px;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
}
.article-item .item-title_author span {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
.article-item .item-image {
  width: 100%;
  height: 140px;
  margin-top: 5px;
}
.article-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-item .item-share_lire-plus {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
}
.article-item .item-share_lire-plus h4 {
  text-decoration: underline;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}

/** End News Styles **/
/** Start Contact Styles **/
.contact {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 180px;
}
.contact .contact-container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 65px;
}
.contact .contact-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact .contact-info {
  display: flex;
  gap: 4px;
}
.contact .contact-info .left-side {
  width: 884px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--primary-color);
  color: var(--bg-color);
  padding: 95px 115px;
}
.contact .contact-info .left-side h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 30px;
}
.contact .contact-info .left-side h2 {
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 38px;
}
.contact .contact-info .left-side .address {
  width: 350px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.contact .contact-info .left-side .address a {
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 30px;
}
.contact .contact-info .left-side ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.contact .contact-info .left-side ul li {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 20px;
}
.contact .contact-info .left-side ul li strong {
  font-weight: 500;
}
.contact .contact-info .left-side .cta {
  display: flex;
  flex-direction: column;
}
.contact .contact-info .left-side .cta a {
  width: -moz-max-content;
  width: max-content;
  font-weight: normal;
  font-size: 18px;
  line-height: 15px;
  color: var(--bg-color);
  padding: 14px 10px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.contact .contact-info .left-side .cta a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bg-color);
  transition: 0.8s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  z-index: -1;
}
.contact .contact-info .left-side .cta a {
  color: var(--primary-color);
}
.contact .contact-info .left-side .cta a:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.contact .contact-info .right-side {
  width: 471px;
}
.contact .contact-info .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  padding-top: 115px;
}
.contact .contact-form .form-group_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 50px;
}
.contact .contact-form .form-group_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.contact .contact-form .no_margin {
  margin-bottom: 0;
}
.contact .contact-form input,
.contact .contact-form textarea {
  width: 100%;
  font-weight: normal;
  font-size: 38px;
  line-height: 50px;
  background-color: transparent;
  outline: none;
  border: none;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(var(--bg-rgb), var(--border-alpha));
  color: var(--primary-color);
}
.contact .contact-form textarea {
  height: 180px;
  max-height: 100%;
}
.contact .contact-form input::-moz-placeholder,
.contact .contact-form textarea::-moz-placeholder {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 50px;
  color: var(--primary-color);
}
.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 50px;
  color: var(--primary-color);
}
.contact .info_submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}
.contact .info_submit .warning {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact .info_submit .warning span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.contact .info_submit .warning p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.contact .info_submit .submit {
  display: flex;
  flex-direction: column;
}
.contact .info_submit .submit button {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 13px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--bg-color);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  outline: none;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
.contact .info_submit .submit button path {
  transition: 0.5s;
}

/** End Contact Styles **/
/** Start Single Exhibition Styles **/
.singleExhibition {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.singleExhibition .singleExhibition-container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 65px;
}
.singleExhibition .singleExhibition-content {
  display: flex;
  flex-direction: column;
}
.singleExhibition .singleExhibition-header {
  display: flex;
  flex-direction: column;
}
.singleExhibition .singleExhibition-header h1 {
  font-family: "Clash Grotesk";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.singleExhibition .title_switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 20px;
}
.singleExhibition .title_switch ul {
  display: flex;
  align-items: center;
  gap: 13px;
}
.singleExhibition .title_switch ul li {
  cursor: pointer;
}
.singleExhibition .singleExhibition-header .image {
  width: 100%;
  height: 409px;
  position: relative;
}
.singleExhibition .singleExhibition-header .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.singleExhibition .singleExhibition-header .image h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 12px;
  background-color: var(--primary-color);
  font-family: "Clash Grotesk";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.09em;
  text-align: left;
  color: var(--bg-color);
  text-transform: uppercase;
}
.singleExhibition .singleExhibition-info {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.singleExhibition.singlePost .singleExhibition-info {
  flex-direction: column;
  gap: 20px;
}
.singleExhibition .singlePost-intro {
  width: 1060px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.singleExhibition .singlePost-intro h5 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
  margin-top: 90px;
}
.singleExhibition .singlePost-description {
  width: 1060px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.singleExhibition .singlePost-description p,
.singleExhibition .singlePost-intro li {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
}
.singleExhibition .singleExhibition-info .left-side {
  width: 500px;
  display: flex;
  flex-direction: column;
}
.singleExhibition.singlePost .singleExhibition-info .left-side {
  width: 100%;
}
.singleExhibition .singleExhibition-info .left-side h2 {
  font-weight: 500;
  font-size: 46px;
  letter-spacing: 0.06em;
  line-height: 55px;
  text-transform: uppercase;
}
.singleExhibition .singleExhibition-info .left-side h3 {
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}
.singleExhibition .singleExhibition-info .right-side {
  width: 669px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.singleExhibition.singlePost .singleExhibition-info .right-side {
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.singleExhibition.singlePost .singleExhibition-info .right-side .author_cat {
  display: flex;
  align-items: center;
  gap: 36px;
}
.singleExhibition.singlePost .singleExhibition-info .right-side .author_cat h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
}
.singleExhibition .singleExhibition-info .right-side .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.singleExhibition .singleExhibition-info .right-side .description p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.singleExhibition .singleExhibition-info .right-side .share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.singleExhibition .singleExhibition-info .right-side .share span {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.5;
}
.singleExhibition .singleExhibition-info .right-side .share ul {
  display: flex;
  gap: 15px;
}
.singleExhibition .singleExhibition-info .right-side .share ul li {
  opacity: 0.5;
  transition: 0.5s;
}
.singleExhibition .singleExhibition-info .right-side .share ul li:hover {
  opacity: 1;
}
.singleExhibition .singleExhibition-slider {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 90px;
  padding-bottom: 140px;
}
.singleExhibition.singlePost .singleExhibition-slider {
  padding-bottom: 90px;
}
.singleExhibition .singleExhibition-slider .singleExhibition-slider-wrapper {
  width: calc(100% - 70px);
  max-width: 100%;
  margin: 0 0 0 auto;
}
.singleExhibition .singleExhibition-slider .singleExhibition-slider-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.singleExhibition .singleExhibition-slider .singleExhibition-slider-header ul {
  display: flex;
  gap: 13px;
}
.singleExhibition
  .singleExhibition-slider
  .singleExhibition-slider-header
  ul
  li {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}
.singleExhibition .singleExhibition-slider #singleExhibition-slider {
  width: 100%;
  display: flex;
}
.singleExhibition
  .singleExhibition-slider
  #singleExhibition-slider
  .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.singleExhibition
  .singleExhibition-slider
  #singleExhibition-slider
  .swiper-slide
  .caption {
  display: flex;
  flex-direction: column;
}
.singleExhibition
  .singleExhibition-slider
  #singleExhibition-slider
  .swiper-slide
  .caption
  h3 {
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  opacity: 0.5;
}
.singleExhibition .singleExhibition-about {
  display: flex;
  flex-direction: column;
  padding-bottom: 150px;
}
.singleExhibition .singleExhibition-about .singleExhibition-about-wrapper {
  display: flex;
  gap: 73px;
}
.singleExhibition .singleExhibition-about .left-side {
  width: 468px;
  height: 622px;
}
.singleExhibition .singleExhibition-about .left-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.singleExhibition .singleExhibition-about .right-side {
  width: 689px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.singleExhibition .singleExhibition-about .right-side .info {
  display: flex;
  flex-direction: column;
}
.singleExhibition .singleExhibition-about .right-side .info h3 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.singleExhibition .singleExhibition-about .right-side .info h2 {
  font-weight: 500;
  font-size: 46px;
  margin-top: 25px;
}
.singleExhibition .singleExhibition-about .right-side .info ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.singleExhibition .singleExhibition-about .right-side .info ul li {
  font-weight: normal;
  text-decoration: underline;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
}
.singleExhibition .singleExhibition-about .right-side .info .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}
.singleExhibition .singleExhibition-about .right-side .info .description p {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
}
.singleExhibition .singleExhibition-about .right-side .collapse {
  width: 100%;
  padding-top: 30px;
}
.singleExhibition .singleExhibition-about .right-side .collapse .item {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--bg-rgb), var(--border-alpha));
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item:first-child {
  border-top: 1px solid rgba(var(--bg-rgb), var(--border-alpha));
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item
  .item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  cursor: pointer;
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item
  .item-header
  h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item
  .item-header
  svg {
  transition: 0.5s;
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item
  .item-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item
  .item-body
  ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item
  .item-body
  ul
  li {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item
  .item-body
  ul
  li:after {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item.active
  .item-body {
  padding-top: 20px;
}
.singleExhibition
  .singleExhibition-about
  .right-side
  .collapse
  .item.active
  .item-header
  svg {
  transform: rotate(45deg);
}
.singleExhibition .singleExhibition-projects {
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
}
.singleExhibition.singlePost .singleExhibition-projects {
  padding-top: 100px;
}
.singleExhibition .singleExhibition-projects .singleExhibition-projects-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.singleExhibition
  .singleExhibition-projects
  .singleExhibition-projects-header
  h2 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 31px;
  text-transform: uppercase;
}
.singleExhibition
  .singleExhibition-projects
  .singleExhibition-projects-header
  .swiper-pagination {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  position: initial;
  gap: 22px;
}
.singleExhibition
  .singleExhibition-projects
  .singleExhibition-projects-header
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  background-color: var(--primary-color);
  opacity: 0.5;
  margin: 0;
}
.singleExhibition
  .singleExhibition-projects
  .singleExhibition-projects-header
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.singleExhibition .singleExhibition-projects #projects-slider {
  width: 100%;
  margin-top: 20px;
}
.singleExhibition .singleExhibition-projects #projects-slider .swiper-slide {
  width: 100%;
  height: 409px;
}
.singleExhibition
  .singleExhibition-projects
  #projects-slider
  .swiper-slide
  .image {
  width: 100%;
  height: 100%;
}
.singleExhibition
  .singleExhibition-projects
  #projects-slider
  .swiper-slide
  .image
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/** End Single Exhibition Styles **/
/** Start Footer **/
footer {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
footer .footer-container {
  width: calc(100% - 70px);
  max-width: 100%;
  margin: 0 0 0 auto;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
}
footer .footer-content .footer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(var(--bg-rgb), var(--border-alpha));
}
footer .footer-content .footer-title h2 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  color: var(--text-color);
}
body.home footer .footer-content .footer-title h2 {
  /* -webkit-text-stroke: 0.2px var(--text-color); */
  /* color: transparent; */
}
footer .footer-content .block-reveal {
  height: 95px;
  display: inline-block;
  border-bottom: 1px solid rgba(var(--bg-rgb), var(--border-alpha));
}
footer .footer-content .reveal-text {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  font-size: 84px;
  line-height: 90px;
  text-transform: uppercase;
}
footer .footer-content .reveal-text span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
footer .footer-content .reveal-text small {
  opacity: 0;
}
footer .footer-content .artsy .reveal-text span {
  padding-left: 35%;
}
footer .footer-content .linkedin .reveal-text span {
  padding-left: 15%;
}
footer .footer-content .email .reveal-text span:not(.text-full) {
  width: -moz-max-content;
  width: max-content;
  right: 20px;
  left: initial;
}
footer .footer-content .email .reveal-text h4 {
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: normal;
}
footer .contact-title {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-bottom: 1px solid rgba(var(--bg-rgb), var(--border-alpha));
  overflow: hidden;
  cursor: pointer;
}
footer .contact-title .center {
  font-weight: normal;
  font-size: 84px;
  line-height: 90px;
  text-transform: uppercase;
  display: flex;
}
footer .contact-title .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
footer .contact-title .swiper--top {
  width: 100%;
  overflow: hidden;
  position: relative;
}
footer .contact-title .swiper-slide {
  width: auto;
  font-size: 84px;
  line-height: 90px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 1s ease;
}
footer .contact-title .swiper-slide-prev,
footer .contact-title .swiper-slide-next {
  opacity: 0;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding-bottom: 10px;
}
footer .footer-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
}
footer .footer-links ul li {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
footer .footer-links ul li span {
  opacity: 0.5;
}
footer .footer-links ul li:first-child {
  opacity: 0.5;
}
footer .footer-links ul li a {
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-links ul li a:hover {
  opacity: 1;
}
footer .back-top-top {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  position: absolute;
  bottom: -95px;
  left: -4px;
  background: var(--bg-color);
  width: 70px;
  align-items: center;
  justify-content: center;
  z-index: 50;
  cursor: pointer;
  transition: 0.5s;
}
footer .back-top-top:hover {
  bottom: 10px;
}
footer .back-top-top:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: -80px;
  left: 0;
  background: var(--bg-color);
  z-index: -1;
}
footer .back-top-top svg {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
footer .back-top-top span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 30px;
  writing-mode: sideways-lr;
  text-transform: uppercase;
}

/** End Footer **/

/** Start Mentions légales Styles **/

.ml {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ml .ml-container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 65px;
}

.ml .ml-content {
  display: flex;
  flex-direction: column;
}

.ml .ml-header {
  display: flex;
  flex-direction: column;
}

.ml .ml-header h1 {
  font-weight: 500;
  font-size: 46px;
  letter-spacing: 0.06em;
  line-height: 55px;
  text-transform: uppercase;
}

.ml .ml-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--text-color);
  padding: 0 50px;
  margin-top: 35px;
}

.ml .ml-description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
/** End Mentions légales Styles **/

/** Start Home Animation **/

body.home {
  opacity: 0;
  transition: 0.5s;
}
body.home nav {
  top: -35px;
  transition: all 0.8s ease 1.5s;
}
body.home header {
  left: -126px;
  transition: all 0.8s ease 1.5s;
}
body.home .hero .hero-title,
body.home .hero-slider {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease 1.5s;
}
body.home .hero .hero-logo {
  transform: scale(1.5) translateY(70px);
  transition: transform 2s ease 0.6s;
}
body.home.active_animation {
  opacity: 1;
}
body.home.active_animation .hero .hero-title,
body.home.active_animation .hero-slider {
  opacity: 1;
  transform: translateY(0);
}
body.home.active_animation .hero .hero-logo {
  transform: scale(1) translateY(0);
}

body.home.active_animation nav {
  top: 14px;
}
body.home.active_animation header {
  left: 14px;
}

body.home.end_animation nav,
body.home.end_animation .hero .hero-title,
body.home.end_animation header {
  transition: initial;
}

/** End Home Animation **/

/** Start Page Not Found Styles **/

.pageNotFound {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pageNotFound .pageNotFound-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pageNotFound .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}

.pageNotFound .cta a {
  width: -moz-max-content;
  width: max-content;
  font-weight: normal;
  font-size: 18px;
  line-height: 15px;
  background-color: var(--primary-color);
  color: var(--bg-color);
  padding: 14px 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.pageNotFound h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 110px;
  text-align: center;
}

.pageNotFound h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
  text-align: center;
}

.pageNotFound p {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

/** End Page Not Found Styles **/
