@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');:root{--orange-primary:#f97316;--orange-light:#fed7aa;--orange-dark:#ea580c;--blue-primary:#3b82f6;--blue-light:#dbeafe;--blue-dark:#1d4ed8;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-900:#111827}.chasseur-promos-page{font-family:'Montserrat',sans-serif!important}.chasseur-header{background:white;box-shadow:0 1px 3px rgba(0,0,0,0.1);border-bottom:4px solid var(--orange-primary);padding:1rem 0}.chasseur-logo{display:flex;align-items:center;gap:0.75rem}.chasseur-logo-icon{background:linear-gradient(135deg,var(--orange-primary),var(--blue-primary));padding:0.5rem;border-radius:0.5rem;color:white;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.chasseur-title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--orange-primary),var(--blue-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section{background:linear-gradient(135deg,#eff6ff,#fff7ed);padding:2rem 0}.hero-card{background:white;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,0.1);border-left:4px solid var(--orange-primary);padding:2rem;margin-bottom:2rem}.bon-plan-badge{background:linear-gradient(135deg,var(--orange-primary),#ef4444);color:white;padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-title{font-size:2.5rem;font-weight:800;color:var(--gray-900);line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{color:var(--orange-primary)}.content-card{background:white;border-radius:0.75rem;box-shadow:0 4px 15px rgba(0,0,0,0.08);padding:1.5rem;margin-bottom:1.5rem;transition:transform 0.3s ease,box-shadow 0.3s ease}.content-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.12)}.feature-list{list-style:none;padding:0}.feature-list li{display:flex;align-items:flex-start;margin-bottom:1rem;padding:0.75rem;background:var(--gray-50);border-radius:0.5rem}.feature-icon{width:20px;height:20px;margin-right:0.75rem;margin-top:0.125rem;flex-shrink:0}.feature-icon.positive{color:#10b981}.feature-icon.warning{color:var(--orange-primary)}.rating-table{width:100%;border-collapse:collapse;background:white;border-radius:0.75rem;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.08)}.rating-table thead{background:linear-gradient(135deg,var(--blue-primary),var(--orange-primary));color:white}.rating-table th,.rating-table td{padding:1rem;text-align:left}.rating-table tbody tr:hover{background:var(--gray-50)}.star-rating{display:flex;gap:0.125rem}.star{width:16px;height:16px;color:#fbbf24}.price-section{background:linear-gradient(135deg,var(--orange-primary),#ef4444);border-radius:1rem;padding:2rem;text-align:center;color:white;margin:2rem 0}.price-badge{background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);border-radius:9999px;padding:0.5rem 1rem;display:inline-block;margin-bottom:1rem;font-size:0.875rem;font-weight:600}.price-main{font-size:3.5rem;font-weight:800;margin-bottom:0.5rem}.price-old{font-size:1.25rem;opacity:0.9;text-decoration:line-through}.cta-button{background:white;color:var(--orange-primary);padding:1rem 2rem;border-radius:9999px;font-weight:700;font-size:1.125rem;text-decoration:none;display:inline-block;margin-top:1.5rem;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2)}.cta-button:hover{background:var(--gray-100);transform:scale(1.05);text-decoration:none;color:var(--orange-primary)}.faq-item{background:white;border-radius:0.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.06);padding:1.5rem;margin-bottom:1rem}.faq-question{font-weight:600;color:var(--gray-900);margin-bottom:0.5rem}.faq-answer{color:#6b7280;line-height:1.6}@media (max-width:768px){.hero-title{font-size:2rem}.price-main{font-size:2.5rem}.content-card{padding:1rem}.rating-table th,.rating-table td{padding:0.75rem 0.5rem;font-size:0.875rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp 0.6s ease-out}.breadcrumb{font-size:0.875rem;color:#6b7280;margin-bottom:1.5rem}.breadcrumb .current{color:var(--orange-primary);font-weight:500}@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');:root{--orange-50:#fff7ed;--orange-100:#ffedd5;--orange-400:#fb923c;--orange-500:#f97316;--orange-600:#ea580c;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--green-500:#10b981;--green-600:#059669;--red-500:#ef4444;--red-600:#dc2626;--purple-500:#8b5cf6;--purple-600:#7c3aed;--yellow-500:#eab308;--pink-500:#ec4899}.chasseur-homepage *{box-sizing:border-box}.chasseur-homepage{font-family:'Montserrat',sans-serif!important;line-height:1.6;color:var(--gray-900)}.chasseur-header{background:white;box-shadow:0 1px 3px rgba(0,0,0,0.1);border-bottom:4px solid var(--orange-500);padding:1rem 0;position:sticky;top:0;z-index:1000}.chasseur-header .et_pb_row{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem}.chasseur-logo{display:flex;align-items:center;gap:0.75rem}.chasseur-logo-icon{background:linear-gradient(135deg,var(--orange-500),var(--blue-600));padding:0.75rem;border-radius:0.75rem;color:white;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.chasseur-title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--orange-600),var(--blue-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.chasseur-subtitle{font-size:0.875rem;color:var(--gray-600);margin:0}.chasseur-nav{display:flex;align-items:center;gap:2rem}.chasseur-nav a{color:var(--gray-700);text-decoration:none;font-weight:500;transition:color 0.3s ease}.chasseur-nav a:hover{color:var(--orange-600)}.chasseur-nav .btn-alerts{background:linear-gradient(135deg,var(--orange-500),var(--red-500));color:white;padding:0.5rem 1rem;border-radius:9999px;font-weight:600;display:flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;text-decoration:none}.chasseur-nav .btn-alerts:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,0.2);color:white}.hero-section{background:linear-gradient(135deg,var(--blue-50),var(--orange-50));padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(249,115,22,0.1),rgba(59,130,246,0.1));pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-badge{display:inline-flex;align-items:center;background:var(--orange-100);color:var(--orange-800);padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:600;margin-bottom:2rem;gap:0.5rem}.hero-title{font-size:3rem;font-weight:900;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.1}.hero-title .highlight{background:linear-gradient(135deg,var(--orange-500),var(--red-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--gray-600);margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-subtitle .accent{color:var(--orange-600);font-weight:600}.hero-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem}.btn-primary{background:linear-gradient(135deg,var(--orange-500),var(--red-500));color:white;padding:1rem 2rem;border-radius:9999px;font-weight:700;font-size:1.125rem;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;border:none;cursor:pointer}.btn-primary:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,0.2);color:white;text-decoration:none}.btn-secondary{border:2px solid var(--blue-500);color:var(--blue-600);padding:1rem 2rem;border-radius:9999px;font-weight:700;font-size:1.125rem;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;background:transparent;cursor:pointer}.btn-secondary:hover{background:var(--blue-50);color:var(--blue-600);text-decoration:none}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:900;margin-bottom:0.5rem}.stat-number.orange{color:var(--orange-600)}.stat-number.blue{color:var(--blue-600)}.stat-number.green{color:var(--green-600)}.stat-number.purple{color:var(--purple-600)}.stat-label{color:var(--gray-600);font-weight:500}.section{padding:5rem 0}.section-white{background:white}.section-gray{background:var(--gray-50)}.section-gradient{background:linear-gradient(135deg,var(--gray-50),var(--blue-50))}.section-orange{background:linear-gradient(135deg,var(--orange-50),var(--red-50))}.section-blue{background:linear-gradient(135deg,var(--blue-600),var(--purple-600));color:white}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-flex;align-items:center;background:var(--red-100);color:var(--red-800);padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:600;margin-bottom:1rem;gap:0.5rem}.section-title{font-size:2.5rem;font-weight:900;color:var(--gray-900);margin-bottom:1rem;line-height:1.2}.section-title .highlight{color:var(--orange-600)}.section-subtitle{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto}.deals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.deal-card{background:white;border-radius:1rem;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;border:1px solid var(--gray-100)}.deal-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,0.15)}.deal-image{position:relative;overflow:hidden}.deal-image img{width:100%;height:200px;object-fit:cover;transition:transform 0.3s ease}.deal-card:hover .deal-image img{transform:scale(1.05)}.deal-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,var(--red-500),var(--orange-500));color:white;padding:0.25rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:700}.deal-discount{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);color:var(--red-600);padding:0.25rem 0.5rem;border-radius:9999px;font-size:0.75rem;font-weight:700}.deal-content{padding:1.5rem}.deal-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.deal-category{background:var(--blue-100);color:var(--blue-800);padding:0.25rem 0.5rem;border-radius:9999px;font-size:0.75rem;font-weight:600}.deal-rating{display:flex;align-items:center;gap:0.25rem;font-size:0.875rem}.deal-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:0.5rem}.deal-description{color:var(--gray-600);margin-bottom:1rem;font-size:0.875rem}.deal-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.price-current{font-size:1.5rem;font-weight:900;color:var(--orange-600)}.price-old{font-size:1rem;color:var(--gray-500);text-decoration:line-through;margin-left:0.5rem}.price-savings{font-size:0.875rem;color:var(--green-600);font-weight:600}.deal-cta{width:100%;background:linear-gradient(135deg,var(--orange-500),var(--red-500));color:white;padding:0.75rem 1rem;border-radius:0.75rem;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:0.5rem;transition:all 0.3s ease;border:none;cursor:pointer}.deal-cta:hover{box-shadow:0 4px 15px rgba(0,0,0,0.2);color:white;text-decoration:none}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.category-card{background:white;border-radius:1rem;padding:1.5rem;text-align:center;transition:all 0.3s ease;cursor:pointer;border:1px solid var(--gray-100)}.category-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.category-icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;transition:transform 0.3s ease}.category-card:hover .category-icon{transform:scale(1.1)}.category-icon.blue{background:linear-gradient(135deg,var(--blue-500),var(--blue-600))}.category-icon.purple{background:linear-gradient(135deg,var(--purple-500),var(--purple-600))}.category-icon.green{background:linear-gradient(135deg,var(--green-500),var(--green-600))}.category-icon.red{background:linear-gradient(135deg,var(--red-500),var(--red-600))}.category-icon.yellow{background:linear-gradient(135deg,var(--yellow-500),var(--orange-500))}.category-icon.pink{background:linear-gradient(135deg,var(--pink-500),var(--purple-500))}.category-name{font-weight:700;color:var(--gray-900);margin-bottom:0.25rem}.category-count{font-size:0.875rem;color:var(--gray-600)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{text-align:center}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:white;font-size:2rem;transition:transform 0.3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon.blue{background:linear-gradient(135deg,var(--blue-500),var(--blue-600))}.feature-icon.orange{background:linear-gradient(135deg,var(--orange-500),var(--red-500))}.feature-icon.green{background:linear-gradient(135deg,var(--green-500),var(--green-600))}.feature-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.feature-description{color:var(--gray-600);line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:box-shadow 0.3s ease}.testimonial-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.15)}.testimonial-rating{display:flex;gap:0.25rem;margin-bottom:1rem}.testimonial-text{color:var(--gray-700);margin-bottom:1.5rem;font-style:italic;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-name{font-weight:700;color:var(--gray-900)}.testimonial-location{font-size:0.875rem;color:var(--gray-600);display:flex;align-items:center;gap:0.25rem}.newsletter-section{text-align:center;color:white}.newsletter-icon{width:80px;height:80px;margin:0 auto 2rem;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.newsletter-title{font-size:2.5rem;font-weight:900;margin-bottom:1.5rem}.newsletter-title .highlight{color:#fde047}.newsletter-subtitle{font-size:1.25rem;color:#bfdbfe;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:400px;margin:0 auto 1rem}.newsletter-input{width:100%;padding:1rem 1.5rem;border-radius:9999px;border:none;font-weight:500;font-size:1rem;outline:none}.newsletter-input:focus{box-shadow:0 0 0 4px rgba(255,255,255,0.3)}.newsletter-submit{background:linear-gradient(135deg,var(--orange-500),var(--red-500));color:white;padding:1rem 2rem;border-radius:9999px;font-weight:700;border:none;cursor:pointer;transition:all 0.3s ease;white-space:nowrap}.newsletter-submit:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,0.2)}.newsletter-disclaimer{font-size:0.875rem;color:#bfdbfe}.footer{background:var(--gray-900);color:white;padding:4rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.footer-brand{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.5rem}.footer-brand-icon{background:linear-gradient(135deg,var(--orange-500),var(--blue-600));padding:0.75rem;border-radius:0.75rem;color:white;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.footer-brand-text h3{font-size:1.25rem;font-weight:700;margin:0}.footer-brand-text p{font-size:0.875rem;color:var(--gray-400);margin:0}.footer-description{color:var(--gray-400);line-height:1.6}.footer-section h4{font-weight:700;font-size:1.125rem;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:var(--gray-400);text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:var(--orange-400)}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-copyright{color:var(--gray-400);font-size:0.875rem}.footer-badges{display:flex;align-items:center;gap:1.5rem}.footer-badge{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--gray-400)}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}.newsletter-form{flex-direction:row;max-width:500px}.newsletter-input{flex:1}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width:768px){.chasseur-nav{display:flex}.hero-title{font-size:4rem}.hero-stats{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.chasseur-nav{display:none}.hero-title{font-size:2rem}.section-title{font-size:2rem}.deals-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp 0.6s ease-out}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.hidden{display: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}.btn-primary:focus,.btn-secondary:focus,.deal-cta:focus,.newsletter-submit:focus{outline:2px solid var(--blue-500);outline-offset:2px}.newsletter-input:focus{outline:2px solid var(--blue-500);outline-offset:2px}:root{--green-fresh:#10b981;--green-light:#d1fae5;--yellow-energy:#f59e0b;--yellow-light:#fef3c7;--purple-protein:#8b5cf6;--purple-light:#ede9fe}.recettes-sportives-page{font-family:'Montserrat',sans-serif!important}.recettes-header{background:linear-gradient(135deg,var(--green-fresh),var(--blue-500));color:white;padding:3rem 0;text-align:center}.recettes-hero-badge{background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);color:white;padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1rem}.recettes-hero-title{font-size:2.5rem;font-weight:900;margin-bottom:1rem;line-height:1.2}.recettes-hero-subtitle{font-size:1.25rem;opacity:0.9;max-width:600px;margin:0 auto 2rem;line-height:1.6}.recette-card{background:white;border-radius:1rem;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;border:1px solid var(--gray-100);margin-bottom:2rem}.recette-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.recette-header{background:linear-gradient(135deg,var(--orange-500),var(--yellow-energy));color:white;padding:1.5rem;text-align:center}.recette-icon{font-size:2rem;margin-bottom:0.5rem}.recette-title{font-size:1.5rem;font-weight:700;margin:0}.recette-content{padding:2rem}.recette-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem;padding:1rem;background:var(--gray-50);border-radius:0.5rem}.recette-meta-item{text-align:center}.recette-meta-value{font-size:1.25rem;font-weight:700;color:var(--orange-600);display:block}.recette-meta-label{font-size:0.875rem;color:var(--gray-600)}.ingredients-list{background:var(--green-light);border-radius:0.75rem;padding:1.5rem;margin-bottom:2rem}.ingredients-title{font-size:1.125rem;font-weight:600;color:var(--green-fresh);margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}.ingredients-list ul{list-style:none;padding:0;margin:0}.ingredients-list li{display:flex;align-items:center;margin-bottom:0.5rem;padding:0.5rem;background:white;border-radius:0.5rem;font-size:0.875rem}.ingredients-list li::before{content:'🥄';margin-right:0.75rem;font-size:1rem}.preparation-steps{background:var(--blue-50);border-radius:0.75rem;padding:1.5rem;margin-bottom:2rem}.preparation-title{font-size:1.125rem;font-weight:600;color:var(--blue-600);margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}.preparation-steps ol{padding-left:0;counter-reset:step-counter}.preparation-steps li{counter-increment:step-counter;margin-bottom:1rem;padding:1rem;background:white;border-radius:0.5rem;position:relative;padding-left:3rem;font-size:0.875rem;line-height:1.6}.preparation-steps li::before{content:counter(step-counter);position:absolute;left:1rem;top:1rem;background:var(--blue-500);color:white;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:700}.conseil-box{background:var(--yellow-light);border-left:4px solid var(--yellow-energy);border-radius:0.5rem;padding:1rem;margin:1.5rem 0}.conseil-box .conseil-icon{color:var(--yellow-energy);font-weight:700;margin-right:0.5rem}.conseil-box p{margin:0;font-size:0.875rem;color:var(--gray-700)}.produits-section{background:linear-gradient(135deg,var(--purple-light),var(--blue-50));border-radius:1rem;padding:2rem;margin:3rem 0}.produits-title{font-size:1.5rem;font-weight:700;color:var(--purple-protein);margin-bottom:1.5rem;text-align:center}.produits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.produit-card{background:white;border-radius:0.75rem;padding:1.5rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:all 0.3s ease}.produit-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,0.15)}.produit-icon{font-size:2rem;margin-bottom:1rem}.produit-name{font-weight:600;color:var(--gray-900);margin-bottom:0.5rem}.produit-description{font-size:0.875rem;color:var(--gray-600);margin-bottom:1rem}.produit-cta{background:linear-gradient(135deg,var(--orange-500),var(--red-500));color:white;padding:0.5rem 1rem;border-radius:9999px;text-decoration:none;font-size:0.875rem;font-weight:600;display:inline-block;transition:all 0.3s ease}.produit-cta:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,0.2);color:white;text-decoration:none}.categories-recettes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:3rem 0}.categorie-card{background:white;border-radius:1rem;padding:2rem 1rem;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:all 0.3s ease;cursor:pointer}.categorie-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.categorie-icon{font-size:3rem;margin-bottom:1rem}.categorie-title{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:0.5rem}.categorie-count{font-size:0.875rem;color:var(--gray-600)}.faq-recettes{background:white;border-radius:1rem;box-shadow:0 4px 15px rgba(0,0,0,0.1);padding:2rem;margin:3rem 0}.faq-item{border-bottom:1px solid var(--gray-200);padding:1.5rem 0}.faq-item:last-child{border-bottom:none}.faq-question{font-weight:600;color:var(--gray-900);margin-bottom:0.75rem;display:flex;align-items:center;gap:0.5rem}.faq-answer{color:var(--gray-700);line-height:1.6;font-size:0.875rem}@media (max-width:768px){.recettes-hero-title{font-size:2rem}.recette-content{padding:1.5rem}.recette-meta{grid-template-columns:repeat(2,1fr)}.produits-grid{grid-template-columns:1fr}.categories-recettes{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.recettes-hero-title{font-size:1.75rem}.recette-meta{grid-template-columns:1fr}.categories-recettes{grid-template-columns:1fr}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp 0.6s ease-out}.text-green{color:var(--green-fresh)}.text-yellow{color:var(--yellow-energy)}.text-purple{color:var(--purple-protein)}.bg-green-light{background:var(--green-light)}.bg-yellow-light{background:var(--yellow-light)}.bg-purple-light{background:var(--purple-light)}:root{--hiit-red:#dc2626;--hiit-orange:#ea580c;--hiit-yellow:#f59e0b;--hiit-green:#059669;--hiit-blue:#2563eb;--hiit-purple:#7c3aed}.hiit-maison-page{font-family:'Montserrat',sans-serif!important}.hiit-header{background:linear-gradient(135deg,var(--hiit-red),var(--hiit-orange));color:white;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.hiit-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,');animation:pulse 3s infinite}@keyframes pulse{0%,100%{opacity:0.3}50%{opacity:0.7}}.hiit-hero-badge{background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);color:white;padding:0.75rem 1.5rem;border-radius:9999px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,0.3)}.hiit-hero-title{font-size:3rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1;position:relative;z-index:2}.hiit-hero-subtitle{font-size:1.25rem;opacity:0.95;max-width:700px;margin:0 auto 2rem;line-height:1.6;position:relative;z-index:2}.programme-hiit-card{background:white;border-radius:1rem;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;border:1px solid var(--gray-100);margin-bottom:2rem}.programme-hiit-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.programme-hiit-header{background:linear-gradient(135deg,var(--hiit-red),var(--hiit-purple));color:white;padding:1.5rem;text-align:center}.programme-hiit-week{font-size:2rem;font-weight:900;margin-bottom:0.5rem}.programme-hiit-title{font-size:1.25rem;font-weight:600;margin:0}.programme-hiit-content{padding:2rem}.programme-hiit-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem;padding:1rem;background:var(--gray-50);border-radius:0.75rem}.programme-hiit-detail{text-align:center}.programme-hiit-detail-value{font-size:1.5rem;font-weight:700;color:var(--hiit-red);display:block}.programme-hiit-detail-label{font-size:0.875rem;color:var(--gray-600)}.exercice-hiit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:3rem 0}.exercice-hiit-card{background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:all 0.3s ease;border:1px solid var(--gray-100)}.exercice-hiit-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.exercice-hiit-header{display:flex;align-items:center;margin-bottom:1rem}.exercice-hiit-icon{font-size:2rem;margin-right:1rem}.exercice-hiit-name{font-weight:700;color:var(--gray-900);margin:0}.exercice-hiit-description{color:var(--gray-600);margin-bottom:1rem;line-height:1.6;font-size:0.875rem}.exercice-hiit-benefice{background:var(--hiit-red);color:white;padding:0.5rem 1rem;border-radius:9999px;font-size:0.75rem;font-weight:600;display:inline-block}.timer-hiit-section{background:linear-gradient(135deg,var(--hiit-yellow),var(--hiit-orange));border-radius:1rem;padding:2rem;margin:3rem 0;text-align:center;color:white}.timer-hiit-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.timer-hiit-description{font-size:1.125rem;opacity:0.9;margin-bottom:2rem}.timer-hiit-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.timer-hiit-feature{background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);padding:1rem;border-radius:0.75rem;font-size:0.875rem}.erreur-hiit-card{background:#fef2f2;border:1px solid #fecaca;border-radius:0.75rem;padding:1.5rem;margin-bottom:1rem}.erreur-hiit-title{color:var(--hiit-red);font-weight:700;margin-bottom:0.75rem;display:flex;align-items:center;gap:0.5rem}.erreur-hiit-description{color:var(--gray-700);margin-bottom:0.75rem;line-height:1.6}.erreur-hiit-solution{background:white;padding:1rem;border-radius:0.5rem;border-left:3px solid var(--hiit-green)}.erreur-hiit-solution-text{color:var(--gray-800);margin:0;font-weight:500}.produits-hiit-section{background:linear-gradient(135deg,var(--purple-light),var(--blue-50));border-radius:1rem;padding:2rem;margin:3rem 0}.produits-hiit-title{font-size:1.75rem;font-weight:700;color:var(--hiit-purple);margin-bottom:2rem;text-align:center}.produits-hiit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.produit-hiit-card{background:white;border-radius:0.75rem;padding:1.5rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:all 0.3s ease}.produit-hiit-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,0.15)}.produit-hiit-icon{font-size:2rem;margin-bottom:1rem}.produit-hiit-name{font-weight:600;color:var(--gray-900);margin-bottom:0.5rem}.produit-hiit-description{font-size:0.875rem;color:var(--gray-600);margin-bottom:1rem}.produit-hiit-cta{background:linear-gradient(135deg,var(--orange-500),var(--red-500));color:white;padding:0.5rem 1rem;border-radius:9999px;text-decoration:none;font-size:0.875rem;font-weight:600;display:inline-block;transition:all 0.3s ease}.produit-hiit-cta:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,0.2);color:white;text-decoration:none}.faq-hiit{background:white;border-radius:1rem;box-shadow:0 4px 15px rgba(0,0,0,0.1);padding:2rem;margin:3rem 0}.faq-hiit-item{border-bottom:1px solid var(--gray-200);padding:1.5rem 0}.faq-hiit-item:last-child{border-bottom:none}.faq-hiit-question{font-weight:700;color:var(--gray-900);margin-bottom:0.75rem;display:flex;align-items:center;gap:0.5rem}.faq-hiit-answer{color:var(--gray-700);line-height:1.6;margin:0}@media (max-width:768px){.hiit-hero-title{font-size:2.25rem}.programme-hiit-content{padding:1.5rem}.programme-hiit-details{grid-template-columns:repeat(2,1fr)}.exercice-hiit-grid{grid-template-columns:1fr}.produits-hiit-grid{grid-template-columns:1fr}.timer-hiit-features{grid-template-columns:1fr}}@media (max-width:480px){.hiit-hero-title{font-size:2rem}.programme-hiit-details{grid-template-columns:1fr}.hiit-header{padding:3rem 0}}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideInUp 0.6s ease-out}.text-hiit-red{color:var(--hiit-red)}.text-hiit-orange{color:var(--hiit-orange)}.text-hiit-green{color:var(--hiit-green)}.bg-hiit-light{background:#fef2f2}.bg-success-light{background:#f0fdf4}.bg-warning-light{background:#fffbeb}.intensite-indicator{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.875rem;font-weight:600}.intensite-dot{width:8px;height:8px;border-radius:50%}.intensite-faible .intensite-dot{background:var(--hiit-green)}.intensite-moderee .intensite-dot{background:var(--hiit-yellow)}.intensite-elevee .intensite-dot{background:var(--hiit-orange)}.intensite-maximale .intensite-dot{background:var(--hiit-red)}.page-id-1569 .nutrition-header{background:linear-gradient(135deg,#059669,#0ea5e9);color:white;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.page-id-1569 .nutrition-hero-badge{background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);color:white;padding:0.75rem 1.5rem;border-radius:9999px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,0.3)}.page-id-1569 .nutrition-hero-title{font-size:3rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1}.page-id-1569 .nutrition-hero-subtitle{font-size:1.25rem;opacity:0.95;max-width:700px;margin:0 auto 2rem;line-height:1.6}.page-id-1569 .section.section-white{background-color:#ffffff;padding:4rem 0}.page-id-1569 .section-title{font-size:2.25rem;font-weight:800;text-align:center;margin-bottom:1rem}.page-id-1569 .section-title .highlight{color:var(--nutrition-green)}.page-id-1569 .section-subtitle{font-size:1.125rem;text-align:center;color:#555;margin-bottom:3rem}.page-id-1569 .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.page-id-1569 .feature-card{background:#f9fafb;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.05);transition:all 0.3s ease}.page-id-1569 .feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}.page-id-1569 .feature-icon{font-size:2rem;margin-bottom:1rem;display:inline-block;padding:1rem;border-radius:50%;color:white}.page-id-1569 .feature-icon.green{background-color:var(--nutrition-green)}.page-id-1569 .feature-icon.orange{background-color:var(--nutrition-orange)}.page-id-1569 .feature-icon.blue{background-color:var(--nutrition-blue)}.page-id-1569 .feature-title{font-size:1.25rem;font-weight:700;margin-bottom:0.75rem}.page-id-1569 .feature-description{font-size:0.95rem;color:#444;line-height:1.6}.page-id-1569 .objectifs-nutrition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.page-id-1569 .objectif-nutrition-card{background:white;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:all 0.3s ease;border:1px solid var(--gray-100)}.page-id-1569 .objectif-nutrition-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.page-id-1569 .objectif-nutrition-icon{font-size:3rem;margin-bottom:1rem}.page-id-1569 .objectif-nutrition-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:0.75rem}.page-id-1569 .objectif-nutrition-description{color:var(--gray-600);line-height:1.6;font-size:0.875rem;margin-bottom:1.5rem}.page-id-1569 .objectif-nutrition-supplements{background:var(--gray-50);padding:1rem;border-radius:0.5rem;font-size:0.875rem}.page-id-1569 .objectif-nutrition-supplements strong{color:var(--nutrition-green)}.page-id-1569 .complement-card{background:white;border-radius:1rem;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;border:1px solid var(--gray-100);margin-bottom:2rem}.page-id-1569 .complement-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.page-id-1569 .complement-header{background:linear-gradient(135deg,var(--nutrition-green),var(--nutrition-blue));color:white;padding:1.5rem;text-align:center}.page-id-1569 .complement-icon{font-size:2rem;margin-bottom:0.5rem}.page-id-1569 .complement-title{font-size:1.5rem;font-weight:700;margin:0}.page-id-1569 .complement-content{padding:2rem}.page-id-1569 .complement-benefits{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:0.75rem;padding:1.5rem;margin-bottom:2rem}.page-id-1569 .complement-benefits-title{font-size:1.125rem;font-weight:600;color:var(--nutrition-green);margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}.page-id-1569 .complement-benefits ul{list-style:none;padding:0;margin:0}.page-id-1569 .complement-benefits li{display:flex;align-items:center;margin-bottom:0.5rem;padding:0.5rem;background:white;border-radius:0.5rem;font-size:0.875rem}.page-id-1569 .complement-benefits li::before{content:'✓';color:var(--nutrition-green);font-weight:700;margin-right:0.75rem;font-size:1rem}.category-image{width:100%;max-width:600px;height:auto;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.woof{background-color:#fff7ed;border:2px solid #f97316;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,0.06);font-family:'Montserrat',sans-serif}.woof .woof_title{font-weight:600;font-size:16px;margin-top:15px;color:#ea580c}.woof .woof_list label,.woof .woof_list li{font-size:15px;color:#1f2937;line-height:1.8em}.woof input[type="text"]{border:1px solid #d1d5db;border-radius:6px;padding:6px 10px;width:100%;margin-bottom:10px}.woof .irs--round .irs-bar{background-color:#3b82f6}.woof .irs--round .irs-handle{border-color:#3b82f6;background-color:#3b82f6}.woof .irs--round .irs-from,.woof .irs--round .irs-to,.woof .irs--round .irs-single{background:#3b82f6;color:#fff}.woof .woof_list label:hover{color:#f97316;cursor:pointer}@media screen and (max-width:768px){.woof{padding:15px}.woof .woof_title{font-size:15px}}