.dp-recyclage {
  background-color: #fff;
  color: #17171a;
  font-family: "NespressoLucas", "Lucas", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.dp-recyclage * {
  box-sizing: border-box;
}

.dp-recyclage *[hidden] {
  display: none;
}

.dp-recyclage-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .dp-recyclage-title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.01em;
  }
}

/************/
/** HEADER **/
/************/

.dp-recyclage-header {
  background-color: #fff;
  padding-top: 92px;
  padding-bottom: 100px;
  position: relative;
}

.dp-recyclage-header::after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(225, 226, 218, 0) 0%, #e1e2da 54.56%);
  height: 641px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dp-recyclage-header__wrapper {
  position: relative;
  z-index: 1;
}

.dp-recyclage-header__item-visual {
  width: 100%;
  height: 275px;
  object-fit: cover;
  overflow: hidden;
  flex-shrink: 0;
}

.dp-recyclage-header__item-visual img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.dp-recyclage-header__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 816px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 10px;
}

.dp-recyclage-header__subtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #686e48;
  margin-top: 74px;
  padding-inline: 10px;
}

.dp-recyclage-header__item {
  width: 486px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dp-recyclage-header__item-title {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.dp-recyclage-header__item-description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px;
}

.dp-recyclage-header__item-button {
  margin-top: auto;
  display: inline-flex;
  padding: 12px 24px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: center;
  transition: 0.3s;
}

.dp-recyclage-header__item-button--1 {
  color: #fff;
  background-color: #257a57;
}

.dp-recyclage-header__item-button--1:hover {
  background-color: rgb(27, 102, 71);
}

.dp-recyclage-header__item-button--2 {
  color: #17171a;
  border: solid 1px #17171a;
}

.dp-recyclage-header__item-button--2:hover {
  color: #fff;
  background-color: #17171a;
}

.dp-recyclage-header__item-wrapper {
  padding-inline: 12px;
  width: fit-content !important;
}

.dp-recyclage-header__container {
  margin-top: 24px;
}

.dp-recyclage-header__carrousel .swiper-wrapper {
  width: fit-content;
  margin-inline: auto;
  height: auto !important;
}

.dp-recyclage-header__navigation-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-recyclage-header__navigation {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-recyclage-header__navigation-arrow::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(./images/chevron-back.svg);
  width: 24px;
  height: 24px;
}

.dp-recyclage-header__navigation-arrow--prev:before {
  transform: scale(-1);
}

.dp-recyclage-header__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 32px;
}

.dp-recyclage-header__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content !important;
}

.dp-recyclage-header .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: #17171a;
}

@media (min-width: 1000px) {
  .dp-recyclage-header__navigation {
    display: none;
  }
}

@media (max-width: 767px) {
  .dp-recyclage-header {
    padding-top: 40px;
    padding-bottom: 76px;
  }

  .dp-recyclage-header__wrapper {
    display: flex;
    flex-direction: column;
  }

  .dp-recyclage-header__title {
    order: 2;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.02em;
    margin-top: 16px;
  }

  .dp-recyclage-header__title br {
    display: none;
  }

  .dp-recyclage-header__subtitle {
    order: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0;
  }

  .dp-recyclage-header__container {
    order: 3;
    margin-top: 48px;
  }

  .dp-recyclage-header__item {
    width: 322px;
  }

  .dp-recyclage-header::after {
    background: linear-gradient(0deg, rgba(225, 226, 218, 0) 7.89%, #e1e2da 57.3%);
    height: 418px;
  }

  .dp-recyclage-header__item-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }

  .dp-recyclage-header__item-description {
    font-size: 16px;
    line-height: 20px;
  }

  .dp-recyclage-header__item-visual img {
    height: 100%;
    object-fit: cover;
  }

  .dp-recyclage-header__item-button {
    height: 40px;
    padding-block: 8px;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.25px;
  }

  .dp-recyclage-header__item-wrapper {
    padding-inline: 4px;
  }

  .dp-recyclage-header__item-wrapper:first-child {
    padding-left: 10px;
  }

  .dp-recyclage-header__item-wrapper:last-child {
    padding-right: 10px;
  }
}

@media (max-width: 767px) and (min-width: 680px) {
  .dp-recyclage-header__navigation {
    display: none;
  }
}

/*********/
/** WHY **/
/*********/

.dp-recyclage-why {
  padding: 70px 10px;
  background-color: #f3eee6;
}

.dp-recyclage-why__row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-recyclage-why__row--1 {
  gap: 76px;
}

.dp-recyclage-why__row--2 {
  gap: 109px;
  margin-top: 97px;
}

.dp-recyclage-why__visual,
.dp-recyclage-why__visual img {
  width: 100%;
  display: block;
}

.dp-recyclage-why__visual img {
  border-radius: 16px;
}

.dp-recyclage-why__visual--1 {
  max-width: 375px;
}

.dp-recyclage-why__visual--2 {
  max-width: 399px;
  margin-left: 85px;
}

.dp-recyclage-why__visual--3 {
  max-width: 170px;
  margin-bottom: -110px;
  z-index: 1;
  position: relative;
}

.dp-recyclage-why__description {
  margin-top: 24px;
  font-size: 20px;
  line-height: 24px;
}

.dp-recyclage-why__description strong {
  font-weight: 600;
}

.dp-recyclage-why__number {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #876c43;
}

.dp-recyclage-why__row--2 .dp-recyclage-why__description {
  margin-top: 40px;
}

.dp-recyclage-why__row--1 .dp-recyclage-why__text {
  max-width: 486px;
  width: 100%;
}

.dp-recyclage-why__row--2 .dp-recyclage-why__text {
  max-width: 401px;
  width: 100%;
}

.dp-recyclage-why__more {
  margin-block: 40px;
  height: 40px;
  padding: 8px 24px;
  border-radius: 999px;
  border: solid 1px #17171a;
  color: #17171a;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.25px;
  text-align: center;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.dp-recyclage-why__more:hover {
  color: #fff;
  background-color: #17171a;
}

.dp-recyclage-why__mention {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
}

.dp-recyclage-why__mention a {
  color: #876c43;
  word-break: break-all;
}

.dp-recyclage-why__mention a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .dp-recyclage-why {
    padding-top: 48px;
    padding-bottom: 55px;
  }

  .dp-recyclage-why__row--1 {
    flex-direction: column;
    gap: 57px;
  }

  .dp-recyclage-why__visual--1 {
    max-width: 235px;
  }

  .dp-recyclage-why__row--1 .dp-recyclage-why__description {
    font-size: 16px;
    line-height: 20px;
  }

  .dp-recyclage-why__row--2 {
    gap: 80px;
    max-width: 100%;
    flex-direction: column-reverse;
    margin-top: 80px;
  }

  .dp-recyclage-why__visual--3 {
    width: calc(124 / 375 * 100vw);
    max-width: 124px;
    margin-bottom: -81px;
  }

  .dp-recyclage-why__visual--2 {
    max-width: 292px;
    margin-left: auto;
    width: calc(292 / 375 * 100vw);
  }

  .dp-recyclage-why__row--2 .dp-recyclage-why__text {
    max-width: 100%;
  }

  .dp-recyclage-why__number {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0.05em;
  }

  .dp-recyclage-why__row--2 .dp-recyclage-why__description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .dp-recyclage-why__more {
    margin-top: 24px;
    margin-bottom: 44px;
    margin-inline: auto;
  }

  .dp-recyclage-why__mention {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .dp-recyclage-why__visual-container {
    width: 100%;
    max-width: 354px;
    margin-inline: auto;
  }
}

/***************/
/** RECYCLING **/
/***************/

.dp-recyclage-recycling {
  padding-top: 100px;
}

.dp-recyclage-recycling__title {
  text-align: center;
}

.dp-recyclage-recycling__description {
  margin-top: 24px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.dp-recyclage-recycling__visual {
  margin-top: 80px;
  max-width: 586px;
  margin-inline: auto;
}

.dp-recyclage-recycling__visual,
.dp-recyclage-recycling__visual img {
  width: 100%;
  display: block;
}

.dp-recyclage-recycling__subtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.dp-recyclage-recycling__subtitle--1 {
  margin-top: 80px;
  text-align: center;
}

.dp-recyclage-recycling__subdescription {
  font-size: 16px;
  line-height: 20px;
  margin-top: 24px;
}

.dp-recyclage-recycling__subdescription--1 {
  text-align: center;
}

.dp-recyclage-recycling__video {
  margin-top: 48px;
  max-width: 996px;
  margin-inline: auto;
  width: 100%;
}

.dp-recyclage-recycling__video iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.dp-recyclage-recycling__partner {
  margin-top: 100px;
  padding: 80px 10px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.dp-recyclage-recycling__partner-visual,
.dp-recyclage-recycling__partner-visual img {
  width: 100%;
  display: block;
}

.dp-recyclage-recycling__partner-visual {
  max-width: 474px;
  border-radius: 8px;
}

.dp-recyclage-recycling__visual-container {
  position: relative;
}

.dp-recyclage-recycling__logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.dp-recyclage-recycling__logo {
  max-width: 70px;
  width: 100%;
}

.dp-recyclage-recycling__subdescription-partner strong {
  color: #876c43;
}

.dp-recyclage-recycling__title-link {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.dp-recyclage-recycling__links-container {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dp-recyclage-recycling__link {
  height: 33px;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #17171a;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.25px;
  text-align: center;
}

.dp-recyclage-recycling__link:hover {
  background-color: #fff;
  color: #17171a;
}

.dp-recyclage-recycling__partner-text {
  max-width: 474px;
  width: 100%;
}

.dp-recyclage-recycling__visual-partner,
.dp-recyclage-recycling__visual-partner img {
  width: 100%;
  display: block;
}

.dp-recyclage-recycling__visual-partner {
  max-width: 474px;
}

.dp-recyclage-recycling__inner {
  padding-inline: 10px;
}

@media (max-width: 767px) {
  .dp-recyclage-recycling {
    padding-top: 46px;
  }

  .dp-recyclage-recycling__description {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .dp-recyclage-recycling__visual {
    margin-top: 54px;
  }

  .dp-recyclage-recycling__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .dp-recyclage-recycling__subtitle--1 {
    margin-top: 64px;
  }

  .dp-recyclage-recycling__subdescription {
    font-size: 14px;
    line-height: 18px;
  }

  .dp-recyclage-recycling__subdescription strong {
    font-weight: 400;
  }

  .dp-recyclage-recycling__video {
    margin-top: 32px;
  }

  .dp-recyclage-recycling__partner {
    margin-top: 43px;
    padding-top: 31px;
    padding-bottom: 48px;
  }

  .dp-recyclage-recycling__partner {
    flex-direction: column;
    gap: 24px;
  }

  .dp-recyclage-recycling__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .dp-recyclage-recycling__subdescription {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .dp-recyclage-recycling__title-link {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .dp-recyclage-recycling__link {
    height: 33px;
    padding: 8px 16px;
  }
}

/**********/
/** LIFE **/
/**********/

.dp-recyclage-life {
  padding-top: 100px;
  padding-inline: 10px;
}

.dp-recyclage-life__container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.dp-recyclage-life__visual,
.dp-recyclage-life__visual img {
  display: block;
  width: 100%;
}

.dp-recyclage-life__visual img {
  border-radius: 16px;
}

.dp-recyclage-life__visual--1 {
    max-width: 399px;
    width: 41vw;
}

.dp-recyclage-life__visual--2 {
  max-width: 170px;
}

.dp-recyclage-life__legend {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
  max-width: 253px;
  width: 100%;
  margin-top: 120px;
}

.dp-recyclage-life__text {
  font-size: 20px;
  line-height: 24px;
  margin-top: 31px;
  max-width: 486px;
  width: 100%;
}

.dp-recyclage-life__mention {
  font-size: 12px;
  line-height: 16px;
}

.dp-recyclage-life__visual-container-inner {
  margin-top: -100px;
  display: flex;
  justify-content: space-between;
}

.dp-recyclage-life__title {
  max-width: 741px;
  width: 100%;
  text-align: center;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .dp-recyclage-life {
    padding-top: 36px;
  }

  .dp-recyclage-life__container {
    margin-top: 16px;
    flex-direction: column-reverse;
    gap: 38px;
  }

  .dp-recyclage-life__text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .dp-recyclage-life__visual--1 {
    width: calc(292 / 375 * 100vw);
  }

  .dp-recyclage-life__visual--2 {
    max-width: 125px;
  }

  .dp-recyclage-life__legend {
    margin-top: 90px;
  }

  .dp-recyclage-life__mention {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.02em;
  }

  .dp-recyclage-life__visual-container-inner {
    margin-top: -74px;
  }
}

/*****************/
/** ENGAGEMENTS **/
/*****************/

.dp-recyclage-engagements {
  margin-top: 123px;
  /* min-height: auto; */
  padding-inline: 10px;
}

.dp-recyclage-engagements__container {
  max-width: 996px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dp-recyclage-engagements__item {
  max-width: 230px;
  width: 100%;
}

.dp-recyclage-engagements__item-visual {
  display: block;
  width: 100%;
}

.dp-recyclage-engagements__item-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 20px;
}

.ui-dialog[aria-describedby^="dp-recyclage-engagements"] {
  max-width: 300px !important;
  width: 100% !important;
}

.ui-dialog[aria-describedby^="dp-recyclage-engagements"] .ui-dialog-titlebar-close {
  color: #fff;
}

.ui-dialog[aria-describedby^="dp-recyclage-engagements"] .ui-dialog-titlebar-close:hover {
  background-color: transparent;
}

.dp-recyclage-engagements-popin {
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: "NespressoLucas", "Lucas", sans-serif;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
}

.dp-recyclage-engagements-popin__header {
  height: 120px;
  width: 100%;
  object-fit: cover;
  margin-top: -1px;
}

.dp-recyclage-engagements-popin__text {
  padding: 15px 15px 20px;
}

.dp-recyclage-engagements-popin__text-1 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.dp-recyclage-engagements-popin__text-2 {
  color: rgb(101, 101, 101);
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 767px) {
  .dp-recyclage-engagements {
    margin-top: 56px;
  }
}

/*********/
/** FAQ **/
/*********/

.dp-recyclage-faq {
  margin-top: 90px;
  background-color: #f3eee6;
  padding-top: 80px;
  padding-bottom: 70px;
  padding-inline: 10px;
}

.dp-recyclage-faq__container {
  margin-top: 80px;
}

.dp-recyclage-faq__title {
  text-align: center;
}

.dp-recyclage-faq__container > .dp-recyclage-faq__item:first-child {
  margin-top: 0;
}

.dp-recyclage-faq__item-question-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.dp-recyclage-faq__item-question {
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
}

.dp-recyclage-faq__item-question-button[aria-expanded="true"]::after {
  transform: rotate(270deg);
}

.dp-recyclage-faq__item-question-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/chevron-back.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  transition: 0.3s;
  flex-shrink: 0;
}

.dp-recyclage-faq__show-more {
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #9f8969;
  margin-top: 80px;
  display: block;
  width: fit-content;
  margin-inline: auto;
}

.dp-recyclage-faq__show-more:hover {
  text-decoration: none;
}

.dp-recyclage-faq__item {
  padding-bottom: 32px;
  border-bottom: solid 1px #c5c5c5;
  margin-top: 32px;
}

.dp-recyclage-faq__item-response p {
  font-size: 16px;
  line-height: 20px;
}

.dp-recyclage-faq__item-response p a {
  color: #876c43;
}

.dp-recyclage-faq__item-response p a:hover {
  text-decoration: underline;
}

.dp-recyclage-faq__container {
  max-width: 996px;
  width: 100%;
  margin-inline: auto;
  margin-top: 80px;
}

.dp-recyclage-faq__item-response {
  padding-top: 30px;
  display: none;
}

.dp-recyclage-faq__more-container {
  display: none;
}

@media (max-width: 767px) {
  .dp-recyclage-faq {
    margin-top: 56px;
    padding-top: 48px;
    padding-bottom: 75px;
  }

  .dp-recyclage-faq__container {
    margin-top: 33px;
  }

  .dp-recyclage-faq__item-question {
    font-size: 16px;
    line-height: 20px;
  }

  .dp-recyclage-faq__item-response p {
    font-size: 14px;
    line-height: 18px;
  }

  .dp-recyclage-faq__item {
    padding-bottom: 24px;
    margin-top: 24px;
  }

  .dp-recyclage-faq__show-more {
    margin-top: 24px;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0.25px;
  }
}

/*************/
/** ACTIONS **/
/*************/

.dp-recyclage-actions {
  padding-block: 70px;
}

.dp-recyclage-actions__header {
  max-width: 1016px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 10px;
}

.dp-recyclage-actions__hashtag {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

.dp-recyclage-actions__title {
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.03em;
  margin-top: 10px;
}

.dp-recyclage-actions__description {
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}

.dp-recyclage-actions__nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.dp-recyclage-actions__nav:has(.dp-recyclage-actions__nav-arrow--prev.swiper-button-disabled):has(.dp-recyclage-actions__nav-arrow--next.swiper-button-disabled) {
  display: none;
}

.dp-recyclage-actions__link {
  padding: 12px 24px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #17171a;
  border-radius: 999px;
  height: 48px;
}

.dp-recyclage-actions__item {
  box-shadow: 0px 4px 4px 0px #0000001a;
  background: #f6f6f6;
  min-height: 320px;
  border-radius: 5px;
  overflow: hidden;
  width: 250px;
  display: flex;
}

.dp-recyclage-actions__carrousel {
  margin-top: 40px;
  padding-left: calc((100vw - 1016px) / 2 - 10px);
}

.dp-recyclage-actions__carrousel .swiper-wrapper {
  height: auto;
}

.dp-recyclage-actions__item-slide {
  width: auto !important;
  padding-inline: 10px;
}

.dp-recyclage-actions__item-bottom {
  margin-top: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dp-recyclage-actions__item-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #4d5926;
}

.dp-recyclage-actions__item-description {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}

.dp-recyclage-actions__item-inner {
  color: #000;
  display: flex;
  flex-direction: column;
}

.dp-recyclage-actions__item-link {
  margin-top: auto;
  font-size: 14px;
  line-height: 16.8px;
  color: #986f38;
}

.dp-recyclage-actions__item-link::after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  --tw-translate-x: 0.25rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(152 111 56 / var(--tw-border-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dp-recyclage-actions__item:hover .dp-recyclage-actions__item-link::after {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dp-recyclage-actions__item-visual {
  width: 100%;
}

.dp-recyclage-actions__nav {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.dp-recyclage-actions__nav-arrow {
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1ece6;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}

.dp-recyclage-actions__nav-arrow:hover {
  background-color: #e2d9ce;
}

.dp-recyclage-actions__nav-arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./images/chevron-back.svg);
}

.dp-recyclage-actions__nav-arrow--prev::after {
  transform: scale(-1);
}

.dp-recyclage-actions__nav-arrow[disabled] {
  opacity: 50%;
}

.dp-recyclage-actions__scrollbar {
  height: 5px;
  width: 172px;
  margin-inline: auto;
  background-color: #00000008;
  margin-top: 20px;
}

.dp-recyclage-actions__scrollbar .swiper-scrollbar-drag {
  background-color: #d7cec1;
}

@media (min-width: 768px) {
  .dp-recyclage-actions__scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .dp-recyclage-actions {
    margin-top: 56px;
    padding-top: 0;
  }

  .dp-recyclage-actions__hashtag {
    font-size: 12px;
    line-height: 16px;
    color: #000000e5;
  }

  .dp-recyclage-actions__title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #2f292b;
  }

  .dp-recyclage-actions__description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .dp-recyclage-actions__nav-container {
    margin-top: 30px;
  }

  .dp-recyclage-actions__link {
    height: 40px;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.25px;
  }

  .dp-recyclage-actions__carrousel {
    margin-top: 24px;
  }

  .dp-recyclage-actions__item {
    min-height: 300px;
  }
}
