/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'RacingSansOne-Regular';
    src: url('../font/RacingSansOne-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'orelega_One';
    src: url('../font/Orelega_One/OrelegaOne-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Black.ttf') format('truetype'); 
}

.background-zone{
	display: flex;
	flex-direction:column;
	background-color: #404D3B;
}

#logorango{
		margin-top: -20%;
	height: 110px;
	width: 110px;
}



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

/* page 404 */	

.view img{
	width: 100%;
	height: 100%;
}

.texte{
	width: 35%;
	height: auto;
	margin-left: 1050px;
	margin-top: -760px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.texte h2{
	font-size: 2.95em;
	margin-bottom: 70px;
}

.texte h3{
	font-size: 1.50em;
	margin-bottom: 30px;
}



/* header style */



body{
	background-color: grey;
}

#navmenu {
	height: 8%;
    padding: 10px; 
    position: fixed; /* Fixe la barre de navigation en haut de la page */
    width: 100%; /* Prend toute la largeur de la page */
    z-index: 1000; /* Assure que la barre de navigation est au-dessus du reste du contenu */
    transition: background-color 0.3s ease; /* Transition de couleur de fond */
}

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

#menu {
    margin-left: auto;
    vertical-align: middle;
	margin-top: 30px;

}

.menu {
    margin-left: 100px; 
    color: #FFFFFF; 
    text-decoration: none; 
    font-size: 25px; 
    font-family: "RacingSansOne-Regular";
	margin-right: 100px;
    margin-top: 40px;
	
	
}



#menu img {
    width: 40px; 
    height: 40px; 
    object-fit: cover;
    margin-right: 100px;
    margin-top: 30px;
}


.transparent {
            background-color: #404d3b; /* Utilisation de rgba pour une couleur de fond semi-transparente----- ancien vert #6FAC17 */ 
	border-bottom: solid 2px orange;
}




/*home*/

/*banner*/

 .the-home-button-1 {
	 		margin: 10px;
            background-color: #CDE040;
            color: black;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
        }

.the-home-button-2 {
		margin: 10px;
		background-color: transparent;
		color: #CDE040;
		border: solid 3px #CDE040;
		padding: 10px 20px;
		border-radius: 5px;
		font-size: 16px;
		cursor: pointer;
        }
.cg h2
{
	font-family: 'roboto';
	line-height: 75px;
	font-size: 40px;
}
.cg{padding: 200px;
	height: 1000px;
	font-size: 25px;
	line-height: 50px;
	color: white;
	font-family: 'roboto';
	background-color: #404d3b;
}


.call-to-action-home{
	margin-top: 15px;
	text-align: left;
	display: flex;
	flex-direction: row;
}

.box-home{
	margin-left: 300px;
	margin-top: 300px;
/*	border: soli 3px red!important;*/
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
}

.box-home p {
	margin-top: 11px;
	font-size: 25px;
	color: #CDE040; 
}

.title-home{
	font-size: 170px;
	color: #CDE040;
	
}
.home-flamant {
	z-index: 0;
    margin-left: 51%;
    position: absolute;

	height: 100%;
    width: 670px;
    background-size: cover; 
    /*background-image: url("../imgs/flamant.png");*/
    background-image: url("../imgs/lemurien home.png");
}



 .home {
	 	/*	background-image: url("../imgs/foret-tropicale.jpg");*/
	 		background-image: url("../imgs/fond homepage rango.jpg");
            height: 100vh; 
            width: 100%;
            position: relative;
           	background-repeat: no-repeat;
	 background-size: cover;
        }

        .mainBanner {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			background-image: url('../imgs/overlay_home3.png');
            position: absolute; 
            top: 0;
            left: 0;
            width: 100%;
            height: 120%; 
            background-size: cover; 
            background-position: center; 
			background-attachment: scroll;
             /* Assurez-vous que l'image ne se répète pas */
             
        }


.mainBanner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%; /* Réglez la taille selon la vitesse souhaitée */
    background-image: url('../imgs/overlay_home3.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation: parallax 10s linear infinite; /* Réglez la vitesse de défilement */
}

@keyframes parallax {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}


		.content {
    height: 200vh;
	
}


.container-zones{
	display: flex;
	flex-direction: row;
}


.actualites{
	height: 1000px;
	background-color: white;
}

.actualites h2{
	color: #EB9B17;
	font-family: "RacingSansOne-Regular";
	font-size: 50px;
	text-align: center;
	padding-top: 10%;

	
}

.actualites .row{
	align-items: center;
	justify-content: center;
}



.actualites h2::after {
    content: '';
    display: inline-block; /* Ajout de cette propriété pour que la largeur et la hauteur fonctionnent */
    height: 5px;
    background-color: #6FAC17; /* Utilisation de background-color au lieu de color */
    width: 200px;
    margin-right: 10px; /* Ajout de marge pour séparer le pseudo-élément du titre */
	
}




.actu h3{
	font-size: 28px;
	font-weight: bold;
	
	border-radius: 5px;
}

.actu p{
	
}

.actu a{
	height: 100%;
	width: 100%;
}
/*image*/
.actuimg{
    border-radius: 8px;
	width: 100%;
	height: 400px;
	transition: transform 0.3s ease; /* Animation fluide */
    cursor: pointer; /* Changer le curseur lorsque survolé */
}

.actuimg:hover {
        transform: scale(1.05); /* Légèrement agrandir l'image */
        filter: brightness(90%); /* Réduire légèrement la luminosité */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Ajouter une ombre */
    }

.zonesimg{
	border-radius: 100%;
	height: 400px;
	width: 400px;
	transition: transform 0.3s ease; /* Animation fluide */
        cursor: pointer; /* Changer le curseur lorsque survolé */
}

.zonesimg:hover {
        transform: scale(1.05); /* Légèrement agrandir l'image */
        filter: brightness(90%); /* Réduire légèrement la luminosité */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Ajouter une ombre */
    }





/* Maps */


.zone-orange {
    fill: #E68721; /* Couleur sombre par défaut */
    transition: fill 0.3s ease; /* Transition fluide */
}
.zone-orange:hover {
    fill: #B46B1E;
}


.zone-bleu {
    fill: #38A2DE; /* Couleur sombre par défaut */
    transition: fill 0.3s ease; /* Transition fluide */
}
.zone-bleu:hover {
    fill: #2379A9;
}

.zone-vert {
    fill: #2FAA25; /* Couleur sombre par défaut */
    transition: fill 0.3s ease; /* Transition fluide */
}
.zone-vert:hover {
    fill: #177010;
}


.zone-violet {
    fill: #D876D5;
}

.zone-violet:hover {
    fill: #91508F;
}

.zone-jaune {
    fill: #D2CE4A;
}

.zone-jaune:hover {
    fill: #A09D41;
}
.mapsvg{
	height: 800px;
    width: 800px;
}

.maps{
	
	height: 800px;
	background-color: #404D3B;
}

.maps .row{
	align-items: center;
	justify-content: center;
}

.maps h2{
	color: #EB9B17;
	font-family: "RacingSansOne-Regular";
	font-size: 50px;
	text-align: center;
	padding-top: 5%;

}
.mapp{
	display: flex;
	flex-direction: row;
}


.maps h2::after {
    content: '';
    display: inline-block; /* Ajout de cette propriété pour que la largeur et la hauteur fonctionnent */
    height: 5px;
    background-color: #6FAC17; /* Utilisation de background-color au lieu de color */
    width: 200px;
    margin-right: 10px; /* Ajout de marge pour séparer le pseudo-élément du titre */
	
}

.zone{
	cursor: cell;
	position: absolute;
	height: 300px;
	width: 300px;
}

.message {
            transform: translate(-50%, -50%); /* Centrage exact */
            background-color: rgba(255, 255, 55, 0.9); /* Fond semi-transparent */
            padding: 10px; /* Espacement interne */
            border-radius: 5px; /* Coins arrondis */
            font-family: Arial, sans-serif; /* Police de caractères */
        }


.zone_map{
	position: relative;
	height: 550px;
    width: 50%;
    /*background-color: grey;*/

}


/*billetrie*/

.pass-container{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.billetrie{
	background-color: white;
	height: 1000px;
}



.billetrie h2{
	color: #EB9B17;
	font-family: "RacingSansOne-Regular";
	font-size: 50px;
	text-align: center;
	padding-top: 10%;
	margin-left:20%;

}

.billetrie h2::before {
    content: '';
    display: inline-block; /* Ajout de cette propriété pour que la largeur et la hauteur fonctionnent */
    height: 5px;
    background-color: #6FAC17; /* Utilisation de background-color au lieu de color */
    width: 200px;
    margin-right: 10px; /* Ajout de marge pour séparer le pseudo-élément du titre */
}



.billetrie .row{
	align-items: center;
	justify-content: center;
}



.billetrieimg{
	width: 50%;
	transition: transform 0.3s ease; /* Animation fluide */
    cursor: pointer; /* Changer le curseur lorsque survolé */
}

.billetrieimg:hover {
        transform: scale(1.05); /* Légèrement agrandir l'image */
        filter: brightness(90%); /* Réduire légèrement la luminosité */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Ajouter une ombre */
    }




.billet{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
	height: 500px;
	width: 20%;
	margin-left: 3%;
	margin-top: 5%;
	background-repeat: no-repeat;
	background-size: cover;
/*	border: solid 1px red;*/
}


.billet h3{
	opacity: 1;
	margin-bottom: 10%;
	font-size: 40px;
	color: white;
	font-weight: bold;
	font-family: "RacingSansOne-Regular";}

.billet p{
	opacity: 1;
	color: white;
	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';
	margin-bottom: 10%;
	font-size: 18px;
}

.shadow{
	border-top: solid 3px orange;
    background-color: rgba(0, 0, 0, 0.5);
	height: 35%;
	width: 100%;
	backdrop-filter: blur(5px);

	
}


/* actu page  */

.actubanner{
	width: 100%;
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
}

.actubanner img{
	margin-top: 50px;
	width: 70%;
	height: 500px;
}

.actutxt h2{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 35px;
	color: red;
}











/*footer*/


footer{
    flex-shrink: 0;
    background-color: #404D3B;
    width: 100%;
    height: 25vh;
    color: white;
    
}

/* logo */
.footer-logo img{
    width: 210px;
    margin-left: -60px;
	margin-top: -50px!important;
}



.contenu-footer{
    width: 1200px;
    margin: 0 auto;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 20px;
	padding-top: 40px;
/*
    padding: 50px 0 100px;
*/
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bloc{
    width: 20%;
    margin: 0 30px;

}

.footer-listes h3,
.footer-offres h3,
.footer-services h3{
    font-size: 25px;
    padding-bottom: 20px;
}

.footer-services p{   
    padding: 5px 0;
    
}

.liste-services,
.liste-offres,
.liste-presse,
.liste-listes, a{
	color: black;
    list-style-type: none;
	text-decoration: none;
}

.condfooter{
	color: white;
}



a {
    color: #ffffff; /* Couleur des liens non visités */
}

.liste-services li{
    padding: 2px 0;
}

.liste-services a{
    text-decoration: none;
    color: #000;
}

.liste-services a:hover{
    text-decoration: none;
    color: rgb(3, 3, 3);
    
}

.espace{
    margin-bottom: 8px;
}

/*--------------------- zone noir --------------------------------*/
.fin{
    width: 100%;
    height: 8vh;
    color: white;
    background-color: #000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.fin ul{
    width: 50vw;
    margin: auto;  
    padding-top: 20px;
}

.fin li{
    list-style-type: none;
    margin: 20px;
    padding: 0;
    display: inline;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    position: center;
}
.actualites {
    background-color: #404d3b; 
    padding: 20px;
}

.row h2 {
    color: #FF7F0E; /* Orange */
    text-align: center;
}

.actus-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.front_zones-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}



.actu {

	display: flex; 
    vertical-align: top;
	text-align: left;
	width: 30%;
	margin-left: 3%;
	margin-top: 5%;
	
    background-color: #3e5342; /* Vert clair */
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	padding: 20px;
    flex-direction: column;
    align-items: center;
	color: white;
}


.front_zones {

	display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: top; 
	text-align: left;
	width: 30%;
	margin-left: 3%;
	margin-top: 5%;
	padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.front_zones h3 {
	margin-top: 5%;
    color: yellow; 
	font-size: 30px;
}

.front_zones p {
    color: #fff; /* Noir */
}




.front_animauxx {
	display: inline-block; /* Afficher les actualités en ligne */
    vertical-align: top; /* Aligner le haut de chaque actualité */
	text-align: center;
	width: 28%;
	margin-left: 3%;
	margin-top: 5%;
	padding: 5px;
    border-radius: 8px;
}

.front_animauxx img {	
    border-radius: 100%;
}
.front_animauxx h3 {
    color: black; /* Orange */
	font-size: 30px;
	
}

.front_animauxx p {
    color: #fff; /* Noir */
}





.actu h3 {
    color: yellow; /* Orange */
}

.actu p {
    color: #fff; /* Noir */
}




.place_login{
	height: 500px;
	width: 100%;
}


/* ----------------------style page login -------------------------*/

.back_login{
	
	height: 100vh;
	width: 100%;
	background-color: #3e5342;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.custom-heading {
	font-size: larger;
    text-align: center;
    margin-bottom: 20px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.custom-form {
    display: flex;
    flex-direction: column;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.custom-label-log {
	color: white;
	margin-top: 10px;
    margin-bottom: 10px;
	 margin-left: auto;
    margin-right: auto;
}

.custom-button-log {
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    background-color: #fc9a42;
    color: #fff;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #0056b3;
}

.error {
    color: red;
    margin-bottom: 10px;
    text-align: center;
}



.banner-billeterie{
	width: 100%;
	height: auto;
	margin: auto;
	position: relative;
}
/*image lion*/
.lion{
	width: 100%;
	height: 700px;
}
.banner-billeterie h1{
	font-family: "Roboto", sans-serif;
	font-size: 5em;
	color: #f88f04;
	position: absolute;
	top:300px;
	width: 100%;
	text-align: center;
	margin-left: -345px;
}
/*-------------------------------------------- image feuille---------------------------------------*/
.deco{
	position: absolute;
	top: 504px;
	left: -170px;
}
.deco img{
	transform: rotate(180deg);
}
.feuille{
	width: 66%;
}
/*---------------------------------------------- zone texte --------------------------------------*/
.zone-texte{
	width: 100%;
	height: auto;
	margin-top: 220px;
}
.zone-texte h2{
	font-family: "Roboto", sans-serif;
	font-size: 2em;
	color: #f88f04;
	margin-top: -180px;
	margin-bottom: 30px;
	text-align: center;
}
/*------------------------------------------------ zone suivante ---------------------------------*/
.texte-connexion{
	margin-top: -300px;
	width: auto;
	height: auto;
	display: flex;
	/*justify-content: center;*/
	position: relative;
	margin-bottom: 100px;
	justify-content: center;
}
.texte-connexion h3{
	font-size: 25px;
	font-family: "Roboto", sans-serif;
}
.texte-connexion a{
	width: auto;
	padding: 12px;
	background-color: #f88f04;
	color: black;
	border: none;
	position: absolute;
	border-radius: 7px;
	/*right: 400px;*/
	top: 40px;
	font-size: 20px;
	transition: 0.25s;
	text-align: center;
}
.button_co{
	text-align: center;
}
.texte-connexion a:hover{
	background-color: black;
	color: #f88f04;
}
/*---------------------------------------------- zone verte ----------------------------------------*/
.contenu{
	padding: 20px;
	background-color: transparent;
	width: auto;
	height: 400px;
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.contenu h2{
	font-size: 40px;
	color: black;
	margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}
.porte_monnaie{
	width: 75%;
	background-color: #7fda06;
	padding: 35px;
	border: none;
	border-radius: 25px;
}
.contenu h3{
	font-size: 20px; 
	line-height: 28px;
	font-family: "Roboto", sans-serif;
}
.contenu a{
	width: auto;
	padding: 12px;
	background-color: #f88f04;
	color: black;
	border: none;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	position: absolute;
	font-size: 20px;
	transition: 0.25s;
	margin-top: 37px;
	left: 47%;
	font-family: "Roboto", sans-serif;
}
.contenu a:hover{
	background-color: black;
	color: #f88f04;
}
.circle{
	width: 120px;
    height: 120px;
    font-size: 25px;
    border: none;
    border-radius: 50%;
    background-color: #FCCD2F;
    padding: 5px;
    position: absolute;
    left: 1615px;
    margin-top: -40px;
}

@media (max-width: 1000px){
.circle{
	display: none;
}
}
	
.circle h4{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 45px;
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------- zone finale ------------------------------------------*/
.zone_dispo h2{
	font-size: 2em;
	color: #f88f04;
	/*margin-top: -180px;*/
	margin-bottom: 40px;
	text-align: center;
	font-family: "Roboto", sans-serif;
}
.horaire{
	width: auto;
	height: 200px;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.couleur{
	background-color: black;
	width: 50%;
	height: auto;
	display: flex;
	justify-content: center;
	border: none;
	border-radius: 25px;
}
.infos{
	width: 35%;
	background-color: transparent;
	text-align: center;
	padding: 20px;
	position: relative;
	color: white;
	border-radius: 30px;

}
.infos h2{
	font-size: 27px;
	margin-bottom: 13px;
}
.infos h3{
	font-size: 20px;
	line-height: 27px;
	font-family: "Roboto", sans-serif;

}
.infos h4{
	font-size: 20px;
	margin-top: 22px;
	font-family: "Roboto", sans-serif;

}
.infos a{
	font-size: 20px;
	width: auto;
	padding: 9px;
	margin: auto;
	background-color: #FC9a42;
	color: black;
	border: none;
	border-radius: 7px;
	position: absolute;
	top: 147px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 112px;
	transition: 0.25s;
	font-family: "Roboto", sans-serif;

}
.infos a:hover{
	background-color: #f88f04;
	color: black;
}


.image_tigre{
	width: 100%;
	height: 100vh;
	position: relative;
}

.tigre{
	width: 100%;
	height: 100%;
	position: absolute;
}

section {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  overflow: hidden;
}

section .signin{
  position: absolute;
  width: 800px;
  background: transparent; 
  backdrop-filter: blur(10px); 
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0,0,0,9);
  border: 1px transparent;
}
section .signin .content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

section .signin .content h2 {
  font-size: 2em;
  color: #f88f04;
  text-transform: uppercase;
  padding: 10px;
  background-color: transparent;
  backdrop-filter: blur(55px);
  border: none;
  border-radius: 8px;
}

section .signin .content .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

section .signin .content .form .inputBox{
  position: relative;
  width: 100%;
}

section .signin .content .form .inputBox input {
  position: relative;
  width: 100%;
  background: white;
  border: none;
  outline: none;
  padding: 25px 10px 7.5px;
  border-radius: 4px;
  color: black;
  font-weight: 500;
  font-size: 1em;
}

section .signin .content .form .inputBox i {
  position: absolute;
  left: 0;
  padding: 15px 10px;
  font-style: normal;
  color: black;
  transition: 0.5s;
  pointer-events: none;
}


.signin .content .form .inputBox input:focus ~ i,
.signin .content .form .inputBox input:valid ~ i{
  transform: translateY(-7.5px);
  font-size: 0.8em;
  color: #aaa;
}
/*-------------------------------------------------------------si jamais on a besoin de mot de passe oublié et/ou inscription-------------------------------------------->
.signin .content .form .links {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.signin .content .form .links a {
  color: #fff;
  text-decoration: underline;
}

.signin .content .form .links a:nth-child(2){
  color: #0f0;
  font-weight: 600;
}*/

.signin .content .form .inputBox input[type="submit"]{
  padding: 10px;
  background: #f88f04;
  color: #000;
  font-weight: 600;
  font-size: 1.35em;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.25s;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.signin .content .form .inputBox input[type="submit"]:hover{
	padding: 10px;
	background: #000;
	color: #fff;
  }

input[type="submit"]:active{
  opacity: 0.6;
}

.loglogbuton{
	width: 50%!important;
}

.form_login{
	width: 100%;
}



/*------------------page animaux par zone -----------------------------*/

.annimauxx_img{
	height: 350px;
	width: 350px;
	border-radius: 30px;
}

.annimaux_map{
	height: 550px;
	width: 50%;
	background-color: #404D3B;
	overflow: auto;
}
/* ------------------------ style suplémentaire chat bot -----------------------  */

/* définition des variables pour simplicité s'utilisation */ 


::selection{
    color: #fff;
    background: #EB9B17;
}
::-webkit-scrollbar{
    width: 3px;
    border-radius: 25px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background: #ddd;
}
::-webkit-scrollbar-thumb:hover{
    background: #ccc;
}
.wrapper{
    width: 370px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-top: 0px;
}
.wrapper .title{
	font-family: 'orelega_One';
    background: #EB9B17;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #EB9B17;
    border-radius: 5px 5px 0 0;
}
.wrapper .form{
    padding: 20px 15px;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
}
.wrapper .form .inbox{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.wrapper .form .user-inbox{
    justify-content: flex-end;
    margin: 13px 0;
}
.wrapper .form .inbox .icon{
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    background: #EB9B17;
}
.wrapper .form .inbox .msg-header{
    max-width: 53%;
    margin-left: 10px;
}
.form .inbox .msg-header p{
	font-family: 'orelega_One';
    color: #fff;
    background: #EB9B17;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
    word-break: break-all;
}

.msg-header p{
	font-family: 'orelega_One';

}
.form .user-inbox .msg-header p{
    color: #333;
    background: #efefef;
	font-family: 'Poppins', sans-serif;
}
.wrapper .typing-field{
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    background: #efefef;
    border-top: 1px solid #d9d9d9;
    border-radius: 0 0 5px 5px;
}
.wrapper .typing-field .input-data{
    height: 40px;
    width: 335px;
    position: relative;
}
.wrapper .typing-field .input-data input{
    height: 100%;
    width: 70%;
    outline: none;
    border: 1px solid transparent;
    padding: 0 80px 0 15px;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    transition: all 0.3s ease;
}

.input-data input::placeholder{
    color: #999999;
    transition: all 0.3s ease;
}
.input-data input:focus::placeholder{
    color: #bfbfbf;
}
.wrapper .typing-field .input-data button{
    position: absolute;
    right: 5px;
    top: 50%;
    height: 30px;
    width: 65px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    background: #EB9B17;
    border: 1px solid #EB9B17;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.wrapper .typing-field .input-data input:valid ~ button{
    opacity: 1;
    pointer-events: auto;
}
.typing-field .input-data button:hover{
    background: #006fef;
}

  .calendar-container {
	  z-index: 3;  
	  margin-top: 15%;
        width: 45%;
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
    }

    .calendar-container h2 {	
		margin-bottom: 50px;
		font-family: Arial, sans-serif;
		font-size: 40px !important;
        margin-top: 0;
        color: #333;
        font-size: 20px;
        text-align: center;
    }

    .calendar {
        font-family: Arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

    .calendar ul {
        list-style-type: none;
        padding: 0;
    }

    .calendar .month {
        padding: 20px 0;
        text-align: center;
        background: #1abc9c;
        color: white;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .calendar .month li {
        display: inline;
        margin: 0 10px;
    }

    .calendar .weekdays {
        background-color: #EB9B17;
        color: white;
		border-radius: 10px;
    }

    .calendar .weekdays li {
        display: inline-block;
        width: 13.6%;
        padding: 10px 0;
        text-align: center;
    }

    .calendar .days li {
        display: inline-block;
        width: 13.6%;
        text-align: center;
        margin-bottom: 5px;
        padding: 10px 0;
        background-color: #f2f2f2;
        border-radius: 5px;
    }
.day-tasks {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.day-tasks > div {
	width: 70%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.day-tasks > div h3 {
	font-size: 25px;
    margin-top: 0;
	margin-bottom: 10px;
}

.day-tasks > div ul {
	align-items: center;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}

.day-tasks > div ul li {
	color: white;
	display: flex;
    justify-content: center;
/*	background-color: green;*/
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px;
    margin-bottom: 5px;
	width: 50%;
	height: 70px;
}

/* Style pour les boutons de jour */
.weekdays {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}

.weekdays li {
    display: inline-block;
    margin-right: 5px;
}

.weekdays button {
    background-color: #BE7F16;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.weekdays button:hover {
    background-color: #F5CE8D;
	border: solid 3px orange;
	color: black;
}

/* Style pour les tâches terminées */
.done {
    background-color: #15A233;
}

/* Style pour les tâches en cours */
.in-progress {
	color: #32A5E4!important;
	font-weight: 500;
 	border-left: solid 5px #32A5E4!important;
    background-color: #E1F9FF;
}

/* Style pour les tâches à faire */
.to-do {
    background-color: lightcoral;
}
.selected-calendar {
    background-color: #ccc; 
    color: #fff; 
}

.container-page-calendar{
	margin-top: 50px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}
.gigi{
	z-index: 1;
	top: -5px;
	position: absolute;
	height: 500px ;
	width: 500px;
	background-image: url("../imgs/gigi_la_girafe.png");
	background-repeat: no-repeat;
}





/* ----------- media query -------------------*/


@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;
	}
	
	.home{
		display: none!important;
	}
	.contenu-footer {
		width: 100%;
	}
	footer {
    flex-shrink: 0;
    /* border-top: 1px dashed #000; */
    background-color: #404D3B;
    width: 100%;
    height: 18vh;
    color: white;
}
	
	.maps .row{
	flex-direction: column;
}
	
	.zone_map {
    
    width: 77%!important;
}
	
	.annimaux_map{
	width: 85%!important;
	height: 600px!important;
}
	
	.maps{
	padding-top: 250px;
	height: 1500px!important;
}

}


@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;
	}
	
	.home{
		display: none!important;
	}
	
	.contenu-footer {
		width: 100%;
	}
	footer {
    flex-shrink: 0;
    /* border-top: 1px dashed #000; */
    background-color: #404D3B;
    width: 100%;
    height: 18vh;
    color: white;
}
	
	.maps .row{
	flex-direction: column;
}
	
	.zone_map {
    
    width: 77%!important;
}
	.annimaux_map{
	width: 85%!important;
	height: 600px!important;
}
	
	.maps{
	padding-top: 250px;
	height: 1500px!important;
}
	


}



@media (max-width: 900px){
  section span {
    width: calc(10vw - 2px);
    height: calc(10vw - 2px);
  }
}

@media (max-width: 600px){
  section span 
{
    width: calc(20vw - 2px);
    height: calc(20vw - 2px);
  }
}



@media (max-width: 1600px) {
    #logorango {
        height: 90px;
		width: 90px;
    }
}
@media (max-width: 1400px) {
    #logorango {
        height: 80px;
		width: 80px;
    }
}
