/* Typography
  ========================================================================== */
/* -----------------------------------------------------
   Footer
   ----------------------------------------------------- */
#footer {
  color: white;
  font-weight: 600;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  position: relative;
}
#footer ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: var(--color-pink);
  left: 0;
  top: 8px;
  border-radius: 50%;
}
#footer ul li:has(img)::before, #footer ul li:has(.cg-link)::before {
  display: none;
}
#footer ul li a {
  display: block;
}
#footer a {
  color: white;
  font-weight: 600;
}
#footer a:hover {
  color: white;
  text-decoration: none;
  opacity: 0.7;
}
#footer .top--footer {
  padding: 35px 0px;
  background: #1D1D1D;
}
#footer .top--footer.footerSuperposed {
  padding-top: 8%;
}
#footer .top--footer .row > div:not(:first-child) {
  position: relative;
}
#footer .top--footer .row > div:not(:first-child)::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: var(--color-pink);
  top: 0;
  left: -15px;
}
#footer .top--footer h2 {
  line-height: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 20px;
  color: white;
}
#footer .top--footer nav.menu--sites-generaux ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#footer .top--footer ul li {
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 10px;
  max-width: 90%;
}
#footer .top--footer div.websites ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#footer .top--footer img {
  margin: 5px 0 30px;
}
#footer .bottom--footer {
  background: black;
  padding: 12px 0;
  line-height: 35px;
}
#footer .bottom--footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#footer .bottom--footer ul li {
  margin-left: 40px;
}
#footer .bottom--footer ul li::before {
  width: 4px;
  height: 4px;
  left: -21px;
  top: 14px;
}
#footer .bottom--footer ul li:first-of-type {
  margin: 0;
}
#footer .bottom--footer ul li:first-of-type::before {
  content: none;
}
#footer .bottom--footer ul li a {
  font-weight: bold;
}
#footer .bottom--footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#footer .bottom--footer .logo i {
  margin-left: 15px;
  display: block;
  font-size: 1.0625rem;
}
#footer .cgFooterImageWallonie {
  height: 35px;
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width: 1200px) {
  #footer .top--footer.footerSuperposed {
    padding-top: 15%;
  }
}
@media only screen and (max-width: 990px) {
  #footer .top--footer .row > div:not(:first-child)::after {
    content: none;
  }
}
@media only screen and (max-width: 990px) and (min-width: 768px) and (max-width: 990px) {
  #footer .top--footer .row > div {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #footer .top--footer nav.menu--sites-generaux ul {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #footer .top--footer div.websites ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media only screen and (max-width: 990px) {
  #footer .bottom--footer .logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #footer .bottom--footer ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .bottom--footer ul li {
    margin-left: 0px;
  }
  #footer .bottom--footer ul li::before {
    left: -29px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .top--footer .row > div:not(:last-child) {
    margin-bottom: 40px;
  }
  #footer .top--footer .row > div::after {
    content: none !important;
  }
  #footer .top--footer .row > div nav.menu--sites-generaux ul {
    margin-bottom: 0px;
    -webkit-columns: 1;
    columns: 1;
  }
  #footer .top--footer div.websites ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  #footer .top--footer.footerSuperposed {
    padding-top: 20%;
  }
  #footer .bottom--footer {
    padding-bottom: 50px;
  }
  #footer .bottom--footer .logo i {
    font-size: 0.9375rem;
  }
  #footer .bottom--footer ul {
    display: block;
  }
  #footer .bottom--footer ul li {
    display: block;
  }
  #footer .bottom--footer ul li::before {
    content: none;
  }
}

/* -----------------------------------------------------
   Footer scroll
   ----------------------------------------------------- */
footer .scroll.show {
  display: flex !important;
}

footer .scroll {
  z-index: 2;
  color: var(--color-pink);
  display: flex;
  position: fixed;
  bottom: 60px;
  right: 60px;
  background: linear-gradient(180deg, var(--color-medium-pink) 0%, var(--color-pink) 100%);
  color: white;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.1875rem;
  letter-spacing: 0.15em;
  visibility: hidden;
  opacity: 0;
}

footer .scroll i {
  margin: 0 0 0 5px;
  font-size: 1rem;
}

footer .scroll.show {
  visibility: visible;
  opacity: 1;
}

footer .img171x {
  height: 43px;
  width: auto;
}

/*# sourceMappingURL=cg_footer.css.map */
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../modules/font-awesome/css/../webfonts/fa-brands-400.eot");
  src: url("../modules/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../modules/font-awesome/css/../webfonts/fa-brands-400.woff2") format("woff2"), url("../modules/font-awesome/css/../webfonts/fa-brands-400.woff") format("woff"), url("../modules/font-awesome/css/../webfonts/fa-brands-400.ttf") format("truetype"), url("../modules/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../modules/font-awesome/css/../webfonts/fa-regular-400.eot");
  src: url("../modules/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../modules/font-awesome/css/../webfonts/fa-regular-400.woff2") format("woff2"), url("../modules/font-awesome/css/../webfonts/fa-regular-400.woff") format("woff"), url("../modules/font-awesome/css/../webfonts/fa-regular-400.ttf") format("truetype"), url("../modules/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../modules/font-awesome/css/../webfonts/fa-solid-900.eot");
  src: url("../modules/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../modules/font-awesome/css/../webfonts/fa-solid-900.woff2") format("woff2"), url("../modules/font-awesome/css/../webfonts/fa-solid-900.woff") format("woff"), url("../modules/font-awesome/css/../webfonts/fa-solid-900.ttf") format("truetype"), url("../modules/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
