@charset "UTF-8";
.ast-container {
  width: 100%;
  max-width: unset;
  padding: 0;
  margin: 0;
  display: block !important;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

body.menu-is-open {
  overflow: hidden;
}

.hc-cj-title {
  font-size: 50px;
  font-family: "Passion One", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  color: #000;
  margin: 0;
}
.hc-cj-title span {
  font-size: 35px;
}

.hc-button-pink {
  border-radius: 50px;
  border: 1px solid #E61871;
  color: #E61871;
  font-size: 20px;
  font-family: "Passion One", sans-serif;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  transition: 350ms;
  line-height: 20px;
}
.hc-button-pink:hover, .hc-button-pink:active, .hc-button-pink:focus {
  background-color: #E61871;
  color: #ffffff;
}

#hc-cj-main-content {
  background-color: #fff;
}
#hc-cj-main-content .hc-cj-title {
  font-size: 50px;
  font-family: "Passion One", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  color: #000000;
  margin: 0;
}
#hc-cj-main-content .hc-cj-title span {
  font-size: 35px;
}
#hc-cj-main-content .bonplan-card {
  position: relative;
  border-radius: 20px;
  min-height: 410px;
  max-width: 303px;
  display: flex;
  flex-flow: column wrap;
  text-decoration: none;
  background-color: #ffffff;
}
#hc-cj-main-content .bonplan-card .bonplan-card-image-container {
  width: 100%;
  height: 303px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#hc-cj-main-content .bonplan-card .bonplan-card-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#hc-cj-main-content .bonplan-card .bonplan-card-details-container {
  display: flex;
  flex-flow: column wrap;
  padding: 20px 30px;
  gap: 10px;
  text-align: center;
}
#hc-cj-main-content .bonplan-card .bonplan-card-details-container .bonplan-card-title {
  font-family: "Passion One", sans-serif;
  color: #E61871;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}
#hc-cj-main-content .bonplan-card .bonplan-card-details-container .bonplan-card-content {
  font-size: 16px;
  color: #000000;
  margin: 0;
  opacity: 0.5;
}
#hc-cj-main-content .bonplan-card .bonplan-hover-content {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 350ms;
  background-color: #000000;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  visibility: hidden;
  z-index: -1;
  margin: 0;
}
#hc-cj-main-content .bonplan-card:hover .bonplan-hover-content {
  opacity: 1;
  height: 100%;
  width: 100%;
  visibility: visible;
  z-index: 1;
  transition: 350ms;
}
#hc-cj-main-content .hc-button-pink {
  border-radius: 50px;
  border: 1px solid #E61871;
  color: #E61871;
  font-size: 20px;
  font-family: "Passion One", sans-serif;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  transition: 350ms;
  line-height: 20px;
}
#hc-cj-main-content .hc-button-pink:hover, #hc-cj-main-content .hc-button-pink:active, #hc-cj-main-content .hc-button-pink:focus {
  background-color: #E61871;
  color: #ffffff;
}
#hc-cj-main-content #hc-cj-carousel {
  background-color: white;
}
#hc-cj-main-content #hc-cj-carousel h1 {
  font-family: "Passion One", sans-serif;
}
#hc-cj-main-content #hc-cj-carousel a {
  border-radius: 50px;
  border: 1px solid #E61871;
  color: #E61871;
  font-size: 20px;
  font-family: "Passion One", sans-serif;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  transition: 350ms;
  line-height: 20px;
}
#hc-cj-main-content #hc-cj-bonplan {
  position: relative;
  min-height: 1000px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  margin-bottom: 55px;
  background-color: #F5F5F5;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: -70px;
}
#hc-cj-main-content #hc-cj-bonplan .vague-haut {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 110px; /* augmentée pour laisser de la place au pic */
  display: block;
  background-color: white;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M0,90C240,10,480,10,720,60C960,110,1200,110,1440,90L1440,0L0,0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M0,90C240,10,480,10,720,60C960,110,1200,110,1440,90L1440,0L0,0Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  max-width: 1270px;
  width: 95%;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-title {
  margin: 0;
  margin-bottom: 10px;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-subtitle {
  margin: 0;
  max-width: 522px;
  color: #000000;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter {
  width: 100%;
  color: #000000;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter .hc-cj-bonplan-filter-image-container {
  position: relative;
  display: inline-block;
  width: 82px;
  height: 67px;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 350ms;
  -o-object-fit: contain;
     object-fit: contain;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image.active {
  opacity: 0;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter .hc-cj-bonplan-filter-text {
  min-height: 44px;
  text-align: center;
  margin: 0;
  margin-bottom: auto;
  line-height: 22px;
  color: #838383;
  transition: 250ms;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:hover .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:active .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:focus .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter.active .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image {
  opacity: 0;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:hover .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image.active, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:active .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image.active, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:focus .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image.active, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter.active .hc-cj-bonplan-filter-image-container .hc-cj-bonplan-filter-image.active {
  opacity: 1;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:hover .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:active .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:focus .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter.active .hc-cj-bonplan-filter-text {
  min-height: 44px;
  text-align: center;
  margin: 0;
  margin-bottom: auto;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-card-container {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  z-index: 2;
}
#hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-button {
  margin-top: 50px;
}
#hc-cj-main-content #hc-cj-avantages {
  min-height: 1000px;
  background-size: cover !important;
  background-position: 0 117% !important;
  background-repeat: no-repeat !important;
  display: flex;
  margin-bottom: -100px;
  padding-bottom: 240px;
  padding-top: 350px;
  margin-top: -400px;
  position: relative;
  z-index: 1;
}
#hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  width: 95%;
  max-width: 1270px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
}
#hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container .hc-cj-avantages-title {
  color: #ffffff;
}
#hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container .hc-cj-avantages-main-content {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}
#hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container .hc-cj-avantages-button {
  margin-top: 50px;
}
#hc-cj-main-content #hc-cj-produits {
  position: relative;
  margin-top: 10px;
  margin-bottom: 130px;
  z-index: 2;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-image-before {
  position: absolute;
  top: -50%;
  left: 8%;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-image-before img {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  max-width: 1270px;
  width: 95%;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-details-container {
  width: 25%;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-details-container .hc-cj-produits-details-title {
  margin: 0;
  text-align: left;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-details-container .hc-cj-produits-details-content {
  margin: 0;
  font-size: 16px;
  line-height: normal;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-details-container .hc-cj-produits-button {
  margin-top: 15px;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container {
  width: 70%;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 410px;
  max-width: 303px;
  display: flex;
  flex-flow: column wrap;
  text-decoration: none;
  background-color: #ffffff;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 279px;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-details {
  margin-top: 11px;
  display: flex;
  flex-flow: column wrap;
  gap: 5px;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-details .hc-cj-produits-card-details-title {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  min-height: 44px;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-details .hc-cj-produits-card-details-price {
  color: #E61871;
  font-size: 35px;
  font-family: "Passion One", sans-serif;
  font-weight: 500;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-details .hc-cj-produits-card-details-price del {
  text-decoration: none;
}
#hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-details .hc-cj-produits-card-details-price del span {
  color: #838383;
  font-size: 20px;
  font-family: "Passion One", sans-serif;
  font-weight: 500;
  text-decoration: line-through;
}
#hc-cj-main-content #hc-cj-ctas {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container {
  max-width: 1040px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  gap: 130px;
  padding-top: 55px;
  padding-bottom: 60px;
  justify-content: space-between;
}
#hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta {
  width: 518px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}
#hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-image {
  height: 88px;
  width: -moz-fit-content;
  width: fit-content;
}
#hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-description {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}
#hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-description p {
  color: #000000;
  font-size: 35px;
  font-family: "Passion One", sans-serif;
  line-height: 30px;
  margin: 0;
}
#hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-description p span {
  color: #E61871;
}
#hc-cj-main-content #hc-cj-socials {
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
}
#hc-cj-main-content #hc-cj-socials .hc-cj-socials-container {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  max-width: 1270px;
  width: 95%;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-left: auto;
  margin-right: auto;
}
#hc-cj-main-content #hc-cj-socials .hc-cj-socials-container .hc-cj-socials-main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#hc-cj-main-content #hc-cj-socials .hc-cj-socials-container .hc-cj-socials-button {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  background: #FECA1D;
  background: linear-gradient(90deg, rgb(254, 202, 29) 0%, rgb(230, 24, 113) 100%);
  color: #ffffff;
  border: none;
  justify-content: center;
  align-items: center;
}
#hc-cj-main-content #hc-cj-socials .hc-cj-socials-container .hc-cj-socials-button img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
#hc-cj-main-content #hc-cj-socials .hc-cj-socials-before-icons {
  position: absolute;
  right: 10%;
  top: -1%;
}
#hc-cj-main-content #hc-cj-socials .hc-cj-socials-after-icons {
  position: absolute;
  left: 10%;
  bottom: 10%;
}
#hc-cj-main-content #hc-cj-actus {
  position: relative;
  background-color: #f4f4f4; /* le gris de fond de la section */
  padding-bottom: 50px;
  padding-top: 50px;
}
#hc-cj-main-content #hc-cj-actus .vague-haut {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 60px; /* légèrement augmentée pour laisser respirer la courbe */
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 90' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M0,55C480,5,1440,5,1920,55L1920,0L0,0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 90' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M0,55C480,5,1440,5,1920,55L1920,0L0,0Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#hc-cj-main-content #hc-cj-actus .vague-bas {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 90' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M0,85C480,35,1440,35,1920,85L1920,90L0,90Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 90' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M0,85C480,35,1440,35,1920,85L1920,90L0,90Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  max-width: 1270px;
  width: 95%;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0;
  transition: 350ms;
  border-radius: 20px;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-image {
  width: 100%;
  height: 303px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-image img {
  width: 100%;
  height: 303px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-details {
  padding: 15px;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-details .hc-cj-actus-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: black;
  line-height: normal;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-details .hc-cj-actus-card-description {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  min-height: 42px;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-details .hc-cj-actus-card-link {
  margin: 0;
  margin-top: 20px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: 350ms;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container:hover, #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container:focus, #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container:active {
  background-color: #FECA1D;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container:hover .hc-cj-actus-card-link, #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container:focus .hc-cj-actus-card-link, #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container:active .hc-cj-actus-card-link {
  opacity: 1;
}
#hc-cj-main-content #hc-cj-actus .hc-cj-actus-after-icons {
  position: absolute;
  bottom: -12%;
  right: 32%;
}
#hc-cj-main-content #hc-cj-partenaires {
  padding-top: 80px;
  position: relative;
}
#hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-images-before {
  position: absolute;
  top: 15%;
  left: 40%;
}
#hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-container .hc-cj-partenaires-slider {
  width: 100%;
}
#hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-images-after {
  position: absolute;
  bottom: -5%;
  left: 42%;
}

#hc-cj-footer {
  margin-top: 75px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 50px 0;
}
#hc-cj-footer .hc-cj-footer-container {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  max-width: 1270px;
  width: 95%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column .hc-cj-footer-socials-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column .hc-cj-footer-socials-container .hc-cj-footer-socials-title {
  text-align: left;
  color: #ffffff;
  font-size: 35px;
  line-height: 30px;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column .hc-cj-footer-socials-container .hc-cj-footer-socials-links {
  height: 30px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column .hc-cj-footer-share-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column .hc-cj-footer-share-container .hc-cj-footer-share-title {
  text-align: left;
  color: #ffffff;
  font-size: 35px;
  line-height: 30px;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column {
  display: flex;
  flex-flow: column wrap;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-title {
  text-align: left;
  color: #ffffff;
  font-size: 35px;
  line-height: 30px;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  list-style-type: none;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-menu ul li a {
  color: #ffffff;
  transition: 350ms;
  font-weight: 400;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-menu ul li a:hover, #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-menu ul li a:active, #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-menu ul li a:focus {
  color: #E61871;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-quick-button {
  margin-top: 15px;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-title {
  text-align: left;
  color: #ffffff;
  font-size: 35px;
  line-height: 30px;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-description {
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  max-width: 360px;
  margin: 0;
  min-height: 44px;
  line-height: normal;
  font-weight: 400;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-button {
  margin-left: auto;
}
#hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-image {
  width: 263px;
  height: 226px;
  margin-left: auto;
  margin-right: 30px;
}

#hc-cj-header .hc-button-pink {
  border-radius: 50px;
  border: 1px solid #E61871;
  color: #ffffff;
  font-size: 20px;
  font-family: "Passion One", sans-serif;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #E61871;
  transition: 350ms;
  line-height: 20px;
}
#hc-cj-header .hc-button-pink:hover, #hc-cj-header .hc-button-pink:active, #hc-cj-header .hc-button-pink:focus {
  background-color: #ffffff;
  color: #E61871;
}
#hc-cj-header .hc-cj-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  width: 95%;
  flex-flow: column nowrap;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-top {
  height: 20px;
  width: 100%;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-top .hc-cj-header-top-socials-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
  gap: 15px;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  flex-flow: row nowrap;
  width: 100%;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  width: 350px;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container img.hc-cj-logo-first {
  width: 206px;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container img.hc-cj-logo-second {
  width: 140px;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container {
  width: -moz-fit-content;
  width: fit-content;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li {
  position: relative;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: normal;
  font-family: "Passion One", sans-serif;
  transition: 350ms;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li a:hover, #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li a:active, #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li a:focus {
  color: #E61871;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  min-width: 220px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 350ms, transform 350ms, visibility 350ms;
  z-index: 10;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li .sub-menu li {
  width: 100%;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  transform: translateX(10px);
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li .sub-menu li .sub-menu.is-open, #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li .sub-menu li .sub-menu:hover {
  transform: translateX(0);
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li:hover > .sub-menu, #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li li:hover > .sub-menu,
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul .menu-item-has-children > a {
  position: relative;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 6px;
  vertical-align: middle;
  transition: transform 350ms;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul .menu-item-has-children:hover > a::after {
  transform: rotate(-135deg);
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-button-container .hc-cj-header-button-connect {
  padding: 10px 23px;
  font-size: 18px;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-burger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
  position: relative;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-burger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: transform 350ms, opacity 350ms;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-burger-btn.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-burger-btn.is-active span:nth-child(2) {
  opacity: 0;
}
#hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-burger-btn.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991px) {
  #hc-cj-main-content .hc-cj-title {
    font-size: 40px;
    line-height: 40px;
  }
  #hc-cj-main-content .hc-cj-title span {
    font-size: 28px;
  }
  #hc-cj-main-content .hc-button-pink {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 25px;
  }
  #hc-cj-main-content .bonplan-card {
    max-width: 100%;
    width: 100%;
    min-height: 0;
  }
  #hc-cj-main-content .bonplan-card .bonplan-card-image-container {
    height: 240px;
  }
  #hc-cj-main-content .bonplan-card .bonplan-card-details-container {
    padding: 15px 20px;
  }
  #hc-cj-main-content .bonplan-card .bonplan-card-details-container .bonplan-card-title {
    font-size: 28px;
    line-height: 28px;
  }
  #hc-cj-main-content .bonplan-card .bonplan-hover-content {
    display: none;
  }
  #hc-cj-main-content .bonplan-card:hover .bonplan-hover-content {
    display: none;
  }
  #hc-cj-main-content #hc-cj-bonplan {
    min-height: 0;
    padding-top: 110px;
    padding-bottom: 70px;
    margin-top: -50px;
    margin-bottom: 40px;
  }
  #hc-cj-main-content #hc-cj-bonplan .vague-haut {
    height: 70px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container {
    gap: 35px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-subtitle {
    max-width: 100%;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content {
    width: 100%;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 25px 15px;
    margin-bottom: 35px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter {
    width: calc(25% - 12px);
    gap: 12px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter .hc-cj-bonplan-filter-image-container {
    width: 66px;
    height: 54px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:hover .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:active .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:focus .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter.active .hc-cj-bonplan-filter-text {
    min-height: 0;
    font-size: 15px;
    line-height: 18px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-card-container {
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-card-container .bonplan-card {
    width: calc(50% - 10px);
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-button {
    margin-top: 30px;
  }
  #hc-cj-main-content #hc-cj-avantages {
    min-height: 0;
    padding-top: 260px;
    margin-top: -260px;
    padding-bottom: 170px;
    margin-bottom: -70px;
    background-position: center bottom !important;
  }
  #hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container {
    gap: 35px;
  }
  #hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container .hc-cj-avantages-main-content {
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }
  #hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container .hc-cj-avantages-main-content .bonplan-card {
    width: calc(50% - 10px);
  }
  #hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container .hc-cj-avantages-button {
    margin-top: 20px;
  }
  #hc-cj-main-content #hc-cj-produits {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-image-before {
    display: none;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container {
    flex-flow: column nowrap;
    gap: 30px;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-details-container {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-details-container .hc-cj-produits-details-title {
    text-align: center;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-details-container .hc-cj-produits-details-content {
    text-align: center;
    max-width: 560px;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container {
    width: 100%;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card {
    max-width: 100%;
    min-height: 0;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-image {
    height: 240px;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-details .hc-cj-produits-card-details-price {
    font-size: 28px;
  }
  #hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container {
    gap: 25px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
  #hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta {
    width: auto;
    flex: 1 1 0;
    padding: 20px;
    gap: 15px;
    align-items: center;
  }
  #hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-image {
    height: 66px;
    flex: 0 0 auto;
  }
  #hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-description p {
    font-size: 26px;
    line-height: 24px;
  }
  #hc-cj-main-content #hc-cj-socials {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #hc-cj-main-content #hc-cj-socials .hc-cj-socials-before-icons,
  #hc-cj-main-content #hc-cj-socials .hc-cj-socials-after-icons {
    display: none;
  }
  #hc-cj-main-content #hc-cj-socials .hc-cj-socials-container {
    gap: 25px;
  }
  #hc-cj-main-content #hc-cj-socials .hc-cj-socials-container .hc-cj-socials-main {
    height: 220px;
  }
  #hc-cj-main-content #hc-cj-actus {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container {
    gap: 40px;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content {
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container {
    width: calc(50% - 10px);
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-image {
    height: 220px;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-image img {
    height: 220px;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-details .hc-cj-actus-card-link {
    opacity: 1;
    display: inline-block;
    margin-top: 15px;
  }
  #hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-images-before,
  #hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-images-after {
    display: none;
  }
  #hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-container {
    max-width: unset;
    width: 95%;
    gap: 35px;
  }
  #hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-container .hc-cj-partenaires-slider {
    height: 90px;
  }
  #hc-cj-header .hc-cj-header-container {
    max-width: unset;
    width: 95%;
    padding-bottom: 25px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom {
    gap: 15px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-burger-btn {
    display: flex;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container {
    width: auto;
    gap: 12px;
    margin-right: auto;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container img.hc-cj-logo-first {
    width: 160px;
    height: auto;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container img.hc-cj-logo-second {
    width: 110px;
    height: auto;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-button-container .hc-cj-header-button-connect {
    font-size: 15px;
    padding: 9px 16px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    z-index: 90;
    padding: 90px 25px 30px;
    transform: translateX(-100%);
    transition: transform 350ms ease;
    overflow-y: auto;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container.is-open {
    transform: translateX(0);
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul {
    flex-flow: column nowrap;
    width: 100%;
    gap: 0;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 350ms ease;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container .sub-menu li {
    border-bottom: none;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container .sub-menu li a {
    padding: 10px 0 10px 20px;
    font-size: 15px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container .sub-menu .sub-menu {
    left: 0;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container .sub-menu .sub-menu li a {
    padding-left: 40px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container .menu-item-has-children.is-open > .sub-menu {
    max-height: 1000px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container .menu-item-has-children.is-open > a::after {
    transform: rotate(-135deg);
  }
  #hc-cj-footer {
    padding: 40px 0;
  }
  #hc-cj-footer .hc-cj-footer-container {
    flex-flow: row wrap;
    gap: 40px 30px;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-socials-title,
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-share-title,
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-quick-title,
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-newsletter-title {
    font-size: 30px;
    line-height: 28px;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column {
    width: calc(50% - 15px);
    gap: 35px;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column {
    width: calc(50% - 15px);
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column {
    width: 100%;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container {
    width: 100%;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-description {
    max-width: 100%;
    min-height: 0;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-button {
    margin-left: 0;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-image {
    width: 190px;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: -60px;
  }
}
@media (max-width: 576px) {
  #hc-cj-main-content .hc-cj-title {
    font-size: 32px;
    line-height: 32px;
  }
  #hc-cj-main-content .hc-cj-title span {
    font-size: 22px;
  }
  #hc-cj-main-content .hc-button-pink {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    text-align: center;
  }
  #hc-cj-main-content .bonplan-card .bonplan-card-image-container {
    height: 210px;
  }
  #hc-cj-main-content .bonplan-card .bonplan-card-details-container {
    padding: 15px;
  }
  #hc-cj-main-content .bonplan-card .bonplan-card-details-container .bonplan-card-title {
    font-size: 26px;
    line-height: 26px;
  }
  #hc-cj-main-content #hc-cj-bonplan {
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #hc-cj-main-content #hc-cj-bonplan .vague-haut {
    height: 45px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container {
    gap: 25px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container::-webkit-scrollbar {
    height: 3px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter {
    width: auto;
    flex: 0 0 84px;
    scroll-snap-align: center;
    gap: 10px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter .hc-cj-bonplan-filter-image-container {
    width: 56px;
    height: 46px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:hover .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:active .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter:focus .hc-cj-bonplan-filter-text, #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-filter-container .hc-cj-bonplan-filter.active .hc-cj-bonplan-filter-text {
    font-size: 13px;
    line-height: 16px;
  }
  #hc-cj-main-content #hc-cj-bonplan .hc-cj-bonplan-main-container .hc-cj-bonplan-main-content #hc-cj-bonplan-card-container .bonplan-card {
    width: 100%;
  }
  #hc-cj-main-content #hc-cj-avantages {
    padding-top: 180px;
    margin-top: -180px;
    padding-bottom: 120px;
    margin-bottom: -50px;
  }
  #hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container {
    gap: 25px;
  }
  #hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container .hc-cj-avantages-title {
    color: #000000;
  }
  #hc-cj-main-content #hc-cj-avantages .hc-cj-avantages-main-container .hc-cj-avantages-main-content .bonplan-card {
    width: 100%;
  }
  #hc-cj-main-content #hc-cj-produits {
    margin-top: 30px;
    margin-bottom: 55px;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container {
    gap: 25px;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card {
    margin-left: auto;
    margin-right: auto;
  }
  #hc-cj-main-content #hc-cj-produits .hc-cj-produits-main-container .hc-cj-produits-slider-container .hc-cj-produits-card .hc-cj-produits-card-image {
    height: 260px;
  }
  #hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container {
    flex-flow: column nowrap;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  #hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta {
    width: 100%;
    flex: 0 0 auto;
    padding: 18px;
  }
  #hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-image {
    height: 56px;
  }
  #hc-cj-main-content #hc-cj-ctas .hc-cj-ctas-container .hc-cj-cta .hc-cj-cta-description p {
    font-size: 22px;
    line-height: 21px;
  }
  #hc-cj-main-content #hc-cj-socials {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #hc-cj-main-content #hc-cj-socials .hc-cj-socials-container {
    gap: 20px;
  }
  #hc-cj-main-content #hc-cj-socials .hc-cj-socials-container .hc-cj-socials-main {
    height: 300px;
  }
  #hc-cj-main-content #hc-cj-actus {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container {
    gap: 30px;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content {
    flex-flow: column nowrap;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container {
    width: 100%;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-image {
    height: 200px;
  }
  #hc-cj-main-content #hc-cj-actus .hc-cj-actus-container .hc-cj-actus-main-content .hc-cj-actus-card-container .hc-cj-actus-card-image img {
    height: 200px;
  }
  #hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-container {
    gap: 25px;
  }
  #hc-cj-main-content #hc-cj-partenaires .hc-cj-partenaires-container .hc-cj-partenaires-slider {
    height: 70px;
  }
  #hc-cj-header .hc-cj-header-container {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom {
    gap: 10px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container {
    gap: 8px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container img.hc-cj-logo-first {
    width: 120px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-logo-container img.hc-cj-logo-second {
    width: 80px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-button-container {
    display: none;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container {
    padding: 90px 20px 30px;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container ul li a {
    font-size: 17px;
    padding: 14px 0;
  }
  #hc-cj-header .hc-cj-header-container .hc-cj-header-bottom .hc-cj-header-menu-container .hc-cj-header-button-connect-mobile {
    display: inline-block;
    margin-top: 25px;
  }
  #hc-cj-footer {
    padding: 35px 0;
  }
  #hc-cj-footer .hc-cj-footer-container {
    flex-flow: column nowrap;
    align-items: center;
    gap: 35px;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-socials-title,
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-share-title,
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-quick-title,
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-newsletter-title {
    font-size: 26px;
    line-height: 25px;
    text-align: center;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column {
    width: 100%;
    align-items: center;
    gap: 30px;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column .hc-cj-footer-socials-container {
    width: 100%;
    align-items: center;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-first-column .hc-cj-footer-share-container {
    width: 100%;
    align-items: center;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column {
    width: 100%;
    align-items: center;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container {
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-menu {
    width: 100%;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-menu ul {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-footer-quick-menu ul li a {
    display: inline-block;
    padding: 3px 0;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-second-column .hc-cj-footer-quick-container .hc-cj-quick-button {
    margin-top: 5px;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column {
    width: 100%;
    align-items: center;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container {
    width: 100%;
    align-items: center;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-description {
    text-align: center;
    max-width: 100%;
    min-height: 0;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-button {
    margin-left: 0;
  }
  #hc-cj-footer .hc-cj-footer-container .hc-cj-footer-third-column .hc-cj-footer-newsletter-container .hc-cj-footer-newsletter-image {
    width: 160px;
    height: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
