<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: '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: 'play';
    src: url('../fonts/Play-Regular.eot');
    src: url('../fonts/Play-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Play-Regular.woff') format('woff'),
         url('../fonts/Play-Regular.ttf') format('truetype'),
         url('../fonts/Play-Regular.svg#Play-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'banana';
    src: url('../fonts/bananasp-webfont.woff2') format('woff2'),
         url('../fonts/bananasp-webfont.woff') format('woff'),
         url('../fonts/BANANASP.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

html,body
{
	height: 100%;
}

/*GENERAL*/
BODY
{
	margin: 0;
	font-family: play;
	font-size: 14px;
	color: white;
}
h1
{
	margin: 10px 0;
	color: #00CC00;
	font-size: 35px;
	font-family: play;
	letter-spacing: 1px;
	font-weight: lighter;
}
h2
{
	margin: 5px 0;
	color: white!important;
	padding: 6px 5px 6px 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: 1px solid #c60595;
	font-size: 20px;
	font-family: play;
	font-weight: 100;
}
h3
{
	margin: 5px 0;
	color: white;
	font-family: play;
	font-size: 14px;
}
h1 &gt; a,h2 &gt; a,h3 &gt; 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 #1dabd9;
}
a img
{
	border: 0;
}
a
{
	color: #c60595;
}
a:active, 
a:focus
{
	color: #c60595;
}
a:hover
{
	text-decoration: none;
}
.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

/*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!important;
}
#captchagc &gt; img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc &gt; 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 &gt; 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 &gt; img:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc &gt; img:nth-of-type(1) + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
	color:  #000;
}
#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 &gt; 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 &gt; i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc &gt; 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 &gt; i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid &gt; img:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
#captchagc.valid &gt; img:nth-of-type(2)
{
	display: none;
}
.button
{
	text-transform: uppercase;
	text-decoration: none;
	background-color: #c60595;
	padding: 9px 13px;
	color: white!important;
	border-radius: 6px;
}
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	padding: 4px 30px;
	color: #c60595;
	border: 1px solid #c60595;
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	margin: 10px;
	font-family: play;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover
{
	color: #1D5792;
}
input[type='text'], 
input[type='password']
{
	height: 25px;
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 0 5px;

	border: 1px solid #444;
}
textarea
{
	border: 1px solid #999;
	border-radius: 2px;
	box-sizing: border-box;

	border: 1px solid #444;
	border-bottom: 3px solid #c60695;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #1dabd9;

	border: 1px solid #c60595;
	border-bottom: 3px solid #c60595;
}

/*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-image: url(../img/fond.jpg);
	background-attachment: fixed;
	background-size: cover;
	min-height: 100%;
}
#site iframe
{
	max-width: 100%;
}


/*HEADER/TOP/BANNIERE*/
#header
{
	text-align: center;
}
#header_top
{
	border-top: 6px solid #c60595;
	z-index:2;
	position: relative;
}
.container_top
{
	width: 100%;
    margin: 22px auto;
    padding: 25px 0px;
    background-color: rgba(0, 0, 0, 0.49);
    display: block;
}
.container_top &gt; div &gt; *
{
	line-height: 25px;
	color: #fff;
	padding-left: 5px;
}
.container_top &gt; div &gt; span
{
	font-size: 12px;
}
.social
{
	margin: 0;
	padding: 3px 0;
}
.social &gt; li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.social &gt; li &gt; a
{
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #2a2a2b;
	display: inline-block;
}
.social &gt; li &gt; a &gt; .fa
{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.social &gt; li &gt; a.twitter:hover
{
	background-color: #55acee;
}
.social &gt; li &gt; a.skype:hover
{
	background-color: #00aff0;
}
.social &gt; li &gt; a.linkedin:hover
{
	background-color: #0976b4;
}
.social &gt; li &gt; a.googleplus:hover
{
	background-color: #dd4b39;
}
.social &gt; li &gt; a.facebook:hover
{
	background-color: #3b5998;
}
.social &gt; li &gt; a.pinterest:hover
{
	background-color: #cb2027;
}

#corps
{
	width: 100%!important;
	position: relative;
	z-index: 4;
	background-color: rgba(0, 0, 0, 0.23);
	padding: 30px 10%;
	box-sizing: border-box;
}

/*LOGO*/
#logo
{
	display: inline-block;
	margin: 0 auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	top: 24px;
}
#logo &gt; img
{
	max-width: 340px;
}
.container
{
	display:table;
	width: 80%;
	height: calc(100% - 110px);
	margin: 0 auto;
}

/*Â²*/
#content
{
	vertical-align: top;
	position: relative;
	width: calc(100% - 20px);
	display: inline-block;
	padding: 10px 1%;
	background-color: black;
}

#content img
{
	margin: 5px;
}
#content img[align='left']
{
	margin: 5px 20px 20px 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 &gt; li
{
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 48%;
	margin: 1%;
}
.sous_pages &gt; li &gt; a
{
	text-decoration: none;	
	background-color: #333;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	color: #fff;
}
.sous_pages &gt; li &gt; a:hover
{
	background-color: #c60595;
}
#slider_accueil &gt; ul
{
	width: 100%;
	height: 100%;
}
#slider_accueil &gt; ul li
{
	background-position: 50% 0;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
#slider_accueil &gt; ul &gt; li &gt; a &gt; div,
#slider_accueil &gt; ul &gt; li &gt; div
{

	font-size: 55px;
	color: white;
	font-family: banana;
	/*text-shadow: 0px 4px 1px #c60595, 0px -4px 1px #c60595, -4px 0px 1px #c60595, 4px 0px 1px #c60595*/
/*	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #c60595;*/
}
#slider_accueil .text-slider
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/*left: 50%;*/
	width: 100%;
}
#slider_accueil .text-slider text
{
    fill: white;
    font-size: 60px;
    stroke: #da29ad;
    text-anchor: middle;
    font-family: banana;
    stroke-width: 1.5px;
}
#slider_accueil img
{
	margin: 0;	
}
#slider_galerie img,
#slider_galerie2 img
{
	margin: 0;	
}
#galerie-liste
{
	padding-left: 0px;
	width: 100%;
	list-style: none;
	font-size: 0px;
}
#galerie-liste &gt; li
{
	display: inline-block;
	vertical-align: top;
	width: 19.25%;
	margin: 0.25%;
	position: relative;
	overflow: hidden;
}
#galerie-liste &gt; li &gt; a
{
	display: block;
}
#galerie-liste &gt; li &gt; a &gt;.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;
}
#galerie-liste &gt; li &gt; a &gt;.mask &gt; 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 &gt; li &gt; a &gt;.mask &gt; span &gt; 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 &gt; li &gt; a &gt; .mask.in-top
{
	animation-name: in-top;
	-webkit-animation-name: in-top;
}
#galerie-liste &gt; li &gt; a &gt; .mask.in-bottom
{
	animation-name: in-bottom;
	-webkit-animation-name: in-bottom;
}
#galerie-liste &gt; li &gt; a &gt; .mask.in-right
{
	animation-name: in-right;
	-webkit-animation-name: in-right;
}
#galerie-liste &gt; li &gt; a &gt; .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 &gt; li &gt; a &gt; .mask.out-top
{
	animation-name: out-top;
	-webkit-animation-name: out-top;
}
#galerie-liste &gt; li &gt; a &gt; .mask.out-bottom
{
	animation-name: out-bottom;
	-webkit-animation-name: out-bottom;
}
#galerie-liste &gt; li &gt; a &gt; .mask.out-right
{
	animation-name: out-right;
	-webkit-animation-name: out-right;
}
#galerie-liste &gt; li &gt; a &gt; .mask.out-left
{
	animation-name: out-left;
	-webkit-animation-name: out-left;
}

#galerie-liste &gt; li img
{
	width: 100%;
	margin: 0px;
}
#header + .container,
#slider_accueil + .container
{
	/*margin-top: 1px;*/
}
#header + hr
{
	margin: 30px 0 15px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

#coordonnees
{
	color: #fff; 
	z-index: 99999;
	padding: 5px 0px;
	text-align: right;
}
#coordonnees &gt; i, #coordonnees &gt; span
{
	display: inline-block;
	vertical-align: middle;
}
#coordonnees &gt; i
{
	font-size: 22px;
	padding: 0px 5px;
	margin: 0px 2px;
	text-align: center;
	color: rgba(255,255,255,0.5);
	vertical-align: bottom;
}
#coordonnees &gt; span
{
	font-size: 20px;
}
#coordonnees &gt; span &gt; a
{
	color: #FFF;
	text-decoration: none;
}

/*MENU*/

.container_top &gt; *
{
	vertical-align: middle;
	display: inline-block;
}
.container_top &gt; a
{
	width: 33.333%;
	text-align: center;
}
#menu
{
	width: 100%;
}
#menu &gt; ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu &gt; ul &gt; li:nth-child(4)
{
	margin-right: 11%;
}
#menu &gt; ul &gt; li:nth-child(5)
{
	margin-left: 11%;
}
#menu &gt; ul &gt; li
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#menu &gt; ul &gt; li &gt; a
{
	display: inline-block;
	padding: 6px 9px;
	/*margin: 0px 1px;*/
	text-decoration: none;
	color: #434343;
	font-size: 17px;
	font-family: play;
	/*border-bottom: 3px solid transparent;*/
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	font-weight: bold;
}
#menu &gt; ul &gt; li:first-child &gt; a &gt; .fa
{
	line-height: 25px;
	font-size: 18px;
	padding: 0px 6px;
}
#menu &gt; ul &gt; li &gt; a &gt; .fa-angle-down
{
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 50%;
    transition: top 0.3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#menu &gt; ul &gt; li:hover &gt; a &gt; .fa-angle-down.down1
{
	top: 65px;
}
#menu &gt; ul &gt; li &gt; a &gt; .fa-angle-down.down2
{
	top: -25px;
}
#menu &gt; ul &gt; li:hover &gt; a &gt; .fa-angle-down.down2
{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#menu &gt; ul &gt; li:hover &gt; a, 
#menu &gt; ul &gt; li.select &gt; a
{
	background-color: #c60595;
	border-radius: 8px;
}
.container_top &gt; div &gt; .menuMobile
{
	display: none;
}
#menu &gt; ul &gt; li &gt; ul
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	text-align: left;
	padding: 0;
	z-index: 3;
	list-style: none;
	left: 1px;
	border-radius: 7px;
}
#menu &gt; ul &gt; li:hover &gt; ul
{
	display: block;
}
#menu &gt; ul &gt; li &gt; ul &gt; li
{
	white-space:nowrap;
}
#menu &gt; ul &gt; li &gt; ul &gt; li &gt; a
{
	padding: 5px;
	display: block;
	color: #666;
	font-size: 15px;
	text-decoration: none;
	
	white-space: nowrap;
}
#menu &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a, 
#menu &gt; ul &gt; li &gt; ul &gt; li &gt; a.select
{
	color: #c60595;
}

/*SLIDER*/
#slider
{
	margin: -10px 0 0 -10px;
	
	width: 710px;
	height: 300px;
	z-index: 1;
}
#slider_accueil
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 100%!important;
	height: 500px;
	z-index: 0;
}
#slider_accueil &gt; ul &gt; li
{
	width: 100%;
	background-size: cover;
    background-repeat: no-repeat;
}
#slider_accueil &gt; ul &gt; li &gt; 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: #c60595!important;
}
.titreSlider
{
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	padding: 1%;
	color: #000;
	font-weight: 700;
}

#slider_galerie
{
	overflow: hidden;
	margin-top: 40px;
	width: 100%;
	height: 500px;
}
#slider_galerie ul
{
	height: 500px;
}
#slider_galerie li
{
	margin: 0 2px;	
	height: 500px;
	display: inline-block!important;
	float: none!important;
}
#slider_galerie li img
{
	vertical-align: middle;
}
#slider_galerie li &gt; a
{
	display: inline-block;
	height: 100%;
}
#slider_galerie li &gt; a:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	border: 1px solid transparent;
}
#slider_galerie.bis,
#slider_galerie.bis ul
{
	height: 150px;
}
#slider_galerie.bis li
{
	height: 150px;
	background-color: white;
	padding: 5px;
	box-sizing: border-box;
	margin: 0px;
}


#slider_galerie2 &gt; ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#slider_galerie2 &gt; ul &gt; li
{
	position: relative;
	display: inline-block;
	padding-top: 20%;
	font-size: 14px;
	width: calc(20% - 10px);
	margin: 5px;
	overflow: hidden;
	background-color: #161616;
}
#slider_galerie2 &gt; ul &gt; li &gt; a
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;	
}
#slider_galerie2 &gt; ul &gt; li &gt; a &gt; img
{
	position: absolute;
	display: block;

	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);

	max-width: 100%;
	max-height: 100%;
	width: initial;
	height: initial;
}

#partenairesHome
{
	margin-top: 40px;
	position: relative;
}
#partenairesHome &gt; span
{
	position: absolute;
}
#partenaires-liste
{
	padding-left: 0px;
	font-size: 0px;
}
#partenaires-liste &gt; 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;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
#partenaires-liste  li &gt; h2, #partenaires-liste li &gt; .description
{
	text-align: right;
	position: relative;
	z-index: 5;
	margin: 0px;
}
#partenaires-liste  li &gt; h2
{
	padding: 30px 0px 5px 0px;
	transition: padding ease 0.3s;
	border-bottom: none;
	text-shadow: 1px 1px 3px #0e0e0e;
}
#partenaires-liste  li:hover &gt; h2
{
	padding: 15px 0px 5px 0px;
}
#partenaires-liste  li &gt; .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 &gt; .overlay
{
	opacity: 1;
}
#partenaires-liste  li &gt; .description
{
	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 &gt; .description
{
	opacity: 1;
	margin: 0px 0px 0px 0px;
}
/*Pagination*/
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: #c60595;
	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;
	margin-left: 5%;
	background-color: black;
	display: inline-block;
}
#aside &gt; div:first-child
#aside &gt; ul
{
	list-style: none;
	margin: 15px 0 15px 4px;
	padding: 0;
}
#aside &gt; ul &gt; li
{
	width: 251px;
}
#aside &gt; ul &gt; li &gt; 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 &gt; ul &gt; li &gt; a:hover
{
	background: #701374;
}
#aside .bloc:last-child
{
	border-bottom: none;
}
#aside .bloc:first-child
{
	padding-top: 0;
}

/*FOOTER*/
#footer
{
	position: relative;
    width: 100%;
    border-bottom: 4px solid #c60595;
    padding: 6px 0px;
    color: #FFF;
    background-color: #000000;
    font-size: 12px;
}
#footer #infos_complementaires
{
    color: #FFF;
}
#footer #infos_complementaires &gt; span:first-child + span
{
	float: right;
}
#footer a
{
    color: #FFF;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_site
{
	padding: 10px;
}
#footer &gt; .container
{
	width: 80%;
}

#footer &gt; .container img
{
	float: right;
	margin-top: 20px;
}
#prestations
{
	display: inline-block;
	vertical-align: top;
	width: 80%;
	padding: 15px 0px;
}
#prestations &gt; ul
{
	list-style: square;
	width: 65%;
	font-size: 0px;
}
#prestations &gt; ul &gt; li
{
	font-size: 14px;
    display: inline-block;
    width: 50%;
    /*padding-right: 4%;*/
    vertical-align: top;
}
#prestations &gt; ul &gt; li &gt; a
{
	float: none;
}
#prestations &gt; ul &gt; li:before
{
	content: 'â€¢ ';
}



/*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;
	font-weight: 100;
}
#actualites.bloc ul li a i
{
	font-size: 12px;
	display: block;
	text-align: right;
	font-style: normal;
}

#actualites .photo
{
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#actualites img
{
	width: 100%;
}
#actualites.bloc, 
#temoignages.bloc
{
	position: relative;
	height: 365px;
	border-bottom: 1px dashed #666;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 100%;
	height: 285px;
}

#actualites.bloc .slider ul, 
#temoignages.bloc .slider ul
{
	width: 100%;
	height: 265px;
	
	margin: 0;
	list-style: none;
}
#actualites.bloc .slider ul li,
#temoignages.bloc .slider ul li
{
	padding: 5px 1%;
	text-align: justify;
	background-position: center center;
	background-repeat: no-repeat;
}

#actualites.bloc a,
#temoignages.bloc a
{
	text-decoration: none;
	color: #3580cc;
}
#actualites.bloc a:hover,
#temoignages.bloc a:hover
{
	text-decoration: underline;
}

#actualites.bloc .slider a,
#temoignages.bloc .slider a
{
	color: white;
	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 &gt; div
{
	display:inline-block;
}

#langs &gt; 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 &gt; a
{
	width: 100%!important;
	padding: 0 !important;
	display: block !important;
	position: relative;
	overflow: hidden;
	text-decoration: none
}
.galerie td &gt; a &gt; 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 &gt; a:hover &gt; .overlay_top
{
	top: 0%;
}
.overlay_bottom
{
	bottom: -50%;
}
.galerie td &gt; a:hover &gt; .overlay_bottom
{
	bottom: 0%;
}
.galerie td &gt; a &gt; img
{
	border: 1px solid rgba(50, 50, 50, 0.1);
	border-bottom: none;
	width: 300px;
}
.galerie td &gt; a &gt; *
{
	margin: 0!important;
}
.galerie td &gt; a &gt; 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);
}
.msgContact
{
	display: block;
	width: 96%;
	margin: 0 2%;
	margin-top: 25px;
	box-sizing: border-box;
}
.theCaptcha
{
	width: 100%!important;
	text-align: center;
	margin: 0 auto;
}
.theCaptcha &gt; div &gt; div &gt; div
{
	width: 100%!important;
}
.g-recaptcha
{
	width: 100%!important;
}
.g-recaptcha &gt; div
{
	margin: 0 auto;
}
.formContact &gt; div &gt; div
{
	float: left;
	width: 50%;
	padding:0 2%;
	margin-top: 25px;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact &gt; center
{
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}
.formContact &gt; div &gt; div &gt; label,
.msgContact &gt; label
{
	display: block;
	position: relative;
}
.formContact &gt; div &gt; div &gt; label:first-child
{
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}
.formContact &gt; div &gt; div &gt; label &gt; i,
.msgContact &gt; label &gt; 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;

	border: 0;
}
.msgContact &gt; label &gt; i
{
	top: 0;
	height: 100%;
	line-height: 120px;
}
.formContact &gt; div &gt; div &gt; label &gt; input,
.msgContact &gt; label &gt; textarea
{
	padding: 6px 12px;
	padding-right: 46px;
	width: 100%;
	height: 34px;
	outline: none;
	font-family: arial;
	color: #555;
	box-sizing: border-box;


	background-color: transparent;
    color: #FFF;
    border-bottom: 3px solid #c60695;
}
.formContact &gt; div &gt; div:nth-child(4) &gt; label:nth-child(2)
{
	width: 35%;
	min-width: 100px;
	display: inline-block;
	margin-right: 1%;
}
.formContact &gt; div &gt; div:nth-child(4) &gt; label:last-child
{
	display: inline-block;
	width: 64%;
}
@media only screen and (max-width:1200px) {
	#slider_accueil &gt; ul li
	{
		background-size: cover;		
	}
	.container_top &gt; a
	{
		width: 24.333%;
	}
	/*#logo
	{
		top: 38px;
	}
	#logo &gt; img
	{
		max-width: 240px;
	}
	#menu &gt; ul &gt; li:nth-child(5) {
    	margin-left: 125px;
	}
	#menu &gt; ul &gt; li:nth-child(4) {
    	margin-right: 125px;
	}
	#menu &gt; ul &gt; li &gt; a
	{
		padding: 7px 10px;
	}*/

	.formContact &gt; div &gt; div:nth-child(4) &gt; label:nth-child(2),
	.formContact &gt; div &gt; div:nth-child(4) &gt; label:last-child
	{
		width: 100%;
	}
/*	.container_top &gt; div#menu
	{
		padding: 3px 1%;
	}
	*/
	}
	
	.menuMobile
	{
		display: none;
		position: absolute;
		right: 5%;
		cursor: pointer;
		top: 60px;
		font-size: 35px!important;
	}
	#menu_1
	{
		color: #fff;
		z-index: -1;
	}

	#menu_1 &gt; li &gt; a
	{
		color: #fff!important;
	}
	#header_top
	{
		z-index: 15;
		position: absolute;
		width: 100%;
	}

}
@media only screen and (max-width:1065px) {
	#menu &gt; ul &gt; li &gt; a
	{
		font-size: 14px;
	}
}
@media only screen and (max-width:1400px) {
	#logo
	{
		top: 40px;
	}
	#logo &gt; img
	{
		max-width: 280px;
	}
	#menu &gt; ul &gt; li &gt; a
	{
		font-size: 15px;
	}
	#menu &gt; ul &gt; li:nth-child(4)
	{
		margin-right: 12%;
	}
	#menu &gt; ul &gt; li:nth-child(5)
	{
		margin-left: 12%;
	}
	#corps
	{
		padding: 30px 2%;
	}
	#footer &gt; .container
	{
		width: 96%;
	}
	#prestations &gt; ul
	{
		width: 100%;
	}
	
}
@media only screen and (max-width:1100px) {
	#menu &gt; ul &gt; li &gt; a
	{
		padding: 6px 7px;
	}
}
@media only screen and (max-width:1050px) {
	.container
	{
		width: 99%;
	}
	#partenaires-liste  li
	{
		width: 47%;
	}
	#menu
	{
		display: block;
		transition: all ease-in-out 0.4s;

		top: 0;
        position: absolute;
        padding: 10px;
        width: calc(100% - 20px);
        height: 0vh;
	}

	#menu &gt; ul
	{
		display: none;
		opacity: 0;
		padding-top: 100px;
	}
	.container_top
	{
		background-color: rgba(0, 0, 0, 0);
		margin: 0;
	}
	#menu.open 
	{
		background-color: rgba(0, 0, 0, 0.89);
		text-align: left;
		top: 0;
		position: absolute;
		height: 100vh;
        overflow: auto;
	}
	#menu &gt; ul &gt; li:first-child &gt; a:before
	{
		content: "Accueil";
	}
	#menu &gt; ul &gt; li:first-child &gt; a &gt; i
	{
		display: none;
	}
	#menu.open &gt; ul
	{
		display: block;
		opacity: 1;
	}
	#menu &gt; ul &gt; li
	{
		display: block;
		margin: 1px 0px;
	}
	#menu &gt; ul &gt; li &gt; a
	{
		display: block;
		margin: 1px 0px;
		font-size: 18px;
		padding: 10px;
	}
	#menu &gt; ul &gt; li:nth-child(4),
	#menu &gt; ul &gt; li:nth-child(5)
	{
    	margin-right: 0px;
    	margin-left: 0px;
   	}
	.container_top &gt; div &gt; .menuMobile
	{
		display: block;
		color: #c60595;
		z-index: 99999;
	}
	.container_top &gt; div &gt; .menuMobile:hover
	{
		color: #ff10c2;
	}
	#menu &gt; ul &gt; li &gt; a &gt; .fa-angle-down
	{
		right: 15px;
		font-size: 23px;
	}
	#logo
	{
		position: static;
		transform: inherit;
	}
}
@media only screen and (max-width:770px) {
	#galerie-liste &gt; li {
	    width: 32.3333%;
	    margin: 0.5%;
	}
	#slider_galerie2 &gt; ul &gt; li
	{
		padding-top: 33.33%;
		width: calc(33.33% - 10px);
	}
	.container_top
	{
		text-align: center;
	}
	#logo
	{
		/*display: block;*/
		text-align: center;
		margin: 5px 0px;
		min-width: 140px;
	}
	#logo &gt; img
	{
		width: 98%;
	}
	html
	{
		height: inherit;
	}
	#content, #aside
	{
		display: block;
		width: 100%!important;
		box-sizing: border-box;
	}
	#aside
	{

		padding: 0;
		margin-top: 65px;
		margin-left: 0px;ss
	}
	#slider_accueil
	{
		padding-top: 210px;
	}

	#slider_accueil .text-slider text
	{
		font-size: 30px;
	}

}
@media only screen and (max-width:480px) {
	#coordonnees
	{
		text-align: center;
	}

	#slider_galerie2 &gt; ul &gt; li
	{
		padding-top: 50%;
		width: calc(50% - 10px);
	}
	#content img[align='left']
	{
	    float: none;
	    display: block;
	    margin: 28px auto;
	}
	#galerie-liste &gt; li {
	    width: 49%;
	    margin: 0.5%;
	}
	html
	{
		height: inherit;
	}
	.formContact &gt; div &gt; div
	{
		width: 100%;
		margin-top: 15px;
	}
	.container_top &gt; div:nth-child(4)
	{
		display: none;
	}
	tbody, tbody &gt; tr &gt; td
	{
		display: block;
		width: 100%;
	}
	tbody &gt; tr &gt; td &gt; div
	{
		padding: 0px; 
	}
	#footer &gt; .container img
	{
		float: none;
		display: block;
		margin: 10px auto;
	}
	#prestations
	{
		width: 100%;
	}
	#prestations &gt; ul
	{
		width: 95%;
		padding-left: 5%;
	}
	#partenaires-liste
	{
		text-align: center;
	}
	#partenaires-liste  li
	{
		width: 80%;
	}

	#infos_complementaires
	{
		text-align: center;
	}
	#footer #infos_complementaires &gt; span:first-child + span
	{
		float: unset;
	}
	#prestations &gt; ul &gt; li
	{
		width: 100%;
	}

	#slider_accueil .boutonsPagination + div,
	#slider_accueil .boutonsPagination + div + div
	{
		top: calc(105px + 50% - 23px)!important;
	}
	#menu &gt; ul &gt; li &gt; a &gt; i,
	#menu &gt; ul &gt; li &gt; a + ul
	{
		display: none!important;
	}
}
.bouton_accueil
{
	display: block;
	background-color: #4f3101;
	background-position: 0 50%;
	border: 1px solid #999;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	margin: 10px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:37px;
	
	color: #fff;
	line-height: 37px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	text-shadow: 1px 1px 1px #000000;
	
	border-left: 4px solid transparent;
	border-right: 3px solid transparent;
	
	-webkit-transition: ease-in-out 300ms;
	-moz-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms;
}
.bouton_accueil:hover
{
	background-color: #2f1d00;
	background-image: none;
	border-left: 4px solid #990000;
	text-decoration: none!important;
}
</pre></body></html>