/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/did-you-know-block/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wider Screens */
.card-block {
  position: relative;
  border-radius: 4px;
}

.sticky {
  background-color: #DAFF76;
}

.card-block.is-sticky {
  display: grid;
  height: 100%;
}
.card-block.is-sticky img {
  display: block;
  width: 100%;
  height: 100%;
}
.card-block.is-sticky .card-block__content {
  background: #DAFF76;
}

.card-block__img {
  background: #6D6D6D;
}
.card-block__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-block-title {
  margin-top: 0;
}

.card-block__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 25px 25px 15px 25px;
  min-height: 191px;
}

.card-bloc-excerpt {
  font-size: 1.4rem;
}

.card-block-date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #6D6D6D;
}

.card-block-category {
  position: relative;
  font-size: 1.4rem;
  border: 1px solid #6D6D6D;
  border-radius: 70px;
  padding: 4px 14px;
  color: #6D6D6D;
}
.card-block-category:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1.5px;
  height: 70%;
  background-color: #6D6D6D;
}

.card-block__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.card-block-link {
  display: block;
  font-size: 0;
  width: 39px;
  height: 31px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2731%27 height=%2731%27 fill=%27none%27><rect width=%2730%27 height=%2730%27 x=%27.5%27 y=%27.5%27 stroke=%27%23426624%27 rx=%2715%27/><path stroke=%27%23426624%27 stroke-linecap=%27round%27 stroke-width=%271.67%27 d=%27m10.617 18.145 9.615-5.551m0 0-2.026 7.695m2.026-7.695-7.267-1.98%27/></svg>");
  background-repeat: no-repeat;
  background-size: 31px;
}

.card-block-bottom-link {
  font-size: 1.4rem;
  text-decoration: underline;
}
.card-block-bottom-link:hover, .card-block-bottom-link:focus {
  text-decoration: none;
}

.card-block__bottom-top {
  display: flex;
  align-items: center;
  gap: 30px;
}

.card-block__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 1400px) {
  .card-block.is-sticky {
    grid-template-columns: 310px 1fr;
  }
  .card-block.is-sticky .card-block__top {
    padding-top: 75px;
  }
  .card-block.is-sticky img {
    width: 310px;
  }
  .card-block.is-sticky .card-block-title {
    font-size: 2.4rem !important;
  }
  .card-block.is-sticky .card-block__content {
    background: #DAFF76;
  }
  .sticky {
    grid-column: 1/3;
  }
}
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wider Screens */
.did-you-know-block .card-block.is-sticky {
  grid-template-columns: 1fr;
}
.did-you-know-block .card-block.is-sticky img {
  width: 100%;
}
.did-you-know-block .card-block.is-sticky .card-block__top {
  padding-top: 0;
}
.did-you-know-block .card-block:not(.is-sticky) {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  background-color: #F2F2F2 !important;
}
.did-you-know-block .card-block:not(.is-sticky) img {
  min-height: 233px;
}

.did-you-know-block__list {
  display: grid;
  grid-gap: 24px;
  padding: 0;
}

.did-you-know-block__list .card-block-title {
  margin-top: 0;
}

.did-you-know-block__list .is-sticky .card-block__content {
  justify-content: space-between;
  padding-top: 30px;
}

.did-you-know-block__list .is-sticky .card-block-title {
  line-height: 1.2;
}

.did-you-know-block__list .is-sticky .card-bloc-excerpt {
  line-height: 1.4;
}

.did-you-know-block__list .is-sticky img,
.did-you-know-block__list .is-sticky picture {
  aspect-ratio: 275/183;
}

.did-you-know-block {
  position: relative;
}
.did-you-know-block svg {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 1;
}

.did-you-know-block__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.did-you-know-block__link {
  position: relative;
  padding-right: 45px;
}
.did-you-know-block__link svg {
  position: absolute;
  top: -2px;
}
.did-you-know-block__link svg rect {
  stroke: currentColor;
}
.did-you-know-block__link svg path {
  stroke: currentColor;
}

.did-you-know-block__svg-decoration {
  display: none;
}

@media screen and (min-width: 768px) {
  .did-you-know-block__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .did-you-know-block__heading {
    align-items: center;
  }
  .did-you-know-block__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .did-you-know-block__list .card-block:first-of-type .card-block__content {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .did-you-know-block__list .card-block:first-of-type .card-block__img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .did-you-know-block__list .card-block:first-of-type .card-block__img img,
  .did-you-know-block__list .card-block:first-of-type .card-block__img picture {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .did-you-know-block__list .card-block:not(:first-of-type) .card-block__content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .did-you-know-block__list .card-block:not(:first-of-type) .card-block__img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .did-you-know-block__list .card-block:not(:first-of-type) .card-block__img img,
  .did-you-know-block__list .card-block:not(:first-of-type) .card-block__img picture {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .did-you-know-block__svg-decoration {
    display: block;
  }
  .did-you-know-block__list .is-sticky .card-block__content {
    padding-top: 80px;
  }
  .did-you-know-block__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .did-you-know-block {
    padding: 70px 64px 150px 64px;
  }
  .did-you-know-block .card-block.is-sticky {
    grid-template-columns: 170px 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .did-you-know-block .card-block.is-sticky {
    grid-template-columns: 310px 1fr;
  }
  .did-you-know-block__list {
    grid-template-columns: 630px 1fr 1fr;
  }
}

/*# sourceMappingURL=style-index.css.map*/