/* Bannière */
.sticky-banner {
  width: 100%;
  background-color: #FEE0D8;
  font-family: "CentraNo1-Extrabold";
  font-weight: 800;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 453px;
  left: 0px;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}
   
.scrolling-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
}
  
.scrolling-text span {
  padding: 0 80px;
  color:#707070;
}

.brands-banner__item {
  height: 80px; 
  width: auto;
  margin: 0 20px; 
}
  
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-160%);
  }
}
  
@media (max-width: 768px) {
  .sticky-banner {
    font-size: 14px;
    top: 435px;
  }

  .scrolling-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    white-space: nowrap;
    animation: scroll-mobile 35s linear infinite;
  }

  .scrolling-text span {
    padding: 0 10px;
  }
  
  @keyframes scroll-mobile {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-400%);
    }
  }
}

/* Titre confiance */
.svg-underline-zig-zag {
  position: relative;
}
@media (max-width: 768px) {
  .they-trust-us {
    margin-top: 100px !important;
  }
}

/* Bannière de logos */
.brands-banner-scrolling {
  overflow: hidden; 
  white-space: nowrap;
  position: relative;
}

.brands-banner-scrolling__list {
  display: flex; 
  animation: scroll 25s linear infinite; 
}

.brands-banner-scrolling__item {
  height: 60px;
  width: auto; 
  margin: 0 40px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .brands-banner-scrolling__item {
    height: 30px;
    width: auto; 
    margin: 0 40px;
  }

  .brands-banner-scrolling__list {
    display: flex; 
    animation: scroll 35s linear infinite; 
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-650%);
    }
  }
}

.brands-banner__list > div {
  display: flex;
  animation: none; 
}

/* Block Offre */
.option-hoverable {
  padding: 8px 11px !important;
}

/* Underline Livraison */
.svg-underline {
  position: relative;
}

@media (max-width: 769px) {
  .text-mobile-center {
    text-align: center !important;
  }
}

/* Block Personalisation */
.habillage {
  min-width: 440px; 
  min-height: 326px;
}

.perso-ecran{
  margin-left: 150px;
}

@media (max-width: 769px) {
  .d-mobile-block{
    display: block !important;
  }
  .d-mobile-none{
    display: none !important;
  }
  
  .habillage{
    min-width: 311px; 
  }

  .perso-ecran{
    margin-left: -2px;
  }
}

/* Block Des questions */
.svg-take-it-easy {
  position: relative;
}

/* GIF */
@media (max-width: 768px) {
  .photos-border__imgs {
    height: 1228px;
  }
}

/* Caroussel Cas Clients Double*/
/* .caroussel-client-desktop {
  height: 400px;
  width: 950px;
  margin: auto;
}

.caroussel-client-mobile {
  height: 300px;
  width: 300px;
  margin: auto;
} */

/* 
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-desktop {
  height: 400px !important;
  width: 950px;
}

.swiper-slide-mobile {
  height: 250px;
  width: 250px;
}
.swiper-desktop {
  max-height:400px !important;
}
.vignette-wrapper {
  display: flex;
  flex-wrap: nowrap; 
  overflow-x: auto; 
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  width: 100%; 
  height: 100%;
}

.vignette-client {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  padding-top: 25%;
  flex: 0 0 100%; 
  scroll-snap-align: start;
}

.vignette-client-desktop {
  max-width: 400px;
}

.vignette-client-mobile {
  max-width: 350px;
}
  
.vignette-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.logo {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-top: 15%;
}

.description-client {
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  font-family:"CentraNo1-Black";
  color: black;
  text-align: left;
  line-height: 26px;
  letter-spacing: 0px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.tag {
  font-family:"CentraNo1-Book";
  font-size: 12px;
  line-height: 18px;
  background-color: rgba(112, 112, 112, 1);
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
}

.swiper .swiper-button-next .swiper-button-next-desktop {
  top: 50% !important;
}

.swiper .swiper-button-prev .swiper-button-prev-desktop {
  top: 50% !important;
}
@media (max-width: 1024px) {
  .vignette-client {
    max-width: 100%; 
    padding-top: 50%;
  }
}

.vignette-wrapper {
  align-items: center;
}

@media (max-width: 600px) {
  .vignette-client {
    max-width: 100%;
    padding-top: 65%;
  }

  .vignette-overlay {
    padding: 12px;
  }

  .description-client {
    font-size: 14px;
    line-height: 100%;
  }

  .tags {
    gap: 5px;
  }

  .tag {
    font-size: 6px;
    padding: 1px 3px;
  }
} */

/* Affichage caroussel CC Mobile/Desktop */
/* @media (max-width: 950px) {
  .caroussel-client-desktop {
    display: none;
  }
  .caroussel-client-mobile {
    display: block;
  }
  .caroussel-client-mobile {
    max-width: 300px;
  }
}
@media (min-width: 951px) {
  .caroussel-client-desktop {
    display: block;
  }
  .caroussel-client-mobile {
    display: none;
  }
} */


/* Caroussel Cas Clients Simple*/

/* Caroussel Cas Clients */
.caroussel-client {
  width: 700px;
  margin: auto;
}
.swiper-slide {
  width: 100% !important;  
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-vignette {
  height: 300px; 
}

.vignette-wrapper {
  display: flex;
  flex-wrap: nowrap; 
  overflow-x: auto; 
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  width: 100%; 
  height: 100%;
}

.vignette-client {
  width: 100%;  
  height: 100%;
  max-width: 954px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  padding-top: 25%;
  flex: 0 0 100%; 
  scroll-snap-align: start;
}
  
.vignette-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.logo {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-top: 15%;
}

.vignette-logo-caroussel {
  width: 100% !important; 
  height: auto !important;
}

.description-client {
font-size: 24px;
font-weight: 900;
line-height: 26px;
font-family:"CentraNo1-Black";
color: black;
text-align: left;
line-height: 26px;
letter-spacing: 0px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.tag {
  font-family:"CentraNo1-Book";
  font-size: 12px;
  line-height: 18px;
  background-color: rgba(112, 112, 112, 1);
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .vignette-client {
    max-width: 45%; 
    padding-top: 50%;
  }
}

@media (max-width: 600px) {
  .caroussel-client {
    max-width: 300px;
  }

  .vignette-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .vignette-client {
    max-width: 100%;
    padding-top: 65%;
  }

  .vignette-overlay {
    padding: 12px;
  }

  .description-client {
    font-size: 18px;
    line-height: 100%;
  }
  .tags {
    gap: 3px;
  }

  .tag {
    font-size: 10px;
    padding: 2px 4px;
  }
}

/* FAQ */
.faq-accordion {
  background:  #fff4ed;
}

@media (max-width: 768px) {
  .cheese{
    height: 80px;
  }
}

/* Blocks redirection Vignettes Josepho */
.block-vignette-redirection {
  background-color: #333333;
  padding: 60px;
}

@media (max-width: 769px) {
  .block-vignette-redirection {
    padding: 17px;
    border-radius: 20px;
  }
}

.subtitle {
  color: var(--Neutral-White-0, #FFF);
  text-align: center;
  font-family: "CentraNo1-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
}
 
.content-container {
  display: flex;
  justify-content: left;
  align-items: top;
  max-width: 1200px;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  color: white;
  text-align: left;
}

.photo-block {
  display: block;
  position: relative;
  text-decoration: none;
  color: white;
  overflow: hidden;
  border-radius: 20px;
}

.photo-block img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.photo-block:hover img {
  transform: scale(1.1);
}

.photo-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.photo-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42.5%, rgba(0, 0, 0, 0.90) 100%);
  z-index: 1;
  border-radius: 20px;
  pointer-events: none;
}