/* ==========================================================================
   GEOAÏKI — Page de contact
   ========================================================================== */
body.p-contact a {
  color: #E8623D;
  text-decoration: none;
}

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

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

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

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

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

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

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

body.p-contact #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-contact #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-contact #mobileMenu a.active {
  color: #E8623D;
}

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

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

body.p-contact .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;
}

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

body.p-contact .main {
  background: #F5F6F8;
  padding: clamp(56px,8vw,88px) 0;
}

body.p-contact .main .row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px,5vw,56px);
  align-items: flex-start;
}

body.p-contact form {
  flex: 1 1 520px;
  min-width: 0;
  background: #fff;
  border-radius: 18px;
  padding: clamp(24px,4vw,44px);
  box-shadow: 0 8px 24px rgba(20,43,76,.07);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.p-contact .frow {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(200px,100%),1fr));
  gap: 20px;
}

body.p-contact label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 600;
  font-size: 14px;
}

body.p-contact input,
body.p-contact textarea,
body.p-contact select {
  border: 1.5px solid #D8DDE4;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  color: #142B4C;
  background: #fff;
}

body.p-contact input:focus,
body.p-contact textarea:focus,
body.p-contact select:focus {
  border-color: #E8623D;
  outline: none;
}

body.p-contact textarea {
  resize: vertical;
}

body.p-contact .rgpd {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #5B6472;
  line-height: 1.55;
  cursor: pointer;
  font-weight: 400;
  flex-direction: row;
}

body.p-contact .rgpd input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #E8623D;
  flex-shrink: 0;
}

body.p-contact #formOk {
  display: none;
  margin: 0;
  background: rgba(232,98,61,.1);
  border: 1.5px solid #E8623D;
  border-radius: 12px;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 15px;
}

body.p-contact aside {
  flex: 1 1 300px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body.p-contact .coord {
  background: #142B4C;
  color: #fff;
  border-radius: 18px;
  padding: clamp(24px,4vw,36px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body.p-contact .coord h2 {
  margin: 0;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: 22px;
}

body.p-contact .coord .line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

body.p-contact .coord .line svg {
  flex-shrink: 0;
  margin-top: 2px;
}

body.p-contact .coord a {
  color: rgba(255,255,255,.9);
  font-size: 15px;
}

body.p-contact .coord a:hover {
  color: #E8623D;
}

body.p-contact .social {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

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

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

body.p-contact .delai {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(20,43,76,.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.p-contact .delai h3 {
  margin: 0;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: 17px;
}

body.p-contact .delai p {
  margin: 0;
  color: #5B6472;
  font-size: 14.5px;
  line-height: 1.6;
}

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

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

body.p-contact .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-contact .fcol a {
  color: rgba(255,255,255,.85);
  font-size: 14.5px;
}

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

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

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

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

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

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

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