/**
 * 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 {
  position: relative; }
  .section-content-image:before {
    content: '';
    height: 125px;
    width: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 981px) {
      .section-content-image:before {
        height: 200px; } }
  .section-content-image .container .image-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    .section-content-image .container .image-wrapper .image {
      max-width: 850px;
      width: 100%;
      height: 250px;
      position: relative;
      overflow: hidden; }
      @media (min-width: 981px) {
        .section-content-image .container .image-wrapper .image {
          height: 500px; } }
      .section-content-image .container .image-wrapper .image img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .section-content-image .container .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em; }
    @media (min-width: 981px) {
      .section-content-image .container .content {
        gap: 1em;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 980px) {
      .section-content-image .container .content {
        margin-top: 40px; } }
    .section-content-image .container .content.new {
      grid-template-columns: unset !important; }
    @media (min-width: 981px) {
      .section-content-image .container .content .left {
        max-width: 300px; } }
    .section-content-image .container .content .left h2 {
      padding-bottom: 40px;
      margin-bottom: 50px;
      position: relative; }
      .section-content-image .container .content .left h2::before {
        content: '';
        width: 80px;
        height: 2px;
        background-color: var(--turquoise);
        position: absolute;
        left: 0;
        bottom: 0; }
    .section-content-image .container .content .left .btn {
      padding: 10px 40px; }
    @media (min-width: 981px) {
      .section-content-image .container .content .right {
        margin-top: 80px; } }

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