.btn,
.cta .btn-call,
.info,
.success,
.warning,
.error {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

.box-iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.box-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

body {
	font-size: 1em;
	line-height: 1.6;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	color: #194759;
	background-color: white;
	margin: 0;
	padding: 70px 0 0 0
}

@media screen and (max-width: 1020px) {
	body {
		padding: 0
	}
}

h1 {
	color: white;
	font-weight: 700
}

@media screen and (max-width: 1020px) {
	h1 {
		font-size: 26px;
		line-height: 1.4
	}
}

@media screen and (max-width: 740px) {
	h1 {
		font-size: 24px;
		line-height: 1.2
	}
}

h2,
h3,
h4 {
	color: #619AC1;
	font-weight: 500
}

@media screen and (max-width: 1020px) {
	h2,
	h3,
	h4 {
		font-size: 20px;
		line-height: 1.2
	}
}

@media screen and (max-width: 740px) {
	h2,
	h3,
	h4 {
		font-size: 18px
	}
}

a {
	color: black
}

.legal {
	font-size: 12px
}

#header {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 1;
	top: 0;
	background: white;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 1020px) {
	#header {
		position: relative
	}
}

#header #logo {
	max-width: 400px;
	height: 40px;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 4px 0 0 75px;
	font-size: 20px;
	font-weight: 500
}

@media screen and (max-width: 740px) {
	#header #logo {
		width: 240px;
		font-size: 20px;
		text-align: center;
		float: none;
		margin: 0 auto;
		padding: 0;
		height: auto
	}
}

#header #logo a {
	max-width: 400px;
	height: auto;
	display: block;
	text-decoration: none
}

@media screen and (max-width: 740px) {
	#header #logo a {
		width: 240px
	}
}

#header #logo span {
	font-weight: 400;
	color: #619AC1
}

#header #logo .img-logo {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	background: transparent url(../images/sprite-vf.svg) right top no-repeat;
	background-size: 150px
}

@media screen and (max-width: 740px) {
	#header #logo .img-logo {
		width: 40px;
		height: 40px;
		margin: 0 auto;
		background-size: 100px auto;
		position: inherit;
		top: inherit;
		left: inherit
	}
}

#nav-1 {
	display: none
}

@media screen and (max-width: 1020px) {
	#nav-1 {
		display: block;
		position: absolute;
		top: 26px;
		right: 26px;
		cursor: pointer
	}
}

@media screen and (max-width: 740px) {
	#nav-1 {
		top: 12px;
		right: 12px
	}
}

.nav-1 {
	float: right;
	height: auto;
	overflow: visible;
	display: block
}

@media screen and (max-width: 1020px) {
	.nav-1 {
		width: 100%;
		position: relative;
		width: 100%;
		float: left;
		display: none;
		overflow: hidden;
		clear: both
	}
}

.nav-1 ul {
	margin: 0;
	padding: 8px 0 0 0;
	width: 100%;
	display: block;
	list-style: none
}

@media screen and (max-width: 1020px) {
	.nav-1 ul {
		width: 100%;
		display: inline-block;
		margin: 16px 0 0 0;
		padding: 0
	}
}

.nav-1 ul li {
	width: auto;
	display: inline-block;
	margin-left: 16px;
	padding: 0
}

@media screen and (max-width: 1020px) {
	.nav-1 ul li {
		width: 100%;
		display: block;
		clear: both;
		text-align: center;
		margin: 0;
		padding: 1px 0
	}
}

.nav-1 ul li a {
	text-decoration: none;
	color: black;
	font-size: 13px
}

@media screen and (max-width: 1020px) {
	.nav-1 ul li a {
		margin: 0;
		padding: 10px 0 10px 0;
		font-size: 16px;
		display: block;
		text-transform: inherit;
		border-top: 1px solid rgba(0, 0, 0, 0.1)
	}
}

.nav-1 ul li a:hover {
	color: #356687
}

#nav-2,
#nav-3,
#nav-4,
#nav-5,
#nav-6 {
	display: none
}

@media screen and (max-width: 740px) {
	#nav-2,
	#nav-3,
	#nav-4,
	#nav-5,
	#nav-6 {
		display: block;
		margin: 14px auto 10px auto;
		padding: 0;
		cursor: pointer
	}
}

.nav-2,
.nav-3,
.nav-4,
.nav-5,
.nav-6 {
	height: auto;
	overflow: visible;
	display: block
}

@media screen and (max-width: 740px) {
	.nav-2,
	.nav-3,
	.nav-4,
	.nav-5,
	.nav-6 {
		position: relative;
		width: auto;
		display: none;
		overflow: hidden;
		clear: both
	}
}

.zone {
	width: auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	*zoom: 1
}

.zone.bg-grey {
	background-color: #f5f5f5
}

.zone.bg-prim {
	color: white;
	background-color: #619AC1
}

.zone.bg-prim h1,
.zone.bg-prim h2,
.zone.bg-prim h3,
.zone.bg-prim h4 {
	color: white
}

.container {
	width: 80%;
	margin: 0 auto;
	padding: 1em 0;
	overflow: hidden;
	*zoom: 1
}

@media screen and (max-width: 1020px) {
	.container {
		width: auto;
		padding: 16px
	}
}

#map-canvas {
	width: 100%;
	height: 350px
}

.btn {
	width: auto;
	height: auto;
	padding: 12px 24px;
	text-align: center;
	display: block;
	position: relative;
	color: white;
	background-color: #619AC1;
	border: none;
	text-decoration: none
}

.btn.btn-1 {
	background-color: #4BD864
}

.btn.btn-1:hover {
	background-color: #36d352
}

.btn.btn-2 {
	color: #194759;
	background-color: white;
	border: 2px solid #e6e6e6
}

.btn.btn-2:hover {
	background-color: #e6e6e6
}

.cta {
	width: 400px;
	margin: 0 auto
}

@media screen and (max-width: 740px) {
	.cta {
		width: auto
	}
}

.cta span {
	display: none
}

@media screen and (max-width: 1020px) {
	.cta span {
		display: inline-block
	}
}

.cta .btn-call {
	font-size: 32px;
	color: #619AC1;
	text-decoration: none;
	cursor: default
}

@media screen and (max-width: 1020px) {
	.cta .btn-call {
		width: auto;
		height: auto;
		padding: 12px 24px;
		text-align: center;
		display: block;
		position: relative;
		font-size: 16px;
		color: white;
		background-color: #4BD864;
		border: none;
		text-decoration: none;
		cursor: pointer
	}
	.cta .btn-call:hover {
		background-color: #36d352
	}
}

.cta.cta-direction {
	margin-top: 8px;
	display: none;
	font-weight: 700
}

@media screen and (max-width: 1020px) {
	.cta.cta-direction {
		display: block
	}
}

form {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 0
}

form input,
form textarea {
	width: 96%;
	padding: 8px 2%;
	margin: 4px 0;
	border: 1px solid #d9d9d9
}

form .form-code {
	text-align: right
}

form .form-code input {
	width: 60px;
	margin-right: 16px;
	margin-left: 16px
}

.form-code img {
	width: inherit;
	height: inherit
}

@media screen and (max-width: 740px) {
	.form-code button {
		width: 100%;
		display: block;
		margin-top: 10px
	}
}

#footer {
	padding-top: 24px;
	font-size: 12px
}

@media screen and (max-width: 740px) {
	#footer {
		text-align: center
	}
}

#footer .footer-txt {
	width: 70%;
	float: left
}

@media screen and (max-width: 740px) {
	#footer .footer-txt {
		width: auto;
		float: inherit
	}
}

#footer .footer-icons {
	width: auto;
	margin: 0 auto
}

#footer .footer-icons span {
	display: inline-block;
	margin: 0 12px
}

#footer .footer-copyright {
	width: auto;
	clear: both;
	text-align: center;
	padding: 16px 0
}

@media screen and (max-width: 740px) {
	.break {
		display: block
	}
}

.bg-img {
	background: transparent url(../images/bg-default.jpg) center center no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	color: white
}

.bg-sec {
	color: white;
	background-color: #6D1416
}

.bg-sec h2,
.bg-sec h3 {
	color: white
}

.bg-sec a {
	color: white;
	text-decoration: none
}

.refs p span {
	font-size: 12px;
	display: block
}

.img-profil {
	width: 120px;
	margin: 0 16px 0 0
}

.img-circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.btn-call.txt-white {
	color: white
}

.cols {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	margin: 24px 0 16px 0
}

.col {
	width: 47%
}

@media screen and (max-width: 740px) {
	.col {
		width: 100%
	}
}

.col img {
	max-width: 100%;
	height: auto
}

.cols3 {
	max-width: 400px;
	height: auto;
	margin: 24px auto 0 auto
}

.cols3 .col {
	width: 25%
}

@media screen and (max-width: 1020px) {
	.cols3 .col {
		width: 30%
	}
}

.cols4 .col {
	width: 23%
}

@media screen and (max-width: 1020px) {
	.cols4 .col {
		width: 30%
	}
}

@media screen and (max-width: 740px) {
	.cols4 .col {
		width: 46%
	}
}

.cols5 .col {
	width: 18%
}

@media screen and (max-width: 1020px) {
	.cols5 .col {
		width: 30%
	}
}

@media screen and (max-width: 740px) {
	.cols5 .col {
		width: 46%
	}
}

.cols6 .col {
	width: 15%
}

@media screen and (max-width: 1020px) {
	.cols6 .col {
		width: 30%
	}
}

@media screen and (max-width: 740px) {
	.cols6 .col {
		width: 46%
	}
}

.txt-white {
	color: white
}

.icon-menuz,
.icon-cloz {
	width: 26px;
	height: 26px;
	background: transparent url(../images/sprite.svg) left top no-repeat;
	background-size: 150px
}

.icon-cloz {
	background-position: -27px top
}

.icon-pluz,
.icon-minuz {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	text-align: center;
	position: relative
}

.icon-pluz .bar-h,
.icon-minuz .bar-h {
	width: 14px;
	height: 4px;
	display: block;
	background-color: #aac9de;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 5px
}

.icon-pluz .bar-v,
.icon-minuz .bar-v {
	width: 4px;
	height: 14px;
	display: block;
	background-color: #aac9de;
	margin: 0 auto;
	position: absolute;
	top: 5px;
	left: 10px
}

.icon-pluz.icon-centered,
.icon-centered.icon-minuz {
	float: none;
	margin: 20px auto 0 auto
}

.icon-minuz .bar-h {
	width: 14px;
	height: 4px;
	display: block;
	background-color: #619AC1;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 5px
}

.icon-minuz .bar-v {
	display: none
}

.icon-phone,
.icon-direction {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	background: transparent url(../images/sprite.svg) left -58px no-repeat;
	background-size: 150px
}

.icon-direction {
	background-position: -20px -58px
}

.icon-fb,
.icon-tw,
.icon-gp,
.icon-ig {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	padding: 0;
	clear: both;
	cursor: pointer;
	background: transparent url(../images/sprite.svg) -54px 0 no-repeat;
	background-size: 150px
}

.icon-tw {
	background-position: -54px -34px
}

.icon-gp {
	background-position: -54px -68px
}

.icon-ig {
	background-position: -54px -102px
}

#totop {
	width: 100px;
	height: 50px;
	display: block;
	margin: 16px auto 0 auto;
	padding: 0;
	clear: both;
	background-color: #e1e1e1;
	cursor: pointer;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0 0
}

#totop:hover {
	background-color: #d4d4d4
}

#totop span#totop-1 {
	width: 100px;
	height: 30px;
	display: block;
	padding: 10px 0 0 0
}

#totop span#totop-1 span {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	padding: 0;
	clear: both;
	cursor: pointer;
	background: transparent url(../images/sprite.svg) left -26px no-repeat;
	background-size: 150px
}

.info,
.success,
.warning,
.error {
	margin: 10px;
	padding: 15px 20px
}

.info.fullsize,
.success.fullsize,
.warning.fullsize,
.error.fullsize {
	margin: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px
}

.info {
	color: #FFFFFF;
	background-color: #A2B9D1
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF
}

.error {
	color: #ba1e27;
	background-color: #FFBABA
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.clear {
	clear: both
}

.centered {
	text-align: center
}

.hidden {
	display: none
}

.ir {
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent
}

img {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.nocallout {
	-webkit-touch-callout: none
}

.pressed {
	background-color: rgba(0, 0, 0, 0.7)
}

textarea[contenteditable] {
	-webkit-appearance: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

address {
	font-style: normal
}

body {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}