h2.home__title {
  color: var(--jp-blue);
  font-family: "poppins", sans-serif;
  font-size: 135px;
  -webkit-text-stroke: 1px var(--jp-blue);
  color: transparent;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  h2.home__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  h2.home__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 576px) {
  h2.home__title {
    font-size: 70px;
  }
}

.about {
  padding-top: 150px;
}
@media screen and (max-width: 1440px) {
  .about {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 50px;
  }
}
.about__container {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .about__container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1282px) {
  .about__container {
    max-width: 950px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .about__container {
    display: none;
  }
}
.about__container__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: auto;
}
@media screen and (max-width: 1282px) {
  .about__container__left {
    height: auto;
  }
}
.about__container__left__elements {
  position: relative;
  margin-bottom: 35vh;
}
.about__container__left__elements .first_patchwork:hover{
  cursor: pointer;
}
.about__container__left__elements:nth-child(even) .first_patchwork{
  position: relative;
  z-index: 0;
  width: 85%;
  margin-left: auto;
}
.about__container__left__elements:nth-child(odd) .first_patchwork{
  position: relative;
  z-index: 0;
  width: 85%;
  margin-left: 0;
}
.about__container__left__elements .first_patchwork.zindex-changer{
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .about__container__left__elements .first_patchwork {
    position: relative;
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1440px) {
  .about__container__left__elements .first_patchwork.reverse {
    position: relative;
    width: 75%;
    margin-right: auto;
    margin-left: 0;
  }
}
.about__container__left__elements .first_patchwork.reverse img {
  margin-right: auto;
  display: flex;
  margin-left: 0;
  height: 95%;
}
.about__container__left__elements .first_patchwork img {
  margin-left: auto;
  display: flex;
  height: 95%;
}
.about__container__left__elements.last {
  margin-bottom: 0;
}
.about__container__left__elements:nth-child(even) .second_patchwork {
  position: absolute;
  top: 85%;
}
.about__container__left__elements:nth-child(odd) .second_patchwork {
  position: absolute;
  top: 85%;
  right: 0;
}
.about__container__left__elements:nth-child(odd) .second_patchwork img {
  margin-right: 0;
  display: flex;
  margin-left: auto;
  width: 80%;
}
.about__container__left__elements:nth-child(even) .second_patchwork img {
  margin-right: auto;
  display: flex;
  margin-left: 0;
  width: 80%;
}
@media screen and (max-width: 1440px) {
  .about__container__left__elements .second_patchwork img {
    width: 70%;
  }
}
@media screen and (max-width: 1282px) {
  .about__container__left__elements .second_patchwork img {
    width: 60%;
  }
}
.about__container__left__elements .second_patchwork.reverse {
  right: 0;
}
.about__container__left__elements .second_patchwork.reverse img {
  margin-left: auto;
  display: flex;
  margin-right: 0;
  width: 80%;
}
@media screen and (max-width: 1440px) {
  .about__container__left__elements .second_patchwork.reverse img {
    width: 70%;
  }
}
@media screen and (max-width: 1282px) {
  .about__container__left__elements .second_patchwork.reverse img {
    width: 60%;
  }
}
.about__container__left__infos {
  display: flex;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 1282px) {
  .about__container__left__infos {
    height: 110px;
  }
}
.about__container__right {
  width: 50%;
}
.about__container__right__text {
  display: flex;
  flex-direction: column;
  padding-top: 250px;
  padding-left: 50px;
  left: inherit !important;
}
@media screen and (max-width: 1440px) {
  .about__container__right__text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1282px) {
  .about__container__right__text {
    padding-top: 100px;
  }
}
.about__container__right__text__counter {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.about__container__right__text__counter li {
  position: relative;
  display: flex;
  height: 65px;
  margin: 0;
  width: max-content;
}
.about__container__right__text__counter li p {
  text-align: center;
  align-self: center;
  margin: 0 auto;
  font-size: 20px;
  font-family: "poppins", sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__container__right__text__counter li h3 {
  text-align: center;
  align-self: center;
  margin: 0 auto;
  font-size: 28px;
  font-family: "poppins", sans-serif;
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__container__right__text__counter li h3 a {
  color: #DBDBDB;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transform: translateY(0%);
  transition: all .3s ease-in-out;
  transition-delay: .3s;
}
.about__container__right__text__counter li h3 a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 30px;
  background-color: var(--jp-blue);
  transition: all .3s ease-in-out;
}
/* .about__container__right__text__counter li h3 a.active {
  color: #DBDBDB;
  opacity: 1;
  width: fit-content;
  position: relative;
  transform: translateY(0%);
  transition: all .3s ease-in-out;
  transition-delay: .3s;
}
.about__container__right__text__counter li h3 a.active::after {
  content: "";
  width: 50px;
} */

.about__container__right__text__counter li p a {
  color: black;
}
.about__container__right__text__counter li svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  fill: none;
  stroke: var(--jp-blue);
  stroke-width: 0.5px;
  height: 65px;
  width: 65px;
  pointer-events: none;
}
.about__container__right__text__paragraph {
  margin: 24px 0;
  position: relative;
  height: 160px;
  width: 450px;
}
@media screen and (max-width: 1282px) {
  .about__container__right__text__paragraph {
    margin: 20px 0;
    height: 120px;
  }
}
.about__container__right__text__paragraph > p, .about__container__right__text__paragraph .about__container__right__pictos__container {
  font-family: "poppins", sans-serif;
  color: #0a0a0c;
  font-size: 18px;
  position: absolute;
  line-height: 1.2;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transform-origin: top;
  transform: scaleY(1.1) translateY(20%);
}
@media screen and (max-width: 1282px) {
  .about__container__right__text__paragraph p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .about__container__right__text__paragraph p br {
    display: none;
  }
}
.about__container__right__text__paragraph .text__active {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transform: scaleY(1) translateY(0);
  transform: scaleY(1) translateY(0);
}
.about__container__right__text__button {
  display: flex;
  width: 100%;
  position: relative;
  margin-left: -14px;
}
.about__container__right__text__button .button__anim {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transform-origin: top;
  transform: scaleY(1.1) translateY(20%);
}
.about__container__right__text__button .text__active {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transform: scaleY(1) translateY(0);
  transform: scaleY(1) translateY(0);
  z-index: 2;
}

.about__container__right__pictos__container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.about__container__right__pictos{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.about__container__right__pictos .picto__container__text{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.about__container__right__pictos .picto__container__text p{
  font-family: "poppins", sans-serif;
  color: #0a0a0c;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 4px;
  width: max-content;
}
.about__container__right__pictos .picto__container__text p.picto__title{
  font-weight: 700;
}

/* CSS FOR THE SLIDER */

.about__slider {
  display: none;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .about__slider {
    max-width: 800px;
    display: block;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .about__slider {
    max-width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .about__slider {
    max-width: 300px;
  }
}
.about__slider__infos {
  display: flex;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 1282px) {
  .about__slider__infos {
    height: 110px;
  }
}
@media screen and (max-width: 992px) {
  .about__slider__infos {
    height: 120px;
  }
}
.about__slider__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__slider__text {
    width: 90%;
  }
}
.about__slider__text__paragraph {
  margin: 50px 0;
  position: relative;
  height: 160px;
}
@media screen and (max-width: 1282px) {
  .about__slider__text__paragraph {
    margin: 30px 0;
    height: 120px;
  }
}
.about__slider__text__paragraph p {
  font-size: "poppins", sans-serif;
  color: #0a0a0c;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transform-origin: top;
  transform: scaleY(1.1) translateY(20%);
}
@media screen and (max-width: 1282px) {
  .about__slider__text__paragraph p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .about__slider__text__paragraph p br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .about__slider__text__paragraph p {
    font-size: 16px;
  }
}
.about__slider__text__paragraph .text__active {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transform: scaleY(1) translateY(0);
  transform: scaleY(1) translateY(0);
}
.about__slider__text__button {
  display: flex;
  width: 100%;
  margin-left: -1.18em;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  margin-top: -20px;
}
@media screen and (max-width: 1282px) {
  .about__slider__text__button .js__1__button {
    width: 155px;
  }
}
@media screen and (max-width: 1282px) {
  .about__slider__text__button .js__2__button {
    width: 145px;
  }
}
@media screen and (max-width: 1282px) {
  .about__slider__text__button .js__3__button {
    width: 135px;
  }
}
.about__slider__text__button .button__anim {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transform-origin: top;
  transform: scaleY(1.1) translateY(20%);
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1282px) {
  .about__slider__text__button .button__anim .js__1__button {
    width: 155px;
  }
}
@media screen and (max-width: 768px) {
  .about__slider__text__button .button__anim .js__1__button {
    width: 142.5px;
  }
}
@media screen and (max-width: 576px) {
  .about__slider__text__button .button__anim .js__1__button {
    width: 130px;
  }
}
@media screen and (max-width: 1282px) {
  .about__slider__text__button .button__anim .js__2__button {
    width: 145px;
  }
}
@media screen and (max-width: 768px) {
  .about__slider__text__button .button__anim .js__2__button {
    width: 132.5px;
  }
}
@media screen and (max-width: 576px) {
  .about__slider__text__button .button__anim .js__2__button {
    width: 120px;
  }
}
@media screen and (max-width: 1282px) {
  .about__slider__text__button .button__anim .js__3__button {
    width: 135px;
  }
}
@media screen and (max-width: 768px) {
  .about__slider__text__button .button__anim .js__3__button {
    width: 122.5px;
  }
}
@media screen and (max-width: 576px) {
  .about__slider__text__button .button__anim .js__3__button {
    width: 110px;
  }
}
.about__slider__text__button .text__active {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transform: scaleY(1) translateY(0);
  transform: scaleY(1) translateY(0);
  z-index: 2;
}
.about__slider .swiper-container_about {
  width: 100%;
  height: fit-content;
  overflow: visible;
  margin-right: auto;
  margin-left: 0;
  max-height: 700px;
  margin-top: -30px;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .about__slider .swiper-container_about {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1282px) {
  .about__slider .swiper-container_about {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .about__slider .swiper-container_about {
    max-width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .about__slider .swiper-container_about {
    max-width: 300px;
  }
}
.about__slider .swiper-button-next-svg {
  right: -7%;
  left: auto;
  position: absolute;
  top: 150px;
  bottom: 0;
  margin: auto;
  display: flex;
  transition: 0.5s all ease-in-out;
  z-index: 5;
}
.about__slider .swiper-button-next-svg:hover #after {
  stroke: var(--jp-blue);
  transition: 0.5s all ease-in-out;
}
.about__slider .swiper-button-next-svg:hover #after .line {
  stroke: var(--jp-blue);
  transition: 0.5s all ease-in-out;
}
.about__slider .swiper-button-next-svg #after {
  fill: none;
  stroke: #050504;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  width: 40px;
  height: 40px;
  align-self: center;
  transition: 0.5s all ease-in-out;
}
.about__slider .swiper-button-next-svg #after .line {
  fill: none;
  stroke: #050605;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6px;
  transition: 0.5s all ease-in-out;
}

.about__slider .swiper-button-prev-svg {
  left: -7%;
  right: auto;
  position: absolute;
  top: 150px;
  bottom: 0;
  margin: auto;
  display: flex;
  transition: 0.5s all ease-in-out;
  z-index: 5;
}
.about__slider .swiper-button-prev-svg:hover #previous {
  stroke: var(--jp-blue);
  transition: 0.5s all ease-in-out;
}
.about__slider .swiper-button-prev-svg:hover #previous .line {
  stroke: var(--jp-blue);
  transition: 0.5s all ease-in-out;
}
.about__slider .swiper-button-prev-svg #previous {
  fill: none;
  stroke: #050504;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  width: 40px;
  height: 40px;
  align-self: center;
  transition: 0.5s all ease-in-out;
}
.about__slider .swiper-button-prev-svg #previous .line {
  fill: none;
  stroke: #050605;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6px;
  transition: 0.5s all ease-in-out;
}

.about__slider .swiper-slide_about {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: grab;
}
.about__slider .swiper-slide_about__container {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.about__slider .swiper-slide_about__container__first__image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.about__slider .swiper-slide_about__container__first__image.zindex-changer {
  z-index: 2;
}
.about__slider .swiper-slide_about__container__first__image img {
  width: 60%;
}
.about__slider .swiper-slide_about__container__second__image {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 10%;
  transition: all 0.4s ease-in-out;
}
.about__slider .swiper-slide_about__container__second__image.reverse {
  left: 0;
  right: auto;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1282px) {
  .about__slider .swiper-slide_about__container__second__image.reverse img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .about__slider .swiper-slide_about__container__second__image.reverse img {
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
  }
}
.about__slider .swiper-slide_about__container__second__image img {
  width: 50%;
}
@media screen and (max-width: 1282px) {
  .about__slider .swiper-slide_about__container__second__image img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .about__slider .swiper-slide_about__container__second__image img {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
  }
}
