/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Jazmin';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Jazmin-Bold.otf"); }

@font-face {
  font-family: 'Jazmin';
  font-weight: 600;
  src: url("/app/themes/florent/assets/fonts/Jazmin-SemiBold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular-Italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium-italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold-italic.otf"); }

.section-news .news .news-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5em;
  position: relative;
  padding: .5em 0; }
  @media (min-width: 981px) {
    .section-news .news .news-item {
      gap: 3em; } }
  .section-news .news .news-item:not(:last-of-type) {
    margin-bottom: 1em; }
  .section-news .news .news-item .title {
    flex-basis: 100%; }
    @media (min-width: 981px) {
      .section-news .news .news-item .title {
        flex: 1;
        order: 2; } }
    .section-news .news .news-item .title a {
      transition: color .3s ease-in-out; }
      .section-news .news .news-item .title a:hover {
        text-decoration: none; }
  .section-news .news .news-item .date {
    min-width: 175px;
    text-transform: uppercase; }
    @media (max-width: 980px) {
      .section-news .news .news-item .date {
        font-size: 14px; } }
    @media (min-width: 981px) {
      .section-news .news .news-item .date {
        order: 1; } }
  .section-news .news .news-item .read-more {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    transition: color .3s ease-in-out;
    order: 3;
    font-family: "Cera Pro", Helvetica, Arial, sans-serif; }
    @media (max-width: 980px) {
      .section-news .news .news-item .read-more {
        font-size: 14px;
        margin-right: 50px; } }
  .section-news .news .news-item:hover .title a {
    color: var(--blue-light); }
  .section-news .news .news-item:hover .read-more {
    color: var(--blue-light); }

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