<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* &gt; NORMALIZE
-------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, 
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul { list-style: none; }
ul li { list-style:none }

a { color:inherit; text-decoration:none; }
a img{ border:none; }
em { font-style:italic; }
strong { font-weight:700; }

/* &gt; CLASS BLOCKS
-------------------------------------------------------------------------------------------------------------------------------- */
/* &gt; Flux ---------------------------- */
.left { float:left; }
.right { float:right }
.clearleft { clear:left; }
.clearight { clear:right; }
.clear { display:block; clear: both; height: 0; }
.clearfix { display:block; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* &gt; Block (base 100%) ---------------------- */
.content_row { 
	position:relative; 
	max-width:1280px;
	padding:0 15px;
	margin:0 auto;
	width:100%;
	 -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.wp20  { width:20% }            /* &gt; 1/5  */
.wp25  { width:25% }            /* &gt; 1/4  */
.wp30  { width:30% }
.wp33  { width:33.3333333333% } /* &gt; 1/3  */
.wp40  { width:40% }            /* &gt; 2/5  */
.wp50  { width:50% }            /* &gt; 1/2  */
.wp60  { width:60% }            /* &gt; 3/5  */
.wp66  { width:66.6666666666% } /* &gt; 2/3  */
.wp70  { width:70% }
.wp75  { width:75% }            /* &gt; 3/4  */
.wp80  { width:80% }            /* &gt; 4/5  */
.wp100 { width:100%; }

.wp20, .wp25, .wp30, .wp33, .wp40, .wp50, 
.wp60, .wp66, .wp70, .wp75, .wp80, .wp100 {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

/* &gt; HEADER
-------------------------------------------------------------------------------------------------------------------------------- */
/* header */
#header { height:72px; }
#header-top    { display:none; }
#header-bottom { display:none; }
#header-middle { 
	max-width:1280px;
	margin:0 auto;
	height:72px;
	padding:0 15px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
#header-left { width:18%; float:left; }
#header-left #logo-header { display:block; margin:5px 0 }
#header-left #logo-header img { 
	max-width:100%;
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear;
}
#header-left a#logo-header:hover img { opacity:.4 }

#header-right {
    display:table;
    width: 7%;
    float: right;
    color: #fff;
    height: 72px;
}

#header-right &gt; li#menu-lang { text-align:center; width:100px; list-style:none; display:table-cell; vertical-align:middle; }
#header-right &gt; li#menu-lang:hover { background-color:transparent }
#header-right &gt; li#menu-lang a {
	background-color:#182240;
	display:inline-block;
	text-transform:none;
	border-radius:5px;
	line-height:14px;
	padding:5px 10px;
	font-weight:700;
	font-size:11px;
	color:#fff;
	-webkit-transition:background-color .2s linear;
	-moz-transition:background-color .2s linear;
	-ms-transition:background-color .2s linear;
	-o-transition:background-color .2s linear;
	transition:background-color .2s linear;
}
#header-right &gt; li#menu-lang a:hover { background-color:#b64e88; color:#fff !important; }

/* &gt; menu principal */
#menu {
	float:left;
	height:72px;
	width:74%;
}
#menu &gt; ul {
	display:table;
	height:72px;
	width:100%;
}
#menu &gt; ul &gt; li { 
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
#menu &gt; ul &gt; li &gt; a { display:block; line-height:72px; }
#menu &gt; ul &gt; li.active &gt; a { line-height:62px; }

/* &gt; sous-menus */
#menu .sous-menu {
	display:none;
	position:absolute;
	left:0; top:72px;
	width:100%;
	z-index:1001;
}
#menu .sous-menu ul { 
	display:block;
	padding:10px 0;
	line-height:30px;
	text-align:center;
}
#menu .sous-menu ul li {
	display:inline-block;
	line-height:16px;
	margin:0 10px;
	height:auto;
}
#menu .sous-menu ul li a {
	display:inline-block;
	text-transform:none;
	padding:2px 20px;
	line-height:14px;
	font-size:14px;
	font-weight:600;
}
/*#menu .sous-menu ul li.active { border-left:#b64e88 4px solid; }
#menu .sous-menu ul li.active a { padding-left:16px; }*/
body.fixed_head #header { 
	position:fixed; z-index:1001;
	width:100%; left:0; top:0;
}

/* &gt; menu hamburger */
#menu-alt {
	display:none; z-index:2;
	width:30px; height:30px; 
	position:absolute; 
	top:20px; right:20px;
}
#menu-alt .menu-icon-bar {
	background-color:#000;
    display:block; margin:4px 0;
    height:4px; width:20px;
}
#menu-alt .menu-icon-bar.bar-top,
#menu-alt .menu-icon-bar.bar-bottom {
	-webkit-transition:transform .3s ease-out, margin .3s ease-out, background-color .3s ease-out;
	-moz-transition:transform .3s ease-out, margin .3s ease-out, background-color .3s ease-out;
	-ms-transition:transform .3s ease-out, margin .3s ease-out, background-color .3s ease-out;
	-o-transition:transform .3s ease-out, margin .3s ease-out, background-color .3s ease-out;
	transition:transform .3s ease-out, margin .3s ease-out, background-color .3s ease-out;
}
#menu-alt .menu-icon-bar.bar-middle {
	-webkit-transition:opacity .3s ease-out, background-color .3s ease-out;
	-moz-transition:opacity .3s ease-out, background-color .3s ease-out;
	-ms-transition:opacity .3s ease-out, background-color .3s ease-out;
	-o-transition:opacity .3s ease-out, background-color .3s ease-out;
	transition:opacity .3s ease-out, background-color .3s ease-out;
}
body.menu-opened #menu-alt .menu-icon-bar.bar-top { 
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color:#fff;
	margin:13px 5px;
}
body.menu-opened #menu-alt .menu-icon-bar.bar-bottom {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color:#fff;
	margin:-25px 5px;
}
body.menu-opened #menu-alt .menu-icon-bar.bar-middle { opacity:0; background-color:#fff; }
#menu-overlay {
	display:none;
	position:fixed; z-index:1;
	top:0; left:0; right:0; bottom:0;
	background:rgba(0,0,0,.5); opacity:0;
	-webkit-transition:opacity .3s ease-out, background-color .3s ease-out;
	-moz-transition:opacity .3s ease-out, background-color .3s ease-out;
	-ms-transition:opacity .3s ease-out, background-color .3s ease-out;
	-o-transition:opacity .3s ease-out, background-color .3s ease-out;
	transition:opacity .3s ease-out, background-color .3s ease-out;
}

/* &gt; TEMPLATE ACCUEIL
-------------------------------------------------------------------------------------------------------------------------------- */
#home-qualite {
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

/* &gt; FIL D'ARIANE
-------------------------------------------------------------------------------------------------------------------------------- */
#breadcrumb { 
	padding:20px 0; margin:0 auto; 
	font-size:11px; line-height:10px; text-align:center;
}
#breadcrumb li { display:inline; list-style:none; }
#breadcrumb li:before { display:inline-block; margin:0 5px; content:"&gt;"; }
#breadcrumb li:first-child:before {  content:""; }
#breadcrumb li a { text-decoration:none; }
#breadcrumb li a:hover { text-decoration:underline; }

/* &gt; CONTENTS
-------------------------------------------------------------------------------------------------------------------------------- */
body.fixed_head ._page { padding-top:72px; }

.icon-left { vertical-align:middle; margin-right:10px; }
.icon-right { vertical-align:middle; margin-left:10px; }


/* &gt; Structure des blocks ------------------ */

.divide {
	clear:both;
	padding-top:15px;
	border-bottom:#ccc 1px solid;
	margin-bottom:15px;
}
#content { padding:30px 0 0; }

._page #content .divide { max-width:1220px; margin:0 auto 15px; }

.heading_page { padding:0 }

._page #content &gt; h1 { 
	max-width:1220px; 
	padding:20px 30px;
	margin:0px auto;
}

.content_block { padding:10px 0; }

.content_block .wp25,
.content_block .wp33, 
.content_block .wp50, 
.content_block .wp66, 
.content_block .wp75,
.content_block .wp100 {
	padding:15px;
}
.content_block .content_row &gt; h1,
.content_block .content_row &gt; h2,
.content_block .content_row &gt; h3,
.content_block .content_row &gt; p,
.content_block .content_row &gt; ul {
	margin-left:15px;
	margin-right:15px;
}

.content_block ul,
.content_block ol { margin:20px 0 10px }
.content_block ul li { margin:8px 0; }
.content_block ol li { margin:8px 0 8px 15px; font-weight:700; }

.content_block figure { display:block; margin-bottom:20px; }
.content_block figure img { display:block; max-width:100%; margin:0 auto; }

.important {
	border:#d4d4d4 1px solid;
	background-color:#f2f2f2;
	padding:30px;
}
.important p { margin-bottom:0 }

/* &gt;	tableau --------------------- */
.content_block table {
	margin:0 auto;
	max-width:1220px;
	width:100%;
}
.content_block table th,
.content_block table td {
	padding:10px;
	text-align:center;
	font-size:14px;
}
.content_block table tr th:first-child,
.content_block table tr td:first-child { text-align:left; }
.content_block table th { font-weight:bold; }

/* &gt;	Formulaires ------------------- */
#fillme { display:none }

label { display:block; }
label textarea,
label select,
label input,
label select {
	display:block;
	font-size:14px;
	border:#ccc 1px solid;
	height:30px; width:100%;
	padding:8px 10px; margin:0 0 10px;
	-webkit-transition:border-color .2s linear, background-color .2s linear, box-shadow .2s linear, color .2s linear;
	-moz-transition:border-color .2s linear, background-color .2s linear, box-shadow .2s linear, color .2s linear;
	-ms-transition:border-color .2s linear, background-color .2s linear, box-shadow .2s linear, color .2s linear;
	-o-transition:border-color .2s linear, background-color .2s linear, box-shadow .2s linear, color .2s linear;
	transition:border-color .2s linear, background-color .2s linear, box-shadow .2s linear, color .2s linear;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
label select { padding:0 10px; }
label textarea { height:auto; min-height:110px; }
label.wp50.left { padding:0 5px 0 0; }
label.wp50.right { padding:0 0 0 5px; }

label textarea:hover,
label select:hover,
label input:hover { border-color:#000 }
label textarea:focus,
label select:focus,
label input:focus { 
	border-color:#000;
	-webkit-box-shadow:#000 0 0 5px;
	-moz-box-shadow:#000 0 0 5px;
	-ms-box-shadow:#000 0 0 5px;
	-o-box-shadow:#000 0 0 5px;
	box-shadow:#000 0 0 5px;
}

/* errorfield */
.error_output {
	padding:20px; color:#fff;
	background-color:#d40101;
	margin-bottom:30px;
}
.error_output p {
	text-align:center;
	font-weight:700;
	color:#fff;
	margin:0;
}
.error_output p em { display:none }
label textarea.errorfield,
label select.errorfield,
label input.errorfield {
	color:#d40101;
	border-color:#d40101;
}

/* &gt;	Pagination ---------------------- */
.pagination {
	background:#f2f2f2;
	height:40px; padding:10px;
	text-align:center;
	margin:15px auto;
	max-width:1220px;
	width:100%;
}
.pagination li { display:inline; }
.pagination li a {
	line-height:38px;
	display:inline-block;
	vertical-align:middle;
	width:38px; height:38px;
	border:#f2f2f2 1px solid;
	-webkit-transition:border-color .2s linear, background-color .2s linear, color .2s linear;
	-moz-transition:border-color .2s linear, background-color .2s linear, color .2s linear;
	-ms-transition:border-color .2s linear, background-color .2s linear, color .2s linear;
	-o-transition:border-color .2s linear, background-color .2s linear, color .2s linear;
	transition:border-color .2s linear, background-color .2s linear, color .2s linear;
}
.pagination li a:hover { color:#c7c7c7; }
.pagination li.active a { border-color:#c7c7c7; }
.pagination .pag-prev,
.pagination .pag-next {
	opacity:0.5;
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear;
}
.pagination .pag-prev:hover,
.pagination .pag-next:hover { opacity:1 }
.pagination .pag-prev { float:left; }
.pagination .pag-next { float:right; }
.pagination .pag-prev.disabled,
.pagination .pag-next.disabled { visibility:hidden }


/* FOOTER 
-------------------------------------------------------------------------------------------------------------------------------- */
#footer .content_row { padding:0 30px }
#nav-footer {
	padding:40px 0;
	display:table;
	width:100%;
}
#footer .nav_footer_col { display:table-cell; }
#baseline-footer { padding:20px 15px; }
#baseline-footer .baseline-text {
	float:left; max-width:50%; font-size:14px;
}
#baseline-footer .rs-link { float:left; }
#baseline-footer .rs-link li { display:inline; }
#baseline-footer .rs-link li a {
	display:inline-block;
	width:30px; height:30px;
	text-align:center;
	border-radius:50%;
	line-height:26px;
}
#baseline-footer .rs-link li a img { margin:2px; vertical-align:middle; }
#baseline-footer #nav-baseline { float:right; text-align:right; }
#baseline-footer #nav-baseline li {
	margin-left:10px;
	display:inline-block;
	font-size:12px;
}
#baseline-footer #nav-baseline li a { text-decoration:underline; }


/* &gt; CLASSES GEOMETRY
-------------------------------------------------------------------------------------------------------------------------------- */
/* &gt; Break hauteur -------------------------- */
.hspace_10 { clear:both; height:10px; }
.hspace_20 { clear:both; height:20px; }
.hspace_30 { clear:both; height:30px; }
.hspace_50 { clear:both; height:50px; }

/* &gt; Margin --------------------------------- */
.marg0    { margin:0; }
.margt0   { margin-top:0; }
.margt10  { margin-top:10px; }
.margt20  { margin-top:20px; }
.margt30  { margin-top:30px; }
.margt50  { margin-top:50px; }
.margl0   { margin-left:0; }
.margl10  { margin-left:10px; }
.margl20  { margin-left:20px; }
.margl30  { margin-left:30px; }
.margl50  { margin-left:50px; }
.margr0   { margin-right:0; }
.margr10  { margin-right:10px; }
.margr20  { margin-right:20px; }
.margr30  { margin-right:30px; }
.margr50  { margin-right:50px; }
.margb0   { margin-bottom:0; }
.margb10  { margin-bottom:10px; }
.margb20  { margin-bottom:20px; }
.margb30  { margin-bottom:30px; }
.margb50  { margin-bottom:50px; }
.margauto { margin-left:auto; margin-right:auto; }

/* &gt; Padding --------------------------------- */
.pad0    { padding:0; }
.pad10   { padding:10px; }
.pad15   { padding:15px; }
.pad20   { padding:20px; }
.pad30   { padding:30px; }
.pad40   { padding:40px; }
.padt0   { padding-top:0; }
.padt10  { padding-top:10px; }
.padt15  { padding-top:15px; }
.padt20  { padding-top:20px; }
.padt30  { padding-top:30px; }
.padt50  { padding-top:50px; }
.padl0   { padding-left:0; }
.padl10  { padding-left:10px; }
.padl15  { padding-left:15px; }
.padl20  { padding-left:20px; }
.padl30  { padding-left:30px; }
.padl50  { padding-left:50px; }
.padr0   { padding-right:0; }
.padr10  { padding-right:10px; }
.padr15  { padding-right:15px; }
.padr20  { padding-right:20px; }
.padr30  { padding-right:30px; }
.padr50  { padding-right:50px; }
.padb0   { padding-bottom:0; }
.padb10  { padding-bottom:10px; }
.padb15  { padding-bottom:15px; }
.padb20  { padding-bottom:20px; }
.padb30  { padding-bottom:30px; }
.padb50  { padding-bottom:50px; }
.padLR0  { padding-left:0; padding-right:0 }
.padLR10 { padding-left:10px; padding-right:10px }
.padLR15 { padding-left:15px; padding-right:15px }
.padLR20 { padding-left:20px; padding-right:20px }
.padLR30 { padding-left:30px; padding-right:30px }
.padLR40 { padding-left:40px; padding-right:40px }
.padTB0  { padding-top:0; padding-bottom:0 }
.padTB10 { padding-top:10px; padding-bottom:10px }
.padTB15 { padding-top:15px; padding-bottom:15px }
.padTB20 { padding-top:20px; padding-bottom:20px }
.padTB30 { padding-top:30px; padding-bottom:30px }
.padTB40 { padding-top:40px; padding-bottom:40px }

/* &gt; FONTS / TEXTS
-------------------------------------------------------------------------------------------------------------------------------- */
/* &gt; font-weight ------------------------------------------------ */
.fw-300     { font-weight:300; }
.fw-400     { font-weight:400; }
.fw-500     { font-weight:500; }
.fw-700     { font-weight:700; }
.fw-900     { font-weight:900; }
.fw-norm    { font-weight:normal; }
.fw-bold    { font-weight:bold; }
.fs-italic  { font-style:italic; }
.fs-norm    { font-style:normal; }

/* &gt; textes ------------------------------------------------------ */
.undernone { text-decoration:none; }
.underline { text-decoration:underline; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:none; }
.text-justify   { text-align:justify; }
.text-center    { text-align:center; }
.text-right     { text-align:right; }
.text-left      { text-align:left; }

/* &gt; font-size --------------------------------------------------- */
.fs-11 { font-size:11px; }
.fs-12 { font-size:12px; }
.fs-13 { font-size:13px; }
.fs-14 { font-size:14px; }
.fs-15 { font-size:15px; }
.fs-16 { font-size:16px; }
.fs-18 { font-size:18px; }
.fs-20 { font-size:20px; }
.fs-24 { font-size:24px; }
.fs-28 { font-size:28px; }
.fs-30 { font-size:30px; }
.fs-32 { font-size:32px; }
.fs-36 { font-size:36px; }
.fs-40 { font-size:40px; }
.fs-46 { font-size:46px; }
.fs-50 { font-size:50px; }
.fs-60 { font-size:60px; }
.fs-72 { font-size:72px; }

/* &gt; ANIMATIONS
-------------------------------------------------------------------------------------------------------------------------------- */
/* TRANSITIONS ------------------------------------------------------------------- */
.transition {
    -webkit-transition:all .3s linear;
       -moz-transition:all .3s linear;
         -o-transition:all .3s linear;
            transition:all .3s linear;
}
.transition_color {
    -webkit-transition:color .3s linear;
       -moz-transition:color .3s linear;
         -o-transition:color .3s linear;
            transition:color .3s linear;
}
.transition_background {
    -webkit-transition:background .3s linear;
       -moz-transition:background .3s linear;
         -o-transition:background .3s linear;
            transition:background .3s linear;
}


/* MODULES
-------------------------------------------------------------------------------------------------------------------------------- */
.thumbnails {
	border:#ccc 1px solid;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.thumbnails &gt; img {
	display:block; width:100%;
	-webkit-transition:transform .2s linear, opacity .2s linear;
	-moz-transition:transform .2s linear, opacity .2s linear;
	-ms-transition:transform .2s linear, opacity .2s linear;
	-o-transition:transform .2s linear, opacity .2s linear;
	transition:transform .2s linear, opacity .2s linear;
}
a:hover .thumbnails &gt; img,
a.thumbnails:hover &gt; img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:.4
}

/* &gt;&gt;&gt; Slider home -------------------------------------------------------------- */
#slider-home {
	position:relative;
	width:100%; z-index:0;
	overflow:hidden;
}
#slider-home.image-only { padding:20% 0; }
#slider-home .swiper-wrapper { position:absolute; top:0; left:0; z-index:0; }

#slider-home .swiper-slide { position:relative; }
#slider-home .swiper-slide .slider-photo {
	top:0;
	position:absolute; display:block;
	width:100%; height:100%; z-index:0;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#slider-home .swiper-slide .slider-photo img { display:none; }
#slider-home .swiper-slide .slider-content {
	position:relative;
	max-width:1220px;
	padding:15% 30px;
	margin:0 auto;
	height:120px;
	z-index:1;
}
#slider-home .slider-content .slider-title { font-weight:700; font-size:32px; margin:0 0 20px }
#slider-home .slider-content .slider-description { font-size:16px; margin:20px 0 }
#slider-home .swiper-slide .slider-content &gt; a { margin-top:10px; }

/* &gt; slider content - fixe */
#slider-content {
	position:relative;
	max-width:1220px;
	padding:15% 30px;
	margin:0 auto;
	height:120px;
	z-index:1;
}
#slider-content .slider-title { font-weight:700; font-size:32px; margin:0 0 20px }
#slider-content .slider-description { font-size:16px; margin:20px 0 }
#slider-content .slider-content &gt; a { margin-top:10px; }

/* &gt;	- navigation */
#slider-home .slider-nav {
	position:absolute;
	margin-top:-28px;
	cursor:pointer;
	display:block;
	height:56px;	
	width:56px;
	z-index:2;
	top:50%;
	-webkit-transition:opacity .3s linear;
	transition:opacity .3s linear;
	opacity:0;
}
#slider-home #slider-home-prev { left:20px; background:url(../images/slider-home-prev.png) 0 0 no-repeat }
#slider-home #slider-home-next { right:20px; background:url(../images/slider-home-next.png) 0 0 no-repeat }
#slider-home #slider-home-prev:hover, 
#slider-home #slider-home-next:hover { background-position:0 -56px }
#slider-home:hover .slider-nav { opacity:1 }
#slider-home .slider-nav.swiper-button-disabled,
#slider-home:hover .slider-nav.swiper-button-disabled { opacity:0 }
#slider-home-pagination {
	-webkit-transition:opacity .3s linear;
	transition:opacity .3s linear;
	opacity:0;
}
#slider-home-pagination .swiper-pagination-bullet {
	width:10px;
	height:10px;
	border:#fff 2px solid;
	background:none;
}
#slider-home-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#fff; }
#slider-home:hover #slider-home-pagination { opacity:1 }
@media screen and (max-width: 1140px) {
	#slider-home .slider-content,
	#slider-content { padding:15% 80px; }
	#slider-home #slider-home-prev { left:15px; }
	#slider-home #slider-home-next { right:15px; }
}
@media screen and (max-width: 780px) {
	#slider-home .slider-nav { width:28px; height:28px; margin-top:-14px; }
	#slider-home #slider-home-prev,
	#slider-home #slider-home-next { background-size:28px 56px; }
	#slider-home #slider-home-prev:hover, 
	#slider-home #slider-home-next:hover { background-position:0 -28px }
	#slider-home .slider-content, #slider-content { padding:10% 60px; height:auto; }
	#slider-home .slider-content .slider-title { font-size:20px; }
	#slider-home .slider-content .slider-description { font-size:14px; }
}
@media screen and (max-width: 360px) { 
	#slider-home .slider-content, #slider-content { text-align:center } 
	.slider-content .slider-title, #slider-content .slider-title { font-size:24px; }
	.slider-content .slider-title a, #slider-content a { margin:10px 0 0 0; }
}

/* &gt;&gt;&gt; Gallery home -------------------------------------------------------------- */
#gallery-home,
#gallery-list {
	padding:40px 0;
	text-align:center;
	position:relative;
	width:100%; z-index:0;
	overflow:hidden;
}
#gallery-home h2 { max-width:1280px; margin:0 auto 20px; }
#gallery-home-content,
#gallery-list-content {
	position:relative;
	max-width:1280px;
	padding:20px;
	margin:0 auto;
	z-index:2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#gallery-home-content li,
#gallery-list-content li { width:33.33333%; float:left; }
#gallery-home-content li a,
#gallery-list-content li a {
	display:block; margin:10px;
	overflow:hidden; position:relative
}
#gallery-home-content li a img,
#gallery-list-content li a img {
	display:block; width:100%;
	-webkit-transition:transform .2s linear, opacity .2s linear;
	-moz-transition:transform .2s linear, opacity .2s linear;
	-ms-transition:transform .2s linear, opacity .2s linear;
	-o-transition:transform .2s linear, opacity .2s linear;
	transition:transform .2s linear, opacity .2s linear;
}
#gallery-list-content li a img { position:relative; z-index:0; }
#gallery-home-content li a:hover img,
#gallery-list-content li a:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:.4
}
#gallery-home-content li .gallery-title-album,
#gallery-list-content li .gallery-title-album {
	background:rgba(255,255,255,0.5);
	position:absolute; bottom:-60px; left:0; z-index:1;
	padding:10px 0; text-align:center; font-size:16px;
	height:60px; width:100%; opacity:0;
	-webkit-transition:bottom .2s linear, opacity .2s linear;
	-moz-transition:bottom .2s linear, opacity .2s linear;
	-ms-transition:bottom .2s linear, opacity .2s linear;
	-o-transition:bottom .2s linear, opacity .2s linear;
	transition:bottom .2s linear, opacity .2s linear;
}
#gallery-home-content li a:hover .gallery-title-album,
#gallery-list-content li a:hover .gallery-title-album { bottom:0; opacity:1; }
#gallery-list-content li .gallery-album-content { display:none }

@media screen and (max-width: 540px) { 
	#gallery-home-content li, #gallery-list-content li { width:50%; } 
	#gallery-list-content li .gallery-title-album { font-size:12px; height:40px; bottom:-40px; }
}

/* &gt;&gt;&gt; Gallery page -------------------------------------------------------------- */
.gallery-page-content {
	padding:40px 0;
	text-align:center;
	position:relative;
	width:100%; z-index:0;
	overflow:hidden;
}
.gallery-page { padding:0 40px; }
.gallery-page-prev,
.gallery-page-next {
	z-index:3;
	position:absolute;
	width:30px; height:40px;
	top:50%; margin-top:-20px;
}
.gallery-page-prev { background:url(../images/icones/sprite_navigation_prev.png) 0 0 no-repeat; left:0 }
.gallery-page-next { background:url(../images/icones/sprite_navigation_next.png) 0 0 no-repeat; right:0 }
.gallery-page-prev:hover, .gallery-page-next:hover { background-position:0 bottom; }
/*.gallery-page .gallery-page-list {
	position:relative;
	max-width:1280px;
	padding:20px;
	margin:0 auto;
	z-index:2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}*/
.gallery-page-content .gallery-page-list li { width:25%; float:left; }
.gallery-page-content .gallery-page-list a {
	display:block; margin:10px;
	overflow:hidden; position:relative
}
.gallery-page-content .gallery-page-list li img {
	display:block; width:100%;
	-webkit-transition:transform .2s linear, opacity .2s linear;
	-moz-transition:transform .2s linear, opacity .2s linear;
	-ms-transition:transform .2s linear, opacity .2s linear;
	-o-transition:transform .2s linear, opacity .2s linear;
	transition:transform .2s linear, opacity .2s linear;
}
.gallery-page-content .gallery-page-list li a:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:.4
}
@media screen and (max-width: 750px) { 
	.gallery-page .gallery-page-list li { width:33.33333%; float:left; }
}
@media screen and (max-width: 540px) { 
	.gallery-page .gallery-page-list li { width:50%; float:left; }
}
@media screen and (max-width: 360px) {
	.gallery-page .gallery-page-list li { width:100%; float:left; }
}

/* category */
#gallery-category { margin:50px 0 0; }
#gallery-category &gt; a { display:block; width:50%; float:left; }
#gallery-category .els_categorygals { margin:15px; }
#gallery-category .gallery-thumb { margin-bottom:20px; overflow:hidden; }
#gallery-category .gallery-thumb img {
	display: block; width: 100%;
    -webkit-transition: transform .2s linear, opacity .2s linear;
    -moz-transition: transform .2s linear, opacity .2s linear;
    -ms-transition: transform .2s linear, opacity .2s linear;
    -o-transition: transform .2s linear, opacity .2s linear;
    transition: transform .2s linear, opacity .2s linear;
}
#gallery-category .gallery-title { 
	text-align:center;
	-webkit-transition:color .2s linear;
	-moz-transition:color .2s linear;
	-ms-transition:color .2s linear;
	-o-transition:color .2s linear;
	transition:color .2s linear;
}
#gallery-category a:hover .gallery-thumb img {
	opacity:.3;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
@media screen and (max-width: 540px) { 
	#gallery-category &gt; a { display:block; width:100%; float:none; }
}



/* &gt;&gt;&gt; ActualitÃ©s home -------------------------------------------------------------- */

/* &gt;	- common */
#actualites-home { padding:40px 0; text-align:center; }
/*#actualites-home .news-thumb { overflow:hidden }
#actualites-home .news-thumb &gt; img {
	display:block; width:100%;
	-webkit-transition:transform .2s linear, opacity .2s linear;
	-moz-transition:transform .2s linear, opacity .2s linear;
	-ms-transition:transform .2s linear, opacity .2s linear;
	-o-transition:transform .2s linear, opacity .2s linear;
	transition:transform .2s linear, opacity .2s linear;
}
#actualites-home a:hover .news-thumb &gt; img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:.4
}*/
#actualites-home .actualites-first-article h3 { font-size:18px; margin:0 0 20px; }
#actualites-home .actualites-plus {
	text-decoration:underline;
	display:inline-block; 
	margin:10px 0 0 0; 
}

/* &gt;	- 4 acutalitÃ©s */
#actualites-home-list {
	display:table;
	position:relative;
	max-width:1280px;
	padding:20px 20px 40px;
	margin:0 auto;
	z-index:2;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#actualites-home-list .actualites-first-article {
	border-right:#c9c9c9 1px solid;
	vertical-align:middle;
	display:table-cell;
	width:66.666666%;
}
#actualites-home-list .actualites-first-article &gt; a { display:block; }
#actualites-home-list .actualites-first-article .thumbnails {
	margin-right:5%;
	float:left;
	width:45%;
}
#actualites-home-list .actualites-first-article .news-content {
	padding-right:20px;
	float:right; 
	width:50%; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#actualites-home-list &gt; ul,
#actualites-home-list .actualites-list-article {
	display:table-cell;
	padding-left:20px;
	width:33.33333%;
}
#actualites-home-list li { border-top:#c9c9c9 1px solid; }
#actualites-home-list li:first-child { border-top:none; }
#actualites-home-list li &gt; a { display:block; padding:5% 0; }
#actualites-home-list li .thumbnails { 
	margin-right:5%;
	float:left;
	width:25%; 
}
#actualites-home-list li .news-content { float:right; width:70%; }
#actualites-home-list li h3 { font-size:14px; margin:0; }

/* &gt;	- 1 acutalitÃ© */
#actualites-home-content {
	position:relative;
	max-width:930px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#actualites-home-content &gt; a.actualites-article { 
	display:block;
	padding:10px 15px;
	text-align:left;
}
#actualites-home-content .thumbnails {
	margin-right:5%;
	float:left;
	width:45%;
}
#actualites-home-content .news-content {
	padding-right:20px;
	float:right; 
	width:50%; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#actualites-home-content .actualites-plus { margin-bottom:60px; }
#actualites-home-content a.bouton_mod { position:absolute; bottom:10px; left:50%; }
@media screen and (max-width: 780px) {
	#actualites-home-list .actualites-first-article {
		display:block;
		padding:0 0 15px;
		border:none;
		width:100%;
	}
	#actualites-home-list .actualites-first-article .news-content { padding:0; }
	#actualites-home-list &gt; ul,
	#actualites-home-list .actualites-list-article {
		display:block;
		padding:0 0 15px;
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	#actualites-home-list .actualites-first-article { border-bottom:#c9c9c9 1px solid; }
	#actualites-home-content .thumbnails,
	#actualites-home-list .actualites-first-article .thumbnails {
		width:100%; max-width:280px;
		margin:0 auto 20px;
		float:none;
	}
	#actualites-home-content .news-content,
	#actualites-home-list .actualites-first-article .news-content {
		width:100%; margin:0 auto;
		float:none;
	}
	#actualites-home-content .actualites-plus { margin-bottom:20px; }
	#actualites-home-content a.bouton_mod { position:static; }
}

/* &gt;&gt;&gt; ActualitÃ©s liste -------------------------------------------------------------- */

/* &gt;	- common */
#listing-actualites {
	max-width:1280px;
	padding:40px 15px; 
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#listing-actualites h1 { margin:0 15px 30px }
#listing-actualites .actualite_els {
	border-bottom:#ccc 1px solid;
	width:33.33333%; 
	float:left;
}
#listing-actualites .actualite_els a {
	position:relative;
	padding:30px 15px;
	display:block;
	height:560px;
}
#listing-actualites .thumbnails { 
	overflow:hidden;
	margin-bottom:20px;
}
#listing-actualites .thumbnails &gt; img {
	display:block; 
	width:100%;
	-webkit-transition:transform .2s linear, opacity .2s linear;
	-moz-transition:transform .2s linear, opacity .2s linear;
	-ms-transition:transform .2s linear, opacity .2s linear;
	-o-transition:transform .2s linear, opacity .2s linear;
	transition:transform .2s linear, opacity .2s linear;
}
#listing-actualites a:hover .thumbnails &gt; img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:.4
}
#listing-actualites .actualite_els h2 { font-size:18px; margin:0 0 20px; padding:0; }
#listing-actualites .actualites-plus {
	position:absolute; left:15px; bottom:20px;
	text-decoration:underline;
	display:inline-block; 
	margin:10px 0 0 0; 
}

@media screen and (max-width: 780px) { #listing-actualites .actualite_els { width:50%; } }
@media screen and (max-width: 480px) {
	#listing-actualites .actualite_els { width:100%; float:none; }
	#listing-actualites .actualite_els a { height:auto; }
	#listing-actualites .actualites-plus { position:static; }
}

/* &gt;&gt;&gt; ActualitÃ©s details --------------------------------------------------------- */
#news-details { padding:40px 15px; }
#news-details .wp50.right { padding-left:15px; }
#news-details .wp50.left  { padding-right:15px; }
#news-details h1,
#news-details p { padding:0; margin:0 0 30px }

.news-thumb-list { margin-bottom:30px; }
figure.news-thumb-big { padding:5px; }
.news-thumb-list li {
	padding:5px;
	width:33.33333%; float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
figure.news-thumb-big &gt; a,
.news-thumb-list li &gt; a { display:block; overflow:hidden }
figure.news-thumb-big a &gt; img,
.news-thumb-list li a &gt; img { 
	display:block; max-width:100%;
	margin:0 auto;
	-webkit-transition:transform .2s linear, opacity .2s linear;
	-moz-transition:transform .2s linear, opacity .2s linear;
	-ms-transition:transform .2s linear, opacity .2s linear;
	-o-transition:transform .2s linear, opacity .2s linear;
	transition:transform .2s linear, opacity .2s linear;
}
.news-thumb-list li.news-thumb-big { width:100%; float:none; }


#news-bread li { width:100%; border-bottom:#ccc 1px solid; }
#news-bread li a {
	display:block; padding:20px 0;
	font-size:13px;
}
#news-bread li a .thumbnails {
	float:left; width:20%;
	margin:0 20px 0 0;
	overflow:hidden
}
/*#news-bread li a .thumbnails &gt; img {
	display:block; max-width:100%;
	-webkit-transition:transform .2s linear, opacity .2s linear;
	-moz-transition:transform .2s linear, opacity .2s linear;
	-ms-transition:transform .2s linear, opacity .2s linear;
	-o-transition:transform .2s linear, opacity .2s linear;
	transition:transform .2s linear, opacity .2s linear;
}*/

#news-bread li a:hover .news-thumb &gt; img,
figure.news-thumb-big a:hover &gt; img,
.news-thumb-list li a:hover &gt; img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:.4
}

.rs-sharing { }
.rs-sharing li { display:inline; }
.rs-sharing li.rs-sharing-title { display:inline-block; margin-right:20px }
.rs-sharing li a {
	display:inline-block;
	width:30px; height:30px;
	text-align:center;
	border-radius:50%;
	line-height:26px;
	-webkit-transition:background-color .3s linear;
	-moz-transition:background-color .3s linear;
	-ms-transition:background-color .3s linear;
	-o-transition:background-color .3s linear;
	transition:background-color .3s linear;
}
.rs-sharing li a img { margin:2px; vertical-align:middle; }
.rs-sharing li a:hover { background-color:#ccc }

@media screen and (max-width: 700px) { 
	#news-details .wp50.right { width:100%; float:none; padding:0 }
	#news-details .wp50.left  { margin-top:30px; width:100%; float:none; padding:0 }
}


/* &gt;&gt;&gt; Partners home -------------------------------------------------------------- */
#partners-list { padding:40px 0; text-align:center; }
#partners-list ul {
	position:relative;
	max-width:990px;
	padding:20px;
	margin:0 auto;
	z-index:2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#partners-list ul li {
	position: relative;
	width:16.6666666%; display:inline-block;
	border:#d2d2d2 1px solid;
	overflow: hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#partners-list ul li:before {
	content: ""; display: block;
    padding-top: 100%;
}
#partners-list ul li &gt; a {
	display:block; position:absolute;
    top:5px; left:5px; bottom:5px; right:5px;
	overflow:hidden;
}
#partners-list ul li &gt; a .table-partenaire {
	display: table; width:100%; height:100%;
	vertical-align: middle;
}
#partners-list ul li &gt; a .partenaire-thumb {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#partners-list ul li &gt; a .partenaire-thumb img {
	max-width:100%; max-height:100%;
	vertical-align:middle;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	/* greyscale */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter: url(grayscale.svg); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
#partners-list ul li &gt; a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	/*-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:.4*/
}
#partners-list .bouton_mod { margin-top:20px; }
@media screen and (max-width: 780px) { 
	#partners-list ul { max-width:560px; }
	#partners-list ul li { 
		display:block; float:left;
		width:33.33333%; 
	} 
}
@media screen and (max-width: 480px) { #partners-list ul li { width:50%; } }

/* &gt;&gt;&gt; Partners liste module ------------------------------------------------------ */
#listing-partenaire { padding:40px 15px; }
.partenaire-els {
	width:50%; float:left;
	padding:20px 0;
}
.partenaire-els a.partenaire-logo {
	position:relative;
	width:40%; float:left;
}
.partenaire-els .partenaire-thumb { }
.partenaire-els .partenaire-thumb img {
	display:block; max-width:100%;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	/* greyscale */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter: url(grayscale.svg); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
.partenaire-els:hover .partenaire-thumb img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.partenaire-els .partenaire-infos {
	padding:0 40px;
	width:60%; float:right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.partenaire-els .partenaire-infos .bouton_mod { margin-top:20px; }

@media screen and (max-width: 780px) { 
	.partenaire-els { width:100%; float:none; padding:40px 0; border-bottom: #ccc 1px solid; } 
	.partenaire-els .partenaire-infos { padding-right:0; }
	#listing-partenaire .divide { display:none }
}
@media screen and (max-width: 480px) { 
	.partenaire-els a.partenaire-logo { width:auto; float:none; }
	.partenaire-els .partenaire-thumb { max-width:200px; margin:0 auto; }
	.partenaire-els .partenaire-infos {
		text-align:center; padding:0;
		width:auto; float:none;
	}
	.partenaire-els .partenaire-infos h2:after { left:50%; margin-left:-25px; }
}

/* &gt;&gt;&gt; Document liste -------------------------------------------------------------- */
.doc-list { padding:10px 0; }
.doc-list .content_row { padding:0 15px; }
.doc-list h2 { margin:20px 15px 40px; }
.doc-list ul { text-align:left; margin:20px 15px }
.doc-list ul li { display:inline; }
.doc-list ul li a {
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	max-width:180px;
	min-height:30px;
	font-weight:700;
	padding:0 30px 0 40px;
}
.doc-list .document-dwnl span { font-weight:300; display:block; }
.doc-list .external-link a { background:url(../images/icones/ico_external_link.png) 0 0 no-repeat; }
.doc-list .document-dwnl a { background:url(../images/icones/ico_document_dwnl.png) 0 0 no-repeat; }

/* &gt;&gt;&gt; Contact --------------------------------------------------------------------- */
#page_contact #content { padding-bottom: 0 }
#contact-map { 
	height:370px; background:#e6e6e6;
	margin:30px 0 0 0;
}

/* &gt;&gt;&gt; 404 -------------------------------------------------------------------------- */
#page_404 { padding:10% 20px; }
#content-404 {
	
	text-align:center;
	max-width:540px;
	margin:0 auto;
	padding:30px;
}
#content-404 #breadcrumb { margin-bottom:30px; }
#content-404 p { margin-bottom:30px; }

</pre></body></html>