#page{
	background: linear-gradient(5deg, #cedeff, #ccd3e3);
}

#actus{
	position: relative;
	margin-top:-1px;
	padding-top: 21px;
	padding-bottom: 25px;
	width:100%;
	height: 100%;
	max-width: 800px;
	margin: 0 auto;
	word-break: break-word;
}

/*                     BLOC   UNE           */
	/*                     BLOC   UNE           */

p#actu_une_alaune{
	position: absolute;
	left:-200px;
	top:180px;
	font-size:60px;
	letter-spacing: 15px;
	opacity: 0.22;
	transform: rotate(270deg);
	user-select: none;
}


@media screen and (max-width: 900px){
	p#actu_une_alaune{
		font-size:30px;
		left:-125px;
		top:140px;
	}
}

#actus_une{
	position: relative;
	width:100%;
	padding:15px 0;
	margin: 0 auto;
	border-radius: 7px;
	font-family: Arial, sans-serif;
}
#actus_une_head{
	display: table;
	width:98%;	
	margin:0 auto;
	text-align: center;		
	padding:15px 0;
	background-color: rgba(0, 0, 0, 0.02);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;	
	box-shadow: 2px 2px 12px 3px #e7e7ff;
}
p#actus_une_title{
	width:calc(100% - 30px);
	padding:0 15px;
	margin: 0 auto;
	text-align: justify-all;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 2.5px;
	font-family: 'Roboto', sans-serif;
	text-shadow: 2px 2px 3px rgba(230,230,230, 1.0);
	color: #2c2c3f;
}
@media screen and (max-width: 900px){
	#actus h1{
		font-size: 42px;
	}
	p#actus_une_title{
		font-size: 32px;
	}
}


p#actus_une_date{
	width:90%;
	margin: 15px auto 0 auto;
	text-align: center;
	font-style: italic;
	letter-spacing: 2.5px;
	font-size: 0.95em;
	color:#4f5171;
}

#actus_une_body{
	display: table;	box-shadow: 2px 2px 12px 3px #e7e7ff;
	max-width:98%;	
	margin:0 auto;
	text-align: center;
	color: #35364c;
	background-color: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
p#actus_une_intro{
	width:90%;
	margin: 10px auto 0 auto;
	padding:10px 20px;
	text-align: center;
	font-size:19px;
	letter-spacing: 2.0px;
	text-shadow: 1px 1px 1px rgb(180,180,200);
	font-weight: bold;
}


#actus_une img{
	display: table;
	max-width:90%;
	max-height: 450px;
	margin: 15px auto;
	border-radius: 5px;
	border: 10px solid rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}



p#actus_une_content{
	width:90%;
	margin: 30px auto 25px auto;
	padding:20px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.02);
	border:1px solid rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
	line-height: 1.3em;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
	font-size: 1.05em;
	letter-spacing: 1.2px;
}

p#actus_une_content a{
	font-weight: bold;
	opacity: 0.8;
	border-bottom: 1px dotted black;
}

p#actus_une_content a:hover{
	font-weight: bold;
	text-decoration: underline;
	opacity: 0.9;
	border-bottom: 1px solid black;
}


/*                     BLOC   UNE           */
	/*                     BLOC   UNE           */









/*                     BLOC MIDDLE            */
	/*                     BLOC MIDDLE            */



#actu_middle{
	width:100%;
	height: 100%;

}
.actu_middle_block{
	position: relative;
	display: table;
	width:98%;	
	margin:50px auto 0 auto;
	padding:0;
	background-color: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 12px 3px #e7e7ff;
	border-radius: 3px;
}
.actu_middle_content{	
	position: relative;
	display: table;
	width:calc(98% - 40px);
	margin:0 auto 40px auto;
	padding:40px 20px;
	color: rgba(0, 0, 0, 0.7);
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 2px 2px 12px 3px #e7e7ff;
	font-size:18px;
	font-family: Arial, sans-serif;
}
.actu_middle_content a{
	font-weight: bold;
	font-family: Arial, sans-serif;
	opacity: 0.8;
	border-bottom: 1px dotted black;
}
.actu_middle_content a:hover{
	opacity: 1;
	border-bottom: 1px solid black;
}
.actu_middle_block_left{
	position: relative;
	padding:20px 0;
}
.actu_middle_block_right{
	position: relative;
	padding:20px 0;
}
.actu_middle_block_right h2{
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, sans-serif;
	color: white;
	opacity: 0.9;
}
p.actu_middle_date{
	color:white;
	opacity:0.65;
	font-size: 0.8em;
	margin:5px 0 20px 0;
}
p.actu_middle_intro{
	padding-bottom: 60px;
	color:white;
	opacity:0.83;
	font-size:20px;
	text-align: justify;
}
p.actu_middle_showcontent{
	display: table;
	position: absolute;
	bottom: 20px;
	right: 0;
	background-color:rgba(0, 0, 0, 0.3);
	padding:10px 15px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	cursor: pointer;
	font-size: 19px;
	color: #ececec;
}
p.actu_middle_showcontent:hover{
	opacity: 0.9;
}

@media screen and (min-width: 601px){
	.actu_middle_block{
		display: flex;
		justify-content: space-evenly;
	}
	.actu_middle_block_left{
		width:30%;
	}
	.actu_middle_block_right{
		width:64%;
	}
	.actu_middle_block_left img{
		display: table;
		max-height:100%;
		max-width: 100%;
		margin: 0 auto;
		border-radius: 5px;
		border: 8px solid rgba(255, 255, 255, 0.5);
		box-sizing: border-box;
		background-color: rgba(255, 255, 255, 0.5);
	}
}

@media screen and (max-width: 600px){
	
	.actu_middle_block_left{
		margin:0 auto 10px auto;
		width:90%;
	}
	.actu_middle_block_right{
		margin:0 auto 10px auto;
		width:90%;
	}
	.actu_middle_block_left img{
		display: table;
		max-height:230px;
		max-width: 90%;
		margin: 0 auto;
		border: 8px solid rgba(255, 255, 255, 0.5);
		border-radius: 5px;
		box-sizing: border-box;
		background-color: rgba(255, 255, 255, 0.5);
	}
	.actu_middle_block_right h2{
		text-align: center;
		margin-bottom: 19px;
	}
	p.actu_middle_date{
		text-align: center;
	}
	p.actu_middle_intro{
		text-align: justify;
	}
}


#btn_show_new_actus{
	display: table;
	width: 420px;
	min-height: 80px;
	max-width: 98% ;
	margin: 25px auto;
	padding: 20px;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Preahvihear', sans-serif;
	background-color:rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	cursor: pointer;
	color: #ececec;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 2px 2px 12px 3px #e7e7ff;
}

#btn_show_new_actus:hover{
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 0.9);
}



/*                     BLOC MIDDLE            */
	/*                     BLOC MIDDLE            */





/*                     BLOC   FOOTER           */
	/*                     BLOC   FOOTER           */


#actu_footer{
	position: relative;
	display: table;
	width:98%;
	min-height: 300px;	
	margin:100px auto 50px auto;
	border:1px solid black;
	background-color: rgba(255, 255, 255, 0.50);
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 12px 3px #e7e7ff;
	border-radius: 3px;
}

#actu_footer h2{
	font-family: 'Preahvihear', sans-serif;
	font-size: 25px;
	font-weight: bold;
	width: calc(100% - 40px);
	padding:25px 20px;
	color: rgba(0, 0, 0, 0.35);
	text-align: center;
}
#actu_footer h3{
	font-family: 'Arial', sans-serif;
	font-size: 22px;
	font-weight: bold;
	width: calc(100% - 40px);
	padding:10px 20px;
	background-color: rgba(0, 0, 0, 0.30);
	color: rgba(0, 0, 0, 0.6);
	text-align: left;
	margin-bottom: 20px;
}

.actu_footer_content{
	width:96%;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-evenly;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.actu_footer_content:hover{
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.actu_footer_content_img{
	width:32%;
	border-radius: 5px;
	background-color:rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 10px;
}
.actu_footer_content_img img{
	max-width: 100%;
	max-height: 100%;
	display: table;
	margin: 0 auto;
}
.actu_footer_content_body{
	width:62%;
}
.actu_footer_content_body h4{
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color:rgba(0, 0, 0, 0.4);
	margin-bottom: 10px;
}
/*                     BLOC   FOOTER           */
	/*                     BLOC   FOOTER           */