:root{--text-color:#2c3e50;--orange-acc:#f39c12;--green-acc:#24861C;--green-light:#24861C;--font-main:'Poppins',sans-serif}body{font-family:var(--font-main);color:var(--text-color);margin:0}.mobile-navbar{display:none}.recette-wrapper{max-width:1100px;margin:0 auto;padding:40px 20px;position:relative}.btn-heart-top{position:absolute;top:40px;right:20px;z-index:10;transition:transform 0.2s ease}.btn-heart-top:hover{transform:scale(1.1)}.btn-heart-top svg{filter:drop-shadow(0px 2px 3px rgba(0,0,0,0.1))}.btn-retour{text-decoration:none;color:#666;font-weight:600;margin-bottom:20px;display:inline-flex;align-items:center}.header-recette{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:40px}.header-text{flex:1}.header-text h1{font-size:3.5rem;line-height:1.1;text-transform:uppercase;margin-bottom:20px;color:#000}.header-text p{font-size:1.1rem;line-height:1.6;color:#555}.header-image{flex:1;display:flex;justify-content:center}.img-cercle{width:350px;height:350px;border-radius:50%;object-fit:cover;box-shadow:0 10px 20px rgba(0,0,0,0.15);border:5px solid rgba(255,255,255,0.5)}.tags-container{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:60px}.tag{padding:10px 30px;border-radius:50px;color:white;font-weight:600;font-size:0.95rem;text-transform:capitalize;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.tag.orange{background-color:var(--orange-acc)}.tag.green{background-color:var(--green-acc)}.content-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;margin-bottom:60px}.section-title{font-size:2.2rem;margin-bottom:25px;font-weight:500;color:#1a1a1a}.ingredients-list{list-style:none;padding:0}.ingredients-list li{margin-bottom:12px;font-size:1rem;color:#333;border-bottom:1px solid rgba(0,0,0,0.05);padding-bottom:5px}.preparation-list{list-style:none;padding:0}.preparation-list li{position:relative;padding-left:35px;margin-bottom:20px;line-height:1.6}.preparation-list li::before{content:'';position:absolute;left:0;top:5px;width:18px;height:18px;border:2px solid #ccc;border-radius:4px;background:white}.bienfaits-title{font-size:2rem;margin-bottom:30px}.bienfaits-title span{color:var(--green-acc);font-weight:bold}.macro-item{margin-bottom:20px;line-height:1.6}.comments-section{margin-top:60px;border-top:1px solid #ddd;padding-top:40px}.comments-title{font-size:1.8rem;margin-bottom:30px}.comment-form{background:white;padding:30px;border-radius:20px;box-shadow:0 5px 15px rgba(0,0,0,0.05);margin-bottom:40px}.input-box{width:100%;border:2px solid #eee;border-radius:10px;padding:15px;font-family:inherit;font-size:1rem;resize:vertical;min-height:100px;margin-bottom:15px;box-sizing:border-box}.btn-publier{background-color:var(--orange-acc);color:white;border:none;padding:12px 30px;border-radius:50px;font-weight:600;cursor:pointer;font-size:1rem;transition:background 0.3s}.btn-publier:hover{background-color:#e67e22}.rating-wrapper{display:inline-flex;flex-direction:row-reverse;gap:5px}.rating-wrapper input{display:none}.rating-wrapper label{font-size:2rem;color:#ccc;cursor:pointer;transition:color 0.2s}.rating-wrapper input:checked ~ label,.rating-wrapper label:hover,.rating-wrapper label:hover ~ label{color:#f39c12}.comment-card{background:white;padding:20px;border-radius:15px;margin-bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,0.03)}.comment-header{display:flex;align-items:center;margin-bottom:15px}.comment-avatar{width:50px;height:50px;border-radius:50%;margin-right:15px;object-fit:cover}.username{font-weight:700;display:block;margin-bottom:2px}.stars-display{color:#f39c12;font-size:1.1rem}.star-grey{color:#e0e0e0}.comment-text{color:#555;line-height:1.5}@media(max-width:1024px){.desktop-header,.desktop-footer{display:none!important}.mobile-navbar{display:block;position:fixed;bottom:0;left:0;width:100%;height:75px;background-color:#fff;z-index:1000;box-shadow:0 -2px 10px rgba(0,0,0,0.1);border-top-left-radius:25px;border-top-right-radius:25px;border-top:5px solid #FC9319}.mobile-nav-items{display:flex;justify-content:space-around;align-items:center;height:100%;padding:0 10px}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;width:60px;height:100%}.nav-item img{width:28px;height:28px;object-fit:contain}.recette-wrapper{padding:20px 20px 100px 20px}.btn-heart-top{top:20px;right:20px}.texte-retour{display:none}.btn-retour{color:#000;margin-bottom:10px}.btn-retour svg{width:28px;height:28px}.header-recette{display:flex;flex-direction:column-reverse;align-items:center;gap:20px;margin-bottom:30px;text-align:center}.header-text h1{font-size:1.8rem;margin-top:0}.header-text p{font-size:0.9rem;line-height:1.4}.header-image{flex:0 0 auto;width:100%;display:flex;justify-content:center}.img-cercle{width:180px;height:180px;border-width:4px}.tags-container{justify-content:center;margin-bottom:40px}.tag{font-size:0.8rem;padding:8px 20px}.content-grid{display:flex;flex-direction:column;gap:40px}.section-title{font-size:1.6rem}.ingredients-list li,.preparation-list li{font-size:0.95rem}.bienfaits-title{font-size:1.5rem;text-align:center}}@media(max-width:768px){.tag.rating-display{width:auto;justify-content:center;margin-top:5px}}.tag.rating-display{background-color:#ffffff;color:#333;border:2px solid var(--orange-acc);display:inline-flex;align-items:center;gap:8px;padding:8px 25px}.tag.rating-display .stars{color:var(--orange-acc);font-size:1.2rem;line-height:1;letter-spacing:2px}.tag.rating-display .note-chiffre{font-weight:700;font-size:1.2rem}.tag.rating-display .avis-count{font-size:0.85rem;color:#888;font-weight:400;margin-left:5px}