:root {
  --c-black: #302E2F;
  --c-greyDark: #777777;
  --c-greyMedium: #BABABA;
  --c-greyLight: #EDEDED;
  --s-primary: 1.25rem;
}

.row {
  max-width: 1330px;
}

.visibility-hidden {
  visibility: hidden;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .backButton {
  font-size: 0.875rem;
  color: var(--c-greyDark);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: transparent;
  font-family: var(--f-text);
  padding: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .backButton svg {
  fill: currentColor;
  width: 0.5rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .backButton:hover {
  text-decoration: underline;
  color: var(--c-first);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container a {
  width: 2rem;
  height: 2rem;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container a svg {
  max-width: 1rem;
  max-height: 1rem;
  fill: var(--c-greyMedium);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container a i {
  font-size: 1rem;
  color: var(--c-greyMedium);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container a:hover {
  background: transparent;
  text-decoration: none;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container a:hover svg {
  fill: var(--c-first);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container a:hover i {
  color: var(--c-first);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container .jssocials-shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container .jssocials-share {
  margin: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-action-container .jssocials-share-label {
  display: none;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head {
  position: relative;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .to-img {
  width: 8.25rem;
  height: 5.5rem;
  background: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  padding: 1rem;
  border-radius: 1rem 0 var(--s-primary, 1.25rem);
}

@media screen and (min-width: 48rem) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .to-img {
    width: 10rem;
    height: 8rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .product-title {
  color: var(--c-black);
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  text-transform: none;
  margin: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .product-title:not(.mobileOnly) {
  font-size: 2.5rem;
}

@media screen and (max-width: 1023px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .product-title:not(.mobileOnly) {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .product-title.mobileOnly {
    display: none;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .product-sub-title {
  color: var(--c-greyMedium);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  margin: 0.25rem 0 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .product-sub-title:not(.mobileOnly) {
  margin: 0.25rem 0 0;
}

@media screen and (max-width: 1023px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .product-sub-title:not(.mobileOnly) {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-head .product-sub-title.mobileOnly {
    display: none;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/3/4;
  border-radius: var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
  border-radius: var(--s-primary, 1.25rem) var(--s-primary, 1.25rem) 0 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(2)~.product-picture:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 2/1/3/4;
  border-radius: 0 0 var(--s-primary, 1.25rem) var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/3/3;
  border-radius: var(--s-primary, 1.25rem) 0 0 var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(3)~.product-picture:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
  border-radius: 0 var(--s-primary, 1.25rem) 0 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(3)~.product-picture:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
  border-radius: 0 0 var(--s-primary, 1.25rem) 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(n+4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
  border-radius: var(--s-primary, 1.25rem) var(--s-primary, 1.25rem) 0 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(n+4)~.product-picture:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  border-radius: 0 0 0 var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(n+4)~.product-picture:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(n+4)~.product-picture:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
  border-radius: 0 0 var(--s-primary, 1.25rem) 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:nth-child(1n+5) {
  display: none;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 2fr 16px 1fr;
  grid-template-rows: 2fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 25rem;
  background-color: var(--c-greyLight);
  border-radius: var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

@media screen and (min-width: 48rem) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/3/3;
    border-radius: var(--s-primary, 1.25rem) 0 0 var(--s-primary, 1.25rem);
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(2)~.product-picture:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/3/4;
    border-radius: 0 var(--s-primary, 1.25rem) var(--s-primary, 1.25rem) 0;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
    border-radius: var(--s-primary, 1.25rem) 0 0 var(--s-primary, 1.25rem);
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(3)~.product-picture:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
    border-radius: 0 var(--s-primary, 1.25rem) 0 0;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(3)~.product-picture:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 2/2/3/4;
    border-radius: 0 0 var(--s-primary, 1.25rem) 0;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(n+4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
    border-radius: var(--s-primary, 1.25rem) 0 0 var(--s-primary, 1.25rem);
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(n+4)~.product-picture:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
    border-radius: 0;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(n+4)~.product-picture:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
    border-radius: 0 var(--s-primary, 1.25rem) 0 0;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture:first-child:nth-last-child(n+4)~.product-picture:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
    border-radius: 0 0 var(--s-primary, 1.25rem) 0;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container {
    -ms-grid-columns: 2fr 1fr [2];
    grid-template-columns: 2fr repeat(2, 1fr);
    -ms-grid-rows: 1fr [2];
    grid-template-rows: repeat(2, 1fr);
    height: 25rem;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-picture-container>*:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos {
  border-radius: var(--s-primary, 1.25rem);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20rem;
  flex: 0 0 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(149, 157, 165, 0.2);
  box-shadow: 0 0.5rem 1.5rem rgba(149, 157, 165, 0.2);
  position: sticky;
  top: 30%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos {
    width: 20rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-content {
  padding: 1.5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-content {
    gap: 0;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-content .not-saleable {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-list {
    margin-bottom: 1rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-icon {
  width: 3rem;
  height: 3rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  border: 1px solid var(--c-greyMedium);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-icon svg {
  fill: var(--c-first);
  max-width: 1.25rem;
  max-height: 1.25rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--c-greyDark);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.25rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-text .minimize {
  font-size: 0.75rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-text .minimize>span:first-child::before {
  content: "" attr(data-text) "";
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-text .minimize>span:not(:last-child)::after {
  content: ",  ";
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-infos-text>h5 {
  color: var(--c-black);
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  line-height: normal;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-detail {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-book-selection {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 5rem;
  text-transform: uppercase;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-book-selection.go_dates {
  border: 1px solid transparent;
  border-radius: 0 0 var(--s-primary, 1.25rem) var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-book-selection.go_dates.active,
.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-book-selection.go_dates:hover {
  background-color: transparent;
  border-color: currentColor;
  color: var(--c-first);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-selection-link.go_dates {
  background-color: transparent;
  margin: 0;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 0;
  text-decoration: underline;
  color: var(--c-greyDark);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-selection-link.go_dates:hover {
  color: var(--c-first);
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-selection-link.go_dates {
    bottom: -1rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-menu-tabs {
  margin-top: 1rem;
  margin-bottom: 1rem !important;
  padding-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-menu-tabs {
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem !important;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-menu-tabs .tab-title:hover a {
  text-decoration: none;
  border-bottom: 2px solid var(--c-greyMedium);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-menu-tabs .tab-title.active a {
  border-bottom: 2px solid var(--c-first);
  color: var(--c-first) !important;
  text-decoration: none;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-menu-tabs .tab-title a {
  background-color: transparent !important;
  color: var(--c-greyMedium);
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-menu-tabs .tab-title a {
    font-size: 1.25rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-price {
  color: var(--c-black);
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-price {
    margin-bottom: 2rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-price-overview {
  text-transform: capitalize;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .taxes {
  font-weight: 700;
  font-size: 12px
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-price-amount {
  font-weight: 700;
  font-size: 1.75rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .product-price .promo {
  font-size: 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content img {
  border-radius: var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description {
  margin-bottom: 2rem;
  padding: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description.fixed {
  padding: 1rem;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description.fixed {
    padding: 1rem 2rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description dl,
.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description dd,
.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description a {
  padding: 0;
  margin: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description dl {
    gap: 1rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description dl.sub-nav {
  border-top: none !important;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description dd.active a {
  color: var(--c-first);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .magellan-description a {
  padding: 0.5rem 0.75rem;
  background-color: var(--c-greyLight) !important;
  border-radius: 0.5rem;
  color: var(--c-black);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: normal;
  display: inline-block;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description h3 {
  margin: 0 0 1.5rem;
  line-height: normal;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description h3 a {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c-black);
  line-height: normal;
  text-transform: none;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-black);
  line-height: normal;
  margin: 0 0 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description h3+h4 {
  margin: -1.25rem 0 1.5rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description img {
  margin: 0 0 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description ul {
  font-size: 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .summary {
  font-size: 1rem;
  font-style: italic;
  color: var(--c-greyDark);
  margin-bottom: 2rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .summary b,
.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .summary strong {
  color: var(--c-black);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .description-content {
  padding: 0 0 2rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .description-content.hasPrice {
  border-bottom: none;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 1rem);
  flex: 1 1 calc(50% - 1rem);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .description-content.hasPrice ul {
  margin-left: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .description-content.hasPrice li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .description-content.hasPrice li::before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("/assets/img/icons/check.png");
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.25rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .description-content.hasPrice:last-child li::before {
  background-image: url("/assets/img/icons/cross.png");
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .description-text,
.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#description .description-text span {
  font-size: 1rem !important;
  color: var(--c-black) !important;
  line-height: 1.625rem !important;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates {
  padding: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates #dates-ask {
  display: none;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .select-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25rem;
  flex: 1 1 25rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .select-wrapper .label-select {
  color: var(--c-black);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-transform: none;
  display: inline-block;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .select-wrapper select {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--c-greyMedium);
  border-radius: 1rem;
  font-style: normal;
  padding: 1rem;
  min-height: auto;
  height: auto;
  color: var(--c-black);
  font-size: 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .price-period {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 2rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .price-period.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .price-period .months-selected {
  color: var(--c-black);
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .price-period .selection-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .price-period .selection-arrow>span {
  font-size: 1.25rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .no-prices-alert {
  font-size: 1rem;
  min-height: 3rem;
  background-color: var(--c-greyLight);
  border-radius: var(--s-primary, 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  gap: 0.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day:hover {
  cursor: pointer;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day:hover .price .product-book-selection.button {
  border-color: currentColor;
  background-color: #fff;
  color: var(--c-first);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day.empty {
  display: none;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .date {
  background-color: var(--c-greyLight);
  color: var(--c-black);
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  border-radius: var(--s-primary, 1.25rem) 0 0 0;
  width: 7rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 0.125rem);
  flex: 0 0 calc(50% - 0.125rem);
}

@media screen and (min-width: 1440px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7rem;
    flex: 0 0 7rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: var(--s-primary, 1.25rem) 0 0 var(--s-primary, 1.25rem);
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .duration {
  background-color: var(--c-greyLight);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: var(--c-black);
  border-radius: 0 var(--s-primary, 1.25rem) 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 0.125rem);
  flex: 0 0 calc(50% - 0.125rem);
}

@media screen and (min-width: 1440px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .duration {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 0;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .duration:has(+ .price.active) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: var(--c-greyLight);
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0 0 var(--s-primary, 1.25rem) var(--s-primary, 1.25rem);
}

@media screen and (min-width: 1440px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 0 var(--s-primary, 1.25rem) var(--s-primary, 1.25rem) 0;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-promotion {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--c-second);
  color: var(--c-black);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-right-radius: var(--s-primary, 1.25rem);
  line-height: normal;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .day-status {
  position: absolute;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 2rem;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: var(--s-primary, 1.25rem);
}

@media screen and (min-width: 1440px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .day-status {
    left: 0;
    bottom: 0;
    transform: none;
    border-radius: 0 var(--s-primary, 1.25rem) 0 0;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.button {
  border-radius: 0 0 var(--s-primary, 1.25rem) var(--s-primary, 1.25rem);
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: normal;
  border: 1px solid transparent;
}

@media screen and (min-width: 1440px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.button {
    border-radius: 0 var(--s-primary, 1.25rem) var(--s-primary, 1.25rem) 0;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.price-link {
  color: var(--c-black);
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 425px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.price-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.price-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.price-link .old-price-value {
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 0.8rem;
  margin-bottom: -0.5rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.price-link .price-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-right: 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.price-link .price-value .amount {
  font-size: 1.75rem;
  font-weight: 700;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.price-link .price-value .taxes {
  font-size: 1rem;
  margin-left: 4px;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .product-book-selection.price-link .price-value sup {
  position: static;
  margin-right: 0.25rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .book-it {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 1440px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#dates .day .price .book-it {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#photos .columns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#photos .columns-container {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#photos ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333333333% - 0.3333333333rem);
  flex: 0 0 calc(33.3333333333% - 0.3333333333rem);
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#photos ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333333333% - 0.6666666667rem);
    flex: 0 0 calc(33.3333333333% - 0.6666666667rem);
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#photos ul li {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .content#photos ul li {
    margin-bottom: 1rem;
  }
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#photos img {
  cursor: pointer;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#videos {
  padding: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#videos .row,
.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#videos .columns {
  margin: 0;
  padding: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#videos .video {
  font-size: 1rem;
  color: var(--c-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#videos .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#videos .video .small-1 {
  width: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  margin-right: 0.5rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask {
  padding: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask .text-pax {
  margin-bottom: 2rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask .text-pax .link-pax {
  font-size: 1rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask h4 {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask label {
  color: var(--c-black);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask label span {
  font-size: 0.75rem;
  display: inline-block;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask select,
.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask input:not(#rgpd) {
  min-height: 3.25rem;
  border-radius: 1rem;
  border: 1px solid var(--c-greyMedium);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask textarea {
  border-radius: 1rem;
  border: 1px solid var(--c-greyMedium);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2rem;
  resize:vertical;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask .mandatory {
  margin: -1rem 0 2rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask .mandatory p {
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask .comment p {
  font-size: 1rem;
  font-weight: 700;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask .rgpd>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask .rgpd label {
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-greyDark);
  line-height: normal;
  margin-left: 0.5rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask button {
  background: transparent;
  border: 1px solid currentColor;
  min-height: 3.75rem;
  font-size: 0.875rem;
  color: var(--c-first);
  font-weight: 600;
  border-radius: var(--s-primary, 1.25rem);
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .content#ask button:hover {
  background: var(--c-first);
  color: #fff;
  border-color: var(--c-first);
}

.kit-body-wrap #picture_preview div#close {
  position: fixed;
  height: auto;
  z-index: 3000;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 35px;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.kit-body-wrap div#picture_preview {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  vertical-align: middle;
}

.kit-body-wrap div#picture_preview img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}

.kit-body-wrap div#picture_preview .icon {
  color: #fff;
  font-size: 45px;
}

.kit-body-wrap div#picture_preview div {
  height: 100%;
}

.kit-body-wrap div#picture_preview div.next.small-2 {
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kit-body-wrap div#picture_preview div.next span {
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kit-body-wrap div#picture_preview div.prev.small-2 {
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kit-body-wrap div#picture_preview div.prev span {
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kit-body-wrap .page-layout-wrap .template-enc.product-page .popIn-custom .criteria {
  border-radius: var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-action .hollow {
  border-radius: var(--s-primary, 1.25rem) 0 0 var(--s-primary, 1.25rem);
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-action .full {
  border-radius: 0 var(--s-primary, 1.25rem) var(--s-primary, 1.25rem) 0;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria-action button {
  min-width: 7.5rem;
}

.kit-body-wrap .page-layout-wrap .popIn-custom .criteria.error {
  font-size: 1rem;
}

.kit-body-wrap #mail-notification {
  border-radius: var(--s-primary, 1.25rem);
  padding: 0;
}

.kit-body-wrap #mail-notification .email-product {
  padding: 2rem;
  position: relative;
}

.kit-body-wrap #mail-notification .email-product button {
  border-radius: var(--s-primary, 1.25rem);
}

.kit-body-wrap #mail-notification .email-product input {
  min-height: 3.25rem;
  border-radius: 1rem;
  border: 1px solid var(--c-greyMedium);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2rem;
}

.kit-body-wrap #mail-notification .email-product h4 {
  font-family: var(--f-title);
  font-weight: 600;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.kit-body-wrap #mail-notification .email-product .close-reveal-modal {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.kit-body-wrap #mail-notification .email-product .label-email {
  color: var(--c-black);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.kit-body-wrap #mail-notification .email-product .infos-text {
  margin-top: -2rem;
  font-size: 0.825rem;
  margin-bottom: 2rem;
  color: var(--c-greyDark);
}

.kit-body-wrap #mail-notification .email-product .captcha-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}

.kit-body-wrap #mail-notification .email-product-input {
  max-width: 40rem;
  margin: 0 auto;
}

.kit-body-wrap #mail-notification .email-product-introduction {
  font-size: 1rem;
  color: var(--c-greyDark);
  margin-bottom: 2rem;
  text-align: center;
}

/* Social share*/
.x-twitter-icon .jssocials-share-link::before {
  content: "";
  background: var(--c-greyMedium);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ieC10d2l0dGVyLWljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFyZW0iIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzg5LjIgNDhoNzAuNkwzMDUuNiAyMjQuMiA0ODcgNDY0SDM0NUwyMzMuNyAzMTguNiAxMDYuNSA0NjRIMzUuOEwyMDAuNyAyNzUuNSAyNi44IDQ4SDE3Mi40TDI3Mi45IDE4MC45IDM4OS4yIDQ4ek0zNjQuNCA0MjEuOGgzOS4xTDE1MS4xIDg4aC00MkwzNjQuNCA0MjEuOHoiLz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ieC10d2l0dGVyLWljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjFyZW0iIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzg5LjIgNDhoNzAuNkwzMDUuNiAyMjQuMiA0ODcgNDY0SDM0NUwyMzMuNyAzMTguNiAxMDYuNSA0NjRIMzUuOEwyMDAuNyAyNzUuNSAyNi44IDQ4SDE3Mi40TDI3Mi45IDE4MC45IDM4OS4yIDQ4ek0zNjQuNCA0MjEuOGgzOS4xTDE1MS4xIDg4aC00MkwzNjQuNCA0MjEuOHoiLz48L3N2Zz4=");
  display: block;
  width: 1rem;
  transition: all ease .3s;
  height: 1rem;
}

.x-twitter-icon .jssocials-share-link:hover::before {
  background: var(--c-first);
}

.x-twitter-icon .jssocials-share-link img {
  display: none;
}

@media screen and (min-width: 1024px) {
  .kit-body-wrap .page-layout-wrap .template-enc.product-page .product-book-selection {
    min-height: 3.75rem;
  }
}