/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 93:0 Unexpected "<"
Line 176:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.carousel-section-wrapper {
  padding: 3rem 0;
}

.carousel-inner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  box-sizing: border-box;
  padding: 0 1.5rem;
}

.carousel-container,
.text-container {
  flex: 1 1 50%;
  box-sizing: border-box;
}

/* Image carrée */
.carousel {
  width: 100%;
}

.carousel-cell {
  width: 100% !important;
  margin-right: 0;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* Texte à gauche */
.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 6rem 7rem 7rem;
}

.text-container h2 {
  margin-bottom: 1rem;
}

.text-container div {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  font-family: inherit;
}

/* Responsive mobile */
@media screen and (max-width: 768px) {
  .carousel-inner-wrapper {
    flex-direction: column;
    padding: 0 1rem;
  }

  .carousel-container,
  .text-container {
    flex: 1 1 100%;
    padding: 0;
  }

  .text-container {
    text-align: left;
    padding: 2rem 1.5rem;
  }
}
</style>
<style>
.carousel-section-wrapper {
  padding: 3rem 0;
}

.carousel-inner-wrapper {
  max-width: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  box-sizing: border-box;
  padding: 0 1.5rem;
}

.carousel-container,
.text-container {
  flex: 1 1 50%;
  box-sizing: border-box;
}

/* Image carrée */
.carousel {
  width: 100%;
}

.carousel-cell {
  width: 100% !important;
  margin-right: 0;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* Texte à droite */
.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 6rem 7rem 7rem;
}

.text-container h2 {
  margin-bottom: 1rem;
}

.text-container div {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  font-family: inherit;
}

/* Responsive mobile */
@media screen and (max-width: 768px) {
  .carousel-inner-wrapper {
    flex-direction: column;
    padding: 0 1rem;
  }

  .carousel-container,
  .text-container {
    flex: 1 1 100%;
    padding: 0;
  }

  .text-container {
    text-align: left;
    padding: 2rem 1.5rem;
  }
}
</style>