@font-face
{
    font-family: 'raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Regular.woff') format('woff'),
         url('../fonts/Raleway-Regular.ttf') format('truetype'),
         url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'playfairdisplay-bold';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*GENERAL*/
*
{
	box-sizing: border-box;
	max-width: 100%;
	outline: none;
}
BODY
{
	margin: 0;
	font-family: arial;
	font-size: 14px;
	color: #354b5b;
}
h1, 
.highlight h2
{
	margin: 0 0 15px 0;
	padding: 25px 0px 10px 0px;
	color: #8C6922;
	font-size: 25px;
	font-family: playfairdisplay-bold;
    font-weight: normal;
	text-align: center;
    text-transform: uppercase;
}
.highlight
{
	background-color: #f1efe4;
}
h2
{
	margin: 5px 0 20px 0;
    color: #8C6922;
    font-family: playfairdisplay-bold;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
h3
{
	margin: 5px 0;
	color: #8C6922;
    font-family: playfairdisplay-bold;
	font-size: 20px;
    font-weight: normal;
	text-align: center;
    text-transform: uppercase;
}
h1 > a,h2 > a,h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
a img
{
	border: 0;
}
a
{
	color: #35C0CD;
}
a:active, 
a:focus
{
	color: #35C0CD;
}
.clear
{
	clear: both;
}
/*.filigrane-16
{
	background-image: url(../img/filigrane2.jpg);
	background-attachment: fixed;
}*/
.filigrane-16,
.filigrane-22,
.filigrane-23,
.filigrane-26,
.filigrane-30
{
	background-image: url(../img/filigrane2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
/*.filigrane-30
{
	background-image: url(../img/filigrane2.jpg);
	background-attachment: fixed;
	background-position: 50% 50%;
}*/

/*FORMULAIRE*/
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	display: inline-block;
    padding: 8px 20px;
    color: #333;
    background: #35C0CD;
    border: #37FBD7;
    cursor: pointer;
    text-decoration: none;
    margin: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
}
.bouton > .fa
{
	font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover
{
	background: #3DD6E4;
	text-decoration: none!important;
}
input[type='button']:focus, 
input[type='submit']:focus, 
.bouton:focus
{
	color: #333;
}
input[type='button']:disabled, 
input[type='submit']:disabled, 
.bouton:disabled
{
	background-color: #CCC;
	color: #B5B5B5;
}
input[type='text'], 
input[type='password'],
select
{
	height: 30px;
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 0 5px;
}
textarea
{
	border: 1px solid #CCC;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus,
select:focus
{
	outline: none;
	border: 1px solid #35C0CD;
}

fieldset
{
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #35C0CD;
}
fieldset > legend
{
	text-align: center;
	font-size: 20px;
	color: #8C6922;
    font-family: playfairdisplay-bold;
    text-transform: uppercase;
}
fieldset > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
fieldset > ul > li
{
	display: block;
	/*width: 50%;*/
	font-size: 14px;
}
fieldset > ul > li > .input
{
	font-size: 0;
}
fieldset > ul > li > .input > label
{
	display: block;
	font-size: 14px;
	padding: 5px 0 0 0;
}
fieldset > ul > li > .input > div
{
	font-size: 0;
	padding: 0 0 5px 0;
}
fieldset > ul > li > .input > div *
{
	font-size: 14px;
}
fieldset > ul > li > .input input[type='text'],
fieldset > ul > li > .input select
{
	width: 100%;
}

#captchagc,
#captchagc *
{
	box-sizing: border-box;
	outline: none;
}
#captchagc
{
	position: relative;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 10px auto;
}
#captchagc > img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
	height: 25px;
	z-index: 3;
	margin: 0!important;
	animation: 3s ease-out 1s infinite running captchagc;
}
@keyframes captchagc
{
	0% { left: 25px; }
	25% { left: 25px; }
	50%{ left: 210px; }
	100%{ left: 210px; }
}
#captchagc > img:nth-of-type(1) + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc > img:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img:nth-of-type(1) + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "FontAwesome";
	font-weight: 700;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
#captchagc.valid > img:nth-of-type(2)
{
	display: none;
}

/*NOTIFICATIONS*/
.notification
{
    margin: 5px 0;
	padding: 10px;
    font-weight: bold;
    border-radius: 3px;
}
.notification:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    width: 20px;
    vertical-align: middle;
}
.notification > span
{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 25px);
}
.notification.validation
{
	background-color: #BDE9BC;
	color: #1EA38A;
}
.notification.validation:before
{
    content: "\f058";
}
.notification.erreur
{
	background-color: #FBB;
	color: #900;
}
.notification.erreur:before
{
    content: "\f057";
}
.notification.information
{
	background-color: #BBD6FF;
	color: #006199;
}
.notification.information:before
{
    content: "\f05a";
}
.notification.alert
{
	background-color: #FFEEBB;
	color: #996C00;
}
.notification.alert:before
{
    content: "\f071";
}
.notification .bouton
{
	margin: 0 5px;
}

/*SITE*/
#site
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}


/*HEADER/TOP/BANNIERE*/
#header
{
	text-align: right;
	position: fixed;
    z-index: 55;
    right: 0;
    left: 0px;
    top: 0px;

    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
#header.scroll
{
}
@keyframes scroll 
{

}
#header.home
{
}
#header > .grey
{
	background-color: #fff;
	position: relative;
	padding: 16px 0px;
}
#header_top
{
	padding: 1px 0px;
	background-color: #FFF;
}
.circle
{
    color: #fff!important;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    text-align: center;
    padding-left: 0px!important;
    font-size: 17px;
    line-height: 27px;
    vertical-align: middle;
    background-color: #35C0CD;
}
.container_top
{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.container_top > div
{
	padding: 3px 0px 3px 12px;
	display: inline-block;
	vertical-align: middle;
}
.container_top > div > *
{
	line-height: 25px;
	color: #333;
	padding-left: 5px;
}
.container_top > div > span
{
	font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.container_top > div > span > a
{
	color: #333;
	text-decoration: none;
}
.social
{
	margin:0;
	padding: 20px 0 33px 0;
}
.social > li
{
	margin: 0 3px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.social > li > a
{
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
}
.social > li > a > .fa
{
	font-size: 21px;
	color: #282828;
	line-height: 30px;
}
.social > li > a.twitter:hover
{
	background-color: #55acee;
}
.social > li > a.googleplus:hover
{
	background-color: #dd4b39;
}
.social > li > a.facebook:hover
{
	background-color: #3b5998;
}
.bloc-accueil
{
	padding-left: 0px;
    list-style: none;
    font-size: 0px;
    text-align: center;
    position: relative;
    z-index: 8;
    margin-top: 40px;
    /*margin-bottom: 70px;*/
}
.bloc-accueil > li
{
	margin: 0 25px;
}
.bloc-accueil.list > li
{
	margin: 30px 5px;
}
.bloc-accueil .titre-bloc
{
    font-family: arial;
    font-size: 13px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding: 3px 10px;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
}
hr
{
	display: block;
	background-color: #35C0CD;
	height: 1px;
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
    margin-bottom: 18px;
}
.bloc-accueil p
{
	text-align: center;
    padding: 10px 0px;
    margin: 0px;
    font-size: 16px;
}
.bloc-accueil ul
{
    padding-left: 0px;
    list-style: none;
    text-align: left;
    font-size: 0px;
}
.bloc-accueil ul.small
{
	margin: 0 auto;
	width: 100%;
	margin-left: 35px;
}
.bloc-accueil ul.small > li:nth-child(odd)
{
	/*padding-left: 40px;*/
	margin-right: -35px;
}
.bloc-accueil .marge-p
{
	margin: 30px 0px;
}
.bloc-accueil > li
{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 13.333px);
    color: white;
    border-radius: 4px;
    min-height: 270px;
    perspective: 500px;
    max-width: 275px;
    height: 200px;
    margin-bottom: 15px;
}
.bloc-accueil > li > a
{
    background-color: rgb(219, 219, 219);
	color: white;
    display: block;
    width: 100%;
    height: 100%;
	position: relative;
	transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
	perspective: 500px;
	background-size: cover;
    background-position: 50% 50%;
}
.bloc-accueil .fa
{
	color: #0d74b5;
}
.bloc-accueil > li > a.anim
{
	animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-webkit-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-moz-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-ms-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-o-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)!important;
}
@keyframes leave-animation
{
	100%
	{
		transform: rotateX(0deg) rotateY(0deg);
	}
}
.accroche
{
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}
.parallax
{
    background-color: #42a9e9;
    background-image: url(../img/parallax.jpg);
    background-size: auto;
    color: white;
    /*background-size: cover;*/
    background-attachment: fixed;
    background-position: 50%;
    padding: 35px 0px;
    margin: 0px;
}
.parallax p, .parallax h2
{
	 text-shadow: 0 1px 7px #000;
}
.parallax h2
{
	color: white;
	text-align: center;
}
/*LOGO*/
#logo
{
	position: absolute;
    top: 10px;
    left: 10%;
    width: 100%;
    max-width: 310px;
    height: 80px;
}
#logo > img
{
	max-width: 310px;
	transition: max-width ease-in-out 0.15s;
	-webkit-transition: max-width ease-in-out 0.15s;
}
#header.scroll #logo
{
	/*top: 10px;*/
}
#header.scroll #logo > img
{
	/*max-width: 215px;*/
}
#header.scroll #menu > ul > li > a 
{

}
.container
{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.row
{
	display: block;
	font-size: 0;
	width: 100%;
}
.row > div
{
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding: 10px;
}
.col-6
{
	width: 50%;
}
.inset-container
{
	display: block;
	padding: 0px 10%;
}

/*²*/
#content
{
	position: relative;
	font-family: raleway;
	line-height: 20px;
	min-height: calc(100vh - 448px);
	margin-top: 147px;
}
#slider_accueil + #content
{
	margin: 40px 0px 0px 0px;
}
#content img
{
	margin: 5px;
}
#content img[align='left']
{
	margin: 5px 20px 5px 0;
}
#content img[align='right']
{
	margin: 5px 0 5px 20px;
}
#content img[align='absmiddle']
{
	margin: 5px;
}
.sous_pages
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.sous_pages > li
{
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 48%;
	margin: 1%;
}
.sous_pages > li > a
{
	text-decoration: none;	
	background-color: #333;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	color: #fff;
}
.sous_pages > li > a:hover
{
	background-color: #35C0CD;
}
#slider_accueil > ul
{
	width: 100%;
	height: 100%;
}
#slider_accueil > ul li
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
}
#slider_accueil img,
#slider_galerie img
{
	margin: 0;	
}
#slider_galerie li img
{
	vertical-align: middle;
}
#slider_galerie li > a
{
	display: inline-block;
	height: 100%;
}
#slider_galerie li > a:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	border: 1px solid transparent;
}
#header + .container,
#slider_accueil + .container
{
	margin-top: 25px;
}
#header + hr
{
	margin: 30px 0 15px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

#soin
{
	padding: 0;
	font-size: 0;
	height: 100%;
}
#soin > .soin-couverture
{
	background-size: cover;
	background-position: 50% 50%;
	height: 250px;
}
#soin > .soin-description
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	font-size: 13px;
	width: 65%;

	overflow: auto;
	width: calc(100% - 290px);
    height: calc(100% - 250px);
}
#soin > .soin-details
{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	width: 290px;
	text-align: center;

	overflow: auto;
	height: calc(100% - 250px);
}
#soin > .soin-details > .prix
{
	color: #FFF;
	background-color: #35C0CD;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}
#soin > .soin-details > .prix ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#soin > .soin-details > .prix ul > li
{
	margin: 0;
	padding: 5px;
}
#soin > .soin-details > .prix ul > li.titre
{
	color: #000;
}
#soin .offre
{
	width: 400px;
	height: 300px;
}
#bloc-float > div
{
	height: 300px;
}
#bloc-float > div > h2
{
	padding: 15px 0;
	margin: 0;
	color: #FFF;
}
#bloc-float > div > hr
{
	background-color: #FFF;
}
#bloc-float > div > div
{
	font-size: 0;
}
#bloc-float > div > div > div
{
	display: inline-block;
	width: 33.33%;
	height: calc(300px - 69px);
	font-size: 14px;
	padding: 5px 15px;
	overflow: auto;
}

.truncate
{
	position: relative;
	margin-bottom: 30px!important;
}
.truncate > div.texte
{
	position: relative;
	display: none;
}
.truncate a.open
{
	display: block;
	width: 100%;
	background-color: #FFF;
	cursor: pointer;
	text-align: center;
}

.acordeon
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.acordeon > li
{
	position: relative;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #E3E3E3;
}
.acordeon > li:nth-child(odd)
{
	font-size: 15px;
	cursor: pointer;
	border-top: 1px solid #E3E3E3;
}
.acordeon > li:nth-child(odd):after
{
	content:"\f078";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    right: 5px;
    border: 1px solid #E3E3E3;
    border-radius: 100%;
    padding: 5px;
}
.acordeon > li.select:nth-child(odd):after
{
	content:"\f077";
}
.acordeon > li:nth-child(even)
{
	display: none;
	overflow: hidden;
	border-top: 0;
	border-bottom: 0;
}
.acordeon > li:last-child
{
	 border-bottom: 1px solid #E3E3E3;
}

/*MENU*/
#menu
{
	margin-top: 80px;
    text-align: center;
}
#menu > ul
{
	margin: 0;
	padding: 0;
	
	list-style: none;

	overflow: auto;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*float: left;/*IE7*/
	border-right: 1px solid grey;
}
#menu > ul > li:first-child > a
{
	padding: 5px 20px;
}
#menu > ul > li:last-child
{
	border-right: none;
}
#menu > ul > li > a
{
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	font-family: arial;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: padding-top ease-in-out 0.15s, padding-bottom ease-in-out 0.15s;
	-webkit-transition: padding-top ease-in-out 0.15s, padding-bottom ease-in-out 0.15s;
}
#menu > ul > li > a > .fa
{
	line-height: 25px;
	font-size: 22px;
}
#menu > ul > li > a > .fa-angle-down
{
	font-size: 17px;
	position: absolute;
	right: 4px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transition: top 0.3s;
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: 120%;
}
#menu > ul > li > a > .fa-angle-down.down2
{
	top: -20%;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: calc(50% - 2px);
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	color: #35C0CD;
}

#menu > ul > li > ul
{
	/*display: none;*/
    position: absolute;
    background-color: #e9e9e8;
    text-align: left;
    padding: 0px 5px;
    z-index: 3;
    list-style: none;
    box-shadow: 1px 1px 4px #3a3a3a;
    margin-top: 22px;
    transition: max-height ease-in-out 0.4s;
    max-height: 0px;
    overflow: hidden;
    min-width: 100%;
}
#menu > ul > li > ul > li
{
	padding: 5px 0px;
}
#menu > ul > li > ul > li:first-child
{
	padding-top: 15px;
}
#menu > ul > li > ul > li:last-child
{
	padding-bottom: 15px;
}
#menu > ul > li:hover ul
{
	max-height: 500px;
}
/*#menu > ul > li:before
{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 27px;
    top: 100%;
    left: 0px;
}*/
#menu > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > ul > li > ul > li > a
{
	padding: 5px;
	display: block;
	color: #666;
	font-size: 15px;
	font-family: arial;
	text-decoration: none;
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #35C0CD;
	/*color:#FFFFFF;*/
}

/*SLIDER*/
#slider
{
	margin: -10px 0 0 -10px;
	
	width: 710px;
	height: 300px;
	z-index: 1;
}
#slider_accueil
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%!important;
	height: 580px;
	z-index: 1;
	margin-top: 147px;
}
#slider_accueil > ul > li
{
	width: 100%;
}
#slider_accueil .boutonPagination.select
{
	background: #35C0CD!important;
}
.boutonsPagination
{
	right: 30px!important;
}
.boutonPagination
{
	width: 20px!important;
	height: 20px!important;
	opacity: 1!important;
}
#slider_accueil .fa
{
    position: absolute;
    top: calc(50% - 31px);
    color: #35C0CD;
    font-size: 62px;
    cursor: pointer;
    text-shadow: 1px 1px 4px #555;
}
#slider_accueil .fa-angle-right
{
	right: 10px;
}
#slider_accueil .fa-angle-left
{
	left: 10px;
}
.slide-contenu .container
{
	position: relative;
}
.slide-contenu > .container > div
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 125px;
}
.slide-contenu .slide-texte
{
	display: block;
    margin-top: 0px;
    padding: 10px 20px;
    font-size: 15px;
    max-width: 490px;
    color: #333;
    text-decoration: none;
    font-family: raleway;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
.slide-contenu .slide-titre
{
    display: block;
    text-align: center;
    padding: 10px 20px;
    font-size: 27px;
    color: #333;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    text-decoration: none;
    font-family: raleway;
}
.slide-contenu .slide-texte a
{
	text-shadow: none;
}
/*.slide-contenu .slide-titre + hr
{
	width: 50px;
	height: 2px;
	background-color: white;
	border: none;
}*/
.last-article
{
    display: inline-block;
    vertical-align: top;
    width: 43%;
}
#slider_galerie
{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    float: right;
    padding-top: 25%;
}
#slider_galerie li
{
	margin: 0;	
	display: table-cell;
	width: 100%;
	height: 100%!important;
	/*padding-top: 44%;*/
	background-size: cover;
}
#slider_galerie ul
{
	width: 100%;
	top: 0px;
	height: 100%!important;
}
#slider_galerie .boutonPagination.select
{
	background-color: #35C0CD!important;
}
#partenairesHome
{
	margin-top: 40px;
	position: relative;
}
#partenairesHome > span
{
	position: absolute;
}
#partenaires-liste
{
	padding-left: 0px;
	font-size: 0px;
}
#partenaires-liste > a
{
	color: white;
}
#partenaires-liste li
{
	display: inline-block;
	vertical-align: top;
	width: 30.333333%;
	height: 250px;
	margin: 1.5%;
	box-sizing: border-box;
	padding: 5px 17px;
	position: relative;
	background-size: cover;
}
#partenaires-liste li > h2, #partenaires-liste li > p
{
	text-align: right;
	position: relative;
	z-index: 5;
	margin: 0px;
}
#partenaires-liste li > h2
{
	padding: 30px 0px 5px 0px;
	transition: padding ease 0.3s;
	border-bottom: none;
	text-shadow: 1px 1px 3px #0e0e0e;
}
#partenaires-liste li:hover > h2
{
	padding: 15px 0px 5px 0px;
}
#partenaires-liste li > .overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.45);
	transition: opacity ease-in-out 0.25s;
}
#partenaires-liste li:hover > .overlay
{
	opacity: 1;
}
#partenaires-liste li > p
{
	font-size: 15px;
	margin: 40px 0px 0px 0px;
	border-top: 3px solid white;
	padding-top: 35px;
	color: white;
	opacity: 0;
	transition: opacity ease 0.5s, margin ease 0.4s;
}
#partenaires-liste li:hover > p
{
	opacity: 1;
	margin: 0px 0px 0px 0px;
}

/*Pagination*/
.g-recaptcha
{
	width: 100%!important;
}
.g-recaptcha > div
{
	margin: 0 auto;
}
form
{
	display: inline;
}
.pagination
{
    margin: 20px 30px;
    text-align: right;	
}
.pagination input
{
	width: 34px;
}
.pagination input,
.pagination a
{
    display: inline-block;
    padding: 5px 10px;
    margin: 0px;
    background: #E8E8E8;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #13808c;
    padding: 10px 12px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination a:hover
{
	background: #1888AD;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*CONTENU*/
#nuage_liens
{
	text-align: center;
	color: #999999;
}

/*ASIDE (GAUCHE OU DROITE)*/
#aside
{
	position: relative;
	padding: 5px 1%;
	width: 30%;	
	display:table-cell;
	vertical-align: top;
	padding-left: 5%;
}
#aside > div:first-child
#aside > ul
{
	list-style: none;
	margin: 15px 0 15px 4px;
	padding: 0;
}
#aside > ul > li
{
	width: 251px;
}
#aside > ul > li > a
{
	display: block;
	text-decoration: none;
	padding: 8px;
	margin: 5px 0;
	border-left: 1px solid #500050;
	border-top: 1px solid #500050;
	border-bottom: 1px solid #500050;
	border-radius: 3px 0 0 3px;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#aside > ul > li > a:hover
{
	background: #701374;
}
#aside .bloc:last-child
{
	border-bottom: none;
}
#aside .bloc:first-child
{
	padding-top: 0;
}

/*FOOTER*/
#footer .temoignage-footer > div
{
	background-color: #FFF;
	border-radius: 5px;
	padding: 10px;
	width: 80%;
	height: 140px;
	margin: 0 auto;
}
#footer .temoignage-footer .slider
{
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 1;
}
#footer .temoignage-footer .slider > ul
{
	width: 100%;
	height: 120px!important;
	z-index: 1;
}
#footer .temoignage-footer .slider > ul > li
{
	width: 100%;
	height: inherit!important;
	background-color: #FFF;
}
#footer .temoignage-footer .slider > ul > li > a
{
	text-decoration: none;
}
#footer .temoignage-footer .slider > ul > li > a > h3
{
	padding: 0;
	margin: 0;
}


#footer > div
{
	padding: 15px 0;
}
#footer > div > div,
#page-contact > div
{
	position: relative;
	font-size: 0;
}
#footer > div > div > div,
#page-contact > div > div
{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
#footer > div > div > div.col1,
#page-contact > div > div.col1
{
	width: 40%;
	padding: 0 30px;
}

#page-contact > div > div.col2
{
	width: 60%;
}

#footer > div > div > div.col1,
#footer > div > div > div.col2
{
	width: 25%;
}
#footer > div > div > div.col3
{
	width: 50%;
}

#footer > div > div > div.col1 ul,
#page-contact > div > div.col1 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer > div > div > div.col1 ul > li,
#page-contact > div > div.col1 ul > li
{
	margin: 0;
	padding: 5px 0;
}
#footer > div > div > div.col1 ul > li > a,
#footer > div > div > div.col2 > div > a,
#page-contact > div > div.col1 ul > li > a
{
	color: #354b5b;
	text-decoration: none;
}
#footer > div > div > div.col2 > div > a > i
{
	vertical-align: middle;
}
#footer > div > div > div.col2 > div > a:first-child
{
	font-size: 20px;
}
#footer > div > div > div.col2 > div > a
{
	display: block;
	padding: 3px 0;
}

#footer > div > div #infos_site
{
	padding: 5px 0;
	font-size: 12px;
}
#footer > div > div #infos_complementaires
{
	position: absolute;
	right: 0;
	padding: 5px 0;
	font-size: 12px;
}
#footer > div > div #infos_site a,
#footer > div > div #infos_complementaires a
{
	color: #354b5b;
}

#footer button,
#page-contact button
{
	display: block;
	margin: 10px auto;
}


/*#footer
{
	position: relative;
	width: 100%;
	background-color: #205943;
	color: #FFFFFF;
	font-size: 12px;
}
#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_site
{
	color: #dbdbdb;
	padding: 20px 10px;
}
#footer #infos_complementaires
{
	text-align: right;
}
#footer #infos_complementaires a
{
	color: #dbdbdb;
}
#footer > .container
{
	display: table;
}
#footer > .container > div
{
	display: table-cell;
}
#footer_top
{
	background-color: #e8e8e8;
	padding: 20px 0px;
	text-align: center;
}
#footer_top > .container > div
{
	display: inline-block;
	vertical-align: top;
}
#footer_top .circle + span
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 13px;
}
#footer_top .temoignage-footer
{
	width: 200px;
}
#footer_top .mid-footer
{
	width: calc(100% - 730px);
}*/
/*#footer_top #news-footer
{
	background-color: #205943;
	text-align: center;
}*/
/*
#footer_top #news-footer > form > div
{
	font-size: 20px;
}
#footer_top #news-footer input[type="text"]
{
    height: 34px;
    width: 240px;
    font-size: 15px;
}
#footer_top #news-footer input[type="submit"]
{
	display: block;
	margin: 10px auto 0px auto;
}

#footer_top #contact-footer
{
	padding: 10px 10px;
	margin-top: 15px;
	text-align: left;
}
#footer_top #contact-footer ul
{
	padding-left: 0px;
	list-style: none;
}
#footer_top #contact-footer ul > li
{
	margin-bottom: 10px;
	font-size: 15px;
}

#footer_top .form-footer
{
	width: 490px;
	background-color: #FFF;
	margin-left: 10px;
	text-align: left;
	border-radius: 5px;
	color: #444444;
}

.info-footer
{
	text-align: center;
	width: 360px;
}
#footer_top .titre
{
	font-size: 25px;
	color: #000;
	font-weight: bold;
    margin: 5px 0 20px 0;
    font-family: raleway;
    display: block!important;
    text-align: center;
}
#footer_top .temoignage-footer
{
	position: relative;
	height: 322px;
	margin-right: 10px;
	background-color: #205943;
}
#footer_top .temoignage-footer .slider
{
	width: 100%;
	height: 160px;
	padding: 5px;
}
#footer_top .title
{
	font-size: 20px;
    background-color: #35C0CD;
    padding: 10px 5px;
	text-align: center;
	color: #333;
	margin-bottom: 15px;
}

#footer_top .temoignage-footer .slider ul
{
	width: 100%;
	height: 100%;
	padding-left: 0px;
	margin: 0;
	list-style: none;
}
#footer_top .temoignage-footer .slider ul li
{
	padding: 5px 1%;
	text-align: justify;
}
#footer_top .temoignage-footer a
{
	text-decoration: none;
}
#footer_top .temoignage-footer a:hover
{
	text-decoration: underline;
}

#footer_top .temoignage-footer .slider a
{
	color: #fff;
	text-decoration: none;
}
#footer_top .temoignage-footer .slider a:hover
{
	color: #ccc;
	text-decoration: none;
}*/

#engagement
{
	text-align: center;
	background-color: #dbdbdb;
	padding: 35px 0px;
	margin-top: 40px;
}
#engagement h2
{
	margin-bottom: 20px;
	color: #525252;
}
#engagement ul
{
	padding-left: 0px;
	list-style: none;
}
#engagement ul > li
{
	display: inline-block;
    vertical-align: top;
    margin: 10px 2%;
}
#engagement ul > li .rond
{
	border-radius: 100%;
	background-color: #35C0CD;
	width: 155px;
	height: 155px;
	margin-bottom: 25px;
}
#engagement ul > li .rond:after
{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#engagement ul > li .rond > img
{
	line-height: 155px;
	margin: 0px;
	padding-left: 5px;
	vertical-align: middle;
}
#engagement ul > li span
{
	display: block;
    font-family: raleway;
    font-weight: bold;
    font-size: 16px;
    max-width: 155px;
    color: #484848;
}
/*#prestations
{
	font-size: 0px;
	padding-left: 0px;
	list-style: none;
}

#prestations > li
{
	font-size: 15px;
	width: 80%;
	margin: 0 auto;
}*/


#prestations
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#prestations > li
{
	margin: 2px 0;
	padding: 0;
	font-size: 0;
	border: 1px solid #F5F5F5;
}
#prestations > li > div
{
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
#prestations > li > div.col-2
{
	width: 16.666667%;
	padding: 5px;
}
#prestations > li > div.col-3
{
	width: 25%;
}
#prestations > li > div.col-4
{
	width: 33.333333%;
}
#prestations > li > div.titre
{
	color: #8C6922;
    font-size: 20px;
    font-family: playfairdisplay-bold;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
#prestations > li > div > .photo
{
	background-color: #CCC;
	width: 100%;
	height: 150px;
}
@media only screen and (max-width: 1100px)
{
	#prestations > li > div > .photo
	{
		width: 150px;
		margin: 0 auto;
	}
	#prestations > li > div
	{
	    display: block;
	    width: 100%!important;
	}
}
.center
{
	text-align: center;
}

.vignette
{
	display: inline-block;
	vertical-align: middle;
	max-width: 40%;
	margin: 0px 2% 0px 0px!important;
}
.vignette + #presta
{
	display: inline-block;
	vertical-align: middle;
	width: 56%;
}
#presta
{
	font-size: 0px;
	padding-left: 0px;
}
#presta > li
{
	/*display: */
	font-size: 12px;
	/*background-color: #848fe6;*/
	padding: 10px 12px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	list-style: none;
}
#presta > span
{
	font-size: 30px;
}
#presta > li > a
{
	text-decoration: none;
	color: #666;
}
#presta > li h3
{
	color: #666;
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid #666;
}
#presta > li .text-presta
{
    position: relative;
    padding: 2px 0px 25px 0px;
}
#presta > li .text-presta > div
{

	line-height: 26px!important;
    max-height: 81px;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-block;
    display: -ms-flexbox;
    display: -o-box;

	line-clamp: 3;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;

    transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
#presta > li .text-presta > p
{
	margin: 0px;
}
#presta > li .text-presta > i
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	transition: transform linear 0.25s;
	-webkit-transition: transform linear 0.25s;
	-moz-transition: transform linear 0.25s;
	-ms-transition: transform linear 0.25s;
	-o-transition: transform linear 0.25s;
	font-size: 17px;
}
#presta > li .text-presta > i:hover
{
	color: #0f1339;	
	cursor: pointer;
}
#presta > li .text-presta.open > div
{
    max-height: inherit;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	/*text-align: justify;*/
}

#presta > li .text-presta.open > i
{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#presta > li > a > .prix1,
#presta > li > a > .prix2
{
    position: absolute;
    right: 15px;
    top: 16px;
    color: #666;
    font-weight: lighter;
    font-size: 19px;
    font-weight: bold;
}
#presta > li > a > .prix2
{
	right: inherit;
	left: 50%;
}
#presta > li > a > .prix1 > div,
#presta > li > a > .prix2 > div
{
	display: inline;
}
#soins
{
	list-style: none;
	padding-left: 0px;
	font-size: 0px;
	margin: 10px auto;
	position: relative;
}
#soins > li
{
	width: calc(25% - 4px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
	margin-right: 4px;
	/*height: 500px;*/
	position: relative;
	background-color: #e6ddd8;
}
/*#soins > li:nth-child(odd)
{
	margin-right: 4px;
}*/
#soins > li > a 
{
	font-size: 28px;
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-top: 98%;
	font-family: dancing;
	text-align: center;
	filter: sepia(0.7);
    -webkit-filter: sepia(0.7);
    -moz-filter: sepia(0.7);
    -o-filter: sepia(0.7);
    -ms-filter: sepia(0.7);
    transition: all ease-in-out 0.4s;
}
#soins > li:hover > a
{
	filter: sepia(0);
    -webkit-filter: sepia(0);
    -moz-filter: sepia(0);
    -o-filter: sepia(0);
    -ms-filter: sepia(0);
}
#soins > li:hover > a > span
{
	top: 25%;
}
#soins > li > a > span
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: top ease-in-out 0.3s;
	text-shadow: 1px 1px 6px #000;
	line-height: 35px;
}
#soins > img
{
	position: absolute;
	z-index: 10;
	width: 125px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: left ease-in-out 0.4s;
}
/*DIVERS PROPRE AU SITE*/
.bloc
{
	border-radius: 3px;
	width: 100%;
	height: 120px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0!important;
	padding-top: 30px;
}
.bloc.video
{
	display: inline-block;
	width: 320px;
	height: 240px;
	margin: 0 0 5px 12px;
	padding: 5px;
}
.bloc h2
{
	text-decoration: none;
	margin-top: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 100;
}
#actualites.bloc ul li a i
{
	font-size: 12px;
	display: block;
	text-align: right;
	font-style: normal;
}
#actualites.bloc, 
#temoignages.bloc
{
	position: relative;
	height: 250px;
	border-bottom: 1px dashed #666;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 100%;
	height: 160px;
}

#actualites.bloc .slider ul, 
#temoignages.bloc .slider ul
{
	width: 100%;
	height: 100%;
	
	margin: 0;
	list-style: none;
}
#actualites.bloc .slider ul li,
#temoignages.bloc .slider ul li
{
	padding: 5px 1%;
	text-align: justify;
}
#actualites.bloc a,
#temoignages.bloc a
{
	text-decoration: none;
	display: block;
    background-color: #FFF;
}
#actualites.bloc a:hover,
#temoignages.bloc a:hover
{
	text-decoration: underline;
}

#actualites.bloc .slider a,
#temoignages.bloc .slider a
{
	color: #666;
	text-decoration: none;
}
#actualites.bloc .slider a:hover,
#temoignages.bloc .slider a:hover
{
	color: #666;
	text-decoration: none;
}
#videos.bloc
{
	height: 250px;
	border-bottom: 1px dashed #666;
}
#videos.bloc a
{
	display: block;
	margin: 5px 0;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
#videos.bloc a:hover
{
	text-decoration: underline;
}

#langs
{
	float:right;
}

#langs > div
{
	display:inline-block;
}

#langs > div:hover
{
	opacity:0.5
}
.menuMobile
{
	display: none;
	position: absolute;
	top: 0;
	right: 5%;
	cursor: pointer;
	font-size: 17px!important;
	margin-top: 10px;
}
#menu_1
{
	display: block;
	/*height: auto!important;*/
}
.galerie table,
.contact table 
{
	display: block;
}
.galerie tbody,
.contact tbody 
{
	display: block;
}
.galerie tr
{
	display: block;
	text-align: center;
}
.galerie td
{
	display: inline-block;
	padding-left: 1%;
}
.galerie td > a
{
	width: 100%!important;
	padding: 0 !important;
	display: block !important;
	position: relative;
	overflow: hidden;
	text-decoration: none
}
.galerie td > a > span
{
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	transition:top 0.3s,bottom 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
}
.overlay_top
{
	top: -51%;
}
.galerie td > a:hover > .overlay_top
{
	top: 0%;
}
.overlay_bottom
{
	bottom: -50%;
}
.galerie td > a:hover > .overlay_bottom
{
	bottom: 0%;
}
.galerie td > a > img
{
	border: 1px solid rgba(50, 50, 50, 0.1);
	border-bottom: none;
	width: 300px;
}
.galerie td > a > *
{
	margin: 0!important;
}
.galerie td > a > h2
{
	background-color: #323232;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	width: 300px;
	color: #fff;
	border-left: 1px solid rgba(50, 50, 50, 0.1);
	border-right: 1px solid rgba(50, 50, 50, 0.1);
}

#galerie-liste
{
	padding-left: 0px;
	width: 100%;
	list-style: none;
	font-size: 0px;
}
#galerie-liste > li
{
	display: inline-block;
	vertical-align: top;
	width: 19.25%;
	margin: 0.25%;
	position: relative;
	overflow: hidden;
}
#galerie-liste > li > a
{
	display: block;
}
#galerie-liste > li > a >.mask
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 100%;
	opacity: 0;
	animation: 0.15s forwards linear;
	-webkit-animation: 150ms forwards linear;
}
#galerie-liste > li > a >.mask > i
{
	font-size: 45px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span
{
	font-size: 15px;
	display: block;
	width: 95%;
	color: white;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span > i
{
	font-size: 45px;
}
@keyframes in-top
{
	0% { top: -100%; left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-bottom
{
	0% { top: 100%;	left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-right
{
	0% { top: 0%; left: 100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
@keyframes in-left
{
	0% { top: 0%; left: -100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
#galerie-liste > li > a > .mask.in-top
{
	animation-name: in-top;
	-webkit-animation-name: in-top;
}
#galerie-liste > li > a > .mask.in-bottom
{
	animation-name: in-bottom;
	-webkit-animation-name: in-bottom;
}
#galerie-liste > li > a > .mask.in-right
{
	animation-name: in-right;
	-webkit-animation-name: in-right;
}
#galerie-liste > li > a > .mask.in-left
{
	animation-name: in-left;
	-webkit-animation-name: in-left;
}

@keyframes out-top
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: -100%; left: 0%; opacity: 1; }
}
@keyframes out-bottom
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 100%; left: 0%;	opacity: 1;	}
}
@keyframes out-right
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: 100%;	opacity: 1;	}
}
@keyframes out-left
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: -100%; opacity: 1; }
}
#galerie-liste > li > a > .mask.out-top
{
	animation-name: out-top;
	-webkit-animation-name: out-top;
}
#galerie-liste > li > a > .mask.out-bottom
{
	animation-name: out-bottom;
	-webkit-animation-name: out-bottom;
}
#galerie-liste > li > a > .mask.out-right
{
	animation-name: out-right;
	-webkit-animation-name: out-right;
}
#galerie-liste > li > a > .mask.out-left
{
	animation-name: out-left;
	-webkit-animation-name: out-left;
}

#galerie-liste > li img
{
	width: 100%;
	margin: 0px;
}

.msgContact
{
	width: 96%;
	margin: 0 2%;
	margin-top: 25px;
	float: left;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.theCaptcha
{
	width: 100%!important;
	text-align: center;
	margin: 0 auto;
}
.theCaptcha > div > div > div
{
	width: 100%!important;
}
.g-recaptcha
{
	width: 100%!important;
}
.g-recaptcha > div > div
{
	margin: 0 auto;
}
.formContact > div > div
{
	float: left;
	width: 50%;
	padding:0 2%;
	margin-top: 5px;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > center
{
	display: block;
	margin-top: 10px;
	width: 100%;
}
.formContact > div > div > label,
.msgContact > label
{
	display: block;
	position: relative;
}
.formContact > div > div > label:first-child
{
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
	color: #000;
	text-align: left;
}
.formContact > div > div > label > i,
.msgContact > label > i
{
	position: absolute;
    min-width: 27px;
    top: 3px;
    right: 1px;
    border-left: 1px solid #b3b3b3;
    height: 32px;
    font-size: 11px;
    text-align: center;
    line-height: 32px;
}
.msgContact > label > i
{
	top: 0;
	height: 100%;
	line-height: 85px;
}
.formContact > div > div > label > input,
.msgContact > label > textarea
{
	padding: 6px 12px;
	padding-right: 46px;
	width: 100%;
	height: 34px;
	outline: none;
	font-family: arial;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 2px;
}
/*.formContact > div > div:nth-child(3) > label:nth-child(2)
{
    width: 29%;
    min-width: 87px;
    display: inline-block;
    margin-right: 1%;
}
.formContact > div > div:nth-child(3) > label:last-child
{
	display: inline-block;
	width: 60%;
}*/
.lien_pdf
{
	display: inline-block;
	padding: 7px 12px;
	background-color: #35C0CD;
	color: white;
}
.lien_pdf:hover
{
	
	opacity: 0.9;
}
.lien_pdf:before
{
	content: "\f1c1";
	margin-right: 4px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
}
.fade-c > *,
.fade
{
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: opacity ease-in-out 0.4s, transform ease-in-out 0.5s;
}
.fade-c.visible > *,
.fade.visible
{
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.fade-c.visible > :nth-child(2)
{
  transition-delay: 0.3s;
}
.fade-c.visible > :nth-child(3)
{
  transition-delay: 0.6s;
}
.fade-c.visible > :nth-child(4)
{
  transition-delay: 0.9s;
}
.fade-c.visible > :nth-child(5)
{
  transition-delay: 1.2s;
}
.fade-c.visible > :nth-child(6)
{
  transition-delay: 1.5s;
}
.fade-c.visible > :nth-child(7)
{
  transition-delay: 1.8s;
}

@media only screen and (max-width:1640px) 
{
	.bloc-accueil ul > li
	{
		display: block;
	}
}
@media only screen and (max-width:1430px) {
	#menu > ul > li > a
	{
		font-size: 14px;
		padding: 9px 10px;
	}
}
@media only screen and (max-width:1400px) {
	.formContact > div > div:nth-child(4) > label:nth-child(2),
	.formContact > div > div:nth-child(4) > label:last-child
	{
		width: 100%;
	}
	.container_top > div
	{
		padding: 3px 1%;
	}
	.container,
	.container_top
	{
		width: 90%;
	}
	#logo
	{
		left: 5%;
	}
	#menu > ul > li > a
	{
		font-size: 13px;
	}
	#menu > ul > li > a > .fa-angle-down
	{
		font-size: 13px;
		right: 2px;
	}
	#header > .grey
	{
		/*padding: 17px 12px;*/
	}
}

@media only screen and (max-width:1200px) {
	#slider_accueil + #content
	{
		margin-top: 100px;
	}
	.menuMobile
	{
		display: block;
		position: absolute;
		right: 5%;
		cursor: pointer;
		color: #35C0CD;
		z-index: 12;
		font-size: 17px!important;
	}
	#logo > img
	{
		/*margin-top: -22px;*/
	}
	#header > .grey 
	{
    	padding: 0;
    	height: 84px;
	}
	#header > .grey > div
	{
		padding: 8px 0;
	}
	.container,
	.container_top
	{
		width: 97%;
	}
	#logo
	{
		position: static;
	}
	#menu
	{
		margin-top: inherit;
		text-align: inherit;
	}

	.menuMobile
	{
	  width: 30px;
	  height: 60px;

	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	}
	.menuMobile .icon-left
	{
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  height: 4px;
	  width: 15px;
	  top: 30px;
	  background-color: #212121;
	}
	.menuMobile .icon-left:before
	{
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  width: 15px;
	  height: 4px;
	  background-color: #212121;
	  content: "";
	  top: -10px;
	}
	.menuMobile .icon-left:after
	{
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  width: 15px;
	  height: 4px;
	  background-color: #212121;
	  content: "";
	  top: 10px;
	}
	.menuMobile .icon-left:hover
	{
	  cursor: pointer;
	}
	.menuMobile .icon-right
	{
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  height: 4px;
	  width: 15px;
	  top: 30px;
	  background-color: #212121;
	  left: 15px;
	}
	.menuMobile .icon-right:before
	{
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  width: 15px;
	  height: 4px;
	  background-color: #212121;
	  content: "";
	  top: -10px;
	}
	.menuMobile .icon-right:after
	{
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  width: 15px;
	  height: 4px;
	  background-color: #212121;
	  content: "";
	  top: 10px;
	}
	.menuMobile.open .icon-left
	{
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  background: transparent;
	}
	.menuMobile.open .icon-left:before
	{
		background-color: #FFF;
		-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
		transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
	}
	.menuMobile.open .icon-left:after
	{
		background-color: #FFF;
		-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
		transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
	}
	.menuMobile.open .icon-right
	{
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		background: transparent;
	}
	.menuMobile.open .icon-right:before
	{
		background-color: #FFF;
		-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
		transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
	}
	.menuMobile.open .icon-right:after
	{
		background-color: #FFF;
		-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
		transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
	}
	.menuMobile:hover
	{
	  cursor: pointer;
	}

	#menu_1
	{
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 0%;
		background-color: rgba(51, 51, 51, 0.94);
		color: #fff;
		z-index: 11;
		padding: 0;
		overflow: hidden;
		
		opacity: 0;
	}
	#menu_1.open
	{
		height: 100%;
		padding: 15% 10% 0 10%;
		opacity: 1;
		transition: height ease-in-out 1s, opacity ease-in-out 1s, padding ease-in-out 1s;
	}
	#menu_1.close
	{
		padding: 0;
		height: 0%;
		opacity: 0;
		transition: height ease-in-out 1s, opacity ease-in-out 1s, padding ease-in-out 1s;
	}
	#menu_1 > li
	{
		transition: margin-left ease-in-out .2s, margin-top ease-in-out .2s, opacity ease-in-out .2s;
		margin-top: -30px;
		margin-left: -30px;
		opacity: 0;
	}
	#menu_1 > li:nth-child(1) { transition-delay: .3s }
	#menu_1 > li:nth-child(2) { transition-delay: .4s }
	#menu_1 > li:nth-child(3) { transition-delay: .5s }
	#menu_1 > li:nth-child(4) { transition-delay: .6s }
	#menu_1 > li:nth-child(5) { transition-delay: .7s }
	#menu_1 > li:nth-child(6) { transition-delay: .8s }
	#menu_1 > li:nth-child(7) { transition-delay: .9s }
	#menu_1 > li:nth-child(8) { transition-delay: 1.0s }
	#menu_1 > li:nth-child(9) { transition-delay: 1.1s }

	#menu_1.close > li:nth-child(1) { transition-delay: 1.1s }
	#menu_1.close > li:nth-child(2) { transition-delay: 1.0s }
	#menu_1.close > li:nth-child(3) { transition-delay: .9s }
	#menu_1.close > li:nth-child(4) { transition-delay: .8s }
	#menu_1.close > li:nth-child(5) { transition-delay: .7s }
	#menu_1.close > li:nth-child(6) { transition-delay: .6s }
	#menu_1.close > li:nth-child(7) { transition-delay: .5s }
	#menu_1.close > li:nth-child(8) { transition-delay: .4s }
	#menu_1.close > li:nth-child(9) { transition-delay: .3s }


	#menu_1.open > li
	{
		margin-top: 0px;
		margin-left: 0px;
		opacity: 1;
	}
	#menu_1 > li
	{
		display: block!important;
	}
	#menu > ul > li:first-child > a,
	#menu > ul > li > a
	{
		display: block;
		color: #fff!important;
		font-size: 16px;
		border-bottom: 1px solid #747474;
		padding: 12px 0;
	}
	#menu > ul > li
	{
		border-right: 0;
	}
	#menu > ul > li > ul
	{
		position: relative;
	}
	#menu > ul > li > ul > li 
	{
		text-align: right;
		padding-right: 15px;
	}
	#header > .grey
	{
		text-align: left;
	}
	.last-article
	{
		display: block;
		width: 100%;
	}
	#slider_galerie
	{
		display: block;
		width: 100%;
		padding-top: 43%;
	}
	.bloc-accueil > li 
	{
	    margin-bottom: 20px;
	}
	#menu > ul > li > ul > li > a
	{
		text-align: left;
	}
	#menu > ul > li:hover > a, 
	#menu > ul > li.select > a 
	{
    	color: #35C0CD!important;
	}

	#footer_top .form-footer
	{
		display: block!important;
		margin: 15px auto;
	}
	#footer_top .mid-footer 
	{
    	width: 277px;
	}
	#soins
	{
		width: 95%;
	}
}

@media only screen and (max-width:1000px){
	.row > div
	{
		display: block;
		width: 100%;
	}


	#footer > div > div > div.col1,
	#footer > div > div > div.col2,
	#footer > div > div > div.col3
	{
		width: 100%;
		margin: 0 0 20px 0;
	}
	#footer > div > div > div.col2
	{
		text-align: center;
	}
	#footer > div > div > div.col1
	{
		padding: 0 10px;
	}
	#footer .temoignage-footer > div
	{
		width: 90%;
	}

	#footer > div > div #infos_site,
	#footer > div > div #infos_complementaires
	{
		position: relative;
		text-align: center;
		display: block;
	}
}

@media only screen and (max-width:770px) {

	#logo > img
	{
	    width: 308px;
	}
	#slider_accueil
	{
		display: none;
	}
	/*#slider_accueil > ul
	{
		margin-top: 86px;
	}
	#slider_accueil,
	#slider_accueil > ul,
	#slider_accueil > ul > li
	{
		height: 380px;
	}
	#slider_accueil > ul > li
	{
		background-image: url(../img/accueil-mobile.jpg);
		background-size: contain;
	}*/

	#header.home
	{
		/*position: static;*/
	}
	.bloc-accueil
	{
		margin-top: 0px;
	}
	.bloc-accueil > li,
	.bloc-accueil > li:nth-child(2)
	{
		display: block;
		width: 90%;
		margin: 20px auto!important;
		max-width: 500px;
	}
	#content, #aside
	{
		display: block;
		width: 100%;
	}
	#aside
	{
		padding: 0;
		margin-top: 65px;
	}
	#slider_accueil
	{
		margin-top: 0px;
	}
	.container_top > div:nth-child(3)
	{
		display: none;
	}
	.container_top > div > .menuMobile
	{
		display: block;
		color: #333;
	}
	.map-footer
	{
		padding-left: 0px;
		width: 100%;
		margin-top: 30px;
	}
	#footer_top .adresse-footer
	{
		width: 225px;
		margin: 32px auto 0px auto;
	}
	#content img[align='left'],
	#content img[align='right']
	{
		float: none;
		margin: 10px auto;
		display: block;
		margin-top: 5px!important;
		height: auto!important;
	}
	#page-contact > div > div.col1,
	#page-contact > div > div.col2
	{
		display: block;
		width: 100%;
	}
	#footer_top .temoignage-footer 
	{
	    margin-bottom: 10px;
	}
	

	#soin > .soin-description,
	#soin > .soin-details
	{
		display: block;
		width: 100%;

		overflow: visible;
		height: initial;
	}
}
@media only screen and (max-width:480px) {
	h1 > span,
	h2 > span
	{
		display: block;
	}
	#logo > img
	{
		max-width: 85%;
	}
	#presta > li > a > .prix1, #presta > li > a > .prix2
	{
		font-size: 14px;
	}
	.formContact > div > div
	{
		width: 100%;
		margin-top: 15px;
	}
	.container_top > div:nth-child(2)
	{
		display: none;
	}
	tbody, tbody > tr > td
	{
		display: block;
		width: 100%;
	}
	tbody > tr > td > div
	{
		padding: 0px; 
	}
	
	iframe
	{
		width: 100%;
	}
	#footer_top .temoignage-footer
	{
		margin-right: 0px;
	}
}

#colorbox
{
	z-index: 99999;
	position: fixed!important;
	padding: 0!important;
	top: 50%!important;
    margin-top: -279px!important;
}
#colorbox.commentaires #cboxLoadedContent,
#colorbox.prestation #cboxLoadedContent,
#colorbox.entreprises #cboxLoadedContent,
#colorbox.particuliers #cboxLoadedContent
{
	margin-bottom: 0;
	height: 100%!important;
}
#colorbox > #cboxWrapper > div:first-child,
#colorbox > #cboxWrapper > div > #cboxMiddleLeft,
#colorbox > #cboxWrapper > div > #cboxMiddleRight,
#colorbox > #cboxWrapper > div:last-child,
#colorbox.prestation #cboxTitle,
#colorbox.prestation #cboxCurrent,
#colorbox.prestation #cboxNext,
#colorbox.prestation #cboxPrevious,
#colorbox.prestation #cboxSlideshow
{
	display: none;
	width: 0;
	height: 0;
}
#colorbox > #cboxWrapper > div > #cboxContent > #cboxClose
{
	top: 10px;
	right: 13px;
	bottom: inherit;

	background: none;
	text-indent: 0!important;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#colorbox > #cboxWrapper > div > #cboxContent > #cboxClose:after
{
	content: "x";
	display: inline-block;
    color: #FFF;
    font-size: 30px;
    font-family: raleway;
}
/*#cboxLoadedContent
{
	margin-bottom: 0;
}
*/
#cboxOverlay
{
	background: none;
	/*background-color: rgba(0,0,0,0.3);*/
	background-color: #FFF;
	opacity: 1!important;
}

@media only screen and (max-width:667px)
{
	#colorbox
	{
		top: 0!important;
		width: 100%!important;
		height: 100%!important;
		margin-top: 0!important;
	}
	#colorbox > #cboxWrapper,
	#colorbox > #cboxWrapper > div,
	#colorbox > #cboxWrapper > div > #cboxContent,
	#cboxLoadedContent
	{
		width: 100%!important;
		height: 100%!important;
	}
	.parallax
	{
		background-size: cover;
		background-position: 50% 50%;

    	background-attachment: initial;
	}
}

a.up
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #FFF;
    background-color: #35C0CD;
    z-index: 99999;
    padding: 5px;
    cursor: pointer;
    display: none;
}
@media only screen and (max-width:770px)
{
	a.up
	{
		font-size: 20px;
		padding: 10px;
	}
}