/* ================================================================
   Loisirs Aménagements — Landing Page
   Palette : bleu #003768 | orange #fd5f00 | fond catalogue #e5edf5
   Police  : Be Vietnam Pro (400 / 500 / 600 / 700)
   ================================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Be Vietnam Pro', Arial, sans-serif;
  background: #fff;
  color: #003768;
}

/* ── LAYOUT ─────────────────────────────────────────────────── */
.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 139px;
}

/* ── HEADER ──────────────────────────────────────────────────── */
header {
  background: #fff;
  text-align: center;
  padding-top: 18px;
  position: relative;
  z-index: 2;
}

header > a {
  display: inline-block;
  background: #fff;
  padding: 12px 36px 40px;
  margin-bottom: -40px;
  position: relative;
}

header img.logo {
  width: 332px;
  height: auto;
  display: block;
}

/* ── HERO BANNER ─────────────────────────────────────────────── */
.hero {
  background: #003768;
  text-align: center;
  color: #fff;
  padding-bottom: 48px;
  margin-top: 0;
  position: relative;
}

.procity-wrap {
  padding-top: 64px;
  padding-bottom: 32px;
}

.hero-intro {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 24px;
}

.hero-intro strong { font-weight: 600; }

.procity-box {
  display: inline-flex;
  align-items: center;
  margin-bottom: 32px;
  text-decoration: none;
  transition: opacity .2s;
}

.procity-box:hover { opacity: .8; }

.procity-logo {
  display: block;
  width: 210px;
  height: auto;
}

.hero-subtitle {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
  padding: 0 60px;
  line-height: 1.6;
}

/* Category cards */
.categories {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.cat-card {
  width: 291px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease;
}

.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 55, 104, 0.22);
}

.cat-card img {
  width: 100%;
  height: 222px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.cat-card:hover img {
  transform: scale(1.04);
}

.cat-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 700;
  color: #003768;
  min-height: 60px;
}

.cat-arrow {
  color: #fd5f00;
  font-size: 18px;
  flex-shrink: 0;
}

/* ── ABOUT SECTION ───────────────────────────────────────────── */
.about {
  display: flex;
  gap: 24px;
  padding-top: 64px;
  padding-bottom: 64px;
  align-items: flex-start;
}

.about-left { flex: 0 0 535px; }

.about-left h1,
.about-left h2 {
  font-size: 40px;
  font-weight: 700;
  color: #003768;
  margin-bottom: 48px;
  line-height: 1.2;
}

.about-left p {
  font-size: 18px;
  font-weight: 400;
  color: #003768;
  line-height: 1.65;
  margin-bottom: 20px;
}

.about-left p strong { font-weight: 700; }

.btn-savoir {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #003768;
  color: #003768;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 16px;
  transition: background .25s, color .25s, transform .25s;
}

.btn-savoir:hover {
  background: #003768;
  color: #fff;
  transform: translateX(4px);
}
.btn-savoir svg {
  flex-shrink: 0; 
  overflow: visible;
}

.about-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.workshop-photo {
  width: 100%;
  height: 373px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.catalogue-box {
  background: #e5edf5;
  border-radius: 8px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.catalogue-box img {
  width: 160px;
  height: auto;
  flex-shrink: 0;
}

.catalogue-info {
  flex: 1;
  text-align: center;
}

.catalogue-info h2 {
  font-size: 32px;
  font-weight: 700;
  color: #003768;
  margin-bottom: 28px;
  line-height: 1.3;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fd5f00;
  color: #fff;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: background .25s, transform .25s, box-shadow .25s;
}

.btn-download:hover {
  background: #e05500;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(253, 95, 0, 0.35);
}

/* ── PHOTO GRID ──────────────────────────────────────────────── */
.photo-grid {
  display: grid;
  grid-template-columns: 353px 354px 352px;
  grid-template-rows: 210px 320px;
  gap: 14px;
  padding-bottom: 64px;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.grid-left  { grid-column: 1; grid-row: 1 / 3; }
.grid-ct    { grid-column: 2; grid-row: 1; }
.grid-cb    { grid-column: 2; grid-row: 2; }
.grid-right { grid-column: 3; grid-row: 1 / 3; }

/* ── FOOTER ──────────────────────────────────────────────────── */
footer {
  background: #003768;
  color: #fff;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  padding-top: 52px;
  padding-bottom: 40px;
}

.footer-contact { 
	flex: 0 0 auto; 
	font-style:normal;
}

.footer-contact h3,
.footer-nav h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footer-contact .company-name {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-contact p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  opacity: 0.85;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-contact a:hover { text-decoration: underline; opacity: 1; }

.footer-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 48px;
}

.footer-nav ul { list-style: none; }

.footer-nav li {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  opacity: 0.85;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s, padding-left .2s;
}

.footer-nav a:hover {
  text-decoration: none;
  opacity: 1;
  padding-left: 6px;
}

.footer-copy {
  background-color:#FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  padding: 20px 0 28px;
}

.footer-copy a {
  color: #707070;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
}

.footer-copy a:hover { color: #003768; }

/* ── MENTIONS LÉGALES ────────────────────────────────────────── */
.legal-page {
  padding: 64px 0 80px;
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
}

.legal-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #003768;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 2px solid #003768;
}

.legal-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #003768;
  margin-bottom: 14px;
}

.legal-content section {
  margin-bottom: 40px;
}

.legal-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #003768;
  margin-bottom: 12px;
}

.legal-content a {
  color: #003768;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover { opacity: .7; }

.legal-content .placeholder {
  color: #fd5f00;
  font-style: italic;
}

.legal-update {
  font-size: 13px;
  color: #003768;
  opacity: .55;
  margin-top: 48px;
  border-top: 1px solid rgba(0, 55, 104, 0.15);
  padding-top: 20px;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .container { padding: 0 60px; }
  .about-left { flex: 0 0 460px; }
  .categories { gap: 10px; }
  .cat-card { width: 260px; }
}

@media (max-width: 860px) {
  .container { padding: 0 24px; }
  .hero { border-radius: 10px; }
  .categories { flex-wrap: wrap; }
  .cat-card { width: 280px; }
  .about { flex-direction: column; }
  .about-left { flex: 0 0 auto; width: 100%; }
  .about-right { width: 100%; }
  .workshop-photo { height: 260px; }
  .photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 220px 220px;
  }
  .grid-left  { grid-column: 1 / 3; grid-row: 1; }
  .grid-ct    { grid-column: 1;     grid-row: 2; }
  .grid-cb    { grid-column: 2;     grid-row: 2; }
  .grid-right { grid-column: 1 / 3; grid-row: 3; }
  .footer-inner { flex-direction: column; gap: 32px; }
  .footer-divider { display: none; }
}
