@charset "UTF-8";
/* CSS Document */

body{ margin:0px;
	  padding:0px;
	  min-width:900px;
	  font-family: 'Lato', sans-serif;

	  }
		  

aside{
	position:fixed;
	top: 150px;
	left: 0;
	height: 130px;
	width: 50px;
	border:1px;
	border-bottom-right-radius: 20px;
	border-color: rgba(51,204,51,0.4);
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style:solid;
	border-left-style:hidden;
	background-color: rgba(32, 143, 32, 0.4);
	z-index: 100;
	overflow: hidden;
}

#titrebloctel{
	float:left;
}

#titrebloctel  p{
	display: inline-block;
	font-size:12px;
	writing-mode:vertical-lr;
    text-orientation: upright;
	font-weight: 900;
    padding-top: 10px;
	text-align: center;
}

#textbloctel{
	float:left;
	height: 100px;
	width : 80%;
	border:#65AA33;
	margin-top: 10px;
	margin-left: 30px;
}

#boutonbloctel{
	float: right;
	margin:5px;
}

#boutonbloctel a{
	display: inline-block;
    color:rgb(249, 246, 245);
	text-align:center;
	text-decoration-color: aqua;
	font-size: 12px;
	padding: 6px 10px 6px 10px;
	background-color: rgb(19, 87, 11);
	border:2px solid #e8eee5;
	border-radius: 20px;
	font-weight: bolder;
	
	
}


#redimentionnement{ background-size:100%;
    min-width:300px;
	max-width:600px;
	width:42%; }
		
.icone{ margin-right:10px;
		width:33px;
		margin-left:-05px;}

#a1{ color:#65AA33;	}

  .container{
	width:30%;
	float: right;
}



.dr-trigger{ 
margin-top:-35px;
	color: #666;
}


.side{
	height:90px;
	width:10px;
	color: #333;
}

.dr-icon dr-icon-menu{  
		 box-shadow: #666 2px 5px 10px;
		-moz-box-shadow: 1px 1px 1px #444;
		color: #333;
		-webkit-box-shadow: 2px 5px 10px #444; }


#entete{ width:100%;
		 top:0px;
		 height:60px;
		  background-color: rgba(255,255,255,0.6);
		 box-shadow: #666 2px 5px 10px;
		-moz-box-shadow: 1px 1px 1px #444;
		-webkit-box-shadow: 2px 5px 10px #444;
		position:fixed;
		z-index:10;
		 }

footer{
	background-color: rgba(51,51,51,0.8);
	height: auto;
	z-index: 8;
	bottom:0;
	position: fixed;
	float:left;
	width: 100%;
	background-image: url(images/x.png);
	background-repeat:repeat;
    }
	
#contenu-footer{ width:900px;
margin:auto;
}

#texte-footer{
	width: 250px;
	height: auto;
	padding-top: 2%;
	color: #FFF;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	float: left;
	font-size: 17px;
				}
				
#texte-footer p{
	color:#FFF;
	font-size:17px;
	margin-top:-10px;
	margin-left:10px;}
					
#texte-footer2{
	width: 300px;
	height: auto;
	margin-left: 4%;
	padding-top: 2%;
	line-height: 28px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	float: left;
    }
				
#texte-footer3{
	width: 250px;
	height: auto;
	margin-left: 4%;
	padding-top: 4%;
	line-height: 28px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	float: left;
    }			

#bouton-contact{
	width: 250px;
	border-radius: 05px;
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
	background-color: rgba(51,204,51,0.4);
	height:50px;
    }
	
#bouton-contact:hover{
	width: 250px;
	border-radius: 05px;
	box-shadow: -1px 2px 20px 5px rgba(0, 0, 0, 0.3) inset;
	background-color: rgba(51,204,51,0.4);
	height:50px;
    }




h2{
color: #FFF;
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	margin:0px;
	}
	
	
h3{
	color: #FFF;
	font-size: 18px;
	font-family: Lato, sans-serif;
	font-weight: normal;
	}
	
	
h4{
	color: #FFF;
	font-size: 22px;
	font-family: Lato, sans-serif;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	}
	
.retour{ clear:both;}


@media screen and (max-width: 1000px)
{
	
	
#texte-footer{
	width: 250px;
	height: auto;
	margin-left: 3%;
	padding-top: 2%;
	padding-bottom: 1%;
	color: #FFF;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	float: left;
	font-size: 17px;		
				}
					
#texte-footer2{
	width: 300px;
	height: auto;
	margin-left: 2%;
	padding-top: 2%;
	line-height: 28px;
	padding-bottom: 1%;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	float: left;
    }
				
#texte-footer3{
	width: 250px;
	height: auto;
	margin-left: 2%;
	padding-top: 4%;
	line-height: 28px;
	padding-bottom:1%;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	float: left;
    }			
	
	
	}