/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
/* stylelint-disable selector-no-qualifying-type */
/* stylelint-disable selector-max-id */
.container-general {
  display: flex;
  flex-direction: column;
}

.grid {
  z-index: 2;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(5, minmax(120px, 150px));
  grid-template-columns: 2fr repeat(6, minmax(120px, 150px)) 2fr;
  justify-content: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
@media (max-width: 1359px) {
  .grid {
    grid-template-columns: 2fr repeat(4, minmax(120px, 150px)) 2fr;
    margin-top: 3rem;
  }
}
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr repeat(4, minmax(120px, 150px)) 1fr;
    margin-top: 4rem;
  }
}
@media (max-width: 479px) {
  .grid {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4rem;
    padding-bottom: 1rem;
  }
}
.grid .pd-image__figure {
  width: 160px;
  margin: 0;
}
.grid .pd-image__image {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479px) {
  .grid .no-mobile {
    display: none;
  }
}
.grid .on-hover:hover,
.grid .on-hover:active {
  background-color: rgba(255, 255, 255, 0.36);
  cursor: pointer;
}
@media (max-width: 1359px) {
  .grid .no-1360 {
    display: none;
  }
}
@media (max-width: 479px) {
  .grid .no-1360 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .grid .no-1025 {
    display: none;
  }
}

.grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 479px) {
  .grid > div {
    aspect-ratio: 1/1;
  }
  .grid > div.mobile-td {
    border-top: 1px solid rgba(250, 250, 250, 0.6);
    border-right: 0 !important;
    border-bottom: 1px solid rgba(250, 250, 250, 0.6);
    border-left: 0 !important;
  }
  .grid > div.mobile-b {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(250, 250, 250, 0.6);
    border-left: 0 !important;
  }
}
.grid > div.all-border {
  border-top: 1px solid rgba(250, 250, 250, 0.6);
  border-right: 1px solid rgba(250, 250, 250, 0.6);
  border-bottom: 1px solid rgba(250, 250, 250, 0.6);
}
.grid > div.c-border {
  border-top: 1px solid rgba(250, 250, 250, 0.6);
  border-right: 1px solid rgba(250, 250, 250, 0.6);
  border-bottom: 1px solid rgba(250, 250, 250, 0.6);
}
.grid > div.c-border a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 479px) {
  .grid > div.c-border a {
    height: -moz-max-content !important;
    height: max-content !important;
  }
}
.grid > div.l-border {
  border-right: 1px solid rgba(250, 250, 250, 0.6);
  border-bottom: 1px solid rgba(250, 250, 250, 0.6);
}
.grid > div.l-border a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 479px) {
  .grid > div.l-border a {
    height: -moz-max-content !important;
    height: max-content !important;
  }
}

.pd-text__primary.eco {
  margin: 0;
  font-weight: 300;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .pd-text__primary.eco {
    line-height: 1.2rem;
  }
}
.pd-text__primary.eco strong {
  font-weight: 700;
}
@media (max-width: 1439px) {
  .pd-text__primary.eco.slogan {
    font-size: 0.8rem !important;
  }
}

.out-of-grid {
  z-index: 10;
  display: none;
}
@media (max-width: 1024px) {
  .out-of-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .out-of-grid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.out-of-grid .pd-text__primary.eco {
  margin-bottom: 1.5rem;
}
@media (max-width: 479px) {
  .out-of-grid .pd-text__primary.eco {
    margin-bottom: 1rem;
    font-size: 0.7rem;
  }
}

.adn-logo-out {
  padding-right: 1rem;
}
@media (max-width: 479px) {
  .adn-logo-out .pd-image__figure {
    margin-right: 0;
  }
}
.adn-logo-out img {
  max-width: 8rem;
  height: auto;
}
@media (max-width: 479px) {
  .adn-logo-out img {
    max-width: 6rem;
  }
}

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