/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
 * CONTENTS..............You’re reading it!
 * BASE STYLE .............................
*/

/* ------------------------------------ *\
  ==BASE STYLE
\* ------------------------------------ */
.paragraph--type--hero-03.card.hero-03 {
  border: 0;
  border-radius: 0;
  position: relative;
  flex-direction: row;
}

.paragraph--type--hero-03.card.hero-03 .hero-03__content {
  display: flex;
  flex-direction: row;
  padding-top: 1rem;
  padding-left: 33%;
  align-items: flex-start;
}

.paragraph--type--hero-03.card.hero-03 .hero-03__text.hero-03--with-cta {
  width: 70%;
}

.paragraph--type--hero-03.card.hero-03 .hero-03__text.hero-03__text--cta {
  width: 80%;
}

.paragraph--type--hero-03.card.hero-03 .hero-03__body {
  padding: 6rem 2rem;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}

.paragraph--type--hero-03.card.hero-03 .hero-03__title h2,
.paragraph--type--hero-03.card.hero-03 .hero-03__title h3,
.paragraph--type--hero-03.card.hero-03 .hero-03__title h4 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.hero-03__image .field {
  position: relative;
}

.hero-03__cta {
  margin-left: auto;
  margin-top: 2rem;
  text-align: end;
}

@media screen and (max-width: 768px) {
  .paragraph--type--hero-03.card.hero-03 .hero-03__body {
    width: 100%;
    padding: 2rem;
  }

  .paragraph--type--hero-03.card.hero-03 .hero-03__text {
    padding-left: 0;
  }

  .paragraph--type--hero-03.card.hero-03 .hero-03__text--cta {
    padding-right: 1.5rem;
  }

  .paragraph--type--hero-03.card.hero-03 .hero-03__content p {
    padding-left: 0;
  }

  .paragraph--type--hero-03.card.hero-03 .hero-03__content {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
  }

  .paragraph--type--hero-03.card.hero-03 .hero-03__text.hero-03--with-cta {
    width: 100%;
  }

  .hero-03__cta {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    text-align: unset;
  }
}

@media screen and (max-width: 1000px) {
  .paragraph--type--hero-03.card.hero-03 .hero-03__content {
    padding: 0;
  }

  .paragraph--type--hero-03.card.hero-03
    .hero-03__body
    .paragraph--type--texte {
    padding: 0;
  }
}
