/***** 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--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 55px 24px 24px;
  background-color: #F7F7F7;
  position: relative;
}
.agenda--card .card_lien {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: transparent;
  z-index: 10;
}
.agenda--card .agenda__field-texte-court-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .agenda--card .agenda__field-texte-court-1 {
    font-size: 20px;
  }
}
.agenda--card .agenda__field-image-1 {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  margin: auto 24px;
}
.agenda--card .agenda__field-image-1 img {
  width: 270px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.agenda--card .contenu_texte {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  margin-right: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.agenda--card .contenu_texte .agenda__field-titre-token h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .agenda--card .contenu_texte .agenda__field-titre-token h4 {
    font-size: 20px;
  }
}
.agenda--card .contenu_texte .agenda__field-texte-long-1 p, .agenda--card .contenu_texte .agenda__field-texte-long-1 h3, .agenda--card .contenu_texte .agenda__field-texte-long-1 h4, .agenda--card .contenu_texte .agenda__field-texte-long-1 h2, .agenda--card .contenu_texte .agenda__field-texte-long-1 h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #071E22;
}
.agenda--card .croix {
  position: absolute;
  width: 55px;
  height: 100%;
  background-color: #7D714F;
  z-index: 2;
  display: block;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agenda--card .croix:after {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../../img/icones/add.svg");
          mask-image: url("../../img/icones/add.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFFFFF;
  content: "";
  display: block;
}
/*# sourceMappingURL=node--agenda--card.css.map */
