/* ================= RESET ================= */ *
 { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: "Times New Roman", Arial, sans-serif; line-height: 1.7; color: #333; } /* ================= HEADER ================= */ .main-header { position: fixed; width: 100%; z-index: 1000; background: transparent; /* toujours transparent */ } .main-header.scrolled { background: linear-gradient(135deg, #e4ac13, #f39c12, #e74c3c); } .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 40px; } .logo-large { height: 130px; border-radius: 10px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25); } /* ================= NAVIGATION ================= */ .nav-bar { display: flex; gap: 28px; } .nav-bar a { position: relative; color: white; font-size: 20px; font-weight: 700; letter-spacing: 0.6px; text-decoration: none; padding: 10px 16px; transition: color 0.3s ease; } .nav-bar a::after { content: ""; position: absolute; inset: 0; border-radius: 10px; background: rgba(236, 86, 70, 0.25); opacity: 0; transition: opacity 0.3s ease; z-index: -1; } .nav-bar a:hover::after { opacity: 1; } .nav-bar a:hover { color: #fff3d6; } /* ================= HERO ================= */ .hero { height: 85vh; background: url("images/hero-field.jpg") center / cover no-repeat; } .hero-gradient { height: 100%; background: linear-gradient( to right, rgba(192, 57, 43, 0.55), rgba(243, 156, 18, 0.3), rgba(255, 255, 255, 0) ); color: white; display: flex; flex-direction: column; justify-content: center; padding-left: 8%; } .hero h1 { font-size: 54px; max-width: 700px; } .hero p { font-size: 22px; margin-top: 16px; } /* ================= CONTENT ================= */ .container { max-width: 1200px; margin: auto; padding: 90px 25px; } h2 { color: #c0392b; margin-bottom: 30px; font-size: 32px; } /* ================= ABOUT US – PREMIUM ================= */ .about-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 35px; margin-top: 50px; } .value-card { background: linear-gradient(135deg, #e4ac13, #f39c12, #e74c3c); color: #fff; padding: 35px 30px; border-radius: 18px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18); position: relative; overflow: hidden; } .value-card::before { content: ""; position: absolute; top: -40%; right: -40%; width: 200%; height: 200%; background: rgba(255, 255, 255, 0.08); transform: rotate(25deg); } .value-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; } .value-card p { font-size: 16px; line-height: 1.6; opacity: 0.95; } /* ================= PRODUCT RANGES (IMMERSIVE) ================= */ .ranges { padding: 0; background: #000; } .ranges h2 { padding: 70px 25px 30px; text-align: center; color: white; } .range-grid { display: none; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 70vh; } .range-card { position: relative; overflow: hidden; text-decoration: none; color: white; } .range-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease, filter 0.8s ease; } .range-card::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.25); transition: background 0.6s ease; z-index: 1; } .range-card h3 { position: absolute; bottom: 40px; left: 40px; font-size: 28px; font-weight: 700; z-index: 2; margin: 0; } .range-card::after { content: "➜"; position: absolute; right: 40px; bottom: 40px; font-size: 44px; opacity: 0; transform: translateX(-20px); transition: all 0.5s ease; z-index: 2; } .range-card:hover img { transform: scale(1.12); filter: brightness(0.7) saturate(1.4) hue-rotate(85deg); } .range-card:hover::before { background: rgba(0, 120, 0, 0.35); } .range-card:hover::after { opacity: 1; transform: translateX(0); } /* ================= PHILOSOPHY ================= */ .philosophy { padding: 80px 0; } .philosophy h2 { font-size: 38px; /* titre principal plus grand */ margin-bottom: 40px; color: #c0392b; } .philosophy p { font-size: 20px; /* phrase plus grande */ line-height: 1.8; font-weight: 600; color: #333; margin-bottom: 20px; } /* ================= FOOTER – CLEAN & CORPORATE ================= */ .footer-modern { background: linear-gradient(to right, #1c1c1c, #2b2b2b); color: #eee; padding: 80px 40px 45px; text-align: center; } .footer-modern::before { content: ""; display: block; width: 90px; height: 4px; background: linear-gradient(to right, #f39c12, #e74c3c); margin: 0 auto 35px; border-radius: 3px; } .footer-modern h3 { font-size: 28px; letter-spacing: 1px; margin-bottom: 18px; color: #f39c12; } .footer-modern p { font-size: 15px; margin: 6px 0; opacity: 0.9; } .footer-bottom { margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 13px; opacity: 0.6; } /* ================= RESPONSIVE ================= */ @media (max-width: 900px) { .range-grid { grid-template-columns: 1fr; grid-auto-rows: 60vh; } .nav-bar a { font-size: 17px; } .logo-large { height: 100px; } } /*================= PRODUCT GRID =================*/ .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 45px; margin: 40px 0 60px; } .product-card::before { content: ""; display: block; width: 40px; height: 6px; border-radius: 10px; background: linear-gradient(to right, #f39c12, #e74c3c); margin: 0 auto 15px; } .product-card { background: transparent; text-align: center; padding: 25px; border-radius: 18px; text-align: center; box-shadow: 0 12px 35px rgba(0,0,0,0.18); transition: transform 0.3s ease, box-shadow 0.3s ease; } .product-card img { height: 240px; width: auto; max-width: 100%; object-fit: contain; display: block; margin: 0 auto 10px; } .product-card h4 { font-size: 18px; color: #c0392b; margin-bottom: 6px; } /* ================= PRODUCT TECHNICAL SHEET ================= */ .product-sheet { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: start; } /* IMAGE PRODUIT */ .product-image { display: flex; flex-direction: column; align-items: center; /* 🔥 LA CLÉ */ gap: 12px; } .product-image img { height: 500px; width: auto; max-width: 100%; object-fit: contain; display: block; margin: 0 auto; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3)); } .product-category { font-size: 14px; font-weight: 600; color: #e74c3c; text-align: center; letter-spacing: 0.4px; margin-top: 15px; } /* AVANT / APRÈS / PACKAGING */ .product-proof { margin-top: 15px; border-radius: 22px; overflow: hidden; box-shadow: 0 18px 45px rgba(0,0,0,0.28); } .product-proof img { width: 100%; height: 220px; object-fit: cover; } /* TITRE PRODUIT */ .product-details h2 { font-size: 38px; color: #2c5e2c; margin-bottom: 20px; } /* sous-titres techniques */ .product-details h3 { position: relative; padding-left: 14px; } .product-details h3::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 70%; background: #f0ca34; border-radius: 3px; } /* RESPONSIVE */ @media (max-width: 800px) { .product-hero .container { padding: 55px 30px; } .product-proof img { height: 180px; } .product-sheet { grid-template-columns: 1fr; } } /* ================= FORMULATION TABLE ================= */ .formulation-table { width: 100%; border-collapse: collapse; min-width: 900px; font-size: 14px; } .formulation-table thead { background: linear-gradient(to right, #f39c12, #e74c3c); color: white; } .formulation-table th { padding: 12px 10px; font-weight: 700; letter-spacing: 0.4px; } .formulation-table td { padding: 10px; border: 1px solid #eee; } .formulation-table tbody tr:nth-child(even) { background: #fff7f0; } .formulation-table td:first-child { font-weight: 700; color: #8e2c1b; text-align: left; background: #fff2e8; } /* ========================================================= PRODUCT RANGE BACKGROUNDS – GLOBAL SYSTEM ========================================================= */ body.range-biostimulant { background-color: #f4f6cc; } body.range-humic { background-color: #dbcab2; } body.range-secondary { background-color: #b4daa7; } body.range-defense { background-color: #facfd3; } body.range-salinity { background-color: #b0e1f4; } body.range-npk { background-color: #fdeab4; } /* ========================================================= WHY PRODUCT – CREATIVE AGRI DESIGN ========================================================= */ .why-product { max-width: 1150px; margin: 0px auto 40px; padding: 40px 20px; background: linear-gradient(to bottom right, #ffffff, #f9f9f9); border-radius: 30px; box-shadow: 0 30px 20px rgba(0,0,0,0.18); } .why-product h2 { text-align: center; font-size: 36px; margin-bottom: 70px; color: #2c5e2c; letter-spacing: 0.5px; } .why-product h2 span { color: #e67e22; } .benefit-row { display: grid; grid-template-columns: 240px 1fr; gap: 55px; align-items: center; margin-bottom: 70px; } .benefit-row.reverse { grid-template-columns: 1fr 240px; } .benefit-img { width: 100%; height: 180px; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.25); } .benefit-img img { width: 100%; height: 100%; object-fit: cover; } .benefit-text { font-size: 18px; line-height: 1.75; color: #333; position: relative; padding-left: 22px; } .benefit-text::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 45px; background: linear-gradient(#f39c12, #e74c3c); border-radius: 5px; } @media (max-width: 900px) { .benefit-row, .benefit-row.reverse { grid-template-columns: 1fr; text-align: center; } .benefit-text { padding-left: 0; } .benefit-text::before { display: none; } } /* ================= HEADER OFFSET FIX ================= */ .page-offset { padding-top: 200px; } @media (max-width: 900px) { .page-offset { padding-top: 160px; } } /* ================= PRESENTATION LAYOUT ================= */ .presentation-content { display: flex; gap: 50px; margin-top: 40px; flex-wrap: wrap; } .video-wrapper, .text-wrapper { flex: 1 1 45%; } .presentation-video { width: 100%; height: 100%; max-height: 400px; object-fit: cover; border-radius: 18px; box-shadow: 0 15px 40px rgba(0,0,0,0.25); } .text-wrapper p { font-size: 16px; line-height: 1.6; margin-bottom: 20px; } .about-values { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; } .value-card { flex: 1 1 30%; background: linear-gradient(135deg, #e4ac13, #f39c12, #e74c3c); color: white; padding: 25px 20px; border-radius: 15px; box-shadow: 0 12px 30px rgba(0,0,0,0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; } .value-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.25); } .value-card h3 { font-size: 20px; margin-bottom: 12px; } .value-card p { font-size: 15px; line-height: 1.55; } .right-export { text-align: left; margin-bottom: 30px; background: linear-gradient(135deg, #ffffff, #f9f9f9); border-left: 6px solid #f39c12; } .conclusion { margin-top: 60px; margin-bottom: 50px; } .conclusion p { font-size: 17px; line-height: 1.75; color: #444; } .map-section { margin-top: 20px; text-align: center; } .map-section img { width: auto; max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,0.2); } @media (max-width: 900px) { .export-text p { font-size: 16px; } .map-section img { width: 100%; height: auto; } } @media (max-width: 900px) { .presentation-content { flex-direction: column; } .video-wrapper, .text-wrapper { flex: 1 1 100%; } .value-card { flex: 1 1 100%; } } /* ================= OUR PRODUCT RANGES – BACKGROUND & SPACING ================= */ .ranges-full { background: linear-gradient(135deg, #e4ac13, #f39c12, #e74c3c); padding: 60px 20px 80px; } .ranges-full h2 { text-align: center; color: white; margin-bottom: 50px; font-size: 36px; } .ranges-card { background: rgba(255,255,255,0.95); padding: 35px 25px; border-radius: 18px; max-width: 1100px; margin: 0 auto; box-shadow: 0 20px 45px rgba(0,0,0,0.18); } .range-row { display: grid; grid-template-columns: 120px 1fr; gap: 30px; align-items: center; margin-bottom: 35px; position: relative; } .range-row img { width: 120px; height: 120px; object-fit: cover; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.15); } .range-row p { font-size: 17px; line-height: 1.65; font-style: italic; position: relative; padding-left: 18px; } .range-row p::before { content: ""; position: absolute; left: 0; top: 6px; width: 6px; height: 45px; background: linear-gradient(#f39c12, #e74c3c); border-radius: 3px; } .ranges-card .ranges-conclusion { text-align: center; font-size: 18px; line-height: 1.7; margin-top: 40px; color: #333; } @media (max-width: 900px) { .range-row { grid-template-columns: 1fr; text-align: center; } .range-row img { margin: 0 auto; } .range-row p::before { display: none; } } /* ================= NPK FORMULATION – FULL WIDTH ================= */ .npk-formulation-section { margin-top: 5px; padding: 70px 25px; background: linear-gradient( to right, rgba(243,156,18,0.12), rgba(231,76,60,0.12) ); } .npk-formulation-section h2 { text-align: center; font-size: 34px; margin-bottom: 45px; color: #c0392b; letter-spacing: 0.6px; } .npk-formulation-section .formulation-table-wrapper { max-width: 1300px; margin: auto; background: white; padding: 30px; border-radius: 22px; box-shadow: 0 20px 45px rgba(0,0,0,0.18); } .npk-formulation-section .centered-title { display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; margin-bottom: 20px; color: #000000; } .npk-formulation-section .centered-title::before { content: ""; display: inline-block; width: 5px; height: 22px; background: #f0ca34; border-radius: 3px; margin-right: 8px; } /* ================= PRODUCT SLIDER ================= */ .slider-wrapper { position: relative; overflow: hidden; } .range-slider { display: flex; overflow-x: auto; scroll-behavior: smooth; } .range-slider::-webkit-scrollbar { display: none; } .range-slider .range-card { min-width: 33.33vw; height: 70vh; flex-shrink: 0; } .slider-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; font-size: 50px; padding: 10px 18px; cursor: pointer; z-index: 10; border-radius: 8px; } .slider-btn.left { left: 15px; } .slider-btn.right { right: 15px; } .slider-btn:hover { background: rgba(0,0,0,0.75); } @media (max-width: 900px) { .range-slider .range-card { min-width: 100vw; height: 60vh; } }
