h1{color:green}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#eaf5ea;box-shadow:0 2px 5px #0000001a;gap:1.5rem}.logo{font-size:2rem;color:#2e7d32;margin:0}.logo-link{display:flex;align-items:center;text-decoration:none}.logo-image{width:120px;height:auto;object-fit:contain;cursor:pointer}.header-left{flex:1}.header-middle{display:flex;align-items:center;justify-content:center;flex:2;gap:1rem}.search-container{display:flex;align-items:center;border:2px solid #2e7d32;border-radius:20px;padding:.3rem .5rem;flex:1;max-width:300px}.search-input{border:none;outline:none;padding:.4rem;width:100%;transition:width .3s ease}.search-icon{cursor:pointer;margin-right:.5rem}.la-pa-container{display:flex;align-items:center;gap:1rem;flex:1;justify-content:flex-end;min-width:150px}.cart-icon{cursor:pointer;transition:transform .2s}.cart-icon:hover{transform:scale(1.1)}.language-selector{display:flex;align-items:center;border:2px solid #2e7d32;border-radius:20px;padding:.3rem .6rem;min-width:90px}.language-dropdown{border:none;background:transparent;margin-left:.3rem;font-weight:600;color:#2e7d32;cursor:pointer}.nav{display:flex;flex:1;justify-content:flex-end;gap:1.5rem}.nav a{text-decoration:none;color:#2e7d32;font-weight:500;transition:color .2s}.nav a:hover{color:#1b5e20}@media (max-width: 768px){.header{flex-direction:column;align-items:center;gap:1rem}.header-middle{width:100%;justify-content:center}.search-container{flex:1;max-width:250px}.la-pa-container{justify-content:center;gap:1rem;width:100%}.nav{justify-content:center;flex-wrap:wrap;gap:1rem}}.footer{display:flex;flex-direction:row;justify-content:space-around;align-items:center;background-color:#eaf5ea;color:#703200;padding:1rem;margin-top:2rem;gap:.5rem}.footer p{margin:0;font-size:.9rem}.footer-socials{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.footer-socials a{display:flex;align-items:center;gap:.4rem;color:#703200;font-size:1rem;text-decoration:none;transition:color .3s ease,transform .2s ease}.footer-socials a:hover{color:#4caf50;transform:scale(1.1)}.social-icon{font-size:1.5rem}@media (max-width: 768px){.footer{flex-direction:column;text-align:center;gap:1rem;padding:1rem .5rem}.footer p{font-size:.85rem}.footer-socials{justify-content:center;gap:.8rem}.footer-socials a{font-size:.95rem}.social-icon{font-size:1.3rem}}.plant-card{width:220px;background:linear-gradient(145deg,#fff,#e8f5e9);border-radius:16px;overflow:hidden;box-shadow:0 6px 15px #2e7d3226;transition:transform .4s ease,box-shadow .4s ease;display:flex;flex-direction:column;margin:1rem;border:1px solid #c8e6c9;cursor:pointer;position:relative}.plant-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 12px 25px #2e7d3240}.plant-badge{position:absolute;top:12px;left:12px;background-color:#4caf50;color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .6rem;border-radius:8px;text-transform:uppercase}.card-image{width:100%;height:180px;overflow:hidden;border-bottom:1px solid #c8e6c9}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.plant-card:hover .card-image img{transform:scale(1.05)}.card-content{padding:1rem;display:flex;flex-direction:column;flex:1}.card-content h3{margin:0 0 .5rem;font-size:1.25rem;color:#2e7d32;font-weight:600}.card-content p{font-size:.9rem;color:#555;flex:1;margin-bottom:.8rem}.card-content .product-price{font-size:1rem;color:#4caf50;font-weight:600}.add-to-cart{margin-top:auto;padding:.6rem;background:linear-gradient(90deg,#66bb6a,#43a047);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;text-align:center;transition:background .3s,transform .2s}.add-to-cart:hover{background:linear-gradient(90deg,#43a047,#2e7d32);transform:scale(1.05)}.plant-card-link{text-decoration:none;display:flex;justify-content:center}@media (max-width: 768px){.plant-card{margin:.8rem auto}.card-image{height:160px}.card-content h3{font-size:1.1rem}.card-content p{font-size:.85rem}.add-to-cart{padding:.5rem;font-size:.9rem}.plant-badge{font-size:.65rem;padding:.2rem .5rem}}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}.product-card{border:1px solid #e0e0e0;border-radius:8px;padding:15px;text-align:center;background:#fff}.product-image{width:100%;height:160px;object-fit:cover;border-radius:6px}.product-price{font-weight:700;color:#2e7d32}.plants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}.contact-page{display:flex;flex-wrap:wrap;gap:2rem;padding:2rem;background:#f4f9f4}.contact-form-section,.contact-map-section{flex:1;min-width:350px;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 10px #00800026}.contact-form-section h2,.contact-map-section h2{color:#2e7d32;margin-bottom:1rem}.contact-form p{margin-bottom:1rem;color:#555}.contact-form{display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;align-items:center;background:#fff;border:1px solid #c8e6c9;border-radius:8px;padding:.5rem}.input-group .icon{color:#4caf50;margin-right:.5rem;font-size:1.2rem}.input-group input,.input-group textarea{flex:1;border:none;outline:none;background:transparent;font-size:1rem;padding:.5rem}.textarea-group{align-items:flex-start}.btn-submit{background:#4caf50;color:#fff;padding:.8rem;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:.3s}.btn-submit:hover{background:#388e3c}.contact-map-section iframe{border-radius:12px}.contact-form-section p{padding-left:40px}@media (max-width: 768px){.contact-page{flex-direction:column;padding:1rem}.contact-form-section,.contact-map-section{min-width:90%;padding:1rem}.input-group{flex-direction:column;align-items:flex-start}.input-group .icon{margin-bottom:.3rem}.btn-submit{width:100%}.contact-map-section iframe{height:250px}}.whatsapp-form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-top:15px}.whatsapp-form input,.whatsapp-form textarea{width:90%;padding:10px;border:1px solid #ccc;border-radius:10px;font-size:16px}.btn-whatsapp{width:90%;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#25d366;color:#fff;font-weight:700;border:none;padding:12px 20px;border-radius:50px;cursor:pointer;transition:.3s ease}.btn-whatsapp:hover{background-color:#128c7e;transform:scale(1.05)}.accueil-container{padding:2rem;background:#f4f9f4;min-height:100vh}.accueil-container{margin:0;padding:0}.section{margin-bottom:3rem;padding:1.5rem;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000000d}.section h2{display:flex;align-items:center;font-size:1.8rem;color:#2e7d32;margin-bottom:1rem}.section-icon{margin-right:.5rem;font-size:2rem;color:#4caf50}.produits-video{display:flex;gap:2rem;flex-wrap:wrap}.produits{flex:1}.categories-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:30px 0}.button-container{margin-top:1.5rem}.enter-button{padding:.8rem 1.5rem;background-color:#2e7d32;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background .3s,transform .2s}.enter-button:hover{background-color:#1b5e20;transform:scale(1.05)}.video-section{flex:1}.video-player{width:100%;border-radius:12px;margin-top:1rem;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.produits-video{flex-direction:column}.cards-container{justify-content:center}.video-player{max-height:250px}.enter-button{width:100%}}.section.video{position:relative;height:400px;margin:10px auto 0;overflow:hidden;background-color:#fff;display:flex;justify-content:center;align-items:center}.video-player1{object-fit:cover;border:none;outline:none}.section.video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0a254033;pointer-events:none}@media (max-width: 768px){.section.video{width:85%;height:100px}.video-player1{width:100%;height:100%;object-fit:cover;border:none;outline:none}}.category-card{background:#fff;border-radius:12px;padding:18px;text-align:center;cursor:pointer;transition:.3s;box-shadow:0 2px 8px #00000014;width:40%;display:flex;flex-direction:column;align-items:center;justify-content:center}.category-card:hover{transform:translateY(-4px);box-shadow:0 4px 14px #00000026}.category-card .icon{font-size:38px;color:#2e7d32;margin-bottom:8px}.categories-bar{margin:1rem 0;display:flex;justify-content:center;align-items:center}.categories-desktop{display:flex;gap:1rem;flex-wrap:wrap}.category-btn{padding:.6rem 1.2rem;border:1px solid #4caf50;background-color:#fff;color:#4caf50;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.category-btn:hover{background-color:#4caf50;color:#fff}.category-btn.active{background-color:#2e7d32;color:#fff;border-color:#2e7d32;font-weight:700;box-shadow:0 2px 6px #00000026}.categories-mobile{display:none;width:100%;text-align:center}.categories-mobile select{padding:.6rem;border:1px solid #4caf50;border-radius:8px;font-size:1rem;width:90%;max-width:350px;cursor:pointer;outline:none}.categories-mobile select option:checked{background-color:#2e7d32;color:#fff;font-weight:700}@media (max-width: 768px){.categories-desktop{display:none}.categories-mobile{display:block}}.home-main{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.plants-section{flex:0 0 70%;display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}.anonce{flex:0 0 20%;display:flex;flex-direction:column;gap:1.2rem}.anonce-reduction{background:linear-gradient(135deg,#a5d6a7,#66bb6a);border-left:6px solid #2e7d32;padding:.8rem;border-radius:10px;box-shadow:0 3px 8px #0000001f;overflow:hidden;white-space:nowrap;position:sticky;top:1rem;z-index:10}.anonce-reduction p{display:inline-block;animation:scroll-text 10s linear infinite;margin:0;color:#fff;font-size:1rem;font-weight:700}@keyframes scroll-text{0%{transform:translate(0)}to{transform:translate(-100%)}}.anonce-promot.desktop{background:#fff;border:1px solid #c8e6c9;border-left:5px solid #388e3c;padding:1rem;border-radius:10px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.anonce-promot.desktop:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.anonce-promot.mobile{background:#fff;border:1px solid #c8e6c9;border-radius:10px;box-shadow:0 2px 6px #0000001a;display:none;flex-direction:row;align-items:center;justify-content:space-between;padding:.8rem;margin-top:.5rem}.promo-content{flex:1;text-align:center;padding:0 .8rem;font-size:.95rem;color:#444}.promo-btn{background:#43a047;color:#fff;border:none;padding:.4rem .8rem;cursor:pointer;border-radius:8px;font-size:1rem;transition:background .2s ease}.promo-btn:hover{background:#2e7d32}@media (max-width: 768px){.home-main{flex-direction:column}.plants-section,.anonce{flex:1 1 100%}.anonce-promot.desktop{display:none}.anonce-promot.mobile{display:flex}.anonce-reduction{order:1}.anonce-promot.mobile{order:2}.plants-section{order:3}}.ba-catg{margin:1rem 0}.ba-catg p{margin-left:90px;color:#703200;font-size:16px;font-weight:500}@media (max-width: 768px){.ba-catg p{margin:0}}.section-icon{margin-left:.5rem;font-size:2rem;color:#4caf50}h2{margin-left:20px;color:#703200;font-size:25px;font-weight:500}.produit{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.plus{width:100%;display:flex;justify-content:center;margin-top:1rem}.plus .show-more-btn{margin:20px auto;display:block;padding:10px 20px;background-color:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:16px}.plus .show-more-btn:hover{background-color:#2e7d32}.product-page{padding:2rem;max-width:1000px;margin:0 auto}.product-page-into{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;padding:1rem}.product-container{display:flex;gap:2rem;flex-wrap:wrap;align-items:flex-start;max-height:500px}.carousel{flex:1;max-height:500px;display:flex;justify-content:center;align-items:center;position:relative}.carousel img{max-height:400px;max-width:100%;object-fit:contain;border-radius:12px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#2e7d32b3;color:#fff;border:none;font-size:1.2rem;padding:.3rem .7rem;cursor:pointer;border-radius:6px;z-index:10}.carousel-btn.left{left:5px}.carousel-btn.right{right:5px}.product-details{flex:1;display:flex;flex-direction:column;justify-content:space-between;max-height:300px}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-header h2{color:#2e7d32}.price{font-size:1.5rem;font-weight:700;color:#4caf50}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#2e7d32b3;color:#fff;border:none;font-size:1.5rem;padding:.3rem .7rem;cursor:pointer;border-radius:6px;z-index:10}.carousel-btn.left{left:10px}.carousel-btn.right{right:10px}.short-desc{font-weight:700;margin-bottom:1rem;color:#2e7d32}.long-desc{color:#555;margin-bottom:1.5rem}.delivery-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:700;margin-bottom:1rem;text-align:center}.delivery-badge.free{background-color:#4caf50;color:#fff}.delivery-badge.paid{background-color:#ff9800;color:#fff}.quantity-section{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.quantity-section input{width:60px;padding:.3rem;border-radius:6px;border:1px solid #c8e6c9}.total-price{font-size:1.3rem;color:#2e7d32;font-weight:700;margin-bottom:1.5rem}.add-to-cart{padding:.8rem 1.5rem;background-color:#2e7d32;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:.3s}.add-to-cart:hover{background-color:#1b5e20;transform:scale(1.05)}@media (max-width: 768px){.product-container{flex-direction:column;align-items:center}.carousel{max-width:100%}.product-details{width:100%}}@media (max-width: 768px){.product-page-into{padding:.5rem;gap:1rem}.product-container{flex-direction:column;align-items:center}}@media (max-width: 768px){.product-container{flex-direction:column;align-items:center;max-height:none}.product-details,.carousel{max-height:none;width:100%}.carousel img{max-height:200px}}.product-info{margin:2rem auto;padding:1.5rem 2rem;background-color:#f0f8f5;border-radius:12px;box-shadow:0 4px 10px #00000014;width:90%;max-width:1100px}.product-info h3{text-align:center;font-size:1.6rem;margin-bottom:1.5rem;color:#2f6f55}.product-info h6{font-size:1.2rem;margin-bottom:1rem;color:#333}.contun-text{font-size:1rem;line-height:1.7;color:#444;margin-bottom:1.5rem}.contun-text br{margin-bottom:6px}.contnu-img{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;margin-top:1.5rem;margin:1erm;background-color:#fff;padding:30px}.contnu-img img{width:80%;border-radius:10px;object-fit:cover;box-shadow:0 4px 8px #0000001f}@media (max-width: 768px){.product-info{padding:1.2rem}.product-info h3{font-size:1.4rem}.contnu-img img{width:100%}}.similar-products{margin-top:2.5rem}.similar-products h3{margin-bottom:1rem;font-size:1.4rem;color:#2f4f2f;margin-left:4rem}.similar-products-container{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.similar-product-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.8rem;border:1px solid #e0e0e0;border-radius:10px;width:160px;transition:all .3s ease;background-color:#fff;text-decoration:none}.similar-product-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #00000026}.similar-product-card img{width:120px;height:120px;object-fit:cover;border-radius:8px;margin-bottom:.6rem}.similar-product-card .product-name{font-weight:700;font-size:1rem;margin-bottom:.3rem;color:#2a2a2a}.similar-product-card .product-price{font-size:.95rem;color:#4caf50;font-weight:500}@media (max-width: 768px){.similar-product-card{width:45%}}@media (max-width: 480px){.similar-product-card{width:60%}.product-info{padding:1rem}.product-info h3,.similar-products h3{font-size:1.2rem}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-header h2{font-size:1rem;color:#2e7d32;padding-left:2px}.price{font-size:1rem;font-weight:700;color:#4caf50}}.page-home{display:flex;padding:15px 0;margin-top:50px;margin-left:40px;align-items:center}.back-home-btn{display:flex;align-items:center;gap:8px;text-decoration:none;background:#2e7d32;color:#fff;padding:8px 18px;border-radius:6px;font-size:15px;transition:.3s;margin-right:10px}.back-home-btn:hover{background:#1b5e20}.icon-back{font-size:18px}.cart-page{max-width:900px;margin:2rem auto;padding:1rem;background:#f9f9f9;border-radius:12px;box-shadow:0 4px 12px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.cart-page h2{display:flex;align-items:center;gap:.5rem;font-size:1.8rem;color:#2e7d32;margin-bottom:1.5rem}.cart-page ul{list-style:none;padding:0;margin:0}.cart-item{display:flex;align-items:center;padding:1rem;margin-bottom:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000000d;gap:1rem}.cart-item span:first-child{flex:2;font-weight:500;color:#333}.cart-item input[type=number]{width:60px;padding:.3rem .5rem;border:1px solid #ccc;border-radius:6px;text-align:center}.cart-item span.price{flex:1;text-align:right;font-weight:500;color:#555}.cart-item .delivery-badge{padding:.2rem .6rem;border-radius:8px;font-size:.85rem;font-weight:700;margin-left:.5rem}.cart-item .delivery-badge.free{background-color:#c8e6c9;color:#2e7d32;margin:10px}.cart-item .delivery-badge.paid{background-color:#ffcdd2;color:#c62828;margin:10px}.cart-item .remove-btn{background:none;border:none;cursor:pointer;margin-left:.5rem;font-size:1.2rem;color:#c62828;transition:transform .2s ease}.cart-item .remove-btn:hover{transform:scale(1.2)}.cart-page h3{text-align:right;font-size:1.4rem;margin-top:1.5rem;color:#2e7d32}.checkout-btn{display:block;width:100%;padding:.8rem;background:#43a047;color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:1rem;transition:background .2s ease}.checkout-btn:hover{background:#2e7d32}.cart-page a{display:inline-block;margin-top:1rem;text-decoration:none;color:#2e7d32;font-weight:700}.cart-page a:hover{text-decoration:underline}@media (max-width: 600px){.cart-item{flex-direction:column;align-items:flex-start;gap:.5rem}.cart-item .item-info{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.cart-item span.price{font-size:15px}.cart-item .remove-btn{align-self:flex-end;margin-top:.3rem}}.cart-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem;border-bottom:1px solid #ddd}.item-name{flex:2}.item-info{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex:1.5}.item-remove{flex:.3;display:flex;justify-content:flex-end}@media (max-width: 600px){.cart-item{flex-direction:column;align-items:flex-start}.item-info{flex-wrap:wrap;gap:.5rem;width:100%}.item-remove{width:100%;display:flex;justify-content:flex-end;margin-top:.5rem}}.order-form{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 10px #00000014;display:flex;flex-direction:column;gap:1rem}.order-form h3{font-size:1.4rem;color:#2e7d32;margin-bottom:1rem;text-align:center}.order-form input,.order-form textarea{width:90%;padding:.8rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;transition:border .2s ease,box-shadow .2s ease}.order-form input:focus,.order-form textarea:focus{border-color:#43a047;box-shadow:0 0 6px #43a0474d;outline:none}.order-form textarea{min-height:80px;resize:vertical}.confirm-btn{background:#43a047;color:#fff;padding:.9rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.confirm-btn:hover{background:#2e7d32;transform:translateY(-2px)}@media (max-width: 600px){.order-form{padding:1rem}.order-form h3{font-size:1.2rem}.confirm-btn{font-size:1rem;padding:.8rem}}.confirmation-banner{background-color:#4caf50;color:#fff;padding:15px;text-align:center;margin-bottom:20px;border-radius:5px;font-weight:700;animation:slideDown .5s ease-in-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.product-type{font-size:.9rem;color:#555;font-style:italic;margin-bottom:.3rem}.btn-whatsapp-2{position:fixed;bottom:25px;right:25px;background:#25d366;color:#fff;border:none;padding:14px 18px;border-radius:50px;cursor:pointer;font-size:15px;display:flex;align-items:center;gap:8px;z-index:1000;box-shadow:0 6px 15px #00000040;transition:transform .2s ease,box-shadow .2s ease}.btn-whatsapp-2:hover{transform:scale(1.05);box-shadow:0 10px 20px #0000004d}.whatsapp-icon{font-size:22px}.whatsapp-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.whatsapp-box{background:#fff;padding:20px;border-radius:12px;width:320px;position:relative;display:flex;flex-direction:column;gap:10px}.whatsapp-box h3{margin:0;text-align:center}.whatsapp-box input,.whatsapp-box textarea{padding:10px;border-radius:6px;border:1px solid #ccc;font-size:14px}.whatsapp-box textarea{resize:none;height:80px}.send-btn{background:#25d366;color:#fff;border:none;padding:10px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.close-btn{position:absolute;top:8px;right:8px;background:transparent;border:none;font-size:18px;cursor:pointer}@media (max-width: 768px){.btn-whatsapp-2{width:56px;height:56px;padding:0;border-radius:50%;justify-content:center}.whatsapp-text{display:none}.whatsapp-icon{font-size:26px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}
