@charset "UTF-8";
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", "Inter", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(2.25rem, 8vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1100px) {
  h1 {
    font-size: clamp(2rem, 7vw, 3rem);
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: clamp(1.875rem, 6vw, 2.25rem);
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
}
@media (max-width: 479px) {
  h3 {
    font-size: 1.5rem;
  }
}

p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

a {
  color: #db1f26;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #e63e00;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.25rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(219, 31, 38, 0.3);
  outline-offset: 2px;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1030;
  padding: 1rem 0;
  transition: all 0.3s ease;
  isolation: isolate;
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1100px) {
  .header {
    padding: 0.5rem 0;
  }
}
@media (max-width: 479px) {
  .header {
    padding: 12px 0;
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .header .container {
    padding: 0 0.5rem;
    max-width: 100vw;
    overflow: hidden;
  }
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 1100px) {
  .nav-wrapper {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (max-width: 479px) {
  .nav-wrapper {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
  }
}

.logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.logo a {
  display: block;
  line-height: 0;
  color: inherit;
  text-decoration: none;
}
.logo picture {
  display: block;
  line-height: 0;
}
.logo .logo-image {
  height: 40px;
  width: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.logo .logo-image:hover {
  opacity: 0.8;
}
@media (max-width: 1100px) {
  .logo .logo-image {
    height: 35px;
  }
}
@media (max-width: 479px) {
  .logo .logo-image {
    height: 30px;
  }
}
.logo h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #db1f26;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .logo h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 479px) {
  .logo h2 {
    font-size: 1rem;
  }
}

@media (max-width: 1100px) {
  .main-nav {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .main-nav {
    display: none !important;
  }
}
.main-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}
.main-nav a:hover {
  color: #db1f26;
}

.header-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .header-cta {
    display: none;
  }
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}
.mobile-menu-btn:hover {
  color: #FF4500;
}
.mobile-menu-btn:focus {
  outline: none;
}
.mobile-menu-btn.active {
  color: #FF4500;
  transform: rotate(90deg);
}
@media (max-width: 1100px) {
  .mobile-menu-btn {
    display: block;
    font-size: 2rem;
    padding: 0.75rem;
  }
}
@media (max-width: 479px) {
  .mobile-menu-btn {
    display: block;
    font-size: 2.5rem;
    padding: 1rem;
  }
}

.mobile-menu-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: #FF4500 !important;
  z-index: 999999 !important;
  transform: translateY(-100%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
}
.mobile-menu-overlay.active {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.mobile-menu-overlay .mobile-menu-close {
  position: absolute !important;
  top: 1.9rem !important;
  right: 1rem !important;
  background: none !important;
  border: none !important;
  font-size: 1rem !important;
  color: white !important;
  cursor: pointer !important;
  padding: 0.5rem !important;
  z-index: 1000000 !important;
  transition: color 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}
.mobile-menu-overlay .mobile-menu-close:hover {
  color: #fff !important;
  opacity: 0.8 !important;
}
.mobile-menu-overlay .mobile-menu-close:focus {
  outline: none !important;
}
.mobile-menu-overlay .mobile-menu-content {
  padding: 2rem;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.mobile-menu-overlay .mobile-menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-menu-overlay .mobile-menu-content ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay .mobile-menu-content ul li:last-child {
  border-bottom: none;
}
.mobile-menu-overlay .mobile-menu-content ul li a {
  display: block;
  padding: 1rem 0;
  color: white;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mobile-menu-overlay .mobile-menu-content ul li a:hover {
  color: #fff;
  opacity: 0.8;
}
.mobile-menu-overlay .mobile-menu-social {
  position: absolute !important;
  bottom: 2rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}
.mobile-menu-overlay .mobile-menu-social .social-links {
  display: flex !important;
  justify-content: center !important;
  gap: 1.5rem !important;
}
.mobile-menu-overlay .mobile-menu-social .social-links .social-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 3rem !important;
  height: 3rem !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 50% !important;
  color: white !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 1.2rem !important;
}
.mobile-menu-overlay .mobile-menu-social .social-links .social-link:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translateY(-2px) !important;
}
.mobile-menu-overlay .mobile-menu-social .social-links .social-link:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) !important;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn {
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.125rem;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    min-width: auto;
    white-space: nowrap;
  }
}
.btn.btn-primary {
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.125rem;
  box-sizing: border-box;
  background: #db1f26;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background: #e63e00;
  transform: translateY(-2px);
}
.btn.btn-outline {
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.125rem;
  box-sizing: border-box;
  background: transparent;
  color: #db1f26;
  border: 2px solid #db1f26;
}
.btn.btn-outline:hover {
  background: #db1f26;
  color: #ffffff;
}
.btn.btn-white {
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.125rem;
  box-sizing: border-box;
  background: #ffffff;
  color: #db1f26;
}
.btn.btn-white:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn.btn-outline-white {
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.125rem;
  box-sizing: border-box;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.btn.btn-outline-white:hover {
  background: #ffffff;
  color: #db1f26;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn.btn-secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn.btn-gray {
  background: #f8f9fa;
  color: #333;
  border: 1px solid rgb(218.95, 224.1, 229.25);
}
.btn.btn-gray:hover {
  background: rgb(233.475, 236.55, 239.625);
}
.btn.btn-large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.main-hero {
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.9), rgba(252, 96, 40, 0.8)), var(--hero-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  min-height: 500px;
  padding-top: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .main-hero {
    height: 500px;
    min-height: 500px;
    padding-top: 60px;
  }
}
@media (max-width: 479px) {
  .main-hero {
    height: 500px;
    min-height: 500px;
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.1;
}
.main-hero .hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.main-hero .hero-title {
  font-size: clamp(2.25rem, 8vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .main-hero .hero-title {
    font-size: clamp(2rem, 7vw, 3rem);
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  .main-hero .hero-title {
    font-size: clamp(1.875rem, 6vw, 2.25rem);
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
}
.main-hero .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 1100px) {
  .main-hero .hero-title {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }
}
@media (max-width: 479px) {
  .main-hero .hero-title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }
}
.main-hero .hero-description {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  opacity: 0.95;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}
.main-hero .hero-description span {
  font-weight: 300;
}
.main-hero .hero-description strong {
  font-weight: 700;
  color: #ffffff;
}
.main-hero .hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.main-hero .hero-buttons .btn {
  padding: 1.25rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.main-hero.hero-slider {
  padding: 0;
  height: calc(60vh + 80px);
  min-height: 500px;
}
@media (max-width: 1100px) {
  .main-hero.hero-slider {
    height: 500px;
    min-height: 500px;
  }
}
@media (max-width: 479px) {
  .main-hero.hero-slider {
    height: auto;
    min-height: 500px;
  }
}
.main-hero.hero-slider .hero-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 479px) {
  .main-hero.hero-slider .hero-slider-wrapper {
    height: auto;
    min-height: 500px;
  }
}
.main-hero.hero-slider .hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  .main-hero.hero-slider .hero-slides {
    height: auto;
  }
}
.main-hero.hero-slider .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-hero.hero-slider .hero-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.9), rgba(252, 96, 40, 0.8));
  z-index: 1;
}
.main-hero.hero-slider .hero-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 95px;
  padding-bottom: 4rem;
}
@media (max-width: 1100px) {
  .main-hero.hero-slider .hero-slide {
    padding-top: 60px;
    padding-bottom: 3rem;
  }
}
@media (max-width: 479px) {
  .main-hero.hero-slider .hero-slide {
    height: auto;
    min-height: 500px;
    padding-top: 90px;
    padding-bottom: 1.5rem;
  }
}
.main-hero.hero-slider .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.1;
  z-index: 1;
}
.main-hero.hero-slider .hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.main-hero.hero-slider .hero-slide .hero-content {
  position: relative;
  z-index: 2;
  animation: slideInUp 0.6s ease-out 0.2s both;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .main-hero.hero-slider .hero-slide .hero-content {
    margin-bottom: 10px;
  }
}
.main-hero.hero-slider .hero-slider-controls {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 479px) {
  .main-hero.hero-slider .hero-slider-controls {
    bottom: 1rem;
  }
}
.main-hero.hero-slider .hero-slider-dots {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}
.main-hero.hero-slider .hero-slider-dot {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  border: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
  flex-shrink: 0;
  outline: none;
}
.main-hero.hero-slider .hero-slider-dot:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.15);
}
.main-hero.hero-slider .hero-slider-dot:focus {
  outline: none;
}
.main-hero.hero-slider .hero-slider-dot.active {
  width: 40px;
  height: 12px;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  transform: scale(1);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}
.main-hero.hero-slider .hero-slider-dot .dot-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  transition: width 3s linear;
  opacity: 0;
}
.main-hero.hero-slider .hero-slider-dot.active .dot-progress {
  opacity: 1;
  border-radius: 6px;
}
.main-hero.hero-slider .hero-slider-circular-progress {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  z-index: 100;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
@media (max-width: 1100px) {
  .main-hero.hero-slider .hero-slider-circular-progress {
    width: 50px;
    height: 50px;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 479px) {
  .main-hero.hero-slider .hero-slider-circular-progress {
    width: 45px;
    height: 45px;
    bottom: 1rem;
    right: 1rem;
  }
}
.main-hero.hero-slider .hero-slider-circular-progress .circular-progress-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.main-hero.hero-slider .hero-slider-circular-progress .circular-progress-bg {
  opacity: 0.4;
}
.main-hero.hero-slider .hero-slider-circular-progress .circular-progress-path {
  transition: stroke-dashoffset 5s linear;
  opacity: 1;
}

section[aria-labelledby=home-offre] {
  background: linear-gradient(135deg, #db1f26 0%, #fc6028 100%);
  padding: 6rem 0;
}
@media (max-width: 1100px) {
  section[aria-labelledby=home-offre] {
    padding: 4rem 0;
  }
}
@media (max-width: 479px) {
  section[aria-labelledby=home-offre] {
    padding: 3rem 0;
  }
}
section[aria-labelledby=home-offre] {
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
section[aria-labelledby=home-offre]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.1;
}
section[aria-labelledby=home-offre] h2 {
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
section[aria-labelledby=home-offre] .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  list-style: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  section[aria-labelledby=home-offre] .grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}
section[aria-labelledby=home-offre] .grid li {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
section[aria-labelledby=home-offre] .grid li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}
section[aria-labelledby=home-offre] .grid li:hover::before {
  left: 100%;
}
section[aria-labelledby=home-offre] .grid li:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
section[aria-labelledby=home-offre] .grid li h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}
section[aria-labelledby=home-offre] .grid li p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
  color: #ffffff;
}

.our-history {
  background: linear-gradient(135deg, #db1f26, #e63e00);
  color: white;
  padding: 6rem 0;
}
@media (max-width: 1100px) {
  .our-history {
    padding: 4rem 0;
  }
}
@media (max-width: 479px) {
  .our-history {
    padding: 3rem 0;
  }
}
.our-history {
  position: relative;
  overflow: hidden;
}
.our-history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}
.our-history .section-number {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 2rem;
}
.our-history .health-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .our-history .health-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.our-history .health-text {
  max-width: 500px;
}
.our-history .category-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
}
.our-history .health-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 1100px) {
  .our-history .health-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 479px) {
  .our-history .health-title {
    font-size: 1.875rem;
  }
}
.our-history .health-title {
  margin-bottom: 1.5rem;
  color: white;
}
.our-history .health-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  line-height: 1.6;
}
.our-history .health-cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.our-history .health-cta .btn {
  background: white;
  color: #db1f26;
  border: 2px solid white;
  padding: 1rem 2rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.our-history .health-cta .btn:hover {
  background: transparent;
  color: white;
  border-color: white;
  transform: translateY(-2px);
}
.our-history .health-image {
  border-radius: 16px;
  overflow: hidden;
}
.our-history .health-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.our-history .health-image:hover img {
  transform: scale(1.02);
}

.trusted-clients {
  background: #FFECE5;
  padding: 6rem 0;
}
@media (max-width: 1100px) {
  .trusted-clients {
    padding: 4rem 0;
  }
}
@media (max-width: 479px) {
  .trusted-clients {
    padding: 3rem 0;
  }
}
.trusted-clients {
  position: relative;
}
.trusted-clients .clients-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.trusted-clients .clients-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Playfair Display", "Times New Roman", serif;
}
@media (max-width: 1100px) {
  .trusted-clients .clients-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 479px) {
  .trusted-clients .clients-title {
    font-size: 1.5rem;
  }
}
.trusted-clients .clients-subtitle {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .trusted-clients .clients-subtitle {
    font-size: 1rem;
    margin-bottom: 4rem;
  }
}
.trusted-clients .clients-list {
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.trusted-clients .clients-list::before, .trusted-clients .clients-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.trusted-clients .clients-list::before {
  left: 0;
  background: linear-gradient(to right, #FFECE5, transparent);
}
.trusted-clients .clients-list::after {
  right: 0;
  background: linear-gradient(to left, #FFECE5, transparent);
}
.trusted-clients .clients-list .clients-scroll {
  display: flex;
  gap: 1.5rem;
  animation: scrollClients 60s linear infinite;
  will-change: transform;
}
@media (max-width: 479px) {
  .trusted-clients .clients-list .clients-scroll {
    gap: 1rem;
  }
}
.trusted-clients .clients-list .client-item {
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 8px;
  font-size: 1rem;
  color: #5e5e5e;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(102, 102, 102, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .trusted-clients .clients-list .client-item {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    min-height: 50px;
  }
}
.trusted-clients .clients-list .client-item:hover {
  border-color: rgba(219, 31, 38, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@keyframes scrollClients {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.contact-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,69,0,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.3;
}
.contact-section .contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: stretch;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .contact-section .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.contact-section .contact-info {
  max-width: 500px;
}
.contact-section .contact-header {
  margin-bottom: 3rem;
  text-align: left;
}
.contact-section .contact-header .contact-category {
  display: inline-block;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(219, 31, 38, 0.3);
}
.contact-section .contact-header .contact-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  background: linear-gradient(135deg, #333, #db1f26);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 1100px) {
  .contact-section .contact-header .contact-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 479px) {
  .contact-section .contact-header .contact-title {
    font-size: 1.5rem;
  }
}
.contact-section .contact-header .contact-subtitle {
  font-size: 1.125rem;
  color: #bdc3c7;
  line-height: 1.6;
  max-width: 400px;
  text-align: left;
  margin: 0;
}
.contact-section .contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-section .contact-method {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(219, 31, 38, 0.1);
}
.contact-section .contact-method:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(219, 31, 38, 0.2);
}
.contact-section .contact-method .contact-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  border-radius: 50%;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(219, 31, 38, 0.3);
  transition: all 0.3s ease;
}
.contact-section .contact-method .contact-icon i {
  font-size: 1.8rem;
}
.contact-section .contact-method:hover .contact-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 25px rgba(219, 31, 38, 0.4);
}
.contact-section .contact-method .contact-details {
  flex: 1;
}
.contact-section .contact-method .contact-details .contact-method-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.25rem;
}
.contact-section .contact-method .contact-details .contact-method-desc {
  font-size: 1rem;
  color: #bdc3c7;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.contact-section .contact-method .contact-details .contact-link {
  color: #db1f26;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.contact-section .contact-method .contact-details .contact-link::after {
  content: "→";
  transition: transform 0.3s ease;
}
.contact-section .contact-method .contact-details .contact-link:hover {
  color: #e63e00;
  transform: translateX(5px);
}
.contact-section .contact-method .contact-details .contact-link:hover::after {
  transform: translateX(5px);
}
.contact-section .contact-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  line-height: 0;
  position: relative;
  height: 100%;
  min-height: 500px;
}
.contact-section .contact-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.1), transparent);
  pointer-events: none;
  z-index: 1;
}
.contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}

.products-hero {
  padding: 6rem 0;
  padding-top: calc(95px + 6rem);
  background: linear-gradient(135deg, #FFECE5 0%, rgba(219, 31, 38, 0.05) 100%);
  min-height: 60vh;
}
@media (max-width: 1100px) {
  .products-hero {
    min-height: 500px;
    padding-top: calc(60px + 6rem);
  }
}
@media (max-width: 479px) {
  .products-hero {
    min-height: 400px;
    padding-top: calc(45px + 6rem);
  }
}
.products-hero .hero-header {
  text-align: center;
  margin-bottom: 6rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.products-hero .hero-header .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #db1f26;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.products-hero .hero-header .hero-badge i {
  font-size: 0.875rem;
}
.products-hero .hero-header .hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1.5rem 0;
  font-family: "Playfair Display", "Times New Roman", serif;
}
@media (max-width: 1100px) {
  .products-hero .hero-header .hero-title {
    font-size: 2.25rem;
  }
}
.products-hero .hero-header .hero-description {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1100px) {
  .products-hero .hero-header .hero-description {
    font-size: 1.125rem;
  }
}
.products-hero .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 6rem;
}
@media (max-width: 1100px) {
  .products-hero .products-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.products-hero .product-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: default;
}
.products-hero .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
.products-hero .product-card:hover .card-overlay {
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.95), rgba(230, 62, 0, 0.95));
}
.products-hero .product-card .card-image {
  position: relative;
  width: 100%;
  height: 250px;
}
.products-hero .product-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.products-hero .product-card .card-image .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.8), rgba(230, 62, 0, 0.8));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: white;
  transition: all 0.3s ease;
}
.products-hero .product-card .card-image .card-icon {
  margin-bottom: 1rem;
}
.products-hero .product-card .card-image .card-icon i {
  font-size: 3rem;
  color: white;
}
.products-hero .product-card .card-image .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: white;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.products-hero .product-card .card-image .card-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}
.products-hero .hero-cta {
  text-align: center;
}
.products-hero .hero-cta .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  color: white;
  padding: 1.5rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.products-hero .hero-cta .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #e63e00, #db1f26);
}
.products-hero .hero-cta .cta-button i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.products-hero .hero-cta .cta-button:hover i {
  transform: translateX(5px);
}

.product-accordion {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 2rem;
}
.product-accordion .accordion-item {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  background: white;
}
.product-accordion .accordion-item:last-child {
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  border-bottom: none;
}
.product-accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  position: relative;
  overflow: hidden;
}
.product-accordion .accordion-item .accordion-header:hover {
  background: rgba(219, 31, 38, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(219, 31, 38, 0.1);
}
.product-accordion .accordion-item .accordion-header .accordion-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}
.product-accordion .accordion-item .accordion-header .accordion-title .title-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-accordion .accordion-item .accordion-header .accordion-title .title-icon i {
  font-size: 1.5rem;
  color: white;
}
.product-accordion .accordion-item .accordion-header .accordion-title .title-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.25rem 0;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.product-accordion .accordion-item .accordion-header .accordion-title .title-content p {
  font-size: 1rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
.product-accordion .accordion-item .accordion-header .accordion-arrow {
  width: 40px;
  height: 40px;
  background: rgba(219, 31, 38, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.product-accordion .accordion-item .accordion-header .accordion-arrow i {
  font-size: 1.125rem;
  color: #db1f26;
  transition: transform 0.3s ease;
}
.product-accordion .accordion-item.active .accordion-arrow i {
  transform: rotate(180deg);
}
.product-accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, transform 0.4s ease;
  background: white;
  position: relative;
  opacity: 0;
  transform: translateY(-10px);
}
.product-accordion .accordion-item .accordion-content .container {
  padding: 3rem;
  position: relative;
}
.product-accordion .accordion-item .accordion-content .section-description {
  text-align: center;
  margin-bottom: 6rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.product-accordion .accordion-item .accordion-content .section-description::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #db1f26, #e63e00);
  border-radius: 2px;
}
.product-accordion .accordion-item .accordion-content .section-description p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.product-accordion .accordion-item.active .accordion-content {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1100px) {
  .product-accordion .accordion-item .accordion-header {
    padding: 1.5rem;
  }
  .product-accordion .accordion-item .accordion-header .accordion-title {
    gap: 1rem;
  }
  .product-accordion .accordion-item .accordion-header .accordion-title .title-icon {
    width: 50px;
    height: 50px;
  }
  .product-accordion .accordion-item .accordion-header .accordion-title .title-icon i {
    font-size: 1.25rem;
  }
  .product-accordion .accordion-item .accordion-header .accordion-title .title-content h2 {
    font-size: 1.25rem;
  }
  .product-accordion .accordion-item .accordion-header .accordion-title .title-content p {
    font-size: 0.875rem;
  }
  .product-accordion .accordion-item .accordion-header .accordion-arrow {
    width: 35px;
    height: 35px;
  }
  .product-accordion .accordion-item .accordion-header .accordion-arrow i {
    font-size: 1rem;
  }
}

.product-details-section {
  padding: 8rem 0;
  background: #FFECE5;
}
.product-details-section .section-header {
  text-align: center;
  margin-bottom: 6rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.product-details-section .section-header .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #666;
}
.product-details-section .section-header .breadcrumb a {
  color: #db1f26;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product-details-section .section-header .breadcrumb a:hover {
  color: #e63e00;
}
.product-details-section .section-header .breadcrumb .separator {
  color: #666;
  font-weight: 700;
}
.product-details-section .section-header .breadcrumb .current {
  color: #333;
  font-weight: 600;
}
.product-details-section .section-header .section-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1.5rem 0;
  font-family: "Playfair Display", "Times New Roman", serif;
}
@media (max-width: 1100px) {
  .product-details-section .section-header .section-title {
    font-size: 2.25rem;
  }
}
.product-details-section .section-header .section-description {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1100px) {
  .product-details-section .section-header .section-description {
    font-size: 1.125rem;
  }
}
.product-details-section .product-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 1100px) {
  .product-details-section .product-categories {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.product-details-section .accordion-content .product-categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}
.product-details-section .accordion-content .product-categories .category-card {
  background: white;
  border-radius: 16px;
  padding: 6rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(102, 102, 102, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
}
.product-details-section .accordion-content .product-categories .category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #db1f26, #e63e00, #fc6028);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.product-details-section .accordion-content .product-categories .category-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(219, 31, 38, 0.03) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-details-section .accordion-content .product-categories .category-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(219, 31, 38, 0.3);
}
.product-details-section .accordion-content .product-categories .category-card:hover::before {
  transform: scaleX(1);
}
.product-details-section .accordion-content .product-categories .category-card:hover::after {
  opacity: 1;
}
.product-details-section .accordion-content .product-categories .category-card .category-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.product-details-section .accordion-content .product-categories .category-card .category-header .category-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  position: relative;
  box-shadow: 0 12px 32px rgba(219, 31, 38, 0.3);
}
.product-details-section .accordion-content .product-categories .category-card .category-header .category-icon::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, #db1f26, #e63e00, #fc6028);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-details-section .accordion-content .product-categories .category-card .category-header .category-icon i {
  font-size: 2rem;
  color: white;
  transition: transform 0.3s ease;
}
.product-details-section .accordion-content .product-categories .category-card .category-header .category-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1rem 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  position: relative;
}
.product-details-section .accordion-content .product-categories .category-card .category-header .category-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #db1f26, #e63e00);
  border-radius: 2px;
  transition: width 0.3s ease;
}
.product-details-section .accordion-content .product-categories .category-card:hover .category-icon::before {
  opacity: 1;
}
.product-details-section .accordion-content .product-categories .category-card:hover .category-icon i {
  transform: scale(1.15);
}
.product-details-section .accordion-content .product-categories .category-card:hover .category-title::after {
  width: 80px;
}
.product-details-section .accordion-content .product-categories .category-card .category-content {
  text-align: center;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .category-description {
  font-size: 1.25rem;
  color: #666;
  margin: 0 0 3rem 0;
  line-height: 1.6;
  font-weight: 500;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(219, 31, 38, 0.02);
  border-radius: 16px;
  padding: 3rem;
  border: 1px solid rgba(219, 31, 38, 0.1);
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-list li {
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 12px;
  font-size: 1rem;
  color: #333;
  transition: all 0.3s ease;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(102, 102, 102, 0.1);
  position: relative;
  overflow: hidden;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-list li::before {
  content: "✓";
  color: #db1f26;
  font-weight: 700;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.75rem;
  background: rgba(219, 31, 38, 0.1);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-list li:hover {
  color: #db1f26;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(219, 31, 38, 0.2);
  border-color: rgba(219, 31, 38, 0.3);
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-list li:hover::before {
  opacity: 1;
  transform: scale(1);
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .product-details-section .accordion-content .product-categories .category-card .category-content .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-item {
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.03), rgba(219, 31, 38, 0.08));
  color: #333;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-size: 0.875rem;
  text-align: center;
  border: 2px solid rgba(219, 31, 38, 0.15);
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(219, 31, 38, 0.1), transparent);
  transition: left 0.3s ease;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-item:hover {
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.08), rgba(219, 31, 38, 0.12));
  border-color: #db1f26;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 24px rgba(219, 31, 38, 0.25);
  color: #db1f26;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .product-item:hover::before {
  left: 100%;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .order-info {
  margin-top: 3rem;
  padding: 3rem;
  background: rgba(219, 31, 38, 0.05);
  border-radius: 16px;
  border: 2px solid rgba(219, 31, 38, 0.1);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .order-info .info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .order-info .info-item:last-child {
  margin-bottom: 0;
}
.product-details-section .accordion-content .product-categories .category-card .category-content .order-info .info-item i {
  color: #db1f26;
  width: 20px;
  font-size: 1rem;
}
.product-details-section .full-width {
  grid-column: 1/-1;
}
.product-details-section .category-card {
  background: white;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-details-section .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
.product-details-section .category-card .category-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.product-details-section .category-card .category-header .category-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-section .category-card .category-header .category-icon i {
  font-size: 1.5rem;
  color: white;
}
.product-details-section .category-card .category-header .category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.product-details-section .category-card .category-content .category-description {
  font-size: 1.125rem;
  color: #666;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}
.product-details-section .category-card .category-content .product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-details-section .category-card .category-content .product-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  font-size: 1rem;
  color: #333;
  position: relative;
  padding-left: 1.5rem;
}
.product-details-section .category-card .category-content .product-list li:before {
  content: "•";
  color: #db1f26;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.product-details-section .category-card .category-content .product-list li:last-child {
  border-bottom: none;
}
.product-details-section .category-card .category-content .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 1100px) {
  .product-details-section .category-card .category-content .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.product-details-section .category-card .category-content .product-item {
  background: rgba(219, 31, 38, 0.1);
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  text-align: center;
  border: 1px solid rgba(219, 31, 38, 0.2);
  transition: all 0.3s ease;
}
.product-details-section .category-card .category-content .product-item:hover {
  background: rgba(219, 31, 38, 0.15);
  border-color: #db1f26;
  transform: translateY(-2px);
}
.product-details-section .category-card .category-content .order-info {
  margin-top: 1.5rem;
}
.product-details-section .category-card .category-content .order-info .info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}
.product-details-section .category-card .category-content .order-info .info-item i {
  color: #db1f26;
  width: 16px;
}
.product-details-section .section-cta {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(102, 102, 102, 0.1);
  position: relative;
}
.product-details-section .section-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #db1f26, #e63e00);
  border-radius: 2px;
}
.product-details-section .section-cta .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 4rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}
.product-details-section .section-cta .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.3s ease;
}
.product-details-section .section-cta .cta-button.secondary {
  background: white;
  color: #db1f26;
  border: 2px solid #db1f26;
}
.product-details-section .section-cta .cta-button.secondary:hover {
  background: #db1f26;
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(219, 31, 38, 0.3);
}
.product-details-section .section-cta .cta-button.secondary:hover::before {
  left: 100%;
}
.product-details-section .section-cta .cta-button:not(.secondary) {
  background: linear-gradient(135deg, #db1f26, #e63e00);
  color: white;
}
.product-details-section .section-cta .cta-button:not(.secondary):hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(219, 31, 38, 0.4);
  background: linear-gradient(135deg, #e63e00, #db1f26);
}
.product-details-section .section-cta .cta-button:not(.secondary):hover::before {
  left: 100%;
}
.product-details-section .section-cta .cta-button i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.product-details-section .section-cta .cta-button:hover i {
  transform: translateX(8px);
}

.page-hero {
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.9), rgba(230, 62, 0, 0.9)), url("https://dolcepane.ca/wp-content/uploads/2025/10/delicious-pastry-concept-with-copy-space-Resized.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 6rem 0;
  padding-top: calc(95px + 6rem);
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .page-hero {
    padding-top: calc(60px + 6rem);
    padding-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .page-hero {
    padding-top: calc(45px + 6rem);
    padding-bottom: 3rem;
  }
}
.page-hero .hero-header {
  max-width: 800px;
  margin: 0 auto;
}
.page-hero .hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.page-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.page-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.services-grid {
  padding: 6rem 0;
  background: #FFECE5;
}
.services-grid .services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 6rem;
}
.services-grid .service-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-grid .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}
.services-grid .service-card .card-image {
  height: 250px;
  overflow: hidden;
}
.services-grid .service-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-grid .service-card .card-content {
  padding: 1.5rem;
  text-align: center;
}
.services-grid .service-card .card-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
  font-family: "Poppins", "Inter", sans-serif;
}
.services-grid .service-card .card-content p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.services-grid .hero-cta {
  text-align: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.service-accordion {
  margin: 4rem auto;
  max-width: 1200px;
}
.service-accordion .accordion-item {
  background: white;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-accordion .accordion-item:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.service-accordion .accordion-item .accordion-header {
  padding: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-accordion .accordion-item .accordion-header:hover {
  background: rgba(219, 31, 38, 0.05);
}
.service-accordion .accordion-item .accordion-header .accordion-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.service-accordion .accordion-item .accordion-header .accordion-title .title-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}
.service-accordion .accordion-item .accordion-header .accordion-title .title-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.25rem;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.service-accordion .accordion-item .accordion-header .accordion-title .title-content p {
  color: #bdc3c7;
  font-size: 1rem;
  margin: 0;
}
.service-accordion .accordion-item .accordion-header .accordion-arrow {
  color: #db1f26;
  font-size: 1.2rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-accordion .accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}
.service-accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  transform: translateY(-10px);
}
.service-accordion .accordion-item .accordion-content .container {
  padding: 3rem 0;
}
.service-accordion .accordion-item.active .accordion-content {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}

.service-details .service-features,
.service-details .lunchbox-options,
.service-details .corporate-packages,
.service-details .private-packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.service-details .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #FFECE5;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.service-details .feature-item:hover {
  background: rgba(219, 31, 38, 0.05);
  transform: translateY(-2px);
}
.service-details .feature-item i {
  color: #28a745;
  font-size: 1.2rem;
}
.service-details .feature-item span {
  font-weight: 500;
  color: #333;
}
.service-details .lunchbox-card,
.service-details .package-item {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}
.service-details .lunchbox-card:hover,
.service-details .package-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.service-details .lunchbox-card h4,
.service-details .package-item h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.service-details .lunchbox-card p,
.service-details .package-item p {
  color: #bdc3c7;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.service-details .lunchbox-card .price,
.service-details .package-item .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #db1f26;
}

.contact-cta {
  background: linear-gradient(135deg, #db1f26, #e63e00);
  color: white;
  padding: 6rem 0;
  text-align: center;
}
.contact-cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
}
.contact-cta .cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: white;
}
.contact-cta .cta-content p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}
.contact-cta .cta-content .cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.template-histoire .main-hero,
body.template-histoire .main-hero,
.histoire-hero {
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.9), rgba(252, 96, 40, 0.8)), var(--histoire-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto !important;
  min-height: auto !important;
  padding: 6rem 0 !important;
  padding-top: calc(95px + 6rem) !important;
}
@media (max-width: 1100px) {
  .template-histoire .main-hero,
  body.template-histoire .main-hero,
  .histoire-hero {
    height: auto !important;
    min-height: auto !important;
    padding-top: calc(60px + 6rem) !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 479px) {
  .template-histoire .main-hero,
  body.template-histoire .main-hero,
  .histoire-hero {
    height: auto !important;
    min-height: auto !important;
    padding-top: calc(45px + 6rem) !important;
    padding-bottom: 3rem !important;
  }
}

.histoire-content {
  padding: 8rem 0;
  background: #FFECE5;
}
.histoire-content .histoire-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
@media (max-width: 1100px) {
  .histoire-content .histoire-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.histoire-content .histoire-text .story-section {
  margin-bottom: 4rem;
}
.histoire-content .histoire-text .story-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #db1f26;
  margin-bottom: 1rem;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.histoire-content .histoire-text .story-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
}
.histoire-content .histoire-images .image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.histoire-content .histoire-images .image-gallery .gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.histoire-content .histoire-images .image-gallery .gallery-item.large {
  grid-column: 1/-1;
}
.histoire-content .histoire-images .image-gallery .gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.histoire-content .histoire-images .image-gallery .gallery-item:hover img {
  transform: scale(1.05);
}
.histoire-content .histoire-images .image-gallery .gallery-item .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 1.5rem 1rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.valeurs-section {
  padding: 8rem 0;
  background: white;
}
.valeurs-section .valeurs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 4rem;
  margin-top: 4rem;
}
.valeurs-section .valeur-card {
  text-align: center;
  padding: 4rem 1.5rem;
  background: #FFECE5;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.valeurs-section .valeur-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.valeurs-section .valeur-card .valeur-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}
.valeurs-section .valeur-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.valeurs-section .valeur-card p {
  color: #666;
  line-height: 1.6;
}

.timeline-section {
  padding: 6rem 0;
  background: #FFECE5;
}
.timeline-section .timeline {
  position: relative;
  max-width: 800px;
  margin: 4rem auto 0;
}
.timeline-section .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #db1f26, #e63e00);
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .timeline-section .timeline::before {
    left: 30px;
  }
}
.timeline-section .timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 1100px) {
  .timeline-section .timeline-item {
    padding-left: 6rem;
  }
}
.timeline-section .timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 1100px) {
  .timeline-section .timeline-item:nth-child(odd) {
    flex-direction: row;
  }
}
.timeline-section .timeline-item:nth-child(odd) .timeline-content {
  text-align: right;
}
@media (max-width: 1100px) {
  .timeline-section .timeline-item:nth-child(odd) .timeline-content {
    text-align: left;
  }
}
.timeline-section .timeline-item .timeline-year {
  background: linear-gradient(135deg, #db1f26, #e63e00);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  min-width: 100px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .timeline-section .timeline-item .timeline-year {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 60px;
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}
.timeline-section .timeline-item .timeline-content {
  flex: 1;
  padding: 0 4rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin: 0 1.5rem;
}
@media (max-width: 1100px) {
  .timeline-section .timeline-item .timeline-content {
    margin: 0;
    padding: 1.5rem;
  }
}
.timeline-section .timeline-item .timeline-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.timeline-section .timeline-item .timeline-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.histoire-cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.85), rgba(230, 62, 0, 0.85)), url("https://dolcepane.ca/wp-content/uploads/2025/10/delicious-pastry-concept-with-copy-space-Resized.jpg") center/cover;
  color: white;
  text-align: center;
  position: relative;
}
.histoire-cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.histoire-cta .cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: white;
}
.histoire-cta .cta-content p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.histoire-cta .cta-content .cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.family-message {
  background: linear-gradient(135deg, #db1f26, #e63e00);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  clear: both;
}
.family-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hearts" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M20,35 C20,25 10,20 10,20 C10,20 0,25 0,35 C0,45 10,50 20,60 C30,50 40,45 40,35 C40,25 30,20 30,20 C30,20 20,25 20,35 Z" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23hearts)"/></svg>');
  opacity: 0.3;
}
.family-message .family-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.family-message .family-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.family-message .family-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-weight: 500;
}

.footer {
  background: #333;
  color: white;
  padding: 6rem 0 2rem;
  width: 100%;
  margin: 0;
  clear: both;
}
.footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 1100px) {
  .footer .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
}
.footer .footer-column {
  display: flex;
  flex-direction: column;
}
.footer .footer-logo .footer-logo-content .footer-logo-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer .footer-logo .footer-logo-content .footer-logo-title a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-logo .footer-logo-content .footer-logo-title a:hover {
  color: #db1f26;
}
.footer .footer-logo .footer-logo-content .footer-description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.footer .footer-logo .footer-logo-content .footer-social {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1100px) {
  .footer .footer-logo .footer-logo-content .footer-social {
    justify-content: center;
  }
}
.footer .footer-logo .footer-logo-content .footer-social .social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .footer-logo .footer-logo-content .footer-social .social-link:hover {
  background: #db1f26;
  transform: translateY(-2px);
}
.footer .footer-logo .footer-logo-content .footer-social .social-link i {
  font-size: 1.2rem;
}
.footer .footer-menu .footer-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}
.footer .footer-menu .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-menu .footer-menu-list li {
  margin-bottom: 0.5rem;
}
.footer .footer-menu .footer-menu-list li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-menu .footer-menu-list li a:hover {
  color: #db1f26;
}
.footer .footer-hours .footer-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}
.footer .footer-hours .hours-list .hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-hours .hours-list .hours-item:last-child {
  border-bottom: none;
}
.footer .footer-hours .hours-list .hours-item .day {
  font-weight: 500;
  color: white;
}
.footer .footer-hours .hours-list .hours-item .hours {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  text-align: center;
}
.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-size: 0.875rem;
}

.link-arrow {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}
.link-arrow:hover {
  color: #db1f26;
}
.link-arrow span {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.link-arrow:hover span {
  transform: translateX(4px);
}

.products-showcase {
  background: #FFECE5;
  padding: 6rem 0;
}
.products-showcase .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.products-showcase .section-header .section-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
.products-showcase .section-header .section-subtitle {
  font-size: 1.25rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
.products-showcase .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}
.products-showcase .product-card {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}
.products-showcase .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
.products-showcase .product-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.products-showcase .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.products-showcase .product-content {
  padding: 2rem;
}
.products-showcase .product-content .product-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.products-showcase .product-content .product-description {
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.products-showcase .product-content .product-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #db1f26;
}
.products-showcase .products-cta {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.products-showcase .products-cta .link-arrow {
  color: #db1f26;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.products-showcase .products-cta .link-arrow:hover {
  color: #e63e00;
}
.products-showcase .products-cta .link-arrow span {
  transition: transform 0.3s ease;
}
.products-showcase .products-cta .link-arrow:hover span {
  transform: translateX(4px);
}

.main-offerings {
  background: #ffffff;
  padding: 6rem 0;
}
.main-offerings .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.main-offerings .section-header .section-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
.main-offerings .section-header .section-subtitle {
  font-size: 1.25rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
.main-offerings .offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.main-offerings .offering-card {
  background: #ffffff;
  border: 2px solid #f8f9fa;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.main-offerings .offering-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #db1f26, #fc6028);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.main-offerings .offering-card:hover {
  border-color: #db1f26;
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
.main-offerings .offering-card:hover::before {
  transform: scaleX(1);
}
.main-offerings .offering-card:hover .offering-icon {
  transform: scale(1.1);
  color: #db1f26;
}
.main-offerings .offering-card:hover .offering-icon i {
  transform: scale(1.1);
}
.main-offerings .offering-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFECE5, rgba(219, 31, 38, 0.1));
  border-radius: 50%;
  color: #db1f26;
  transition: all 0.3s ease;
}
.main-offerings .offering-icon i {
  font-size: 2.5rem;
  color: #db1f26;
  line-height: 1;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "FontAwesome", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-offerings .offering-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}
.main-offerings .offering-description {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

.patisseries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
.patisseries-grid .patisseries-column .patisseries-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.patisseries-grid .patisseries-column .patisseries-list li {
  padding: 0.5rem 1rem;
  margin-bottom: 0.25rem;
  background: rgba(219, 31, 38, 0.05);
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  transition: all 0.3s ease;
}
.patisseries-grid .patisseries-column .patisseries-list li:hover {
  background: rgba(219, 31, 38, 0.1);
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .patisseries-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .patisseries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonials-section {
  padding: 6rem 0;
  background: #f8f9fa;
}
.testimonials-section .testimonials-header {
  text-align: center;
  margin-bottom: 6rem;
}
.testimonials-section .testimonials-header .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #333;
}
.testimonials-section .testimonials-header .section-subtitle {
  font-size: 1.125rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  margin-bottom: 6rem;
}
.testimonials-section .testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.testimonials-section .testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #db1f26, #e63e00);
}
.testimonials-section .testimonial-content {
  margin-bottom: 2rem;
}
.testimonials-section .testimonial-content .quote-icon {
  color: #db1f26;
  font-size: 2rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}
.testimonials-section .testimonial-content .testimonial-quote {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #333;
  font-style: italic;
  margin: 0 0 1.5rem 0;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.testimonials-section .testimonial-content .testimonial-rating {
  display: flex;
  gap: 0.25rem;
}
.testimonials-section .testimonial-content .testimonial-rating .fa-star {
  color: #e0e0e0;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.testimonials-section .testimonial-content .testimonial-rating .fa-star.filled {
  color: #ffc107;
}
.testimonials-section .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials-section .testimonial-author .author-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonials-section .testimonial-author .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-section .testimonial-author .author-photo .author-initials {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-section .testimonial-author .author-photo .author-initials span {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.testimonials-section .testimonial-author .author-info .author-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.25rem 0;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.testimonials-section .testimonial-author .author-info .author-title {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
.testimonials-section .testimonials-cta {
  text-align: center;
}
@media (max-width: 768px) {
  .testimonials-section {
    padding: 4rem 0;
  }
  .testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .testimonials-section .testimonial-card {
    padding: 2rem;
  }
  .testimonials-section .testimonials-header {
    margin-bottom: 4rem;
  }
  .testimonials-section .testimonials-header .section-title {
    font-size: 1.875rem;
  }
}

.traiteur-cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, #e63e00, #db1f26);
  color: white;
  text-align: center;
}
.traiteur-cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
}
.traiteur-cta .cta-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: white;
}
.traiteur-cta .cta-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.9);
}
.traiteur-cta .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.traiteur-cta .cta-buttons .btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}
.traiteur-cta .cta-buttons .btn-outline:hover {
  background: white;
  color: #db1f26;
}

.services-description {
  text-align: center;
  margin: 6rem 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.services-description p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
.services-description p strong {
  color: #db1f26;
  font-weight: 600;
}

.career-hero {
  padding: calc(80px + 6rem) 0 6rem 0;
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.85), rgba(230, 62, 0, 0.85)), url("https://dolcepane.ca/wp-content/uploads/2025/10/delicious-pastry-concept-with-copy-space-Resized.jpg") center/cover;
  color: white;
  text-align: center;
  position: relative;
}
.career-hero .hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.career-hero .hero-content .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: white;
}
.career-hero .hero-content .hero-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
}
.career-hero .hero-content .hero-description strong {
  color: white;
  font-weight: 600;
}
.career-hero .hero-content .hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.team-gallery {
  padding: 6rem 0;
  background: #333;
}
.team-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1100px) {
  .team-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479px) {
  .team-gallery .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.team-gallery .gallery-item {
  text-align: center;
}
.team-gallery .gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}
.team-gallery .gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
.team-gallery .gallery-cta {
  text-align: center;
  margin-top: 6rem;
}

.why-work-with-us {
  padding: 6rem 0;
  background: white;
}
.why-work-with-us .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}
@media (max-width: 1100px) {
  .why-work-with-us .benefits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.why-work-with-us .benefit-card {
  text-align: center;
  padding: 3rem;
  border-radius: 16px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}
.why-work-with-us .benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.why-work-with-us .benefit-card .benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.why-work-with-us .benefit-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #333;
}
.why-work-with-us .benefit-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.open-positions {
  padding: 6rem 0;
  background: #f8f9fa;
}
.open-positions .positions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}
@media (max-width: 1100px) {
  .open-positions .positions-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.open-positions .position-card {
  background: white;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}
.open-positions .position-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
.open-positions .position-card .position-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(219, 31, 38, 0.1);
}
.open-positions .position-card .position-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #333;
  margin: 0 0 0.5rem 0;
}
.open-positions .position-card .position-header .position-type {
  background: #db1f26;
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
}
.open-positions .position-card .position-details {
  margin-bottom: 2rem;
}
.open-positions .position-card .position-details .position-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.open-positions .position-card .position-details .position-requirements {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.open-positions .position-card .position-details .position-requirements li {
  padding: 0.25rem 0;
  color: #666;
  position: relative;
  padding-left: 1.5rem;
}
.open-positions .position-card .position-details .position-requirements li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #db1f26;
  font-weight: 700;
}
.open-positions .position-card .position-details .position-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.open-positions .position-card .position-details .position-meta .location,
.open-positions .position-card .position-details .position-meta .salary {
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
}

.application-process {
  padding: 6rem 0;
  background: white;
}
.application-process .process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}
@media (max-width: 1100px) {
  .application-process .process-steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.application-process .step {
  text-align: center;
  position: relative;
}
.application-process .step .step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #db1f26, #e63e00);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  position: relative;
  z-index: 2;
}
.application-process .step .step-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #333;
}
.application-process .step .step-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.application-process .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #db1f26, rgba(219, 31, 38, 0.3));
}
@media (max-width: 1100px) {
  .application-process .step:not(:last-child)::after {
    display: none;
  }
}

.career-cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, #e63e00, #db1f26);
  color: white;
  text-align: center;
}
.career-cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
}
.career-cta .cta-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: white;
}
.career-cta .cta-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.9);
}
.career-cta .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.career-cta .cta-buttons .btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}
.career-cta .cta-buttons .btn-outline:hover {
  background: white;
  color: #db1f26;
}

.product-accordion .accordion-content .simple-product-list {
  max-width: 100%;
  margin: 0;
  text-align: left;
}
.product-accordion .accordion-content .simple-product-list h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  text-align: left;
}
.product-accordion .accordion-content .simple-product-list .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 69, 0, 0.02);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(102, 102, 102, 0.1);
}
.product-accordion .accordion-content .simple-product-list .product-list li {
  padding: 1rem;
  background: white;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  border: 1px solid rgba(102, 102, 102, 0.1);
  transition: all 0.3s ease;
  position: relative;
  padding-left: 2.5rem;
}
.product-accordion .accordion-content .simple-product-list .product-list li::before {
  content: "✓";
  color: #db1f26;
  font-weight: 700;
  position: absolute;
  top: 8px;
  left: 1rem;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0);
}
.product-accordion .accordion-content .simple-product-list .product-list li:hover {
  color: #db1f26;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(219, 31, 38, 0.2);
  border-color: rgba(219, 31, 38, 0.3);
}
.product-accordion .accordion-content .simple-product-list .product-list li:hover::before {
  opacity: 1;
  transform: scale(1);
}

.product-accordion .accordion-content .simple-product-list .bread-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 0.25rem;
}
@media (max-width: 1100px) {
  .product-accordion .accordion-content .simple-product-list .bread-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .product-accordion .accordion-content .simple-product-list .bread-categories {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.product-accordion .accordion-content .simple-product-list .bread-category {
  background: rgba(219, 31, 38, 0.02);
  border-radius: 8px;
  padding: 0.75rem;
  border: 1px solid rgba(219, 31, 38, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideInUp 0.5s ease-out;
}
.product-accordion .accordion-content .simple-product-list .bread-category:nth-child(1) {
  animation-delay: 0.1s;
}
.product-accordion .accordion-content .simple-product-list .bread-category:nth-child(2) {
  animation-delay: 0.2s;
}
.product-accordion .accordion-content .simple-product-list .bread-category:nth-child(3) {
  animation-delay: 0.3s;
}
.product-accordion .accordion-content .simple-product-list .bread-category h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #db1f26;
  margin-bottom: 0.75rem;
  text-align: left;
  font-family: "Playfair Display", "Times New Roman", serif;
}
.product-accordion .accordion-content .simple-product-list .bread-category .product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  padding: 0;
}
.product-accordion .accordion-content .simple-product-list .bread-category .product-list li {
  padding: 0.5rem 0.75rem;
  background: white;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #333;
  border: 1px solid rgba(102, 102, 102, 0.1);
  transition: all 0.3s ease;
  position: relative;
  padding-left: 1.5rem;
}
.product-accordion .accordion-content .simple-product-list .bread-category .product-list li::before {
  content: "•";
  color: #db1f26;
  font-weight: 700;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.product-accordion .accordion-content .simple-product-list .bread-category .product-list li:hover {
  color: #db1f26;
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(219, 31, 38, 0.15);
  border-color: rgba(219, 31, 38, 0.2);
}

.wp-content {
  padding: 6rem 0;
}
@media (max-width: 1100px) {
  .wp-content {
    padding: 4rem 0;
  }
}
@media (max-width: 479px) {
  .wp-content {
    padding: 3rem 0;
  }
}
.wp-content {
  background: #ffffff;
}
.wp-content .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.no-results {
  padding: 6rem 0;
}
@media (max-width: 1100px) {
  .no-results {
    padding: 4rem 0;
  }
}
@media (max-width: 479px) {
  .no-results {
    padding: 3rem 0;
  }
}
.no-results {
  text-align: center;
}
.no-results .page-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 1100px) {
  .no-results .page-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 479px) {
  .no-results .page-title {
    font-size: 1.875rem;
  }
}
.no-results .page-title {
  margin-bottom: 1.5rem;
}
.no-results .page-content {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .nav-wrapper {
    flex-direction: row;
    gap: 1rem;
  }
  .main-nav ul {
    gap: 1rem;
  }
  .header-cta .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .main-hero {
    height: 70vh;
    min-height: 500px;
    padding: 2rem 0;
  }
  .main-hero .hero-content {
    padding: 0 1rem;
  }
  .main-hero .hero-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  .main-hero .hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }
  .main-hero .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .main-hero .btn-white,
  .main-hero .btn-outline-white {
    width: 100%;
    max-width: 320px;
    padding: 1.5rem 2rem;
    font-size: 1.125rem;
  }
  section[aria-labelledby=home-offre] {
    padding: 4rem 0;
  }
  section[aria-labelledby=home-offre] h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  section[aria-labelledby=home-offre] .grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  section[aria-labelledby=home-offre] .grid li {
    padding: 1.5rem;
  }
  section[aria-labelledby=home-offre] .grid li h3 {
    font-size: 1.25rem;
  }
  .health-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .health-title {
    font-size: 2.25rem;
  }
  .health-cta {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0 1rem;
  }
  .main-hero {
    height: 80vh;
    min-height: 500px;
    padding: 1rem 0;
  }
  .main-hero .hero-content {
    padding: 0 0.5rem;
  }
  .main-hero .hero-title {
    font-size: 2.25rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
  }
  .main-hero .hero-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding: 0;
    line-height: 1.5;
  }
  .main-hero .hero-buttons {
    gap: 0.5rem;
  }
  .main-hero .btn-white,
  .main-hero .btn-outline-white {
    width: 100%;
    max-width: 300px;
    padding: 1.5rem 2rem;
    font-size: 1rem;
  }
  section[aria-labelledby=home-offre] {
    padding: 3rem 0;
  }
  section[aria-labelledby=home-offre] h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
  section[aria-labelledby=home-offre] .grid {
    padding: 0 0.5rem;
  }
  section[aria-labelledby=home-offre] .grid li {
    padding: 1rem;
  }
  section[aria-labelledby=home-offre] .grid li h3 {
    font-size: 1.125rem;
  }
  .hero-title {
    font-size: 2.25rem;
  }
  .section-title {
    font-size: 2.25rem;
  }
  .health-title {
    font-size: 1.875rem;
  }
  .btn {
    padding: 0.6rem 1.5rem;
  }
  .btn-large {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
  .products-showcase {
    padding: 4rem 0;
  }
  .products-showcase .section-header .section-title {
    font-size: 2.5rem;
  }
  .products-showcase .products-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .products-showcase .products-cta {
    flex-direction: column;
    gap: 1rem;
  }
  .main-offerings {
    padding: 4rem 0;
  }
  .main-offerings .section-header .section-title {
    font-size: 2.5rem;
  }
  .main-offerings .offerings-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .main-offerings .offering-card {
    padding: 2rem 1.5rem;
  }
  .page-hero h1 {
    font-size: 2.5rem;
  }
  .page-hero p {
    font-size: 1.1rem;
  }
  .services-grid .services-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .services-grid .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .service-accordion .accordion-item .accordion-header {
    padding: 1.5rem;
  }
  .service-accordion .accordion-item .accordion-header .accordion-title {
    gap: 1rem;
  }
  .service-accordion .accordion-item .accordion-header .accordion-title .title-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .service-accordion .accordion-item .accordion-header .accordion-title .title-content h2 {
    font-size: 1.5rem;
  }
  .service-details .service-features,
  .service-details .lunchbox-options,
  .service-details .corporate-packages,
  .service-details .private-packages {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .contact-cta .cta-content h2 {
    font-size: 2rem;
  }
  .contact-cta .cta-content .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .career-hero {
    padding: calc(80px + 4rem) 0 4rem 0;
  }
  .career-hero .hero-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  .career-hero .hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
  .career-hero .hero-buttons {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
  }
  .team-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .team-gallery .gallery-item img {
    height: 200px;
  }
  .why-work-with-us .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .open-positions .positions-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .application-process .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 479px) {
  .page-hero {
    padding: 4rem 0;
  }
  .page-hero h1 {
    font-size: 2rem;
  }
  .page-hero p {
    font-size: 1rem;
  }
  .services-grid .services-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .services-grid .service-card .card-image {
    height: 250px;
  }
  .service-accordion .accordion-item .accordion-header {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .service-accordion .accordion-item .accordion-header .accordion-title {
    flex-direction: column;
    gap: 0.5rem;
  }
  .service-accordion .accordion-item .accordion-header .accordion-title .title-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .service-accordion .accordion-item .accordion-header .accordion-title .title-content h2 {
    font-size: 1.3rem;
  }
  .service-accordion .accordion-item .accordion-header .accordion-title .title-content p {
    font-size: 0.9rem;
  }
  .service-details .feature-item {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  .service-details .lunchbox-card,
  .service-details .package-item {
    padding: 1rem;
  }
  .service-details .lunchbox-card h4,
  .service-details .package-item h4 {
    font-size: 1.1rem;
  }
  .service-details .lunchbox-card .price,
  .service-details .package-item .price {
    font-size: 1.3rem;
  }
  .contact-cta {
    padding: 4rem 0;
  }
  .contact-cta .cta-content h2 {
    font-size: 1.8rem;
  }
  .contact-cta .cta-content p {
    font-size: 1rem;
  }
  .career-hero {
    padding: calc(80px + 3rem) 0 3rem 0;
  }
  .career-hero .hero-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  .career-hero .hero-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .career-hero .hero-buttons {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .team-gallery {
    padding: 3rem 0;
  }
  .team-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .team-gallery .gallery-item img {
    height: 150px;
  }
  .why-work-with-us {
    padding: 3rem 0;
  }
  .why-work-with-us .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 3rem;
  }
  .why-work-with-us .benefit-card {
    padding: 1.5rem;
  }
  .why-work-with-us .benefit-card .benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
  .why-work-with-us .benefit-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .why-work-with-us .benefit-card p {
    font-size: 0.875rem;
  }
  .open-positions {
    padding: 3rem 0;
  }
  .open-positions .positions-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 3rem;
  }
  .open-positions .position-card {
    padding: 1.5rem;
  }
  .open-positions .position-card .position-header {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .open-positions .position-card .position-header h3 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
  .open-positions .position-card .position-header .position-type {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .open-positions .position-card .position-details {
    margin-bottom: 1.5rem;
  }
  .open-positions .position-card .position-details .position-description {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .open-positions .position-card .position-details .position-requirements {
    margin-bottom: 1rem;
  }
  .open-positions .position-card .position-details .position-requirements li {
    font-size: 0.875rem;
    padding: 0.25rem 0;
    padding-left: 1rem;
  }
  .open-positions .position-card .position-details .position-meta {
    flex-direction: column;
    gap: 0.25rem;
  }
  .open-positions .position-card .position-details .position-meta .location {
    font-size: 0.75rem;
  }
  .application-process {
    padding: 3rem 0;
  }
  .application-process .process-steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .application-process .step .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .application-process .step .step-content h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .application-process .step .step-content p {
    font-size: 0.875rem;
  }
  .traiteur-cta {
    padding: 3rem 0;
  }
  .traiteur-cta .cta-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .traiteur-cta .cta-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .traiteur-cta .cta-buttons {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .main-hero {
    height: 100vh;
    min-height: 100vh;
    padding: calc(80px + 1rem) 0 1rem 0;
  }
  .main-hero .hero-content {
    padding: 0 0.5rem;
  }
  .main-hero .hero-title {
    font-size: 1.5rem !important;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .main-hero .hero-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
  .main-hero .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }
  .main-hero .btn-white,
  .main-hero .btn-outline-white {
    width: 100%;
    max-width: 280px;
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
  .products-showcase {
    padding: 3rem 0;
  }
  .products-showcase .section-header {
    margin-bottom: 3rem;
  }
  .products-showcase .section-header .section-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  .products-showcase .section-header .section-subtitle {
    font-size: 1rem;
  }
  .products-showcase .products-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .products-showcase .product-card .product-image {
    height: 200px;
  }
  .products-showcase .product-card .product-content {
    padding: 1.5rem;
  }
  .products-showcase .product-card .product-content .product-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .products-showcase .product-card .product-content .product-description {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .products-showcase .product-card .product-content .product-price {
    font-size: 1rem;
  }
  .products-showcase .products-cta {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
  }
  .main-offerings {
    padding: 3rem 0;
  }
  .main-offerings .section-header {
    margin-bottom: 3rem;
  }
  .main-offerings .section-header .section-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  .main-offerings .section-header .section-subtitle {
    font-size: 1rem;
  }
  .main-offerings .offerings-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .main-offerings .offering-card {
    padding: 1.5rem;
  }
  .main-offerings .offering-card .card-image {
    height: 150px;
    margin-bottom: 1rem;
  }
  .main-offerings .offering-card .card-content h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .main-offerings .offering-card .card-content p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .histoire-section {
    padding: 3rem 0;
  }
  .histoire-section .histoire-content {
    flex-direction: column;
    gap: 2rem;
  }
  .histoire-section .histoire-content .histoire-text {
    order: 2;
    padding: 0 0.5rem;
  }
  .histoire-section .histoire-content .histoire-text h2 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  .histoire-section .histoire-content .histoire-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .histoire-section .histoire-content .histoire-text .histoire-features {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .histoire-section .histoire-content .histoire-text .histoire-features .feature-item {
    padding: 0.5rem;
  }
  .histoire-section .histoire-content .histoire-text .histoire-features .feature-item .feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0.5rem;
  }
  .histoire-section .histoire-content .histoire-text .histoire-features .feature-item h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .histoire-section .histoire-content .histoire-text .histoire-features .feature-item p {
    font-size: 0.875rem;
  }
  .histoire-section .histoire-content .histoire-text .histoire-cta {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .histoire-section .histoire-content .histoire-image {
    order: 1;
  }
  .histoire-section .histoire-content .histoire-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .traiteur-cta {
    padding: 3rem 0;
  }
  .traiteur-cta .cta-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .traiteur-cta .cta-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .traiteur-cta .cta-buttons {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .testimonials-section {
    padding: 3rem 0;
  }
  .testimonials-section .testimonials-header {
    margin-bottom: 3rem;
  }
  .testimonials-section .testimonials-header .section-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  .testimonials-section .testimonials-header .section-subtitle {
    font-size: 1rem;
  }
  .testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .testimonials-section .testimonial-card {
    padding: 1.5rem;
  }
  .testimonials-section .testimonial-card .testimonial-content .quote-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 1rem;
  }
  .testimonials-section .testimonial-card .testimonial-content .testimonial-quote {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .testimonials-section .testimonial-card .testimonial-content .testimonial-rating {
    margin-bottom: 1rem;
  }
  .testimonials-section .testimonial-card .testimonial-content .testimonial-rating .star {
    font-size: 0.875rem;
  }
  .testimonials-section .testimonial-card .testimonial-author {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .testimonials-section .testimonial-card .testimonial-author .author-photo {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .testimonials-section .testimonial-card .testimonial-author .author-photo .author-initials span {
    font-size: 1.2rem;
  }
  .testimonials-section .testimonial-card .testimonial-author .author-info h4 {
    font-size: 1rem;
  }
  .testimonials-section .testimonials-cta {
    margin-top: 3rem;
  }
}
.skip-link,
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.skip-link:focus,
.screen-reader-text:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  display: block;
  clip: auto !important;
  clip-path: none;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  background-color: #db1f26;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.wp-block-group {
  margin: 0;
}

.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  border-radius: inherit;
}

.bakery-admin-notice {
  background: #db1f26;
  color: #ffffff;
  padding: 1rem;
  border-radius: 4px;
  margin: 1rem 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content p {
  margin-bottom: 1rem;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.entry-content blockquote {
  border-left: 4px solid #db1f26;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #666;
}
.entry-content img {
  border-radius: 8px;
  margin: 1.5rem 0;
}

.widget {
  margin-bottom: 2rem;
}
.widget .widget-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list .comment {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.page-links {
  margin: 2rem 0;
  text-align: center;
}
.page-links a {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  background: #db1f26;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
}
.page-links a:hover {
  background: #e63e00;
}

.contact-form-section {
  padding: 4rem 0;
  background: #ffffff;
}
.contact-form-section .form-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.contact-form-section .form-header h2 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}
.contact-form-section .form-header p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.6;
}
.contact-form-section .form-container {
  max-width: 800px;
  margin: 0 auto;
}

.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper .gform_fields {
  display: grid;
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gform_wrapper .gfield {
  margin: 0 !important;
  padding: 0;
}
.gform_wrapper .gfield label.gfield_label {
  font-family: "Poppins", "Inter", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
}
.gform_wrapper .gfield .gfield_required {
  color: #dc3545 !important;
  font-weight: 700 !important;
  margin-left: 0.25rem !important;
}
.gform_wrapper .gfield .gfield_description {
  font-size: 0.875rem !important;
  color: #666 !important;
  margin-top: 0.5rem !important;
  font-style: italic !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=number],
.gform_wrapper input[type=date],
.gform_wrapper select {
  min-height: 60px !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=number],
.gform_wrapper input[type=date],
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100% !important;
  padding: 1.125rem 1rem !important;
  font-family: "Poppins", "Inter", sans-serif !important;
  font-size: 1rem !important;
  color: #333 !important;
  background: #ffffff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=date]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  outline: none !important;
  border-color: #db1f26 !important;
  box-shadow: 0 0 0 3px rgba(219, 31, 38, 0.1) !important;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper input[type=number]::placeholder,
.gform_wrapper input[type=date]::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  color: #bdc3c7 !important;
}
.gform_wrapper textarea {
  min-height: 180px !important;
  resize: vertical !important;
  font-family: "Poppins", "Inter", sans-serif !important;
}
.gform_wrapper select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 12px !important;
  padding-right: 2.5rem !important;
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
  cursor: pointer !important;
}
.gform_wrapper select:invalid, .gform_wrapper select.placeholder-selected {
  color: #bdc3c7 !important;
}
.gform_wrapper select option {
  color: #333 !important;
}
.gform_wrapper select option[value=""], .gform_wrapper select option[value=placeholder] {
  color: #bdc3c7 !important;
}
.gform_wrapper .name_first input,
.gform_wrapper .name_last input {
  width: 100% !important;
}
.gform_wrapper .ginput_container_name {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1rem !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #dc3545 !important;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #dc3545 !important;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}
.gform_wrapper .validation_message {
  font-size: 0.875rem !important;
  color: #dc3545 !important;
  margin-top: 0.5rem !important;
  font-weight: 500 !important;
}
.gform_wrapper .gform_footer {
  margin-top: 2.5rem;
  text-align: center;
  padding: 0;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .gform_button {
  padding: 1rem 2rem !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  text-align: center !important;
  font-family: "Poppins", "Inter", sans-serif !important;
  font-size: 1.125rem !important;
  box-sizing: border-box !important;
  background: #db1f26 !important;
  color: #ffffff !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .gform_button:hover {
  background: #e63e00 !important;
  transform: translateY(-2px) !important;
}
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer .gform_button:active {
  transform: translateY(0) !important;
}
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_footer .gform_button:focus {
  outline: none !important;
}
.gform_wrapper .gform_confirmation_message {
  background: rgba(40, 167, 69, 0.1);
  border: 2px solid #28a745;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  color: #333;
  font-size: 1.125rem;
  margin: 2rem 0;
}
.gform_wrapper .gform_confirmation_message p {
  margin: 0;
}
.gform_wrapper .ui-datepicker-trigger {
  margin-left: 0.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.gform_wrapper .gform_fields:not(.top_label) .gfield_label {
  font-weight: 600 !important;
}

.gform_ajax_spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 3px solid rgba(219, 31, 38, 0.3);
  border-radius: 50%;
  border-top-color: #db1f26;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .contact-form-section {
    padding: 3rem 0;
  }
  .contact-form-section .form-header {
    margin-bottom: 2rem;
  }
  .contact-form-section .form-header h2 {
    font-size: 1.5rem;
  }
  .contact-form-section .form-header p {
    font-size: 1rem;
  }
  .gform_wrapper .ginput_container_name {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .contact-form-section .form-header h2 {
    font-size: 1.25rem;
  }
  .gform_wrapper input[type=text],
  .gform_wrapper input[type=email],
  .gform_wrapper input[type=tel],
  .gform_wrapper select,
  .gform_wrapper textarea {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}

/*# sourceMappingURL=design.css.map */
