.cm-btn-success {
    background-color: #F1BE48 !important;
    color: #1D1D1C !important;
    text-decoration: underline !important;
    transition: 150ms smooth;
}
.cm-btn-success:hover {
    background-color: #1D1D1C !important;
    color: #ffffff !important;
}

.cn-decline {
    background-color: transparent !important;
    border: none !important;
    color: #1D1D1C !important;
}

.cn-learn-more {
    color: #F1BE48 !important;
}

.cm-modal a {
    color: #F1BE48 !important;
}

.cm-btn-accept {
    border-color: #F1BE48 !important;
    color: #F1BE48 !important;
    background-color: #ffffff !important;
}

.cm-btn-accept:hover {
    border: none !important;
}

.klaro .slider {
    margin-bottom: 0 !important;
}

/* hotfix menu 2021-12-13 */
.navbar-nav.menu-vertical-items li.has-childs {
   display: table-cell;
}
@media (max-width: 991px) {
   .navbar-nav.menu-vertical-items li.has-childs {
      display: block;
   }
}

/* bouton événement s'inscrire */
.events-mosaic .actions .btn-primary {
    display: none;
}

.rapports-section .zone-news_flash .news .item img {
    width: 214px;
}

.blogue-details-page .zone-news__moreNews-wrapper {
/*display: none;*/
}

.dossiertechniquelistingpage div.news-tags > a.news-tags {
    display: block;
}

@media print {
  .poweredBy-wrapper {
      display:none!important;
      visibility: hidden!important;
  }
}