@media screen and (max-width: 1600px) {
  .interface-interface-skeleton__secondary-sidebar,
  .interface-interface-skeleton__sidebar {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  #footer * {
    text-align: var(--mobile-text-align, center);
    justify-content: var(--mobile-flex-justify, center);
  }
  body .h-100 {
    height: auto !important;
  }
  .col-12 {
    /*padding-bottom: 2rem;*/
  }
  .col-12:last-child:not(.contenu-page) {
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  *:not(.has-text-align-center) {
    text-align: var(--mobile-text-align, center);
    justify-content: var(--mobile-flex-justify, center);
  }
  *.is-content-justification-space-between {
    justify-content: var(--mobile-flex-justify, center) !important;
  }
  h1:not(.has-text-align-center), .h1:not(.has-text-align-center),
  h2:not(.has-text-align-center), .h2:not(.has-text-align-center),
  h3:not(.has-text-align-center), .h3:not(.has-text-align-center),
  h4:not(.has-text-align-center), .h4:not(.has-text-align-center),
  h5:not(.has-text-align-center), .h5:not(.has-text-align-center),
  h6:not(.has-text-align-center), .h6:not(.has-text-align-center) {
    text-align: var(--mobile-heading-align, var(--mobile-text-align, center)) !important;
  }
  .menu-footer-1 {
    font-size: 1.5rem;
  }
  .lm-slider .slider > div,
  .lm-slider .slick-track > div {
    /*display: block;*/
  }
  li {
    list-style-position: inside;
  }
}
@media screen and (max-width: 576px) {
  .lm-accordeon .lm-single-accordeon > button {
    text-align: left;
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
  }
  .lm-breadcrumbs {
    flex-wrap: wrap;
  }
  .lm-breadcrumbs > * {
    width: 100%;
  }
  .top-menu .lm-search.open {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    left: 0px;
    top: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    z-index: 9999999;
  }
  .top-menu .lm-search.open input {
    padding: 1rem;
    width: 80%;
    opacity: 1;
  }
  .top-menu .lm-search.open form {
    display: flex;
    align-items: normal;
  }
  .top-menu .lm-search button {
    transition: none !important;
  }
  .top-menu .lm-search.open button {
    background: var(--main-color);
    padding: 1rem;
  }
  .top-menu .lm-search.open svg {
    fill: #fff;
    height: 2rem;
  }
}

/*# sourceMappingURL=responsive.css.map */
