.ParagraphPush-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 4.7rem, 47px);
}
@media (max-width: 999px) {
  .ParagraphPush-title {
    line-height: 1.1;
    font-size: 3.2rem;
  }
}

.ParagraphPush-cta a {
  --bg-color: var(--purple);
  --color: white;
  --bg-color-hover: transparent;
  --color-hover: var(--purple);
  --border-color: var(--bg-color);
  display: inline-flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 1.07em 1.21em;
  background-color: var(--bg-color);
  color: var(--color);
  border: solid 1px var(--border-color);
  font-size: min(1.4rem, 14px);
  align-items: center;
  gap: 1rem;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
}
.ParagraphPush-cta a::after {
  content: "";
  background-color: currentColor;
  mask: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Fleche-droite") center no-repeat;
  mask-size: contain;
  height: 1.14em;
  width: 1.14em;
}
.ParagraphPush-cta a.external-link::after {
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Lien-ext");
}
.ParagraphPush-cta a:hover {
  background-color: var(--bg-color-hover);
  color: var(--color-hover);
  border-color: var(--color-hover);
}
.ParagraphPush-cta a:disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 999px) {
  .ParagraphPush-cta a {
    width: 100%;
  }
}

.ParagraphPush-cta a:first-child {
  --bg-color: white;
  --color: var(--purple);
  --bg-color-hover: transparent;
  --color-hover: white;
}

.ParagraphPush-cta a:not(:first-child) {
  --bg-color: var(--gray-dark);
  --color: white;
  --bg-color-hover: transparent;
  --color-hover: var(--gray-dark);
}

.ParagraphPush {
  margin-block: 0;
}

.ParagraphPush-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.ParagraphPush-subtitle {
  font-size: clamp(9px, 1.2rem, 12px);
  text-transform: uppercase;
  font-family: var(--base-font);
  font-weight: bold;
  margin: 0 0 2rem;
  order: -1;
}

.ParagraphPush {
  padding: 7rem 0;
  background: var(--purple);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  max-width: var(--text-width);
  margin-inline: auto;
  position: relative;
  position: relative;
  z-index: 0;
}
.ParagraphPush::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - var(--gin-toolbar-x-offset, 0px));
  height: 100%;
  margin-left: calc(-50vw + var(--gin-toolbar-x-offset, 0px) / 2);
  background: var(--purple) url("../../../../img/bg_push.svg") center no-repeat;
  background-size: cover;
  z-index: -1;
}
.ParagraphPush .contextual-region {
  position: static;
  display: contents;
}
.ParagraphPush .contextual-region .contextual {
  display: none;
}
@media (max-width: 999px) {
  .ParagraphPush {
    padding: 3rem 0;
    align-items: stretch;
  }
}
.ParagraphPush-title {
  margin: 0;
}
.ParagraphPush-chapo {
  margin-bottom: 2rem;
}
.ParagraphPush-chapo p:last-child {
  margin-bottom: 0;
}
.ParagraphPush-cta a:not(:first-child):hover {
  color: white;
  border-color: white;
}
.ParagraphPush-background img {
  position: absolute;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  object-fit: cover;
  z-index: -1;
  max-width: none;
}

/*# sourceMappingURL=paragraphPush.css.map */
