/**
 * 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-content-image-cta {
  position: relative; }
  .section-content-image-cta:before {
    content: '';
    height: 125px;
    width: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 981px) {
      .section-content-image-cta:before {
        height: 200px; } }
  .section-content-image-cta .container .image-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    .section-content-image-cta .container .image-wrapper .image {
      max-width: 850px;
      width: 100%;
      height: 250px;
      position: relative;
      overflow: hidden; }
      @media (min-width: 981px) {
        .section-content-image-cta .container .image-wrapper .image {
          height: 500px; } }
      .section-content-image-cta .container .image-wrapper .image img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .section-content-image-cta .container .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em; }
    @media (min-width: 981px) {
      .section-content-image-cta .container .content {
        gap: 1em;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 980px) {
      .section-content-image-cta .container .content {
        margin-top: 40px; } }
    .section-content-image-cta .container .content h2 {
      font-size: 2.5rem;
      line-height: 3rem;
      font-weight: 500; }
    @media (min-width: 981px) {
      .section-content-image-cta .container .content .left {
        max-width: 300px; } }
    .section-content-image-cta .container .content .left h2 {
      padding-bottom: 40px;
      margin-bottom: 50px;
      position: relative; }
      .section-content-image-cta .container .content .left h2::before {
        content: '';
        width: 80px;
        height: 2px;
        background-color: var(--blue);
        position: absolute;
        left: 0;
        bottom: 0; }
    .section-content-image-cta .container .content .left .btn {
      padding: 10px 40px; }
    @media (min-width: 981px) {
      .section-content-image-cta .container .content .right {
        margin-top: 80px; } }
  .section-content-image-cta.new {
    position: relative; }
    .section-content-image-cta.new .container {
      padding-block-start: 10rem; }
    .section-content-image-cta.new .content-left .wrapper {
      display: flex;
      flex-direction: column-reverse; }
      @media (min-width: 981px) {
        .section-content-image-cta.new .content-left .wrapper {
          flex-direction: row-reverse; } }
    .section-content-image-cta.new .content-left.image-top .image {
      max-width: 53.125rem !important; }
      @media (min-width: 981px) {
        .section-content-image-cta.new .content-left.image-top .image {
          max-width: 33.75rem !important;
          position: absolute !important;
          top: 3rem;
          right: 0; } }
      @media (min-width: 1200px) {
        .section-content-image-cta.new .content-left.image-top .image {
          max-width: 41.875rem !important;
          height: 56%; } }
      @media (min-width: 1900px) {
        .section-content-image-cta.new .content-left.image-top .image {
          right: 8%;
          max-width: 53.125rem !important; } }
    @media (min-width: 981px) {
      .section-content-image-cta.new .content-left.image-top h2, .section-content-image-cta.new .content-left.image-top .content-title {
        max-width: 44%;
        margin-right: auto; } }
    @media (min-width: 981px) {
      .section-content-image-cta.new .content-left.image-bottom .image-wrapper {
        margin-top: -3rem; } }
    .section-content-image-cta.new .content-left.image-bottom .image-wrapper .image {
      max-width: 53.125rem !important; }
      @media (min-width: 981px) {
        .section-content-image-cta.new .content-left.image-bottom .image-wrapper .image {
          max-width: 33.75rem !important;
          position: absolute !important;
          bottom: -3rem;
          right: 0; } }
      @media (min-width: 1200px) {
        .section-content-image-cta.new .content-left.image-bottom .image-wrapper .image {
          max-width: 41.875rem !important;
          height: 56%;
          top: 50%; } }
      @media (min-width: 1400px) {
        .section-content-image-cta.new .content-left.image-bottom .image-wrapper .image {
          max-width: 53.125rem !important;
          right: 8%; } }
    .section-content-image-cta.new .content-left.image-bottom .content {
      height: 250px; }
      @media (min-width: 981px) {
        .section-content-image-cta.new .content-left.image-bottom .content {
          height: 500px; } }
    .section-content-image-cta.new .content-right .wrapper {
      display: flex;
      flex-direction: column; }
      @media (min-width: 981px) {
        .section-content-image-cta.new .content-right .wrapper {
          flex-direction: row; } }
    .section-content-image-cta.new .content-right.image-top .image {
      max-width: 850px !important; }
      @media (min-width: 981px) {
        .section-content-image-cta.new .content-right.image-top .image {
          position: absolute !important;
          top: 7rem; } }
    @media (min-width: 981px) {
      .section-content-image-cta.new .content-right.image-top h2, .section-content-image-cta.new .content-right.image-top .content-title {
        max-width: 44%;
        margin-left: auto; } }
    .section-content-image-cta.new .content-right.image-bottom .image {
      max-width: 850px !important; }
      @media (min-width: 981px) {
        .section-content-image-cta.new .content-right.image-bottom .image {
          position: absolute !important;
          bottom: -3rem; } }
    .section-content-image-cta.new .wrapper {
      gap: 3rem; }
      .section-content-image-cta.new .wrapper .content {
        display: flex;
        flex-direction: column;
        flex: 50%;
        margin: 0 !important; }
        .section-content-image-cta.new .wrapper .content p {
          margin: 0; }
    .section-content-image-cta.new h2 {
      padding-bottom: 40px;
      position: relative; }
      .section-content-image-cta.new h2::before {
        content: '';
        width: 80px;
        height: 2px;
        background-color: var(--blue);
        position: absolute;
        left: 0;
        bottom: 0; }
    @media (min-width: 981px) {
      .section-content-image-cta.new .content-title {
        max-width: 85%; } }
    .section-content-image-cta.new .container .image-wrapper {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      flex: 60%; }
      .section-content-image-cta.new .container .image-wrapper .image {
        max-width: unset;
        width: 100%;
        height: 250px;
        position: relative;
        overflow: hidden; }
        @media (min-width: 768px) {
          .section-content-image-cta.new .container .image-wrapper .image {
            height: 500px; } }
        .section-content-image-cta.new .container .image-wrapper .image img {
          position: absolute;
          inset: 0;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          z-index: 1; }
    .section-content-image-cta.new .container .btn {
      padding: 10px 40px;
      width: -moz-fit-content;
      width: fit-content; }
  .section-content-image-cta.background-blue .content .left h2::before {
    background-color: var(--white); }
  .section-content-image-cta.background-blue.new h2::before {
    background-color: var(--turquoise); }
  .section-content-image-cta.turquoise .content .left h2::before {
    background-color: var(--white); }
  .section-content-image-cta.turquoise.new h2::before {
    background-color: var(--blue); }

/*# sourceMappingURL=content-image-cta.css.map */
