@charset "UTF-8";
/* .s_content-wrap .col {
        width: fit-content;
    } */
/* -------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

.header {
  width: 100vw;
  background: white;
  overflow-x: hidden;
}

.nav {
  position: fixed;
  top: 0;
  height: 110px;
  width: 100%;
  padding: 0 60px;
  background: rgb(255, 255, 255);
  background: transparent;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -10px;
}

nav.active {
  left: 0px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 50px;
}

.header-wrap {
  position: relative;
  z-index: 3;
}

.header_menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-size: 14px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  top: 73px;
  right: 50px;
  transition: all 0.3s ease-in;
}

.header_menu.hidden {
  top: 30px;
  opacity: 0;
}

.header_menu.black {
  color: black;
}

.header_view {
  position: relative;
  z-index: 1;
}
.header_view svg defs clipPath rect {
  fill: black;
}

.header_menu_burg {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  display: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: all;
  position: relative;
  bottom: -20px;
  transition: all 0.3s ease-in;
}

.header_menu_burg.show {
  bottom: 0px;
  opacity: 1;
  display: inline-block;
  pointer-events: all;
}

.header_content {
  position: fixed;
  top: 210px;
  left: 0;
  z-index: 2;
  height: 300px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: 0.5s;
}
.header_content img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s_content-wrap {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0px;
}
.s_content-wrap .filters {
  position: fixed;
  top: 10px;
  top: 525px;
  left: 60px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.s_content-wrap .filters .bold {
  margin-bottom: 10px;
}
.s_content-wrap .items-wrap {
  display: flex;
  overflow: auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: calc(100% - 300px);
  background-color: white;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.s_content-wrap .items-wrap::-webkit-scrollbar {
  display: none;
}
.s_content-wrap .col {
  width: 50%;
  position: relative;
  z-index: 3;
}
.s_content-wrap .col:nth-child(even) {
  margin-top: 150px;
}
.s_content-wrap .col .item {
  position: relative;
  width: 100%;
  padding-top: 66.34%;
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.s_content-wrap .col .item .button {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 35px;
  left: calc(100% - 215px);
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #FFFFFF;
  border-radius: 4px;
  z-index: 1;
}
.s_content-wrap .col .item .button img {
  margin-right: 10px;
}
.s_content-wrap .col .item .button span {
  margin-top: 3px;
  font-weight: 900;
}
.s_content-wrap .col .item:after {
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}
.s_content-wrap .col .item .item-img, .s_content-wrap .col .item video.item-video {
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.s_content-wrap .col .item h2 {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}
.s_content-wrap .col .item h1 {
  font-size: 2.5vw;
  line-height: 120%;
  font-weight: 700;
  margin-top: 20px;
}
.s_content-wrap .col .item h3 {
  font-size: 14px;
  line-height: 120%;
  margin-top: 20px;
  font-weight: 400;
}
.s_content-wrap .col .text-wrap {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: white;
  z-index: 1;
}

.plug {
  height: 550px;
  width: 100%;
}

.filters {
  position: relative;
  position: fixed;
  z-index: 70;
  transition: 0.5s;
}
.filters a {
  margin-top: 10px;
  text-transform: uppercase;
  color: black;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0 !important;
  padding: 4px 0px;
  position: relative;
  transition: 0.5s;
}
.filters a:before {
  content: "";
  background-color: #F127AF;
  background-image: linear-gradient(90deg, #FB8006 0%, #FA6402 13.02%, #FB033D 46.88%, #F127AF 73.44%, #ED35CD 88.02%, #FB68FB 100%);
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
  transform: scaleX(0);
}
.filters a:hover {
  color: white;
}
.filters a:hover:before {
  transform: scaleX(1);
}

.bold {
  font-weight: 900;
}

.items-wrap {
  position: relative;
  z-index: 2;
  width: calc(100% - 300px);
  padding-left: 300px;
  width: 100% !important;
  padding-left: 20%;
  padding-right: 100px;
}
.items-wrap .item {
  pointer-events: auto;
}

.header_logo {
  position: relative;
  height: 50px;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
}

.logo-light {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.logo-dark {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.logo-light.visible {
  opacity: 1;
}

.logo-dark.visible {
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  width: calc(100vw - 120px);
  height: 100vh;
  z-index: 1000;
  top: 100%;
  left: 0%;
  padding: 30px 60px 50px;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.mobile-menu .header_logo img {
  position: relative;
}
.mobile-menu img {
  position: absolute;
  opacity: 1;
  right: 0;
  height: 100%;
  width: initial;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu .bottom {
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 50px;
}
.mobile-menu .bottom .column {
  position: relative;
  z-index: 10;
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 10px 0 30px;
  display: flex;
  justify-content: space-between;
}
.mobile-menu .bottom .column .right {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.mobile-menu .bottom .column a {
  color: white;
  margin-right: 20px;
}
.mobile-menu .bottom p {
  margin-bottom: 20px;
}
.mobile-menu nav {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -29px;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 60px;
}
.mobile-menu .header_item {
  display: block;
  margin: 0px 0px;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  padding-top: 20px;
  text-transform: uppercase;
}

.header_menu_burg.black {
  color: black;
}

.mobile-menu.active {
  top: 0%;
}

.header-start {
  position: fixed;
  z-index: 1;
  top: 5%;
  left: 0;
  width: 100%;
  transition: 2s;
}

.header-start.hide {
  transform: translateY(-1000px);
}

.nav.active {
  padding: 0px 60px;
  overflow: hidden;
}

.header_content.hide {
  transform: translateY(-350px);
}

.filters.hide {
  transform: translateY(-350px);
}

@media screen and (max-width: 1200px) {
  .s_content-wrap .col .item .button {
    width: 120px;
    height: 33px;
    font-size: 10px;
    top: 20px;
    left: calc(100% - 140px);
  }
}
@media screen and (max-width: 1050px) {
  .sfirst_text_wrap_right p {
    font-size: 26px;
    width: auto;
  }
  .sfirst_content h1 {
    font-size: 60px;
  }
  .ssecond iframe {
    height: 450px;
  }
  .column_one h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  section {
    height: -moz-fit-content;
    height: fit-content;
    padding: 35px 25px;
  }
  .desktop {
    display: none;
  }
  header {
    padding: 0 20px;
  }
  nav {
    width: calc(100% - 50px);
    align-items: self-end;
    padding: 0;
    padding-top: 10px !important;
  }
  .mobile-menu {
    width: 100%;
    padding: 0px 20px 70px;
  }
  .mobile-menu img {
    width: 60%;
    z-index: -1;
  }
  .mobile-menu .header_item {
    margin: 15px 0px;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .mobile-menu nav {
    height: 100px;
  }
  .nav.active {
    padding: 0 20px;
  }
  .sfirst_text_wrap {
    flex-direction: column;
  }
  .sfirst_content h1 {
    font-size: 40px;
  }
  .header_text.right {
    max-width: 300px;
  }
  .header-wrap {
    padding-top: 70px; /* Correction de la redondance */
    margin-bottom: -20px; /* Correction de la redondance */
    background-color: white; /* Couleur de fond définie à blanc */
  }
  .sfirst_text_wrap_right {
    margin-left: 30%;
  }
  .nav {
    width: 100%;
    align-items: self-end;
    padding: 0 20px !important;
    padding-top: 10px !important;
    height: 60px;
    background-color: white;
  }
  .header_menu {
    display: none;
  }
  .header_menu_burg {
    color: black;
    display: block;
    bottom: 5px !important;
    right: 5px !important;
    opacity: 1;
    bottom: 0;
  }
  .header_logo {
    width: 150px;
    height: 25px;
    top: 1px;
    left: 15px;
  }
  .header_logo img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sthird {
    padding: 50px 0;
  }
  .sfourth {
    margin-top: 0;
  }
  .sfourth .item {
    height: 360px;
  }
  .sfourth .item h1 {
    margin-top: 10px;
    font-size: 30px;
  }
  .sfourth .item h3 {
    margin-top: 10px;
  }
  .sfourth .text-wrap {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .header_content {
    left: 0;
    max-width: 102%;
    width: 102%;
    right: -5px;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    top: 0;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .s_content-wrap {
    display: flex;
    flex-direction: column;
  }
  .s_content-wrap .filters {
    position: relative;
    top: 0;
    left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    margin: 15px 0;
  }
  .s_content-wrap .filters .bold {
    margin-bottom: 0;
    width: 100%;
  }
  .s_content-wrap .filters a {
    display: flex;
    margin-right: 12px;
    font-size: 12px;
  }
  .s_content-wrap .col {
    width: 100%;
  }
  .s_content-wrap .col:last-child {
    margin-top: 0;
  }
  .s_content-wrap .col .item {
    margin-bottom: 10px;
  }
  .s_content-wrap .col .item h1 {
    font-size: 20px;
  }
  .s_content-wrap .col .item h2 {
    font-size: 14px;
  }
  .s_content-wrap .col .item h3 {
    display: none;
  }
  .s_content-wrap .col .item .button {
    width: 120px;
    height: 33px;
    font-size: 10px;
    top: 20px;
    left: calc(100% - 140px);
  }
  .s_content-wrap .items-wrap {
    width: 100%;
    position: inherit;
    z-index: 6;
    background: white;
    padding-top: 55px;
  }
  .header_img {
    height: 80%;
    top: 10%;
  }
  .header_img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .header_text {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .header_text.between {
    justify-content: center;
  }
  .footer_mobile {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 20px;
    position: fixed;
    z-index: 5;
  }
  .footer_mobile .string {
    display: flex;
    justify-content: space-between;
  }
  .footer_mobile .column {
    width: 50%;
  }
  .footer_mobile h1 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 900;
    margin-right: 25px;
    line-height: 36px;
    position: relative;
    display: block;
    z-index: 1;
  }
  .footer_mobile p {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile a {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile .col-link a {
    font-size: 14px;
    margin-top: 3px !important;
    margin-bottom: 0px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
    color: white;
    border: 0px solid transparent;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
    color: white;
    background-color: transparent;
  }
  .plug {
    display: none;
  }
  .header {
    height: -moz-fit-content;
    height: fit-content;
    overflow-x: auto;
    width: calc(100% - 50px);
    background: rgba(0, 0, 0, 0);
    padding: 0;
  }
  .items-wrap {
    flex-direction: column;
    padding-left: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .items-wrap .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .filters {
    padding: 0 20px;
  }
  .filters a {
    width: -moz-fit-content;
    width: fit-content;
    display: contents;
  }
  .header-start {
    z-index: 49;
    position: relative;
  }
  .filter-mobile {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 550px) {
  .header-wrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 400px) {
  .items-wrap {
    margin-top: 0px;
  }
  .filters a:before {
    left: -3px;
    right: -3px;
  }
  .s_content-wrap {
    padding-bottom: 70px;
  }
  .s_content-wrap .filters {
    margin: 40px 0 50px;
  }
  .header {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .header-start {
    position: relative;
  }
}
.footer-cover {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.footer-cover.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Par défaut, on masque la version desktop */
.col.desktop {
  display: block;
}

/* Pour mobile, on affiche tout dans une seule colonne */
.col.mobile {
  display: none;
}

/* Quand l'écran est plus large (desktop), on inverse : */
@media (max-width: 901px) {
  .col.desktop {
    display: none;
  }
  /* Pour mobile, on affiche tout dans une seule colonne */
  .col.mobile {
    display: block;
  }
}