/* Rythme vertical compact des pages IT détaillées */
body.it-service-page .it-hero + .it-section {
  padding-top: 62px;
  padding-bottom: 34px;
}

body.it-service-page .it-section--soft {
  padding-top: 34px;
  padding-bottom: 70px;
}

body.it-service-page .it-section,
body.it-service-page .it-section--saffron,
body.it-service-page .it-related {
  padding-block: 70px;
}

body.it-service-page .it-hero + .it-section {
  padding-top: 62px;
  padding-bottom: 34px;
}

body.it-service-page .it-hero + .it-section + .it-section--soft {
  padding-top: 34px;
}

@media (max-width: 700px) {
  body.it-service-page .it-section,
  body.it-service-page .it-section--saffron,
  body.it-service-page .it-related {
    padding-block: 54px;
  }

  body.it-service-page .it-hero + .it-section {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  body.it-service-page .it-hero + .it-section + .it-section--soft {
    padding-top: 24px;
    padding-bottom: 54px;
  }
}
