@media (max-width: 768px) {
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("/themes/custom/kaneva/assets/fonts/Poppins-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("/themes/custom/kaneva/assets/fonts/Poppins-SemiBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/kaneva/assets/fonts/Lato-Regular.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/kaneva/assets/fonts/Lato-Bold.ttf");
    font-display: swap;
  }
  * {
    color: #020101;
  }
  .actualites.full {
    padding-bottom: 80px;
  }
  .actualites.full .header {
    padding: 105px 24px 0px;
  }
  .actualites.full .header:before {
    height: 250px;
  }
  .actualites.full .header .header_contenu {
    row-gap: 40px;
  }
  .actualites.full .header .header_contenu .gauche .titre {
    margin-bottom: 24px;
  }
  .actualites.full .wrapper {
    padding: 0px 24px;
    margin-top: 64x;
  }
  .actualites.full .wrapper .liste_articles .views-element-container .liste-actualites .view-filters {
    margin-bottom: 40px;
  }
  .actualites.full .wrapper .liste_articles .views-element-container .liste-actualites .view-filters form fieldset .fieldset-wrapper > .form-radios .form-radios {
    row-gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .actualites.full .wrapper .liste_articles .views-element-container .liste-actualites .view-content .views-infinite-scroll-content-wrapper .views-row {
    width: 100%;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
  .actualites.full .wrapper .liste_articles .views-element-container .liste-actualites .js-pager__items {
    margin: 32px auto 0px;
  }
}
/*# sourceMappingURL=actualites.css.map */
