@charset "utf-8";
/* CSS Document */
html, body {
  margin:0;
  padding:0;
  text-align:center;
 
  
}
body{ overflow-x:hidden;}
@font-face {
    font-family: 'mhiba';
    src: url('fonts/acaslonpro-regular-webfont.woff2') format('woff2'),
         url('fonts/acaslonpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@viewport {
  width: device-width;height: device-height;
}
@-ms-viewport{width: device-width;height: device-height;}
@-o-viewport{width: device-width;height: device-height;}
body a{
	color: inherit;
	text-decoration: none;
	
}
body a href{
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 1025px) {	
.lien_fichier{
	font-family: "mhiba";
	font-size: 2vh;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 3vh;
	width: 60%;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: 0.5vh;
	margin-left: auto;
	padding-top: 0.7vh;
	padding-right: 0.5vw;
	padding-bottom: 0.5vh;
	padding-left: 0.5vw;
	border: medium solid #000;
	border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	-moz-border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	-webkit-border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}
.lien_fichier:hover{
	cursor: pointer;
	color: #FFF;
	border: medium solid #FFF;

background: rgba(0,76,34,1);
background: -moz-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,76,34,1)), color-stop(38%, rgba(4,143,65,1)), color-stop(100%, rgba(0,76,34,1)));
background: -webkit-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -o-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -ms-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: linear-gradient(to bottom, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c22', endColorstr='#004c22', GradientType=0 );

}
.txt_ac{
	font-family: "mhiba";
	
	text-align: center;
	display: block;
	margin: 0px;
	height: auto;
	width: 80%;
	padding-top: 1vh;
	padding-right: 9%;
	padding-bottom: 1vh;
	padding-left: 9%;
	line-height:auto;
	font-size: 3vh;
	
}
	.txt_ac h1  {font-family: "mhiba"; width:100%;text-align:left;border-bottom:thin solid #004C22; color: #004C22; font-size:3vh;font-weight:bold;}
	
	.txt_ac h2 {font-family: "mhiba"; width:100%; color: #004C22; font-size:3.2vh;font-weight:bold;}
.img_1{
	display: block;
	height: auto;
	width: auto;
	
	max-width: 90%;
	min-width:65vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: 0.5vh;
	margin-left:auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

	position: relative;	
}
.img_2{
	display: inline-block;
	height: auto;
	width: auto;
	max-height: 35vh;
	max-width: 48vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0.5vh;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	
	position: relative;
}
.img_3{
	display: inline-block;
	height: auto;
	width: auto;
	max-height:25vh;
	max-width:30vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0.5vh;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	
	position: relative;
}
.admin_img_cont{
	display: inline-block;
	padding: 0px;
	height: auto;
	width: auto;
	position: relative;
}
}


@media screen and (min-width: 481px) and (max-width: 1024px) {
.lien_fichier{
	font-family: "mhiba";
	font-size: 2vh;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 3vh;
	width: 60%;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: 0.5vh;
	margin-left: auto;
	padding-top: 0.7vh;
	padding-right: 0.5vw;
	padding-bottom: 0.5vh;
	padding-left: 0.5vw;
	border: medium solid #000;
	border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	-moz-border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	-webkit-border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}
.lien_fichier:hover{
	cursor: pointer;
	color: #FFF;
	border: medium solid #FFF;

background: rgba(0,76,34,1);
background: -moz-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,76,34,1)), color-stop(38%, rgba(4,143,65,1)), color-stop(100%, rgba(0,76,34,1)));
background: -webkit-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -o-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -ms-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: linear-gradient(to bottom, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c22', endColorstr='#004c22', GradientType=0 );

}
.txt_ac{
	font-family: "mhiba";
	
	text-align: center;
	display: block;
	margin: 0px;
	height: auto;
	width: 90%;
	padding-top: 1vh;
	padding-right: 9%;
	padding-bottom: 1vh;
	padding-left: 9%;
	line-height:auto;
	font-size: 3vh;
	
}
	.txt_ac h1  {font-family: "mhiba"; width:100%;text-align:left;border-bottom:thin solid #004C22; color: #004C22; font-size:3vh;font-weight:bold;}
	
		.txt_ac h2 {font-family: "mhiba"; width:100%;text-align:left; color: #004C22; font-size:2.5vh;font-weight:bold;}

.img_1{
	display: block;
	height: auto;
	width: auto;
	
	max-width: 90vw;
	min-width:65vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: 0.5vh;
	margin-left:auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

	position: relative;	
}
.img_2{
	display: inline-block;
	height: auto;
	width: auto;
	max-height: 35vh;
	max-width: 48vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0.5vh;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	
	position: relative;
}
.img_3{
	display: inline-block;
	height: auto;
	width: auto;
	max-height:25vh;
	max-width:30vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0.5vh;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	
	position: relative;
}
.admin_img_cont{
	display: inline-block;
	padding: 0px;
	height: auto;
	width: auto;
	position: relative;
}
}

@media screen and (max-width: 480px) {
.lien_fichier{
	font-family: "mhiba";
	font-size: 2vh;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 3vh;
	width: 60%;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: 0.5vh;
	margin-left: auto;
	padding-top: 0.7vh;
	padding-right: 0.5vw;
	padding-bottom: 0.5vh;
	padding-left: 0.5vw;
	border: medium solid #000;
	border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	-moz-border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	-webkit-border-radius: 1.5vh 1.5vh 1.5vh 1.5vh;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}
.lien_fichier:hover{
	cursor: pointer;
	color: #FFF;
	border: medium solid #FFF;

background: rgba(0,76,34,1);
background: -moz-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,76,34,1)), color-stop(38%, rgba(4,143,65,1)), color-stop(100%, rgba(0,76,34,1)));
background: -webkit-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -o-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: -ms-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
background: linear-gradient(to bottom, rgba(0,76,34,1) 0%, rgba(4,143,65,1) 38%, rgba(0,76,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c22', endColorstr='#004c22', GradientType=0 );

}
.txt_ac{
	font-family: "mhiba";
	
	text-align: center;
	display: block;
	margin: 0px;
	height: auto;
	width: 80%;
	padding-top: 1vh;
	padding-right: 9%;
	padding-bottom: 1vh;
	padding-left: 9%;
	line-height: normal;
	font-size: 2vh;
	
}
	.txt_ac h1  {font-family: "mhiba"; width:100%;text-align:left;border-bottom:thin solid #004C22; color: #004C22; font-size:3vh;font-weight:bold;}
		.txt_ac h2 {font-family: "mhiba"; width:100%;text-align:left; color: #004C22; font-size:2.5vh;font-weight:bold;}

.img_1{
	display: block;
	height: auto;
	width: auto;
	
	max-width: 90vw;
	min-width:65vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: 0.5vh;
	margin-left:auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

	position: relative;	
}
.img_2{
	display: inline-block;
	height: auto;
	width: auto;
	max-height: 35vh;
	max-width: 48vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0.5vh;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	
	position: relative;
}
.img_3{
	display: inline-block;
	height: auto;
	width: auto;
	max-height:25vh;
	max-width:30vw;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0.5vh;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	
	position: relative;
}
.admin_img_cont{
	display: inline-block;
	padding: 0px;
	height: auto;
	width: auto;
	position: relative;
}
}
