
body {
	background: #ba0001;
	font-family: Verdana;
	font-size: 14px;
}

#header {
	background: black;
	text-align: center;  
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
}

#header img{ 
	width:98%;
}

#scrool {
	height:30px;
	background: white;
	text-align: center;
	color:black;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
}

#scrool a { 
	text-decoration: none; 
}

#footer {
	background: black;
	text-align: center;
	color: white; 
	font-size: 12px; 
	padding: 2px; 
	border-radius: 10px;
	clear: both;
}

#footer p {  
    
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 1px;   
}

@media only screen and (max-device-width: 800px) {   

.menu_vertical_gauche
{
	width:100%; 
	margin-bottom: 5px;  
	height:500px; 
	padding-top: 5px;  
    text-align: center;
    border-radius: 10px;
	overflow:auto;
}

.menu_vertical_centre
{ 
	width:100%;   
	margin-bottom: 5px; 
	height:500px; 
	padding-top: 5px;  
    text-align: center;
    border-radius: 10px;
	overflow:auto;
}
.menu_vertical_droite
{ 
	width:100%; 
	margin-bottom: 5px;   
	height:500px;
	padding-top: 5px;  
    text-align: center;
    border-radius: 10px;
	overflow:auto;
}

}

@media only screen and (min-device-width: 800px)  {

.menu_vertical_gauche
{
	width:32%;  
	height:500px; 
	padding-top: 5px;
	float:left; 
    text-align: center;
    border-radius: 10px;
	overflow:auto;
}

.menu_vertical_centre
{ 
	width:34%; 
	margin-left: 1%; 
	margin-bottom: 5px;
	padding-top: 5px; 
	height:500px; 
	float:left; 
    text-align: center;
    border-radius: 10px;
	overflow:auto;
}
.menu_vertical_droite
{ 
	width:32%;   
	height:500px;
	padding-top: 5px;
	float:right; 
    text-align: center;
    border-radius: 10px;
	overflow:auto;
}

}

.menu_vertical_gauche img
{     
	height:495px;
}

.menu_vertical_centre img
{     
	height:495px;
}
.menu_vertical_droite img
{     
	height:495px; 
}


img {
	opacity: 1;
	transition: 0.5s;
	border-radius: 10px;
	width: 70%;
}

img:hover {
	opacity:0.8;
	transition: 0.5s; 
}

#floatimgmenu { 
	width: 8%;
	height: 30px;
	float: left;
	margin-left: 10px;    
}

#floatscrool { 
	width: 60%; 
    margin-left: auto;
    margin-right: auto;
	height:30px;  
}

#floatlangues { 
	width: 15%; 
	margin-right: 10px; 
	float:right;   
}

#floatimgmenu img { 
	width: 35px;
	height: 30px; 
	float: left;
}

.input_langues
{
	height: 30px;
	width: 80px;
	float: right;	
	background-color:black;	
	color:white; 
	text-align : center;
	font-size: 14px;  
	border-radius: 10px;    
}

.input_langues:hover {
	background: white;
	color: black; 
	border-radius: 15px;
	transition: 0.5s;
}

.sidenav {
	opacity:0.9;
	height: 100%;
	width:0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	border-radius: 20px;
	text-align: center;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #f1f1f1;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #818181;
	background-color: white;
}

.image_bloc
{   
	position: relative; 
}

.text_bloc
{   
	background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    position: absolute;
    text-align: center;
    font-family: Georgia;
    font-weight:bold; 
    left: 30%;  
    top: 70%;
    font-size:30pt;
    color: white;
    width: 180px; 
}

.imgnav img {  
	width: 50%; 
	height: 50%;
	
}

.imgnav {    
	opacity:0.9;
	height: 50%;
	width:0%;
	position: fixed;
	z-index: 1;
	top: 10%;
	left: 30%;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	border-radius: 20px;
	text-align: center;
}

#row { 
	height:1420px; 
     } 

.card {
	background:#edfaf1;
	padding: 20px;
	margin-top: 10px;
	border-radius: 10px;   
}

.card p { 
        text-align: justify;
}
.card img { 
	border-radius: 10px;
	width: 100%;
}

h1 {
	color: #b80000;
	font-size: 120%;
    text-align: center;
}

.input_titre
{
	height: 40px;	
	background-color:#338056;
	text-align : center;  	
	color:black;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width:100%; 
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left:2%;
	margin-right:2%;
	border: 1px solid black;    
}

.input_titre:hover
{
	background-color:#c9f0d5;
}

.input_texte
{
	background-color:#338056;
	text-align : center; 
	color:black;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width:100%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left:2%;
	margin-right:2%;
	border: 1px solid black;    
}

.input_texte:hover
{
	background-color:#c9f0d5;
}

.btn:hover
{
color: white;
    background:    black   url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAJklEQVQIW2P4//+/NxMDA8N/JgYGhn+oLDQu7Vk/GP4zMXDQx3IA0To1YWcEwtQAAAAASUVORK5CYII=") repeat-x;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    margin: 3px;
    font-size : 14px;
	text-align : center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; 
    margin-top: 3%;
	margin-bottom: 3%;
}

.btn 
{ 
    align-items: center;
    color: black;
    background: #ba0001 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAJklEQVQIW2P4//+/NxMDA8N/JgYGhn+oLDQu7Vk/GP4zMXDQx3IA0To1YWcEwtQAAAAASUVORK5CYII=") repeat-x;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    font-size : 14px;
    text-align : center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; 
    margin-top: 3%;
    margin-bottom: 3%; 
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid red;
	box-shadow:0px 0px 10px red;
	-webkit-animation-name: clignote;  
	-webkit-animation-duration: 1s;  
	-webkit-animation-iteration-count:infinite;		
}




.enr_slide {
	opacity:0.9;
	height: 85%;
	width:0;
	margin: auto; 
	position: fixed;
	z-index: 1;
    margin-top: 5%;
    margin-right: 10%;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 10px;
	transition: 0.5s;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
}
 
 