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

@font-face {
    font-family: "harabarabold";
    src: url('font/harabara-webfont.eot');
    src: url('font/harabara-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/harabara-webfont.woff') format('woff'),
         url('font/harabara-webfont.ttf') format('truetype'),
         url('font/harabara-webfont.svg#harabarabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body{
	font-family: "harabarabold", Trebuchet MS, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	background-color:#ff1a00;
}

.navigation{
	position:fixed;
	z-index:3;
	top:20px;
	width:100%;
	background-color:#494949;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	.navigation li{
		color: #fff;
		display: inline;
		font-size: 20px;
		font-weight: bold;
		line-height: 50px;
		margin: 10px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing:3px;
		width: 700px;
}
		.navigation li:hover,.active{
			cursor:pointer;
			width:100px!important;
			color:#ff1a00;
}
			.navigation li a{
				text-decoration:none;
				color: #fff;
}

				.navigation li a:hover,:active{
					color: #fff;
					color:#ff1a00;
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
	background-color:#ff1a00;
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	bottom: 0;
    color: #000000;
    font-size: 100px;
    font-weight: bold;
    left: 0;
    opacity: 0.35;
    position: absolute;
	margin:0 0 0 0;
	z-index: 2;
}
.button{
	
  	display:table-cell;    /*Add this*/
  	vertical-align:middle; /*Change to middle*/
	width:50px;
	height:50px;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
	.button:hover{
		background-color:#494949;
		cursor:pointer;
}

#buttonUp{
	
  	display:table-cell;    /*Add this*/
  	vertical-align:middle; /*Change to middle*/
	
	width:50px;
	height:50px;
	background-image:url(../images/arrowUp.png);
}


#buttonTop{
	
  	display:table-cell;    /*Add this*/
  	vertical-align:middle; /*Change to middle*/
	width:50px;
	height:50px;
	background-image:none;
	color=white;
	text-align: center; 
	
}


.carte{
	z-index:1;
	position:relative;
	padding:150px 0 0 0;
	margin: 0 0 0 30px;
	
}
.adresse{
	display: block;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 0 75px 0 0;
    text-transform: uppercase;
}

.icone-adresse{
	float:left;
}

.titre-p{
	background-color:#ffffff;
	color:#494949;
	margin:5px 0;
	line-height: 35px;
	padding:5px;
}

.ville-p{
	background-color:#ffffff;
	color:#494949;
	margin:5px 0;
	line-height: 35px;
	padding:5px;
	font-size: 35px;
	
}

.adresse-p{
	background-color:#ffffff;
	color:#494949;
	margin:5px 0;
	line-height: 35px;
	padding:5px;
}

.postal-p{
	background-color:#ffffff;
	color:#494949;
	margin:5px 0;
	line-height: 35px;
	padding:5px;
}


.google-map{
	width:300px;
	height:250px;
	position:relative;
	z-index:0;
}

/******************************
 SLIDE 1 
*******************************/

#contenu-slide1{
	position: relative;
    	top: 150px;
    	color:#FFFF00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    	font-size: 58px;
    	font-weight: bold;
}

#logo-mega{
	display:block;
	float:left;
	margin:0 70px 0 0;
	color:#494949;
}

#heure{
	font-size:18px;
	background-color:#FFFFFF;
	color:#494949;
	line-height: 20px;
    	margin: 10px 0 0;
    	padding: 5px;
}

.heure{
	font-size:12px;
	background-color:#FFFFFF;
	color:#494949;
	margin:5px 0;
	line-height: 15px;
	padding:5px;
}

#slide1-line1{
	font-size: 88px;
}

#btnBas{
	display:inline;
	width:auto;
	position:absolute;
	bottom:0px;
	margin-left: auto;
	margin-right: auto;
}

#btn1Bas{
	display:inline;
	width:auto;
	position:absolute;
	bottom:0px;
	left:50%;
}

#btnBas > ul > li {
    display: inline-block;
    vertical-align: bottom;
}


/******************************
 SLIDE 2 
*******************************/


/******************************
 SLIDE 3 
*******************************/

#info-botte-laval{

	background-color:#FFFFFF;
	color:#494949;
	margin:20px 0 5px 0;
	line-height: 35px;
	padding:5px;
	width:450px;
}

table {
	margin:10px 10px 10px 10px;
	border: 2px solid black;
    	border-radius: 5px;
	border-spacing: 3px;
	font-family: "Times New Roman", Times, serif;
}

td ,th {
	 border: 1px solid black; 
}

table,td,th:hover,:active{
	color: #000;
	color:#000
}

table iframe{
	width:100%;
	height:100%;
}

a {
	margin:0 10px;
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
	color:#fff;
	font-weight: bold;
}

h1 {
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	width:100%;

}

footer {
	display:flex;
	width:100%;
	height:5%; 
	font-weight:300;
	font-size:0.8em;
	font-family: "Times New Roman", Times, serif;
	padding: .75em;
	margin-bottom: 2em
}
#footer p {
	margin-bottom: 0
	
}

/****************************** 
media querry 


@media screen and (max-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1), (-webkit-min-device-pixel-ratio: 1) {
.wrapper{
	height:150px;
}

#contenu-slide1{
	margin:0 0 0 5%;
}

#slide1-line4{
	display:none;
}

.adresse{
	font-size:110%;
}

titre-p{
}

ville-p{
	font-size: 160%;
}

adresse-p{
}

postal-p{
}
	
}


@media screen and (max-width: 480px), screen and (-webkit-min-device-pixel-ratio: 1), (-webkit-min-device-pixel-ratio: 1)  {
	
}

@media screen and (max-width: 320px), screen and (-webkit-min-device-pixel-ratio: 1), (-webkit-min-device-pixel-ratio: 1)  {


}
*******************************/
