/**
 * 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-loop {
  position: relative; }
  .section-loop .container {
    margin-top: -80px; }
  .section-loop .members-loop {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    margin-top: 4em; }
    @media (min-width: 768px) {
      .section-loop .members-loop {
        gap: 1em;
        row-gap: 4em;
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 981px) {
      .section-loop .members-loop {
        grid-template-columns: repeat(4, 1fr); } }
    .section-loop .members-loop .member {
      position: relative; }
      .section-loop .members-loop .member .image {
        position: relative;
        height: 375px;
        width: 100%;
        overflow: hidden; }
        .section-loop .members-loop .member .image img {
          position: absolute;
          inset: 0;
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          width: 100%;
          transform: scale(1);
          transition: transform .3s ease-in-out;
          -o-object-position: 50% 10%;
             object-position: 50% 10%; }
      .section-loop .members-loop .member h3 {
        margin-bottom: .2em; }
        .section-loop .members-loop .member h3 a:hover {
          text-decoration: none; }
      .section-loop .members-loop .member span {
        display: block;
        line-height: 18px; }
        .section-loop .members-loop .member span.function {
          text-transform: uppercase;
          margin-bottom: 5px; }
      .section-loop .members-loop .member .functions {
        display: flex;
        flex-wrap: wrap; }
        .section-loop .members-loop .member .functions .function:after {
          content: ',';
          position: relative;
          right: 3px; }
        .section-loop .members-loop .member .functions .function:last-of-type:after {
          content: ''; }
      .section-loop .members-loop .member:hover .image img {
        transform: scale(1.03); }

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