@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap");
@import url(swiper-vars.scss);
@import url(swiper.scss);

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 80px;
  font-weight: bold;
  line-height: 64px;
  text-transform: uppercase;
}

h2 {
  font-size: 32px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: normal;
}

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

@keyframes gradient {
  0% {
    color: #ffbe0b;
  }
  20% {
    color: #fb5607;
  }
  40% {
    color: #ff006e;
  }
  60% {
    color: #8338ec;
  }
  80% {
    color: #3a86ff;
  }
  100% {
    color: #ffbe0b;
  }
}
@keyframes backGradient {
  0% {
    background: #ffbe0b;
  }
  20% {
    background: #fb5607;
  }
  40% {
    background: #ff006e;
  }
  60% {
    background: #8338ec;
  }
  80% {
    background: #3a86ff;
  }
  100% {
    background: #ffbe0b;
  }
}
@keyframes borderGradient {
  0% {
    border-color: #ffbe0b;
  }
  20% {
    border-color: #fb5607;
  }
  40% {
    border-color: #ff006e;
  }
  60% {
    border-color: #8338ec;
  }
  80% {
    border-color: #3a86ff;
  }
  100% {
    border-color: #ffbe0b;
  }
}
@keyframes openMenu {
  0% {
    transform: translate(100%, calc(100% - 64px));
  }
  50% {
    transform: translate(0, calc(100% - 64px));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes closeMenu {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, calc(100% - 64px));
  }
  100% {
    transform: translate(100%, calc(100% - 64px));
  }
}
body {
  margin-bottom: 92px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
body.launch-body {
  margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

ul {
  list-style: none;
}

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

.btn {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 32px 16px 84px;
  background: #91CA3D;
  color: #fff;
  font-weight: bold;
  transition: all 1s ease-in-out, padding 0.25s ease-in-out, margin 0.25s ease-in-out, background 0.25s ease-in-out !important;
}
.btn::before {
  content: "\f054";
  height: 100%;
  aspect-ratio: 1/1;
  background: #333333;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.btn:is(:hover, :focus) {
  background: #333333;
  padding: 16px 84px 16px 32px;
}
.btn:is(:hover, :focus)::before {
  left: calc(100% - 51px);
  background: #91CA3D;
}

.launch-container {
  display: flex;
  align-items: stretch;
  margin-bottom: auto;
}
.launch-container .graphisme-block,
.launch-container .dj-block {
  position: relative;
  width: 50vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.launch-container .graphisme-block .content,
.launch-container .dj-block .content {
  position: relative;
}
.launch-container .graphisme-block .content .soon,
.launch-container .dj-block .content .soon {
  padding: 8px 16px;
  border: 1px solid;
  border-color: #333333;
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
}
.launch-container .graphisme-block h2,
.launch-container .dj-block h2 {
  font-size: 20px;
  color: #212121;
  transition: all 0.25s ease-in-out;
  font-weight: normal;
  text-transform: uppercase;
}
.launch-container .graphisme-block .description,
.launch-container .dj-block .description {
  position: absolute;
  width: 100%;
  bottom: 10vh;
  text-align: center;
}
.launch-container .graphisme-block {
  z-index: 1;
  order: -1;
  cursor: pointer;
}
.launch-container .graphisme-block:is(:hover, :focus) h2 {
  color: #91CA3D;
  font-size: 30px;
}
.launch-container .graphisme-block:is(:hover, :focus) .description {
  left: 100%;
  translate: -50%;
}
.launch-container .graphisme-block .description {
  transition: all 0.25s ease-in-out;
  left: 0;
  translate: -100%;
}
.launch-container .dj-block {
  z-index: 1;
  cursor: pointer;
}
.launch-container .dj-block:is(:hover, :focus) h2 {
  animation: gradient 1.5s linear infinite;
  font-size: 30px;
}
.launch-container .dj-block:is(:hover, :focus) .soon {
  border-color: #fff;
}
.launch-container .dj-block:is(:hover, :focus) .soon p {
  color: #fff;
}
.launch-container .dj-block:is(:hover, :focus) .description {
  right: 100%;
  translate: -50%;
  color: #fff;
}
.launch-container .dj-block:is(:hover, :focus) ~ .logo-block {
  background: #0F0F0F;
}
.launch-container .dj-block:is(:hover, :focus) ~ .logo-block .mention {
  background: #0F0F0F;
  color: #fff;
}
.launch-container .dj-block:is(:hover, :focus) ~ .logo-block .img-dj {
  width: auto;
  height: 200px;
  translate: 0;
  opacity: 1;
}
.launch-container .dj-block:is(:hover, :focus) ~ .logo-block .img-graphisme {
  width: 0;
  translate: -100%;
  opacity: 0;
}
.launch-container .dj-block:is(:hover, :focus) ~ .logo-block .circle {
  border: 3px solid #333333;
}
.launch-container .dj-block:is(:hover, :focus) ~ .graphisme-block h2 {
  color: #fff;
}
.launch-container .dj-block .description {
  transition: all 0.25s ease-in-out;
  left: 0;
  translate: -100%;
}
.launch-container .dj-block .description {
  transition: all 0.25s ease-in-out;
  right: 0;
  translate: 100%;
}
.launch-container .logo-block {
  transition: all 0.25s ease-in-out;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.launch-container .logo-block .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 300px;
  border: 3px solid #cfcfcf;
  border-radius: 50%;
  overflow: hidden;
}
.launch-container .logo-block .logos {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.launch-container .logo-block img {
  height: 200px;
  transition: all 0.25s ease-in-out;
  inset: 0;
}
.launch-container .logo-block .img-dj {
  left: 100%;
  width: 0;
  translate: 100%;
  opacity: 0;
}
.launch-container .logo-block .img-graphisme {
  translate: 0;
  width: auto;
  opacity: 1;
}
.launch-container .logo-block .mention {
  background: #fff;
  transition: all 0.25s ease-in-out;
  transform: translateY(100%);
  text-align: center;
  border-radius: 50%;
  width: 200px;
}

.menu-burger,
.switch-menu {
  display: none;
}

.menu {
  position: fixed;
  width: 100vw;
  bottom: 0;
  padding: 16px 80px;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu .thematiques {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: auto;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.menu .thematiques img {
  height: 60px;
}
.menu .thematiques .switch {
  color: rgba(146, 202, 61, 0.4862745098);
  transition: all 0.25s ease-in-out;
}
.menu .thematiques .switch:is(:hover, :focus) {
  color: #91CA3D;
}
.menu .nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.menu .nav-links .link {
  padding: 8px 16px;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  transform: translateY(-8px);
}
.menu .nav-links .link:is(:hover, :focus) {
  color: #D1D1D1;
  transform: translateY(8px);
  font-size: 14px;
}
.menu .nav-links .link:is(:hover, :focus)::before {
  transform: translate(0, 0px);
}
.menu .nav-links .link::before {
  content: attr(textBefore);
  display: flex;
  font-size: 16px;
  color: #91CA3D;
  font-weight: bold;
  transform: translate(calc(100% + 16px), 8px);
  transition: all 0.25s ease-in-out;
}

.hero {
  display: flex;
  align-items: center;
  padding: 40px 0;
  height: 100vh;
}
.hero .img-hero {
  height: 80vh;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .content-hero {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 40px;
}
.hero .content-hero h1 {
  line-height: 64px;
}
.hero .content-hero h1 #last-name {
  color: #91CA3D;
}
.hero .content-hero h1 #job {
  font-size: 32px;
  font-weight: normal;
}
.hero .content-hero .more {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  align-items: center;
  margin: 16px 0;
}
.hero .content-hero .more .icon {
  background: #91CA3D;
  color: #fff;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .content-hero .more:is(:hover, :focus) p {
  color: #91CA3D;
}

.about {
  display: flex;
  align-items: center;
  padding: 40px 0;
  background: #EBEBEB;
}
.about .content {
  width: 50%;
  padding: 0 40px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about .content .titre {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about .img {
  width: 50%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.realisations {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.realisations .list-item {
  display: flex;
  width: 100%;
  gap: 8px;
}
.realisations .list-item .swiper-slide {
  height: 350px;
}
.realisations .list-item .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.realisations .list-item .item {
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.25s ease-in-out;
}
.realisations .list-item .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.realisations .list-item .item .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 1s;
}
.realisations .list-item:is(:hover, :focus) .item:is(:not(hover, :focus)) {
  opacity: 0.5;
  filter: grayscale(1) blur(2px);
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) {
  opacity: 1;
  filter: grayscale(0) blur(0);
  flex: 600px;
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  opacity: 1;
  text-align: start;
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content::before {
  content: "";
  display: flex;
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  margin-left: -16px;
  height: 25vh;
  background-color: #0F0F0F;
  background: linear-gradient(0deg, rgb(15, 15, 15) 50%, rgba(15, 15, 15, 0) 100%);
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .name {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .categorie {
  color: #91CA3D;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 16px;
  display: block;
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .description {
  color: #fff;
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .like,
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .share {
  position: absolute;
  top: 16px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .like::after,
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .share::after {
  content: "";
  height: 40px;
  width: 40px;
  -webkit-backdrop-filter: blur(5px) brightness(90%);
          backdrop-filter: blur(5px) brightness(90%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .like {
  left: 16px;
}
.realisations .list-item:is(:hover, :focus) .item:is(:hover, :focus) .content .share {
  right: 16px;
}

.home-swiper .grid-sizer,
.home-swiper .grid-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}

.competences {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  background: #EBEBEB;
  color: #333333;
}
.competences .skill {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 16px;
}
.competences .skill .title {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.competences .skill .skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 50%;
}
.competences .skill .skill-list:is(:hover, :focus) .skill-item:is(:not(:hover), :not(:focus)) {
  background: #EBEBEB;
}
.competences .skill .skill-list:is(:hover, :focus) .skill-item:is(:hover, :focus) {
  color: #91CA3D;
  background: #fff;
}
.competences .skill .skill-list:is(:hover, :focus) .skill-item:is(:hover, :focus) span {
  opacity: 1;
  bottom: 16px;
  color: #333333;
}
.competences .skill .skill-list:is(:hover, :focus) .skill-item:is(:hover, :focus) img {
  bottom: calc(50% + 24px);
}
.competences .skill .skill-list .skill-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 16px;
  height: 160px;
  width: calc(25% - 8px);
  background: #fff;
  color: #333333;
  border: 2px solid #fff;
  flex-direction: column;
  gap: 16px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: all 1s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.competences .skill .skill-list .skill-item img {
  height: 64px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.25s ease-in-out;
}
.competences .skill .skill-list .skill-item span {
  text-align: center;
  position: absolute;
  bottom: -32px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  color: #333333;
}

footer {
  padding: 40px 80px;
  background: #91CA3D;
}
footer p {
  width: 100%;
  text-align: center;
  color: #fff;
}

.grid-sizer,
.grid-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}
.grid-sizer img,
.grid-item img {
  width: 100%;
}
.grid-sizer .swiper-button-close,
.grid-item .swiper-button-close {
  display: none;
}
.grid-sizer .content,
.grid-item .content {
  position: absolute;
  z-index: 2;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  text-align: start;
}
.grid-sizer:is(:hover, :focus) .content,
.grid-item:is(:hover, :focus) .content {
  transform: translateY(0%);
}
.grid-sizer:is(:hover, :focus) .content::before,
.grid-item:is(:hover, :focus) .content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(25, 25, 25);
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgb(25, 25, 25) 70%, rgb(25, 25, 25) 100%);
}
.grid-sizer:is(:hover, :focus) .content .project-name,
.grid-item:is(:hover, :focus) .content .project-name {
  color: #91CA3D;
  font-weight: bold;
  z-index: 1;
  font-size: 18px;
}
.grid-sizer:is(:hover, :focus) .content .project-category,
.grid-item:is(:hover, :focus) .content .project-category {
  color: #fff;
  display: flex;
  font-weight: bold;
  z-index: 1;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.grid-sizer:is(:hover, :focus) .content .project-desc,
.grid-item:is(:hover, :focus) .content .project-desc {
  color: #fff;
  z-index: 1;
}
.grid-sizer:is(:hover, :focus) .like,
.grid-item:is(:hover, :focus) .like {
  cursor: pointer;
  opacity: 1;
}
.grid-sizer:is(:hover, :focus) .like::after,
.grid-item:is(:hover, :focus) .like::after {
  content: "";
  height: 40px;
  width: 40px;
  -webkit-backdrop-filter: blur(5px) brightness(90%);
          backdrop-filter: blur(5px) brightness(90%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.gutter-sizer {
  width: 8px;
}

.grid-item--width2 {
  width: 50%;
}

.like {
  position: absolute;
  top: 16px;
  left: 16px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  width: 40px;
  height: 40px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.realisations-container .grid {
  z-index: 0;
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 40px auto 80px;
  width: 90%;
  position: relative;
}

.realisations-container h1 {
  text-align: center;
  margin: 80px 0;
}

.mySwiper,
.home-swiper {
  cursor: pointer;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev,
.home-swiper .swiper-button-next,
.home-swiper .swiper-button-prev {
  color: #fff;
  transition: color 0.25s ease-in-out;
  mix-blend-mode: exclusion;
  z-index: 3;
}
.mySwiper .swiper-button-next:is(:hover, :focus),
.mySwiper .swiper-button-prev:is(:hover, :focus),
.home-swiper .swiper-button-next:is(:hover, :focus),
.home-swiper .swiper-button-prev:is(:hover, :focus) {
  color: #91CA3D;
  mix-blend-mode: inherit;
}

.swiper.full-screen {
  position: fixed;
  width: 90vw;
  height: auto;
  inset: 0;
  z-index: 100;
}
.swiper.full-screen::before {
  content: "";
  width: auto;
  height: 90vh;
  position: fixed;
  background: rgba(15, 15, 15, 0.7450980392);
  inset: 0;
}
.swiper.full-screen .swiper-slide {
  display: flex;
  height: calc(100vh - 92px);
  background: transparent;
}
.swiper.full-screen .swiper-slide img {
  width: auto;
  height: calc(90vh - 92px);
}

.mySwiper .swiper-pagination-bullet-active {
  background: #91CA3D;
}

.contact-container {
  height: calc(100vh - 92px);
  width: 100vw;
  display: flex;
}
.contact-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: 50%;
  padding: 80px;
}
.contact-container .content h1 {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin-top: auto;
}
.contact-container .content h1 span {
  color: #91CA3D;
}
.contact-container .content h2 {
  font-size: 16px;
  font-weight: normal;
}
.contact-container .content .social-networks {
  display: flex;
  gap: 16px;
  align-items: center;
}
.contact-container .content .social-networks .icons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.contact-container .content .social-networks .icons .icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #91CA3D;
  cursor: pointer;
}
.contact-container .content .social-networks .icons .icon i {
  color: #fff;
}
.contact-container .content .social-networks .icons .icon.mail {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
}
.contact-container .content form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: auto;
}
.contact-container .content form .inputs {
  position: relative;
  height: 69px;
  transition: height 0.5s ease-in-out;
}
.contact-container .content form .inputs .group-input {
  display: none;
}
.contact-container .content form .inputs .group-input.actif {
  display: flex;
}
.contact-container .content form .inputs .group-input:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 69px;
  height: 32px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.contact-container .content form .inputs input,
.contact-container .content form .inputs select,
.contact-container .content form .inputs textarea {
  width: 100%;
  padding: 32px 85px 16px 32px;
  border: 1px solid #91CA3D;
  background: none;
  outline: none;
  font-size: 16px;
  font-family: inherit;
}
.contact-container .content form .inputs select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border: none;
}
.contact-container .content form .inputs select option {
  position: absolute;
  top: 100%;
  background: #fff;
}
.contact-container .content form .inputs textarea {
  resize: vertical;
  max-height: 150px;
  height: 100px;
  min-height: 69px;
}
.contact-container .content form .labels {
  position: absolute;
  top: -0.5em;
  z-index: 2;
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: space-evenly;
}
.contact-container .content form .labels label {
  background: #fff;
  padding: 0 4px;
  position: relative;
  color: rgba(146, 202, 61, 0.4862745098);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.contact-container .content form .labels label.actif {
  color: #91CA3D;
}
.contact-container .content form .labels label.actif ~ * {
  color: #333333;
}
.contact-container .content form .labels .line {
  position: absolute;
  top: 8px;
  width: 100%;
  height: 1px;
  transform: translateX(15%);
  background: #333333;
  transition: all 0.5s ease-in-out;
}
.contact-container .content form .next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 69px;
  width: 69px;
  border: none;
  padding: 32px 16px 16px;
  background: none;
  color: #91CA3D;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-container .content form .submit {
  width: 100%;
  padding: 16px 32px;
  background: #91CA3D;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: none;
  cursor: pointer;
}
.contact-container .img {
  height: 80vh;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-container .submit-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: auto;
}
.contact-container .submit-content .line {
  background: #91CA3D;
  display: flex;
  height: 1px;
  width: 100%;
}
.contact-container .submit-content .text {
  color: #91CA3D;
  width: 100%;
  display: block ruby;
}

.histoire-container .carrousel {
  scroll-snap-type: y mandatory;
  overflow: auto;
  height: calc(100vh - 92px);
  overscroll-behavior: contain;
}
.histoire-container .carrousel .step.first .content .dates {
  font-size: 32px;
}
.histoire-container .carrousel .step {
  height: calc(100vh - 92px);
  scroll-snap-align: start;
  display: flex;
}
.histoire-container .carrousel .step .lines {
  position: relative;
  width: 16px;
  height: 100vh;
  margin: 0 80px;
}
.histoire-container .carrousel .step .lines .active {
  background: #91CA3D;
  height: 75vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 1s cubic-bezier(0.2, 0, 0, 1.5);
}
.histoire-container .carrousel .step .lines .line {
  background: #D1D1D1;
  height: 100vh;
  width: 16px;
  display: block;
}
.histoire-container .carrousel .step .content {
  margin: auto 240px auto 0;
  position: relative;
}
.histoire-container .carrousel .step .content a {
  color: #91CA3D;
}
.histoire-container .carrousel .step .content a:is(:hover, :focus) {
  text-decoration: underline;
}
.histoire-container .carrousel .step .content .more:is(:hover, :focus) {
  text-decoration: none;
}
.histoire-container .carrousel .step .content .more:is(:hover, :focus) p {
  color: #91CA3D;
}
.histoire-container .carrousel .step .content .description {
  margin-bottom: 16px;
}
.histoire-container .carrousel .step .content .dates {
  font-size: 24px;
  margin-bottom: 16px;
}
.histoire-container .carrousel .step .content .circle {
  background: #D1D1D1;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-left: -128px;
  position: absolute;
  transition: all 1s cubic-bezier(0.2, 0, 0, 1.5);
}
.histoire-container .carrousel .step .content .circle.active {
  background: #91CA3D;
}
.histoire-container .carrousel .step .content .more {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  align-items: center;
}
.histoire-container .carrousel .step .content .more .icon {
  background: #91CA3D;
  color: #fff;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.histoire-container .navigation {
  position: fixed;
  height: calc(100vh - 92px);
  top: 0;
  right: 0;
  margin: auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.histoire-container .scrollStart,
.histoire-container .scrollEnd {
  padding: 16px;
  background: #91CA3D;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.histoire-container .scrollStart:is(:hover, :focus),
.histoire-container .scrollEnd:is(:hover, :focus) {
  color: #333333;
}
.histoire-container .scrollNext,
.histoire-container .scrollPreview {
  padding: 16px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.histoire-container .scrollNext:is(:hover, :focus),
.histoire-container .scrollPreview:is(:hover, :focus) {
  color: #91CA3D;
}

@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 0;
  }
  .realisations {
    padding: 40px 24px;
  }
  .realisations .list-item {
    flex-direction: column;
  }
  .realisations .grid {
    -moz-columns: 1;
         columns: 1;
  }
  .launch-container {
    flex-direction: column;
    height: 100vh;
    gap: 30vh;
  }
  .launch-container .graphisme-block,
  .launch-container .dj-block {
    width: 100vw;
    height: 35vh;
  }
  .launch-container .graphisme-block:is(:hover, :focus) .description,
  .launch-container .dj-block:is(:hover, :focus) .description {
    left: 50%;
  }
  .launch-container .graphisme-block .description,
  .launch-container .dj-block .description {
    left: 50%;
    translate: -50%;
    padding: 0 24px;
  }
  .menu {
    height: 100vh;
    z-index: 3;
    top: 0;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 80px;
    display: block;
    transform: translate(100%, 100%);
    transition: all 0.5s ease-in-out;
    background: #91CA3D;
    animation: closeMenu 0.75s cubic-bezier(0.2, 1, 0.2, 1) both;
  }
  .menu .nav-links {
    flex-direction: column;
    margin-top: 40px;
  }
  .menu .nav-links .link {
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  .menu .nav-links .link::before {
    color: #fff;
    font-size: 16px;
    transform: none;
    justify-content: center;
  }
  .menu .nav-links .btn {
    background: #fff;
    color: #91CA3D;
  }
  .menu .thematiques {
    justify-content: center;
  }
  .menu .thematiques .switch {
    color: #fff;
  }
  .switch-menu {
    height: 64px;
    width: 64px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    display: block;
  }
  .switch-menu:checked ~ .menu {
    animation: openMenu 0.75s cubic-bezier(0.2, 1, 0.2, 1) both;
  }
  .switch-menu:checked ~ .menu .thematiques img {
    filter: brightness(20);
  }
  .switch-menu:checked ~ .menu-burger .line {
    transform: rotateZ(225deg);
  }
  .switch-menu:checked ~ .menu-burger .line::after {
    transform: rotateZ(85deg) translate(-2px, -9px);
  }
  .switch-menu:checked ~ .menu-burger .line::before {
    transform: rotateZ(85deg) translate(2px, 9px);
  }
  .menu-burger {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #91CA3D;
    z-index: 4;
  }
  .menu-burger .line {
    height: 4px;
    width: 32px;
    background: #fff;
    z-index: 2;
    position: relative;
    transition: all 0.75s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .menu-burger .line::before, .menu-burger .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    background: #fff;
    width: 16px;
    transition: all 0.75s ease-in-out;
  }
  .menu-burger .line::before {
    top: -12px;
    right: 0;
  }
  .menu-burger .line::after {
    bottom: -12px;
    left: 0;
  }
  .hero {
    flex-direction: column;
  }
  .hero .img-hero {
    width: calc(100vw - 48px);
  }
  .hero .content-hero {
    flex-direction: column;
    width: 100%;
    padding: 0 24px;
  }
  .hero .content-hero #last-name {
    margin-bottom: 24px;
  }
  .hero .content-hero #job {
    line-height: 1em;
    margin-bottom: 24px;
  }
  .about {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 0;
  }
  .about .content {
    padding: 0 24px;
    width: 100%;
  }
  .about .img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .competences {
    padding: 40px 24px;
  }
  .competences .skill {
    flex-direction: column;
    gap: 40px;
  }
  .competences .skill .skill-list {
    width: 100%;
  }
  .competences .skill .skill-list .skill-item {
    width: calc(50% - 8px);
  }
  .competences .tools {
    flex-direction: column-reverse;
  }
  .histoire-container ~ footer {
    margin-bottom: 64px;
  }
  .histoire-container .navigation {
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    flex-direction: row;
    background: #fff;
    padding: 6px 16px;
    width: calc(100vw - 64px);
  }
  .histoire-container .navigation :is(.scrollStart, .scrollPreview, .scrollEnd, .scrollNext) i {
    transform: rotateZ(-90deg);
  }
  .histoire-container .carrousel {
    scroll-snap-type: x mandatory;
    display: flex;
    overscroll-behavior: auto;
    height: 100vh;
    scroll-behavior: smooth;
  }
  .histoire-container .carrousel .step {
    flex-direction: column;
    width: 100vw;
  }
  .histoire-container .carrousel .step .lines {
    width: 100vw;
    height: 16px;
    margin: 40px 0px;
  }
  .histoire-container .carrousel .step .lines .active {
    width: 100vw;
    height: 16px;
  }
  .histoire-container .carrousel .step .lines .line {
    width: 100vw;
    height: 16px;
  }
  .histoire-container .carrousel .step .content {
    margin: 0 24px;
  }
  .histoire-container .carrousel .step .content .circle {
    margin-top: -90px;
    margin-left: 0;
  }
  .histoire-container .carrousel .step .content h1 {
    font-size: 52px;
    line-height: 52px;
  }
  .histoire-container .carrousel .step .content .more i {
    transform: rotateZ(-90deg);
  }
  .contact-container {
    flex-direction: column;
    height: auto;
  }
  .contact-container .content {
    padding: 80px 24px 40px;
    width: 100%;
  }
  .contact-container .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .contact-container .img {
    width: 100%;
    height: auto;
  }
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=styled.css.map */