#entete {
	height : 15%;
}

.ent_logo {
	margin-left : 2%;	
}

.ent_titre {
	display : none;
}

.ent_adr {
	display : none;
}

.ico_menu {
	height 	: 100%;
	flex	: 1;
}

.ico_menu img {
	height : 40%;
	float : right;
	margin-top : 30%;
	margin-right : 10px;
}

.menu_mobile {
	position : absolute;
	background-color : #00485F;
	top : 15%;
	height : 18%;
	width : 100%;
	display : none;
}

.menu_mobile .ent_adr {
	display : block;
	color : white;
	font-family : Century-Gothic-Std;
	margin-left : 2%;
	font-size 	: 15px;
	line-height : 2;
	width : 96%;
}

.menu_mobile .ent_adr select {
	width 		: 100%;
 	font-family : Courier New;
}

.menu_mobile .ent_adr select option {
 	font-family : Courier New;	
}

.menu_mobile .ent_adr a {
	background-color : #0099E1;
	color : white;
	text-decoration : none;
	padding : 2px 5px;
	margin-left : 60%;
}
.menu {
	margin 		 : 5% 4% 0% 4%;
	height 		 : 95%;
	width		 : 92%;
}

.menu div {
	font-family : Century-Gothic-Std;
	color : white;
	height : 10%;
	display : flex;
	align-items 	: center;
	justify-content : center;
	text-align : center;
	margin-bottom : 3%;
}

.menu div a {
	color 			: white;
	text-decoration : none;
	display 		: flex;
	width 			: 100%;
	height 			: 100%;
	align-items 	: center;
	text-align		: center;
	justify-content : center;
}

#page {
	margin-top : 5px;
	min-height : 78%;
}	

.pag_men {
	display : none;
}

.cad_login {
	width 			: 100%;
	margin-top 		: 4%;
	padding-bottom 	: 8%;
}

.log_1, .log_2, .log_3 {
	width : 55%;
	margin-left : 5%;
	font-size : 20px;
}

.log_1 {
	padding-top : 10px;
}

.log_4 {
	font-size : 15px;
	width 	  : 180px;
	margin-top : 15px;
	margin-left : 140px;
}

.log_5 {
	font-size 	: 13px;
	padding-top : 10px;
}

.log_5 div:nth-child(1), .log_6 div:nth-child(1){
	margin-left : 20px;
	width		: 120px;
}

.log_5 div input, .log_6 div input {
	font-size 	: 15px;
	width 		: 180px;
}

.log_6 {
	font-size 	: 13px;	
	padding		: 5px 0px; 
}

.log_7 input {
	margin-left : 280px;
	margin-top  : 5px;
}

.log_8 {
	margin-top 	: 15px;
	font-size 	: 13px;
	margin-left : 130px;
}

.pag_int {
	width 				: 100%;
	background-image 	: url("images/fond.jpg");
	background-repeat 	: no-repeat;
	background-position : bottom right;
	background-size 	: 70% auto;
}

.lis_doc {
	width 		: 100%;
	min-height  : 95%;
	padding-top : 5%;
	font-family : Century-Gothic-Std;
	color 		: white;
}

.lis_doc iframe {
	height: 70vh;
	width : 100%;
}

.lis_doc_titre {
	width : 90%;
	margin-left : 5%;
	height : 5vh;
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	font-size : 18px;
}

.lis_doc_int {
	width	: 89%;
	padding : 5% 0% 0% 8%;
	font-size : 13px;
}

.liste_documents {
	width:100%;
}

.ligne_doc {
	margin-top : 10px;
}

.ligne_doc a {
	font-family : Century-Gothic-Std;
	color : white;	
	text-decoration : none;
}

#pied {
	border-top : solid 5px #FFFFFF;
	height : 7%;
	justify-content : flex-end;
}

.pie_leg, .pie_img {
	display : none;
}

