body.presst-offre-layout-active #main-content .container::before,
body.presst-offre-layout-active #sidebar,
body.presst-offre-layout-active .widget-area,
body.presst-offre-layout-active .et_right_sidebar #sidebar {
  display: none !important;
}

body.presst-offre-layout-active #main-content .container,
body.presst-offre-layout-active .content-area,
body.presst-offre-layout-active #left-area,
body.presst-offre-layout-active .et_right_sidebar #left-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding-right: 0 !important;
}

body.presst-offre-layout-active #main-content .container {
  padding-top: 0 !important;
}

.presst-offre-single {
  width: 100%;
  background: #f2f2f2;
}

.presst-offre-single__container {
  width: 100%;
  margin: 0;
}

.presst-offre-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(360px, 0.92fr);
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 42px);
  min-height: clamp(360px, 38vw, 610px);
}

.presst-offre-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(42px, 5vw, 86px) clamp(22px, 4.4vw, 76px);
}

.presst-offre-hero--prestation .presst-offre-hero__content {
  justify-content: flex-start;
  padding-top: 10px;
}

.presst-offre-hero__title {
  width: 100%;
  max-width: 920px;
  margin: 0;
  color: #24262c;
  font-size: var(--presst-service-title-size, 56px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.presst-offre-hero__excerpt,
.presst-offre-hero__body {
  width: 100%;
  max-width: 880px;
  margin: clamp(22px, 2.8vw, 38px) 0 0;
  color: #262a30;
  font-size: var(--presst-service-text-size, 20px);
  line-height: 1.55;
  font-weight: 400;
}

.presst-offre-hero__body p,
.presst-offre-hero__body ul,
.presst-offre-hero__body ol {
  margin: 0 0 0.95em;
}

.presst-offre-hero__body p:last-child,
.presst-offre-hero__body ul:last-child,
.presst-offre-hero__body ol:last-child {
  margin-bottom: 0;
}

.presst-offre-hero__body strong,
.presst-offre-hero__body b {
  font-weight: 800;
}

.presst-offre-hero__body a {
  color: #0a8f83;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.presst-offre-hero__lines {
  width: min(100%, 820px);
  height: 126px;
  margin: clamp(24px, 3vw, 42px) 0 24px;
  background-image:
    radial-gradient(circle, rgba(34, 40, 46, 0.88) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(34, 40, 46, 0.88) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(34, 40, 46, 0.88) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(34, 40, 46, 0.88) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(34, 40, 46, 0.88) 1.2px, transparent 1.2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position:
    0 10px,
    0 40px,
    0 70px,
    0 100px,
    35% 130px;
}

.presst-offre-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  max-width: 100%;
  margin: clamp(28px, 3vw, 46px) auto 0;
  padding: 10px clamp(32px, 4.2vw, 58px);
  border-radius: 999px;
  background: #10b3a4;
  color: #fff !important;
  font-size: var(--presst-service-cta-size, 24px);
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}

.presst-offre-hero__cta:hover,
.presst-offre-hero__cta:focus {
  background: #0a968d;
  color: #fff !important;
}

.presst-offre-hero__media {
  min-width: 0;
  min-height: 100%;
}

.presst-offre-hero__image,
.presst-offre-hero__placeholder {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: clamp(360px, 38vw, 610px);
  margin: 0 !important;
  object-fit: cover;
}

.presst-offre-hero__placeholder {
  background:
    linear-gradient(135deg, rgba(16, 179, 164, 0.16), rgba(8, 58, 113, 0.12)),
    #e8e8e8;
}

.presst-offre-content {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 58px) 0;
  color: #262a30;
  font-size: var(--presst-service-text-size, 20px);
  line-height: 1.62;
}

.presst-offre-shortcode .presst-offre-single {
  background: transparent;
}

@media (max-width: 980px) {
  .presst-offre-hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .presst-offre-hero__media {
    order: 1;
  }

  .presst-offre-hero__content {
    order: 2;
    padding: clamp(34px, 6vw, 58px) clamp(20px, 5vw, 54px);
  }

  .presst-offre-hero--prestation .presst-offre-hero__content {
    padding-top: 10px;
  }

  .presst-offre-hero__image,
  .presst-offre-hero__placeholder {
    min-height: clamp(260px, 48vw, 420px);
    height: clamp(260px, 48vw, 420px) !important;
  }

  .presst-offre-hero__cta {
    width: min(100%, 460px);
  }
}

@media (max-width: 640px) {
  .presst-offre-hero__content {
    padding: 30px 20px 38px;
  }

  .presst-offre-hero--prestation .presst-offre-hero__content {
    padding-top: 10px;
  }

  .presst-offre-hero__title {
    line-height: 1.1;
  }

  .presst-offre-hero__excerpt,
  .presst-offre-hero__body {
    margin-top: 20px;
    line-height: 1.5;
  }

  .presst-offre-hero__lines {
    height: 92px;
    margin-bottom: 18px;
    background-position:
      0 10px,
      0 34px,
      0 58px,
      0 82px,
      20% 106px;
  }

  .presst-offre-hero__cta {
    min-height: 52px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .presst-offre-content {
    width: calc(100% - 40px);
  }
}
