/*
Theme Name: EmpORrium Child
Template: hello-elementor
Version: 1.0
*/

/* =======================================
   EmpORrium - Styles CSS optimisés
   ======================================= */

/* --------- FONTS IMPORT --------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Playfair+Display:wght@700&family=Source+Sans+3:wght@400;600;700&display=swap');

/* --------- SECTION HERO --------- */
.hero-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
  font-family: 'Source Sans 3', sans-serif;
  color: white;
}
.hero-wrapper h1 {
  font-size: 3.4em;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
}
.hero-wrapper h1 .gold { color: #FFD700; }
.hero-wrapper h1 .silver { color: #C0C0C0; }
.hero-wrapper p {
  font-size: 1.5em;
  line-height: 1.6;
  color: #e0ddd0;
  margin: 0 auto 36px auto;
  max-width: 800px;
}
.hero-wrapper .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #f4dc9b;
  color: #1e1a14;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}
.hero-wrapper .cta-button:hover { background-color: #ffe589; }
.hero-wrapper .cta-button img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .hero-wrapper h1 { font-size: 2em; }
  .hero-wrapper p { font-size: 1em; }
}


/* --------- SECTION CONTENEUR 1 --------- */
.emporrium-hero-split {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: 48px auto 0 auto;
  padding: 0;
  gap: 32px;
}
.emporrium-hero-txt {
  flex: 1.1;
  color: #f8f6f2;
  font-family: 'Source Sans 3', 'Montserrat', Arial, sans-serif;
  background: #23190d;
  border-radius: 22px;
  border: 2px solid #cab37e;
  padding: 28px 32px 26px 32px;
  max-width: 460px;
  box-shadow: 0 4px 24px #0002;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.emporrium-hero-txt h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #f7f2e7;
  line-height: 1.15;
  text-shadow: 0 2px 8px #0002;
}
.accent-gold {
  color: #f5d268;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.accent-silver {
  color: #dadada;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}
.emporrium-hero-txt p {
  font-size: 1.08em;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #ece9e2;
}
.emporrium-hero-desc {
  margin-top: 5px;
  font-size: 0.98em;
  color: #e5d699;
  font-style: italic;
}
.emporrium-hero-txt ul {
  list-style: none;
  padding: 0;
  font-size: 1.02em;
  line-height: 1.7;
  margin: 10px 0 0 0;
}
.emporrium-hero-txt ul li {
  margin-bottom: 2px;
  font-weight: 600;
  color: #fbeab2;
  letter-spacing: 0.01em;
}
.emporrium-hero-foot {
  font-size: 1.1em;
  margin-top: 18px;
  color: #dfc781;
  text-align: left;
  font-weight: 600;
}
.emporrium-hero-img {
  flex: 1.15;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.emporrium-hero-img img {
  max-width: 550px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4px 24px #0005;
  object-fit: cover;
  display: block;
}
@media (max-width: 1200px) {
  .emporrium-hero-split { max-width: 97vw; gap: 16px; }
  .emporrium-hero-txt { max-width: 95vw; padding: 19px 2vw 17px 2vw; }
  .emporrium-hero-img img { max-width: 340px; }
}
@media (max-width: 900px) {
  .emporrium-hero-split { flex-direction: column; gap: 20px; }
  .emporrium-hero-img { justify-content: center; }
  .emporrium-hero-img img { max-width: 98vw; }
}
@media (max-width: 600px) {
  .emporrium-hero-txt h1 { font-size: 1.15em; }
  .emporrium-hero-txt { padding: 12px 1.3vw 10px 1.3vw; border-radius: 10px; }
  .emporrium-hero-img img { border-radius: 10px; }
}


/* ========== SUITE CSS (SECTIONS 2 à 6) ========== */

.emporrium-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6em;
  font-weight: 1600;
  text-align: center;
  margin-bottom: 48px;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 20px #0002;
}
.emporrium-cards-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 12px;
}
.emporrium-card {
  background: linear-gradient(160deg, #fff7e3 80%, #f8e5ba 100%);
  color: #221a0d;
  border-radius: 18px;
  border: 1.8px solid #e1cb93;
  box-shadow: 0 6px 32px #ad933224, 0 2px 8px #fff5  ;
  padding: 32px 24px 30px 24px;
  width: 295px;
  max-width: 98vw;
  min-height: 315px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 
    box-shadow 0.24s cubic-bezier(.4,.2,.2,1), 
    transform 0.22s cubic-bezier(.4,.2,.2,1),
    border-color 0.25s;
  position: relative;
  z-index: 1;
}
.emporrium-card:hover {
  transform: translateY(-9px) scale(1.024);
  box-shadow: 0 14px 50px #b4993720, 0 6px 24px #ad93324d;
  border-color: #eac449;
}

.emporrium-card-iconwrap {
  background: linear-gradient(145deg, #fffbe2 67%, #ebd67b 100%);
  border: 2.2px solid #f5d268;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-bottom: 17px;
  box-shadow: 0 1.5px 14px #d6b94930, 0 1.5px 0 #fff8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.emporrium-card img {
  width: 38px; height: 38px;
  object-fit: contain;
  filter: grayscale(0%) brightness(0.92) sepia(0.25) hue-rotate(-10deg) saturate(1.6);
  transition: filter 0.19s;
}

.emporrium-card:hover img {
  filter: grayscale(0%) brightness(1.12) drop-shadow(0 2px 7px #f6e37e60);
}
.emporrium-card h3 {
  font-family: 'Montserrat', 'Playfair Display', serif;
  font-size: 1.32em;
  font-weight: 800;
  margin-bottom: 13px;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}
.emporrium-card p {
  font-size: 1.13em;
  color: #39342a;
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

/* Responsive */
@media (max-width: 1200px) {
  .emporrium-cards-flex { gap: 19px; }
  .emporrium-section-title { font-size: 2.1em; }
}
@media (max-width: 900px) {
  .emporrium-cards-flex { flex-wrap: wrap; gap: 15px; }
  .emporrium-card { min-height: 255px; padding: 22px 6vw 19px 6vw;}
  .emporrium-section-title { font-size: 1.28em; }
}
@media (max-width: 600px) {
  .emporrium-card { width: 97vw; max-width: 97vw; border-radius: 13px;}
  .emporrium-section-title { font-size: 1.02em; }
}


/* SECTION VENDEZ PREMIUM ENCADRÉ */


/* SECTION VENDEZ PREMIUM ENCADRÉ */

.emporrium-vendre-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1280px;
  margin: 80px auto;
  padding: 0 24px;
  font-family: 'Source Sans 3', sans-serif;
}

.emporrium-vendre-box,
.emporrium-vendre-cols {
  flex: 1 1 48%;
  max-width: 48%;
  box-sizing: border-box;
}

.emporrium-vendre-box {
  background-color: #1e1a14;
  border: 1.5px solid #f5d268;
  border-radius: 18px;
  padding: 32px;
  color: #eee6d0;
  box-shadow: 0 4px 20px #00000022;
}

.emporrium-vendre-box h2 {
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

.emporrium-vendre-box .emp-highlight {
  color: #f5d268;
  font-weight: 800;
}

.emporrium-vendre-box p {
  font-size: 1.12em;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #e2decf;
}

.emporrium-vendre-box .emp-bold {
  font-weight: 800;
}

.emporrium-vendre-box strong {
  font-weight: 700;
}

.emporrium-vendre-cols {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.emporrium-vendre-card {
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #fffbe2 80%, #e3c262 120%);
  border-radius: 18px;
  box-shadow: 0 6px 28px #d6b94922;
  padding: 18px 20px;
  border: 1.5px solid #ebd67b;
  transition: box-shadow 0.15s ease-in-out;
  min-height: 74px;
}

.emporrium-vendre-card:hover {
  box-shadow: 0 8px 42px #f7e4b255;
}

.emporrium-vendre-iconwrap {
  width: 44px;
  height: 44px;
  margin-right: 16px;
  background: linear-gradient(145deg, #fffbe2 60%, #ebd67b 100%);
  border: 2px solid #e3c262;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emporrium-vendre-card svg {
  width: 44px;
  height: 44px;
}

.emporrium-vendre-card-content {
  flex: 1 1 auto;
  color: #342d19;
}

.emporrium-vendre-card-title {
  font-size: 1.15em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: 2px;
  color: #3a3019;
}

.emporrium-vendre-card-desc {
  font-size: 1em;
  color: #6a5a2a;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .emporrium-vendre-section {
    flex-direction: column;
    gap: 40px;
  }

  .emporrium-vendre-box,
  .emporrium-vendre-cols {
    max-width: 100%;
  }
}


/* SECTION POINÇONS PREMIUM */

.emporrium-poincons-wrapper {
  background-color: #2a2928;
  padding: 100px 0;
}

.emporrium-poincons-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: 'Source Sans 3', sans-serif;
}

/* 🟫 Texte explicatif */
.emporrium-poincons-box {
  background-color: #1e1a14;
  border: 1.5px solid #f5d268;
  border-radius: 20px;
  padding: 36px 32px;
  color: #eee6d0;
  box-shadow: 0 6px 24px rgba(0,0,0,0.2);
  flex: 1 1 520px;
  max-width: 580px;
}
.emporrium-poincons-box h2 {
  font-size: 2.4em;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.emporrium-poincons-box .emp-highlight {
  color: #f5d268;
  font-weight: 800;
}
.emporrium-poincons-box span.gold {
  color: #FFD700;
}
.emporrium-poincons-box span.silver {
  color: #aaa;
}
.emporrium-poincons-box p {
  font-size: 1.18em;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #e2decf;
}

/* 📦 Cartes poinçons */
.emporrium-poincons-cards {
  flex: 1 1 540px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.emporrium-poincon-card {
  flex: 0 0 calc(50% - 10px);
  background: linear-gradient(145deg, #fcedc2, #fff8e4);
  color: #1a140d;
  padding: 28px 22px;
  border-radius: 20px;
  text-align: center;
  border: 1.5px solid #e3c262;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.emporrium-poincon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.15);
}
.emporrium-poincon-card.white {
  background: linear-gradient(145deg, #ffffff, #f8f8f8);
  border-color: #ccc;
}
.emporrium-poincon-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 14px;
  background: radial-gradient(circle, #fff 50%, #f5d268 100%);
  padding: 6px;
  border: 2.5px solid #f5d268;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.emporrium-poincon-card .title {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  color: #3b3119;
}
.emporrium-poincon-card .carats {
  font-size: 1em;
  font-weight: 500;
  color: #4e4020;
  margin-bottom: 2px;
}
.emporrium-poincon-card .millesimes {
  font-size: 0.9em;
  color: #6a5a2a;
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .emporrium-poincons-section {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .emporrium-poincons-box, .emporrium-poincons-cards {
    max-width: 100%;
  }
}

/*SECTION DOUAI PREMIUM*/

/* SECTION DOUAI PREMIUM */

.emporrium-douai-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1280px;
  margin: 80px auto;
  padding: 0 24px;
  font-family: 'Source Sans 3', sans-serif;
  align-items: center;
  flex-direction: row; /* 👈 Assure l'ordre image à gauche, texte à droite */
}

/* Image */
.emporrium-douai-img {
  flex: 1 1 520px;
  max-width: 600px;
  order: 1; /* 👈 image en premier */
}
.emporrium-douai-img img {
  width: 100%;
  height: auto;
  border-radius: 24px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Texte */
.emporrium-douai-text {
  flex: 1 1 520px;
  background-color: #1e1a14;
  color: #f0ede6;
  padding: 36px 32px;
  border-radius: 18px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  border: 1.5px solid #f5d268;
  font-family: 'Source Sans 3', sans-serif;
  order: 2; /* 👈 texte en second */
}
.emporrium-douai-text h2 {
  font-size: 2.3em;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.emporrium-douai-text p {
  font-size: 1.2em;
  line-height: 1.65;
  margin-bottom: 20px;
  color: #e8e6df;
}
.emporrium-douai-text h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 12px;
  color: #f5d268;
}


/* Responsive */
@media (max-width: 992px) {
  .emporrium-douai-section {
    flex-direction: column;
    text-align: left;
  }

  .emporrium-douai-img,
  .emporrium-douai-text {
    max-width: 100%;
    order: unset;
  }
} /* 👈 cette accolade est indispensable */



/* === SECTION AGENCE === */

.section-agence-wrapper {
  background-color: #212121; /* Nouveau fond gris foncé */
  padding: 100px 20px;
  color: #eee6d0;
  font-family: 'Source Sans 3', sans-serif;
}

.section-agence {
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.section-agence-map {
  flex: 1 1 500px;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.section-agence-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.section-agence-box {
  flex: 1 1 500px;
  background-color: #1e1a14; /* Nouveau fond : ancien fond global */
  border: 1.5px solid #f5d268;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.2);
}

.section-agence-box h2 {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

.section-agence-box p {
  font-size: 1.1em;
  margin-bottom: 14px;
  line-height: 1.6;
  color: #e2decf;
}

.section-agence-box .phone {
  font-weight: 700;
  color: #f5d268;
}

.section-agence-box .btn-agence {
  margin-top: 20px;
  display: inline-block;
  background-color: #f5d268;
  color: #1e1a14;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.section-agence-box .btn-agence:hover {
  background-color: #ffe27c;
}

/* === Responsive Mobile === */
@media (max-width: 992px) {
  .section-agence {
    flex-direction: column;
  }

  .section-agence-map,
  .section-agence-box {
    width: 100%;
  }
}
