body{
	background-color: #fff;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: black;
}

.zone-infos-container{
	display: flex;
	flex-direction: row;
}

.banner_page{
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px; 
    border: none;
    display: flex;

}

.annimauxx_img-2{
	margin-top: 15px;
}

.bloc{
	background-color: transparent;
	width: 50%;
	height: 100%;
	flex: 1;	
	padding: 45px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.title-zone-1 {
    font-family: "RacingSansOne-Regular";
    font-size: 180px;
    margin-top: 5%;
    color: rgba(244, 244, 237, 0.8);
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
}

.title-zone-3{
	white-space: nowrap;
}
@media (max-width: 1600px) {
    .title-zone-1 {
        font-size: 150px;
    }
}

@media (max-width: 992px) {
    .title-zone-1 {
        font-size: 150px;
    }
}

@media (max-width: 768px) {
    .title-zone-1 {
        font-size: 140px;
    }
}

@media (max-width: 576px) {
    .title-zone-1 {
        font-size: 120px;
    }
}

@media (max-width: 400px) {
    .title-zone-1 {
        font-size: 100px;
    }
}




.title-zone-2{
	font-family: 'orelega_One';
	font-size: 130px;
	color: orange;
}



.title-zone-3{
	font-family: "RacingSansOne-Regular";
	font-size: 200px;
	color: rgba(244,244,237,0.8);
}


@media (max-width: 1600px) {
    .title-zone-3 {
        font-size: 150px;
    }
}

@media (max-width: 992px) {
    .title-zone-3 {
        font-size: 150px;
    }
}

@media (max-width: 768px) {
    .title-zone-3 {
        font-size: 140px;
    }
}

@media (max-width: 576px) {
    .title-zone-3 {
        font-size: 120px;
    }
}

@media (max-width: 400px) {
    .title-zone-3 {
        font-size: 100px;
    }
}


@media (max-width: 992px) {
    body{
        width: 125vw!important;
    }
}


@media (max-width: 992px) {
    .container-zone{
	padding-bottom: 100%!important;
    }
}

/* media queris verison mobile*/



@media (max-width: 992px) {
    #logorango {
		margin-top: -20px;
        height: 300px !important;
        width: 300px !important;
    }
.container{
	justify-content: center!important;
}
.container-zone {
	padding-bottom: 155% !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;
	}
	
	.card__article {
    position: relative;
    overflow: hidden;
    height: 350px!important;
    width: 400px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10%;
}
	
	.card__data {
		width: 355px!important;
	}
}

@media only screen and (max-width: 767px) {
    #logorango {
		margin-top: -20px;
        height: 300px !important;
        width: 300px !important;
    }
    .container {
        justify-content: center!important;
    }
	.container-zone {
	padding-bottom: 155% !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;
    }
	
	.card__article {
    position: relative;
    overflow: hidden;
    height: 350px!important;
    width: 400px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10%;
}
	
	.card__data {
		width: 355px!important;
	}
}
	


.annimaux-zone-container{
	 display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 20px; 
     margin: 50px;
}

.bloc h3{
	font-size: 35px;
	color: white;
	margin-top: 50px;
	line-height: 40px;
}

.rond{
	width: 575px;
	height: 600px;
	background-color: #6fac17; 
  	border-radius: 50%;
	margin: auto;
	margin-top: 100px;
	position: relative;
	

}

.suricate{
	width: 545px;
	height: 530px;
	margin: auto;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 35px;
	left : 30px;
}

.part-1-zone{
	height: 400px;
	width: 100%;
	background-color: #3E5342;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-secu{
	font-size: 60px;
	color: white;
	font-family: "Roboto";
	margin-bottom: 5%;
}
.container-securite{
	display: flex;
	flex-direction: column;
	align-items: center;
/*
	justify-content: center;
*/
	margin: 10px;
	height: 150px;
	width: 200px;
	border-radius: 20px;
	background-color: #212D25;
}

.container-securite h3{
	margin-top: 10px;
	color: white;
	font-family: "Roboto";
	font-size: 20px;
}

.title-secu{
	margin-top: 20%;
	display: flex;
	flex-direction: column;
}


/*-------------- slider -----------------------*/



* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
  }

.title-animal-zone{
	margin-top: 200px;
	color: white;
    font-size: 52px;
    margin-bottom: 150px;
	font-size: 60px;
    color: white;
    font-family: "Roboto";
    margin-bottom: 5%;
}
.container-zone{
	background-color: #3E5342;
	padding-bottom: 80px;
	padding-top: 300px;
	display: grid;
	place-items: center;
/*
	margin-inline: 1.5rem;
*/
	justify-content:center; 

  }
  
  .card__container {
	display: grid;
	row-gap: 3.5rem;
	
  }
  
  .card__article {
	position: relative;
	overflow: hidden;
	 height: 250px; width: 300px;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  border-radius: 10%;
	
  }
  
  .card__img {
	width: 328px;
	border-radius: 1.5rem;	
  }
  
  .card__data {
	width: 280px;
	background-color: #fc9a42;
	padding: 1.5rem 2rem;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 9);
	border-radius: 1rem;
	position: absolute;
	bottom: -9rem;
	left: 0;
	right: 0;
	margin-inline: auto;
	opacity: 0;
	transition: opacity 1s 1s;
	
  }

  .card__data:hover{
	box-shadow: 0 15px 35px rgba(0, 0, 0, 9);
  }
  
  .card__description {
	display: block;
	margin-bottom: .25rem;
	font-size: 1.25em;
	font-weight: bold;
	  color: white;
  }
  
  .card__title {
	font-weight: 500;
	color: white;
	margin-bottom: 20px;
  }
  
  .card__button {
	color: black;
	text-decoration: none;
	font-weight: 500;
	transition: 0.25s;
	display: flex;
	justify-content: center;
	border: solid 1px black;
	border-radius: 8px;
	padding: 8px;
  }
  
  .card__button:hover {
	padding: 8px;
	border-radius: 8px;
	background: black;
	color: white;

  }
  
  /* Animations des descriptions */
  .card__article:hover .card__data {
	animation: show-data 1s forwards;
	opacity: 1;
	transition: opacity .3s;
  }
  
  .card__article:hover {
	animation: remove-overflow 2s forwards;
  }
  
  .card__article:not(:hover) {
	animation: show-overflow 2s forwards;
  }
  
  .card__article:not(:hover) .card__data {
	animation: remove-data 1s forwards;
  }
  
  /* Card animation */
  @keyframes show-data {
	50% {
	  transform: translateY(-10rem);
	}
	100% {
	  transform: translateY(-7rem);
	}
  }
  
  @keyframes remove-overflow {
	to {
	  overflow: initial;
	}
  }
  
  @keyframes remove-data {
	0% {
	  transform: translateY(-7rem);
	}
	50% {
	  transform: translateY(-10rem);
	}
	100% {
	  transform: translateY(.5rem);
	}
  }
  
  @keyframes show-overflow {
	0% {
	  overflow: initial;
	  pointer-events: none;
	}
	50% {
	  overflow: hidden;
	}
  }
  
  /*=============== RESPONSIVE ===============*/
  @media screen and (max-width: 340px) {
	.container {
	  margin-inline: 1rem;
	}
  
	.card__data {
	  width: 250px;
	  padding: 1rem;
	}
  }
  
  /* Appareils de petite taille */
  @media screen and (min-width: 768px) {
	.card__container {
	  grid-template-columns: repeat(2, 1fr);
	  column-gap: 5rem;
	}
  }
  
  /* Appareils de grande taille */
  @media screen and (min-width: 1120px) {
	.container {
	  height: 50vh;
	}
  
	.card__container {
	  grid-template-columns: repeat(3, 1fr);
		width: 100%;
	}
	.card__img {
	  width: 348px;
	}
	/*.card__data {
	  width: 316px;
	  padding-inline: 2.5rem;
	}*/
  }
