@font-face {
    font-family: 'Raleway-Thin';
    src: url('../fonts/Raleway-Thin.ttf');
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf');
}


body,html{
	width:100%;
	height:100%;
	margin:0;
	font-family: 'Raleway-Regular';
	padding:0;
}
img{
	width:80px;
	padding-top: 10px;
}
h1{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Raleway-Thin';
	color:#c0c0c0 !important;
}
span:first-child{
	font-family: 'Raleway-Regular';
	color:#6fafff;
}
.info{
	background:#6fafff;
	padding:10px;
	border: 1px solid#6fafff;
}
.info span:first-child{
	color:white;
	padding-top: 5px;
	font-size: 25px;
	padding-bottom: 15px;
}
.info li{
	list-style-type: none;
	color:white;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.mail{
	background:white;
	padding:10px;
	border:1px solid #dedede;
}
.mail span:first-child{
	color:#c0c0c0;
	padding-top: 5px;
	font-size: 25px;
	padding-bottom: 15px;
}
.mail li{
	list-style-type: none;
	color:#6fafff;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.hour{
	margin-top: 15px;
	border:1px solid #dedede;
}

.hour p{
	text-align: center;
	padding-top: 10px;
	font-family: 'Raleway-Regular';
	font-size: 30px;
	text-transform: uppercase;
	color:#6fafff;
}
.hour ul span{
	text-transform: uppercase;
	font-family: 'Raleway-Regular';
	font-size: 18px;
}
.hour ul li{
	list-style-type: none;
	color:#c0c0c0;
	margin-top: 10px;
	font-size: 18px;
}
.hour ul li:nth-of-type(2){
	padding-bottom: 10px;
}
.hour ul span:nth-of-type(2){
	color:#6fafff;
	margin-top: 10px;
}
.en,.fr{
	text-align: center;
}
.adresse{
	background:#6fafff;
	margin-top: 10px;
}
.adresse i{
	color:#b40404;
}
.adresse p{
	text-align: center;
	padding-top: 15px;
	color:white;
	font-size: 20px;
	font-family: 'Raleway-Regular';
}
.adresse span{
	font-family: 'Helvetica' !important;
}
iframe {
      position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
iframe div{
	display: none;
}
.map-display{
	position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
}
.place-card-large{
	display: none !important;
}
footer{
	border-top: 1px solid #dedede;
}
footer img{
	width:200px;
	display: block;
	margin: 0 auto;
}
.retour{
	position: fixed;
    top: 25px;
    color:#6fafff;
}
.maps iframe{
    pointer-events: none;
}
@media screen and (max-width:500px){
	h1{
		font-size: 16px !important;
	}
	img{
		width:50px;
	}
	span{
		font-size: 16px !important;
	}
	li{
		font-size: 16px !important;
	}
	.fr,.en{
		text-align: left;
	}
	ul{
		padding:0;
	}
	p{
		font-size: 16px !important;
	}
}