@import "/fonts/ptsans/ptsans.css";
@import "/fonts/ptsansnarrow/ptsansnarrow.css";
/*! normalize.css */

html {
    -ms-text-size-adjust: 100%;
    /* 2 */

-webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0;
}
footer, header, main, nav, section {
    display: block;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
/*====================================================================================*/

body {
    font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
}
header {
	background: #e0f2fd;
}
img.img-header, img.img-footer {
	max-width: 100%;
}
.container {
    width: 800px;
    margin: 0 auto;
}
.pink {
	background: #fcdec4;
    background: -moz-linear-gradient(top,  rgba(252,222,196,1) 0%, rgba(252,222,196,1) 74%, rgba(252,222,196,0.5) 88%, rgba(252,222,196,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,222,196,1)), color-stop(74%,rgba(252,222,196,1)), color-stop(88%,rgba(252,222,196,0.5)), color-stop(100%,rgba(252,222,196,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,222,196,1) 0%,rgba(252,222,196,1) 74%,rgba(252,222,196,0.5) 88%,rgba(252,222,196,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,222,196,1) 0%,rgba(252,222,196,1) 74%,rgba(252,222,196,0.5) 88%,rgba(252,222,196,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,222,196,1) 0%,rgba(252,222,196,1) 74%,rgba(252,222,196,0.5) 88%,rgba(252,222,196,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,222,196,1) 0%,rgba(252,222,196,1) 74%,rgba(252,222,196,0.5) 88%,rgba(252,222,196,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdec4', endColorstr='#00fcdec4',GradientType=0 ); /* IE6-9 */
}
.pink2 {
	background: #fcdec4;
	background: -moz-linear-gradient(top,  rgba(252,222,196,0) 0%, rgba(252,222,196,0.5) 5%, rgba(252,222,196,1) 15%, rgba(252,222,196,1) 85%, rgba(252,222,196,0.5) 95%, rgba(252,222,196,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,222,196,0)), color-stop(5%,rgba(252,222,196,0.5)), color-stop(15%,rgba(252,222,196,1)), color-stop(85%,rgba(252,222,196,1)), color-stop(95%,rgba(252,222,196,0.5)), color-stop(100%,rgba(252,222,196,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,222,196,0) 0%,rgba(252,222,196,0.5) 5%,rgba(252,222,196,1) 15%,rgba(252,222,196,1) 85%,rgba(252,222,196,0.5) 95%,rgba(252,222,196,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,222,196,0) 0%,rgba(252,222,196,0.5) 5%,rgba(252,222,196,1) 15%,rgba(252,222,196,1) 85%,rgba(252,222,196,0.5) 95%,rgba(252,222,196,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,222,196,0) 0%,rgba(252,222,196,0.5) 5%,rgba(252,222,196,1) 15%,rgba(252,222,196,1) 85%,rgba(252,222,196,0.5) 95%,rgba(252,222,196,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,222,196,0) 0%,rgba(252,222,196,0.5) 5%,rgba(252,222,196,1) 15%,rgba(252,222,196,1) 85%,rgba(252,222,196,0.5) 95%,rgba(252,222,196,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcdec4', endColorstr='#00fcdec4',GradientType=0 ); /* IE6-9 */

}
section {
    padding: 10px 20px;
}
h1 {
    position: relative;
    overflow: hidden;
    font-size: 40px;
    font-family: 'PT Sans', Helvetica, Arial,  sans-serif;
    color: #00547e;
    text-align: center;
    font-weight: normal;
    margin-left: 40px;
    margin-right: 40px;
    /*margin-top: 0;*/
}
h1.bolder {
	font-weight: 600;
	color: #cc452a;
}
h1 > span {
    display: inline-block;
    margin: 0 .4em;
}
h1 > span:before, h1 > span:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 2px solid #00547e;
    margin-top: .6em;
}
h1.fix > span:before, h1.fix > span:after {
    margin-top: 1.1em;
}
h1.bolder > span:before, h1.bolder > span:after {
    border-top: 3px solid #00547e;
}
h1 > span:before {
    margin-left: -106%;
}
h1 > span:after {
    margin-left: 6%;
}
h1 > span> div {
    display: inline-block;
    /*margin: 0 .4em;*/
}
ul {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 26px;
}
li {
	margin-bottom: 15px;
}
.row {
	margin-bottom: 15px;
}
.row:before, .row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.picto {
	width: 25%;
	float: left;
	display: inline-block;
	text-align: center;
}
.picto.second {
	width: 16.66666666666%;
}
.car {
	width: 30%;
	float: left;
	display: inline-block;
	text-align: center;
}
.cars img {
	max-width: 100%;
}
.divide {
	width: 5%;
	float: left;
}
.divide div {
	background: #909090;
	height: 240px;
	width: 2px;
	margin: 0 18px;
}
.half {
	width: 50%;
	float: left;
	text-align: center;
}
.feature {
	float: left;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 28px;
}
.feature div {
	width: 100%;
}
.feature p b {
	width: 100%;
	line-height: 0.9;
	/*display: inline-block;*/
	font-weight: normal;
}

.feature p.bolder b {
	font-weight: 600;
}
.feature p.bolder.blue b {
	color: #00547e;
}
.feature p.bolder.red b {
	color: #cc452a;
}
.feature.f1 {
	width: 55%;
}
.feature.f1 p {
	margin: 10px 0 10px 20px;
}
.feature.f2 {
	width: 8%;
}
.feature.f3 {
	width: 37%;
}
.feature.f3 p {
	margin: 10px 20px 20px 0;
}
.description {
	text-align: center;
	font-size: 30px;
}
.description.fix br {
	content: " ";
	margin-bottom: -.35em;
	display: block;
}
.description.small {
	font-size: 20px;
}
.car .description {
	margin-top: 5px;
	margin-bottom: 5px;
}
a.btn {
	font-size: 25px;
	text-decoration: none;
	background: #e31e24;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 5px 20px;
	line-height: 1;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btn:hover, a.btn:focus {
	background: #8A1417;
	border-color: #8A1417;
}
a.btn2 {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-decoration: none;
	background: #00547e;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 20px 20px;
	line-height: 1;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: solid 2px #00547e;
	margin-bottom: 15px;

}
p#btn-last-alt:hover {
	cursor: pointer;
}
a.call-alt, a.call-alt:hover {
	text-decoration: none;
	color: inherit;
}
a.btn2:hover, a.btn2:focus {
	background: #003652;
	border-color: #003652;
}
a.btn2 span {
	margin: 3px 0 3px 0;
	display: block;
}
span.tel {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-decoration: none;
	border: solid 2px #ccc;
	color: #ccc;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	white-space: nowrap;
	padding: 20px 20px;
	line-height: 1;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
span.tel.small {
	font-size: 21px;
	padding: 15px;
}
span.tel input {
	border: none;
	font-size: inherit;
	width: 170px;
	display: inline-block;
	outline: none;
}
span.tel.small input {
	width: 120px;
}
span.tel button {
	border: none;
	background: transparent;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
#form-1, #form-2, #form-3 {
	display: none;
	text-align: center;
}
@media(max-width: 820px) {
	.container {
		width: 600px;
	}
	.description {
		font-size: 25px;
	}
	h1 {
		font-size: 1.8em;
	}
}
@media(max-width: 600px) {
	.container, .half, .feature.f1, .feature.f3 {
		width: 100%;
	}
	.picto img {
		max-width: 100%;
	}
	.description {
		font-size: 25px;
	}
	.divide, .feature.f2 {
		display: none;
	}
	.feature.f1 p, .feature.f3 p {
		margin: 10px 0;
	}
	li {
		font-size: 18px;
	}
	h1 {
		font-size: 1.85em;
		margin-left: 15px;
		margin-right: 15px;
	}
	h1 span {
		margin: 0;
	}
	.picto {
		width: 25%;
	}
	.picto.second {
		width: 33.3%;
		height: 200px;
	}
	.car {
		width: 33.3333%;
	}
}
@media(max-width: 480px) {
	.picto {
		width: 50%;
	}
	.picto.second {
		width: 50%;
	}
	h1 span:before, h1 span:after {
		display: none;
	}
	.car {
		width: 100%;
	}
}