.page_topline {
  display: none;
}
@media screen and (min-width: 768px) {
  .page_topline {
    display: block;
  }
}
.page_toplogo .d-sm-flex.justify-lg-content-end.justify-content-sm-between.align-items-center {
  display: none;
}
@media screen and (min-width: 768px) {
  .page_toplogo .d-sm-flex.justify-lg-content-end.justify-content-sm-between.align-items-center {
    display: block;
  }
}
.top-includes .header_buttons-icons a:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-includes .header_buttons-icons a:last-child {
    display: inline-block;
  }
}
.ls .toggle_menu {
  background-color: transparent;
}
.post .entry-content a.more-link, .fw-event.fw-post-event a.more-link {
  border-radius: 10px;
  font-weight: 400;
  display: flex;
  max-width: 171px;
  margin-top: 28px;
  margin-bottom: 6px;
  text-align: center;
  padding: 7px 0px;
  justify-content: center;
  border: 2px solid #c6ac94;
  background-color: #c6ac94;
  color: #fff;
}
.top-nav a {
  cursor: pointer;
}
.modal_block {
  padding: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#search_modal .widget {
  width: 80%;
}
@media screen and (max-width: 767.98px) {
  #founder .btn + span {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  img[src="//dev.myrage.be/croque-madame.be/uploads/2019/09/SIGNATURE-CROQUE-MADAME-POUR-SITE-1.png"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
span.quote {
  font-size: calc(16px + (24 - 16) * ((100vw - 768px) / ( 992 - 768 )));
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  span.quote {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  span.quote {
    font-size: 24px;
  }
}
.pagination {
  justify-content: center;
}
.card-bio .position {
  letter-spacing: 0.1rem;
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 10px 0 8px 0;
}
.card-bio .media {
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .card-bio .media-left {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .card-bio .media-body {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin: 0;
  }
}
.btn {
  white-space: normal;
}
@media (min-width: 992px) {
  .volonter .col-lg-4 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    flex: 0 0 calc(33.333333% - 1rem);
    max-width: calc(33.333333% - 1rem);
  }
}
.choose-us-image img {
  display: block;
  margin: auto;
}
.team-single {
  display: none !important;
}
/*# sourceMappingURL=debug.css.map */