/**
 * 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-heading {
  position: relative; }
  @media (max-width: 980px) {
    .section-heading {
      padding-bottom: 0; } }
  @media (min-width: 981px) {
    .section-heading {
      margin-bottom: 100px; } }
  @media (min-width: 981px) {
    .section-heading:before {
      width: 100%;
      height: 525px;
      left: 0;
      content: '';
      background-color: var(--turquoise);
      top: 0;
      position: absolute; } }
  .section-heading .container {
    height: 100%; }
    @media (max-width: 980px) {
      .section-heading .container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        overflow: hidden; } }
    .section-heading .container .content {
      max-width: 500px;
      position: relative;
      z-index: 3;
      color: var(--white); }
      @media (max-width: 980px) {
        .section-heading .container .content {
          order: 1;
          margin: 0 2.5%; } }
      @media (min-width: 981px) {
        .section-heading .container .content {
          width: 45%; } }
      .section-heading .container .content h1 {
        padding-bottom: 40px;
        margin-bottom: 40px;
        position: relative; }
        .section-heading .container .content h1::before {
          content: '';
          width: 80px;
          height: 2px;
          background-color: var(--blue);
          position: absolute;
          left: 0;
          bottom: 0; }
      @media (min-width: 981px) {
        .section-heading .container .content .expertises {
          margin-top: 60px; } }
      .section-heading .container .content .expertises h3 {
        color: var(--white);
        margin-bottom: 40px; }
      .section-heading .container .content .expertises .expertise {
        display: flex;
        align-items: center;
        gap: 20px;
        color: var(--blue);
        text-transform: uppercase; }
        .section-heading .container .content .expertises .expertise:before {
          content: '';
          height: 10px;
          width: 10px;
          display: block;
          border-radius: 50%;
          background-color: var(--blue); }
        .section-heading .container .content .expertises .expertise a {
          transition: color .2s ease-in-out; }
          .section-heading .container .content .expertises .expertise a:hover {
            color: var(--white); }
    .section-heading .container .image {
      overflow: hidden;
      position: relative;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 981px) {
        .section-heading .container .image {
          position: absolute;
          top: 0;
          right: 0;
          width: 50%;
          padding: 0;
          height: calc(100% + 100px); } }
      @media (max-width: 980px) {
        .section-heading .container .image {
          margin-top: 1em;
          order: 2;
          padding-top: 70%; } }
      .section-heading .container .image img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

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