@charset "UTF-8";
/** **

General styles for Réalisations

**/
/** Colors **/
.methode-promesse {
  padding: 5em 0;
  margin-bottom: 5em;
}

.methode-detail span.underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.methode-detail .subtitle {
  margin-top: 8px;
}

.methode-diptique {
  display: flex;
  gap: 2.5em;
  margin-bottom: 5em;
}
@media screen and (max-width: 720px) {
  .methode-diptique {
    flex-direction: column-reverse;
  }
  .methode-diptique.reverse {
    flex-direction: column;
  }
}
.methode-diptique > * {
  flex: 50%;
}
.methode-diptique .diptique-image img {
  border-radius: 1.125em;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.methode-diptique .diptique-content {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
.methode-diptique .diptique-content .step_item {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}
.methode-diptique .diptique-content .step_item h4 {
  color: #D98A55;
  font-family: "Instrument Serif", serif;
  font-size: 1.5rem;
}
.methode-diptique .diptique-content .step_item p {
  font-size: 1rem;
}

.methode-apropos {
  padding: 5em 0;
}
.methode-apropos .apropos__inner {
  display: flex;
  justify-content: space-between;
  gap: 5em;
}
@media screen and (max-width: 920px) {
  .methode-apropos .apropos__inner {
    flex-direction: column;
  }
}
.methode-apropos .apropos__inner .apropos__bighero {
  max-width: 410px;
  flex-shrink: 0;
}
.methode-apropos .apropos__inner .apropos__bighero p {
  margin-top: 1.125em;
  margin-bottom: 2.5em;
}
.methode-apropos .apropos__inner .apropos__bighero img {
  border-radius: 1.125em;
}
.methode-apropos .apropos__inner .apropos__content {
  padding-top: 1.875em;
}
.methode-apropos .apropos__inner .apropos__content .apropos__text {
  margin-bottom: 2.5em;
}

.methode-chiffres {
  padding: 5em 0;
}
.methode-chiffres .cta__button {
  margin-top: 3.75rem;
}