/**
 * 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-simple {
  position: relative;
  overflow: hidden; }
  .section-content-image-simple .container {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 981px) {
      .section-content-image-simple .container > div {
        flex-basis: 50%; } }
    @media (max-width: 980px) {
      .section-content-image-simple .container {
        width: 100%;
        margin: 0 auto; } }
    .section-content-image-simple .container .image {
      width: 100%; }
      @media (max-width: 980px) {
        .section-content-image-simple .container .image {
          max-height: 400px; } }
      @media (min-width: 768px) {
        .section-content-image-simple .container .image {
          position: relative;
          padding-top: 40%;
          height: auto; }
          .section-content-image-simple .container .image > img, .section-content-image-simple .container .image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
      @media (min-width: 981px) {
        .section-content-image-simple .container .image {
          order: 2;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 45%;
          height: 100%; } }
      @media (min-width: 1200px) {
        .section-content-image-simple .container .image {
          width: 50%; } }
      .section-content-image-simple .container .image img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%; }
    .section-content-image-simple .container .content {
      padding: 60px 5%; }
      @media (min-width: 981px) {
        .section-content-image-simple .container .content {
          order: 1;
          padding: 120px 40px 120px 0; } }
      .section-content-image-simple .container .content .title {
        padding-bottom: 40px;
        margin-bottom: 40px;
        position: relative; }
        .section-content-image-simple .container .content .title::before {
          content: '';
          width: 80px;
          height: 2px;
          background-color: var(--blue);
          position: absolute;
          left: 0;
          bottom: 0; }
      .section-content-image-simple .container .content p:last-of-type {
        margin-bottom: 0; }
      .section-content-image-simple .container .content .btn {
        margin-top: 40px;
        transition: all .2s ease-in-out; }
        .section-content-image-simple .container .content .btn:hover {
          background-color: var(--white);
          border-color: var(--white);
          color: var(--blue); }
  @media (min-width: 981px) {
    .section-content-image-simple.image-first .container {
      justify-content: flex-end; } }
  @media (min-width: 981px) {
    .section-content-image-simple.image-first .image {
      right: auto;
      left: 0; } }
  @media (min-width: 981px) {
    .section-content-image-simple.image-first .content {
      padding: 120px 0 120px 40px; } }
  .section-content-image-simple.background-blue .content .title:before {
    background-color: var(--white); }
  .section-content-image-simple.stripe .container {
    position: unset; }
    .section-content-image-simple.stripe .container .content {
      position: relative;
      z-index: 1;
      color: var(--white); }
      .section-content-image-simple.stripe .container .content .title {
        color: var(--white); }
        .section-content-image-simple.stripe .container .content .title:before {
          background-color: var(--white); }
    .section-content-image-simple.stripe .container .image {
      z-index: 1; }

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