/* ------------------------------------ *\
  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: -10%;
  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: 3.5rem;
  line-height: 3.5rem;
  font-weight: 500;
  padding-bottom: 1rem;
}

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

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

.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-left: 1.5rem;
  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 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.25;
  }

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

  .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%;
  }

  .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;
  }
}
