/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/main/resources/static/sass/slide/slide.src.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/**
 * Do not edit directly, this file was auto-generated.
 */
.ml-container {
  padding-inline: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width >= 680px) {
  .ml-container {
    padding-inline: 1.5rem;
  }
}
@media (width >= 1024px) {
  .ml-container {
    padding-inline: initial;
    max-width: 944px;
  }
}
@media (width >= 1280px) {
  .ml-container {
    max-width: 1200px;
  }
}
@media (width >= 1920px) {
  .ml-container {
    max-width: 1480px;
  }
}
.ml-container--fluid {
  max-width: none;
}
@media (width >= 1024px) {
  .ml-container--fluid {
    padding-inline: 2.5rem;
  }
}

.ml-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.ml-flex--space-around {
  justify-content: space-around;
}
.ml-flex--justify-between {
  justify-content: space-between;
}
.ml-flex--justify-evenly {
  justify-content: space-evenly;
}
.ml-flex--justify-start {
  justify-content: flex-start;
}
.ml-flex--justify-center {
  justify-content: center;
  -ms-flex-pack: center;
}
.ml-flex--justify-end {
  justify-content: flex-end;
}
.ml-flex--items-stretch {
  align-items: stretch;
}
.ml-flex--items-start {
  align-items: flex-start;
}
.ml-flex--items-center {
  align-items: center;
}
.ml-flex--items-end {
  align-items: flex-end;
}

.mc-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.mc-star-rating--standard .mc-star-rating__icon {
  color: #000000;
  fill: currentcolor;
}
.mc-star-rating--accent .mc-star-rating__icon {
  color: #ea7315;
  fill: currentcolor;
}
.mc-star-rating--slider {
  cursor: pointer;
}
.mc-star-rating--link {
  text-decoration: none;
  cursor: pointer;
}
.mc-star-rating--link:not(:hover) .mc-star-rating__info {
  text-decoration: underline;
}
.mc-star-rating--s .mc-star-rating__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.mc-star-rating--s .mc-star-rating__info {
  font-size: 0.875rem;
}
.mc-star-rating--m .mc-star-rating__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.mc-star-rating--m .mc-star-rating__info {
  font-size: 1rem;
}
.mc-star-rating--l .mc-star-rating__icon {
  width: 2rem;
  height: 2rem;
}
.mc-star-rating--l .mc-star-rating__info {
  font-size: 1.125rem;
}
.mc-star-rating__wrapper {
  display: flex;
  align-items: center;
}
.mc-star-rating__info {
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

.mc-tag {
  font-size: 0.875rem;
  border-radius: 2rem;
  height: 2rem;
  padding-inline: 0.75rem;
  box-sizing: border-box;
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  background: #ffffff;
  color: #242938;
  border: 0.0625rem solid #c9d0de;
}
.mc-tag--s {
  font-size: 0.75rem;
  border-radius: 1.5rem;
  height: 1.5rem;
  padding-inline: 0.5rem;
}
.mc-tag--l {
  font-size: 0.875rem;
  border-radius: 2.5rem;
  height: 2.5rem;
  padding-inline: 1rem;
}
.mc-tag.is-disabled, .mc-tag:disabled {
  cursor: not-allowed;
  background: #d9d9d9;
  color: #737373;
  border-color: #d9d9d9;
  box-shadow: none;
}
.mc-tag.is-disabled .mc-badge, .mc-tag:disabled .mc-badge {
  color: currentcolor;
}

.mc-tag-interactive {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
}
.mc-tag-interactive:not(:disabled):hover {
  box-shadow: inset 0 0 0 0.0625rem #8891aa;
}
.mc-tag-interactive:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}

.mc-tag-contextualised {
  text-decoration: none;
  outline: none;
  color: #ffffff;
  border: none;
  background: #117f03;
  cursor: pointer;
  font-weight: 600;
  padding-inline-end: 1rem;
  padding-inline-start: 0.5rem;
}
.mc-tag-contextualised:not(:disabled):hover {
  background: #006902;
}
.mc-tag-contextualised:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-tag-contextualised.mc-tag--s {
  padding-inline-end: 0.5rem;
  padding-inline-start: 0.25rem;
}

.mc-tag-removable {
  gap: 0.125rem;
  padding: 0 0 0 1rem;
  background: #242938;
  color: #ffffff;
  border: none;
}
.mc-tag-removable__remove {
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background: transparent;
  border: none;
  padding: 0.25rem;
  display: block;
  cursor: pointer;
  border-radius: 100%;
}
.mc-tag-removable__remove:hover {
  background: #343b4c;
}
.mc-tag-removable__remove:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-tag-removable__icon {
  fill: #c9d0de;
  width: 1.5rem;
  height: 1.5rem;
}
.mc-tag-removable__text {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
  text-align: left;
  opacity: 0;
}
.mc-tag-removable.mc-tag--s {
  padding: 0 0 0 0.5rem;
}
.mc-tag-removable.mc-tag--s .mc-tag-removable__remove {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.125rem;
}
.mc-tag-removable.mc-tag--s .mc-tag-removable__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.mc-tag-removable.mc-tag--l .mc-tag-removable__remove {
  width: 2.5rem;
  height: 2.5rem;
}
.mc-tag-removable.mc-tag--l .mc-tag-removable__icon {
  width: 2rem;
  height: 2rem;
}

.mc-tag-selectable {
  white-space: nowrap;
  cursor: pointer;
  padding-inline-start: 0.5rem;
  font-weight: 600;
}
.mc-tag-selectable:hover {
  box-shadow: inset 0 0 0 0.0625rem #8891aa;
}
.mc-tag-selectable:has(:focus-visible) {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-tag-selectable:has(:checked) {
  background: #117f03;
  color: #ffffff;
  border: none;
}
.mc-tag-selectable:has(:checked)::before {
  display: inline-block;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background-color: #ffffff;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 aria-hidden=%27true%27 height=%271.25rem%27 width=%271.25rem%27 viewBox=%270 0 20 20%27%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M14.697 6.553a.75.75 0 0 1 0 1.06l-5.833 5.834a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.97 1.97 5.303-5.304a.75.75 0 0 1 1.06 0%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath fill=%27%23fff%27 d=%27M0 0h20v20H0z%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}
.mc-tag-selectable:has(:checked):not(:has(:disabled)):hover {
  background: #006902;
  border-color: #006902;
  box-shadow: none;
}
.mc-tag-selectable:has(:disabled) {
  cursor: not-allowed;
  background: #d9d9d9;
  color: #737373;
  border-color: #d9d9d9;
  box-shadow: none;
}
.mc-tag-selectable:has(:disabled)::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 aria-hidden=%27true%27 height=%271.25rem%27 width=%271.25rem%27 viewBox=%270 0 20 20%27%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M14.697 6.553a.75.75 0 0 1 0 1.06l-5.833 5.834a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.97 1.97 5.303-5.304a.75.75 0 0 1 1.06 0%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath fill=%27%23fff%27 d=%27M0 0h20v20H0z%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}
.mc-tag-selectable .mc-tag__input {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
  text-align: left;
  opacity: 0;
}
.mc-tag-selectable .mc-tag__label {
  user-select: none;
}
.mc-tag-selectable.mc-tag--s {
  padding-inline-start: 0.25rem;
  gap: 0.125rem;
}
.mc-tag-selectable.mc-tag--l {
  padding-inline-start: 0.75rem;
}

/**
 * Do not edit directly, this file was auto-generated.
 */
.article-entry {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}
.article-entry:hover .article-entry__link::after,
.article-entry .article-entry__link:focus::after {
  border: 1px solid #333333;
}
.article-entry__logo {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 100px;
}
.article-entry__picture {
  line-height: 0;
}
.article-entry__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-entry__media--isVideo::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 31px;
  background-color: #242938;
  opacity: 0.4;
  transition: opacity ease 200ms;
}
.article-entry__image {
  width: 100%;
}
.article-entry__video {
  position: absolute;
  fill: #ffffff;
}
.article-entry__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #cccccc;
  flex: 1;
}
.article-entry__type {
  font-size: 0.875rem;
  font-weight: 600;
  color: #117f03;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.article-entry__type__icon {
  fill: #117f03;
  margin-right: 0.5rem;
}
.article-entry__title {
  font-size: 1rem;
  line-height: 1.3;
}
.article-entry__title:hover ~ .article-entry__more {
  text-decoration: none;
}
.article-entry__link {
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-entry__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.article-entry__description {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-entry__more {
  text-decoration: underline;
}
.article-entry--v {
  flex-direction: column;
}
.article-entry--v .article-entry__media {
  margin-right: 0;
}
.article-entry--v .article-entry__wrapper {
  flex: 1;
}
.article-entry--v .article-entry__title {
  display: flex;
  align-items: center;
  flex-grow: 2;
}

/**
 * Do not edit directly, this file was auto-generated.
 */
.o-pinterest {
  position: absolute;
  z-index: 2;
  fill: #ffffff;
}
.o-pinterest--right {
  right: 0.75rem;
}
.o-pinterest--left {
  left: 0.75rem;
}
.o-pinterest::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
.o-pinterest::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 20%;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.18s;
  z-index: -1;
  transform: scale(0);
}
.o-pinterest:hover {
  fill: #ea302d;
}
.o-pinterest:hover::before {
  transform: scale(1);
  opacity: 1;
}

/**
 * Do not edit directly, this file was auto-generated.
 */
.o-families {
  margin-bottom: 1rem;
}
.o-families__item {
  margin-bottom: 0.5rem;
}
.o-families .mc-tag-link.o-families__link {
  padding: 0.438rem 1rem 0.438rem 1rem;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border: 0.125rem solid var(--Neutral-Grey-800, #333333);
  color: solid var(--Neutral-Grey-800, #333333);
}

.component-slide {
  position: relative;
}
@media (width >= 1024px) {
  .component-slide {
    display: flex;
    height: 100vh;
  }
}
.component-slide .o-media {
  position: relative;
  margin-bottom: 2rem;
}
@media (width >= 1024px) {
  .component-slide .o-media {
    align-self: flex-start;
    max-width: 39.5rem;
    height: 100vh;
    margin-bottom: 0;
  }
}
@media (width >= 1280px) {
  .component-slide .o-media {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
  }
}
.component-slide .o-media .o-pinterest {
  right: 4.5rem;
  top: 0.75rem;
  fill: #ffffff;
}
@media (width >= 1024px) {
  .component-slide .o-media .o-pinterest {
    right: 0.75rem;
  }
}
@media (width >= 1280px) {
  .component-slide .o-media .o-pinterest {
    fill: #666666;
  }
}
.component-slide .o-media .o-pinterest:hover {
  fill: #ea302d;
}
.component-slide .o-media__picture {
  display: flex;
  justify-content: center;
}
@media (width >= 1024px) {
  .component-slide .o-media__picture {
    align-items: center;
    height: 100vh;
  }
}
@media (width >= 1024px) {
  .component-slide .o-media__picture:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eeeef0;
  }
}
.component-slide .o-media__image {
  width: 100%;
  object-fit: cover;
  min-height: 100vw;
}
@media (width >= 1024px) {
  .component-slide .o-media__image {
    min-height: auto;
    position: relative;
    width: auto;
    max-width: 100%;
    height: 100vh;
    object-fit: contain;
  }
}
.component-slide .o-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.25rem;
}
.component-slide .o-wrapper {
  flex: 1;
}
@media (width >= 1024px) {
  .component-slide .o-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    grid-column-gap: 0;
    width: 40%;
    padding-right: 2rem;
    padding-left: 2rem;
    overflow-y: auto;
    position: absolute;
    left: 632px;
    width: calc(100% - 39.5rem);
  }
}
@media (width >= 1280px) {
  .component-slide .o-wrapper {
    width: 30%;
    left: unset;
    right: 0;
  }
}
.component-slide .o-controls {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.component-slide .o-controls__actions {
  position: relative;
  width: 100%;
}
.component-slide .o-controls__next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.component-slide .o-controls__next, .component-slide .o-controls__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  fill: #000000;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0.625rem;
}
.component-slide .o-controls__icon {
  position: relative;
}
.component-slide .o-controls--hidden {
  visibility: hidden;
}
.component-slide .o-title {
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media (width >= 1024px) {
  .component-slide .o-title {
    padding-right: 2.5rem;
  }
}
.component-slide .o-title-edito {
  margin-bottom: 2rem;
  width: 100%;
}
.component-slide .o-description p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #404040;
}
@media (width >= 1024px) {
  .component-slide .o-description p {
    font-size: 1rem;
  }
}
.component-slide .o-product__item {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (width >= 1024px) {
  .component-slide .o-product__item {
    max-height: 29.813rem;
    width: 100%;
  }
}
.component-slide .o-product__form {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.component-slide .o-product .kl-tile--h .kl-tile__group:first-child {
  width: 33%;
}
.component-slide .o-content {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.component-slide .o-content__picture {
  display: flex;
}
.component-slide .o-content__link {
  font-size: 0.875rem;
  line-height: 1.3;
  display: inline-flex;
  padding: 1.5rem;
  text-decoration: none;
  color: #666666;
}
.component-slide .o-content__link:hover {
  text-decoration: underline;
}
.component-slide .o-content__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-slide .o-stepper {
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media (width >= 1024px) {
  .component-slide .o-stepper {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.component-slide .o-close {
  fill: #404040;
  stroke: #404040;
}
.component-slide .o-close__wrapper {
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem;
  margin: 0.625rem;
  background-color: #ffffff;
  transition: background ease 180ms;
}
.component-slide .o-close__wrapper:hover {
  background-color: #eff1f6;
}
@media (width >= 1024px) {
  .component-slide .o-close__icon {
    width: 3rem;
    height: 3rem;
    stroke: none;
  }
  .component-slide .o-close__wrapper {
    width: 3rem;
    height: 3rem;
    padding: 0;
  }
}
.component-slide .o-project-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.component-slide .o-project-tools__list {
  margin: 1rem;
}
.component-slide .o-project-tools__icon {
  margin-right: 0.625rem;
}
.component-slide .o-project-tools__link {
  border: solid 1px;
  padding: 0.75rem 1.5rem;
  border-radius: 62.5rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  text-decoration: none;
}
.component-slide .mc-tag-link {
  box-shadow: none;
}

/*# sourceMappingURL=slide.css.map*/