/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.retour{
	clear: both;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
}
.container{
	width: 1140px;
	margin: auto;
}
.container #logo {
	width: 25%;
	float: left;
	
}
#titre{
	
	width: 50%;
	float: left;
	
}
#tel{
	width: 15%;
	float: left;
	color: orange;
	border: 1px solid orange;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
	border-radius: 5px;
}
#tel p{
	float: right;
	margin-top: 3px;
}
#titre h1{
    font-family: 'riffic_freebold';
	color: orange;
	text-align: center;
	font-size: 50px;
}
#titre p{
	color: gray;
	text-align: center;
}
#rectangle{
	background: url("images/Rectangle 2.png") center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 100px;
}
#rectangle h1{
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
	padding-top: 80px;
	color: white;
}
#rectangle p{
	border: 1px white solid;
	color: white;
	text-align: center;
	width: 200px;
	padding: 5px;
	border-radius: 5px;
	margin: 25px 43.5%;
}
#menu{
	display: grid;
	justify-content: center;
	background-color: white;
	width: 100%;
	position: sticky;
	top: 0;
}
#menu a{
	float: center;
	display: block;
	line-height: 45px;
	text-decoration: none;
	padding: 10px;
	color: lightgray;
}
#menu a:hover{
	color: orange;
}
#menu li{
	float: left;
}
.bg_gris{
	background-color: lightgray;
	height: 100%;
	width: 100%;
}
#prestation p{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 160px;
	
}
#prestation .col3{
	position: relative;
}
.col3{
	width: 30%;
	margin: 1.5%;
	float: left;
	text-align: center;
	color: white;
}
.col3 a{
	text-decoration: none;
	color: white;
	
	
}
.col3 a:hover{
	font-weight: bold;
	color: white;
	border: none;
}
.bg_orange{
	background-color: orange;
	height: 200px;
	width: auto;
	padding: 15px;
}
.col4{
	
	width: 20%;
	margin: 2%;
	float: left;
	text-align: center;
}
.container h3{
	color: white;
	text-align: center;
	text-transform: uppercase;
	
}
.col4 h4{
	text-align: center;
	color: white;
	text-transform: uppercase;
	margin-top: 10px;

}
.bg_white{
	background-color: white;
	width: auto;
}
section h2{
	text-align: center;
	text-transform: uppercase;
	color: orange;
	padding: 20px;
}
section h2 span{
	color:darkgray;
}
.col6{
	width: 20%;
	margin: 2%;
	float: left;
	text-align: center;
}
.col2{
	float: left;
	width: 50%;
}
#rm ul{
	font-size: 17px;
	line-height: 198%;
	color: gray;
	
}
#rm li{
	list-style: url("images/triangle.png");
}
#rm{
	width: 100%;
	margin: 2%;
}

#gauche h1{
	font-weight: bold;
}
legend{
	color: darkgray;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
}
#form fieldset{
	margin: 0 0 20px 0;
	
	
}
#form input {
	border: orange 1px solid;
	width: 70%;
	padding: 10px;
	margin-bottom: 30px ;
	margin-top: 10px;
	
}
#form input[type="submit"]:hover{
	background-color: orange;
	
}
#form input[type="submit"]{
	width: 25%;
}

#gauche{
	text-align: right;
	width: 47%;
	margin: 50px 1.5%;
	color: gray;
}
#droite{
	text-align: left;
	width: 47%;
	margin: 50px 1.5%;
	color: darkgray;
}
#message{
	height: 250px;
	width: 73%;
	border: orange 1px solid;
	margin-top: 10px;
}



footer{
	background-color: #212020;
	font-size: 10px;
	width: auto;
	height: 300px;
}
footer .col4{
	text-align: center;
	color: white;
	margin-top: 20px;
	line-height: 25px;
	display: grid;
	text-decoration: none;
}
footer h2{
	color: orange;
	text-transform: uppercase;
	font-size: 10px;
}

footer a{
	text-decoration: none;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	
}
footer p{
	margin-bottom: 15px;
}
footer .foot{
	text-align: center;
	text-transform: uppercase;
}