/*
.glossary {
  font-size: 13px;
  overflow: hidden;
  background-color: white;
  border-radius: 8px;
  padding: 15px 15px;
  margin-bottom: 0;
}

.glossary dt {
  clear: both;
  font-weight: bold;
  width: 180px;
  line-height: normal;
  margin-bottom: 0
}

.glossary dd {
  margin-bottom: 0;
  line-height: normal
}

.glossary dd:not(:last-of-type) {
  margin-bottom: 12px
}

@media (min-width: 421px) {
  .glossary dt, .glossary dd {
    float: left
  }
}

*/
.glossary {
  font-size: 12px;
  overflow: hidden;
  background-color: white;
  border-radius: 8px;
  padding: 15px 15px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 40px;
}
.glossary dt {
  margin-bottom: 0;
}
.glossary dd:last-child {
  margin-bottom: 0;
}

/*

.glossary dt {
  clear: both;
  font-weight: bold;
  width: 180px;
  line-height: normal;
  margin-bottom: 0
}

.glossary dd {
  margin-bottom: 0;
  line-height: normal
}

.glossary dd:not(:last-of-type) {
  margin-bottom: 12px
}

@media (min-width: 421px) {
  .glossary dt, .glossary dd {
    float: left
  }
}*/
.df-features-container {
  container-type: inline-size;
}

.df-features {
  display: grid;
  margin-bottom: 0;
  column-gap: 10px;
  font-family: "Century Gothic";
}
.df-features dt:first-child,
.df-features dt:first-child + dd {
  font-weight: 700;
}
.df-features dt:last-of-type, .df-features dd:last-of-type {
  margin-bottom: 0;
}
@container (max-width: 943px) {
  .df-features dt, .df-features dd {
    margin-bottom: 0;
  }
  .df-features dt:first-child,
  .df-features dt:first-child + dd {
    display: none;
  }
  .df-features dt {
    margin-top: 10px;
  }
}
@container (min-width: 944px) {
  .df-features {
    grid-template-columns: 130px 1fr;
  }
  .df-features dt, .df-features dd {
    margin-bottom: 12px;
  }
}
.df-features dd {
  display: grid;
  column-gap: 6px;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
}
@container (max-width: 943px) {
  .df-features dd [data-group]:before {
    content: attr(data-group);
    display: block;
    font-weight: 700;
    margin-top: 6px;
  }
}

/*
.df-features{
  display: grid;
  //grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  grid-template-columns: 1fr;

  @container (max-width: 714px) {
    grid-template-columns: 120px 1fr;
    background-color: red !important;
  }
  column-gap: 40px;
  font-family: "Century Gothic";

  dt{
    &,
    &:first-child + dd{
      font-weight: 700;
    }
    &:first-child + dd{
      @include media("<tablet"){
        display: none;
      }
    }
    @include media("<tablet"){
      margin-top: 20px;
    }
  }
  dd{
    &:first-child{
      font-weight: 700;
    }
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    @container (max-width: 714px) {
      grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
      background-color: red !important;
    }
    gap: 10px;
  }
  dd{
    [data-group]:before{
      content: attr(data-group);
      display: block;
      font-weight: 700;
    }
    @include media("<tablet"){

    }
  }
}
*/
.df-wide-container {
  margin: 0 calc(-50vw + 50%);
}

.df-grid-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  gap: 60px;
}

.df-rounded {
  border-radius: 16px;
}
@media (min-width: 1025px) {
  .df-rounded {
    border-radius: 30px;
  }
}

.df-banner-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
}

.df-banner-content {
  max-width: 460px;
  font-size: 14px;
}

.df-category-content h2 {
  font-size: 25px;
}
.df-category-content p {
  margin-bottom: 16px;
}
.df-category-content ul {
  margin-bottom: 16px;
}
.df-category-content .list-w-icon li:before {
  font-size: 94%;
  top: 2px;
}
.df-category-content .list-w-icon--sm li:not(:last-child) {
  margin-bottom: 5px;
}
.df-category-content .glossary {
  background-color: #f6f6f6;
}
.df-category-content .accordion {
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2509803922);
  font-family: "Myriad Pro";
}
.df-category-content .accordion__t {
  font-family: "Myriad Pro";
  color: #505050;
  font-size: 22px;
}
.df-category-content .accordion__c {
  font-size: 16px;
}
.df-category-content .accordion a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.df-category-content .accordion a:hover {
  text-decoration: none;
}

.plants-faq-picto {
  position: absolute;
  right: -20px;
  top: -62px;
  z-index: 1;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 50%;
  background-image: url("../../images/plantbased-text.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 112px;
  height: 112px;
  pointer-events: none;
}

.badge-greenwashing {
  background-image: url("../../images/greenwashing-en.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.badge-greenwashing:after {
  padding-bottom: 100%;
  display: block;
  content: "";
}
[lang=de] .badge-greenwashing {
  background-image: url("../../images/greenwashing-de.svg");
}

[lang=fr] .badge-greenwashing {
  background-image: url("../../images/greenwashing-fr.svg");
}

.df-image-with-badge {
  position: relative;
}
.df-image-with-badge .df-rounded {
  width: 89.1608391608%;
}
.df-image-with-badge .badge-greenwashing {
  position: absolute;
  right: 0;
  top: 0;
  width: 22.7272727273%;
  transform: translateY(40%);
}

/*# sourceMappingURL=static-plants.css.map */
