.grand-bloc {
  position: relative;
}

.grand-bloc .row {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
}

.grand-bloc .row .grand-bloc-image {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
}

.grand-bloc .grand-bloc__content .grand-bloc__content--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.filtre-grand-bloc {
    z-index: 3;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grand-bloc-home .flottant1 {
    z-index: 4;
    position: absolute;
    top: 18%;
    left: 11%;
    width: 166px;
    aspect-ratio: 194/159;
    background-image: url("https://madcommunication.fr/wp-content/uploads/2025/06/Assiettes.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grand-bloc-home .flottant2 {
    z-index: 4;
    position: absolute;
    bottom: 10%;
    left: 8%;
    width: 153px;
    aspect-ratio: 153/130;
    background-image: url("https://madcommunication.fr/wp-content/uploads/2025/06/Pizza.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grand-bloc-home .flottant3 {
    z-index: 4;
    position: absolute;
    top: 35%;
    right: 10%;
    width: 153px;
    aspect-ratio: 153/173;
    background-image: url("https://madcommunication.fr/wp-content/uploads/2025/06/Cloche.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiperGrandBloc {
    width: 100%;
    height: 100%;
}

.swiperGrandBloc .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiperGrandBloc .swiper-slide .imgcropCtn {
    width: 100%;
    height: 100%;
}

.grand-bloc .grand-bloc__content {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1366px;
    transform: translateX(-50%) translateY(-50%);
}

.grand-bloc .grand-bloc__content .btn {
    transition: 0.3s all ease;
}

.grand-bloc .grand-bloc__content .btn:hover {
    transition: 0.3s all ease;
}

.grand-bloc .grand-bloc__content h1, .grand-bloc .grand-bloc__content p  {
   margin: 0;
}

.grand-bloc .grand-bloc__content h1 {
    color: white;
    margin: 0 0 32px 0;
}

.grand-bloc .grand-bloc__content .grand-bloc__desc {
    margin: 0 0 32px 0;
}

.grand-bloc .grand-bloc__content .grand-bloc__desc p {
    font-size: 1.8rem;
    color: white;
}

.grand-bloc .grand-bloc__content .grand-bloc__liste {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.grand-bloc .grand-bloc__content .grand-bloc__liste a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 200px;
    padding: 8px;
    margin: 0;
    box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease;
}

.grand-bloc .grand-bloc__content .grand-bloc__liste a:hover {
    transform: rotate(360deg) scale(0.9);
    transition: 0.3s all ease;
}

.grand-bloc .row .grand-bloc-image img {
    filter: grayscale(1);
}

.swiperPostEntete {
    display: block;
    width: 100%;
    height: auto;
    background-color: #03563C;
    padding: 30px 0 !important;
}

.swiperPostEntete .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear !important;
}

.swiperPostEntete .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiperPostEntete .swiper-wrapper .swiper-slide span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
    color: var(--pink, #F6C3DB);
    font-family: Gotham;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 150% */
    padding: 8px 24px;
    border-radius: 100px;
    border: 2px solid var(--pink, #F6C3DB);
    margin: 0;
}

.container-chevron {
    z-index: 4;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .chevron {
    position: absolute;
    width: 28px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }

  .grand-bloc-other h1 {
    text-align: center;
  }

  .grand-bloc-other h1 strong {
    color: #f6c3db;
  }

  .grand-bloc-other .grand-bloc__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px 10px;
    border-radius: 200px;
    padding: 8px;
    margin: 0 0 12px 0;
    transition: 0.3s;
  }

  .grand-bloc.grand-bloc-other .grand-bloc__content .grand-bloc__content--wrapper {
    gap: 0;
  }

  .grand-bloc-other .grand-bloc__logo img {
    width: 100%;
  }

.grand-bloc-other .flottant1 {
    z-index: 4;
    position: absolute;
    top: 24%;
    right: 20%;
    width: 83px;
    aspect-ratio: 83/151;
    background-image: url("https://madcommunication.fr/wp-content/uploads/2025/06/Glace.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grand-bloc-other .flottant2 {
    z-index: 4;
    position: absolute;
    bottom: 10%;
    left: 8%;
    width: 185px;
    aspect-ratio: 185/191;
    background-image: url("https://madcommunication.fr/wp-content/uploads/2025/06/ThumbBis.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grand-bloc-other .flottant3 {
    z-index: 4;
    position: absolute;
    bottom: 12%;
    right: 4%;
    width: 146px;
    aspect-ratio: 146/149;
    background-image: url("https://madcommunication.fr/wp-content/uploads/2025/06/CafeRose.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }

@media (max-width: 768px) {

    .grand-bloc {
      position: relative;
      overflow-x: hidden;
    }

    .grand-bloc__logo {
      max-width: 250px;
      width: auto;
    }

    .grand-bloc .grand-bloc__content .grand-bloc__liste {
      gap: 16px;
    }

    .grand-bloc .grand-bloc__content .grand-bloc__liste a {
      width: 95px;
    }

    .grand-bloc-home .flottant1 {
      z-index: 4;
      position: absolute;
      top: 8%;
      left: -8%;
      width: 140px;
    }

    .grand-bloc-home .flottant2 {
      z-index: 4;
      position: absolute;
      bottom: 4%;
      left: -5%;
      width: 115px;
    }

    .grand-bloc-home .flottant3 {
      z-index: 4;
      position: absolute;
      top: 35%;
      right: -12%;
      width: 120px;
    }

    .grand-bloc .flottant1 {
      z-index: 4;
      position: absolute;
      top: 8%;
      left: -8%;
      width: 70px;
    }

    .grand-bloc .flottant2 {
      z-index: 4;
      position: absolute;
      bottom: 4%;
      left: -5%;
      width: 115px;
    }

    .grand-bloc .flottant3 {
      z-index: 4;
      position: absolute;
      top: 35%;
      right: -12%;
      width: 120px;
    }
}