@font-face
{
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight.eot');
    src: url('../fonts/geosanslight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight.woff') format('woff'),
         url('../fonts/geosanslight.ttf') format('truetype'),
         url('../fonts/geosanslight.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype'),
         url('../fonts/846-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
    font-family: 'attachee';
    src: url('../fonts/attachee.eot');
    src: url('../fonts/attachee.eot?#iefix') format('embedded-opentype'),
         url('../fonts/attachee.woff') format('woff'),
         url('../fonts/attachee.ttf') format('truetype'),
         url('../fonts/attachee.svg#attachee') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
    font-family: 'majalla';
    src: url('../fonts/majalla.eot');
    src: url('../fonts/majalla.eot?#iefix') format('embedded-opentype'),
         url('../fonts/majalla.woff') format('woff'),
         url('../fonts/majalla.woff2') format('woff2'),
         url('../fonts/majalla.ttf') format('truetype'),
         url('../fonts/majalla.svg#majalla') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'dancing';
    src: url('../fonts/DancingScript-Regular.eot');
    src: url('../fonts/DancingScript-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DancingScript-Regular.woff') format('woff'),
         url('../fonts/DancingScript-Regular.woff2') format('woff2'),
         url('../fonts/DancingScript-Regular.ttf') format('truetype'),
         url('../fonts/DancingScript-Regular.svg#DancingScript-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*
{
	box-sizing: border-box;
}

font[size="1"]
{
	font-size: 19px;
}
font[size="2"]
{
	font-size: 22px;
}
font[size="3"]
{
	font-size: 25px;
}
font[size="4"]
{
	font-size: 28px;
}
font[size="5"]
{
	font-size: 31px;
}

/*GENERAL*/
BODY
{
	margin: 0;
	font-family: majalla;
	font-size: 21px;
	line-height: 23px;
	color: #666;
}
h1
{
	margin: 10px 0;
	color: #6f6f6f;
	font-family: dancing;
	letter-spacing: 1px;
	text-align: center;
	font-weight: lighter;
	font-size: 38px;
}
h2
{
	margin: 5px 0;
	color: #6f6f6f;
	font-family: dancing;
	font-size: 37px;
	font-weight: 100;
	line-height: 37px;
}
h3
{
	margin: 5px 0;
	color: black;
	font-size: 14px;
}
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;
	border-bottom: 1px dashed #232b68;
}
a img
{
	border: 0;
}
a
{
	color: #232b68;
}
a:active, 
a:focus
{
	color: #232b68;
}
.clear
{
	clear: both;
}

/*FORMULAIRE*/
#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;
    float: none;
}

#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: 900;

    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;
}
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	padding: 4px 30px;
	color: #FFFFFF;
	background: #2E3537;
	border: 1px solid #232b68;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	margin: 10px;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover
{
	background: #232b68;
}
input[type='text'], 
input[type='password']
{
	height: 25px;
	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;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #232b68;
}

/*NOTIFICATIONS*/
.notification
{
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0;
}
.notification.validation
{
	border: 1px solid #090;
	background-color: #E0FFE0;
	color: #090;
}
.notification.erreur
{
	border: 1px solid #900;
	background-color: #FBB;
	color: #900;
}

/*SITE*/
#site
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../img/fond-site.png);
}


/*HEADER/TOP/BANNIERE*/
#header_top
{
	background-color: #2e3537;
}
.container_top
{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: table;
}
.container_top > *
{
	display: inline-table;
	vertical-align: top;
}
.container_top > div
{
	padding: 3px 3%;
}
.container_top > div > *
{
	line-height: 25px;
	color: #fff;
	padding-left: 5px;
}
.container_top > div > span
{
	font-size: 12px;
}
.social
{
	margin:0;
	padding:3px 0;
}
.social > li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.social > li > a
{
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #2a2a2b;
	display: inline-block;
}
.social > li > a > .fa
{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.social > li > a.twitter:hover
{
	background-color: #55acee;
}
.social > li > a.skype:hover
{
	background-color: #00aff0;
}
.social > li > a.linkedin:hover
{
	background-color: #0976b4;
}
.social > li > a.googleplus:hover
{
	background-color: #dd4b39;
}
.social > li > a.facebook:hover
{
	background-color: #3b5998;
}
.social > li > a.pinterest:hover
{
	background-color: #cb2027;
}

/*LOGO*/
#logo
{
	display : block;
	vertical-align : middle;
	margin-right: 50px;
}
#logo > img
{
	/*width: 100%;*/
	/*max-width: 150px;*/
}
.container
{
	display:block;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
}
#slider_accueil + .container
{
	padding-bottom: 45px;
}

/*²*/
#content
{
	vertical-align: top;
	position: relative;
	/*min-width: 62%;*/
	width: 100%;
	padding: 10px 1%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 25px;
}
#content > h1
{
	width: 40%;
	margin: 10px auto 40px auto;
	line-height: 34px;
}
#content img
{
	margin: 5px;
}
#content img[align='left']
{
	margin: 5px 5px 5px 0;
}
#content img[align='right']
{
	margin: 5px 0 5px 5px;
}
#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: #6f6f6f;
}
#slider_accueil > ul
{
	width: 100%;
	height: 100%!important;
}

#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_top
{
	padding-top: 15px;
	position: relative;
}
#header #resa
{
	position: absolute;
	top: 15px;
	right: 0%;
}
#header > div > span
{
	line-height: 35px;
}
#header > div > span,
#header > div > a
{
	display: inline-block;
	vertical-align: middle;
	font-family: dancing;
	color: #cdcdcd;
	font-size: 29px;
}
#header + hr
{
	margin: 30px 0 15px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

/*MENU*/
#menu
{
	vertical-align: bottom;
	text-align: center;
	padding: 115px 0px 5px 0px;
	display: block;
	/*padding-top: 120px;*/
}
#menu > ul
{
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	*float: left;/*IE7*/
}
#menu > ul > li > a
{
	display: block;
	padding: 0 20px;	
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-family: majalla;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}
#menu > ul > li > a > .fa
{
	line-height: 25px;
	font-size: 22px;
}
#menu > ul > li > a > .fa-angle-down
{
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: calc(50% - 5px);
	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% - 5px);
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	/*color: #6f6f6f!important;*/
	border-bottom: 3px solid #232b68;
}

#menu > ul > li > ul
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	text-align: left;
	padding: 0;
	z-index: 3;
	list-style: none;
}
#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: avantgarde_bk_btbook;
	text-decoration: none;
	
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #1b9ac3;
	/*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: 90%;
	height: 575px!important;
	z-index: 1;
}
#slider_accueil > ul > li
{
	width: 100%;
	height: 100%!important;
	background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
#slider_accueil > ul > li > div
{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	padding: 5px;
	width: 100%;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#slider_accueil .boutonPagination.select
{
	background: #242a68!important;
}
#slider_accueil  div.boutonsPagination
{
	right: 0px;
	width: 100%;
	text-align: center;
}
#slider_accueil  div.boutonPagination
{
	width: 17px!important;
	height: 17px!important;
}
#actualites > .slider > div
{
	box-shadow: none!important;
	background-color: transparent!important;
	border: none!important;
	color: grey!important;
	font-size: 50px!important;
	font-family: arial!important;
	font-weight: lighter!important;
}
.titreSlider
{
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	padding: 1%;
	color: #000;
	font-weight: 700;
}

#slider_galerie
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 100%;
	height: 150px;
}
#slider_galerie li
{
	margin: 0 2px;	
	display: table-cell;
}
#partenairesHome
{
	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;
	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 > div
{
	margin: 0 auto;
}
form
{
	display: inline;
}
.pagination
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.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%;	
	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
{
	position: relative;
	width: 100%;
	color: #676fac;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-size: 12px;
	background-color: #0f1339;
}
#footer > .container
{
	background-color: transparent;
}
#footer a
{
	text-decoration: none;
	color: #676fac;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_site
{
	padding: 10px;
}
#footer #infos_complementaires
{
	text-align: right;
}
#footer > .container > div
{
	display: table-cell;
}
#footer-top
{
	text-shadow: none;
	background-color: #232b68;
	padding: 15px 5%;
	font-size: 22px;
	line-height: 25px;
	color: #848fe6;
	position: relative;
}
#footer-top > div
{
	display: inline-block;
	text-align: center;
}
#footer-top > div > h3
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: dancing;
	font-weight: lighter;
	font-size: 28px;
    color: white;
}

#footer-top > img
{
	/*display: inline-block;*/
	width: 130px;
	position: absolute;
	right: 7.5%;
	top: 25px;
}


/*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;
}

#actualites.bloc ul li a i
{
	font-size: 12px;
	display: block;
	font-style: normal;
}
#actualites.bloc, 
#temoignages.bloc
{
	position: relative;
	height: inherit;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 100%;
	height: 425px;
}

#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;
	height: 100%;
	width: 100%;
}

#actualites.bloc a,
#temoignages.bloc a
{
	text-decoration: none;
}
#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;
}
#actualites .slider > ul > li > ul
{
	padding-left: 0px;
	text-align: center;
}
#actualites .slider .photo-actu
{
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: 50% 50%;
}
#actualites .slider > ul > li > ul > li
{
	display: inline-block;
	vertical-align: top;
	width: 29.333333%;
	height: 405px;
	max-width: 430px;
	/*padding: 0px;*/
}
#actualites .slider > ul > li > ul > li > a > span
{
	display: block;
	padding: 2%;
}

#actualites .slider > ul > li > ul > li > a > span > p
{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
   	-webkit-box-orient: vertical;	
}
#actualites .slider > ul > li > ul > .bloc-gris
{
	padding: 0px;
}
#actualites .slider > ul > li > ul > li h3
{
	display: block;
	font-size: 25px;
}
#actualites .slider > ul > li > ul > li:nth-child(even)
{
	margin : 0px 1.5%;
}
.bloc-gris
{
	/*border-radius: 4px;*/
/*	border: 1px solid #dadada;
	background-color: #ececec;*/
	box-sizing: border-box;
	text-align: center;
	padding: 4%;
}
.bloc-gris > img
{
	display: inline-block;
	vertical-align: middle;
}
#fb-accueil
{
	margin-left: 1%;
	margin-right: 2%;
}
#fb-accueil > div > div
{
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	margin-right: 10px;
	max-width: 340px;
}
#partenairesHome
{
	margin-right: 1%;
	margin-left: 2%;
}
#partenairesHome img
{
	width: inherit;
	height: inherit;
	margin: 0px 1%;
	max-height: 80px;
}
#partenairesHome, #fb-accueil
{
	display: inline-block;
	vertical-align: top;
	width: 47%;
}
#enjoy
{
	text-align: center;
	padding-top: 65px;
	font-size: 23px;
	font-family: dancing;
}
#enjoy > div
{
	padding-bottom: 33px;
	font-size: 34px;
}

#prestations
{
	font-size: 0px;
	padding-left: 0px;
	list-style: none;
}

#prestations > li
{
	font-size: 15px;
	width: 80%;
	margin: 0 auto;
}
/*#enTete
{
	font-size: 0px;
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	height: 185px;
	margin-bottom: 25px;
}
#enTete > img
{
	position: absolute;
	top: 0px;
	display: block; width: 100%;
	margin: 0px;
	max-height: 185px;
}
#enTete > a
{
	width: 50%;
	font-size: 48px;
	display: inline-block;
	text-decoration: none;
	font-family: dancing;
	position: relative;
	z-index: 9;
	height: 100%;
	padding: 30px;
	color: white;
    text-shadow: 1px 1px 3px #000;
}*/
#soins
{
	list-style: none;
	padding-left: 0px;
	font-size: 0px;
	width: 80%;
	margin: 10px auto;
	position: relative;
}
#soins > li
{
	width: calc(50% - 4px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
	height: 500px;
	position: relative;
}
#soins > li:nth-child(odd)
{
	margin-right: 4px;
}
#soins > li > a 
{
	font-size: 45px;
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: inline-block;
	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 > li > a:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}*/
#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;
}
.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: 25px;
	/*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: 25px;
	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;
}
#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: 25px;
}
#presta > li > a > .prix2
{
	right: inherit;
	left: 50%;
}
#presta > li > a > .prix1 > div,
#presta > li > a > .prix2 > div
{
	display: inline;
}
/*#presta > li > a > div > div > i
{
	font-size: 20px;
}*/
#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: 40px;
	right: 5%;
	cursor: pointer;
	font-size: 17px!important;
}
#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: 0.15s forwards linear;
	z-index: 9999;
}
#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;
	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.3s;
}
#galerie-liste > li:hover img
{
	filter: sepia(0);
    -webkit-filter: sepia(0);
    -moz-filter: sepia(0);
    -o-filter: sepia(0);
    -ms-filter: sepia(0);
}

.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 
{
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.formContact > div > div
{
	float: left;
	width: 50%;
	padding:0 2%;
	margin-top: 25px;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > center
{
	display: block;
	float: left;
	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;
}
.formContact > div > div > label > i,
.msgContact > label > i
{
	position: absolute;
	min-width: 34px;
	top: 3px;
	right: 1px;
	border-left: 1px solid #b3b3b3;
	color: #b3b3b3;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.msgContact > label > i
{
	top: 0;
	height: 100%;
	line-height: 120px;
}
.formContact > div > div > label > input,
.msgContact > label > textarea
{
	padding: 6px 12px;
	padding-right: 46px;
	width: 100%;
	height: 34px;
	outline: none;
	font-family: arial;
	color: #555;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > div > div:nth-child(4) > label:nth-child(2)
{
	width: 35%;
	min-width: 100px;
	display: inline-block;
	margin-right: 1%;
}
.formContact > div > div:nth-child(4) > label:last-child
{
	display: inline-block;
	width: 64%;
}



@media only screen and (max-width:1285px) {
	#menu > ul > li > a
	{
		padding: 0 15px 10px;
	}
}
@media only screen and (max-width:1200px) {
	.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%;
	}
}
@media only screen and (max-width:1750px) {
	#menu > ul > li > a
	{
		padding: 0 25px 10px;
	}
}
@media only screen and (max-width:1065px) {
	#menu > ul > li > a
	{
		font-size: 14px;
	}
	.formContact 
	{
		display: block;
		width: 100%;
	}
	.formContact + iframe
	{
		width: 95%;
		display: block;
		margin: 100px auto 15px;
	}
}
@media only screen and (max-width:1000px) {
	.container_top > div:nth-child(2)
	{
		display: none;
	}
	.vignette
	{
		display: block;
		max-width: 95%;
		margin: 0 auto!important;
	}
	.vignette + #presta
	{
		width: 95%;
		margin: 20px auto;
		display: block;
	}
}
@media only screen and (max-width:900px) {
	#menu > ul > li > a
	{
		font-size: 22px;
		padding: 0 8px 10px;
	}

	.menuMobile
	{
		display: none;
		position: absolute;
		right: 5%;
		cursor: pointer;
		top: 100px;
		font-size: 22px!important;
	}

}
@media only screen and (max-width:770px) {

	#fb-accueil > div
	{
		display: block!important;
	}

	#fb-accueil > div > div
	{
		width: 100%!important;
		margin-right: 0!important;
	}


	#content, #aside
	{
		display: block;
		width: 100%;
	}
	#content table
	{
		width: 100%!important;
	}
	#aside
	{
		padding: 0;
		margin-top: 65px;
	}
/*	#slider_accueil,
	.container_top > div:nth-child(2),
	.social
	{
		display: none;
	}*/
	.container_top > div > .menuMobile
	{
		display: block;
		color: #fff;
	}
	#menu_1
	{
		position: fixed;
		right: 0;
		width: 200px;
		height: 100%;
		background-color: #333;
		color: #fff;
		z-index: -1;
		top: 0;
		padding-top: 40px!important;
		overflow: auto;
	}
	#menu > ul > li > a
	{
		padding: 14px;
	}
	#menu_1 > li
	{
		display: block!important;
	}
	#menu_1 > li > a
	{
		color: #fff!important;
	}
	#menu > ul > li > ul
	{
		position: relative;
	}
	#menu > ul > li
	{
		padding-right: 5px;
	}
	#menu > ul > li > ul > li 
	{
		text-align: right;
		padding-right: 15px;
	}
	#header > div > span
	{
		display: block;
	}
	#content > h1
	{
		width: 90%;
	}
	#partenairesHome, #fb-accueil
	{
		display: block;
		margin: 0 auto;
		width: 95%;
	}
	.container, #slider_accueil, #prestations > li, #enTete
	{
		width: 95%;
	}
	#enTete > a
	{
		font-size: 35px;
	}
	#header #resa
	{
		top: inherit;
		bottom: 0px;
		font-size: 24px;
	}
	#soins
	{
		width: 100%;
	}
	#soins > li
	{
		width: 95%;
		margin: 4px auto!important;
		display: block;
	}
}
@media only screen and (max-width:600px) {
	#footer-top > img
	{
		position: static;
		margin: 5px auto;
		display: block;
	}
}

@media only screen and (max-width:480px) {
	.formContact > div > div
	{
		width: 100%;
		margin-top: 15px;
	}
	.container_top > div:nth-child(4)
	{
		display: none;
	}
	#content .table
	{
		width: 100%;
		overflow: auto;
	}
	#form_kdo > fieldset
	{
		width: initial!important;
	}
	#form_kdo > fieldset > ul > li > label
	{
		display: block!important;
		margin: 2px 0;
		width: initial!important;
	}
	/*tbody, tbody > tr > td
	{
		display: block;
		width: 100%;
	}*/
	tbody > tr > td > div
	{
		padding: 0px; 
	}
	img
	{
		max-width: 100%;
		height: initial;
	}
	#presta > li > a > .prix1, #presta > li > a > .prix2
	{
		position: static;
	}
}