.botImage {
    width: 66%;
    height: auto;
    margin: 0 5px 0 0;
    border-radius : 15px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
}

.chatImage {
    width: 17%;
    height: auto;
    margin: 0 15px 0 0;
    border-radius : 15px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
}

#chatbot {
    border: 0;
    background-color: transparent;
    z-index: 2147483639;
    position: fixed;
    bottom: 10px;
    width: 260px;
    height: auto;
    overflow: hidden;
    opacity: 1;
    max-width: 100%;
    right: 0;
    max-height: 100%;
}

.message {
    color: black;
    padding: 15px;
    border-radius: 15px;
    margin: 9px 15px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
    background: ghostwhite;
}

.messages {
    text-align: right;
}

.closeButton {
    padding: 5px;
}

.closeBox {
    text-align: right;
    margin: 3px 2px;
}

.botBox {
    padding: 10px 10px 0 10px;
    text-align: right;
}

.chat {
    text-align: right;
    padding: 7px 0;
}

.chat:HOVER, .message:HOVER, .closeBox:HOVER {
    cursor: pointer !important;
}

.hidden {
    display: none;
}
.unhidden {
    display: block;
}

.closeImage {
    height: auto;
    width: 12%;
}

.closeImage, .chatImage, .botImage {
    opacity: 0.9;
}

.closeImage:hover, .chatImage:hover, .message:hover {
    opacity: 1.0;
}

.small {
    width: 30%;
    text-align: left;
    background: white;
}

#askbox {
    display:none;
}

.botImageForm {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
}

.waiting {
    cursor: progress !important;
}

.speech-bubble, .speech-bubble-right {
    position: relative;
    background: #00aabb;
    border-radius: .4em;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #00aabb;
    border-left: 0;
    border-top: 0;
    margin-top: -10px;
    margin-left: -20px;
}

.speech-bubble-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #00aabb;
    border-right: 0;
    border-top: 0;
    margin-top: -10px;
    margin-right: -14px;
}

@media screen and (max-width: 768px){
    .chatbot .askbox{
        display: none !important;
    }
}
.modal .popup-dialog img {
    max-width: 100% !important;
    height: auto !important;
}

.modal.popup {
    padding-right: unset !important;
}

.popup-edit {
    display: flex;
    justify-content: center;
}

.popup-edit .container-content {
    max-width: 800px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1rem;
}

.popup-dialog .modal-body {
    padding: 2rem;
}

.popup-dialog .modal-footer {
    justify-content: center;
}

.popup-dialog .modal-footer .form-check label {
    font-size: 1rem;
}

.banner.popup {
    position: fixed;
    display: none;
    z-index: 1000;
    bottom: 0;
    left: 0;
    background: var(--color-pink);
    color: white;
    width: 100%;
    padding: 10px 15px;

}

.infoFlash {
    color: white;
    font-size: xx-large;
    font-weight: 500;
    margin-top: 10px;
    justify-content: end;
    display: flex;
}

.contentFlash {
    font-weight: 500;
    display: flex;
}

.banner .closePopupCheck {
    color: white;
    font-size: 2rem;
}

@media (max-width: 767px) {
    .infoFlash {
        justify-content: unset;
        margin-bottom: 10px;
    }
}

.btn.btn-default.btn-moreWhite {
    background: white;
    color: var(--color-pink) !important;
    flex: 0 0 auto;
    margin-left: 8px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .btn.btn-default.btn-moreWhite {
        width: 50%;
        text-align: center;
        margin-left: 25%;
        flex: unset;
    }
}

@media (max-width: 767px) {
    .contentFlash {
        flex-direction: column;
    }
}
/* 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 */
.cookieConsent {
    background: black;
    border: none;
    font-size: 1em;
    line-height: 2em;
    color: white;
    opacity: 1;
    padding: 10px 0;
    margin: 0;
    text-shadow: none;
}

.cookieConsent.fixedTop,
.cookieConsent.fixedBottom {
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
}

.cookieConsent.fixedTop {
    top: 0;
}

.cookieConsent.fixedBottom {
    bottom: 0;
}

.cookieConsent.edit {
    position: static;
}

.cookieConsent.hide {
    display: none;
}

.cookieConsent .message {
    padding: 0 10px;
}

.cookieConsent__buttons {
    text-align: center;
}

.cookieConsent .accept,
.cookieConsent .dismiss {
    color: black !important;
    cursor: pointer;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: 0;
    border: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 2em;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
    margin: 0 10px;
}

.cookieConsent .accept {
    background-color: rgba(150, 255, 150, 0.8);
}

.cookieConsent .accept:hover {
    background-color: rgba(150, 255, 150, 1);
}

.cookieConsent .dismiss {
    background-color: rgba(255, 150, 150, 0.8);
}

.cookieConsent .dismiss:hover {
    background-color: rgba(255, 150, 150, 1);
}

.cookieConsent a {
    color: #428bca;
}

@media (max-width: 767px) {
    .cookieConsent {
        text-align: justify;
    }
    .cookieConsent__buttons{
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
}
/*!
 * 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; }
