/***** 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;
  }
}

.s-label--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 32px 32px 32px;
  background-color: #F7F7F7;
  position: relative;
  width: 358px;
  height: 100%;
}
.s-label--card .card_lien {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: transparent;
  z-index: 10;
}
.s-label--card .card_image {
  width: 100%;
  max-height: 150px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
  -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);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.s-label--card .card_titre {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s-label--card .card_titre {
    font-size: 20px;
  }
}
.s-label--card .container_bas {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 0px;
  overflow: hidden;
  -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);
}
.s-label--card .container_bas .card_decouvrir {
  background-color: #7D714F;
  color: #FFFFFF;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 24px;
}
.s-label--card .container_bas .card_decouvrir:hover {
  background-color: #504626;
}
.s-label--card .container_bas .card_decouvrir a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 1024px) {
  .s-label--card:hover .card_image {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    max-height: 90px;
  }
  .s-label--card:hover .container_bas {
    max-height: 40px;
  }
}
/*# sourceMappingURL=node--s-label--card.css.map */
