@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	height: auto;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: rgba(255,255,255,1);
}
img{
	max-width:100%;
	height:auto;
	border:none;
}
#devis {
	color: rgba(255,255,255,1);
	background-color: rgba(0,153,255,1);
	height: auto;
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	left: 0px;
	top: 150px;
	border-radius: 0px 3px 3px 0px;
	padding-left: 20px;
	z-index: 3100;
	text-align: center;
	padding-right: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	visibility:hidden;
}
#devis a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
#devis a:hover {
	color: rgba(51,51,51,1);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#contact {
	color: rgba(255,255,255,1);
	background-color: rgba(0,153,255,1);
	height: auto;
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	left: 0px;
	top: 220px;
	border-radius: 0px 3px 3px 0px;
	padding-left: 20px;
	z-index: 3100;
	text-align: center;
	padding-right: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
}
#contact a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
#contact a:hover {
	color: rgba(51,51,51,1);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#header {
	text-align: center;
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,1);
	height: auto;
	padding-top: 280px;
	background-image: url(../img/pattern/background.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
#space {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	color: rgba(0,153,255,1);
	text-align: center;
	z-index: 3;
}



#menunav {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	position: relative;
	z-index: 4;
	color: rgba(0,153,255,1);
	text-align: center;
	margin-top: 5px;
	padding-top: 150px;
}
#menunav p {
	font-size: 1.2em;
}
#menunav p span {
	color: #999;
}


#menunav ul{
	width:100%;
	height:auto;
	margin:0;
	padding:0;	
}
#menunav ul li {
	display: inline-block;
	width: 26%;
	/*box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;*/
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0%;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
}
#menunav ul li figure {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 175px;
	margin: 0;
	text-align: center;
	overflow: hidden;
	box-shadow: 3px 2px 4px 1px rgba(51,51,51,0.3);
}
#menunav ul li figure figcaption {
	position: absolute;
	left: 0;
	bottom: -1em;
	width: 300px;
	height: 3.6em;
	line-height: 3em;
	text-align: center;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	/*préparation de la transition*/
	transition: all 0.7s;
	font-size: 1.2em;
}

#menunav ul li figure figcaption span {
	display: block;
	color: rgba(153,0,0,1);
	font-size: 0.8em;
}

#menunav ul li figure:hover figcaption,
#menunav ul li figure:focus figcaption {
	height: 6.2em;
	background-color: rgba(0,153,255,0.6);
}
#menunav ul li figure figcaption span a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
#menunav #slogan{
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(0,153,255,1);
	border-bottom-color: rgba(102,102,102,1);
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1);
}
#menunav #slogan p{
	font-size: 2.5em;
	color: rgba(51,51,51,1);
}
#presentation {
	float: left;
	height: auto;
	width: 90%;
	padding-bottom: 100px;
	position: relative;
	z-index: 4;
	color: rgba(102,102,102,1);
	margin-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: rgba(113,196,236,1);
	padding-top: 150px;
	background-image: url(../img/pattern/background-presentation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

#presentation center h1 {
	display: block;

}

#presentation figure {
	float: left;
	box-shadow: 2px 2px 3px 1px rgba(102,102,102,1);
}
#presentation ul {
	margin: 0px;
	padding: 0px;
}
#presentation ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.up{
	position: fixed;
	z-index: 3000;
	right: 20px;
	bottom: 20px;
	height: 60px;
	width: 60px;
}
#footer {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: rgba(51,51,51,1);
	background-image: url(../img/pattern/enseigne-paris.png);
	background-repeat: repeat;
	background-position: left top;
}
#footer a{
	text-decoration: none;
	color: rgba(153,153,153,1);
}
#footer a:hover {
	color: #09F;
}
#footer #conception {
	color: rgba(255,255,255,1);
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 80px;
	float: left;
	font-size: 12px;
}
#footer #conception a {
	text-decoration: none;
	color: rgba(51,51,51,1);
}
#footer #conception a:hover {
	color: rgba(0,153,255,1);
}
#footer #conception p em {
	color: rgba(255,255,255,1);
	cursor: text;
}
.liste{
	position: relative;
	width: 28%;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	margin-left: 3%;
	color: rgba(153,153,153,1);
	text-align: center;
}
.ull{
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,1);
}
.liii{
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*  Ci dessous responsive  */

@viewport {
   width: device-width; /* largeur du viewport */
   zoom: 1; /* zoom initial à 1.0 */
}
@media(max-width:1080px){
#devis{visibility:hidden;}
#contact{top:100px;}
#presentation figure{margin-left:-2%;}
#presentation{background-image:none;width:98%;padding-left:1%;padding-right:1%;}
#menunav ul li{width:100%;padding:0;}
.up{visibility:hidden;}
.info{width:95%;border-top-width:thin;border-top-style:solid;border-top-color:rgba(153,0,0,1);}
#content .info p {text-align: center;}
}
