

body{
    margin:0;
    background:black;
    font-family:Cambria, "Times New Roman", serif;
    color:#f5f5f5;
}

.image figcaption {
		color: hsla(123,90%,48%,1.00);
		font-style:italic;
		font-size:32px;}

/* =========================
   CONTENEUR
   ========================= */

.conteneur{
    text-align:center;
    padding-top:40px;
}

/* =========================
   IMAGE + CADRE
   ========================= */

.image{
    text-align:center;
}

.image a{
    display:inline-block;
    border:5px solid hsla(60,100%,80%,1);
}

/* IMAGE RESPONSIVE SANS DEFORMATION */
.image img{
    display:block;
    max-width:95vw;
    max-height:80vh;
    width:auto;
    height:auto;
}

/* =========================
   LEGENDE
   ========================= */

.image p{
    color:hsla(123,90%,48%,1);
    font-style:italic;
    font-size:22px;
    margin-top:12px;
}

/* =========================
   DESCRIPTION
   ========================= */

.description-espece{
    max-width:900px;
    margin:40px auto 60px auto;
    padding:0 20px;
    line-height:1.8;
    font-size:18px;
    text-align:justify;
}

/* =========================
   RESPONSIVE MOBILE A sup en cas
   ========================= */

@media (max-width:700px){

    .description-espece{
        font-size:16px;
        text-align:left;
    }

    .image a{
        border-width:2px;
    }

    .image p{
        font-size:16px;  /* ou 14px ou 13px selon ton choix */
        line-height:1.3;
    }

}
.image figcaption{
    font-size:32px;
}
