* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 10px; */

  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  overflow-x: hidden;

  /* Does NOT work on Safari */
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "Hammersmith One", sans-serif;
  line-height: 1;
  letter-spacing: 0.3rem;
  font-weight: 400;
  color: #dedede;
  background-color: black;
  display: block;
  box-sizing: border-box;
}

/* ********************* */
/* GENERAL REUSABLE COMPONENTS */
/* ********************* */

.container {
  max-width: 120rem;
  margin: 0 auto;
}
.container1 {
  max-width: 60rem;
  margin: 0 auto;
}

.grid {
  display: grid;
  row-gap: 1rem;
  column-gap: 1rem;
}
.grid--2cols {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.grid--3cols {
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  grid-template-rows: auto;
}

.grid--4cols {
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  grid-template-rows: auto;
  align-items: center;
}

.home-outline {
  color: white;
}
/* ********************* */
/* HEADER */
/* ********************* */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;

  /* because we want header to be sticky later */
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
.main-nav-link1:link,
.main-nav-link1:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.3s;
}
.main-nav-link1 {
  text-decoration: none;
  color: #c0c0c0;
}
.main-nav-link1:hover,
.main-nav-link1:active {
  color: #ffffff;
  transform: scale(1.1);
}
.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s;
}
.main-nav-link {
  text-decoration: none;
  color: #c0c0c0;
}
.main-nav-link:hover,
.main-nav-link:active {
  color: #ffffff;
  transform: scale(1.1);
}
/* MOBILE */

.btn-mobile-nav {
  border: none;
  background-color: none;
  cursor: pointer;

  display: none;
}
.icon-mobile-nav {
  height: 3rem;
  width: 3rem;
  color: #ffffff;
  background-color: black;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}
/* ********************* */
/* STICKY NAVIGATION */
/* ********************* */
.sticky {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

/* ********************* */
/* HERO SECTION */
/* ********************* */
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-section .background-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
}

.background-video video {
  position: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: 0.6;
}

.background-video .content {
  position: relative;
  z-index: 1;
  /* Add styles for your content */
}

.background-video::after {
  content: "";
  display: none;
}
.background-video video {
  pointer-events: none;
}

.hero {
  /* padding: 0 3.2rem; */
  /* gap: 9.6rem; */
  align-items: center;
  max-width: 130rem;
  padding-top: 1rem;
  padding-bottom: 0rem;
  /* padding: 18.6rem 0 18.6rem 0; */
}
.hero-text-box {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
}

.hero-title {
  font-size: 8rem;
  margin-bottom: 1rem;
}

.hero-description {
  font-size: 1.6rem;
}
.position-élément {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;

  width: 30rem;
  border-top: 0.15rem solid white;
  padding-top: 4rem;
}

.videocam-outline {
  width: 5rem; /* Adjust the desired width */
  height: 5rem;
  z-index: 1;
  color: white;
  top: 50%;
}

/* ********************* */
/* NOUVEAUX 2023 SECTION */
/* ********************* */
.video-clip-DENG4 {
  margin-right: -10rem;
}
.video-clip-DENG-3 {
  margin-left: -10rem;
}

/* .new { */
/* margin-right: 5rem;
} */
/* ********************* */
/* COURT SECTION */
/* ********************* */

.video-BR {
  margin-bottom: 6rem;
}
.section-title-BR {
  margin: 3rem;
  font-size: 2rem;
  margin-bottom: 5rem;
  padding-top: 0.5rem;
  margin-top: 5rem;

  width: 30rem;
  border-top: 1px solid white;
}
.br-description {
  opacity: 0;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  width: 40rem;
  font-style: italic;
  text-align: justify;
  transition: opacity 0.3s ease;
}
.video-center {
  text-align: center;
}
.video-title {
  opacity: 0;
  font-size: 3rem;
  margin-bottom: 2rem;
  transition: opacity 0.3s ease;
}

.video-BR:hover .video-title {
  opacity: 1;
}
.video-BR:hover .br-description {
  opacity: 1;
}
.video-short-br1 .video-short-br1-video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.video-short-br1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  /* border: #d8d8d8 solid 0.2rem; */
  border-radius: 2rem;
  overflow: hidden;
}

.video-short-br2 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  align-self: center;
  border-radius: 2rem;
  overflow: hidden;
}
.video-short-br3 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;

  border-radius: 20px;
  overflow: hidden;
}

/*  */
/* LINK VIDEO BR */
/*  */

.video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2%;
  /* aspect ratio of video container */

  z-index: 1;
}

.video-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-grid iframe {
  pointer-events: none;
}

.video-link:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-short-br1,
.video-short-br2,
.video-short-br3 {
  position: relative;
  z-index: 2;
}

.video-wrapper {
  position: relative;
}
/* ********************* */
/*MODAL BR SECTION */
/* ********************* */
/* Modal Styles */
.modalBR {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-contentBR {
  background-color: #fefefe00;
  position: fixed; /* Ensures the modal stays fixed in the viewport */
  top: 50%; /* Positions the modal vertically at 50% from the top */
  left: 50%; /* Positions the modal horizontally at 50% from the left */
  transform: translate(-50%, -50%); /* Centers the modal precisely */

  max-width: 100%; /* Ensures the content doesn't exceed the viewport width */
  max-height: 90%;
  max-width: 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.close {
  color: #aaaaaa00;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeBR:hover,
.closeBR:focus {
  color: rgba(0, 0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}

/* Anchor Styles */
a#videoLinkBR {
  display: block;
  margin: 20px;
}

/* ********************* */
/*CLIP DENGDENG SECTION */
/* ********************* */

.section-title-clip {
  margin: 3rem;
  font-size: 2rem;
  margin-bottom: 5rem;
  padding-top: 0.5rem;
  margin-top: 5rem;

  width: 30rem;
  border-top: 1px solid white;
}
.clip-DENG {
  margin-bottom: 6rem;
}

.video-clip-DENG {
  grid-column: 1 / 2;
  column-fill: auto;
  border-radius: 2rem;
  overflow: hidden;
}

.video-clip-DENG-2 {
  grid-column: 2 / 3;
  border-radius: 2rem;
  overflow: hidden;
}

.DENG-title-description {
  display: grid;
}
.DENG-title {
  opacity: 0;
  font-size: 3rem;
  margin-bottom: 3rem;
  transition: opacity 0.3s ease;
}

.DENG-description {
  opacity: 0;
  font-size: 1.5rem;
  margin-top: 1rem;
  width: 40rem;
  font-style: italic;
  text-align: center;
  transition: opacity 0.3s ease;
}
.clip-DENG:hover .DENG-title {
  opacity: 1;
}
.clip-DENG:hover .DENG-description {
  opacity: 1;
}

/*  */
/* LINK VIDEO DENG */
/*  */

.video-grid {
  transform: translateY(0px);
}

.video-link-DENG {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2%;
  /* aspect ratio of video container */

  z-index: 1;
}

.video-link-DENG::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-grid-DENG iframe {
  pointer-events: none;
}

.video-link-DENG:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-clip-DENG,
.video-clip-DENG2 {
  position: relative;
  z-index: 1;
}
.video-wrapper {
  position: relative;
}
/* ********************* */
/*MODAL DENG DENG SECTION */
/* ********************* */
/* Modal Styles */
/* Modal Styles */
/* Modal Styles */
.modal {
  display: none;

  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* .modal-content {
  background-color: #fefefe00;
  margin: 1% auto;
  padding-top: 8rem;
  max-width: 100%; /* Ensures the content doesn't exceed the viewport width */
/* max-height: 100%;
  max-width: 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

.modal-content {
  background-color: #fefefe00;
  position: fixed; /* Ensures the modal stays fixed in the viewport */
  top: 50%; /* Positions the modal vertically at 50% from the top */
  left: 50%; /* Positions the modal horizontally at 50% from the left */
  transform: translate(-50%, -50%); /* Centers the modal precisely */

  max-width: 100%; /* Ensures the content doesn't exceed the viewport width */
  max-height: 100%;
  max-width: 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.close {
  color: #aaaaaa00;
  float: right;

  font-size: 3rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}

/* Anchor Styles */
a#videoLink {
  display: block;
  margin: 20px;
}

/* ********************* */
/*CLIP INES SECTION */
/* ********************* */
.section-border-INES {
  /* margin: 3rem; */

  margin: 3rem;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-top: 1.5rem;

  border-top: 1px solid white;
}

.container-INES {
  max-width: 92rem;
  margin: 0 auto;
}

.INES-title-description {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr 1fr;
  margin-bottom: 2rem;

  /* padding: 1rem; */
  margin-top: 1.8rem;
  justify-content: center;
  justify-self: center;
}
.INES-title1 {
  opacity: 0;
  white-space: nowrap;
  justify-content: center;
  justify-self: center;
  font-size: 3rem;
  max-lines: none;

  border-right: 0.2rem solid white;
  padding-left: 8rem;
  padding-right: 9rem;

  transition: opacity 0.3s ease;
}
.INES-title2 {
  justify-content: center;
  justify-self: center;
  margin-left: 5rem;
  margin-bottom: 2rem;
  opacity: 0;
  font-size: 3rem;

  transition: opacity 0.3s ease;
}

.INES-description {
  justify-content: center;
  justify-self: center;
  margin-top: 1rem;
  opacity: 0;
  font-size: 1.5rem;

  width: 40rem;
  font-style: italic;
  text-align: center;
  transition: opacity 0.3s ease;
}
.clip-INES:hover .INES-title1 {
  opacity: 1;
}
.clip-INES:hover .INES-title2 {
  opacity: 1;
}
.clip-INES:hover .INES-description {
  opacity: 1;
}

.grid--3cols-INES-title {
  display: grid;
  grid-template-columns: 0.79fr 1fr 1fr;
  grid-template-rows: auto;
}

.grid--3cols-INES {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.CLIP-ITG {
  display: grid;
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  border-radius: 2rem;
  overflow: hidden;

  object-fit: cover;
  max-width: 100%;
  max-height: 100%;

  align-self: center;
}

.CLIP-SOLONG1 {
  display: grid;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  align-self: center;
  border-radius: 2rem;
  overflow: hidden;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.CLIP-SOLONG2 {
  display: grid;
  grid-column: 1 / 2;
  grid-row: 2 / 3;

  border-radius: 2rem;
  overflow: hidden;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
/* .CLIP-ITG,
.CLIP-SOLONG1,
.CLIP-SOLONG2 {
  padding-bottom: 62.734%;
} */

/*  */
/* LINK VIDEO INES */
/*  */

.video-grid {
  transform: translateY(0px);
}

.video-link-INES {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2%;
  /* aspect ratio of video container */

  z-index: 1;
}

.video-link-INES::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-grid-INES iframe {
  pointer-events: none;
}

.video-link-INES:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-clip-INES,
.video-clip-SOLONG,
.CLIP-SOLONG2 {
  position: relative;
  z-index: 2;
}
.video-wrapper {
  position: relative;
}

/* ********************* */
/*CLIP TIMP SECTION */
/* ********************* */
.section-border-TIMP {
  margin: 3rem;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-top: 1.5rem;

  border-top: 1px solid white;
}

.clip-TIMP {
  margin-top: 5rem;
  margin-bottom: 6rem;
}
.video-clip-TIMP {
  display: grid;
  grid-column: 1 / 2;
  border-radius: 2rem;
  overflow: hidden;
}

.video-clip-TIMP-2 {
  display: grid;
  grid-column: 2 / 3;
  border-radius: 2rem;
  overflow: hidden;
}

.TIMP-title-description {
  display: grid;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.TIMP-title {
  opacity: 0;
  font-size: 3rem;
  margin-bottom: 2rem;
  transition: opacity 0.3s ease;
}

.TIMP-description {
  opacity: 0;
  font-size: 1.5rem;
  margin-top: 1rem;
  width: 40rem;
  font-style: italic;
  text-align: center;
  transition: opacity 0.5s ease;
}

.clip-TIMP:hover .TIMP-title {
  opacity: 1;
}
.clip-TIMP:hover .TIMP-description {
  opacity: 1;
}
/*  */
/* LINK CLIP TIMP */
/*  */

.video-link-TIMP {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2%;
  /* aspect ratio of video container */

  z-index: 1;
}

.video-link-TIMP::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-grid-TIMP iframe {
  pointer-events: none;
}

.video-link-TIMP:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-clip-TIMP,
.video-clip-TIMP-2 {
  position: relative;
  z-index: 2;
}
.video-wrapper {
  position: relative;
}
/* ********************* */
/*PORTRAIT SECTION */
/* ********************* */

.PORTRAIT-title-description {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr 1fr;
  margin-bottom: 2rem;
  padding-top: 2rem;
  /* padding: 1rem; */
  margin-top: 1.8rem;
  justify-content: center;
  justify-self: center;
}
.PORTRAIT-title1 {
  opacity: 0;
  white-space: nowrap;
  justify-content: center;
  justify-self: center;
  font-size: 3rem;
  max-lines: none;

  transition: opacity 0.3s ease;
}

.PORTRAIT-description {
  justify-content: center;
  justify-self: center;
  margin-top: 1rem;
  opacity: 0;
  font-size: 1.5rem;
  border-right: 0.2rem solid white;
  width: 40rem;
  font-style: italic;
  text-align: center;
  transition: opacity 0.5s ease;
}
.PORTRAIT-title2 {
  justify-content: center;
  justify-self: center;
  text-align: center;
  margin-bottom: 2rem;
  opacity: 0;

  font-size: 3rem;

  transition: opacity 0.5s ease;
}

.REPETER-description {
  justify-content: center;
  justify-self: center;

  opacity: 0;
  font-size: 1.5rem;

  font-style: italic;
  text-align: center;
  transition: opacity 0.3s ease;
}
.clip-PORTRAIT:hover .PORTRAIT-title1 {
  opacity: 1;
}
.clip-PORTRAIT:hover .PORTRAIT-title2 {
  opacity: 1;
}
.clip-PORTRAIT:hover .PORTRAIT-description {
  opacity: 1;
}
.clip-PORTRAIT:hover .REPETER-description {
  opacity: 1;
}

.grid--3cols-PORTRAIT-title {
  grid-template-columns: 0.79fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.grid--3cols-PORTRAIT {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.CLIP-PORTRAIT {
  display: grid;
  grid-column: 1 / 3;
  grid-row: 1 / 3;

  border-radius: 2rem;
  overflow: hidden;
}

.CLIP-REPETER {
  display: grid;
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  align-self: center;
  border-radius: 2rem;
  overflow: hidden;
}
.CLIP-REPETER2 {
  display: grid;
  grid-column: 3 / 4;
  grid-row: 2 / 3;

  border-radius: 20px;
  overflow: hidden;
}

/*  */
/* LINK VIDEO INES */
/*  */

.video-link-PORTRAIT {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2%;
  /* aspect ratio of video container */

  z-index: 1;
}

.video-link-PORTRAIT::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-grid-PORTRAIT iframe {
  pointer-events: none;
}

.video-link-PORTRAIT:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.CLIP-PORTRAIT,
.CLIP-REPETER,
.CLIP-REPETER2 {
  position: relative;
  z-index: 2;
}
.video-wrapper {
  position: relative;
}

/* ********************* */
/*CLIP AUTRES SECTION */
/* ********************* */

.AUTRES {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.AUTRES2 {
  margin-bottom: 0rem;
}
.section-AUTRES {
  margin: 3rem;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-top: 1.5rem;

  width: 30rem;
  border-top: 0.1rem solid white;
}

.grid--4cols-AUTRES {
  grid-template-columns: 0.74fr 0.74fr 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  padding-top: 4rem;
  margin-bottom: 4rem;
}

.AUTRES-title {
  opacity: 0;
  font-size: 3rem;
  font-style: normal;

  margin-right: 2rem;
  transition: opacity 0.3s ease;
}
.AUTRES-title2 {
  opacity: 0;
  margin-top: 1rem;

  text-align: center;
  border-left: 0.5rem solid white;
  font-size: 3rem;
  height: 5.5rem;
  font-style: normal;
  white-space: nowrap;
  max-lines: none;
  margin-bottom: -2rem;
  margin-left: 7rem;
  padding-left: 7rem;
  transition: opacity 0.3s ease;
}
.AUTRES-title-description {
  justify-content: center;
  justify-self: center;

  opacity: 0;
  font-size: 1.5rem;

  font-style: italic;
  text-align: center;
  transition: opacity 0.3s ease;
}
.AUTRES-title-description2 {
  justify-content: center;
  justify-self: center;

  opacity: 0;
  font-size: 1.5rem;

  font-style: italic;
  text-align: center;
  transition: opacity 0.3s ease;
}
.AUTRES:hover .AUTRES-title {
  opacity: 1;
}
.AUTRES:hover .AUTRES-title2 {
  opacity: 1;
}
.AUTRES:hover .AUTRES-title-description {
  opacity: 1;
}
.AUTRES:hover .AUTRES-title-description2 {
  opacity: 1;
}
.AUTRES2:hover .AUTRES-title {
  opacity: 1;
}
.AUTRES2:hover .AUTRES-title2 {
  opacity: 1;
}
.AUTRES2:hover .AUTRES-title-description {
  opacity: 1;
}
.AUTRES2:hover .AUTRES-title-description2 {
  opacity: 1;
}

.grid--2cols-AUTRES {
  grid-template-columns: 0.74fr 1fr;
  grid-template-rows: auto;
}
.video-AUTRES-EXPE {
  display: grid;
  grid-column: 1 / 2;
  border-radius: 2rem;
  overflow: hidden;
}

.video-AUTRES-RECIT {
  display: grid;
  grid-column: 2 / 3;
  border-radius: 2rem;
  overflow: hidden;
}

/*  */
/* LINK CLIP AUTRES */
/*  */

.video-link-EXPE {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2%;
  /* aspect ratio of video container */

  z-index: 1;
}
.video-link-RECIT {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2%;
  /* aspect ratio of video container */

  z-index: 1;
}
.video-link-EXPE::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-link-RECIT::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.Video-grid-AUTRES iframe {
  pointer-events: none;
}

.video-link-EXPE:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.video-link-RECIT:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-clip-RECIT,
.video-clip-EXPE {
  position: relative;
  z-index: 2;
}
.video-wrapper {
  position: relative;
}
/* ********************* */
/*CONTACT SECTION */
/* ********************* */
.contact-section-index {
  max-width: 96rem;
  padding: 0 2rem;
}

.TITLE {
  font-size: 6.2rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 100%;
  line-height: 5rem;
  font-style: normal;
}

.SUBTITLE {
  text-align: center;
  margin-bottom: 8rem;
  font-style: normal;
  width: 100%;
  font-size: 5rem;
}
.main-nav-link-photo {
  text-align: right;
  margin-bottom: 2rem;
  font-style: normal;
  width: 100%;
  font-size: 5rem;
  color: black;
  margin-right: 3rem;
  text-decoration: none;
}

.main-nav-link-contact {
  text-align: right;
  margin-bottom: 2rem;
  font-style: normal;
  width: 100%;
  font-size: 5rem;
  color: white;
  margin-right: 3rem;
  text-decoration: none;
}

.SUBTITLE-ANIM {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
}

.SUBTITLE-ANIM:hover {
  transform: translate3d(0px, -10%, 0px) scale3d(1.1, 1.1, 1.1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

/* ********************* */
/*FOOTER SECTION */
/* ********************* */

.footer {
  margin: 0 auto;
  background-color: #000000;
  color: #fff;
  padding: 2rem 0;
  border-top: 0.1rem solid white;
}

.container {
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-content {
  display: flex;
  justify-content: center;
  margin-bottom: 0.7rem;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links li {
  display: inline-block;
  margin-right: 1rem;
}

.footer-link {
  color: #b5b5b5;
  font-size: 2rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover .footer-link:active {
  color: #c6c6c6;
  transform: scale(1.1);
}

.social-icon {
  vertical-align: middle;
}

.footer-text {
  text-align: center;
}

.footer-text p {
  font-size: 1.4rem;
  margin: 0;
  color: #b5b5b5;
}
