@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:focus, input:active, button:focus, button:active, textarea:focus, textarea:active {
  outline: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: unset !important;
}

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

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

/***** BUTTONS *****/
/* BUTTONS : COLOR AND FONT*/
/* BUTTONS : SIZE*/
/* BEFORE OR AFTER BUTTON*/
/* NO TEXT BUTTON*/
/* BUTTON : GENERIC BUTTON - DO NOT USE */
/* Arrows Slider */
/**
* 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;
  }
}

article[class*=lien] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
article[class*=lien] .card_lien {
  font-size: 0px;
  color: transparent;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
article[class*=lien]: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;
}
@media (min-width: 769px) {
  article[class*=lien]:hover div[class*=header] > .activite__field-titre-token {
    bottom: calc(50% - 32px);
  }
  article[class*=lien]:hover div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien {
    width: 100%;
    height: 100%;
  }
  article[class*=lien]:hover div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header .s-header__field-titre {
    bottom: calc(50% - 32px);
  }
  article[class*=lien]:hover .lien_redirection {
    bottom: 0px;
  }
}
article[class*=lien] > div[class*=header] {
  /* SI activité */
  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;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  /* SI autre type de contenu */
}
article[class*=lien] > div[class*=header] > .activite__field-medias {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
article[class*=lien] > div[class*=header] > .activite__field-medias > .field__item {
  width: 100%;
  height: 100%;
}
article[class*=lien] > div[class*=header] > .activite__field-medias > .field__item .media {
  width: 100%;
  height: 100%;
}
article[class*=lien] > div[class*=header] > .activite__field-medias > .field__item .media .image__field-media-image {
  width: 100%;
  height: 100%;
}
article[class*=lien] > div[class*=header] > .activite__field-medias > .field__item .media .image__field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article[class*=lien] > div[class*=header] > .activite__field-titre-token {
  position: absolute;
  bottom: calc(0% + 32px);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  width: calc(100% - 48px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
article[class*=lien] > div[class*=header] > .activite__field-titre-token h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #071E22;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article[class*=lien] > div[class*=header] > .activite__field-titre-token h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien {
  width: 100%;
  height: 100%;
}
article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header {
  width: 100%;
  height: 100%;
}
article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header .s-header__field-titre {
  position: absolute;
  bottom: calc(0% + 32px);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  width: calc(100% - 48px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header .s-header__field-titre h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #071E22;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header .s-header__field-titre h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header .s-header__field-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header .s-header__field-image .media {
  width: 100%;
  height: 100%;
}
article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header .s-header__field-image .media .image__field-media-image {
  width: 100%;
  height: 100%;
}
article[class*=lien] > div[class*=header] > .paragraph--type--s-header.paragraph--view-mode--header-lien .container_header .s-header__field-image .media .image__field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article[class*=lien] .lien_redirection {
  position: absolute;
  z-index: 2;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #071E22;
  line-height: 150%;
  color: #FFFFFF;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  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;
  left: 0;
  right: 0;
  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--lien.css.map */
