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

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

/* ------------------------------------ *\
  ==BASE STYLE
\* ------------------------------------ */
.paragraph--type--big-push.card.big-push {
  border: 0;
  border-radius: 0;
}

.paragraph--type--big-push.card.big-push .big-push__image {
  padding-left: 2rem;
}

.paragraph--type--big-push.card.big-push .big-push__body {
  position: relative;
  padding: 2rem;
  margin-top: 0;
  z-index: 2;
  width: 70%;
}

.paragraph--type--big-push.card.big-push .big-push__title h2,
.paragraph--type--big-push.card.big-push .big-push__title h3,
.paragraph--type--big-push.card.big-push .big-push__title h4 {
  font-size: 2.75rem;
  line-height: 1.5;
  font-weight: 900;
  padding-bottom: 1rem;
}

.paragraph--type--big-push.card.big-push .big-push__title h2::first-line,
.paragraph--type--big-push.card.big-push .big-push__title h3::first-line,
.paragraph--type--big-push.card.big-push .big-push__title h4::first-line {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 950;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.paragraph--type--big-push.card.big-push .big-push__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.paragraph--type--big-push.card.big-push .big-push__content p {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.paragraph--type--big-push.card.big-push .big-push__text {
  padding-top: 1rem;
  width: 100%;
  max-width: 75%;
}

.paragraph--type--big-push.card.big-push .big-push__body:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 15.625rem;
  width: 2rem;
  background-color: inherit;
}

.big-push__image .field {
  position: relative;
}

.big-push__cta {
  align-content: flex-start;
  text-align: center;
  margin-top: 2rem;
}

.paragraph--type--big-push img {
  width: 0;
  transition: width 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.paragraph--type--big-push .paragraph.paragraph--type--texte {
  padding: 0;
}

.paragraph--type--big-push.active img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .paragraph--type--big-push.card.big-push .big-push__content {
    flex-direction: column;
  }

  .paragraph--type--big-push.card.big-push .big-push__text {
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .big-push__cta {
    text-align: left;
    margin-left: 0;
  }

  .paragraph--type--big-push.card.big-push .big-push__body {
    width: 100%;
  }

  .paragraph--type--big-push.card.big-push .big-push__body::before {
    height: 20%;
  }

  .big-push__cta {
    margin-top: 1.5rem;
  }

  .paragraph--type--big-push.card.big-push .big-push__title h2,
  .paragraph--type--big-push.card.big-push .big-push__title h3,
  .paragraph--type--big-push.card.big-push .big-push__title h4 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767.98px) {
  .paragraph--type--big-push.card.big-push .big-push__body {
    padding: 1rem;
  }

  .paragraph--type--big-push.card.big-push .big-push__body:before {
    content: unset;
  }

  .paragraph--type--big-push.card.big-push .big-push__image {
    padding-left: 0;
  }
}
