@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: '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: 'lucida';
    src: url('../fonts/LCALLIG.eot');
    src: url('../fonts/LCALLIG.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LCALLIG.woff') format('woff'),
         url('../fonts/LCALLIG.ttf') format('truetype'),
         url('../fonts/LCALLIG.svg#LCALLIG') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*GENERAL*/
*
{
	box-sizing: border-box;
	
	outline: none;
}
img
{
	max-width: 100%;
}
BODY
{
	margin: 0;
	font-family: arial;
	font-size: 14px;
	color: #354b5b;
	background-color: #E5DCD7;
}
h1, 
.highlight h2
{
	margin: 0 0 15px 0;
	padding: 25px 0px 10px 0px;
	color: #010101;
	font-size: 26px;
	font-family: arial;
	text-align: center;
}
.highlight
{
	background-color: #E5DCD7;
}
h2
{
	margin: 5px 0 20px 0;
    color: #010101;
    font-family: arial;
    font-size: 26px;
    text-align: center;
}
h3
{
	margin: 5px 0;
	color: #010101;
	font-size: 14px;
	text-align: center;
}
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: #a40100;
}
a:active, 
a:focus
{
	color: #a40100;
}
.clear
{
	clear: both;
}

.absolute
{
	position: absolute!important;
	top: 0;
	height: 100%;
}
.absolute.right
{
	right: 0;
	width: 50%;
}
.absolute.left
{
	left: 0;
	width: 50%;
}
.liste
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.liste > li
{
	display: table;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
	width: 100%;
}
.liste > li > span
{
	display: table-cell;
	padding: 10px 5px;
	text-align: left;
}
.liste > li > span:first-child + span
{
	text-align: right;
}
.highlight_bloc
{
	color: #FFF;
	background-color: rgba(164,1,0,0.9);
	padding: 30px;
}
.highlight_bloc h2
{
	color: #FFF;
}
.highlight_bloc hr
{
	background-color: #FFF;
}

/*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: 5px auto;
}
#captchagc > img
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img + 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 + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img + 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: "Font Awesome 5 Pro";
	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
{
	top: 18px!important;
	left: 197px!important;
}
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
    padding: 11px 23px;
    color: #fff;
    background: #a40100;
    border: 1px solid #820100;
    cursor: pointer;
    text-decoration: none;
    margin: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: ease-in-out 200ms background-color;
}
.bouton > .fa
{
	font-size: 20px;
    margin-right: 5px;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover
{
	background: #DB2B2A;
	text-decoration: none!important;
}
input[type='text'], 
input[type='password'],
select
{
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 6px;
}
select
{
	padding: 4px 6px;
}
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 #a40100;
}

fieldset
{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #CCC;
}
fieldset > legend
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
fieldset > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
fieldset > ul > li
{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 50%;
	font-size: 14px;
}
fieldset > ul > li > .input
{
	display: block;
	padding: 5px;
	width: 100%;
	font-size: 0;
}
fieldset > ul > li > .input > label
{
	display: inline-block;
	width: 40%;
	
	font-size: 14px;
}
fieldset > ul > li > .input > input,
fieldset > ul > li > .input > select,
fieldset > ul > li > .input > textarea
{
	display: inline-block;
	width: 60%;
	font-size: 14px;	
}
fieldset > ul > li.double
{
	width: 100%;
}

#modes_paiement
{
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
}
#modes_paiement label
{
	display: block;
	margin: 0 auto;
}

/*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;
	padding-top: 127px;
	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: #ae0000;
	position: relative;
	padding: 20px 0px;
}
#header_top
{
	padding: 1px 0px;
	background-color: #2d2c2c;
}
.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: #a40100;
}
.container_top
{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	color: #E5DCD7;
}
.container_top > div
{
	padding: 3px 0px 3px 12px;
	display: inline-block;
	vertical-align: middle;
}
.container_top > div > *
{
	line-height: 25px;
	padding-left: 5px;
}
.container_top > div > span
{
	font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.container_top > div > span > a
{
	text-decoration: none;
	color: #E5DCD7;
}
.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: 70px 0;
}
.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: #a40100;
	height: 2px;
	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%;
    text-decoration: none;
}
.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,
.parallax2
{
    background-image: url(../img/parallax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    /* background-size: cover; */
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 70px 0px;
    margin: 0px;
    min-height: 450px;
}
.parallax h2
{
	color: #FFF;
	text-align: center;
}
.parallax2
{
	background-image: none;
	background-color: #E5DCD7;
}
.parallax2 h2
{
	color: #000;
	text-align: center;
}
/*LOGO*/
#logo
{
	position: absolute;
	top: -25px;
    left: 0;
}
#logo > img
{
	max-width: 280px;
	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
{
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto;
}
.inset-container
{
	display: block;
	padding: 0px 10%;
}

/*²*/
#content
{
	position: relative;
	font-family: raleway;
	line-height: 20px;
	min-height: calc(100vh - 321px);
	/*margin-top: 124px;*/
}
#slider_accueil + #content
{
	margin: 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: #a40100;
}
#slider_accueil > ul
{
	width: 100%;
	height: 100%!important;
}
#slider_accueil > ul li
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 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,
#slider_accueil + .container
{
	margin-top: 25px;
}
#header + hr
{
	margin: 30px 0 15px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
#soin
{
	margin-bottom: 35px;
}
#soin .blocs 
{
    margin-top: 30px;
    display: table;
    border-spacing: 7px;
    margin-left: auto;
    margin-right: auto;
}
#soin .blocs h2
{
	font-size: 19px;
    text-transform: uppercase;
    font-weight: lighter;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
#soin .blocs > div
{
	display: table-cell;
	vertical-align: top;
	min-width: 285px;
}
#soin .soin-description img
{
	float: left;
	max-width: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.block
{
	border-radius: 8px;
	background-color: #E5DCD7;
	padding: 8px 12px;
}
#soin .offre
{
	width: 400px;
}
#soin .blocs > div ul
{
	padding-left: 0px;
	list-style: none;
}
#soin .blocs > div ul label
{
    font-weight: bold;
    font-family: arial;
    font-size: 15px;
    width: 70px;
    display: inline-block;
}
#page-partenaires
{
	text-align: center;
}
#page-partenaires .container
{
	display: flex;
    align-items: center;
    height: 200px;
    justify-content: center;
}
#page-partenaires a
{
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
#page-partenaires a > img
{
	max-width: 200px;
}



/*MENU*/
#menu
{
	padding: 10px 0;
}
#menu > ul
{
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*float: left;/*IE7*/
}
#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: #fff;
	font-size: 15px;
	font-family: arial;
	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: #000;
}

#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: avantgarde_bk_btbook;
	text-decoration: none;
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #a40100;
	/*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;
}
#slider_accueil > ul > li
{
	width: 100%;
}
#slider_accueil .boutonPagination.select
{
	background: #a40100!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: #a40100;
    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: 426px;
}
.slide-contenu .slide-texte
{
	display: block;
    margin-top: 0px;
    padding: 10px 20px;
    font-size: 15px;
    max-width: 490px;
    color: #000000;
    text-decoration: none;
    font-family: raleway;
}
.slide-contenu .slide-titre
{
    display: block;
    text-align: center;
    padding: 10px 20px;
    font-size: 27px;
    color: #000000;
    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: #a40100!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;
}
#page-tarifs
{
	background-image: url(../img/tarifs.jpg);
	background-position: 100% 50%;
	height: 422px;
}
#page-contact
{
	padding: 20px 0;
	text-align: center;
}

/*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: 200px;
	margin: 0 auto;
}
#footer .temoignage-footer .slider
{
	width: 100%;
	height: 180px;
}
#footer .temoignage-footer .slider > ul
{
	width: 100%;
	height: 180px;
}
#footer .temoignage-footer .slider > ul > li
{
	width: 100%;
}
#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
{
	position: relative;
	font-size: 0;
}
#footer > div > div > div
{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
#footer > div > div > div.col1
{
	width: 40%;
	padding: 0 30px;
}
#footer > div > div > div.col2
{
	width: 60%;
}

#footer > div > div > div.col1 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer > div > div > div.col1 ul > li
{
	display: inline-block;
	margin: 0;
	padding: 5px 0;
}
#footer > div > div > div.col1 ul > li > a
{
	color: #354b5b;
	text-decoration: none;
}

#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
{
	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: #a40100;
    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: #a40100;
	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;
}
.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: #E5DCD7;
}
/*#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;
}
#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: 7px;
	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: 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;
	font-size: 13px;
	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;
    color: #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;
}
/*.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: #a40100;
	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 'Font Awesome 5 Pro';
    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:1300px) {
	#menu > ul > li > a
	{
		padding: 8px 8px;
	}
}
@media only screen and (max-width:1000px) {
	#footer > div > div > div.col2,
	#footer > div > div > div.col1
	{
		width: 100%;
		margin: 0 0 20px 0;
	}
	#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;
	}


	.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) {
	
	#page-partenaires .container
	{
		display: block;
		height: inherit;
	}

	.menuMobile
	{
		display: block;
		position: absolute;
		right: 5%;
		cursor: pointer;
		color: #a40100;
		z-index: 12;
		font-size: 17px!important;
	}
	#logo
	{
		position: static;
	}
	#logo > img
	{
		max-width: 180px;
	}
	#header > .grey 
	{
    	/*padding: 10px 12px;*/
	}
	.container,
	.container_top
	{
		width: 97%;
	}

	#menu
	{
		padding: 0;
	}
	

	.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: 15% 10% 0 10%!important;
		overflow: hidden;
		
		opacity: 0;
	}
	#menu_1.open
	{
		height: 100%;
		opacity: 1;
		transition: height ease-in-out 1s, opacity ease-in-out 1s;
	}
	#menu_1.close
	{
		height: 0%;
		opacity: 0;
		transition: height ease-in-out 1s, opacity 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: 1s }

	#menu_1.close > li:nth-child(1) { transition-delay: 1s }
	#menu_1.close > li:nth-child(2) { transition-delay: .9s }
	#menu_1.close > li:nth-child(3) { transition-delay: .8s }
	#menu_1.close > li:nth-child(4) { transition-delay: .7s }
	#menu_1.close > li:nth-child(5) { transition-delay: .6s }
	#menu_1.close > li:nth-child(6) { transition-delay: .5s }
	#menu_1.close > li:nth-child(7) { transition-delay: .4s }
	#menu_1.close > li:nth-child(8) { transition-delay: .3s }
	
	#page-tarifs > div,
	#page-tarifs > div > div
	{
		display: block;
		width: 100%;
	}
	#page-horaires > iframe + div
	{
		width: 100%;
		position: relative!important;
	}


	#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: #a40100!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:770px) {
	#header.home
	{
		position: static;
	}
	#site
	{
		padding-top: 0px;
	}

	.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;
	}
	#footer_top .temoignage-footer 
	{
	    margin-bottom: 10px;
	}
	#soins > li
	{
		max-width: 100%;
	    width: 500px;
	    display: block;
	    margin: 20px auto!important;
	}
	#soin .blocs
	{
		display: block;
	}
	#soin .blocs > div
	{
		display: block;
		margin-bottom: 10px;
		max-width: 100%;
		min-width: inherit;
	}
	#soin .offre
	{
		width: auto;
	}
	#logo > img 
	{
		width: 70%;
	}
	#soin .soin-description img
	{
		float: none;
		max-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media only screen and (max-width:480px) {
	#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
{
	padding: 0!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: 20px;
	right: 20px;
	bottom: inherit;

	background: none;
	text-indent: 0!important;
}
#colorbox > #cboxWrapper > div > #cboxContent > #cboxClose:after
{
	content: "\f00d";
	display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    font-size: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#cboxOverlay
{
	background: none;
	background-color: rgba(0,0,0,0.3);
}