body{
	margin:0;
	padding:0;
}
#webpage{
	width:100%;
	height:100vh;
	border:0;
}
.menu
{
  background:#222;
  color:#fff;
  height:50px;
  position:relative;
}

.menu .title
{
  font-size:30px;
  font-weight:bold;
  line-height:50px;
  padding:0 20px;
  text-transform:uppercase;
  cursor:default;
}
h2{
	font-family: Times New Roman;
	color: black;
}
.logout{
	top:50px;
	right:0;
	position:fixed;
	width:120px;
	height:30px;
	border-radius:5%;
	background-color:white;
	color:red;
	border-color:#222;
	font-weight:bold;
	cursor:pointer;
}
.logout:hover{
	background-color:red;
	color:white;
	border-radius:0;
}
.folder{
	width:400px;
	min-height:50px;
	border-radius:10px;
	margin:1%;
	outline:0;
}
.folder:hover{
	background-image:linear-gradient(60deg, blue, cyan);
}
.animbutton{
	animation-name: noview;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes noview{
	0%{
		background-color:white;
	}
	50%{
		background-color:lightblue;
	}
	100%{
		background-color:white;
	}
}
.new{
	float:left;
	color:red;
	font-weight:bold;
	border:1.5px solid black;
	padding:2px;
	border-radius:5px;
	background-color:white;
}
.notnew{
	border:0 none;
	font-weight:200;
	color:black;
	background-color:lightgray;
}
.categ{
	background-color:lightgray;
	display:block;
	width:90%;
	text-align:center;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border:0.5px solid #222;
}
.categ h2{
	margin-top:0;
}
.categ button{
	height:7vh;
	margin-bottom:10px;
	border:0 none;
	background-color:white;
	/*transition-duration:1s;*/
	cursor:pointer;
	box-shadow: 2px 2px 5px black;
	border-radius:2px;
	transition: all 0.2s ease;
}
.categ button:hover{
	border:0.5px solid black;
	border-radius:10px;
	background-color:#004394/*#f0f0f0*/;
}
.categ input[type="text"]{
	width:15%;
}
.categ input[type="submit"]{
	height:5vh;
	padding-left:20px;
	padding-right:20px;
	background-color:white;
	box-shadow:2px 2px 5px black;
	border:0 none;
	cursor:pointer;
}
.categ input[type="button"]{
	height:5vh;
	padding-left:20px;
	padding-right:20px;
	background-color:white;
	box-shadow:2px 2px 5px black;
	border:0 none;
	cursor:pointer;
}
.categ input[type="submit"]:hover{
	border:0.5px solid black;
	border-radius:10px;
	transition: all 0.2s ease 0s;
}
.categ input[type="button"]:hover{
	border:0.5px solid black;
	border-radius:10px;
	transition: all 0.2s ease 0s;
}
.categ table input[type="text"]{
	width:100%;
}
.categ select{
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.categ table{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	border-collapse: collapse;
}
.categ .suivit tr:nth-child(1) td{
	background-color:white;
	font-weight: bold;
}
.categ .suivit tr td{
	border:1.5px solid black;
}
.hidden{
	visibility:visible;
}
.gest_user{
	display: inline-block;
	margin-right: 1%;
	width: 23%;
	margin-block: auto;
}
.gest_user button{
	width: 90%;
}
#button_liste{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:5vh;
	width:50%;
	padding-left:20px;
	padding-right:20px;
	background-color:#f4f4f4;
	box-shadow:2px 2px 5px black;
	border:0 none;
	cursor:pointer;
}
#button_liste:hover{
	border:0.5px solid black;
	border-radius:5px;
}
#voir_liste{
	display:none;
}
iframe{
	display:block;
	width:90%;
	height:100vh;
	margin:auto;
}
/* Ajout doc.php*/
.retoursuivi{
	top:90px;
	left:0;
	float:left;
	position:fixed;
	width:120px;
	height:30px;
	border-radius:5%;
	background-color:white;
	color:black;
	border-color:#222;
	font-weight:bold;
	cursor:pointer;
}
.back_menu{
	top:50px;
	left:0;
	float:left;
	position:fixed;
	width:120px;
	height:30px;
	border-radius:5%;
	background-color:white;
	color:black;
	border-color:#222;
	font-weight:bold;
	cursor:pointer;
}

.info{
	display:block;
	text-align:center;
	color:red;
}
#list_droit{
	float:left;
	margin-left:100px;
}
#add_droit{
	float:right;
	margin-right:100px;
}
#gestion_droit{
	height:60vh;
}
.categ .but_supr{
	background-color:#f77171;
}
.categ .but_supr:hover{
	background-color:red;
}
/*Ajout connexion.php */
.auth{
	border:1.5px solid black;
	margin-right:auto;
	margin-left:auto;
	maring-top:2000px;
	display:block;
	width:30%;
	margin-top: 20vh;
	transform: translateY(-50%);
}
.auth .title{
	display:block;
	padding:5 0px;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	text-transform:uppercase;
	width:100%;
	text-align:center;
	border-bottom:1px solid black;
}
.center{
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:30px;
}
.input_auth{
	text-align:center;
	width:60%;
}
.submit_auth{
	height:3vh;
	padding-left:20px;
	padding-right:20px;
	background-color:#f4f4f4;
	box-shadow:2px 2px 5px black;
	border:0 none;
	cursor:pointer;
}
#erreur{
	color:red;
	border:1px solid red;
	display:block;
	width:99.5%;
	text-align:center;
}
#forgot_password{
	display:block;
	width:100%;
	text-align:center;
}
/* home.php */
.liste_doc{
}
.liste_doc tr{
	width:100%;
}
.liste_doc tr td{
	width:70%;
}
.liste_doc button{
	height:5.2vh;
}
/* user.php */
.unique_g{
	border:1px solid gray;
	margin:2px;
	padding:3px;
	text-align:left;
}
.unique_g input[type="checkbox"]{
	float:right;
}
.tabmult{
	padding-right:50px;
	padding-left:50px;
	border:1px double gray;
	margin:2px;
}
.addgrp{
	border:0 none;
}
.radio_suivi{
	border:1px solid rgb(99, 99, 99);
	cursor:default;
	margin-bottom:10px;
}
#alertemailok{
	margin-left:auto;
	margin-right:auto;
	background-color: lightgreen;
	color:black;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid green;
	border-left:2px solid green;
	border-right:2px solid green;
	width:800px;
	animation:15s linear invisibility ;
	animation-fill-mode: both;
}
@keyframes invisibility{
	from {
		opacity:1;
	}
	to{
		opacity:0;
	}
}