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

.activite--restaurant {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.activite--restaurant .card_lien {
  font-size: 0px;
  color: transparent;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 769px) {
  .activite--restaurant:hover .card_contenu .activite__field-titre-token {
    bottom: calc(50% - 32px);
  }
  .activite--restaurant:hover .card_contenu .activite_decouvrir {
    bottom: -32px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
            transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
  }
}
.activite--restaurant:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  content: "";
  display: block;
  border-radius: 5px;
}
.activite--restaurant .activite__field-medias {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.activite--restaurant .activite__field-medias > .field__item {
  width: 100%;
  height: 100%;
}
.activite--restaurant .activite__field-medias > .field__item .media--type-image {
  width: 100%;
  height: 100%;
}
.activite--restaurant .activite__field-medias > .field__item .media--type-image .image__field-media-image {
  width: 100%;
  height: 100%;
}
.activite--restaurant .activite__field-medias > .field__item .media--type-image .image__field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.activite--restaurant .card_contenu {
  padding: 32px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.activite--restaurant .card_contenu .activite__field-titre-token {
  position: absolute;
  bottom: calc(0% + 32px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
  width: calc(100% - 48px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.activite--restaurant .card_contenu .activite__field-titre-token h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #071E22;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .activite--restaurant .card_contenu .activite__field-titre-token h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.activite--restaurant .card_contenu .activite_decouvrir {
  position: relative;
  z-index: 2;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #071E22;
  line-height: 150%;
  color: #FFFFFF;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
  text-align: center;
  width: 178px;
  height: 65px;
  background-image: url("../../img/fond_dore_demilune.svg");
  background-size: 178px 65px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto;
  bottom: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
}
/*# sourceMappingURL=node--activite--restaurant.css.map */
