.fiche-plante-container {
font-family: 'Open Sans', Arial, sans-serif;
color: #2c3e50;
background-color: #f6f5f2; }
.container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.title-green { color: #1b4b27; font-size: 28px; font-weight: 700; margin-bottom: 20px; }
.title-darkgreen { color: #14361b; font-size: 32px; font-weight: 800; margin-bottom: 30px; }
.title-black { color: #000; font-size: 22px; font-weight: 700; margin-bottom: 15px; }
.subtitle-botanique, .subtitle-orange { color: #a67c52; font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin-bottom: 10px; }
.title-white { color: #fff; font-size: 28px; font-weight: 700; margin-bottom: 5px; }
.subtitle-white { color: #e0e0e0; font-size: 14px; margin-bottom: 30px; } .content-text p { margin-bottom: 15px; line-height: 1.6; } .plante-hero { height: 450px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.classification-top { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.plante-hero-content h1 { font-size: 54px; font-weight: 700; font-style: italic; margin: 0; }
.plante-hero-content h2 { font-size: 22px; margin: 10px 0 0; font-weight: 400; } .intro-grid, .botanique-grid, .wave-grid, .proprietes-grid {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 50px;
align-items: flex-start;
}
.botanique-grid { grid-template-columns: 1fr 2fr; } .round-profile { border-radius: 50%; border: 8px solid #fff; box-shadow: 0 10px 25px rgba(0,0,0,0.15); width: 280px; height: 280px; object-fit: cover; }
.intro-profile-pic { text-align: right; }
.round-profile.large { width: 350px; height: 350px; border-width: 0; } .botanique-liste { list-style: none; padding: 0; margin: 0; }
.botanique-liste li { margin-bottom: 12px; font-size: 16px; display: flex; align-items: flex-start; }
.botanique-liste .picto { margin-right: 10px; font-size: 18px; line-height: 1.2; }
.botanique-liste strong { margin-right: 5px; color: #1b4b27; } .source-legende { font-size: 12px; font-style: italic; color: #7f8c8d; text-align: center; margin-top: 10px; } .section-repartition-ecologie { background-color: #eae9e4; padding: 60px 0; margin: 40px 0; }
.card-style { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.carte-france { width: 100%; height: auto; border-radius: 8px; } .observation-box { border-radius: 8px; overflow: hidden; min-height: 250px; position: relative; z-index: 1;} .section-bibliographie { background-color: #142a1b; padding: 60px 0; text-align: center; }
.biblio-grid { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }
.livre-item img { max-width: 120px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); border-radius: 4px; transition: transform 0.3s ease; }
.livre-item img:hover { transform: translateY(-5px); } @media (max-width: 768px) {
.plante-hero { height: 350px; }
.intro-grid {
display: flex;
flex-direction: column; }
.intro-profile-pic {
order: -1; text-align: center;
margin-top: -120px; position: relative;
z-index: 10;
margin-bottom: 20px;
}
.intro-text {
order: 2; }
.botanique-grid, .wave-grid, .proprietes-grid {
grid-template-columns: 1fr;
}
.proprietes-visuel { order: -1; text-align: center; margin-bottom: 30px; }
}