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

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

/* ------------------------------------ *\
  ==BASE STYLE
\* ------------------------------------ */
.paragraph-key-figures i {
  font-size: 3.5rem;
  color: var(--bs-blue);
  margin-top: 1rem;
}

.paragraph-key-figures .row.picto-body {
  height: inherit;
}

.paragraph-key-figures {
  text-align: center;
  line-height: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
}

.field--name-field-key-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.paragraph-key-figures .field--name-field-key-body p:first-of-type {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0;
}

.paragraph-key-figures .field--name-field-key-body p.key-figures {
  font-size: 3.125rem;
  font-weight: 500;
  margin: 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.paragraph-key-figures .field--name-field-key-body p:last-of-type {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0;
}

/* ------------------------------------ *\
  ==PAGE AAP / OFFRES - chiffres clés
\* ------------------------------------ */
.page-node-type-page
  .layout__region:not(:last-child)
  .paragraph-key-figures:after {
  position: absolute;
  top: 1rem;
  right: 0;
  content: '';
  border: 1px solid var(--bs-blue);
  border-width: 0 0 1px 1px;
  width: 10rem;
  height: 10rem;
  line-height: 0;
  font-size: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  z-index: 5;
}

.page-node-type-page .layout__region .paragraph-key-figures {
  position: relative;
  background-color: var(--bs-gray-100);
  margin: 0;
  overflow-y: clip;
  padding: 3rem 2rem;
}

.page-node-type-page .paragraph-key-figures .key-figures {
  color: var(--bs-purple);
}

/* ------------------------------------ *\
  ==MEDIA QUERIES
\* ------------------------------------ */
@media screen and (max-width: 991.98px) {
  .page-node-type-page
    .layout__region:not(:last-child)
    .paragraph-key-figures:after {
    content: unset;
  }
}

@media screen and (max-width: 767.98px) {
  .paragraph-key-figures .field--name-field-key-body p.key-figures {
    font-size: 2.1rem;
  }

  .paragraph-key-figures .field--name-field-key-body p:last-of-type {
    font-size: 1.275rem;
  }

  .page-node-type-page .layout__region .paragraph-key-figures {
    padding: 1.5rem 1rem;
  }
}
