body {
	background-color: #f9f9f9;
	font-family: 'Raleway', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	margin: 0;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
}

.header {
	padding-top: 3em;
	padding-bottom: 2em;
	text-align: center;
	background-color: #FFF;
}

.header .title {
	color: #484848;
	font-size: 2em;
	text-transform: uppercase;
	padding: 0 0 1em;
}

.menu {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.9em;
}

.menu .strikethrough {
	width: 30%;
	background-color: #d0d0d0;
	content: " ";
	display: inline-block;
	height: 2px;
	bottom: .1em;
	position: relative;
	vertical-align: middle;
}

.menu a,
.menu a:visited {
	display: block;
	color: inherit;
	padding: 1em;
}

.menu .item:hover,
.menu .selected {
	background-color: #f6f6f6;
}

.menu .item {
	display: inline-block !important;
	margin: 0.5em;
}

.footer {
	text-align: right;
	padding-top: 2em;
	margin-right: 10%;
}

.footer .name {
	color: #508d24;
}


.intro {
	width: 100%;
	height: 480px;
	background-image: url('../img/couple.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
	background-color: #FFF;
	color: #FFF;
	text-align: center;
	font-size: 1.4em;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.intro .title {
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size: 1.5em;
	font-weight: 700;
	color: #FFF;
}

.intro .info {
	font-weight: 500;
}

.intro .email a,
.intro .email a:visited {
	color: #8dc6d2;
	font-weight: 500;
}

.intro .request a,
.intro .request a:visited {
	color: #fff;
}

.btnrequest {
	background-color: #5199a8;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 1em 2em;
	box-sizing: border-box;
}



.contact {
	width: 100%;
	height: 480px;
	background-color: #FFF;
	color: #8e8e8e;
	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.contact .title {
	color: #5fa233;
	font-size: 1.5em;
}

.contact .subtitle {
	font-size: 1.5em;
	font-weight: 700;
}

.contact .infoheader {
	text-decoration: underline;
}

.contact .email a,
.contact .email a:visited {
	color: #8dc6d2;
}

.contact .item {
	text-align: left;
	padding-left: 3rem;
}




.rdv {
	width: 100%;
	background-color: #FFF;
	color: #8e8e8e;

	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.rdv .image {
	width: 25%;
}

.rdv form {
	width: 68%;
	max-width: 800px;
}

.rdv .image img {
	width: 100%;
}

.fline {
	width: 100%;
	margin-bottom: 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.fpair {
	display: inline-block;
	margin-right: 1em;
	width: 100%;
}

input[type=text], input[type=email], input[type=tel] {
	font-size: 1em;
	width: 100%;
	height: 1.4em;
}

input[type=submit] {
	font-size: 1em;
	width: 100%;
}

textarea {
	font-size: 1em;
	width: 100%;
}

select {
	font-size: 1em;
	width: 100%;
	height: 2em;
}

#btnsubmit {
	background-color: #5199a8;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 1em 2em;
	box-sizing: border-box;
}

.result {
	width: 100%;
	padding: 1em;
	font-size: 1em;
	color: #5fa233;
	background-color: #fff;
}

.error {
	width: 100%;
	padding: 1em;
	font-size: 1em;
	color: red;
	background-color: #fff;
}