p{
    /*justify texte and put margin left and right*/
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;

}
.btnDefault{
    margin-top: 10px;
    width: 100%;
    background-color: green;
    border-color: green;
}

.btnDefault:hover{
    background-color:rgb(255,255,255);
    color: green;
    font-style: italic;
    font-weight: bold;
    border-color: green;
}

#carouselSpecAnimal {
    width: 50%;
    margin-top: 5%;
    margin-left: 25%;
    margin-bottom: 1%;
}

.animal {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
.nosAnimaux{
    display: flex;
    flex-wrap: wrap;
}

.col-md-4 {
    width: 33%;
    padding: 10px;
}
