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

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

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

.paragraph--type--hero .paragraph.paragraph--type--texte {
  padding: 0;
  font-weight: 400;
  font-size: 1.484rem;
  line-height: 1.25;
}

.paragraph--type--hero-01.card.hero-01 .hero-01__body {
  position: absolute;
  padding: 7rem;
  top: 0;
  right: 0;
  z-index: 2;
  width: 73.5%;
  flex-direction: column;
  display: flex;
}

.paragraph--type--hero-01.card.hero-01 .hero-01__image {
  padding-right: 2rem;
}

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

.paragraph--type--hero-01.card.hero-01 .hero-01__image img {
  width: 100%;
}

.paragraph--type--hero-01.card.hero-01 .hero-01__body:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  height: 15.625rem;
  width: 2rem;
  background-color: inherit;
}

.hero-01__content {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.hero-01__text {
  width: 100%;
  max-width: 41.859rem;
}

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

.hero-01__cta {
  padding: 1.5rem;
}

@media screen and (max-width: 900px) {
  .hero-01__content {
    flex-direction: column;
  }

  .hero-01__cta {
    width: 100%;
    padding: 0;
    margin-top: 1.5rem;
  }

  .paragraph--type--hero-01.card.hero-01 .hero-01__body {
    width: 100%;
    position: relative;
    padding: 1.5rem;
  }

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

  .paragraph--type--hero-01.card.hero-01 .hero-01__body::before {
    height: 20%;
    bottom: 100%;
    top: unset;
    right: 0;
  }

  .paragraph--type--hero-01.card.hero-01 .hero__title h2,
  .paragraph--type--hero-01.card.hero-01 .hero__title h3,
  .paragraph--type--hero-01.card.hero-01 .hero__title h4 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
