/* ==========================================================================
   GEOAÏKI — Page « Nos services »
   ========================================================================== */
body.p-services a {
  color: #E8623D;
  text-decoration: none;
}

body.p-services a:hover {
  color: #cf5230;
}

body.p-services .hbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.p-services nav.desktop {
  display: flex;
  align-items: center;
  gap: 28px;
}

body.p-services nav.desktop a {
  color: rgba(255,255,255,.92);
  font-weight: 600;
  font-size: 15px;
}

body.p-services nav.desktop a:hover {
  color: #E8623D;
}

body.p-services nav.desktop a.active {
  color: #E8623D;
  border-bottom: 2px solid #E8623D;
  padding: 24px 0 22px;
}

body.p-services #burger {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}

body.p-services #mobileMenu {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 6px 24px 22px;
  background: #142B4C;
  border-top: 1px solid rgba(255,255,255,.12);
}

body.p-services #mobileMenu a {
  color: rgba(255,255,255,.92);
  font-weight: 600;
  font-size: 17px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

body.p-services #mobileMenu a.active {
  color: #E8623D;
}

body.p-services .hero {
  background: #142B4C;
  color: #fff;
  padding: clamp(56px,8vw,88px) 0;
}

body.p-services .kicker {
  margin: 0 0 14px;
  color: #E8623D;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.p-services .hero h1 {
  margin: 0 0 18px;
  font-family: 'Sora',sans-serif;
  font-weight: 800;
  font-size: clamp(32px,4.2vw,50px);
  line-height: 1.15;
  text-wrap: balance;
}

body.p-services .hero p.sub {
  margin: 0;
  font-size: clamp(16px,1.5vw,19px);
  line-height: 1.65;
  color: rgba(255,255,255,.82);
  max-width: 680px;
  text-wrap: pretty;
}

body.p-services section.svc {
  padding: clamp(56px,7vw,84px) 0;
}

body.p-services section.svc.alt {
  background: #F5F6F8;
}

body.p-services .svc .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px,5vw,64px);
}

body.p-services .svc.rev .row {
  flex-direction: row-reverse;
}

body.p-services .svc .iconwrap {
  flex: 0 1 300px;
  min-width: 240px;
  display: flex;
  justify-content: center;
}

body.p-services .svc .iconbox {
  width: 150px;
  height: 150px;
  border-radius: 32px;
  background: rgba(232,98,61,.09);
  border: 1.5px solid rgba(232,98,61,.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.p-services .svc .body {
  flex: 1 1 460px;
  min-width: 0;
}

body.p-services .svc .num {
  margin: 0 0 10px;
  color: #E8623D;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .1em;
}

body.p-services .svc h2 {
  margin: 0 0 16px;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: clamp(24px,3vw,34px);
  line-height: 1.25;
}

body.p-services .svc p.desc {
  margin: 0 0 22px;
  color: #5B6472;
  font-size: 16.5px;
  line-height: 1.7;
  text-wrap: pretty;
}

body.p-services .svc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.p-services .svc li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  line-height: 1.55;
}

body.p-services .svc li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

body.p-services .ctaband {
  background: #142B4C;
  color: #fff;
  padding: clamp(56px,7vw,80px) 0;
}

body.p-services .ctaband .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

body.p-services .ctaband h2 {
  margin: 0 0 10px;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: clamp(26px,3.2vw,38px);
  line-height: 1.25;
}

body.p-services .ctaband p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16.5px;
}

body.p-services .btn-big {
  background: #E8623D;
  color: #fff!important;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(232,98,61,.4);
  transition: all .15s ease;
  white-space: nowrap;
}

body.p-services .btn-big:hover {
  background: #cf5230;
  transform: translateY(-2px);
}

body.p-services .fgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(220px,100%),1fr));
  gap: 40px;
  padding-bottom: 48px;
}

body.p-services .fcol {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.p-services .fcol h3 {
  margin: 0 0 6px;
  font-family: 'Sora',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E8623D;
}

body.p-services .fcol a {
  color: rgba(255,255,255,.85);
  font-size: 14.5px;
}

body.p-services .fcol a:hover {
  color: #E8623D;
}

body.p-services .social {
  display: flex;
  gap: 12px;
}

body.p-services .social a {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(255,255,255,.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.p-services .social a:hover {
  border-color: #E8623D;
  background: rgba(232,98,61,.12);
}

body.p-services .fbottom {
  border-top: 1px solid rgba(255,255,255,.12);
}

body.p-services .fbottom .row {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

body.p-services .fbottom p,
body.p-services .fbottom a {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

/* ==========================================================================
   Adaptations aux petits écrans
   ========================================================================== */
@media(max-width:919px) {
  body.p-services nav.desktop {
    display: none;
  }

  body.p-services #burger {
    display: block;
  }

  body.p-services #mobileMenu.open {
    display: flex;
  }
}
