body {
    font-family: Arial, sans-serif;
    background-color: #3E5342;
    margin: 0;
    padding: 0;
}

header {
    color: #fff;
}

nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #f4f4f4;
}

.banner {
	background-position: center;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.contenue {
    height: 1000px;
    display: flex;
    flex-direction: row;
	padding-bottom: 150px;
}

.row-animal {
    padding: 50px;
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.animal-section {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 500px;
    width: 66%;
}

.tata {
    height: 500px;
    width: 34%;
}

.animal-info {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    flex: 1 1 60%;
}

.animal-text {
    margin-top: 100px;
    flex: 1;
}

.animal-name {
    font-family: "popins";
    color: #fff;
    font-size: 70px;
    margin-top: 300px;
}

.animal-description {
    margin-top: 10%;
    font-size: 1.3em;
    line-height: 1.6;
    color: white;
}

.animal-img-small {
    margin-top: 100px;
    width: 500px;
    height: auto;
    margin-right: 20px;
    border-radius: 10px;
    transition: transform 0.3s;
}

.animal-img-small:hover {
    transform: scale(1.05);
}

.animal-details {
	z-index: 10;
    width: 60%;
    height: 300px;
    margin-top: 50px;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    flex: 1 1 30%;
    margin-left: 20px;
}

.animal-details h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.animal-facts {
    list-style: none;
    padding: 0;
}

.animal-facts li {
    margin-bottom: 10px;
}

.animal-facts strong {
    color: #333;
}


/*-------------annimaux map --------------*/

.box-animal{
	display: flex;
	flex-direction: row;
}

.box-animal {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Quatre colonnes */
    gap: 10px; /* Espace entre les éléments */
}

.front_animauxx {
    box-sizing: border-box;
    text-align: center;
}

.title-annimal-map{
	color: white!important;
}



.rip-befr{
	margin-top: -13px;
    background: rgba(0, 0, 0, 0) url(../imgs/separateurv3.png) bottom center repeat-x;
	display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 13px;
}



.pate {
	z-index: 5;
	position: absolute;
	top: 130%;
	left: 56%;
    background-image: url(../imgs/papate.png);
    width: 200px;
    height: 200px;
    background-size: cover; 
    background-position: center; /* Centrer l'image */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
}


@media (max-width: 992px) {
    .pate{
	display: none;
    }
}



/* style app rango*/


@media (max-width: 992px) {
    #logorango {
		margin-top: -35px;
        height: 300px !important;
        width: 300px !important;
    }
.container{
	justify-content: center!important;
}
.container-zone {
	padding-bottom: 50% !important;
}

.transparent{
	background-color: transparent!important;
	border: none!important;
}

.menu {
    margin-left: 0px!important; 
    color: #FFFFFF; 
    text-decoration: none; 
    font-size: 45px!important; 
    font-family: "RacingSansOne-Regular";
	margin-right: 80px!important;
    margin-top: 40px;
}
	#menu{
		display: none;
	}
	.title-zone-3 {
		font-size: 130px;
	}
	
	
	.title-zone-1 {
		font-size: 130px;
	}
	.row-animal{
		display: flex;
		flex-direction: column;
	}
	
	.tata {
		padding-bottom: 100px;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin-top: 110%;
        width: 100%;
    }
	.animal-section {
		margin-top: 50%;
    	align-items: center;
    	justify-content: center;
    	display: flex;
    	flex-direction: column;
    	height: 500px;
    	width: 100%;
		text-align: center;
	}
	.animal-description {
    margin-top: 10%;
    font-size: 40px;
    line-height: 1.6;
    color: white;
	}
	
	.animal-img-small {
    margin-top: 100px;
    width: 800px;
    height: auto;
    margin-right: 20px;
    border-radius: 10px;
    transition: transform 0.3s;
}
	.animal-details{
		text-align: center!important;
	}
	
	.animal-details h2{
		font-size: 50px!important;
	}
	.animal-facts {
		font-size: 30px;
	}
	
	.title-zone-2 {
    	font-size: 120px!important;
	}
	
	


}

@media only screen and (max-width: 767px) {
    #logorango {
		margin-top: 0px;
        height: 300px !important;
        width: 300px !important;
    }
    .container {
        justify-content: center!important;
    }
    .transparent {
        background-color: transparent!important;
        border: none!important;
    }
    .menu {
        margin-left: 0px!important;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 45px!important;
        font-family: "RacingSansOne-Regular";
        margin-right: 80px!important;
        margin-top: 40px;
    }
    #menu {
        display: none;
    }
    .title-zone-3 {
        font-size: 130px;
    }
    .title-zone-1 {
        font-size: 130px;
    }
	
	.row-animal{
		display: flex;
		flex-direction: column;
	}
	
	.tata {
		padding-bottom: 100px;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin-top: 110%;
        width: 100%;
    }
	
	
	.animal-section {
		margin-top: 50%;
    	align-items: center;
    	justify-content: center;
    	display: flex;
    	flex-direction: column;
    	height: 500px;
    	width: 100%;
		text-align: center;

	}
	.animal-description {
    margin-top: 10%;
    font-size: 40px;
    line-height: 1.6;
    color: white;
}
	.animal-img-small {
    margin-top: 100px;
    width: 800px;
    height: auto;
    margin-right: 20px;
    border-radius: 10px;
    transition: transform 0.3s;
}
	
	.animal-details{
		text-align: center!important;
	}
	
	.animal-details h2{
		font-size: 50px!important;
	}
	
	.animal-facts {
		font-size: 30px;
	}
	
	.title-zone-2 {
    	font-size: 120px!important;
	}
	


}
