@charset "utf-8";
/* CSS Document     ver 2.01*/

:root {

/*  theme  bleu  */
  --fondbody: #081050;
  --fondN: #BCE0EC;
  --fondmenu: #283667;
  --fondsaisi: #DDB96E;
  --fondth: #72a2b3;
  --fondtd1: #ADE3FF;/*#93d0e6;*/
  --fondtd2: #82b9cc;
  --fondhover: #B7ECFF;

  --fondinput: #ffffff;
  --colorinput: black;
  --fondfocus: #C1F9FF;
  
  --fondbutton1: #3DADD4;
  --fondbutton2: #6AD2F7;
  --txtbutcol: black;
 
  --white: #ffffff; 
  --txt: #000; 
  --txta: #1A2DDC;
}


*{
    margin: 0px;
    padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
	/*
	font: 100%/1.0 Verdana, Arial, Helvetica, sans-serif;
	
	 line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height:100dvh;
  */
	background-color: var(--fondbody);
	padding: 0;
	color: var(--txt);
}


input,textarea {
	padding-left: 5px;
/*	margin: 0.4rem 0;*/
	background-color: var(--fondinput);
	color: var(--colorinput);
    border-radius: 5px;
}

textarea:focus,input:focus {
	background-color: var(--fondfocus);
	color: var(--colorinput);
}
/*
label,input {
  display: inline-block;
  vertical-align: middle;
}
*/
.form-group {
  display: flex;
  align-items: center; /* aligne verticalement */
  gap: 0.5rem;
}

/*
input[type=text], select, input[type=date], textarea, input[type=email] {
	padding-left: 5px;
	border-radius: 5px;
}
input[type=text]:focus, input[list]:focus, textarea:focus {
	background-color: #CFE9D0;
	padding-left: 5px;
}
*/
textarea {
/*	padding-left: 5px; */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


a {
color: var(--txta);
}

    .table-container {
      max-height: 550px; /* Hauteur de la zone scrollable */
      overflow-y: auto;
      border: 1px solid #ccc;
    }


    thead th {
      position: sticky;
      top: 0;
      z-index: 1;
	}	  

table {
	width: 99%;
}

table a {
    text-decoration: none;
	color: var(--txt);	
		}

td {
	padding-left: 3px;
	padding-right: 3px;
}
	
td a {
	display: block;
	}

td   a:hover {
	background-color: var(--fondhover);
	display: block;
	text-decoration: none;
	color: var(--txt);	
}
th {
	background-color:var(--fondth);
}
th a:hover {
	color: var(--txt);	
	background-color: var(--fondhover);
	display: block;
	text-decoration: none;
}
tr:nth-child(even) {
  background: var(--fondtd1);
}
tr:nth-child(odd) {
  background: var(--fondtd2);
}

#reponse {
	z-index: -1;
	Position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	min-height: 500px;
}

.butt,.boutdocscan,.boutdoc,.boutmenu {
    border-radius: 5px;
    background-color: var(--fondbutton1);
/*	color: var(--txtbutcol);  */
	color: black;
	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.butt,.boutdocscan,.boutdoc,.boutmenu a {
	text-decoration: none;
/*	color: var(--txtbutcol);  */
	color: black;
}
.butt:hover,.boutdocscan:hover,.boutdoc:hover,.boutmenu:hover,.buttphoto:hover {
	cursor: pointer;
	background-color: var(--fondbutton2);
}

button a {
    text-decoration: none;
	color: black;	
		}


	.boutdocscan {
		background-color: #F58E64;
	}
	
	.boutdoc {
		background-color: #C1B3EF;
	}

.boutmenu
{
	width: 200px;
	height: 40px;
}

/*
button {
    border-radius: 5px;
    background-color: var(--fondbutton1);
	color: var(--txtbutcol);
	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}
button:hover {
	cursor: pointer;
	background-color: var(--fondbutton2);
}
*/


#container {
	width: 100%;  
	min-width: 1300px;
	background-color: var(--fondbody);
	margin-right: auto;
	margin-left: auto;	/*
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}
#titrepage {
 	box-sizing: border-box;
	background-color: var(--fondN);
    width: 75%;
	/*
    height: 30px;
	*/
    float: left;
    border-radius: 10px;
    border: 0px solid var(--fondbody);
    padding-top: 0px;
    font-size: large;    /*padding-bottom: 10px;*/
    padding-bottom: 3px;	
    padding-left: 10px;
}
#sess {
 	box-sizing: border-box;
	background-color: var(--fondN);
    width: 25%;
	/*
    height: 30px;
	*/
    float: left;
    border-radius: 10px;
    border: 0px solid #42413C;
    padding-top: 0px;
    font-size: large;    /*padding-bottom: 10px;*/
    padding-bottom: 3px;	
    padding-left: 10px;
}
#menu {
 	box-sizing: border-box;
	background-color: black;
    width: 100%;
    height: 35px;
    /* position: fixed; */
    float: left;
    border-radius: 10px;
    border: 0px solid #42413C;
    padding-left: 5px;
    padding-top: 0px;
}
#cmenu {
    background-color: var(--fondbody);
    width: 100%;
 	min-width: 1290px;
	min-height: 50px;
    position: fixed;
	top: 0px;
	left: none;
	z-index: 10;
}
#recherche {
	/*
    background-color: #ADB96E;
	*/
 		box-sizing: border-box;
   background-color: var(--fondN);
    width: 100%;
    /*height: 30px; */
    float: left;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;	
    border: 3px solid var(--fondbody);
}
#conte {
	box-sizing: border-box;

    background-color: var(--fondN);
    width: 100%;
    /*height: 30px; */
    float: left;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 10px;	
    border-left: 2px solid var(--fondbody);
	
    min-height: 300px;
}
#pied {
		box-sizing: border-box;
    background-color: var(--fondN);
    width: 100%;
    min-height: 15px; 
    float: left;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 10px;	
    border: 2px solid var(--fondbody);
}




.modif:hover {
	cursor: pointer;
	color: blue;
}


.modif2:hover {
	cursor: pointer;
	color: blue;
/*	background-color: var(--fondhover);*/
}


/*  ficherefuge, fiche */

#ficheanimal {
		box-sizing: border-box;
	background-color: var(--fondN);
	width: 100%;
	float: left;
	border-radius: 10px;
	border: 2px solid var(--fondbody);
	padding-left: 10px;
	padding-top: 5px;
	min-height: 300px;
	padding-bottom: 10px;
}
	
#photo {
	background-color: var(--fondN);
	width: 50%;
	border: 0px solid var(--fondbody);
	float: left;
	min-height: 200px;
	margin-right: 10px;
}
.buttphoto {
    border-radius: 5px;
    background-color: var(--fondbutton1);
	color: var(--txtbutcol);
	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
	width: 50%;
	float: left;
	min-height: 200px;
}

#divnom 
{
	background-color: var(--fondN);
	width: 46%;
	float: left;
	height: 205px;
	padding-left: 3px;
	margin-left: 5px;
}

#divesp 
{
	clear:both;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
	text-align: center;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
	
/*---------------------------- maltraitance ------------------*/

#sidebar1 {
	float: left;
	width: 20%;
	background-color: var(--fondN);
	border-radius: 10px;
	position: relative;
	border: 1px solid #42413C;
	min-height: 250px;
	text-align: center;
}

#entetefiche {
	background-color: #699;
/*	height: 33px;*/
	width: 99.5%;  /*content-6*/
/*	position: relative;*/
	float: left;
	border-radius: 10px;
	padding-bottom: 5px;
	border: 1px solid #42413C;
}
/*
.center {
	height: 17px;
	position: absolute;
	left: 0px;
	width: 90%;
	top: 15%;
	text-align: center;
	background-color: var(--fondN);
	margin-left: 5px;
}
*/
#datesig, #datesig2 {
	min-height: 35px;
	width: 49.2%;  /*content/2 -6*/
	float: left;
	background-color: var(--fondN);
/*	position: relative;*/
	border-radius: 10px;
	border: 1px solid #42413C;
	padding-top: 10px;
	padding-left: 5px;
}

#plaig, #plaig2 {
	float: left;
	min-height: 350px;
	width: 49.2%;
	background-color: var(--fondN);
	position: relative;
	border: 1px solid #42413C;
	border-radius: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
#descrip1, #descrip2 {
	background-color: var(--fondN);
	width: 99%;   
	position: relative;
	float: left;
	padding-bottom: 10px;
	
	padding-top: 10px;
	padding-left: 10px;
	border-radius: 10px;
	border: 1px solid #42413C;
}

.photo {
	float: left;
	height: 495px;
	width: 65%;
	background-color: var(--fondN);
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
	border-radius: 10px;
	border: 1px solid #42413C;
}

.comphoto {
	float: left;
	height: 500px;
	width: 33%;
	background-color: var(--fondN);
	padding-left: 10px;
	padding-top: 10px;
	/*
	position: relative;
	left: 20px;
	top: 0px;
	
	padding-top: 10px;
	margin-left: 10px;
	*/
	border-radius: 5px;
	border-radius: 10px;
	border: 1px solid #42413C;
}

#container2 {
	background-color: var(--fondN);
	float: left;
	width: 79%;
	/*
	border-radius: 10px;
	border: 1px solid #42413C;
	padding-left: 10px;
	*/
}
#container3 {
	background-color: var(--fondN);
	float: left;
	width: 98%;
	
/*	border-radius: 10px;*/
	border: 1px solid #42413C;
	padding-left: 10px;
	
}



  /* ----------- boite de dialogue ------------------*/

#boxalert {    
	background-color: lightblue;
	color: black;
		
	min-width: 200px;  
	min-height: 100px;
		
	border-radius: 10px;
	border: 3px solid #42413C;
	padding: 20px;
	position: absolute; 
	top: 50%; 
	left : 50%;	
	transform: translate(-50%, -50%);
}
#alertmess {
    float: right;
	padding-right: 10px;
	padding-left: 10px;
 	padding-bottom: 1px;
	border-radius: 10px;
	font-weight : bold;	
}
#alertmess a {
	text-decoration: none;
}
#pseu {
    float: left;
}



        #overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        .btn {
            padding: 10px 20px;
            margin: 5px;
            cursor: pointer;
  			border-radius: 10px;
			text-transform: uppercase;    
			font-weight: bold;
		}
        .yes {
            background-color: green;
            color: white;
        }
        .no {
            background-color: red;
            color: white;
        }
        /* Style pour la boîte de dialogue */
        #customConfirm {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
			background-color: var(--fondN);
            border: 1px solid #ccc;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1000;
 			border-radius: 10px;
       }




/*  ------------- fiche individu   ---------- */
	#tnp {
		background-color: var(--fondN);
		width: 96%;
		float: left;
		border-radius: 10px;
		padding-left: 5px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 10px;
		border: 1px solid #42413C;
	}
	
	#coord {
		background-color: var(--fondN);
		width: 96%;
		float: left;
		border-radius: 10px;
		padding-left: 5px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 10px;
		border: 1px solid #42413C;
	}

	#contact {
		background-color: var(--fondN);
		width: 96%;
		float: left;
		border-radius: 10px;
		padding-left: 5px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 10px;
		border: 1px solid #42413C;
	}
	
	#descrip {
		background-color: var(--fondN);
		width: 96%;
		float: left;
		border-radius: 10px;
		padding-left: 5px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 10px;
		border: 1px solid #42413C;
	}
