/******************************************

1 - Css de base
2 - Grid systeme
3 - Css de l'asso
	3 - 1 Css page projet
	3 - 2 Css page d'accueil


******************************************/



/******************************************//******************************************//******************************************/
/******************************************//************* CSS DE BASE ****************//******************************************/
/******************************************//******************************************//******************************************/

/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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 {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	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;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #dddddd;
	border: none;
	color: #dddddd;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #ffffff;
	color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #efefef;
	color: #555555;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

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

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #555555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

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

/* =Links
-------------------------------------------------------------- */
a {
	color: #CD5850;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="password"],
input[type="email"] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #ffffff;
	border: 1px solid #d1d1d0;
	border-bottom-color: #d1d1d0;
	border-radius: 2px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 4px 7px;
	vertical-align: middle;
	width: 200px;
	height: 25px;
}

select {
	height: auto;
	max-width: 100%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	max-width: 100%;
}

map area {
	padding: 0px;
	border: 0px;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
}

input[type='text'],
input[type='password'] {
	cursor: text;
	width: 200px;
	border: 1px solid #D1D1D0;
	height: 25px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	margin-top: 28px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1.6em 0;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0px 25px;
}

#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	margin: 0px auto;
	position: relative;
}

.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 0px auto;
	padding: 0;
}

#header {
	margin: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}

/* =Header
-------------------------------------------------------------- */

.site-name {
	display: block;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
	padding-top: 20px;
}

.site-name a {
	color: #333333;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em; /* = 14px */
	margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {

}

#content-full {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-bottom: 20px;
	margin-top: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
	padding-top:40px;
	line-height: 2;
}
.post-entry-base{
	clear: both;
	padding-top:10px;
	line-height: 2;
}
.post-entry-base h1{
	font-size: 2.250em; /* = 36px */
	margin-bottom: .3em;
	margin-top: .2em;
}
.post-entry-base hr{
	padding: 10px;
}
.post-entry img
{
	max-width: 100%;
	max-height: 100%;
}
.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
}

.post-entry li{
	list-style-type: none;
	background:url(../images/red.png) center bottom no-repeat;
  	background-position: -5px 0.1em;
  	padding-left: 2em;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaaaaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	margin: 0 0 20px;
	padding: 20px;
	background: #fff;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
	text-align: left;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}

#top-widget {
}

.top-widget {
	background: none;
	border: none;
	clear: right;
	float: right;
	min-height: 0;
	padding: 0 3px 0 0;
	text-align: right;
	width: 45%;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}

.top-widget .widget-title h3 {
	font-size: 14px;
	padding: 0;
	text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	color: #993333;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}

.skip-link {
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 0.8125em;
	margin-left: -100%;
	padding: 0.5em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
	margin: 0 auto;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
#logo
{
	line-height:100px;
	height:100px;
	text-align: center;
}

#logo:hover, .menu li:hover, #menu-menu-principal li.current_page_item{
	background:url(../images/blanc.png) center bottom no-repeat;
	background-size: 100%;
}

#logo img {
	max-width:100%;
	margin-top:-5px;
	height: 80%;
}

.main-menu
{
	position:relative;
	display:block;
	height:100px;
	background-color:#cd5850;
	z-index: 5000;
}

#menu-menu-principal {
	position: relative;
}

.main-nav  {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 780px;
}

#menu-menu-principal ,
#menu-menu-principal ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:right;
	text-transform:uppercase;
}

#menu-menu-principal li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0 18px;
	position: relative;
	z-index: 5;
}

#menu-menu-principal  li:hover {
	white-space: normal;
	z-index: 10000;
}

/*carré faire un don dans le menu*/

#menu-menu-principal  li:nth-last-child(2){
	margin-right:165px;
}

#menu-menu-principal li:last-child{
	position: absolute;
	display: block;
	right: 0;
	background:url(../images/don.png) 50% 0;
	height:160px;
	padding:0px 40px;
	width: 73px;
	margin-left:20px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#menu-menu-principal  li:last-child a{
	display: block;
	position: relative;
	height:100%;
	line-height: 100%;
	word-break:break-word;
	white-space:inherit;
	padding-top: 50px;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
}

#menu-menu-principal  li:last-child a:before {
    background: url("../images/losange-active.png") no-repeat 50% 0 rgba(0, 0, 0, 0);
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;

}

#menu-menu-principal  li:last-child:hover > a:before{
	transform-origin: 50% 21px;
	-webkit-transform-origin: 50% 21px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}


/*tadam*/

#menu-menu-principal  li li {
	float: none;
}

#menu-menu-principal  ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

#menu-menu-principal li:hover > ul {
	top: 100%;
	visibility: visible;
}

#menu-menu-principal  li li:hover > ul {
	left: 100%;
	top: 0;
}

#menu-menu-principal :after,
#menu-menu-principal  ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#menu-menu-principal ,
#menu-menu-principal  ul {
	min-height: 0;
}

#menu-menu-principal  ul,
#menu-menu-principal  ul ul {
	margin: 0;
	padding: 0;
}

#menu-menu-principal  ul li a:hover,
#menu-menu-principal  li li a:hover {
	color: #484848;
	text-decoration: none;
}

#menu-menu-principal  ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

#menu-menu-principal  a {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

#menu-menu-principal  a:hover {
	color:rgba(255,255,255,0.8);
}

ul#menu-menu-principal  > li:hover {
	color: #ffffff;
	font-weight: 500;
}

#menu-menu-principal .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
	color:rgba(255,255,255,0.8);
	font-weight: 500;
}
#menu-menu-principal .current_page_item a:after {
	content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
	border-bottom: 1px solid #fff;
}

#menu-menu-principal  li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

#menu-menu-principal  li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

#menu-menu-principal  li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

#menu-menu-principal li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

#menu-menu-principal ul > li + li {
	border-top: 0;
}

#menu-menu-principal li li:hover > ul {
	left: 100%;
	top: 0;
}

#menu-menu-principal > li:first-child > a {
	border-left: none;
}

#menu-menu-principal  a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/* Liste des catégories du blog
-------------------------------------------------------------- */
.category-nav{
	min-height: 70px;
	background: #fff;
	text-align: center;
	line-height: 70px;
}
.category-nav li{
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.category-nav li:before{
	content: " ";
	background: url("../images/red.png") no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	top: 28px;
	left: -5px;
	position: absolute;
}
.category-nav li:last-child:after{
	content: " ";
	background: url("../images/red.png") no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	top: 28px;
	right: -5px;
	position: absolute;
}
.category-nav a{
	color: #3a3432;
}
.category-nav a:hover{
	color:#b9392f;
}
.category-nav .current-menu-item a{
	color:#b9392f;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 #menu-menu-principal  ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 #menu-menu-principal  li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	padding: 0 8px;
}

.footer-menu li a:hover {
	color: #222222;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 40px 0;
}

.navigation a {
	color: #B13E35;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111111;
	text-decoration: none;
}
.nav-projet-precedent, .nav-projet-suivant, .nav-projet-precedent:hover, .nav-projet-suivant:hover{
	color: #fff;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
/*.breadcrumb-list {
	font-size: 1em;
	height: 50px;
	color: #8d8d8d;
	line-height: 50px;
	padding-left: 20px;
	background: #ffffff;
}*/
#breadcrumbs{
	width: 100%;
	position: relative;
	color: #8D8D8D;
}

#breadcrumbs a{
	color: #d97466;
}
/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 40px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999999;
}

.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
	color: #888;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	background-color: #fff;
	border-bottom-color: #aaaaaa;
	clear: both;
	margin-top: 20px;
	padding: 0px 40px 10px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
	padding: 4px 10px;
	background-color: #d55249;
	width: 70px;
}
.reply a{
	color: #fff;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
}

.comment-reply-title {
	text-align: left;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #dddddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-color: #d55249; /* Alabaster */
	border: 1px solid #d55249;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	background-color: #b13e35;
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
	text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
	text-shadow: 0 -1px 0 #115290;
}

a.red {
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	border: 1px solid #890000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
	text-shadow: 0 -1px 0 #890000;
}

a.red:hover {
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	border: 1px solid #890000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
	text-shadow: 0 -1px 0 #890000;
}

a.orange {
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: linear-gradient(top, #ffaa55, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

a.orange:hover {
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

a.yellow {
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
	text-shadow: 0 1px 0 #ffffff;
}

a.yellow:hover {
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
	text-shadow: 0 1px 0 #ffffff;
}

a.green {
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	border: 1px solid #1d5837;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	border: 1px solid #1d5837;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.olive {
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}

a.olive:hover {
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}

a.purple {
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	border: 1px solid #3f305e;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
	text-shadow: 0 -1px 0 #3f305e;
}

a.purple:hover {
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	border: 1px solid #3f305e;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
	text-shadow: 0 -1px 0 #3f305e;
}

a.pink {
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	border: 1px solid #8e0b52;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
	text-shadow: 0 -1px 0 #8e0b52;
}

a.pink:hover {
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	border: 1px solid #8e0b52;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
	text-shadow: 0 -1px 0 #8e0b52;
}

a.brick {
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	border: 1px solid #791717;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
	text-shadow: 0 -1px 0 #791717;
}

a.brick:hover {
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	border: 1px solid #791717;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
	text-shadow: 0 -1px 0 #791717;
}

a.gold {
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
	text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
	text-shadow: 0 -1px 0 #6b4e06;
}

a.brown {
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	border: 1px solid #4f270b;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
	text-shadow: 0 -1px 0 #4f270b;
}

a.brown:hover {
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	border: 1px solid #4f270b;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
	text-shadow: 0 -1px 0 #4f270b;
}

a.silver {
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #ffffff;
}

a.silver:hover {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: linear-gradient(top, #ffffff, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #ffffff;
}

a.gray {
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	border: 1px solid #474747;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
	text-shadow: 0 -1px 0 #474747;
}

a.gray:hover {
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	border: 1px solid #474747;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
	text-shadow: 0 -1px 0 #474747;
}

a.black {
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	border: 1px solid #000000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
	text-shadow: 0 -1px 0 #000000;
}

a.black:hover {
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	border: 1px solid #000000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
	text-shadow: 0 -1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #0066cc;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 10px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
}

#footer a {
	font-weight: 300;
	color: rgba(255,255,255,0.7) !important;
}

#footer a:hover {
	color: white !important;
}

#footer-wrapper{
	position:relative;
	display:block;
	min-height:250px;
	width:100%;
	background: url("../images/footer.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-color:#2a2524;
	font-size: 1.5em;
}

#footer-wrapper .container_12
{
	color: rgba(255,255,255,0.7);
	padding-top: 30px;
}

.foo{
	position: relative;
	display: inline-block;
	padding: 0 35px;
	float: left;
	min-height: 120px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.foo:first-child{
	padding: 0 40px 0 0;
}

.foo:nth-child(5){
	padding: 0 0 0 23px;
	border-right: none;
}

#footer-wrapper a{
	display: block;
	color: white;
	line-height: 1.5em;
	font-size: 1em;
}

#footer-wrapper span{
	display: block;
	color: white;
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

.dons {
	text-align: center;
	line-height: 1.2em !important;
	font-size: 1.3em !important;
	padding-top: 30px;
}

#footer-wrapper p{
	line-height: 1.5em;
	margin: 5px 0 15px 0;
}

#footer-wrapper .ml
{
	display: block;
	text-align: center;
	margin-top: 20px;
}

#footer-wrapper .fb
{
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 1em;
    font-weight: 300 !important;
    padding: 10px 20px;
    text-align: center;
    word-wrap: break-word;
    background: #425f9c;
}


.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

.credits{
	width: 100%;
}
.credits a{
	display: inline !important;
}

/* =Social Icons
-------------------------------------------------------------- */
.synved-social-resolution-single {
display: inline-block;
}
.synved-social-resolution-normal {
display: inline-block;
}
.synved-social-resolution-hidef {
display: none;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	.synved-social-resolution-normal {
	display: none;
	}
	.synved-social-resolution-hidef {
	display: inline-block;
	}
}

#footer .social-icons {
	list-style: none;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: right;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}


/******************************************//******************************************//******************************************/
/******************************************//************** GRID SYSTEME **************//******************************************/
/******************************************//******************************************//******************************************/
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}

html{
	overflow-x:hidden;
}

body{
	font-family: 'Lato', sans-serif;
	text-align: justify;
	font-size: 1em;
	color: #585656;
	font-weight:300;
	overflow-x:hidden;
	background:url("../images/texture.png") repeat;

}

a.nolink{
	cursor: inherit;
}

.clear{
	clear: both;
}
.back-top{
	width: 60px;
	height: 60px;
	background:url("../images/back-top.png");
	display: block;
	right: 40px;
	bottom: 100px;
	opacity: 0.01;
	z-index: 999;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* Hover Shadow */
@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@-webkit-keyframes back-top {
  0% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: .4;
  }
}

@keyframes back-top {
  0% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: .4;
  }
}

.back-top:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(211, 85, 70, 0.9) 0%, rgba(211, 85, 70, 0) 70%);
  /* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.back-top:hover, .back-top:focus, .back-top:active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.back-top:hover:before, .back-top:focus:before, .back-top:active:before {
  opacity: .4;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.back-top img{
	margin-left: 20px;
	margin-top: 19px;
}

.back-top.active{
	opacity: 0.99;
}


/******************************************//******************************************//******************************************/
/******************************************//************* PAGE LE PROJET *************//******************************************/
/******************************************//******************************************//******************************************/

.triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 10px 10px;
	border-color: transparent transparent #B13E35;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -15px;
}


.breadcrumbeuh {
	padding-left: 40px;
	padding-top: 5px;
}

.breadcrumbeuh #breadcrumbs {
	display: table-row;
	font-size: 0.8em;
}

.breadcrumbeuh .breadcrumb-list span {
	padding-right: 10px;
}

.corps-projet{
	padding: 0 30px;
}
.couverture{
	position: relative;
	display: block;
	height: 400px;
	width: 100%;
	overflow: hidden;
}

.couverture img{
	display: block;
	position: relative;
	width: 100%;
}
.backwhite{
	width: 100%;
	background-color: #fff;
}

.baseline{
  display: table;
  height: 100px;
  background-color : #fff;
  opacity: 0.999;
  text-align: center;
  margin-top: -100px;
  width: 940px;
}

.baseline h1{
  display: table-row;
  vertical-align: middle;
  color: #4e4e4e;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0px 40px 0px 40px;
 }
 .infographie-projet{
 	padding: 10px 30px;
 }
.infos-projet{
	float: left;
	background-color: #b13e35;
	height: 160px;
	color: #efd8d7;
	text-align: center;
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: 400;
	width: 24.85%;
	background-image: url("../images/border-right.png");
 	background-position: right;
 	background-repeat: no-repeat;
}
.infos-projet h3{
	font-size: 0.7em;
}
.image-infos-projet{
	max-height: 40px;
	margin-bottom: 15px;
}
.soutenir-projet{
	width: 25%;
	float: left;
	background-color: #393331;
	height: 160px;
	color: white;
	text-align: center;
	margin-top: 10px;
}
.soutenir-projet h3{
	font-size: 1em;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	opacity: 0.7;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	width: 100px;
	height: 65px;
	line-height: 1.5em;
}
.soutenir-projet h3:hover{
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.soutenir-projet h4{
	font-size: 1em;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	opacity: 0.7;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	width: 100px;
	font-weight: normal;
	margin-top: -30px;
	line-height: 1.5em;
}
.soutenir-projet h4:hover{
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.soutenir-projet hr{
	border: 0px solid white;
	width: 100%;
	opacity: 0.3;
	margin-top: -15px;
}

.hr-image-projet{
	height:25px;
	margin-top:-80px;
	position: relative;
}

.hr-projets{
	width: 100% !important;
	margin-top: 40px !important;
}

.bg-projet{
	max-width: 100%;
}

.bg-projet>.grid_12 {
	background-color: #fff;
	box-shadow: 0px 0px 3px #888;
}

.post-entry{
	padding-top: 40px;
}
.temoignage{
	font-style: italic;
	color: #6e6e6e;
	padding: 40px;
	background-color: #f3f3f3;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin: 50px auto 40px;
	line-height: 2;
}
.temoignage:empty{
	display: none;
}
.partage{
	text-align: center;
	margin: 40px 40px;
	font-size: 1.4em;
}
hr{
	border-bottom: 1px dotted #888;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.button-bottom-don{
	width: 260px;
	background-color: #393331;
	height: 65px;
	color: white;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	display: block;
}
.button-bottom-don h3{
	font-size: 1em;
	padding-top: 20px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	opacity: 0.7;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	line-height: 1.5em;
	vertical-align: middle;
}
.button-bottom-don h3:hover{
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.button-bottom-don h3:before {
    background: url("../images/losange-active.png") no-repeat 50% 0 rgba(0, 0, 0, 0);
    content: "";
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
   	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.button-bottom-don h3:after {
    background: url("../images/losange-active.png") no-repeat 50% 0 rgba(0, 0, 0, 0);
    content: "";
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: block;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
   	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.button-bottom-don h3:hover:before{
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.button-bottom-don h3:hover:after{
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.partage-reseaux{
    text-align: center;
    margin-bottom: 40px;
}
.partage-reseaux a:nth-child(2){
	margin:0 40px !important;
}
.reseaux{
	width: 65px;
	height: 65px;
	background-color: #c2c2c2;
	color: #fff;
	display : inline-block;
    text-align:center;
    margin-left: 30px;
	margin-right: 30px;
}
.reseaux:hover{
	background-color: #b13e35;
}
.logo-reseaux{
	max-height: 40px;
	margin-top: 12px;
}
.synved-social-resolution-single{
	width: 65px !important;
	height: 65px !important;
	background-color: #c2c2c2;
	display : inline-block;
    text-align:center;
    /*margin-left: 30px !important;
	margin-right: 30px !important;*/
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.synved-social-resolution-single:hover{
	background-color: #CD5850;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.synved-share-image {
	position: relative;
	height: 65px !important;
	width: auto !important;
}
.commentaires{
	background-color: #fff;
	margin-top: 40px;
	width: 940px;
}
.commentaires input{
	width:98% !important;
}

.commentaires label{
	font-weight: 100;
}

.commentaires input[type="submit"]{
	width: auto !important;
}

.commentaires textarea{
	box-shadow: none;
	border-color: #d1d1d0;
}

.ajout-commentaires{
	background-color: #fff;
	margin-top: 20px;
	padding: 40px;
}
.ajout-commentaires-input{
	border: 0px;
	width:100%;
	height : 45px;
	box-sizing: border-box;
}
.ajout-commentaires-input:active{
	border: 0px;
}
.navigation .half_size{
	width: 50%;
	height: 150px;
	overflow-y:hidden;
	position: relative;
	float: left;
	padding: 0;
	filter: none;
}
.hr-partage{
	margin-bottom: 25px;
}

.navigation .half_size:hover .darkMasc{
	opacity: 0.2;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.navigation .half_size:hover img{
	width: 106%;
	left: -3%;
	top:-3%;
}

.half_size {
	overflow: hidden;
}

.navigation .half_size img{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.navigation .half_size .darkMasc{
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.4;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.navigation .half_size a{
	position: absolute;
	width: 95%;
	height: 150px;
	z-index: 2;
	line-height: 2;
	padding-top: 50px;
	float: left;
}
.navigation .half_size a:hover{
	color:#fff;
}

.nav-projet-precedent{
	font-size: 1.8em;
	float: left;
	font-weight: 400;
	margin-left: 30px;
}
.nav-projet-suivant{
	font-size: 1.8em;
	float: right;
	font-weight: 400;
	width: 200px;
}

#submit {
	width: 200px;
}

/******************************************//******************************************//******************************************/
/*****************************************//************ PAGE ACTUALITES ****************//*****************************************/
/******************************************//******************************************//******************************************/

.content-blog{
	margin-top: 40px;
	margin-bottom: 20px;
}

.wrapper_blog{
	padding: 0px 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px #888;
}

.wrapper_blog .read-more{
	display: none;
}

#widgets .synved-social-resolution-single {
	/*margin:10px auto !important;*/
	display: block !important;
}

#widgets, #content {
	margin-top: 0;
}

.breadcrumb_actus .breadcrumb-list{
	background: none;
	padding: 0 0 0 10px;
	margin-top: 60px;
	font-size: 0.8em;
	/*line-height: 70px;*/
	margin-bottom: 20px;
}

a h2 {
	color: #585656;
}

.post-entry h2 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

.liresuite {
	color: #B13E35;
	display: inline-block;
	padding-bottom: 20px
}

.losange-gris{
	vertical-align: top;
	padding: 0 10px 0 0;
}

#widgets #search-3 .widget-wrapper select, .widget-wrapper input[type="text"], .widget-wrapper input[type="password"], .widget-wrapper input[type="email"] {
    padding: 0;
    float: left;
    height: 28px;
    margin-right: 1%;
}


#widgets #search-3 a.button, input[type="reset"], input[type="button"], input[type="submit"] {
    width: 22%;
	border: 0px solid #FFF;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 1em;
}


.widget-wrapper, .commentaires {
	box-shadow: 0px 0px 3px #888;
}

.widget_meta li {
	font-size: 13px;
}

#synved_social_follow-2>div:nth-child(2){
	display: block;
	width: 135px;
	height:135px;
	margin:0 auto;
}

#synved_social_follow-2 a{
	float: left;
	margin:0px 5px 5px 0px;
}

#synved_social_follow-2 div a:nth-child(2n){
	float: left;
	margin:0px 0px 5px 0px !important;
}

#widgets #search-3 #searchform #searchsubmit {
	text-indent: -6000px;
	height: 30px;
	background-image: url("../images/loupe.svg");
	background-repeat: no-repeat;
	background-origin: 50% 50%;
	background-position: 50%;
	background-size: 25px;
}

#text-3 {
	background: transparent;
	padding: 0;
}

#text-3 .calltoaction{
	width: 100%;
}

/******************************************//******************************************//******************************************/
/*****************************************//************ PAGE ACTU SEUL ****************//*****************************************/
/******************************************//******************************************//******************************************/


.actu
{
text-align: left;
margin-top: 0;
}

.actu h2{
	margin-top: -10px;
	font-weight: 700;
}

.info-actu {
	list-style: none;
	padding: 0;
	display: inline-block;
}

.info-actu li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: none;
}

.info-actu>li:first-child {
	margin-right: 20px;
}

.info-actu ul{
	margin: 0;
	padding: 0;
	display: inline;
}

.info-actu a{
	font-size: inherit;
	font-weight: inherit;
	padding-right: 20px;
	color:#b13e35;
}

.info-actu img{
	vertical-align: top;
	padding: 0 10px 0 20px;
}

.info-actu img:first-child{
	padding-left: 0;
}

.breadcrumb_actu .breadcrumb-list{
	background: none;
	padding: 0;
	margin-top: 60px;
	font-size: 0.8em;
	/*line-height: 70px;*/
	margin-bottom: 20px;
}


/* calendar widget */
.widget_calendar {font-size: 10px;text-align: center;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 16px;}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding: 2px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:2px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot { border: 1px solid transparent; }
#wp-calendar tfoot .pad { display: table-cell;border: none;}
#wp-calendar tfoot #prev {float:left; font-size: 10px; text-transform: uppercase; border:none; margin-left: -5px; margin-right: -50px; height: 10px;display: table-cell;background: none;}
#wp-calendar tfoot #next {float:right; font-size: 10px; text-transform: uppercase; border:none; margin-right: -100px; margin-left: 0px; padding-top: 10px; height: 10px;display: table-cell; background: none;}


/******************************************//******************************************//******************************************/
/******************************************//************ PAGE ACCUEIL ****************//******************************************/
/******************************************//******************************************//******************************************/

section
{
	padding:50px 0;
}

section:first-child
{
	padding:0px 0 50px 0;

}

.odd {
	background:transparent;
}

.even {
	background-color: #f9f8f5;
}

.even2{
	background-color: #fff;
}

.hr {
	display: block;
	position: relative;
	height: 2px;
	/*background: transparent url("../images/hr.png") repeat-x;*/
	border-top:2px solid #b13e35;
	border-bottom: none;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	width: 90%;
	margin: auto;
	background: transparent;
}

.voirplus{
	text-align: center;
	font-weight: 400;
	display: block;
	margin: 40px auto 0px auto;
	color:#585656;
	text-transform: uppercase;
	font-size: 1em;
	padding:0 30px;
}
.voirplus span:hover, .voirplus:hover, .read-more span:hover{
	color:#A03932;
}

.voirplus:after, .voirplus:before, .read-more:before, .read-more:after {
	content: " ";
	background-image: url("../images/red.png");
	padding: 3px 10px 0px 10px;
}
.voirplus:after, .read-more:after {
	margin-left: 10px;
}
.voirplus:before, .read-more:before{
	margin-right: 10px;
}
.HRvoirplus{
	margin-top: 2px;
	width: 180px;
	border-bottom: 1px solid  #888;
}

.mini-projet, .mini-article {
-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#E5E5E5, Direction=135, Strength=5);
}

#menu-menu-principal  li:last-child {
-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#757575, Direction=135, Strength=5);
}

.main-menu {
-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#757575, Direction=135, Strength=5);
}


/******************************************/
/************ projets accueil *************/
/******************************************/


.mini-projet {
	text-align:left;
	overflow:hidden;
	background:white;
	position:relative;
	height:480px;
	margin-bottom:20px;
}
.mini-projet-wrapper{
	padding: 5px;
	position: absolute;
	z-index: 0;
	width: 290px;
	overflow: hidden;
}

.mini-projet img {
	height:200px;
	width:100%;
	margin-bottom:5px;
}

.mini-projet .wp-post-image {
	 margin-top: 0;
}

.mini-projet h3 {
	padding:0 10px;
	font-weight:400;
	font-size:1em;
	min-height: 60px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	line-height: 1.3em;
	text-transform:uppercase;
}
.mini-projet p {
	padding:0 10px;
	/*line-height: 1.3em;
	font-size: 0.875em;*/
}

.mini-projet .read-more a {
	background: url("../images/losange-active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-indent:-9000px;
	height:42px;
	width:42px;
	position:absolute;
	top:184px;
	left:129px;
	z-index:500;
}

.mini-projet:hover .read-more a {
	background: url("../images/losange-plus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.hover {
	height:100%;
	width:100%;
	position:absolute;
	display:block;
	z-index:2;
	background-color: black;
	opacity: 0.01;
	-webkit-transition: opacity 0.4s;/* Utilisé pour la transition sur chrome et safari */
    -moz-transition:  opacity 0.4s;/* Utilisé pour la transition sur Firefox */
    transition:  opacity 0.4s;
}

.hover:hover {
	cursor:pointer;
	opacity: 0.05;
}

.calltoaction {
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #a03932;
	color:#FFFFFF;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease-in-out;/* Utilisé pour la transition sur chrome et safari */
    -moz-transition:  all 0.2s ease-in-out;/* Utilisé pour la transition sur Firefox */
    transition:  all 0.2s ease-in-out;
}

.calltoaction:hover{
	background-color: #cd5850;
	-webkit-transition: all 0.2s ease-in-out;/* Utilisé pour la transition sur chrome et safari */
    -moz-transition:  all 0.2s ease-in-out;/* Utilisé pour la transition sur Firefox */
    transition:  all 0.2s ease-in-out;
}

.calltoaction img {
	height: 15px;
	width: 15px;
	padding-right: 20px;
}

.prez_asso li{
	list-style-type: none;
	position: relative;
  	padding-left: 1.3em;
}
.prez_asso li:before{
	background: url("../images/red.png") no-repeat scroll 0 0 / 15px auto rgba(0, 0, 0, 0);
	content: " ";
	height: 15px;
	left: 0px;
	position: absolute;
	top: 2px;
	width: 15px;
	display: block;
}

/******************************************/
/************ prez de l'asso **************/
/******************************************/

h2, p
{
	font-weight:300;
	margin-top:0;
}

h3, strong
{
	font-weight:400;
}

.prez_asso h3
{
	font-size: 1.500em;
	color:#b13e35;
	display:block;
	width:100%;
	padding:1em 0;
	border-bottom:1px solid #cccacb;
}

/******************************************/
/*********** appercu articles *************/
/******************************************/

.mini-article
{
	background-color:#FFFFFF;
	margin-bottom:20px;
	height:330px;
	overflow:hidden;
	position:relative;
}

.mini-article-wrapper{
	padding: 0px;
	position: absolute;
	z-index: 0;
	width: 290px;
	height: 100%;
	overflow: hidden;
}
.mini-projet-wrapper .read-more{
	position: initial !important;
}
.mini-projet-wrapper .read-more:before, .mini-projet-wrapper .read-more:after{
	display: none;
}

.mini-article div
{
	display:block;
	text-align:left;
}

.content-img
{
	position:relative;
	display:block;
	float:left;
	height:100%;
	width:150px;
	margin:5px 20px;
	overflow: hidden;
}

.mini-article img
{
	margin:15px 0;
	height: 210px;
	min-width: 100%;
}

.mini-article h3
{
	margin:0 10px;
	padding:20px 0 10px 0;
	font-size: 1.1em;
	width:90%;
	text-transform:uppercase;
}

.mini-article h3 a{
	font-weight:300;
	font-size: 1.1em;
    line-height: 1.3em;
	color:#B13E35;
}
.mini-article hr
{
	padding: 0;
	width: 50%;
	margin-right: 9%;
	margin-left: 0;
}

.mini-article p
{
	margin:10px;
}

.mini-article:nth-child(even)
{
	clear:left;
}

.mini-article .read-more {
	display:block;
	width:auto;
	opacity:0.8;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -70px;
	width: 162px;
}

.mini-article .read-more a {
	text-decoration: none;
	color: #000;
}

/******************************************/
/************* Logo Slider ****************/
/******************************************/


/* Début Code de base Logo Slider */
@media screen and (max-width:320px) {
#logo-slider-wraper {
    position:relative!important;
    width:52%!important
}

.slider-controls {
    position:relative;
    top:6px;
    left:30px;
    width:100%!important
}

#logo-slider {
    background:#FFF;
    height:50px;
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:110%!important
}

.slide {
    list-style:none outside none;
    margin:0!important;
    width:100%!important
}

#next {
    background:url(../../../../plugins/logo-slider/arrows/arrow4-prev.png) no-repeat center;
    float:left;
    margin-left:-66px!important
}

.logo-img {
    margin-left:32px
}
}

@media screen and (min-width:321px) and (max-width:480px) {
#logo-slider-wraper {
    position:relative;
    width:35%!important
}

.slider-controls {
    position:relative;
    top:6px;
    width:100%!important
}

#logo-slider {
    background:#FFF;
    height:50px;
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:102%!important
}

.slide {
    list-style:none outside none;
    margin:0!important;
    width:100%!important
}
}

@media screen and (min-width:321px) and (max-width:360px) {
#logo-slider-wraper {
    position:relative;
    width:50%!important
}

.slider-controls {
    position:relative;
    top:6px;
    width:100%!important
}

#logo-slider {
    background:#FFF;
    height:50px;
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:100%!important
}

.slide {
    list-style:none outside none;
    margin:0!important;
    width:100%!important
}
}

@media screen and (min-width:481px) and (max-width:640px) {
#logo-slider-wraper {
    position:relative;
    width:28%!important
}

.slider-controls {
    position:relative;
    top:6px;
    width:100%!important
}

#logo-slider {
    background:#FFF;
    height:50px;
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:100%!important
}

.slide {
    list-style:none outside none;
    margin:0!important;
    width:100%!important
}
}

@media only screen and (min-width:641px) and (max-width:768px) {
#logo-slider-wraper {
    position:relative;
    width:78%!important
}

.slider-controls {
    position:relative;
    top:6px;
    width:100%!important
}

#logo-slider {
    background:#FFF;
    height:50px;
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:100%!important;
    left:-12px
}

.slide {
    list-style:none outside none;
    margin:0!important;
    width:100%!important
}
}

@media only screen and (min-width:770px) {
#logo-slider-wraper {
    position:relative;
    width:800px!important
}

.slider-controls {
    position:relative;
    top:6px;
    width:100%!important
}

#logo-slider {
    background:#FFF;
    height:50px;
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:100%!important
}

.slide {
    list-style:none outside none;
    margin:0!important;
    width:800px!important
}
}
/* --Fin Code de base Logo Slider */


#logo-slider img {
    box-shadow:none!important;
    margin:0 20px;
    height:50px
}

#logo-slider-wraper {
    position:relative;
    list-style-type:none
}

#logo-slider-wraper li {
    background-image:none
}

.slider-controls {
    position:relative;
    width:800px;
    top:6px!important
}

#logo-slider {
    position:relative;
    width:800px;
    height:50px;
    margin:0;
    padding:0;
    overflow:hidden;
    list-style:none;
    background:#FFF
}

.slide {
    list-style:none;
    margin:0!important;
    width:800px!important
}

.slider-controls a {
    height:40px;
    width:40px;
    display:inline-block;
    text-indent:-9000px
}

#prev {
    background:url('../../../../plugins/logo-slider/arrows/arrow4.png') no-repeat center;
    float:right;
    margin-right:-50px
}

#next {
    background:url('../../../../plugins/logo-slider/arrows/arrow4-prev.png') no-repeat center;
    float:left;
    margin-left:-50px
}

/*
===============================================================
	--------------------_ Responsive _--------------------
===============================================================
*/

#logos-wrapper
{
	margin-bottom:50px;
}

#logos-wrapper > div {
	height: 60px;
	padding: 20px 0 16px 0;
	background-color: #fff;
	position: relative;
}

#logo-slider{
	width: 800 !important;
	margin: 0 auto;
}

#logo-slider-wraper
{
  width: 800px;
  display: block;
  margin: 0 auto;
}

#logo-slider-wraper ul li{
	padding-left: 0 !important;
}

#logo-slider-wraper ul li a{
	width: 20%;
	height: auto;
	float: left;
}

#logo-slider-wraper ul li a img{
	display:block;
	margin:auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.6;
}

#logo-slider-wraper ul li a:hover img{
	display:block;
	margin:auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

#prev, #next{
	opacity: 0.5;
}
#prev:hover, #next:hover{
	opacity: 0.4;
}


/******************************************/
/************* Sticky barre ***************/
/******************************************/

.sticky {
	display:block;
	height:60px;
	min-width:100%;
	background: url("../images/sticky_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:white;
	position:fixed;
	bottom:-60px;
	z-index:5000;
	-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;
  	border-bottom: 5px solid #B9392F;
}

.sticky.active{
	bottom: 0;
}

.sticky.blocked{
	position: inherit !important;
}

.sticky a {
	display:inline-block;
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
	margin:O;
	color:white !important;
	font-size: 1.300em; /* = 24px */
	text-align:center;
	word-wrap: break-word;
	font-weight:400 !important;
	float: right;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

.bordure_seule {
	border-right:transparent !important;
	padding:23px 21px 21px 21px;
}

.fb_link {
	padding:20px 20px 18px 20px;
}

.sticky a:first-child
{
	float: left;
	padding: 15px 30px 13px 30px;
	width: 90px;
	font-weight: bold !important;
}

.sticky a:hover {
	background: #B9392F;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

.sticky h4 {
	margin:0;
	float:left;
	font-weight:500 !important;
	text-transform:uppercase;
	font-size:14px;
	float: right;
	padding:23px 17px;
}

#newsletter {
	margin:0;
	padding:0;
	float: right;
}

#newsletter #email_newsletter, #submitemail
{
	background:white;
	padding:6px;
	height: 21px;
	margin:13px auto 0 auto;
	color:black;
	font-size: 1.300em;
	float:right;
	font-weight:400 !important;
}
#submitemail:hover{
	background-color: #f0f0f0;
}

#newsletter #email_newsletter{
	border-right:1px solid rgba(0,0,0,1);
}
#newsletter #email_newsletter::-webkit-input-placeholder { font-family: "Lato";  font-weight: 300; color:grey;}
#newsletter #email_newsletter::-moz-placeholder {  font-family: "Lato"; font-weight: 300; color:grey; } /* firefox 19+ */
#newsletter #email_newsletter:-ms-input-placeholder { font-family: "Lato"; font-weight: 300; color:grey;} /* ie */
#newsletter #email_newsletter input:-moz-placeholder { font-family: "Lato";  font-weight: 300; color:grey;}

#email_newsletter{
	width: 160px;
}

 #submitemail
{
	height: 35px;
	width:40px;
	margin-left: -1px;
}

::-webkit-input-placeholder { color:#fff; font-weight: 300;}
::-moz-placeholder { color:#fff; font-weight: 300;} /* firefox 19+ */
::-ms-input-placeholder { color:#fff; font-weight: 300;} /* ie */
::input:-moz-placeholder { color:#fff; font-weight: 300;}

.sticky-fb {
	height:20px;
	vertical-align:baseline;
}

.sticky .fb
{
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 300 !important;
    padding: 10px 20px;
    text-align: center;
    word-wrap: break-word;
    background: #425f9c;
    border: none;
    margin: 11px 20px 11px 0;
    float: right;
}

.sticky #newsletter-return {
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 1.3em;
    font-weight: 300 !important;
    margin: 11px 0px 11px 0;
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
}

/******************************************//******************************************//******************************************/
/******************************************//************ PAGE LE SIAD ****************//******************************************/
/******************************************//******************************************//******************************************/

.image-header-lesiad{
  width: 100%;
}

.menu-lesiad{
	height: auto;
	width: 100%;
	background-color: #312d2b;
	color: white;
	list-style: none;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
	border-top: 5px solid #cd5850;
	padding: 5px 0;
}

.menu-lesiad li{
	list-style-type: none;
	display: inline-block;
    padding: 0 18px;
    position: relative;
}

.menu-lesiad li:first-child{
	font-size: 22px;
	margin: 15px auto 10px auto;
	font-weight: 600;
	display: none;
}
.menu-lesiad a{
	color: white;
	opacity: 0.9;
	line-height: 70px;
}

.menu-lesiad  li:nth-child(n+2):before {
    background: url("../images/red.png") no-repeat scroll 0 0 / 10px auto rgba(0, 0, 0, 0);
    content: " ";
    height: 10px;
    left: -5px;
    position: absolute;
    top: 30px;
    width: 10px;
}

.menu-lesiad li:last-child {
	min-width: 130px;
}

.menu-lesiad li:last-child:after {
	background: url("../images/red.png") no-repeat scroll 0 0 / 10px auto rgba(0, 0, 0, 0);
    content: " ";
    height: 10px;
    right: -5px;
    position: absolute;
    top: 30px;
    width: 10px;
}

.content-display{
	margin-top: 50px;
}

#breadcrumbs{
	margin-top: 30px;
	margin-left: 10px;
}

.title-lesiad{
	color: #5f5a57;
	font-size: 2em;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-top: 10px;
	font-weight:700;
}
.content-display .siad-histoire:first-of-type .title-lesiad{
	margin-top: 30px;
}
.content-display .descImg{
	width: 100%;
	max-height: 250px;
	overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.siad-histoire{
	max-width: 100%;
	height: auto;
}

.siad-histoire:last-child{
	padding-bottom: 80px;
}

.siad-histoire p{
	padding: 0px 40px 0px 40px;
	font-size: 1.1em;
	line-height: 1.6;
}

.siad-histoire img{
	max-width: 100%;
}

.siad-content {
	background-color:white;
	padding:20px;
}

.siad-content li{
	background: url("../images/red.png") no-repeat scroll 0 0 / 15px auto rgba(0, 0, 0, 0);
	position: relative;
	list-style: none;
	background-position:10px 20px;
}
.siad-content li:before{
	background-image: none;
}

.siad-content-first {
	margin-top: 50px;
	background-color:white;
	padding:40px 0 12px 0;
}

.siad-content-first p{
	font-weight: 400;
	text-align: center;
}

/*.siad-histoire h2{
	color: #302929;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 40px;
}*/

.siad-histoire h3{
	color: #cd5850;
	font-size: 1.1em;
	padding-left: 40px;
	text-decoration: underline;
}

.siad-histoire hr{
	width: 90%;
}


.siad-histoire ul {
	padding-left: 3.5em;
}

.siad-histoire ul p {
	padding:0 10px;
}

.siad-histoire li{
	background-position: 0px 0.2em;
  	padding-left: 1em;
}

.blocked-top {
	position: fixed;
	top:0;
	z-index: 100;
}

/******************************************//******************************************//******************************************/
/******************************************//************ PAGE Agir ****************//******************************************/
/******************************************//******************************************//******************************************/

.siad-agir{
	max-width: 100%;
	height: auto;
	position: relative;
}

.siad-agir:last-child{
	padding-bottom: 80px;
}

.siad-agir p{
	padding: 0px 40px 0px 40px;
	font-size: 1.1em;
	line-height: 1.6;
}

.siad-agir img{
	width: 100%;
}

/*.siad-agir h2{
	color: #302929;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 40px;
}*/

.siad-agir h3{
	color: #cd5850;
	font-size: 1.1em;
	padding-left: 40px;
	text-decoration: underline;
}

.siad-agir hr{
	width: 90%;
}


.siad-agir ul {
	padding-left: 3.5em;
}

.siad-agir ul p {
	padding:0 10px;
}

.siad-agir li{
	background-position: -5px 0.1em;
  	padding-left: 1em;
}


/******************************************//******************************************//******************************************/
/******************************************//************ PAGE PROJETS ****************//******************************************/
/******************************************//******************************************//******************************************/

#filterNav{
	width: 100%;
	height: 60px;
	background-color: #fff;
}
#filterNav div{
	margin: 0 auto;
	position: relative;
}
.dropFilters{
	width: 37px;
	height: 28px;
	display: block;
	float: left;
	vertical-align: middle;
	background: url("../images/filterDrop.svg") no-repeat center center;
	background-size: 37px 28px;
	text-indent: -9000px;
	position: absolute;
	top: -40px;
	left: 14px;
	-webkit-transition: -webkit-transform  0.5s ease-in-out;
    -moz-transition: -ms-transform 0.5s ease-in-out;
    transition:  transform 0.5s ease-in-out;
}
.dropFilters.display{
	-ms-transform: translate(0px,56px); /* IE 9 */
   	-webkit-transform: translate(0px,56px); /* Chrome, Safari, Opera */
    transform: translate(0px,56px);
}
.dropFilters.active{
	background: url("../images/filterDrop-active.svg") no-repeat center center;
	background-size: 37px 28px;
	width: 37px;
	height: 28px;
}
.displayMosaic{
	width: 26px;
	height: 25px;
	display: block;
	vertical-align: middle;
	background: url("../images/displayMosaic.svg") no-repeat center center;
	background-size: 26px 25px;
	text-indent: -9000px;
	float: right;
	margin-top: 17px;
	opacity: 0.6;
	z-index: 1;
	position: relative;

}
.displayMap{
	width: 33px;
	height: 33px;
	display: block;
	vertical-align: middle;
	background: url("../images/displayMap.svg") no-repeat center center;
	background-size: 33px 33px;
	text-indent: -9000px;
	float: right;
	margin-top: 13px;
	margin-left: 20px;
	margin-right: 200px;
	opacity: 0.7;
	z-index: 1;
	position: relative;
}
.displayMap.active, .displayMosaic.active, .displayMap:hover, .displayMosaic:hover {
	opacity: 0.4;
}
#filterContent{
	background: rgba(237,237,237, 0.6);
	width: 100%;
	overflow-y:hidden;
	max-height: 0;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;

}
#filterContent.active{
	max-height: 380px;
}

.filterList{
	padding-bottom: 30px;
}

.filterList div{
	margin-left: 100px;
	list-style: none;
}
.filterList div label:before{
	content: " ";
	display: inline-block;
	margin-right: 20px;
	width: 10px;
	height: 10px;
	background: url("../images/filterListItem.png");
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-in-out;/* Utilisé pour la transition sur chrome et safari */
    -moz-transition:  all 0.4s ease-in-out;/* Utilisé pour la transition sur Firefox */
    transition:  all 0.4s ease-in-out;
}
.filterList div label.active:before{
	opacity: 1;
	-webkit-transform:  rotate(-45deg);/* Agrandissement de la photo à l'échelle 1.4 et rotation de -10 degrés */
    -moz-transform: rotate(-45deg);
    -o-transform:  rotate(-45deg);
    transform: rotate(-45deg);
}
.filterList div label{
	text-decoration: none;
	color: #121f2e;
	opacity: 0.6;
	font-weight: 300;
}
.filterList div label:hover{
	text-decoration: underline;
}
.filterList div label.active{
	opacity: 1;
}
.filterList h2{
	text-transform: uppercase;
	color: #121f2e;
	opacity: 0.7;
	font-size: 21px;
	margin-left: 110px;
	margin-top: 40px;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 25px;
}
.filterList2{
	float: left;
	height: 60px;
	overflow: hidden;
	margin: 0;
	margin-left: 35px;
}
.filterList2 li{
	display: inline-block;
	list-style: none;
	margin-right: 3px;
	line-height: 60px;
	font-size: 13px;
}
.filterList2 li:first-child{
	font-weight: 500;
}
#options, #mapContainer, #projectContainer{
	display: none;
	margin-bottom: 100px;
	margin-top: 40px;
	min-height: 500px;
}
#options.active, #mapContainer.active, #projectContainer.active{
	display: block !important;
}
#globalProject{
	overflow-x: hidden;
}
.projectContainerWapprer, #mapContainer{
	float: left;
}
#projectContainer .itemProjets{
	margin-bottom: 20px;
}
.map-post{
	height: 220px;
	padding: 20px;
	word-spacing:2px;
	background:rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
	position: relative;
}
.map-post:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}
.post-image{
	width: 150px;
	max-height: 120px;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.map-post-title{
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	text-align: left;
	line-height: 1.4em;
}
.map-post .voirplus, .read-more{
	width: 180px;
	float: none;
	margin-top: 15px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -106px;
}
.map-post .voirplus span, .read-more span{
	border-bottom: 1px solid #d2cec9;
	padding-bottom: 5px;
}
.hr-carte, .hr-carte-default{
	display: none;
	position: relative;
	height: 5px;
	background: transparent url("../images/hr.png") repeat-x;
	border: none;
	padding: 0px 0px 20px 0px;
	width: 100%;
	margin: auto;
	margin-top: -8px;
	margin-left: 0px;
}
.hr-carte.active, .hr-carte-default{
	display: block;
}
.hr-first{
	top: 170px;
}
.hr-last{
	top: 334px;
}
.countryname-default{
	font-size: 36px !important;
	text-align: center !important;
	position: absolute;
	top: 50%;
	margin-top: -22px;
}
.map-post-excerpt{
	margin-top: 10px;
	text-align: left;
	line-height: 1.4em;
}
#map-posts img{
}
.map-post-link{
	float:left;
}
.map-post-link{
	float:left;
}
#vmap{
	z-index: 0;
	width: 650px;
	height: 600px;
	background-color: rgba(255, 255, 255, 0.5);
}
#vmap .france{
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('../images/france.png') center center no-repeat;
	background-size: 66px 66px;
   -webkit-border-image: url('../images/border-france.png') 1 1 1 1 / 1px 1px 1px 1px round;
   -moz-border-image: url('../images/border-france.png') 1 1 1 1 / 1px 1px 1px 1px round;
   -o-border-image: url('../images/border-france.png') 1 1 1 1 / 1px 1px 1px 1px  round;
    border-image: url('../images/border-france.png') 1 1 1 1 / 1px 1px 1px 1px round;
	cursor: pointer;
	border-width:1px 1px 1px 1px;
}
#vmap .france:hover{
	background: url('../images/franceHover.png') center center no-repeat;
}
#content-map{
	position: relative;
	z-index: 2;
	float:left;
	background-color: rgba(255, 255, 255, 0.5);
	min-height: 550px;
}
.content-map-wrapper{
	padding: 20px;
}
#countryname{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	min-height: 65px;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 1.5em;
}
#countryname span{
	font-weight: 400;
	text-transform: none;
	margin-top: 18px;
}
.countryname-hover{
	text-transform: uppercase;
	font-size: 1.3em;
}
#countryposts{
	display: none;
}
.countryname-default{
	font-size: 1.3em;
	display: inline-block;
	word-spacing: 2px;
	text-align: left;
}


/******************************************//******************************************//******************************************/
/******************************************//************ PAGE Don ****************//******************************************/
/******************************************//******************************************//******************************************/

.don-title{
	font-size: 2.2em;
	font-weight: 100;
	margin-top: 50px;
	margin-bottom: 40px;
}

.test-don{
	height: auto;
	background-color: white;
}

.test-don h2{
	float: left;
	font-size: 1.375em;
	opacity: 0.7;
}

.test-don .read-more{
	display: none;
}

.test-don-container{
	padding: 20px;
}

.test-don p{
	font-size: 1em;
	line-height: 1.6;
}

.formulaire-don > div:first-child{
	margin-top: 105px;
}

.label{
	text-align: right;
	width: 160px;
	padding-right: 40px;
	font-weight: 100;
}

.radio-space{
	margin-left:10px;
	margin-right:20px;
	font-weight: 100;
}

.red{
	color:red;
}

.montants-form{
	margin-top: 40px;
}

.down-form{
	color: #797777;
	opacity: 0.8;
	margin-left: 163px;
}

.down-form img{
	padding-left: 20px;
}

.montants{
	width: 100%;
	height: 385px;
	background-color: #D55249;
	margin-top: 25px;
}

.montants p:first-child{
	color: white;
	padding-top:40px;
}

.montants p{
	padding-left: 40px;
	padding-right: 20px;
}

.montant-siad{
	padding-top: 30px;
	height:60px;
	width: 100%;
	background-color: #393331;
	margin-top: 30px;
}

.montant-siad p{
	padding-left: 20px;
}

.montant-total{
	margin-top: 5px;
	float: left;
	color: white;
}

.montant-total p{
	font-weight: 400;
	background-color: #393331;
	padding: 16px;
	margin-left: 170px;
	margin-top: -5px;
}

.valider{
	height: 50px;
	width: auto;
	position: relative;
	float: right;
	margin-bottom: 100px;
	background-color: #D55249;
}

.don-space{
	float: right;
	margin-top: -50px;
	color: white;
  	opacity: 0.8;
}

.label-don{
	margin-left:10px;
	margin-right:20px;
	font-weight: 100;
	color: white;
	width: 40%;
}

.don-autre{
	margin-left: 25px;
	color: white;
}
.autre-don{
	float: right;
	width: 150px !important;
}

.autre-don2{
	float: right;
	margin-right: 20px;
	width: 150px !important;
}

.responsive-don p{
	margin: 10px 0px;
}

/******************************************//******************************************//******************************************/
/******************************************//************ PAGE 404 ****************//******************************************/
/******************************************//******************************************//******************************************/

.page-404{
	width: 960px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.5);
}

.page-404 h1{
    color: #d55249;
    font-size: 120px;
    text-align: center;
    margin-top: 100px;
    padding-top: 40px;
}

.page-404 p{
	color: #D55249;
	font-size: 30px;
	text-align: center;
	margin-top: -50px;
}

.hr-404{
	display: block;
	position: relative;
	height: 5px;
	background: transparent url("../images/hr.png") repeat-x;
	border: none;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	width: 40%;
	margin: auto;
}

.page-404 h2{
	background-color: #3a3432;
	width: 250px;
	height: 50px;
	padding-top: 20px;
	color: #e5e5e5;
	font-size: 1.4em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	opacity: 0.90;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.page-404 h2:hover{
	color: #fff;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}


/******************************************//******************************************//******************************************/
/******************************************//************ PAGE Contact ****************//******************************************/
/******************************************//******************************************//******************************************/

/*.contact-title{
	color: #b13e35;
	opacity: 0.6;
}*/

.formulaire-contact{
	margin-top: -80px;
	position: relative;
}

.formulaire-contact li{
	background-image: none;
}

.bg-contact{
	background-color: #fff;
	box-shadow: 0px 0px 3px #888;
}

.coordonnees{
	background-color: #3A3432;
	margin-top: 20px;
}

.coordonnees h2{
	color: white;
	font-size: 1.7em;
	padding: 40px 40px 0px 40px;
}

.coordonnees p{
	color: white;
	padding-left: 50px;
	margin-left: 20px;
}

.formulaire-contact li{
	padding-left: 0px;
	padding-right: 40px;
}

.formulaire-contact{
	padding-left: 40px;
}

.formulaire-contact h3{
	font-weight: 100 !important;
	font-size: 2em !important;
}

.formulaire-contact label{
	font-weight: 100 !important;
}

.formulaire-contact:last-child input {
	width:98% !important;
}

.formulaire-contact input[type="submit"] {
	width:20% !important;
}

.formulaire-contact textarea{
	box-shadow: none;
	border-color: #d1d1d0;
}

.coordonnees hr{
	padding-top: 20px;
}

.home-contact{
	background: url(../images/home.svg) no-repeat;
	background-size: 15px;
	background-position: 20px 5px;
}

.phone-contact{
	background: url(../images/phone.svg) no-repeat;
	background-size: 15px;
	background-position: 20px;
}

.mail-contact{
	background: url(../images/mail.svg) no-repeat;
	background-size: 15px;
	background-position: 20px 9px;
}

.mail-contact a{
	text-decoration: none;
	color: white;
}

.gform_heading{
	color:#b13e35;
}

.gform_body li{
	background-image: none;
}

/******************************************//******************************************//******************************************/
/******************************************//************ Fin PAGE Contact ****************//******************************************/
/******************************************//******************************************//******************************************/

#sticky > div{
}
#spinningSquaresGNewsletter, #spinningSquaresGMap{
	position:relative;
	width:100px;
	height:12px;
	float:right;
	margin-top: 24px;
	margin-left: 10px;
	opacity: 0.01;
	display: none;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#spinningSquaresGMap{
	margin: 0 auto;
	float: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
#spinningSquaresG.active{
	opacity: 1;
	display: inline-block;
}
#spinningSquaresGMap.active{
	opacity: 1;
	display: block;
 }
.spinningSquaresG{
position:absolute;
top:0;
background-color:#D6B4AF;
width:12px;
height:12px;
-moz-animation-name:bounce_spinningSquaresG;
-moz-animation-duration:1.2s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-webkit-animation-name:bounce_spinningSquaresG;
-webkit-animation-duration:1.2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-ms-animation-name:bounce_spinningSquaresG;
-ms-animation-duration:1.2s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-o-animation-name:bounce_spinningSquaresG;
-o-animation-duration:1.2s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
animation-name:bounce_spinningSquaresG;
animation-duration:1.2s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
}

#spinningSquaresG_1{
left:0;
-moz-animation-delay:0.48s;
-webkit-animation-delay:0.48s;
-ms-animation-delay:0.48s;
-o-animation-delay:0.48s;
animation-delay:0.48s;
}

#spinningSquaresG_2{
left:13px;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

#spinningSquaresG_3{
left:25px;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}

#spinningSquaresG_4{
left:38px;
-moz-animation-delay:0.84s;
-webkit-animation-delay:0.84s;
-ms-animation-delay:0.84s;
-o-animation-delay:0.84s;
animation-delay:0.84s;
}

#spinningSquaresG_5{
left:50px;
-moz-animation-delay:0.96s;
-webkit-animation-delay:0.96s;
-ms-animation-delay:0.96s;
-o-animation-delay:0.96s;
animation-delay:0.96s;
}

#spinningSquaresG_6{
left:63px;
-moz-animation-delay:1.08s;
-webkit-animation-delay:1.08s;
-ms-animation-delay:1.08s;
-o-animation-delay:1.08s;
animation-delay:1.08s;
}

#spinningSquaresG_7{
left:75px;
-moz-animation-delay:1.2s;
-webkit-animation-delay:1.2s;
-ms-animation-delay:1.2s;
-o-animation-delay:1.2s;
animation-delay:1.2s;
}

#spinningSquaresG_8{
left:88px;
-moz-animation-delay:1.32s;
-webkit-animation-delay:1.32s;
-ms-animation-delay:1.32s;
-o-animation-delay:1.32s;
animation-delay:1.32s;
}

@-moz-keyframes bounce_spinningSquaresG{
0%{
-moz-transform:scale(1);
background-color:#D6B4AF;
}

100%{
-moz-transform:scale(.3) rotate(90deg);
background-color:#D97466;
}

}

@-webkit-keyframes bounce_spinningSquaresG{
0%{
-webkit-transform:scale(1);
background-color:#D6B4AF;
}

100%{
-webkit-transform:scale(.3) rotate(90deg);
background-color:#D97466;
}

}

@-ms-keyframes bounce_spinningSquaresG{
0%{
-ms-transform:scale(1);
background-color:#D6B4AF;
}

100%{
-ms-transform:scale(.3) rotate(90deg);
background-color:#D97466;
}

}

@-o-keyframes bounce_spinningSquaresG{
0%{
-o-transform:scale(1);
background-color:#D6B4AF;
}

100%{
-o-transform:scale(.3) rotate(90deg);
background-color:#D97466;
}

}

@keyframes bounce_spinningSquaresG{
0%{
transform:scale(1);
background-color:#D6B4AF;
}

100%{
transform:scale(.3) rotate(90deg);
background-color:#D97466;
}

} - See more at: http://cssload.net/#sthash.TLv8emZN.dpuf


#projet-image-gallery-wrapper .ls-nav ul li{
	padding-left: 0 !important;
}


/******************************************//******************************************//******************************************/
/******************************************//************ Page Ressources ****************//******************************************/
/******************************************//******************************************//******************************************/

.page-ressources{
	background-color: #FFF;
	text-align: center;
	width: 260px !important;
	height: 420px;
	overflow: hidden;
	position: relative;
	padding: 0px 20px 0px;
}

.ressources-title{
   	font-weight: 400;
   	margin-top: 30px;
}

.ressources-content{
	margin-bottom: 40px;
	text-align: justify;
}

.ressources-img{
	width: 50px;
}

.telecharger-ressources{
	position: relative;
}

.dwnl-ressources{
    	color: #FFF;
    	background-color: #D55249;
    	padding: 10px 20px 10px 20px;
}

.page-ressources .dwnl-ressources{
    bottom: 70px;
    display: block;
    position: absolute;
    margin-left: 70px;
}

.ressources{
	background-color: white;
	margin-top: 10px;
	margin-bottom: 40px;
}

.ressources-summary{
	font-size: 1em;
	padding: 40px 20px;
	text-align: center;
	line-height: 1.5em;
	font-weight: 400;
}

.widget_tag_cloud a{
	color: #d97466;
}

.h1-logo{
	margin-top: 15px;
	height: 100%;
}

