
body {
	font-family: 'Open Sans', 'Myriad Pro', Calibri, sans-serif;
	background: url('../../background.jpg') no-repeat center center fixed #ddd;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

#wrapper {
	max-width: 990px;
	margin: 0 auto;
}

header {
	color: #fff;
	margin-top: 25px;
}

h1, header p {
	margin: 0 0 0 10%;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	cursor: default;
}

h1 {
	font-size: 2.9em;
}

a {
	color: #05a5c1;
}

.pure-form input, .pure-form select, .pure-form textarea, .pure-form label {
    font-size: 14px;
}

.phone a {
	color: #fff;
}

header p {
	font-style: italic;
	font-weight: 300;
	font-size: 1.9em;
}

.block {
	width: 450px;
	height: 390px;
	padding: 10px;
	margin: 70px 35px 20px 10px;
	float: left;
	background-color: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	text-align: center;
	line-height: 1.6em;
}

.block:nth-child(even) {
	margin: 70px 0 20px 0;
}

.block-icon {
	background-color: #05a5c1;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	margin: -60px 0 0 175px;
	z-index: 50;
	position: absolute;
	cursor: default;
}

.block-icon .fa {
	margin-top: 20px;
}

.icon-space {
	height: 55px;
}

.block p {
	font-size: .8em;
	line-height: 1.5em;
	text-align: justify;
	margin: 0 15px 15px;
}

.phone {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background: url('../img/phone.png') no-repeat left center #05a5c1;
	padding: 13px 0 13px 45px;
	width: 248px;
	height: 26px;
	margin: 0 auto 8px;
}

.jour, .horaire {
	font-size: .8em;
	line-height: 1.5em;
	display: block;
	padding: 5px;
	margin-top: 8px;
}

.jour {
	padding-left: 105px;
	text-align: right;
	float: left;
	border-right: 1px solid #bbb;
}

.horaire {
	text-align: left;
	float: left;
}

strong {
	color: #05a5c1;
}

address {
	font-size: 1.1em;
	padding-bottom: 12px;
	font-style: normal;
}

.button-color {
	background: #05a5c1;
}

.highlight {
	color: #05a5c1;
	font-weight: bold;
}

#message {
	width: 197px;
	height: 80px;
}

.ext-button {
	color: #fff;
	margin-top: 28px;
	padding: 12px 27px;
}

footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	padding: 40px 0;
}

footer, footer a {
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0,0,0,1);
	font-weight: 600;
}

.white-popup {
	position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
}

.pure-form-aligned {
	height: 345px;
	overflow-x: hidden;
	overflow-y: auto;
}

.rem-contact .float-left {
	float: left;
	font-size: 14px; 
    width: 62%;
    font-size: 13px;
    text-align: left;
    margin-left: 23px;
    line-height: 21px;
}

.rem-contact .float-right {
	float: right;
	width: 30%;
}

.rem-contact .fa {
	color: #05a5c1;
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}

/* Responsive layout */

@media screen and (max-width: 1010px) {
	.block {
		margin: 70px auto 10px !important;
		float: none;
	}

	h1, header p {
		text-align: center;
		margin: 0;
	}

	.mobile {
		display: inherit;
	}

	.computer {
		display: none;
	}

}

