.contenu {
    margin: 40px 20px 10px 20px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.espece-detail {
    background: #5EAD74;
    color: white;
    padding: 25px;
    border-radius: 12px;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.espece-detail h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.espece-photo {
    width: 750px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    background: none;
    padding: 0;
    border-radius: 10px;
}

.espece-infos p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
}

.btn-retour {
    display: inline-block;
    align-self: center;
    text-decoration: none;
    background: white;
    color: #4C8C5E;
    padding: 8px 20px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

.btn-retour:hover {
    background: #4C8C5E;
    color: white;
}

.btn-action {
    text-decoration: none;
    background: white;
    color: #4C8C5E;
    padding: 8px 16px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

.btn-action:hover {
    background: #4C8C5E;
    color: white;
}

.actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}
