@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
div[id*=toolbar-administration] {
  z-index: 2000 !important;
}

.contextual-region.block .contextual {
  display: none;
}

input,
button,
textarea {
  /*   &:focus,
    &:active {
      outline: unset !important;
      box-shadow: unset !important;
      border: unset !important;
    } */
}

input[type=submit i] {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
  white-space: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  text-align: unset;
  cursor: unset;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  padding: unset;
  border-width: unset;
  border-style: unset;
  border-color: unset;
  -o-border-image: initial;
     border-image: initial;
}

body:not(.cke_editable) ul {
  list-style: none;
}

body.cke_editable ul {
  list-style: initial;
  padding: revert;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

*:focus-visible {
  outline: unset;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

span,
label,
img {
  display: block;
}

.ajax-progress,
.ajax-progress-throbber {
  display: none;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  padding: unset;
  margin: unset;
  font-weight: unset;
  font-size: unset;
}

body.cke_editable {
  padding: initial;
  margin: initial;
  font-weight: initial;
}
body.cke_editable p,
body.cke_editable span,
body.cke_editable h1,
body.cke_editable h2,
body.cke_editable h3,
body.cke_editable h4,
body.cke_editable h5,
body.cke_editable h6,
body.cke_editable ul,
body.cke_editable li {
  padding: revert;
  margin: revert;
  font-weight: revert;
}

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin: unset;
  background-color: unset !important;
}

.file + span {
  display: none !important;
}

.field__item > ul li {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #071e22;
  font-size: 15px;
  position: relative;
  line-height: 150%;
  padding-left: 1em;
}
.field__item > ul li:before {
  content: "●";
  color: #7d714f;
  display: inline-block;
  margin-left: -1em;
  margin-right: 1em;
  position: absolute;
}

.ui-datepicker {
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 150% !important;
}

/***** 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  
*/
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--card {
  width: 353px;
  height: 220px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.activite--card .card_lien {
  font-size: 0px;
  color: transparent;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 769px) {
  .activite--card:hover .card_contenu .activite__field-titre-token:after {
    margin: 12px 0px;
    width: 15px;
    max-height: 20px;
  }
  .activite--card:hover .card_contenu .activite_decouvrir {
    max-height: 26px;
  }
}
.activite--card: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--card .activite__field-medias {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.activite--card .activite__field-medias > .field__item {
  width: 100%;
  height: 100%;
}
.activite--card .activite__field-medias > .field__item .media--type-image {
  width: 100%;
  height: 100%;
}
.activite--card .activite__field-medias > .field__item .media--type-image .image__field-media-image {
  width: 100%;
  height: 100%;
}
.activite--card .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--card .card_contenu {
  padding: 16px 24px;
  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%;
}
.activite--card .card_contenu .activite__field-titre-token h4 {
  color: white;
}
.activite--card .card_contenu .activite__field-titre-token:after {
  width: 0px;
  height: 3px;
  background-color: #AD9F7B;
  border-radius: 10px;
  display: block;
  margin: 0px;
  content: "";
  position: relative;
  z-index: 3;
  -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);
  max-height: 0px;
  overflow: hidden;
}
.activite--card .card_contenu .activite_decouvrir {
  position: relative;
  z-index: 2;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #071E22;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
  max-height: 0px;
  overflow: hidden;
  -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);
}
/*# sourceMappingURL=node--activite--card.css.map */
