/***** BUTTONS *****/
/* BUTTONS : COLOR AND FONT*/
/* BUTTONS : SIZE*/
/* BEFORE OR AFTER BUTTON*/
/* NO TEXT BUTTON*/
/* BUTTON : GENERIC BUTTON - DO NOT USE */
/* Arrows Slider */
/* ICONS LIST */ /**
* font-family: 'Outfit', sans-serif;
* 400, 500, 600, 700  
*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

.agenda--teaser {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
  padding-bottom: 40px;
}
.agenda--teaser:hover .textes .agenda__field-titre-token h4 {
  color: #7D714F;
}
.agenda--teaser .card_lien {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: transparent;
  z-index: 10;
}
.agenda--teaser .agenda__field-image-1 {
  height: 208px;
  width: 100%;
}
.agenda--teaser .agenda__field-image-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.agenda--teaser .textes {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0 0 5px 5px;
  padding: 24px;
  background-color: #FFFFFF;
}
.agenda--teaser .textes .agenda__field-texte-court-1 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #071E22;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 8px;
  color: #97A0A2;
}
.agenda--teaser .textes .agenda__field-titre-token {
  margin-bottom: 8px;
}
.agenda--teaser .textes .agenda__field-titre-token h4 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  .agenda--teaser .textes .agenda__field-titre-token h4 {
    font-size: 20px;
  }
}
.agenda--teaser .textes .agenda__field-texte-long-1 p,
.agenda--teaser .textes .agenda__field-texte-long-1 h3,
.agenda--teaser .textes .agenda__field-texte-long-1 h4,
.agenda--teaser .textes .agenda__field-texte-long-1 h2,
.agenda--teaser .textes .agenda__field-texte-long-1 h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #071E22;
  color: #97A0A2;
}
.agenda--teaser .textes .agenda__field-texte-long-1 p:after {
  content: "...";
}
/*# sourceMappingURL=node--agenda--teaser.css.map */
