/* Hover sur les containers principaux */
.HOME .container-2,
.HOME .container-3,
.HOME .container-4,
.HOME .container-5 {
  border-radius: 20px;
}

/* ===== CARROUSEL STYLES ===== */

/* Conteneur principal du carrousel */
.HOME .carousel-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.1), rgba(239, 223, 213, 0.1));
  z-index: 1;
}

/* Style de base pour toutes les images du carrousel */
.HOME .carousel-img {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(800px);
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

/* ===== ANIMATIONS DU CARROUSEL ===== */

@keyframes swipeLeft {
  0% {
    transform: translate(-50%, -50%) translateX(800px);
    opacity: 0;
    z-index: 1;
  }
  10% {
    transform: translate(-50%, -50%) translateX(600px);
    opacity: 1;
    z-index: 5;
  }
  20% {
    transform: translate(-50%, -50%) translateX(400px);
    opacity: 1;
    z-index: 8;
  }
  40% {
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1;
    z-index: 10;
  }
  60% {
    transform: translate(-50%, -50%) translateX(-400px);
    opacity: 1;
    z-index: 8;
  }
  80% {
    transform: translate(-50%, -50%) translateX(-600px);
    opacity: 1;
    z-index: 5;
  }
  90% {
    transform: translate(-50%, -50%) translateX(-800px);
    opacity: 1;
    z-index: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateX(-1000px);
    opacity: 0;
    z-index: 1;
  }
}

/* ===== TIMING DES ANIMATIONS ===== */

.HOME .carousel-img:nth-child(1) {
  animation: swipeLeft 10s ease-in-out infinite;
  animation-delay: 0s;
}

.HOME .carousel-img:nth-child(2) {
  animation: swipeLeft 10s ease-in-out infinite;
  animation-delay: 2.5s;
}

.HOME .carousel-img:nth-child(3) {
  animation: swipeLeft 10s ease-in-out infinite;
  animation-delay: 5s;
}

.HOME .carousel-img:nth-child(4) {
  animation: swipeLeft 10s ease-in-out infinite;
  animation-delay: 7.5s;
}

/* ===== EFFETS HOVER ===== */

/* Effet spécifique pour l'image survolée */
.HOME .carousel-img:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 15px 40px rgba(251, 110, 103, 0.3);
  z-index: 100;
  border: 3px solid rgba(251, 110, 103, 0.3);
}

/* ===== NAVIGATION HEADER ===== */

/* Styles pour les liens de navigation */
.HOME .nav-list a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.HOME .nav-list a:hover {
  color: #fb6e67;
  transform: translateY(-2px);
}

/* Correction de la position pour l'élément MÉDIAS */
.HOME .item-link-3 {
  width: 83px;
  top: 15px;
  left: 1200px;
  position: absolute;
  height: 61px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.HOME .item-link-3:hover {
  transform: translateY(-1px);
}

.HOME .item-link-3:hover .m-dias {
  color: #fb6e67;
}

.HOME .item-link-3 .m-dias {
  position: absolute;
  width: 80px;
  height: 21px;
  top: 18px;
  left: 15px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

/* Scroll fluide pour toute la page */
html {
  scroll-behavior: smooth;
}

/* Animation pour les sections lors du scroll */
.HOME .section-wrapper,
.HOME .section-3,
.HOME .overlap,
.HOME .overlap-group,
.HOME .heading-OUR {
  scroll-margin-top: 150px;
}

/* Les images individuelles sont maintenant dans le groupe carrousel */

/* Pause de l'animation au hover pour permettre l'interaction */
.HOME .img:hover,
.HOME .img-2:hover,
.HOME .telechargement:hover,
.HOME .telechargement-2:hover {
  animation-play-state: paused;
  transform: scale(1.05) translateY(-5px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  border-radius: 25px !important;
  z-index: 9999 !important;
}

/* Hover effects removed - keeping only header and img elements */
.HOME {
  background-color: #efdfd5;
  display: grid;
  justify-items: center;
  align-items: start;
  width: 100vw;
  min-height: 100vh;
  height: 100%;
}

.HOME .div {
  background-color: #efdfd5;
  overflow: hidden;
  width: 1907px;
  height: 7526px;
  position: relative;
}

.HOME .overlap {
  position: absolute;
  width: 1907px;
  height: 526px;
  top: 7000px;
  left: 0;
}

.HOME .rectangle {
  position: absolute;
  width: 1600px;
  height: 502px;
  top: 24px;
  left: 307px;
  background-color: #161413;
  border-radius: 235px 0px 235px 0px;
}

.HOME .rectangle-2 {
  position: absolute;
  width: 468px;
  height: 91px;
  top: 0;
  left: 1274px;
  background-color: #fb6e67;
  border-radius: 235px 0px 235px 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}

.HOME .rectangle-2::before {
  content: "Devis";
}

/* Hover effects removed - keeping only header and img elements */

.HOME .rectangle-3 {
  position: absolute;
  width: 582px;
  height: 502px;
  top: 24px;
  left: 0;
  background-color: #050404;
  border-radius: 235px 0px 235px 0px;
}

.HOME .group {
  position: absolute;
  width: 438px;
  height: 25px;
  top: 334px;
  left: 724px;
}

.HOME .support-privacy-poli {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: #fb6e67;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  transition: all 0.3s ease;
  cursor: pointer;
}

.HOME .text-wrapper {
  left: 106px;
  position: absolute;
  top: 0;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: #fb6e67;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  transition: all 0.3s ease;
  cursor: pointer;
}

.HOME .support-privacy-poli-2 {
  left: 257px;
  position: absolute;
  top: 0;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: #fb6e67;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover effects removed - keeping only header and img elements */

.HOME .element-uxtheme-all {
  position: absolute;
  width: 285px;
  top: 416px;
  left: 714px;
  font-family: "Gilroy-Regular", Helvetica;
  font-weight: 400;
  color: #ffffffb2;
  font-size: 16px;
  text-align: right;
  letter-spacing: -0.50px;
  line-height: 38px;
}

.HOME .save-tons-of-time-g {
  position: absolute;
  width: 826px;
  top: 150px;
  left: 715px;
  font-family: "Bebas-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 0;
  line-height: normal;
}

.HOME .save-tons-of-time-g-2 {
  width: 170px;
  top: 11px;
  left: 1426px;
  font-family: "Gilroy-Bold", Helvetica;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0;
  position: absolute;
  color: #ffffff;
  line-height: normal;
}

.HOME .container {
  position: absolute;
  width: 39px;
  height: 75px;
  top: 322px;
  left: 1631px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.HOME .icon {
  position: absolute;
  width: 40px;
  height: 72px;
  top: 322px;
  left: 1556px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.HOME .layer {
  position: absolute;
  width: 214px;
  height: 125px;
  top: 194px;
  left: 188px;
}

.HOME .overlap-group {
  position: absolute;
  width: 1907px;
  height: 753px;
  top: 1933px;
  left: 1px;
  background-color: #ffeee3;
  border-radius: 0px 410px 0px 410px;
}

.HOME .overlap-2 {
  position: absolute;
  width: 1383px;
  height: 478px;
  top: 126px;
  left: 251px;
}

.HOME .heading-THEY {
  position: absolute;
  width: 303px;
  height: 68px;
  top: 0;
  left: 546px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 57px;
  text-align: center;
  letter-spacing: 0;
  line-height: 57px;
  white-space: nowrap;
}

/* Les styles pour .img sont maintenant définis plus haut avec l'animation swiper */
/* Les styles pour .img-2 sont maintenant définis plus haut avec l'animation swiper */

.HOME .heading-your {
  position: absolute;
  width: 1382px;
  height: 415px;
  top: 63px;
  left: 1px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #fb6e67;
  font-size: 152px;
  letter-spacing: 0;
  line-height: 184.3px;
  pointer-events: none;
}

/* Les styles pour .telechargement sont maintenant définis plus haut avec l'animation swiper */

/* Les styles pour .telechargement-2 sont maintenant définis plus haut avec l'animation swiper */

.HOME .group-2 {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 368px;
  left: 1659px;
}

.HOME .group-3 {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 368px;
  left: 94px;
}

.HOME .REPUTATION-IS-wrapper {
  position: absolute;
  width: 1907px;
  height: 361px;
  top: 1572px;
  left: 0;
  background-color: #050404;
  border-radius: 410px 0px 410px 0px;
}

.HOME .REPUTATION-IS {
  position: absolute;
  width: 1105px;
  height: 233px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 115px;
  text-align: center;
  letter-spacing: 0;
  line-height: 115px;
}

.HOME .span {
  color: #ffffff;
  line-height: 116.3px;
}

.HOME .text-wrapper-2 {
  color: #fb6e67;
  line-height: 116.3px;
}

.HOME .section-wrapper {
  position: absolute;
  width: 1907px;
  height: 361px;
  top: 1211px;
  left: 0;
  background-color: #ffeee3;
  border-radius: 0px 410px 0px 410px;
}

.HOME .section {
  position: relative;
  width: 1307px;
  height: 220px;
  top: 94px;
  left: 300px;
}

.HOME .container-2 {
  position: absolute;
  width: 320px;
  height: 250px;
  top: -30px;
  left: 0;
  border: 4px solid transparent;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.1), rgba(239, 223, 213, 0.1));
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  margin: 10px;
  box-sizing: border-box;
  padding: 30px;
}

.HOME .container-2:hover {
  border: 4px solid rgba(251, 110, 103, 0.6);
  box-shadow: 0 15px 40px rgba(251, 110, 103, 0.2);
  transform: translateY(-10px) scale(1.02);
  z-index: 10;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.15), rgba(239, 223, 213, 0.15));
}
.typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fb6e67;
  font-family: monospace;
  color: #fb6e67;
  font-size: 1.5rem;
  width: 0ch;
  opacity: 1;
  animation: none;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.typewriter.animate {
  animation: typewriterCycle 3s forwards;
}

@keyframes typewriterCycle {
  0% { 
    width: 0ch; 
    border-right: 2px solid #fb6e67;
  }
  80% { 
    width: 50ch; 
    border-right: 2px solid #fb6e67;
  }
  100% { 
    width: 50ch; 
    border-right: 2px solid transparent;
  }
}

.HOME .heading {
  position: absolute;
  width: 125px;
  height: 32px;
  top: 100px;
  left: 15px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 26.5px;
  letter-spacing: 0.55px;
  line-height: 31.7px;
  white-space: nowrap;
}

.HOME .we-craft-compelling {
  position: absolute;
  width: 268px;
  height: 70px;
  top: 140px;
  left: 15px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #797c7f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.HOME .icon-2 {
  position: absolute;
  width: 55px;
  height: 60px;
  top: 15px;
  left: 15px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.HOME .container-3 {
  position: absolute;
  width: 320px;
  height: 250px;
  top: -30px;
  left: 350px;
  border: 4px solid transparent;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.1), rgba(239, 223, 213, 0.1));
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  margin: 10px;
  box-sizing: border-box;
  padding: 30px;
}

.HOME .container-3:hover {
  border: 4px solid rgba(251, 110, 103, 0.6);
  box-shadow: 0 15px 40px rgba(251, 110, 103, 0.2);
  transform: translateY(-10px) scale(1.02);
  z-index: 10;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.15), rgba(239, 223, 213, 0.15));
}

.HOME .heading-MEDIA {
  position: absolute;
  width: 148px;
  height: 32px;
  top: 100px;
  left: 15px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 26.5px;
  letter-spacing: 0.55px;
  line-height: 31.7px;
  white-space: nowrap;
}

.HOME .build-strategic {
  position: absolute;
  width: 290px;
  height: 70px;
  top: 140px;
  left: 15px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #797c7f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.HOME .container-4 {
  position: absolute;
  width: 320px;
  height: 250px;
  top: -30px;
  left: 700px;
  border: 4px solid transparent;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.1), rgba(239, 223, 213, 0.1));
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  margin: 10px;
  box-sizing: border-box;
  padding: 30px;
}

.HOME .container-4:hover {
  border: 4px solid rgba(251, 110, 103, 0.6);
  box-shadow: 0 15px 40px rgba(251, 110, 103, 0.2);
  transform: translateY(-10px) scale(1.02);
  z-index: 10;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.15), rgba(239, 223, 213, 0.15));
}

.HOME .heading-PR {
  position: absolute;
  width: 129px;
  height: 32px;
  top: 100px;
  left: 15px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 26.5px;
  letter-spacing: 0.55px;
  line-height: 31.7px;
  white-space: nowrap;
}

.HOME .gain-access-to-our {
  position: absolute;
  width: 299px;
  height: 70px;
  top: 140px;
  left: 15px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #797c7f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.HOME .icon-3 {
  position: absolute;
  width: 50px;
  height: 60px;
  top: 15px;
  left: 15px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.HOME .container-5 {
  position: absolute;
  width: 320px;
  height: 250px;
  top: -30px;
  left: 1040px;
  border: 4px solid transparent;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.1), rgba(239, 223, 213, 0.1));
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  margin: 10px;
  box-sizing: border-box;
  padding: 30px;
}

.HOME .container-5:hover {
  border: 4px solid rgba(251, 110, 103, 0.6);
  box-shadow: 0 15px 40px rgba(251, 110, 103, 0.2);
  transform: translateY(-10px) scale(1.02);
  z-index: 10;
  background: linear-gradient(135deg, rgba(251, 110, 103, 0.15), rgba(239, 223, 213, 0.15));
}

.HOME .heading-PUBLIC {
  position: absolute;
  width: 154px;
  height: 32px;
  top: 100px;
  left: 15px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 26.5px;
  letter-spacing: 0.55px;
  line-height: 31.7px;
  white-space: nowrap;
}

.HOME .we-manage-your-brand {
  position: absolute;
  width: 264px;
  height: 70px;
  top: 140px;
  left: 15px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #797c7f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.HOME .icon-4 {
  position: absolute;
  width: 58px;
  height: 60px;
  top: 15px;
  left: 15px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.HOME .overlap-3 {
  position: absolute;
  width: 1907px;
  height: 361px;
  top: 2686px;
  left: -4px;
  border-radius: 410px 0px 410px 0px;
}

.HOME .rectangle-4 {
  position: absolute;
  width: 1907px;
  height: 361px;
  top: 0;
  left: 0;
  background-color: #050404;
  border-radius: 410px 0px 410px 0px;
  transform: rotate(180deg);
}

.HOME .PEOPLE-DON-t-BUY {
  position: absolute;
  width: 1447px;
  height: 233px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #fb6e67;
  font-size: 132px;
  text-align: center;
  letter-spacing: 0;
  line-height: 116.3px;
}

.HOME .text-wrapper-3 {
  color: #ffffff;
}

.HOME .text-wrapper-4 {
  color: #fb6e67;
}

.HOME .overlap-4 {
  position: absolute;
  width: 1907px;
  height: 361px;
  top: 4199px;
  left: 1px;
  border-radius: 410px 0px 410px 0px;
}

.HOME .EVERY-BRAND-NEEDS {
  position: absolute;
  width: 1447px;
  height: 233px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #fb6e67;
  font-size: 132px;
  text-align: center;
  letter-spacing: 0;
  line-height: 116.3px;
}

.HOME .overlap-5 {
  position: absolute;
  width: 1907px;
  height: 1014px;
  top: 5898px;
  left: 1px;
}

.HOME .rectangle-5 {
  position: absolute;
  width: 1907px;
  height: 361px;
  top: 44px;
  left: 0;
  background-color: #050404;
  border-radius: 410px 0px 410px 0px;
  transform: rotate(180deg);
}

.HOME .bg-gr-solutions {
  position: absolute;
  width: 602px;
  height: 818px;
  top: 0;
  left: 1266px;
  background-image: url(https://c.animaapp.com/me1azn99PWDoJE/img/bg-gr-4-solutions-png.png);
  background-size: cover;
  background-position: 50% 50%;
}

.HOME .section-2 {
  position: absolute;
  width: 1550px;
  height: 587px;
  top: 427px;
  left: 236px;
}

.HOME .CREDIBILITY-ISN-t {
  position: absolute;
  width: 1447px;
  height: 233px;
  top: 224px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 132px;
  text-align: center;
  letter-spacing: 0;
  line-height: 116.3px;
}

.HOME .pngtree-file-upload {
  position: absolute;
  width: 105px;
  height: 105px;
  top: 634px;
  left: 1398px;
  object-fit: cover;
}

.HOME .overlap-6 {
  position: absolute;
  width: 1344px;
  height: 359px;
  top: 3304px;
  left: 278px;
}

.HOME .group-4 {
  position: absolute;
  width: 1344px;
  height: 359px;
  top: 0;
  left: 0;
}

.HOME .overlap-group-2 {
  position: absolute;
  width: 637px;
  height: 359px;
  top: 0;
  left: 0;
  background-image: url(https://c.animaapp.com/me1azn99PWDoJE/img/rectangle-19.svg);
  background-size: 100% 100%;
}

.HOME .THE-ONLY-WAY-TO {
  position: absolute;
  width: 575px;
  height: 46px;
  top: 80px;
  left: 42px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26.4px;
}

.HOME .text-wrapper-5 {
  font-weight: 600;
  color: #ffffff;
}

.HOME .item {
  position: absolute;
  width: 588px;
  height: 58px;
  top: 160px;
  left: 21px;
}

.HOME .we-deliver-PR-copy {
  position: absolute;
  width: 566px;
  height: 49px;
  top: 15px;
  left: 22px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28.9px;
}

.HOME .symbol {
  width: 13px;
  height: 14px;
  top: 21px;
  left: 8px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}

.HOME .item-2 {
  position: absolute;
  width: 579px;
  height: 57px;
  top: 196px;
  left: 30px;
}

.HOME .WE-BRING-THAT-POWER {
  position: absolute;
  width: 567px;
  height: 49px;
  top: 4px;
  left: 13px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28.9px;
}

.HOME .symbol-2 {
  position: absolute;
  width: 13px;
  height: 14px;
  top: 7px;
  left: -1px;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.HOME .item-3 {
  position: absolute;
  width: 589px;
  height: 87px;
  top: 245px;
  left: 30px;
}

.HOME .we-have-specialized {
  position: absolute;
  width: 572px;
  height: 78px;
  top: 4px;
  left: 13px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28.9px;
}

.HOME .rectangle-6 {
  position: absolute;
  width: 637px;
  height: 359px;
  top: 0;
  left: 705px;
  background-color: #cb6661;
  border-radius: 80px 0px 80px 0px;
}

.HOME .text-wrapper-6 {
  position: absolute;
  width: 453px;
  height: 130px;
  top: 24px;
  left: 42px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 57px;
  letter-spacing: 0.35px;
  line-height: 47px;
}

.HOME .text-wrapper-7 {
  position: absolute;
  width: 370px;
  height: 130px;
  top: 33px;
  left: 745px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 57px;
  letter-spacing: 0.35px;
  line-height: 27px;
}

.HOME .list {
  position: absolute;
  width: 437px;
  height: 143px;
  top: 149px;
  left: 745px;
}

.HOME .item-4 {
  position: absolute;
  width: 437px;
  height: 21px;
  top: 0;
  left: 0;
}

.HOME .text-wrapper-8 {
  position: absolute;
  width: 133px;
  height: 15px;
  top: 2px;
  left: 17px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: 21.4px;
  white-space: nowrap;
}

.HOME .symbol-3 {
  width: 9px;
  height: 10px;
  top: 6px;
  left: 0;
  font-size: 10.4px;
  line-height: 10.4px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}

.HOME .item-5 {
  position: absolute;
  width: 437px;
  height: 21px;
  top: 21px;
  left: 0;
}

.HOME .text-wrapper-9 {
  position: absolute;
  width: 90px;
  height: 15px;
  top: 2px;
  left: 17px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: 21.4px;
  white-space: nowrap;
}

.HOME .item-6 {
  position: absolute;
  width: 437px;
  height: 21px;
  top: 43px;
  left: 0;
}

.HOME .text-wrapper-10 {
  position: absolute;
  width: 64px;
  height: 15px;
  top: 2px;
  left: 17px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: 21.4px;
  white-space: nowrap;
}

.HOME .item-7 {
  position: absolute;
  width: 437px;
  height: 21px;
  top: 64px;
  left: 0;
}

.HOME .text-wrapper-11 {
  position: absolute;
  width: 142px;
  height: 15px;
  top: 2px;
  left: 17px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: 21.4px;
  white-space: nowrap;
}

.HOME .item-8 {
  position: absolute;
  width: 437px;
  height: 21px;
  top: 86px;
  left: 0;
}

.HOME .MEDIATRAINING-for {
  position: absolute;
  width: 309px;
  height: 15px;
  top: 2px;
  left: 17px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: 21.4px;
  white-space: nowrap;
}

.HOME .item-9 {
  position: absolute;
  width: 437px;
  height: 21px;
  top: 107px;
  left: 0;
}

.HOME .p {
  position: absolute;
  width: 416px;
  height: 15px;
  top: 2px;
  left: 17px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: 21.4px;
  white-space: nowrap;
}

.HOME .item-10 {
  position: absolute;
  width: 437px;
  height: 21px;
  top: 128px;
  left: 0;
}

.HOME .text-wrapper-12 {
  position: absolute;
  width: 306px;
  height: 15px;
  top: 2px;
  left: 17px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: 21.4px;
  white-space: nowrap;
}

.HOME .overlap-7 {
  position: absolute;
  width: 1344px;
  height: 359px;
  top: 3711px;
  left: 278px;
}

.HOME .group-5 {
  position: absolute;
  width: 1344px;
  height: 359px;
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}

.HOME .overlap-8 {
  position: absolute;
  width: 637px;
  height: 359px;
  top: 0;
  left: 0;
  border-radius: 80px 0px 80px 0px;
}

.HOME .rectangle-7 {
  position: absolute;
  width: 637px;
  height: 359px;
  top: 0;
  left: 0;
  background-color: #fb6e67;
  border-radius: 80px 0px 80px 0px;
  transform: rotate(-180deg) rotateY(180deg);
}

.HOME .socialize-your {
  position: absolute;
  width: 557px;
  height: 73px;
  top: 144px;
  left: 39px;
  transform: rotate(180deg);
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 26.4px;
}

.HOME .list-wrapper {
  position: absolute;
  width: 637px;
  height: 359px;
  top: 0;
  left: 705px;
  background-color: #cf5f5a;
  border-radius: 80px 0px 80px 0px;
}

.HOME .list-2 {
  position: relative;
  width: 561px;
  height: 202px;
  top: 29px;
  left: 56px;
  transform: rotate(180deg);
}

.HOME .item-11 {
  position: absolute;
  width: 561px;
  height: 87px;
  top: 100px;
  left: 0;
}

.HOME .we-re-expert-in {
  position: absolute;
  width: 571px;
  height: 78px;
  top: 25px;
  left: 23px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28.9px;
}

.HOME .symbol-4 {
  width: 13px;
  height: 14px;
  top: 8px;
  left: 0;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}

.HOME .overlap-group-3 {
  position: absolute;
  width: 561px;
  height: 97px;
  top: 0;
  left: 0;
}

.HOME .item-12 {
  position: absolute;
  width: 561px;
  height: 58px;
  top: 40px;
  left: 0;
}

.HOME .our-team-helps-you {
  position: absolute;
  width: 571px;
  height: 49px;
  top: 40px;
  left: 23px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28.9px;
}

.HOME .item-13 {
  position: absolute;
  width: 516px;
  height: 58px;
  top: 0;
  left: 0;
}

.HOME .we-can-connect-you {
  position: absolute;
  width: 576px;
  height: 49px;
  top: 15px;
  left: 23px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28.9px;
}

.HOME .symbol-5 {
  width: 13px;
  height: 14px;
  top: 18px;
  left: -1px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}

.HOME .text-wrapper-13 {
  position: absolute;
  width: 356px;
  height: 130px;
  top: 24px;
  left: 745px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 57px;
  letter-spacing: 0.35px;
  line-height: 47px;
}

.HOME .text-wrapper-14 {
  position: absolute;
  width: 317px;
  height: 130px;
  top: 28px;
  left: 49px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #232021;
  font-size: 57px;
  letter-spacing: 0.35px;
  line-height: 27px;
}

.HOME .heading-OUR {
  width: 240px;
  height: 97px;
  top: 3187px;
  left: 841px;
  color: #232021;
  font-size: 57px;
  line-height: 57px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .overlap-9 {
  position: absolute;
  width: 1691px;
  height: 1219px;
  top: 4594px;
  left: 152px;
}

.HOME .heading-OUR-2 {
  width: 512px;
  height: 229px;
  top: 0;
  left: 547px;
  color: #232021;
  font-size: 97px;
  text-align: center;
  line-height: 107px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .group-6 {
  position: absolute;
  width: 1603px;
  height: 840px;
  top: 379px;
  left: 0;
}


/* Hover effects removed - keeping only header and img elements */

/* Effet hover pour toutes les cartes du carrousel, y compris la noire (gauche) et la verte (droite) */
/* Hover effects removed - keeping only header and img elements */

.HOME .overlap-wrapper {
  position: absolute;
  width: 544px;
  height: 382px;
  top: 0;
  left: 0;
}

/* Hover effect moved to global rules with !important */

.HOME .overlap-10 {
  position: relative;
  width: 540px;
  height: 382px;
}

/* Hover effect moved to global rules with !important */

.HOME .overlap-group-wrapper {
  position: absolute;
  width: 502px;
  height: 382px;
  top: 0;
  left: 0;
}

.HOME .overlap-group-4 {
  position: relative;
  height: 382px;
}

.HOME .group-7 {
  position: absolute;
  width: 306px;
  height: 502px;
  top: -98px;
  left: 98px;
  background-color: #b5816a;
  transform: rotate(90deg);
}

.HOME .rectangle-wrapper {
  position: absolute;
  width: 152px;
  height: 502px;
  top: 55px;
  left: 175px;
  transform: rotate(90deg);
}

.HOME .rectangle-8 {
  position: absolute;
  width: 502px;
  height: 152px;
  top: 175px;
  left: -175px;
  border-radius: 72.87px 0px 72.87px 0px;
  transform: rotate(-90deg);
  object-fit: cover;
}

/* Rotation spécifique pour l'image rectangle-20-3.png dans rectangle-8 */
.HOME .rectangle-8[src*="rectangle-20-3.png"] {
  transform: rotate(90deg);
}

/* Rotation spécifique pour l'image rectangle-20-5.png dans rectangle-10 */
.HOME .rectangle-10[src*="rectangle-20-5.png"] {
  transform: rotate(180deg);
}

/* ===== NOUVELLES CLASSES POUR ÉVITER LES DUPLICATIONS ===== */

/* Styles pour heading-OUR-3-alt (PACK DIFFUSION CP- MAROC + ITW) */
.HOME .heading-OUR-3-alt {
  position: absolute;
  width: 505px;
  height: 191px;
  top: 22px;
  left: 35px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 70.9px;
  letter-spacing: 0;
  line-height: 56.6px;
}

/* Styles pour heading-OUR-4-alt (+) */
.HOME .heading-OUR-4-alt {
  width: 43px;
  height: 76px;
  top: 10px;
  left: 430px;
  color: #ffffff;
  font-size: 125.7px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

/* Styles pour heading-OUR-7-alt (PACK BOOST PRESSE) */
.HOME .heading-OUR-7-alt {
  width: 505px;
  height: 191px;
  top: 10px;
  left: 34px;
  color: #ffffff;
  font-size: 70.9px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

/* Styles pour heading-OUR-8-alt (+) */
.HOME .heading-OUR-8-alt {
  width: 43px;
  height: 76px;
  top: 10px;
  left: 430px;
  color: #ffffff;
  font-size: 125.7px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

/* ===== CONTENEURS DE PACKS ===== */

/* Conteneur général pour tous les packs */
.HOME .pack-container {
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

/* Hover effect pour tous les packs */
.HOME .pack-container:hover {
  transform: translateY(-8px);
  filter: brightness(1.15);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Effet sur les images au hover */
.HOME .pack-container:hover img {
  filter: brightness(1.2) saturate(1.1);
  transition: all 0.3s ease;
}

/* Effet sur les textes au hover */
.HOME .pack-container:hover .heading-OUR-3,
.HOME .pack-container:hover .heading-OUR-3-alt,
.HOME .pack-container:hover .heading-OUR-5,
.HOME .pack-container:hover .heading-OUR-7,
.HOME .pack-container:hover .heading-OUR-7-alt,
.HOME .pack-container:hover .heading-OUR-9 {
  color: #ffffff;
  transition: all 0.3s ease;
}

/* Effet sur les symboles + au hover */
.HOME .pack-container:hover .heading-OUR-4,
.HOME .pack-container:hover .heading-OUR-4-alt,
.HOME .pack-container:hover .heading-OUR-6,
.HOME .pack-container:hover .heading-OUR-8,
.HOME .pack-container:hover .heading-OUR-8-alt,
.HOME .pack-container:hover .heading-OUR-10 {
  color: #ffffff;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* Pack 1: DIFFUSION CP- MAROC */
.HOME .pack-diffusion-maroc {
  /* Styles spécifiques si nécessaire */
}

/* Pack 1: DIFFUSION CP- MAROC */
.HOME .pack-diffusion-maroc {
  /* Styles spécifiques si nécessaire */
}

/* Pack 2: DIFFUSION CP- MAROC + ITW */
.HOME .pack-diffusion-maroc-itw {
  /* Styles spécifiques si nécessaire */
}

/* Pack 3: ITW / MÉDIAS CONTENT */
.HOME .pack-itw-medias {
  /* Styles spécifiques si nécessaire */
}

/* Pack 4: CONFÉRENCE DE PRESSE */
.HOME .pack-conference-presse {
  /* Styles spécifiques si nécessaire */
}

/* Pack 5: BOOST PRESSE (rectangle-20-4) */
.HOME .pack-boost-presse-1 {
  /* Styles spécifiques si nécessaire */
}

/* Pack 6: BOOST PRESSE (rectangle-20-5) */
.HOME .pack-boost-presse-2 {
  /* Styles spécifiques si nécessaire */
}

.HOME .heading-OUR-3 {
  position: absolute;
  width: 505px;
  height: 191px;
  top: 22px;
  left: 35px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 70.9px;
  letter-spacing: 0;
  line-height: 56.6px;
}

.HOME .heading-OUR-4 {
  width: 43px;
  height: 76px;
  top: 10px;
  left: 430px;
  color: #ffffff;
  font-size: 125.7px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .div-wrapper {
  position: absolute;
  width: 544px;
  height: 382px;
  top: 0;
  left: 550px;
}

.HOME .group-8 {
  position: absolute;
  width: 506px;
  height: 382px;
  top: 0;
  left: 1101px;
  transform: rotate(180deg);
}

/* Hover effect moved to global rules with !important */

.HOME .overlap-11 {
  position: relative;
  width: 502px;
  height: 382px;
}

.HOME .heading-OUR-5 {
  width: 423px;
  height: 191px;
  top: 20px;
  left: 35px;
  transform: rotate(180deg);
  color: #ffffff;
  font-size: 70.9px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .heading-OUR-6 {
  width: 43px;
  height: 76px;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 125.7px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .group-9 {
  position: absolute;
  width: 543px;
  height: 382px;
  top: 458px;
  left: 1px;
}

/* Hover effect moved to global rules with !important */

.HOME .overlap-12 {
  position: relative;
  width: 539px;
  height: 382px;
}

.HOME .group-10 {
  width: 261px;
  top: -120px;
  left: 120px;
  position: absolute;
  height: 502px;
  background-color: #b5816a;
  transform: rotate(90deg);
}

.HOME .img-wrapper {
  position: absolute;
  width: 188px;
  height: 502px;
  top: 37px;
  left: 157px;
  transform: rotate(90deg);
}

.HOME .rectangle-9 {
  position: absolute;
  width: 502px;
  height: 188px;
  top: 157px;
  left: -157px;
  border-radius: 72.87px 0px 72.87px 0px;
  transform: rotate(-90deg);
  object-fit: cover;
}

.HOME .heading-OUR-7 {
  width: 505px;
  height: 191px;
  top: 20px;
  left: 34px;
  color: #ffffff;
  font-size: 70.9px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .heading-OUR-8 {
  width: 43px;
  height: 76px;
  top: 10px;
  left: 430px;
  color: #ffffff;
  font-size: 125.7px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .group-11 {
  position: absolute;
  width: 543px;
  height: 381px;
  top: 458px;
  left: 551px;
}

.HOME .overlap-13 {
  position: relative;
  width: 539px;
  height: 381px;
}

/* Hover effect moved to global rules with !important */

.HOME .group-12 {
  position: absolute;
  width: 502px;
  height: 381px;
  top: 0;
  left: 0;
}

.HOME .overlap-group-5 {
  position: relative;
  height: 381px;
}

.HOME .group-13 {
  width: 342px;
  top: -80px;
  left: 80px;
  position: absolute;
  height: 502px;
  background-color: #b5816a;
  transform: rotate(90deg);
  border-top-right-radius: 90px;
}

.HOME .group-14 {
  position: absolute;
  width: 501px;
  height: 187px;
  top: 194px;
  left: 0;
  transform: rotate(0.01deg);
}

.HOME .rectangle-10 {
  position: absolute;
  width: 501px;
  height: 187px;
  top: 0;
  left: 0;
  border-radius: 72.87px 0px 72.87px 0px;
  transform: rotate(-0.01deg);
  object-fit: cover;
}

.HOME .group-15 {
  position: absolute;
  width: 506px;
  height: 381px;
  top: 458px;
  left: 1101px;
  transform: rotate(180deg);
}

/* Hover effect moved to global rules with !important */

.HOME .overlap-14 {
  position: relative;
  width: 502px;
  height: 381px;
}

.HOME .heading-OUR-9 {
  width: 424px;
  height: 191px;
  top: -5px;
  left: 34px;
  transform: rotate(180deg);
  color: #ffffff;
  font-size: 70.9px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .heading-OUR-10 {
  width: 43px;
  height: 76px;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 125.7px;
  line-height: 56.6px;
  position: absolute;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.HOME .d-ployez-votre {
  position: absolute;
  width: 1215px;
  height: 286px;
  top: 114px;
  left: 233px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: 64px;
}

.HOME .text-wrapper-15 {
  color: #fb6e67;
  line-height: 44px;
}

.HOME .text-wrapper-16 {
  color: #000000;
  font-size: 40px;
  line-height: 44px;
}

.HOME .group-16 {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 749px;
  left: 1603px;
}

.HOME .section-3 {
  position: absolute;
  width: 1907px;
  height: 1080px;
  top: 108px;
  left: 15px;
}

.HOME .section-4 {
  position: absolute;
  width: 915px;
  height: 587px;
  top: 224px;
  left: 70px;
}

.HOME .heading-your-2 {
  position: absolute;
  width: 866px;
  height: 415px;
  top: -15px;
  left: 0;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #fb6e67;
  font-size: 152px;
  letter-spacing: 0;
  line-height: 143.3px;
}

.HOME .heading-PASSIONATE {
  position: absolute;
  width: 805px;
  height: 172px;
  top: 470px;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #050404;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 37.9px;
}

.HOME .background {
  position: absolute;
  width: 922px;
  height: 1213px;
  top: -110px;
  left: 985px;
  border-radius: 130px 10px 0px 130px;
  background: url(https://c.animaapp.com/me1azn99PWDoJE/img/background.png) 50%
    50% / cover;
}

.HOME .group-17 {
  position: absolute;
  width: 87px;
  height: 88px;
  top: 5343px;
  left: 48px;
}

.HOME .header {
  position: fixed;
  width: 1843px;
  height: 133px;
  top: 38px;
  left: 32px;
  background-color: #050404;
  border-radius: 120px;
  z-index: 10000;
}

.HOME .overlap-15 {
  position: relative;
  width: 1733px;
  height: 93px;
  top: 23px;
  left: 55px;
}

.HOME .section-5 {
  position: absolute;
  width: 1733px;
  height: 87px;
  top: 0;
  left: 0;
}

.HOME .overlap-group-6 {
  position: absolute;
  width: 526px;
  height: 72px;
  top: 8px;
  left: 1229px;
}

.HOME .nav-list {
  position: absolute;
  width: 385px;
  height: 61px;
  top: 6px;
  left: 0;
}

.HOME .nav-list > div {
  cursor: pointer;
  transition: all 0.3s ease;
}

.HOME .nav-list > div:hover {
  transform: translateY(-1px);
}

.HOME .nav-list > div:hover .contact,
.HOME .nav-list > div:hover .services,
.HOME .nav-list > div:hover .about-us {
  color: #fb6e67;
}

.HOME .item-link {
  position: absolute;
  width: 81px;
  height: 61px;
  top: 1px;
  left: 72px;
}

.HOME .contact {
  position: absolute;
  width: 49px;
  height: 21px;
  top: 18px;
  left: 16px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.HOME .m-dias {
  position: absolute;
  width: 84px;
  height: 21px;
  top: 19px;
  left: -12px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.HOME .m-dias:hover {
  color: #fb6e67;
  transform: translateY(-1px);
}

.HOME .services-wrapper {
  width: 83px;
  top: 1px;
  left: -278px;
  position: absolute;
  height: 61px;
}

.HOME .services {
  position: absolute;
  width: 80px;
  height: 21px;
  top: 18px;
  left: 16px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.HOME .about-us-wrapper {
  width: 85px;
  top: 1px;
  left: -393px;
  position: absolute;
  height: 61px;
}

.HOME .about-us {
  position: absolute;
  width: 116px;
  height: 21px;
  top: 18px;
  left: 16px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

        .HOME .rectangle-11 {
          position: absolute;
          width: 205px;
          height: 64px;
          top: 3px;
          left: 321px;
          background-color: #fb6e67;
          border-radius: 60px;
          cursor: pointer;
          transition: all 0.3s ease;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "Bebas Neue", Helvetica;
          font-weight: 400;
          color: #ffffff;
          font-size: 22px;
          letter-spacing: 0;
          line-height: 27px;
          white-space: nowrap;
        }

.HOME .rectangle-11:hover {
  background-color: #e55a53;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(251, 110, 103, 0.3);
}

.HOME .save-tons-of-time-g-3 {
  width: 158px;
  top: 17px;
  left: 358px;
  font-family: "Bebas-Regular", Helvetica;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 12.00px;
  position: absolute;
  color: #ffffff;
  line-height: normal;
}

.HOME .vector {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 21px;
  left: 204px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.HOME .icon-5 {
  position: absolute;
  width: 30px;
  height: 72px;
  top: 0;
  left: 250px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.HOME .item-link-2 {
  width: 83px;
  top: 15px;
  left: 1070px;
  position: absolute;
  height: 61px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.HOME .item-link-2:hover {
  transform: translateY(-1px);
}

.HOME .item-link-2:hover .text-wrapper-17 {
  color: #fb6e67;
}

.HOME .text-wrapper-17 {
  position: absolute;
  width: 80px;
  height: 21px;
  top: 18px;
  left: 15px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.HOME .container-6 {
  position: absolute;
  width: 33px;
  height: 62px;
  top: 17px;
  left: 663px;
}

.HOME .layer-2 {
  position: absolute;
  width: 160px;
  height: 93px;
  top: 0;
  left: 15px;
}

/* Disable hover effects ONLY when header is hovered - but keep them active for other elements */
.HOME .header:hover ~ .overlap-group .overlap-2 .img:hover,
.HOME .header:hover ~ .overlap-group .overlap-2 .img-2:hover,
.HOME .header:hover ~ .overlap-group .overlap-2 .telechargement:hover,
.HOME .header:hover ~ .overlap-group .overlap-2 .telechargement-2:hover {
  transform: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Ensure hover effects have maximum priority and stay active - only for img elements */
.HOME .img:hover,
.HOME .img-2:hover,
.HOME .telechargement:hover,
.HOME .telechargement-2:hover {
  transform: scale(1.05) translateY(-5px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  border-radius: 25px !important;
  z-index: 9999 !important;
}

/* Professional hover animations for container icons */
.HOME .container-2:hover .icon-2,
.HOME .container-3:hover .icon-2,
.HOME .container-4:hover .icon-3,
.HOME .container-5:hover .icon-4 {
  transform: scale(1.15) rotate(5deg);
  filter: drop-shadow(0 8px 20px rgba(251, 110, 103, 0.3));
}

/* Additional subtle animations for container hover */
.HOME .container-2:hover .icon-2 {
  transform: scale(1.15) rotate(-3deg) translateY(-3px);
}

.HOME .container-3:hover .icon-2 {
  transform: scale(1.15) rotate(3deg) translateY(-3px);
}

.HOME .container-4:hover .icon-3 {
  transform: scale(1.15) rotate(-2deg) translateY(-3px);
}

.HOME .container-5:hover .icon-4 {
  transform: scale(1.15) rotate(2deg) translateY(-3px);
}

/* Hover effect for icon-5 (LinkedIn/Instagram) */
.HOME .icon-5:hover {
  transform: scale(1.15) rotate(3deg) translateY(-3px);
  filter: drop-shadow(0 8px 20px rgba(251, 110, 103, 0.3));
}

/* Hover effect for vector icon */
.HOME .vector:hover {
  transform: scale(1.15) rotate(-2deg) translateY(-3px);
  filter: drop-shadow(0 8px 20px rgba(251, 110, 103, 0.3));
}

/* Hover effect for rectangle-2 button */
.HOME .rectangle-2:hover {
  transform: scale(1.05) translateY(-3px);
  box-shadow: 0 10px 25px rgba(251, 110, 103, 0.4);
  background-color: #e55a52;
}

/* Hover effects for icon and container */
.HOME .icon:hover {
  transform: scale(1.15) rotate(4deg) translateY(-3px);
  filter: drop-shadow(0 8px 20px rgba(251, 110, 103, 0.3));
}

.HOME .container:hover {
  transform: scale(1.15) rotate(-4deg) translateY(-3px);
  filter: drop-shadow(0 8px 20px rgba(251, 110, 103, 0.3));
}

/* Hover effects for footer links - white color */
.HOME .support-privacy-poli:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.HOME .text-wrapper:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.HOME .support-privacy-poli-2:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

/* ===== STYLES POUR LA LISTE DES SERVICES ===== */

.HOME .services-list {
  position: absolute;
  width: 575px;
  top: 140px;
  left: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.HOME .service-item {
  position: relative;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 20px;
}

.HOME .service-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.HOME .service-item:last-child {
  margin-bottom: 0;
}

/* ===== STYLES POUR LA LISTE DES SERVICES MÉDIAS ===== */

.HOME .media-services-list {
  position: absolute;
  width: 437px;
  height: 143px;
  top: 120px;
  left: 745px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.HOME .media-service-item {
  position: relative;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 20px;
  white-space: nowrap;
}

.HOME .media-service-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
}

.HOME .media-service-item:last-child {
  margin-bottom: 0;
}

/* ===== STYLES POUR LA LISTE DES SERVICES INFLUENCEURS ===== */

.HOME .influencer-services-list {
  position: relative;
  width: 561px;
  height: 202px;
  top: 70px;
  left: 56px;
  transform: rotate(180deg);
  list-style: none;
  margin: 0;
  padding: 0;
}

.HOME .influencer-service-item {
  position: relative;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28.9px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.HOME .influencer-service-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.HOME .influencer-service-item:last-child {
  margin-bottom: 0;
}

/* ===== STYLES POUR LA LISTE DES RELATIONS PUBLIQUES ===== */

.HOME .public-relations-list {
  position: absolute;
  width: 557px;
  height: 73px;
  top: 125px;
  left: 39px;
  transform: rotate(180deg);
  list-style: none;
  margin: 0;
  padding: 0;
}

.HOME .public-relations-item {
  position: relative;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 26.4px;
  margin-bottom: 0;
  padding-left: 20px;
}

.HOME .public-relations-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
