@charset "iso-8859-1";

/* --------------------------------------
INITIALISATION DES STYLES
-------------------------------------- */
@font-face {
    font-family: 'BN_Reg';
    src: url('/images/fonts/baron_neue-webfont.eot');
    src: url('/images/fonts/baron_neue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/baron_neue-webfont.woff2') format('woff2'),
         url('/images/fonts/baron_neue-webfont.woff') format('woff'),
         url('/images/fonts/baron_neue-webfont.ttf') format('truetype'),
         url('/images/fonts/baron_neue-webfont.svg#baron_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BN_RegIt';
    src: url('/images/fonts/baron_neue_italic-webfont.eot');
    src: url('/images/fonts/baron_neue_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/baron_neue_italic-webfont.woff2') format('woff2'),
         url('/images/fonts/baron_neue_italic-webfont.woff') format('woff'),
         url('/images/fonts/baron_neue_italic-webfont.ttf') format('truetype'),
         url('/images/fonts/baron_neue_italic-webfont.svg#baron_neue_italicitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BN_Bold';
    src: url('/images/fonts/baron_neue_bold-webfont.eot');
    src: url('/images/fonts/baron_neue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/baron_neue_bold-webfont.woff2') format('woff2'),
         url('b/images/fonts/aron_neue_bold-webfont.woff') format('woff'),
         url('/images/fonts/baron_neue_bold-webfont.ttf') format('truetype'),
         url('/images/fonts/baron_neue_bold-webfont.svg#baron_neue_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BN_BoldIt';
    src: url('/images/fonts/baron_neue_bold_italic-webfont.eot');
    src: url('/images/fonts/baron_neue_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/baron_neue_bold_italic-webfont.woff2') format('woff2'),
         url('/images/fonts/baron_neue_bold_italic-webfont.woff') format('woff'),
         url('/images/fonts/baron_neue_bold_italic-webfont.ttf') format('truetype'),
         url('/images/fonts/baron_neue_bold_italic-webfont.svg#baron_neue_bold_italicBdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body { height: 100%; }

/* --------------------------------------
ZONE EXTERIEURE
-------------------------------------- */
body {

	font-family: "Source sans pro", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

.container {
	margin: 0 auto;	
	position: relative;	
	width: 1170px;	
}
/*
.page {
	background: transparent url("/images/bg-wall.jpg") 0 0 no-repeat;
	background-size: 100% auto;	
}
*/

.page {
	background: #fff url("/images/bg-wall.jpg") 0 0 no-repeat;
	background-size: cover;
}

.scroll {
	position: absolute;
	left: 50%; bottom: 30px;
	margin-left: -10px;
	z-index: 10;	
	
	cursor: pointer;
}

/* --------------------------------------
APPARENCE DES IMAGES
-------------------------------------- */
img { border: 0; vertical-align: bottom; }

/* --------------------------------------
CALAGE DES BLOCS
-------------------------------------- */
.clear {
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* --------------------------------------
PRELOADER
-------------------------------------- */
.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}



/* -----------------------------------------
	HEADER
----------------------------------------- */	

.header {
	padding-top: 20px;	
}

.header-content:after {
	content: '';
	clear: both;
	display: block;	
}

.header .header-logo {
	position: relative;
	float: left;	
}

.header-logo:before {
	content: "";
	position: absolute;	
	top: -20px; right: 20px;
	z-index: 0;
	background: url("/images/line-logo.png") 0 0 no-repeat;
	width: 204px;
	height: 282px;
}

.header .header-logo a {
	display: block;
	background: url("/images/logo.jpg") 0 0 no-repeat;
	width: 230px;
	height: 230px;	
	position: relative;
	z-index: 2;	
}

.header .header-logo a span {
	display: none;
}

.header-tel {
	position: absolute;
	top: 0; right: 15px;
	padding-left: 25px;	
	z-index:100;
	color: #fff;
}
.header-tel a:hover{
	color: #e31b50;
}



.header-tel strong {
	font-size: 1.2em;
	font-family: "BN_Reg", "Source Sans Pro", sans-serif;
}

.header-tel strong a {
	color: inherit;
}

.header-tel strong:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	
	background: url("/images/sprite.png") -119px -241px no-repeat;
	width: 17px;
	height: 17px;
	margin-right: 8px;
}


/* -----------------------------------------
	NAVIGATION
----------------------------------------- */	

.breadcrumb { display: none; }

/* ---------------
Hamburger icon
--------------- */
.mobile-menu-btn .menu-label {
	text-transform: uppercase;
	color: #fff;
    position: absolute;
    left: 30px; top: -3px;
}

.mobile-menu-btn .menu-icon,
.mobile-menu-btn .menu-icon:before,
.mobile-menu-btn .menu-icon:after {
    background: none repeat scroll 0 0 #fff;
    height: 3px;
    position: absolute;
    left: 0; top: 8px;
    width: 25px;
    
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;	
}

.mobile-menu-btn .menu-icon:before {
    top: -8px;
}

.mobile-menu-btn .menu-icon:after {
    top: 8px;
}

.mobile-menu-btn .menu-icon:before,
.mobile-menu-btn .menu-icon:after {
    content: "";
}

.nav-is-visible .mobile-menu-btn .menu-icon {
    background: none;
}

.nav-is-visible .mobile-menu-btn .menu-icon:before {
    top: 0;
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-is-visible .mobile-menu-btn .menu-icon:after {
    top: 0;
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(45deg);
}

/* Nav */

.navigation {
	position: relative;
	float: right;	
	line-height: 230px;	
}

.navigation-content {
	line-height: 1;	
	display: inline-block;
	vertical-align: middle;	
}

.mobile-menu-btn {
	display: none;
	cursor: pointer;
}

.navigation ul {
	height: auto;
	z-index: 5000;
	margin: 0;
	padding: 0;
}

.navigation .firstLevel li {
	float: left;
	list-style: none;
	padding: 0;
	width: auto;
	background: none;
}

.navigation .firstLevel li a {
	display: block;
	padding: 0 10px;
	position: relative;	
	
	font-family: "BN_Reg", "Source Sans Pro", sans-serif;
	color: #fff;
	line-height: 100%;
	text-decoration: none;
	text-transform: none;
	
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;	
}
.navigation .firstLevel li a:hover {
	color: #000;
}

.navigation .firstLevel li a:after {
	content: "";
	position: absolute;	
	top: 50%; left: 50%;
	margin-left: -17px;	
	margin-top: -20px;	
	
	background: url("/images/sprite.png") 0 -35px no-repeat;
	width: 34px;
	height: 0;
	
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;	
}

.navigation .firstLevel li.active a:after,
.navigation .firstLevel li a:hover:after {
	height: 47px;
}

.navigation .firstLevel li.active a:hover {}

.navigation .firstLevel li.nav-home a {
	text-indent: -999em;
	padding: 0 10px;
	margin-right: 10px;
}	

.navigation .firstLevel li.nav-home a:before {
	content: '';
	position: absolute;
	top: 0;	 left: 0;
	background: url("/images/sprite.png") 0 0 no-repeat;
	width: 15px;
	height: 16px;	
	
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;	
}

.navigation .firstLevel li.nav-home:hover a:before,
.navigation .firstLevel li.nav-home.active a:before {
		background-position: 0 -17px;
}


/*on masque les éléments qui en doivent pas s'afficher*/
.navigation .firstLevel li ul, 
.navigation .firstLevel li:hover ul ul, 
.navigation .firstLevel li.sfhover ul ul, 
.navigation .firstLevel ul li:hover ul ul, 
.navigation .firstLevel ul li.sfhover ul ul {
	height: auto;
	left: -999em;
	position: absolute;
	width: 150px;
}
.navigation .firstLevel ul li a {
	padding: 0 5px;
	line-height: 20px;
}

/* Niveau 2 */
.navigation .firstLevel li:hover ul,
.navigation .firstLevel li.sfhover ul {
	background-color: #000;
	left: auto;
	z-index: 999;
}

.navigation .firstLevel li ul li {
	background: none;
	float: none;
	width: 100%;
}

.navigation .firstLevel li ul li a {
	display: block;
	margin: 0 8px;
	padding: 0 10px;
	
	color: #FFFFFF;
	line-height: 100%;
}

.navigation .firstLevel li ul li a:hover {
	background: #202020;
}
		
.navigation .firstLevel li.active li a {
	display: block;
	padding: 0 10px;
	
	text-decoration: none;
	color: #FFFFFF;
	line-height:100%;
}

.navigation .firstLevel li.active li a:hover {
	background: #202020;
}




/* -----------------------------------------
	MAIN
----------------------------------------- */

.main-content #text {
	display: none;
}

.accroche {
	position: absolute;
	right: -230px; top: -30px;
}

.bloc-home {
	position: absolute;	
	z-index: 0;	
	width: 350px;
	height: 350px;	
	
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;	
	
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.bloc-home.inactive {
	opacity: .6;
}

.bloc-home:hover {
	position: absolute;	
	width: 450px;
	height: 450px;
	
	z-index: 100;
	
	box-shadow: 0 0 60px rgba(0,0,0,.25);	
}

.bloc-home a {
	color: inherit;
}

.bloc-home .bloc-link {
	position: absolute;	
	top: 0; left: 0; right: 0; bottom: 0;	
	z-index: 100;
	
	text-indent: -999em;	
}

.bloc-1 {
	left: 50px; top: 280px;
}

.bloc-2 {
	left: 50%; top: 100px;
	margin-left: -150px;
}

.bloc-3 {
	right: 0; top: 210px;
}


/* Hover */

/*
@-webkit-keyframes animBLoc1 {
	0% { left: 50px; top: 280px; }
	25% { left: -20px; top: 300px; }
	100% { left: 70px; top: 240px; }
}

@-moz-keyframes animBLoc1 {
	0% { left: 50px; top: 280px; }
	25% { left: -20px; top: 300px; }
	100% { left: 70px; top: 240px; }
}

@-ms-keyframes animBLoc1 {
	0% { left: 50px; top: 280px; }
	25% { left: -20px; top: 300px; }
	100% { left: 70px; top: 240px; }
}

@keyframes animBLoc1 {
	0% { left: 50px; top: 280px; }
	25% { left: -20px; top: 300px; }
	100% { left: 70px; top: 240px; }
}
*/

.bloc-1:hover {
	left: 70px; top: 240px;
}

.bloc-2:hover {
	margin-left: -200px;	
}

.bloc-home .bloc-title {
	position: absolute;	
	bottom: 40px; left: -40px;
	z-index: 12;
	
	font-family: "BN_Bold", "Source Sans Pro", sans-serif;
	text-transform: none;
	color: #fff;
	font-size: 2.5em;	
	line-height: 1;	
	
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;	
}

.bloc-2 .bloc-title {
	bottom: auto; top: 40px;	
}

.bloc-home:hover .bloc-title {
	position: absolute;	
	bottom: 40px; left: -90px;
	z-index: 12;
	
	font-family: "BN_Bold", "Source Sans Pro", sans-serif;
	text-transform: none;
	color: #fff;
	font-size: 3.6em;	
}

.bloc-home .bloc-border {
	position: absolute;	
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 10;	
}

.bloc-home .bloc-border:before {
	content: '';
	position: absolute;	
	top: 0; left: 0; bottom: 0; right: 0;	
	
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.bloc-home .bloc-border:after {
	content: '';
	position: absolute;	
	top: 20px; left: 20px; bottom: 20px; right: 20px;	
	
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.bloc-1 .bloc-border:before { border: 20px solid rgba(170,198,45,.2); }
.bloc-1 .bloc-border:after { border: 8px solid #aac62d; }

.bloc-2 .bloc-border:before { border: 20px solid rgba(0,153,178,.2); }
.bloc-2 .bloc-border:after { border: 8px solid #0099b2; }

.bloc-3 .bloc-border:before { border: 20px solid rgba(227,27,80,.2); }
.bloc-3 .bloc-border:after { border: 8px solid #e31b50; }

.bloc-home .bloc-picture-container {
	position: absolute;	
	top: 0; left: 0; right: 0; bottom: 0;
	
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.bloc-1 .bloc-picture-container {
	background: url("/images/bloc1-active.jpg") 0 0 no-repeat;
	background-size: 100% auto;	
}

.bloc-2 .bloc-picture-container {
	background: url("/images/bloc2-active.jpg") 0 0 no-repeat;
	background-size: 100% auto;	
}

.bloc-3 .bloc-picture-container {
	background: url("/images/bloc3-active.jpg") 0 0 no-repeat;
	background-size: 100% auto;	
}

.bloc-home img {
	width: 100%;
	position: absolute;	
	top: 0; left: 0;
	z-index: 3;	
	
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;	
}

.bloc-home:hover img,
.bloc-home:hover .bloc-border:before {
	opacity: 0;
}

.bloc-home:hover .bloc-border:after {
	border-color: #fff;	
	border-width: 6px;	
}





/* -----------------------------------------
	FOOTER
----------------------------------------- */

.footer-credits {
	text-align: center;
	line-height: 1.3;
	color: #fff;
	font-size: .8em;	
}

.footer a { color: #fff; }

.footer-tgl {
	display: none;	
	position: absolute;
	bottom: 0; right: 0;
	z-index: 2;	
	cursor: pointer;	
	
	width: 66px;
	height: 33px;	
	background: url("/images/sprite.png") -17px 0 no-repeat;
}

.footer-tgl.opened {
	background-position: -82px 0;
}

.footer-content {
/* 	 background: #007378; */
	padding: 40px 0 0;	
}

.footer .sep {
	display: inline-block;
	vertical-align: middle;		
	height: 14px;
	width: 1px;	
	background: #fff;	
	margin: 0 15px;	
}

.footer .widget-title {
	display: none;	
}

.footer .container:after {
	content: "";
	clear: both;
	display: block;	
}


.footer .container li {
	display: inline-block;
	vertical-align: middle;	
	padding-right: 10px;
	margin-right: 10px;	
	border-right: 1px solid #fff;
	font-size: .8em;	
}

.footer .container .widget li:last-child {
	border: none;
}


.footer .container .widget {
	width: 100%;
	float: none;	
	clear: both;		
}

.footer .footer-links {
	margin: 0 auto;	
	padding: 20px 0;	
	max-width: 1170px;
	text-align: center;	
}

.footer .footer-links li {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px;	
}

.footer .container .widget-map {
	width: 70%;
	float: left;
	clear: none;	
}

.footer .container .widget-map:after {
	content: "";
	display: block;
	clear: both;	
}

/*
.footer .container li {
	display: block;
	padding: 5px 0;
	font-size: .8em;	
}
*/

.footer .adresse-container {
	clear: both;
	width: 27%;
	margin-right: 3%;	
	margin-top: 0;	
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;	
	
	text-align: left;
	color: #4c4c4c;
	font-size: .9em;
}

.adresse-container .adresse,
.adresse-container .tel,
.adresse-container .fax,
.adresse-container .mail {
	position: relative;	
	display: block;
	padding-left: 24px;
	margin-bottom: 3px;	
}

.adresse-container .adresse::before,
.adresse-container .tel::before,
.adresse-container .fax::before,
.adresse-container .mail::before {
	content: "";
	position: absolute;	
	left: 0; top: 0;
	background: url("/images/sprite.png") no-repeat;
}

.adresse-container .adresse::before {
	background-position: -99px -280px;
	width: 17px;
	height: 16px;	
}

.adresse-container .tel::before {
	background-position: -120px -281px;
	width: 15px;
	height: 15px;	
}

.adresse-container .fax::before {
	background-position: -137px -279px;
	width: 20px;
	height: 18px;	
}

.adresse-container .mail::before {
	background-position: -100px -301px;
	width: 15px;
	height: 17px;		
}


/*
@media only screen and (min-width: 1000px) {
	.adresse-container p.left,
	.adresse-container p.right {
		display: inline-block;
		vertical-align: top;	
	}
	
	.adresse-container p.left {
		margin-right: 30px;	
	}
}
*/

.footer #text {
	color: #4d4d4d;
	width: 100%;
	float: none;
	font-size: 1em;	
	padding-bottom: 20px;	
	margin-bottom: 30px;	
}

#text h1 {
	font-family: "BN_Bold", "Source sans Pro", sans-serif;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 1.3em;
    color: #0099b2;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
}

#text h1 a,
#text h2 a {
	text-decoration: none;
}

#text a {
	text-decoration: underline;	
	color: inherit;
}

#text ul {
	margin-left: 25px;	
}

#text ul li {
	display: list-item;
	border: none;
	font-size: 1em;	
	list-style-type: disc;	
}

#text h2 {
	font-size: 1.2em;
	font-weight: 600;
}

.footer .container .contact-footer {
	width: 70%;
	float: left;
	clear: none;	
}

.section-contact {
	background: #efefef;
	padding: 40px 0;	
}

.section-contact:after {
	content: "";
	clear: both;
	display: block;	
}

.section-contact a {
	color: #0099b2;	
}

.contact-footer h2 {
	color: #0099b2;
	font-weight: 300;
	font-size: 2.2em;
	margin-bottom: 15px;
	text-align: center;	
}

.contact-footer .left-col,
.contact-footer .right-col {
	display: inline-block;
	vertical-align: top;	
	width: 48%;	
}

.contact-footer .left-col {
	margin-right: 20px;	
}

.footer-bottom {
	background: #4c4c4c;	
	padding-bottom: 20px;	
}


/* -----------------------------------------
	FORMULAIRE
----------------------------------------- */

.form {
    margin: 0 auto;
}

.form legend {
	color: #007378;	
	font-weight: 600;
	font-size: 1.2em;
	
	padding: 0 10px 0 0;	
}

.form .row {
    position: relative;
    margin-bottom: 30px;
}

.form .row:hover label {
    color: #909090;
}

.form label {
	float: none;	
	display: block;	
	font-style: italic;	
	position: absolute;	
	top: 8px; left: 0;
	
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;		
}

.form .row.active label {
	top: -14px; left: 0;	
	font-size: .8em;
	color: #c0c0c0;	
	font-style: italic;	
}

.form .row.active label[for="field24"] {
	left: 30px;	
	top:0px;	
}
.form .row.active label[for="field24"].error {
	color:#f44336;		
}
input#field24 {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}


.form .row.focused label {
    color: #007378;
}

textarea {
	resize: vertical;
}

.form fieldset input,
.form fieldset textarea {
	width: 100%;	
	height: 30px;
	padding: 5px;	
    line-height: 30px;
    font-size: .9em;	
    padding-left: 0;
	border: none;
	border-bottom: 1px solid #c4c2bf;	
	background: none;		
}

.form fieldset textarea {
	height: auto;
    min-height: 100px;
}

.form fieldset input:focus,
.form fieldset textarea:focus {
	outline: none;	
}

.form .submit {
    text-align: right;
    margin-bottom: 30px;
}

.form .submit-btn {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    line-height: 40px;
    
    
    display: inline-block;
    border: 1px solid #007378;
    width: 240px;
    height: 40px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: hidden;
    
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.form .submit-btn input {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	border: none;
	padding-left: 20px;	
	
	font-size: 1em;
    line-height: 40px;
    text-align: center;
    font-family: "BN_Reg", sans-serif;
    text-transform: lowercase;
    color: #007378;
    
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.form .submit-btn .icon {
	position: absolute;	
	left: 10px; top: 8px;
	
	width: 23px;
	height: 23px;
	opacity: .6;
	
	-webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.form .submit-btn .icon:before {
	content: "";
	position: absolute;	
	left: 0; top: 0;	
	
	width: 100%;
	height: 100%;	
	background: url("/images/sprite.png") -99px -208px no-repeat;
	
	-webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.form .submit-btn:hover {
    color: #fff;
    background: #007378;
    border-color: #007378;
}

.form .submit-btn:hover input { color: #fff; }

.form .submit-btn:hover .icon {
	opacity: 1;
	left: 40px; top: -30px;
}

.form .submit-btn:hover .icon:before {
	background-position: -130px -208px;
}


/* -----------------------------------------
	RESPONSIVE
----------------------------------------- */


@media only screen and (max-width: 1649px) {
	
	.accroche {
		right: -60px;
		top: -80px;
		text-align: right;
	}
	
	.accroche img {
		width: 80%;	
	}
	
}

@media only screen and (max-width: 1339px) {
	body {
		background-size: 120% auto;
	}
}


@media only screen and (max-width: 1279px) {
	
	.header-content {
		width: 100%;
	}
	
	.header-logo {
		margin-left: 40px;
	}

	
}

@media only screen and (max-width: 1279px), screen and (max-height: 700px) {
	#page {
		height: 740px !important;	
		padding-bottom: 80px;	
	}
} 


@media only screen and (max-width: 1279px), screen and (max-height: 1010px) {
	
	.scroll {
		display: none;	
	}
	
	.accroche {
		right: 20px;
		top: -80px;
	}
	
	.accroche img {
		width: 60%;	
	}
	
	.bloc-home {
		width: 250px;
		height: 250px;
	}
	
	.bloc-1 {
		top: 160px;
		left: 150px;
	}
	
	.bloc-2 {
		top: 60px;
		margin-left: -125px;
	}
	
	.bloc-3 {
		top: 170px;	
		right: 150px;	
	}
	
	.bloc-home:hover {
		width: 350px;
		height: 350px;
	}
	
	.bloc-1:hover {
	    left: 150px;
	    top: 130px;
	}
	
	.bloc-2:hover {
	    margin-left: -175px;
	    top: 20px;
	}
	
	.bloc-3:hover {
	    top: 140px;	
		right: 150px;
	}
	
	.bloc-home .bloc-title {
		font-size: 2em;
	}
	
	.bloc-home:hover .bloc-title {
		font-size: 3em;
	}
	
}


@media only screen and (min-width: 1650px) and (max-height: 1010px) {
	.accroche {
		text-align: right;
	}
}




@media only screen and (max-width: 1169px) {
	
	.container {
		width: 100%;
		padding: 0 20px;	
	}
	
	.accroche {
		right: 70px;
		top: -210px;
		position: absolute;
	}
	
	.accroche img {
		width: 100%;	
	}
	
	.header-logo {
		margin-left: 140px;
	}
	
	.header .header-logo a {
		width: 199px;
		height: 199px;
		background-size: 100% auto;	
	}
	
	.header-logo:before {
		display: none;
	}
	
	.nav-is-visible .site-container {
		overflow: hidden;
		height: 100%;
	}
	
	.nav-is-visible .site-overlay {
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		z-index: 10;
		background: rgba(0,0,0,.6);
		
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}
	
	.site-inner {
		position: relative;
		z-index: 4;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}
	
	.nav-is-visible .site-inner {
		-webkit-transform: translateX(240px);
		-moz-transform: translateX(240px);
		-ms-transform: translateX(240px);
		-o-transform: translateX(240px);
		transform: translateX(240px);
	}
	
	.mobilenav-container {
		position: absolute;
		z-index: 3;
		top: 0; left: 0;
		height: 100%;
		width: 240px;
		background: #202020;
		
		-webkit-transform: translateX(-240px);
		-moz-transform: translateX(-240px);
		-ms-transform: translateX(-240px);
		-o-transform: translateX(-240px);
		transform: translateX(-240px);
		
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}
	
	.nav-is-visible  .mobilenav-container {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		
		overflow: auto;
		padding-bottom: 15px;
	}
	
	.mobile-menu-btn {
		display: block;
		z-index: 5;
		position: absolute;
		top: 20px; left: 30px;
		width: 90px;
		height: 25px;
	}
	
	
	/* Navigation */
	
	.navigation {
		float: none;
		line-height: auto;
	}
	
	.navigation-content {
		display: block;
	}
	
	.navigation .firstLevel li {
		float: none;
	}
	
	#nested .firstLevel li a {
		padding: 10px 15px;
	}
	
	.navigation .firstLevel li.nav-home a { text-indent: 0; }
	
	.navigation .firstLevel li.nav-home a:before,
	.navigation .firstLevel li.nav-home:hover a:before,
	.navigation .firstLevel li.nav-home.active a:before { display: none; }
	
	.navigation .firstLevel li a:hover,
	.navigation .firstLevel li.active a {
		color: #008e94;	
	}
	
	
}



@media only screen and (max-width: 1169px) and (max-height: 900px) {
	
	.bloc-1 {
		top: 100px;
	}
	
	.bloc-2 {
		top: 20px;	
	}
	
	.bloc-3 {
		top: 120px;	
	}
	
	.bloc-1:hover {
	    top: 30px;
	}
	
	.bloc-2 {
		top: 0;	
	}
	
	.bloc-3:hover {
		right: 50px;
	}
	
	body {
		background-size: auto 115%;
	}
	
}



@media only screen and (max-width: 1099px) {
	
	.bloc-1 {
		left: 50px;
	}
	
	.bloc-3 {
		right: 50px;	
	}
	
	.bloc-1:hover {
	    left: 100px;
	}
	
	.bloc-3:hover {
		right: 100px;
	}
	
	.accroche {
		top: -170px;
	}
	
	.accroche img {
		width: 70%;
	}
	
}


@media only screen and (max-width: 999px) {
	
	.accroche img {
		width: 70%;
	}
	
}

@media only screen and (max-width: 959px) {
	
	.footer .adresse-container {
		margin: 0 auto;	
		float: none;
		text-align: center;	
	}
	
	.adresse-container .adresse::before,
	.adresse-container .tel::before,
	.adresse-container .fax::before,
	.adresse-container .mail::before {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin-right: 6px;	
	}
	
	.footer .container .contact-footer {
		float: none;
		width: 100%;	
	}
	
}

@media only screen and (max-width: 949px) {
	
	.footer .container .widget-map {
		width: 50%;	
	}
	
	.footer .adresse-container {
		width: 47%;	
	}
		
}


@media only screen and (max-width: 899px) {
	
	.bloc-home,
	.bloc-home:hover {
		width: 250px;
		height: 250px;
	}
	
	.bloc-1,
	.bloc-1:hover {
	    left: 50px;
	    top: 160px;
	}
	
	.bloc-2,
	.bloc-2:hover {
	    top: 60px;
		margin-left: -125px;
	}
	
	.bloc-3
	.bloc-3:hover {
		right: 50px;
		top: 170px;
	}
	
	
	.bloc-home:hover .bloc-title {
		font-size: 2em;
		left: -50px;	
	}
	
}



@media only screen and (max-width: 899px) {
	
	.bloc-home,
	.bloc-home:hover {
		width: 150px;
		height: 150px;
	}
	
	.bloc-1,
	.bloc-1:hover {
	    left: 50%;
	    top: 160px;
	    margin-left: -260px;
	}
	
	.bloc-2,
	.bloc-2:hover {
	    top: 60px;
		margin-left: -75px;
	}
	
	.bloc-3,
	.bloc-3:hover {
		right: 50%;
		top: 170px;
		margin-right: -260px;
	}
	
	.bloc-home .bloc-title,
	.bloc-home:hover .bloc-title {
		bottom: -30px;
		top: auto;
		left: 0;
		font-size: 1.5em;	
	}
	
	.bloc-home:hover .bloc-title {
		left: -10px;
	}
	
	.bloc-home .bloc-border:before {
		border-width: 10px;
	}
	
	.bloc-home .bloc-border:after {
		border-width: 4px;
		top: 10px; left: 10px; bottom: 10px; right: 10px;
	}
	
}


@media only screen and (max-width: 839px) {
	
	.accroche img {
		width: 60%;
	}
	
}


@media only screen and (max-width: 767px) {
	
	body {
		background: url("/images/bg-wall-small.jpg") 0 0 no-repeat;
		background-size: cover;
		background-attachment: fixed;	
	}
	
	#page {
		background: none;
		height: auto !important;		
	}
	
	.header .header-logo {
		float: none;
		margin: 0 auto;
	}
	
	.header .header-logo a {
		margin: 0 auto;
	}
	
	.accroche {
		position: static;
		margin: 20px auto;
		text-align: center;
	}
	
	.accroche img {
		width: 70%;
	}
	
	.blocs-container {
		display: block;	
		margin: 0 auto;	
		text-align: center;	
	}
	
	.bloc-home,
	.bloc-home:hover {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0 20px 50px;
		
		display: inline-block;
	}
	
	.footer {
		
	}
	
	#text {
		color: #fff;	
		
		margin-top: 40px;	
		padding: 0 20px;
	}
	
	#text a {
		color: inherit;	
	}
	
	#text h1 {
		color: #fff;	
	}
	
	.widget-map iframe {
		height: 250px;	
	}
	
	
}

@media only screen and (max-width: 639px) {
	
	.contact-footer .left-col,
	.contact-footer .right-col {
		display: block;
		width: 100%;
		margin: 0;	
	}
	
	
	
}


@media only screen and (max-width: 599px) {
	
	.header-tel {
		position: static;
		margin-top: 20px;
		padding-top: 20px;
		padding-left: 20px;
		border-top: 1px solid #404040;
		display: block;
	}
	.box-rs .text{
		position: static!important;
		margin-top: 20px;
		padding-top: 20px;
		padding-left: 20px;
		border-top: 1px solid #404040;
		display: block;
		justify-content:left!important;
	}
	
}



@media only screen and (max-width: 479px) {
	.page {
		height: auto !important;	
	}
	
	html,
	body {
		height: auto;
	}
	
	.header .header-logo a {
		margin-right: 20px;
		width: 160px;
		height: 160px;
	}
	
	.accroche img {
		width: 85%;
	}
}

.box-rs .text{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 200px;
}
.box-rs .widget-title {
	display: none;
}
.box-rs svg{
  transition: 0.2s ease-in-out;
	fill: #fff;
  max-height: 40px;
}
.box-rs p{
  margin: 0;
  padding: 0;
}
.box-rs-header a:hover svg{
  fill: #e31b50;
}
.box-rs-header svg{
  max-height: 26px;
  width: 26px;
}
.box-rs-header a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
