<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Activlogo
Theme URI: http://underscores.me/
Author: Epcom
Author URI: http://Epcom.fr
Description: ThÃ¨me d'activlogo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: activlogo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Activlogo is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

:root {
  --vert-clair: #a0bf38;
  --vert-fonce: #4d8b3f;
  --vert-logo: #7cb040;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(200,200,200);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(200,200,200);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(200,200,200);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(200,200,200);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header
{
	width:100%;
	height:150px;
	position: fixed;
	background-color: white;
	z-index:200;
	-webkit-transition: all 300ms;
	transition: all 300ms;		
}

.site-header .site-branding
{
	margin:auto;
	margin-top:22px;
	width:1000px;
	height:75px;
	position:relative;
	-webkit-transition: all 300ms;
	transition: all 300ms;		
}

.site-header .site-branding .logo
{
	width:250px;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
	cursor:pointer;
}

.site-header .site-branding .reseaux
{
	position:absolute;
	top:0px;
	right:0px;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
}

.site-header .site-branding .reseaux .logo_reseau
{
	width:36px;
	height:36px;
	display: inline-block;
	margin:0px 0px 0px 5px;
}

.site-header .site-branding .telephone
{
	position:absolute;
	top:35px;
	right:0px;
	color:#7cb040;
	font-family: Muli-Black;
	font-size: 20pt;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer
{
	width:100%;
	height:140px;
	text-align:left;
	background: -webkit-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(right, #4d8b3f 0%, #a0bf38 100%);
	background: linear-gradient(to right, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */
}

.site-footer .site-info
{
	font-family: muli-regular;
	font-size: 12pt;
	color:white;
	position:relative; 
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
}

.site-footer .site-info .logo
{
	width:250px;
	height:70px;
}

.site-footer .site-info .mail
{
	margin-left:15px;
}

.site-footer .site-info .mail a
{
	text-decoration: none;
	color:white;
}

.site-footer .site-info .mail a:hover
{
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position:absolute;
	top:105px;
	height:40px;
	background: -webkit-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(right, #4d8b3f 0%, #a0bf38 100%);
	background: linear-gradient(to right, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */
	-webkit-transition: all 300ms;
	transition: all 300ms;	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin:auto;
	width:1000px;
	height:40px;
	line-height: 40px;
	font-family: muli-black;
	font-size:16pt;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation ul ul a {
	/*width: 200px;*/
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation li {
	float: left;
	padding:0px 5px 0px 5px;
	position: relative;
}

.main-navigation li:hover
{
	background-color: rgba(0,0,0,0.2);
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:white;

}

.menu-toggle 
{
	display: none;
}
.main-navigation ul 
{
	 display: flex; justify-content: space-between; 
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

.content-area
{
	margin:130px 0px 0px 0px;
}

.content-area .site-main
{
	padding-top:20px;
}

.content-area .site-main .slider
{
	position:relative;
	height:300px;
}

.content-area .site-main .slider .slideProduits
{
	position:absolute;
	left:0px;
	top:0px;
	display:table;
	table-layout:fixed;
	height:100%;
	width:100%;
	background: -webkit-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(right, #4d8b3f 0%, #a0bf38 100%);
	background: linear-gradient(to right, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */
	padding:0px 70px 0px 70px;
}

.content-area .site-main .slider .slideProduits .element
{
	position:relative;
	width:25%;
	height:100%;
	max-height: 100%;
	display:table-cell;
	vertical-align: middle;
	transform: skew(165deg); 
    -webkit-transform: skew(165deg); 
    border-right: 1px solid #FFFFFF; 
	/*-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
	background: -webkit-linear-gradient(-25deg, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-25deg, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-25deg, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(-25deg, #4d8b3f 0%, #a0bf38 100%);
	background: linear-gradient(115deg, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */
	border-right: 1px solid white;
	overflow: hidden;
	-webkit-box-shadow: 19px 0px 17px -4px rgba(0,0,0,0.10);
	-moz-box-shadow: 19px 0px 17px -4px rgba(0,0,0,0.10);
	box-shadow: 19px 0px 17px -4px rgba(0,0,0,0.10);
}

.content-area .site-main .slider .slideProduits .element img
{
	transform: skew(15deg); 
    -webkit-transform: skew(15deg);
	padding-left: 10%;
	display:block;
	width: auto;
  	height: auto;
  	max-height: 100%;
  	max-width: none;
  	overflow: hidden;
}

.content-area .site-main .slider .slideImage
{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	height:100%;
	width:100%;
	overflow: hidden;
}

.content-area .site-main .slider .slideImage .element
{
	position:relative;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-area .site-main .slider .slideImage .element .blocNoir
{
	background-color: rgba(0, 0, 0, 0.6);
	position:relative;
	display:block;
	margin:auto;
	top:110px;
	width:1024px;
	height:350px;
	padding:0px 15px 15px 15px;
}

.content-area .site-main .slider .slideImage .element .blocNoir .logo
{
	position:absolute;
	right:-30px;
	top:-60px;
	width:140px;
	height:140px;
}

.content-area .site-main .slider .slideImage .element .blocNoir h1
{
	color:white;
	font-family: muli-black;
	font-size: 40pt;
	width:100%;	
	margin:0px;
}

.content-area .site-main .slider .slideImage .element .blocNoir .texte
{
	color:white;
	font-family:muli-regular;
	font-size: 13pt;
	line-height:15pt
	width:100%;	
	margin-top:10px;
}

.content-area .site-main .slider .cercles
{
	background:transparent;
	width:100%;
	height:16px;
	bottom:10px;
	position:absolute;
	z-index:100; 	
	text-align: center;
}

.content-area .site-main .slider .cercles .cercle
{
	display:inline-block;
	background:transparent;
	border-radius:50%;
	width:16px;
	height:16px;
	position:relative;
	border:3px solid #679403;
	margin:0px 2px 0px 2px;
	/*margin:auto;*/
}

.content-area .site-main .slider .cercles .cercle.selected
{
	border:3px solid white;
}


.content-area .site-main .objet
{
	width:100%;
	background-color: white;
	margin-top:15px;
	margin-bottom:15px;
}
 
.content-area .site-main .objet .table
{
	display:table;	
	width:100%;
	border-collapse:separate;
	border-spacing:15px 0px;
	line-height: 0px;
}

.content-area .site-main .objet .contenu
{
	position:relative;
	height:1px;
	background-color: white;
	padding-top:7px;
	padding-bottom:7px;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
	overflow: hidden;
}

.content-area .site-main .objet .contenu .imageContenu
{
	margin:auto;
	position:relative;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
	opacity: 0;
	background-repeat:no-repeat;
	background-size:cover;
}

.content-area .site-main .objet .contenu .titreContenu
{
	position:absolute;
	top:30px;
	color:white;
	font-family:muli-black;
	font-size: 50px;
	opacity:0;
	line-height: 50px;
}

.content-area .site-main .objet .contenu .titreContenu p 
{
	margin:0px;
}

.content-area .site-main .objet .contenu .texteContenu
{
	position:absolute;
	top:200px;
	color:white;
	font-family:muli-regular;
	font-size:13pt;
	opacity:0;
	max-width: 700px;
}

.content-area .site-main .objet .contenu .texteContenu p 
{
	margin:0px;
}

.content-area .site-main .objet .contenu .imagesProduits
{
	position:absolute;
	top:calc(100% - 140px);
	left:0px; 
	width:100%;
	height:100px;
	opacity:0;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
}

.content-area .site-main .objet .contenu .imagesProduits .vignette
{
	position:relative;
	width:100px;
	height:100px;
	margin:10px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
	background-color: white;
	overflow: hidden;
	display:inline-block;
	background-repeat: no-repeat;
}

.content-area .site-main .objet .contenu .imagesProduits .vignette:hover
{
	transform:scale(1.1);
}

.content-area .site-main .objet .contenu .zoomProduit
{
	position:relative;
	left:0px;
	top:0px;
	margin:auto;
	margin-top:0px;
	width:700px;
	height:360px;
	background-color: white;
	z-index:20;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);	
	display:none;
}

.content-area .site-main .objet .contenu .zoomProduit .image
{
	width:70px;
	height:70px;
	position:absolute;
	left:0px;
	top:0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-area .site-main .objet .contenu .zoomProduit .titre
{
	width:300px;
	/*height:50px;*/
	overflow:hidden;
	position:absolute;
	left:390px;
	top:80px;
	color:#4e4e4e;
	font-family:muli-black;
	font-size: 30px;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
}

.content-area .site-main .objet .contenu .zoomProduit .texte
{
	width:280px;
	height:300px;
	position:absolute;
	left:390px;
	top:130px;
	color:#4e4e4e;
	font-family:muli-regular;
	font-size: 14px;
		-webkit-transition: all 300ms;
	transition: all 300ms;	
}

.content-area .site-main .objet .contenu .zoomProduit .boutonCroix
{
	position:absolute;
	right:20px;
	top:20px;
	width:30px;
	height:30px;
	cursor:pointer;	
}

.content-area .site-main .objet .contenu .zoomProduit .boutonMail
{
	position:absolute;
	right:90px;
	bottom:20px;
	width:60px;
	height:60px;
	cursor:pointer;
}

.content-area .site-main .objet .contenu .zoomProduit .boutonTelephone
{
	position:absolute;
	right:20px;
	bottom:20px;
	width:60px;
	height:60px;
	cursor:pointer;
}

.content-area .site-main .objet .table .categories
{
	display:table-row;
	width:100%;
}

.content-area .site-main .objet .table .categories .categorie
{
	display:table-cell;
	position: relative;
	cursor:pointer;
	vertical-align: middle;
	overflow:hidden;
}

.content-area .site-main .objet .table .categories .categorie .teinte
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

/*.content-area .site-main .objet .table .categories .categorie .teinte:before 
{
	background: rgba(244,166,179, 0.5);
}*/

.content-area .site-main .objet .table .categories .categorie img
{
	width:100%;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.content-area .site-main .objet .table .categories .categorie .titre
{
	position:absolute; 
	left:0px; 
	top:0px;
	width:100%;
	height:100%;
	font-family: muli-bold;
	font-size: 25pt;
	line-height:28pt;
	/*transform:translate(0px, 38%);*/
	text-align: center;
	color:white;
	text-shadow: 0 0 5px #000000;
	opacity:0;
	display:block;
	
}

.content-area .site-main .objet .table .categories .categorie .titre .centre
{
	position:relative;
	display:table;
	
	width:100%;
	height:100%;
}

.content-area .site-main .objet .table .categories .categorie .titre .centre p
{
	margin:0px;
	display:table-cell;
	vertical-align: middle;
	
}

.content-area .site-main .ADN
{
	position:relative;
	width:100%;
	overflow: hidden;
}

.content-area .site-main .ADN .blocHaut
{
	background: -webkit-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(right, #4d8b3f 0%, #a0bf38 100%);
	background: linear-gradient(to right, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */	
}

.content-area .site-main .ADN .blocHaut .blocTexte
{
	margin:auto;
	max-width:1000px;
	padding-bottom:50px;
}

.content-area .site-main .ADN .blocHaut .blocTexte h1
{
	font-family: muli-black;
	font-size:40pt;
	color:white;
	font-weight: normal;
	margin:0px;
}

.content-area .site-main .ADN .blocHaut .blocTexte .chapo
{
	font-family: muli-black;
	font-size:13pt;
	color:white;
	font-weight: normal;
	margin:0px;
}

.content-area .site-main .ADN .blocHaut .blocTexte .texte
{
	font-family: muli-regular;
	font-size:13pt;
	color:white;
	font-weight: normal;
	margin:0px;
	padding-right:50px;
	z-index:10;
}

.content-area .site-main .ADN .blocHaut .blocTexte .texte ul
{
	margin:10px;
}

.content-area .site-main .ADN .blocHaut .blocImage
{
	position:absolute;
	top:20px;
	right:-70px;
	height:370px;
	width:370px;
	z-index:5;
}

.content-area .site-main .ADN .blocVisuels
{
	position:relative;
	width:100%;
	height:298px;
	background: -webkit-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(left, #4d8b3f 0%, #a0bf38 100%);
	background: linear-gradient(to left, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */

}

.content-area .site-main .ADN .blocVisuels .visuels
{
	width:1024px;
	height:298px;
	text-align: center;
	margin:auto;
	display: table;
	overflow:hidden;
	background-color: transparent;
}

.content-area .site-main .ADN .blocVisuels .visuels .image
{
	vertical-align: middle;
	display: table-cell;	
}

.content-area .site-main .ADN .blocVisuels .visuels .image img
{
	max-width: 100%;
}

.content-area .site-main .news
{
	cursor:pointer;
}

.content-area .site-main .news .ligneVerte
{
	position:relative;
	width:100%;
	height:100px;
	background: -webkit-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(right, #4d8b3f 0%, #a0bf38 100%);
	background: linear-gradient(to right, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */	
}

.content-area .site-main .news .ligneVerte .degrade
{
	position:absolute;
	left:0pt;
	top:0px;
	width:100%;
	height:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbbbbb+0,000000+100&amp;0.65+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bbbbbb', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index:10;
}

.content-area .site-main .news h1
{
	color:#7cb040;
	font-family: muli-black;
	font-size: 40pt;
	width:1024px;	
	margin:auto;
	padding:0px 15px 0px 15px;
}

.content-area .site-main .news .article
{
	position:relative;
	width:100%;
	height:100px;
	overflow:hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
}

.content-area .site-main .news .article .degrade
{
	position:absolute;
	left:0pt;
	top:0px;
	width:100%;
	height:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbbbbb+0,000000+100&amp;0.65+0,0+100 */
	background: -moz-linear-gradient(top, rgba(187,187,187,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(187,187,187,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(187,187,187,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bbbbbb', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index:10;
}

.content-area .site-main .news .article .titre
{
	position:absolute;
	top:22px;
	left:295px;
	width:100%;
	z-index:15;
	text-align:left;
}

.content-area .site-main .news .article .titre span
{
	display:inline-block;
	font-family: muli-black;
	font-size: 30pt;
	color:#a7a7a7;
}

.content-area .site-main .news .article .boutonPlus
{
	position:absolute; 
	right:25px;
	top:20px;
	width:63px;
	height:63px;
	border:2px solid #53b73b;
	font-family: muli-regular;
	font-size: 40pt;
	color:#53b73b;
	padding:0px 0px 5px 0px;
	background-color: white;
}

.content-area .site-main .news .article .imageFond
{
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:100px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
	overflow:hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
}

.content-area .site-main .news .article .texte
{
	font-family: muli-regular;
	font-size: 12pt;
	color:black;
	position:absolute;
	top:100px; 
	left:300px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	opacity:0;
	-webkit-transition: all 300ms;
	transition: all 300ms;	
}

.content-area .site-main .news .article .signature
{
	font-family: muli-regular;
	font-size: 20pt;
	color:#53b73b;
	position:absolute; 
	top:20px;
	right:205px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:right;
}

.content-area .site-main .news .article .imagesBas
{
	position:absolute;
	top:200px; 
	left:300px;
	width:1024px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;		
	background-color: transparent;
	overflow: hidden;
	vertical-align: bottom;
}

.content-area .site-main .news .article .imagesBas img
{
	height:150px;
}

.content-area .site-main .activistes
{
	background-color: #fafbfd;
	text-align: center;
}

.content-area .site-main .activistes h1
{
	color:#7cb040;
	font-family: muli-black;
	font-size: 40pt;
	width:1024px;	
	margin:auto;
	padding:0px 15px 0px 15px;
	text-align:left;
}

.content-area .site-main .activistes .logos
{
	position:relative;
	background-color:transparent;
	padding:20px;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}

.content-area .site-main .activistes .logos .logo
{
	position:relative;
	width:240px;
	height:216px;
	display:inline-block;
	vertical-align: top;
	background-color:transparent;
	margin:10px 40px 0px 10px;
	padding:10px;
}

.content-area .site-main .activistes .logos .logo img
{
	max-height: 196px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 300ms;
	transition: all 300ms;	
}

.content-area .site-main .activistes .logos .logo img:hover
{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
        -webkit-transition: all 300ms;
	transition: all 300ms;	
}

.content-area .site-main .contact
{
	position:relative;
	width:100%;
	padding-bottom:20px;
	margin-bottom:5px;
	background: -webkit-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(right, #4d8b3f 0%, #a0bf38 100%);
	background: linear-gradient(to right, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */
	overflow: hidden;
	text-align: center;
}

.content-area .site-main .contact h1
{
	color:white;
	font-family: muli-black;
	font-size: 40pt;
	width:1024px;	
	margin:auto;
	padding:0px 15px 0px 15px;
	text-align:left;
	margin-bottom:20px;
}

.content-area .site-main .contact p
{
	margin:10px;
	padding:0px;
}

.content-area .site-main .contact .contact_full
{
	margin:0px 10px 0px 10px;
	width:550px;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	font-family: muli-regular;
	padding-left:10px;
}

.content-area .site-main .contact .contact_half
{
	width:270px;
	margin:0px 5px 0px 5px;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	font-family: muli-regular;
	padding-left:10px;
}

.content-area .site-main .contact textarea
{
	height:180px;
	font-family: muli-regular;
}

.content-area .site-main .contact #obligatoire
{
	font-family: muli-regular;
	font-size: 12pt;
	color:white;
}

.content-area .site-main .contact .contact_bouton
{
	font-family: muli-black;
	padding:7px 30px 7px 30px;
	text-transform: uppercase;
	font-size: 14pt;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);

}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (max-width: 1024px) {
	
	.main-navigation
	{
		display:none;
	}

	.site-header
	{
		width:100%;
		height:100px;
		position: fixed;
		background-color: white;
		z-index:200;
	}

	.site-header .site-branding
	{
		margin:10px 10px 0px 10px;
		width:100%;
		height:100px;
		position:relative;
	}

	.site-header .site-branding .logo
	{
		width:250px;
		-webkit-transition: all 300ms;
		transition: all 300ms;	
		cursor:pointer;
	}

	.site-header .site-branding .reseaux
	{
		left:0px;
		display:none;
	}

	.site-header .site-branding .telephone
	{
		left:0px;
		display:none;
	}

	.content-area
	{
		margin:90px 0px 0px 0px;
	}

	.content-area .site-main .slider
	{
		height:200px !important;
	}

	.content-area .site-main .atelier .slider
	{
		height:400px !important;
	}

	.content-area .site-main .slider .slideImage .element .blocNoir
	{
		margin:0px;
		left:10px;
		top:20px;
		width:calc(100% - 20px);
		height:345px;
		padding:0px 15px 15px 15px;
	}

	.content-area .site-main .slider .slideImage .element .blocNoir .logo
	{
		position:absolute;
		right:-10px;
		top:-20px;
		width:80px;
		height:80px;
	}

	.content-area .site-main .slider .slideImage .element .blocNoir h1
	{
		color:white;
		font-family: muli-black;
		font-size: 30pt;
		width:100%;	
		margin:0px;
	}

	.content-area .site-main .slider .slideImage .element .blocNoir .texte
	{
		color:white;
		font-family:muli-regular;
		font-size: 12pt;
		line-height:13pt;
		margin-top:0px;
	}

	.content-area .site-main .slider .slideImage .element .blocNoir .texte p
	{
		margin:10px 0px 0px 0px;
		width:100%;
	}

	.content-area .site-main .slider .slideProduits
	{
		padding:0px;
		height:200px;
		overflow: hidden;
	}

	.content-area .site-main .slider .slideProduits .element
	{
		height:200px;
	}

	.content-area .site-main .slider .slideProduits .element img
	{
		transform: skew(15deg); 
	    -webkit-transform: skew(15deg);
		margin-left: -50%;
		display:block;
		width: auto;
	  	height: auto;
	  	max-height: 100%;
	  	max-width: none;
	  	overflow: hidden;
	}

	.content-area .site-main .objet .table
	{
		border-spacing:5px 0px;
	}

	.content-area .site-main .objet .contenu
	{
		padding-top:2px;
		padding-bottom:2px;
	}

	.content-area .site-main .objet
	{
		margin-top:5px;
		margin-bottom:5px;
	}

	.content-area .site-main .objet .table .categories .categorie .titre
	{
		font-size: 13px;
		line-height: 15px;
	}

	.content-area .site-main .objet .contenu .titreContenu
	{
		top:20px;
		font-size: 20px;
		line-height:20px;
	}

	.content-area .site-main .objet .contenu .texteContenu
	{
		top:100px;
		font-size:12pt;
		line-height:13pt;
		opacity:0;
		max-width: 220px;
	}

	.content-area .site-main .objet .contenu .imageContenu
	{
		margin:auto;
		position:relative;
		width:50%;
		height:50%;
		-webkit-transition: all 300ms;
		transition: all 300ms;	
		opacity: 0;
		background-repeat:no-repeat;
		background-size:100%;
	}

	.content-area .site-main .objet .contenu .imagesProduits
	{
		display:none;
	}

	.content-area .site-main .ADN
	{
		height:auto;
	}

	.content-area .site-main .ADN .blocHaut .blocTexte
	{
		box-sizing: unset;
		margin:0px;
		width:calc(100% - 5%);
		padding-bottom: 10px;
	}

	.content-area .site-main .ADN .blocHaut .blocTexte h1
	{
		font-size:30pt;
		margin: 0px 10px 0px 10px;
	}

	.content-area .site-main .ADN .blocHaut .blocTexte .chapo
	{
		font-size:12pt;
		line-height:13pt;
		margin: 0px 10px 10px 10px;
		width:100%;
		height:auto;
	}

	.content-area .site-main .ADN .blocHaut .blocTexte .texte
	{
		font-size:12pt;
		line-height:13pt;
		margin: 0px 10px 0px 10px;
		width:100%;
		height:auto;
	}

	.content-area .site-main .ADN .blocHaut .blocTexte .texte p
	{
		margin:0px 10px 10px 0px;
		width:100%;
	}

	.content-area .site-main .ADN .blocHaut .blocTexte .texte ul
	{
		margin: 0px 0px 10px -20px;
	}

	.content-area .site-main .ADN .blocHaut .blocImage
	{
		/*position:absolute;
		top:80px;
		right:-70px;
		height:250px;
		width:250px;
		z-index:5;*/
		display:none;
	}

	.content-area .site-main .ADN .blocVisuels
	{
		position:relative;
		width:100%;
		height:150px;
		background: -webkit-linear-gradient(right, var(--vert-fonce) , var(--vert-clair)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(left, var(--vert-fonce) , var(--vert-clair)); /* For Firefox 3.6 to 15 */
		background: -ms-linear-gradient(left, #4d8b3f 0%, #a0bf38 100%);
		background: linear-gradient(to left, var(--vert-fonce) , var(--vert-clair)); /* Standard syntax */
		overflow: hidden;
	}

	.content-area .site-main .ADN .blocVisuels .visuels
	{
		width:100%;
		height:150px;
		margin:0px 0px 0px 0px;
	}

	.content-area .site-main .ADN .blocVisuels .visuels .image
	{
		vertical-align: middle;
		display: table-cell;	
	}

	.content-area .site-main .ADN .blocVisuels .visuels .image img
	{
		max-width: 100%;
	}

	.content-area .site-main .news h1
	{
		font-size: 30pt;
		width:100%;	
		margin:0px;
		padding:0px 15px 0px 15px;
	}

	.content-area .site-main .news .article
	{
	}

	.content-area .site-main .news .article .titre
	{
		position:absolute;
		top:30px;
		width:calc(100% - 190px);
		left:190px;
	}

	.content-area .site-main .news .article .titre span
	{
		text-align:left;
		top:5px;
		font-size:16pt;
		line-height: 16pt;
	}

	.content-area .site-main .news .article .imageFond
	{
	}

	.content-area .site-main .news .article .texte
	{
		top:110px;
		left:10px;
		width:calc(100% - 20px);
	}

	.content-area .site-main .news .article .boutonPlus
	{
		display:none;
	}

	.content-area .site-main .news .article .signature
	{
		width:calc(100% - 190px);
		left:190px;
		text-align:left;
		top:0px;
		font-size:12pt;
		line-height: 12pt;
	}

	.content-area .site-main .news .article .imagesBas
	{
		display:none;
	}

	.content-area .site-main .news .article .imagesBas img
	{
		height:150px;
	}

	.content-area .site-main .activistes
	{
		margin-bottom:20px;
	}

	.content-area .site-main .activistes h1
	{
		font-size: 30pt;
		width:100%;	
		margin:0px;
		padding:0px 15px 0px 15px;
	}

	.content-area .site-main .activistes .logos
	{
		position:relative;
		background-color:transparent;
		padding:5px;
	    margin: 0px;
	    display: inline-block;
	    overflow: hidden;
	}

	.content-area .site-main .activistes .logos .logo
	{
		position:relative;
		width:40%;
		height:100px;
		display:inline-block;
		vertical-align: top;
		background-color:transparent;
		margin:10px 10px 10px 10px;
		padding:10px;
	}

	.content-area .site-main .activistes .logos .logo img
	{
		max-height: 100px;
	    position:absolute;
	    top:0;
	    left:0;
	    right:0;
	    bottom:0;
	    margin:auto;
	    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	    filter: grayscale(100%);
	    -webkit-transition: all 300ms;
		transition: all 300ms;	
	}

	.content-area .site-main .contact h1
	{
		font-size: 30pt;
	}
/*	.site-footer
	{
		width:100%;
		height:170px;
		text-align:left;
		background: -webkit-linear-gradient(left, var(--vert-fonce) , var(--vert-clair));
		background: -o-linear-gradient(right, var(--vert-fonce) , var(--vert-clair));
		background: -moz-linear-gradient(right, var(--vert-fonce) , var(--vert-clair));
		background: -ms-linear-gradient(right, #4d8b3f 0%, #a0bf38 100%);
		background: linear-gradient(to right, var(--vert-fonce) , var(--vert-clair)); 
	}

	.site-footer .site-info
	{
		width:100%;
		margin:20px 0px 0px 0px;
		text-align:left;
	}
*/

	.site-footer
	{
		width:100%;
	}

	.site-footer .site-info
	{
		width:100%;
	}

	.content-area .site-main .contact
	{
		width:100%;
		padding-bottom:10px;
		margin-bottom:5px;
	}

	.content-area .site-main .contact h1
	{
		font-size: 30pt;
		width:100%;	
		margin:0px;
		padding:0px 15px 0px 15px;
		margin-bottom:10px;
	}

	.content-area .site-main .contact p
	{
		margin:10px;
		padding:0px;
	}

	.content-area .site-main .contact .contact_full
	{
		width:calc(100% - 20px);
	}

	.content-area .site-main .contact .contact_half
	{
		width:calc(50% - 15px);
	}

	.content-area .site-main .contact textarea
	{
		height:180px;
	}
}
</pre></body></html>