<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body{ margin:0px;
	  padding:0px;
	  min-width:900px;
	  background-image: url(images/x.png);
	background-repeat:repeat;
	background-color: rgba(51,51,51,0.8);
	  }
		  
#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;
		 }




#map {
		width:100%;
		height:300px;
		}
			
#map a {
	margin-left:2%;
		}	
	
#adresse{ width:100%;
background-image:url(images/feuille-papier.jpg);
		  height:40px;
		  z-index:6; }	
			

		

p{ font-size:16px;
   text-align:justify;
   font-family: 'Lato', sans-serif;}
   
h1{
	text-align: center;
	font-family: Lato, sans-serif;
	color: #FFF;
	font-size: 27px;
	font-weight: normal;
	}

h2{
	font-size: 1em;
	font-family: arial, serif;
	text-shadow: 1px 1px 1px  #666666;
	color: #CCC;
	}
	
h3{
	color: #399300;
	text-shadow: 1px 1px 1px #999999;
	font-size: 18px;
	margin-bottom: -2px;
	font-weight: normal;
	}
	
	
input#devis{ 
		width:15px;
        float:left;
		margin-right:1%;
		margin-top:-4px;
		background-color:#309;}
		



#formulaire{ 
	float:left;
	width: 100%;
				}
				
		
				
#contact-gauche{
	width:30%;
	float: left;
	margin-left: 18%;
	margin-top: 90px;
	margin-bottom: 2%;
	margin-right:1%;

}
#contact-droit{
	width: 30%;
	margin-top: 160px;
	float: left;
	margin-bottom: 2%;
	margin-right: 18%;
}

label{
	display: block;
	width: 100%;
	float: left;
	font-size: 1em;
	text-align: left;
	font-family: arial, serif;
	text-shadow: 1px 1px 1px  #666666;
	margin-top: 10px;
	color: #CCC;
}
		
input{
	width: 90%;
	font-family: 'Lato', sans-serif;
	border-radius: 3px;
	margin-bottom: -2px;
	font-size: 0.9em;
	height: 28px;
	color: #399300;
	padding: 1%;
	margin-top: 1px;
		}



#envoyer{
	font-size: 0.9em;
	font-family: arial, serif;
	width: 100%;
	float: left;
	margin-top: 05px;
	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: 90px;
	font-family: Lato, sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	padding-top:20px;
	background-image:url(images/fleche-envoyer.png);
	background-repeat:no-repeat;
	background-position:center top;
	
}


#envoyer:hover{
box-shadow: -1px 2px 20px 5px rgba(0, 0, 0, 0.3) inset;
	background-color: rgba(51,204,51,0.4);
}
	
	
textarea{
	width: 100%;
	color: #399300;
	height: 100px;
	border: none;
	border-radius: 05px;
	margin-top: 1px;
	float: left;
	margin-bottom:3%;
		  }

#coordonner{
	width: 70%;
	margin: auto;
	margin-top:6%;
	height: auto;
}

#coordonner h1{
	text-align:center;
	font-size:16px;
}


#info {
	position:absolute;
	top:120px;
	background-color: orangered;
	width: 40%;
    height: 150px;
	margin-left: 30%;
	margin-right: 30%;
	z-index: 100;
	border-radius: 20px;


}

#info #textinfo {
    width: 80%;
	margin-left: 5%;
	margin-right: 5%;
}

#erreur {
	position:absolute;
	top:120px;
	margin-bottom: 100px;
	background-color: red;
	width: 100%;
	height: 150px;
	margin-left: 40%;
	z-index: 100;
	border-radius: 20px;

}
			 
			 
			 
@media screen and (max-width: 1000px)
{
	
#contact-gauche{
	width:38%;
	float: left;
	margin-left: 10%;
	margin-top: 90px;
	margin-bottom: 2%;
	margin-right:1%;
}
#contact-droit{
	width: 38%;
	margin-top: 160px;
	float: left;
	margin-bottom: 2%;
	margin-right:10%;

}
	
	#envoyer{
	font-size: 0.9em;
	font-family: arial, serif;
	width: 100%;
	float: left;
	margin-top: 23px;
	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: 90px;
	font-family: Lato, sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
}

#coordonner{
	width: 80%;
	margin-top:8%;

}	
	}
</pre></body></html>