@charset "UTF-8";



/* ----------------- Reset all styles ----------------- */
*{
	margin:0;
	padding:0;
	border:0;
}

body{
	
	background-image:url(../images/autoillu.svg);
	background-color:#ffffff;
}


/* ----------------- wrapper - keeps all content in the center of page -----------------  */
.wrapper{
	background-color:none;
	margin:auto;
	width:85%;
	height:auto;
}


/* The rest is pretty self explanatory - it appears in the order that it occurs on the HTML document */


#logoimage{
	width:600px;
	padding-right:0px;
	margin-top:1%;
	margin-bottom:2%;
	float:right;
}


	
#slideshow{
	width:100%;
	height:100%;
	margin-top:2%;
}


/* - - - - - - - - - - - - - - -  Slider START  - - - - - - - - - - - - - - - */

.html_carousel {
}
.html_carousel div.slide {
	position: relative;
}	
.html_carousel div.slide img {
	width:100%;
	height:100%;
	-webkit-box-shadow: 0 1px 1px #c1c1c1;
    -moz-box-shadow: 0 1px 1px #c1c1c1;
    box-shadow: 0 1px 1px #c1c1c1;
	border-radius:9px;
}

.clearfix {
	float: none;
	clear: both;
}


/* - - - - - - - - - - - - - - -  Slider END  - - - - - - - - - - - - - - - */

.head h1{
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:300;
	font-size:150%;	
	text-align:left;
	color:#706f6f;
	margin-top:5%;
	margin-bottom:1%;
	text-shadow: 0 2px 2px #819c18;
}

.left{
	margin-top:0%;
	width:60%;
	float:left;
	margin-bottom:2%;
}

.left p{
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:300;
	font-size:100%;
	color:#706f6f;
	line-height:160%;
}

.right {
	margin-top:0%;
	width:48%;
	float:left;
	margin-bottom:2%;
}

.right p{
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:300;
	font-size:110%;
	color:#706f6f;
	line-height:160%;
	
}
	




footer{
	margin-top:20px;
	margin-bottom:2%;
	padding-right:-5px;
	width:100%;
	float:right;
	}

.adresse{
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:300;
	font-size:110%;	
	text-align:right;
	color:#706f6f;
	line-height:120%;

}

#plan{
	width:620px;
	padding-right:0px;
	margin-top:2%;
	margin-bottom:5%;
	float:right;
}

/* ---------------------- RESPONSIVE STUFF - ONLY TOUCH IF YOUR'E CONFIDENT WITH CSS ---------------------- */

@media only screen and (max-width: 2800px) {
	.wrapper{
		width:1200px;
	}
	
}

@media only screen and (max-width: 1279px) {
	.wrapper{
		width:90%;
	}

.left{
		width:60%;
	}

	
}




@media only screen and (max-width: 900px) {
	.wrapper{
		width:80%;
	}

.left{
		width:80%;
	}

	
}



@media only screen and (max-width: 720px) {
	
	#logoimage{
	width:350px;
	padding-right:0px;
	margin-bottom:3%;
	float:right;
}
	
	.left{
		width:100%;
	}
	
	.right{
		width:100%;
	
	}


	
}

@media only screen and (max-width: 510px) {
	.wrapper{
		width:95%;
	}
	
	#logoimage{
	width:310px;
	padding-right:0px;
	margin-bottom:3%;
	float:right;
}

.head h1{
	font-size:130%;	
	text-align:left;
	color:#706f6f;
	margin-top:5%;
	margin-bottom:1%;
	text-shadow: 0 1px 1px #819c18;
}


.left p{
	font-size:100%;
	
}

}


	
	