body {
        background-color: #ffffff;
    }

    .title-zones-banner {
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 65px;
        width: 100%;
        height: 100%;
    }

    .title-zones-banner h2 {
        margin-left: -30%; 
    }

    .list {
        margin-top: 8%!important;
        max-width: 75%;
        margin: auto;
        margin-bottom: 5%;
    }

    .top-filter {
        height: 200px;
        width: 100%;
      /*  border: solid 2px red;*/
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 35px;
		margin-top: 40px;
    }

    .contenuee {
        width: 100%;
        height: auto;
        display: block;
        align-items: center;
        text-align: center;
        padding: 10px;
        border: solid 1px #D3D3D3;
        border-radius: 15px;
        background-color: #D3D3D3;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9);
        transition: all .4s ease-in-out;
    }

    .contenuee:hover {
        transform: scale(1.1);
        cursor: pointer;
        background-color: #FFBD00;
        border-color: #FFBD00;
    }

    .contenuee img {
        transition: all .4s ease-in-out;
        border-radius: 100%;
        width: 220px;
        height: 210px;
        margin-bottom: 25px;
        object-fit: cover;
    }

    .contenuee img:hover {
        transition: all .4s ease-in-out;
        border-radius: 25px;
    }

    .contenuee h3 {
        font-size: 28px;    
    }

    .row_container {
        height: 40vw;
        background-image: url("../imgs/banner_zones.jpg");
        background-position: center;
    }

    .container-zones {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .list {
        flex: 0 0 calc(20.333% - 20px);
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .clear {
        flex-basis: 100%;
        height: 0;
    }

    /*---------------- filtre -----------*/

    .dropdown {
        justify-content: space-between;
        padding: 15px 10px;
        margin: 10px 100px; 
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
		margin-top: 3%;
        background-color: #FFCB00;
        min-width: 160px;
		width: 92%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-radius: 8px;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* Style pour les éléments de menu */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        transition: background-color 0.3s ease;
    }

    .dropdown-content a:hover {
        background-color: #FF8B00;
    }

    .filtres-interne {
        margin-top: 65px;
        display: flex;
        flex-direction: row;
    }

    .dropbtn {
        width: 300px;
        height: 50px;
        background-color: #FFCB00;
        border-radius: 100px;
        border: none;
        color: black;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .dropbtn:hover {
        background-color: #e0b200;
    }

.cartouche-animal{
	align-items: center;
/*
	justify-content: center;
*/
	display: flex;
	flex-direction: column;
	height: 300px;
	width: 200px;
	background-color: red;
}

.img-animal-zones{
	border: solid 7px white;
	height: 150px;
	width: 150px;
	background-color: aqua;
	border-radius: 50%;
}