/**
 * 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-members {
  position: relative;
  overflow: hidden; }
  .section-members .container {
    text-align: center; }
    @media (min-width: 768px) {
      .section-members .container .member-items .member-items-slider {
        display: grid;
        gap: 1em;
        grid-template-columns: repeat(3, 1fr); } }
    .section-members .container .member-items .member-items-slider .owl-stage {
      display: flex; }
      .section-members .container .member-items .member-items-slider .owl-stage .owl-item {
        display: flex;
        justify-content: center; }
    .section-members .container .member-items .member-items-slider .owl-nav, .section-members .container .member-items .member-items-slider .owl-dots {
      display: none; }
    .section-members .container .member-items .member-items-slider .member-item {
      position: relative;
      height: 100%;
      width: 100%; }
      .section-members .container .member-items .member-items-slider .member-item .image-overlay {
        position: relative;
        height: 400px;
        overflow: hidden;
        margin: 0; }
        @media (min-width: 768px) {
          .section-members .container .member-items .member-items-slider .member-item .image-overlay {
            height: 450px; } }
        .section-members .container .member-items .member-items-slider .member-item .image-overlay img {
          transition: transform .3s ease-in-out;
          transform: scale(1);
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          width: 100%;
          position: absolute;
          inset: 0;
          min-height: 450px !important;
          -o-object-position: 50% 10%;
             object-position: 50% 10%; }
      .section-members .container .member-items .member-items-slider .member-item:hover .image-overlay img {
        transform: scale(1.03); }
    .section-members .container h2 {
      text-transform: uppercase;
      margin-top: 80px;
      margin-bottom: 40px;
      padding-bottom: 45px;
      position: relative; }
      .section-members .container h2::before {
        content: '';
        width: 80px;
        height: 2px;
        background-color: var(--turquoise);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0; }
    .section-members .container .content {
      max-width: 600px;
      margin: 0 auto 40px;
      position: relative; }
  .section-members.background-blue:before, .section-members.turquoise:before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white); }

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