
/*
Theme Name: VRAC LOCAL
Author: Genaro Studio
Author URI: http://www.genaro-studio.com/
Description: VRAC LOCAL est un thème développé sur-mesure pour l'association VRAC.
Version: 1.2
License: Private
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: local
*/

/*Made by Thibault Claisse for Genaro Studio*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {	border-collapse: collapse; border-spacing: 0;}

* {box-sizing: border-box;}


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

@font-face {
    font-family: 'roboto_bold';
    src: url('font/roboto-bold-webfont.eot');
    src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-bold-webfont.woff') format('woff'),
         url('font/roboto-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_italic';
    src: url('font/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'roboto_italic_bold';
    src: url('font/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

html, body {
	font-family: Arial, sans-serif;
	font-family: 'roboto_regular';
	line-height: 1.7em;
	font-size: 1em;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {    
	background-image: url(https://lyon.vrac-asso.org/wp-content/themes/vrac-local/img/vrac-asso-bg5.jpg);
    background-position: center top;
    background-size: cover !important;
    background-repeat:no-repeat;
    background-attachment: fixed;
}
body.custom-background{
    background-size: cover !important;
}

#backdrop-element {

     background-color: transparent !important;
	 }

/*-- CONTENT --*/

/*contenu */

h1, h2, h3, h4, h5, h6 {
	font-family: 'roboto_regular';
}
h1 {
	font-size: 2.4em;
	line-height: 1.1em;
}
h2 {
	font-size: 2em;
	line-height: 1.2em;
}
h3 {
	font-size: 1.8em;
	line-height: 1.1em;
}
h4 {
	font-size: 1.6em;
	line-height: 1.2em;
}
h5 {
	font-size: 1.4em;
	line-height: 1.2em;
}
h6 {
	font-size: 1.2em;
	line-height: 1.2em;
}
a {
	color: #d51e45;
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #D30040;
}
p, li, blockquote {
	font-size: 16px;
	line-height: 1.4em;
}

.entry-content blockquote {    
	padding: 10px 20px;
    margin: 0 0 20px;
    background: url(./img/bq.png) top left no-repeat;
}



.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #D30040;
	padding: 5px 0 20px 0;
	display:block;
}

.entry-content p {
	padding: 5px 0 10px 0;
	display:block;
}
.entry-content ul {
	padding: 5px 0 10px 20px;
}
.entry-content a {
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: underline;
}
strong {
	font-family: 'roboto_bold', sans-serif;
}
em {
	font-family: 'roboto_italic', sans-serif;
}
strong em,
em strong{
	font-family: 'roboto_italic_bold', sans-serif;
}

hr {
	background-color: #efefef;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
	float:left;
	width:100%
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignnone {
    clear:both;
}

del {
	opacity: 0.8;
}
table, th, td {
	border: 1px solid #d1d1d1;
}
table {
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4375em;
}
/**
 * 5.0 - Forms
 */

::-webkit-input-placeholder {
	color: #686868;
}
:-moz-placeholder {
	color: #686868;
}
::-moz-placeholder {
	color: #686868;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #686868;
}
input {
	line-height: normal;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #007acc;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}
input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}
.post-password-form {
	margin-bottom: 1.75em;
}
.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}
.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}
.post-password-form> :last-child {
	margin-bottom: 0;
}

.bgvrac {
	display:none;
}

/*--top head---*/

.tophead {
	width: 100%;
	height: auto;
	min-height:110px;
	float: left;
	display:block;
	position: fixed;
	margin: 0;
	padding: 0 0 0 300px;
	z-index: 99;
	background:#fff;
}
.tophead::before {
	content: "";
	display: block;
	height: 110px;
	width: 20px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 101;
	background: #E4C94B;
	background-image: repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 9px);
}
.bloclogo {
	width: 200px;
	position: absolute;
	z-index: 100;
	margin: 0 0 0 20px;
	top: 0;
	left: 0;
}
.logo {
	background: #fff;
	margin: 0 auto;
	padding: 30px 30px 30px 30px;
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.logo img {
	width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.logo:hover img {
	opacity: 0.7;
}
.nomville {
	float: left;
	width: 100%;
	text-align: center;
	background: #292929;
	color: #fff;
	padding: 11px 7px;
	font-family: 'roboto_regular', sans-serif;
	letter-spacing: 0.3em;
	font-size: 19px;
}
.icosocial {
	width: 100%;
	background: #d51e45;
	float: left;
	display: block;
}
.tophead .icosocial ul {
	display: inline-block;
	float: left;
	list-style: none;
}
.tophead .icosocial ul li {
	float: left;
	padding: 6px 16px;
}
.tophead .icosocial ul li a img {
	padding:5px;
}
.tophead .icosocial ul li a img {
	width: 38px;
	height: 38px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tophead .icosocial ul li a:hover img {
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

/*menu*/
#nav-bouton {
	display:none;
}

nav.primary {
	display: block;
	float: left;
	padding: 0;
	margin:0;
	background: #fff;
}
.primary ul.primary-menu {
	float: left;
	padding: 0 0 0 0;
	list-style: none;
	width: 100%;
}
.primary ul.primary-menu li {
	display: block;
	float: left;
	width:auto;
}
.primary ul.primary-menu li a {
	display: block;
	float: left;
	width: 100%;
	padding: 42px 20px 41px 20px;
	margin:0;
	font-weight: normal;
	font-size: 17px;
	color: #3d3d3d;
	cursor: pointer;
	box-sizing: border-box;
	border-bottom: 5px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.primary ul.primary-menu li.current_page_item a,
.primary ul.primary-menu li.current-menu-item a {
	color: #3d3d3d;
	background: #efefef;
	background-image: repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 9px);
	border-bottom: 5px solid #D30040;
}
.primary ul.primary-menu li.current_page_item a:hover,
.primary ul.primary-menu li.current-menu-item a:hover {
	color: #D30040;
	background: #efefef;
	background-image: repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 9px);
	border-bottom: 5px solid #D30040;
}
.primary ul.primary-menu li a:hover, .primary ul.primary-menu li a:focus {
	color: #D30040;
	border-bottom: 5px solid #D30040;
}

.reseau {
	width:300px;
	float:right;
}

.boutonreseau {
	background:#D4B005;
	color:#fff;
	display: block;
	float: left;
	padding: 43px 20px 42px 39px;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
    letter-spacing: 0.3em;
	position: relative;
	z-index: 200;
}
.boutonreseau span:after{
    content: "";
    display: block;
    position: absolute;
    margin: -24px 0 0 220px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.boutonreseau.active span:after{
    margin: -17px 0 0 220px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.listereseau {
	position:absolute;
	margin:110px 0 0 0 ;
	background:#fff;
	display:none;
	width:300px;
}

.listereseau .menu-reseau-vrac-container{
  overflow-y: scroll;
  height: 50vh;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}


.listereseau ul{
	list-style:none;

}

.listereseau ul li a{
	width:100%;
	float:left;
	padding:10px 40px;
	
  border-bottom: 1px solid #efefef;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.listereseau ul li a:hover{
	color:#000;
	background:#efefef;
}

/*--*/
.footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
}
.footer .menumentions ul{
	display: inline-block;
	float: left;
	margin: 10px 0;
}
.footer .menumentions ul li {
	display: inline-block;
	float: left;
}
.footer .menumentions ul li a {
	display: inline-block;
	float: left;
	font-size: 12px;
	margin: 3px 5px 0 0px;
	padding: 5px 20px;
	color: #fff;
}
.footer .menumentions ul li a:hover {
	color: #efefef;
}


/*---------CONTENU PAGE-----------*/
.contenu-page {
	display: block;
	float: left;
	width: 66%;
	padding: 400px 0 200px 300px;
	position:relative;
	z-index: 3;
}
.entry-header {
	display: block;
	float: left;
	height: auto;
	width:auto;
	max-width: calc(100% - 60px);
	background: #D30040;
	padding: 25px 40px;
	margin: 0;
	position:relative;
	z-index:5;
}
.entry-header .page-title {
	color: #fff;
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold;
}
.entry-header .page-title::after {
	content: "";
	display: block;
	position: absolute;
	background-image: repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgb(228, 202, 77) 5px, rgb(228, 202, 77) 9px);
	width: 115px;
	height: 20px;
	margin: 15px 0 0 30px;
}
.conteneur {
	display: block;
	float: left;
	width:100%
}
.entry-content {
	background: #fff;
	margin: -40px 0 0 40px;
	padding: 110px 80px 80px 80px;
	display: block;
	float: left;
	width: calc(100% - 100px);
}
.sharing {
	margin:-40px 0 0 0;
	width:60px;
	background: #D4B005;
	color: #fff;
	display: block;
	float: left;

	position: -webkit-sticky; 
	position: sticky;
	top: 110px;
}
.iscaring {
	width:60px;
	background: #D4B005;
	color: #fff;
	display: block;
	float: left;
}
.iscaring ul {
	display: inline-block;
	float: left;
	list-style: none;
    width: 100%;
    padding: 5px 0;
    margin: 0;
}
.iscaring ul li {
	float: left;
	padding: 7px 0;
	text-align:center;
    width: 100%;
}
.iscaring ul li a {
	padding:5px;
}
.iscaring ul li a img {
	width: 34px;
	height: 34px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.iscaring ul li a:hover img {
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.sharemf{
    width: 100%;
    background: #E8C936;
    color: #fff;
    display: block;
    float: left;
	font-size:11px;
	text-align:center;
	padding:5px 0;
}

.entry-footer {
    float: left;
    border-top: 1px solid #dedede;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.edit-link {
	color:#999;
	font-size:14px;
}



.bouton a,
a.bouton {
	background: #d51e45;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	padding:5px;
    display: inline-block;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

.bouton a:hover, a.bouton:hover {
	background: #D4B005;
	text-decoration:none;
	padding:5px;
}

/*gallery (copie des styles editeur-*/
.gallery {
    margin: auto -6px;
    padding: 6px 0;
    line-height: 1;
    overflow-x: hidden;
}

.gallery .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery img {
    max-width: 100%;
    height: auto;
    border: none;
    padding: 0;
	vertical-align:middle;
}


/*-- Contenu Home --*/

.home .contenu-page {
	display: block;
    float: left;
    width: 60%;
    padding: 400px 50px 100px 300px;
    position: relative;
    z-index: 3;
}

.home .entry-content {
    padding: 90px 50px 50px 50px;
}

.actus-home {
	display: block;
    float: left;
    width: 40%;
    padding: 400px 0 100px 0;
    position: relative;
    z-index: 3;
}

.entry-header .page-title {
    color: #fff;
    padding: 0 0 0 0;
    margin: 0;
    font-weight: bold;
}


.entry-header h3.page-title{
    font-size: 2.4em;
    line-height: 1.1em;
	font-size:normal;
}

.actus-home ul{
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
}

.actus-home ul li{
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
	width:100%;
	float:left;
}

.actus-home ul li a{
	color:#d50042;
	width:100%;
	float:left;
	font-size:18px;
    line-height: 1.2em;
}

.actus-home ul li span.post-date{
	margin: 0 ;
	width:100%;
	float:left;
	font-size:12px;
}



.grecaptcha-badge {visibility: hidden;}



















/*----------------------------------- RESPONSIVE ------------------*/

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

	
	.contenu-page {
    width: 80%;
	}
	.boutonreseau {
    padding: 15px 50px 15px 20px;
	}
	.reseau {
	width:200px;
	}
	.boutonreseau {
	padding: 29px 50px 28px 20px;
	text-align:right;
	}
	.boutonreseau span:after{
	margin: -41px 0 0 147px;
	}
	.boutonreseau.active span:after{
	margin: -30px 0 0 147px;
	}
	.listereseau {
	margin:51px 0 0 0 ;
    width: 280px;
	}


	
	
	.reseau {
    width: 280px;
    float: left;
    position: absolute;
    top: 269px;
    right: 0;
    left: 20px;
	}
	
	.boutonreseau {
	padding: 13px 50px 13px 20px;
	text-align: center;
	}

	.boutonreseau span:after{
	margin: -24px 0 0 223px;
	}
	.boutonreseau.active span:after{
	margin: -17px 0 0 223px;
	}
	
	
	
	
	/*-- Contenu Home --*/

	.home .contenu-page {
	padding: 400px 20px 100px 20px;
	}

	.home .entry-content {
	padding: 90px 50px 50px 50px;
    width: calc(100% - 60px);
	}

}/*--*/

@media only screen and (max-width: 1400px) {
	
	.tophead {
    position: absolute;
}
	
	.contenu-page {
    width: 98%;
    padding: 400px 0 100px 300px;
	}
	.footer {
    width: 100%;
    position: relative;
    float: left;
    bottom: 0;
    left: 0;
    z-index: 100;
    margin: 0;
	}
	.footer ul.menumentions {
    display: inline-block;
    float: right;
    margin: 10px 60px 0 0;
	}
	.primary ul.primary-menu li a {
    padding: 42px 15px 41px 15px;
	}
	
}/*-*/	
	
@media only screen and (max-width: 1200px) {
	
		
	.listereseau {
		margin:54px 0 0 0 ;
		width: 250px;
	}

	
	.tophead .icosocial ul li {
    float: left;
    padding: 6px 12px;
	}

	.icosocial {
    width: 250px;
    position: absolute;
    margin: 0 0 0 280px;
	top:0;
	left:0;
    height: 56px;
	}
	.reseau {
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 55px 0 0 300px;
    height: 54px;
    background: #D4B005;
	}
	.boutonreseau {
    padding: 15px 20px 15px 20px;
    text-align: left;
    cursor: pointer;
    letter-spacing: 0.1em;
	}
	.boutonreseau span:after {
    margin: -24px 0 0 185px;
	}
	
	.boutonreseau.active span:after{
	margin: -17px 0 0 185px;
	}
	
	.contenu-page {
    width: 100%;
    padding: 377px 20px 100px 20px;
	}
	
	#nav-bouton {
	display: block;
    background: #fff;
    float: right;
    width: 110px;
    height: 110px;
    position: relative;
    z-index: 1000;
	}
	
	.cross#nav-bouton {
    display: block;
    padding: 0;
    height: 0;
	}
	
	.bouton-menu {
	width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 29px 20px 20px 41px;
    cursor: pointer;
    position: relative;
	}

	.bouton-menu .icon-bar {
	display: block;
	width: 40px;
	height: 4px;
    cursor: pointer;
	background-color: #d50042;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

	.bouton-menu .icon-bar.one {
	margin:10px 0 0 0;
	}
	.bouton-menu .icon-bar.two {
	margin:8px 0 0 0;
	}
	.bouton-menu .icon-bar.three {
	margin:8px 0 0 0;
	}

	/*--*/
	.cross .bouton-menu .icon-bar.one {
	margin:15px 0 0 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	.cross .bouton-menu .icon-bar.two {
		opacity:0;
	}
	.cross .bouton-menu .icon-bar.three {
	margin:-16px 0 0 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	.tophead {
    padding: 0;
	background:#fff;
	}
		
	nav.primary {
	display:none;
    position: fixed;
    width: 300px;
    height: 100%;
	top:0;
	right:0;
	margin:0;
	padding:110px 0;
	background: #fff;
	z-index:900;
	}
	.primary ul.primary-menu {
	float: left;
	padding: 0 0 0 0;
	list-style: none;
	width: 100%;
	height:100%;
	}
	.primary ul.primary-menu li {
	display: block;
	float: left;
	width:100%;
	}
	.primary ul.primary-menu li a {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 20px;
	margin:0;
	font-weight: normal;
	font-size: 18px;
	color: #3d3d3d;
	cursor: pointer;
	box-sizing: border-box;
	border-bottom:1px solid #efefef;
	}
	.primary ul.primary-menu li.current_page_item a,
	.primary ul.primary-menu li.current-menu-item a {
	color: #3d3d3d;
	border-bottom:1px solid #efefef;
	}
	.primary ul.primary-menu li.current_page_item a:hover,
	.primary ul.primary-menu li.current-menu-item a:hover {
	color: #D30040;
	background: #efefef;
	background-image: repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 9px);
	
	border-bottom:1px solid #efefef;
	}
	.primary ul.primary-menu li a:hover, .primary ul.primary-menu li a:focus {
	color: #D30040;
	border-bottom:1px solid #efefef;
	}	
		
		
	.home .contenu-page {
    padding: 400px 20px 100px 20px;
    width: 100%;
	}
	
	.actus-home {
    width: 100%;
    padding: 0 20px 100px 20px;
	}
	
}
/*-*/	
	
	
	


@media only screen and (max-width: 800px) {
	
	.logo {
    padding: 22px 20px;
    height: 110px;
	}
	.logo img {
    width: 120px;
	}
	.bloclogo {
    width: 170px;
	}
	.nomville {
    letter-spacing: 0.1em;
    padding: 12px 5px 11px 5px;
	font-size: 16px;
	}
	.icosocial {
    width: 200px;
    position: absolute;
    margin: 0 0 0 170px;
    height: 56px;
	}
	.tophead .icosocial ul li {
    padding: 5px;
	}
	.reseau {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 56px 0 0 190px;
    height: 54px;
    background: #D4B005;
	}
	.boutonreseau {
    padding: 17px 20px 15px 20px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0.1em;
	}
	.boutonreseau span:after {
    margin: -22px 0 0 151px;
	}
	.boutonreseau.active span:after{
	margin: -15px 0 0 151px;
	}
	.tophead {
    background: #fff;
	}
	.entry-content {
	padding: 90px 30px 30px 30px;
    width: calc(100% - 40px);
	}
	.contenu-page {
    width: 100%;
    padding: 377px 20px 80px 20px;
	}
	.sharing {
	margin: 0 0 0 40px;
	width: 100%;
    width: calc(100% - 40px);
	}	
	.iscaring {
    width: 65%;
	}
	.iscaring ul {
	}
	.iscaring ul li {
    float: left;
    padding: 7px;
    text-align: center;
    width: 50px;
	}
	.sharemf {
    width: 35%;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 15px 0;
	}
	
	.entry-header {
    width: calc(100% - 40px);
	}
	
	
	.footer ul.menumentions {
    margin: 10px 0px 0 0;
	}
	
}/*--*/





@media only screen and (max-width: 500px) {
	
	.listereseau {
    margin: 45px 0 0 0;
    width: 250px;
}


.listereseau ul li a {
    padding: 10px 18px;
}
	
	.entry-header {
    width: 100%;
	max-width: 100%;
	}
	
	.entry-header .page-title::after {
	margin: 15px 0 0 0;
	}

	.bloclogo {
	margin: 0 0 0;
	top: 0;
	left: 0;
	}
	.tophead::before {
	content: none;
	}
	
	.icosocial {
    display: none;
	}
	
	.boutonreseau {
    padding: 12px 10px 11px 20px;
	}
	
	.boutonreseau span::after {
	margin: -21px 0 0 148px;
	}
	
	.boutonreseau.active span:after{
	margin: -13px 0 0 148px;
	}
	
	.reseau {
    width: calc(100% - 170px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	margin: 110px 0 0 170px;
    height: 45px;
    background: #D4B005;
	}
	
	.entry-header {
    padding: 25px 30px;
	}
	
	
	.entry-content {
    padding: 90px 30px 30px 30px;
    margin: -40px 0 0 0;
    width: 100%;
	}
	
	.contenu-page {
    width: 100%;
    padding: 377px 0 40px 0;
	}
	.sharing {
    margin: 0;
    width: 100%;
	}
	.sharemf {
    font-size: 17px;
    padding: 17px 0 18px 0;
	}
	
		
	.home .contenu-page {
    padding: 400px 0px 100px 0px;
    width: 100%;
	}
	
	.actus-home {
    width: 100%;
    padding: 0 0 100px 0px;
	}
	.home .entry-content {
    padding: 90px 30px 30px 30px;
    width: 100%;
	}

	.home .entry-content h1,
	.home .entry-content h3	{
	font-size: 2.0em;
	}
	
	
}/*--*/



@media only screen and (max-width: 300px) {
	
	.sharemf {
	display:none;
	}
	
	.listereseau {
	margin:45px 0 0 0 ;
	width: 220px;
	}
	
	nav.primary {
    width: 100%;
    padding: 160px 0 0 0 ;
    background: #fff;

}

}/*--*/




