/*
Theme Name: oeuvre.lu
Theme URI: http://underscores.me/
Author: Romain Kochanowicz
Author URI: http://www.point.lu
Description: custom template for oeuvre.lu
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oeuvre_template
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

# HOMEPAGE styles
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3;
}

.site-content {
	font-size: 1.125em; /* MAIN FONT-SIZE = 18 px */
	line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	color: #b90070;
}

h1 { font-size: 2.2em; font-weight: 700; margin: 3em 0 1.75em 0; }
h2 { font-size: 1.4em; font-weight: 700; margin: 1em 0 0.75em 0; }
h3 { font-size: 1.4em; font-weight: 600; margin: 1em 0 0.75em 0; }
h4 { font-size: 1.4em; font-weight: 400; margin: 1em 0 0.75em 0; }
h5 { font-size: 1.2em; font-weight: 300; margin: 1em 0 0.75em 0; }
h6 { font-size: 1em; font-weight: 300; margin: 1em 0 0.75em 0; }


p {
	margin-top: 0;
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
    font-size: 1.25em;
    line-height: 1.4em;
		font-weight: 400;
		font-style: italic;
    margin: 2.25em 0 2em 1.8em;
		padding-right: 1.8em;
    position: relative;
		color:#111;
}

blockquote::before {
    font-family: 'FontAwesome';
    content: "\f10e";
		font-size: 1.3em;
		font-style: normal;
    position: absolute;
		margin-top: -0.25em;
    left: -1.25em;
    color: #b90070;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #505050;
	text-decoration: underline;
}

a:visited {
	color: #505050;
}

a:hover,
a:focus,
a:active {
	color: #b90070;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

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

.main-navigation {
	clear: both;
	margin: 0 auto;
/*	min-height: 3em;*/
	position: relative;
	text-align: left;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #505050;
	display: block;
	line-height: 1;
	text-decoration: none;
}

/* padding +size on smaller screens */
.nav-menu li a {
	padding: 0.9em 0.9em;
	font-size: 0.95em;
}
ul.nav-menu { margin-left: -1em; }

/* padding +size on bigger screens */
@media screen and (min-width: 57em) { .nav-menu li a { padding: 0.8em 1.2em; 	font-size: 1.05em; }  ul.nav-menu { margin-left: 0; } } /* 640px */



.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: rgba(180, 0, 94, 0.7);
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: rgba(180, 0, 94, 0.6);
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	text-align: left;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	min-width: 250px;
	border-bottom: 1px dotted #fff;
	font-size: 0.9em;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: rgba(180, 0, 94, 0.85);
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	font-weight: 700;
}

.menu-toggle {
	display: none;
}


/* **************************************************************************** */
/* Navbar */
.navbar {
	/*background-color: #ccc;*/
	margin: 0 auto;
	width: 100%;

	background: url(images/nav-background.png);
	background-size: 5px 8px !important;
	background-repeat: repeat;
	line-height: 1;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.site-header .search-form {
	position: absolute;
	right: 0.4em;
	top: 0;
}

@media screen and (min-width: 57em) {			 /* 640px */
	.site-header .search-form {
		position: absolute;
		right: 1.2em;
		top: 1px;
	}
}

.site-header .search-field {
	font-size: 0.8em;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 25px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 1px solid #999;
	cursor: text;
	outline: 0;
	width: 230px;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

@media (max-width: 40em) {

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1em;
		text-align: left;
		margin: 0;
		color: #333;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #333;
		padding: 0.8em;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:before {
		font-family: 'FontAwesome';
		content: "\f0c9";
		padding-right: 0.5em;
	}

	.toggled-on .menu-toggle:before {
		font-family: 'FontAwesome';
		content: "\f057";
		padding-right: 0.5em;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		text-align: left;
		margin-top: 2em;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		border-bottom: 1px solid #ccc;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 1.5em;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #505050;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #505050;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #b4005e;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #b4005e;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
}

/*--------------------------------------------------------------
## Other Navigation
--------------------------------------------------------------*/

.post-navigation {
	padding: 2em 0;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	overflow: hidden;
}

@media screen and (min-width: 50em) {
	.post-navigation {
		padding: 2em 0;
	}
}

.nav-links {
	max-width: 45em;
	margin: 0 auto;
	padding: 0 .4em;
}

.post-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1em;
	border: 1px solid #ccc;
	font-size: 0.75em;
	color: #999;
}
.post-navigation a:hover {
	color: #b90070;
}

.post-navigation a:hover,
.post-navigation a:focus {
	border-color: #b90070;
}

.post-navigation .post-title {
	font-size: 1.1em;
	font-weight: 700;
	/*display: none;*/
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	text-decoration: underline;
}

.nav-previous {
	padding-bottom: 1em;
}

@media screen and (min-width: 30em) {

	.nav-links {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 0;
	}

	.post-navigation .nav-previous {
		display: flex;
		align-items: stretch;
		float: left;
		width: 48%;
	}

	.nav-previous {
		padding-bottom: 0;
	}

	.post-navigation .nav-next {
		display: flex;
		align-items: stretch;
		float: right;
		text-align: right;
		width: 48%;
	}
}

.post-navigation .meta-nav {
	display: block;
}

@media screen and (min-width: 30em) {
	.post-navigation .meta-nav {
		/*padding-bottom: 1em;*/
	}
}

/* paging navigation */
.paging-navigation {
	padding: 2em 0;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	overflow: hidden;
}

@media screen and (min-width: 50em) {
	.paging-navigation {
		padding: 2em 3em;
	}
}

.paging-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1em;
	border: 1px solid #c3c3c3;
}

.paging-navigation a:hover,
.paging-navigation a:focus {
	border-color: #b90070;
}

.paging-navigation {
	text-align: center;
}

.paging-navigation ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.paging-navigation li {
	display: inline-block;
}

.paging-navigation li a {
	padding: .3em 1.4em;
}

.paging-navigation .current {
	padding: .8em 1.1em;
	font-weight: 700;
}
/*paging navigation end */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	/*background-color: #eee;*/
	background-size: cover; /* inline header image will cover full width */
	text-align: center;
}

.site-branding { display: none; } /*hidding .site-title & .site-description */

.site-logo-oeuvre { margin: 1em auto; width: 12em; height: 2.52em; } /* worst case resolution */
.site-logo-oeuvre { background: no-repeat left top url(images/logo-oeuvre.png); }
.site-logo-oeuvre { background: no-repeat left top url(images/logo-oeuvre.svg),	linear-gradient(transparent, transparent);  }

@media screen and (min-width: 30em) { .site-logo-oeuvre { margin: 1.25em auto; width: 14em; height: 2.94em; } } /* 480px */
@media screen and (min-width: 40em) { .site-logo-oeuvre { margin: 1.5em auto; width: 18em; height: 3.78em; } } /* 640px */
@media screen and (min-width: 57em) { .site-logo-oeuvre { margin: 2em auto; width: 22em; height: 4.62em; } } /* 912px */





/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
	position: relative;
	padding: 1.8em 1.4em 0;
	background-color: #ededed;
}

.widget {
	margin: 0 0 1.5em;
	padding: 1.8em;
	background: #fff;
}

/* start - this makes it float */
@media screen and (min-width: 45em) {
	#secondary {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1.8em;
	}

	.widget {
		float: left;
		width: 300px;
		margin: 0 .9em 1.8em;
	}
}
/* start - this makes it float */

.widget-title {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1em;
	text-transform: uppercase;
}

.widget ul,
.widget ol {
	padding: .7em 0 0;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	list-style-type: none;
}

.site-content .widget li {
	display: block;
	padding: .3em 0;
}

.widget li ul,
.widget li ol {
	margin-left: .5em;
}

.widget li:last-child {
	padding-bottom: .35em;
}

@media screen and (min-width: 30em) {
	.widget li ul,
	.widget li ol {
		margin-left: 1em;
	}
}

.widget a {
	font-weight: 700;
	text-decoration: none;
	font-size: .9em;
}

.widget a:hover,
.widget a:focus {
	text-decoration: underline;
}

/* Make sure select elements fit in widgets. */
.widget select {
	width: 100%;
	padding: .5em;
}

/* Archive and Categories widgets */

.widget_archive li {
	color: #808080;
}

.widget_categories .children {
	padding-top: 0;
	padding-bottom: .5em;
}


/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Pages and Menu widgets */

.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding-top: 0;
	padding-bottom: .5em;
}

.widget_pages a,
.widget_nav_menu a{
	display: block;
	padding: 1em 0;
	border-bottom: 1px solid #c3c3c3;
}

.site-content .widget_pages li,
.site-content .widget_nav_menu li{
	padding: 0;
}

.site-content .widget_pages li:last-child,
.site-content .widget_nav_menu li:last-child{
    margin-bottom: .5em;
}

/* Meta widget */
.site-content .widget_meta li {
	padding: .3em 0;
}

/* RSS widget */


.widget_rss li {
	margin-bottom: 1em;
}
.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 1em;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #333;
	font-size: .8em;
}

.rssSummary {
	padding: .5em 0;
	font-family: serif;
	font-size: .8em;
    line-height: 1.4em;
}

/* Search widget */

.widget_search input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #c3c3c3;
	border-radius: 0;
}

/* Calendar widget */

.widget_calendar {
	font-family: "Open Sans", sans-serif;
}

.widget_calendar caption {
	padding: .5em 0;
	font-size: 1em;
	font-weight: 700;
	text-align: left;
}

.widget_calendar thead {
	background: #333;
	color: #fff;
}

.widget_calendar thead th {
	border-bottom-width: 2px;
}

.widget_calendar td {
	padding: .2em;
	font-size: .8em;
	text-align: center;
	background: #d6d6d6;
	border: 3px solid white;
}

.widget_calendar th {
	border: none;
}

.widget_calendar .pad {
	background: #eaeaea;
}

/* Text widget */

.textwidget {
	font-size: .8em;
	line-height: 1.6em;
}

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

/*--------------------------------------------------------------
## RULES FOR SIDEBARS
--------------------------------------------------------------*/

.content-area {
	overflow-x: hidden;
}

/* Rules for sidebar left and sidebar right */
@media screen and (min-width: 65em) {

	/* Sidebar Right layouts */
	.sidebar-right .content-area {
		float: left;
		width: calc(100% - 306px);
	}

	.sidebar-right #secondary {
		margin: 0;
	}

	.sidebar-right .site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 17em;
		padding: 0 1.5em;
		border-left: 1px solid #ededed;
	}

	/* Sidebar Left layouts */
	.sidebar-left .content-area {
		float: right;
		width: calc(100% - 306px);
	}

	.sidebar-left #secondary {
		margin: 0;
	}

	.sidebar-left .site-content .widget-area {
		float: left;
		overflow: hidden;
		width: 17em;
		padding: 0 1.5em;
		border-right: 1px solid #ededed;
	}

	/* Unified styles */
	.sidebar-right #secondary,
	.sidebar-left #secondary {
		background-color: #fff;
		padding: 1.8em 0 0;
		margin: 0;
	}

	.sidebar-right .widget,
	.sidebar-left .widget {
		padding: 0 1.8em;
		margin-bottom: 0;
	}

	.sidebar-right .widget::after,
	.sidebar-left .widget::after {
		display: block;
		width: 33%;
		margin: 4em auto;
		content: "";
		border-bottom: 1px solid #c3c3c3;
	}



}


/*--------------------------------------------------------------
## GLOBAL RESPONSIVENES
--------------------------------------------------------------*/
.site-main { margin: 1.4em; font-size: 0.8em; }
.site-main.homepage { margin: 0 1.4em 1.4em 1.4em; }
.master-slider-slide-title { display: none !important; }


@media screen and (min-width: 30em) { /* 30x16 = 480 px */
	.site-main { margin: 1.8em; }
	.site-main.homepage { margin:0 1.8em 1.8em 1.8em; }
}

@media screen and (min-width: 40em) { /* 40x16px = 640 px */
	.site-main { font-size: 1em; }
	.master-slider-slide-title { display: block !important; }
}

@media screen and (min-width: 57em) { /* 57*16 = 912 px */
	.site-main { max-width: 45em; margin: 4em auto; }
	.site-main.homepage { margin: 0 auto 4em auto; }
}


/* page title on archive and search pages... */

.page-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85em;
	font-weight: 400;
	color: #999;
	margin: 0 0 0.5em 0;
}

/*this is a horizontal line */
.page-header::after {
	display: block;
	content: '';
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
}

/*--------------------------------------------------------------
## Indexes
--------------------------------------------------------------*/
.page-title {
	text-align: center;
	font-style: italic;
	font-size: 1.4em;
}

.page-header::after {
	display: block;
	content: "";
	width: 3.5em;
	border-bottom: 1px solid #c3c3c3;
	margin: 2em auto;
}

.entry-title.index-excerpt {
	margin-top: 2em;
	margin-bottom: 0.1em;
	font-size: 1.5em;
}

.entry-header .index-entry-meta {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	margin: 0 0 1.5em 0;
}

.entry-content.index-excerpt {
	margin-top: .3em;
}

.entry-content.index-excerpt .featured-image {
	float: none;
	margin: 0;
}

@media screen and (min-width: 30em) {

	.entry-content.index-excerpt .featured-image {
		float: left;
		margin: 0 1.5em 1.5em 0;
	}

	.entry-title.index-excerpt {
		margin-top: 1.5em;
		font-size: 1.8em;
	}

	.index-entry-meta {
		font-size: 0.8em;
	}

	.index-entry-meta .byline,
	.index-entry-meta .posted-on,
	.index-entry-meta .comments-link {
		display: inline-block;
	}

	.index-entry-meta .byline::after,
	.index-entry-meta .comments-link::before {
		content: "|";
		padding: 0 1em;
	}
}


.continue-reading a,
.entry-content .continue-reading a {
	display: inline-block;
	margin: 1em 0;
	padding: 0.5em 1em;
	font-family: "Open Sans", sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}

.continue-reading a:hover,
.continue-reading a:focus,
.entry-content .continue-reading a:hover,
.entry-content .continue-reading a:focus {
	border-color: #b90070;
	border-width: 1px;
	box-shadow: none;
}

.continue-reading a::after {
	content: "…"
}
.continue-reading::after {
	display: block;
    content: "";
    width: auto;
    border-bottom: 1px solid #c3c3c3;
    margin: 4em auto 0;
}

.entry-content .continue-reading::after {
	display: none;
}

.news article {
		border-bottom: 1px solid #c3c3c3;
		margin: 0 0 2em 0 !important;
		padding-bottom: 1em !important;
}

.error-404 input[type="search"],
.search-no-results input[type="search"] {
	width: 100%;
	margin-bottom: 4em;
	padding: .5em 1em;
	box-sizing: border-box;
}

.error-404 .search-submit,
.search-no-results .search-submit {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	position: relative;
	display: block;
}
.sticky::before {
	position: absolute;
	top: 0.5em;
	right: -1.5em;
	display: block;
	font-family: 'FontAwesome';
	content: "\f249";
	color: red;
	font-size: 2em;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*start - custom kochi styles */
/*h1.entry-title {
	display: inline;
	margin-right: 0.2em;
}*/
.entry-meta {
	display: inline-block;
	word-break: keep-all;
	padding-bottom: 0.2em;
	font-size: 0.7em;
	font-family: 'Open Sans', sans-serif;

}
.entry-meta:after { content: ''; display: block; clear: both; }

/* end - custom kochi styles */

/* start - copied from different template */


.entry-meta a,
.entry-footer a {
	text-decoration: none;
}

/*.entry-meta a:hover,
.entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
	border-bottom: 2px solid #000;
}*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.single .hentry,
.page .hentry {
	padding-bottom: 0;
}

.entry-title {
	margin: 0;
	/*font-size: 2.2em; /*38px*/
	line-height: 1em;
	text-align: left;
	color: #90070;
	word-wrap: break-word; /* Catch and wrap very long words on small screens */
}
span.entry-subtitle  {
	font-size: 0.65em !important; /*26px*/
	line-height: 1.2em !important;
	font-weight: 600 !important;
}


.entry-title a, .entry-subtitle a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover, .entry-subtitle a:hover,
.entry-title a:focus, .entry-subtitle a:focus {
	text-decoration: underline;
}


.deck {
	margin-bottom: 2.5em;
}

.deck p {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 600;
}

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

.site-content li {
	padding-top: 0;
	padding-bottom: 0.25em;
}

.site-content li > ul {
	margin-bottom: -1em;
}

.site-content li:last-child {
	margin-bottom: 0;
}

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

@media screen and (min-width: 50em) {

	.deck,
	.entry-content {
		padding: 0;
	}
}

/*.entry-footer::before,
.entry-footer::after {
	display: block;
	content: "";
	width: 10em;
	border-bottom: 1px solid #c3c3c3;
	margin: 2em 0;
}*/



.entry-footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.5em;
	text-align: left;
}

@media screen and (min-width: 40em) {
	.entry-footer {
		padding: 0;
	}
}

.entry-footer span {
	margin: .5em 0;
}

.entry-footer span::after {
	content: "|";
	padding: 0 1em;
}

.entry-footer span:last-of-type::after {
	content: "";
	padding: 0;
}

.entry-footer span a {
	font-weight: 700;
	text-decoration: none;
	color: #000;
}

/* end -  copied from differen template */


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	max-width: 100%;
	font-size: 0.7em;
}

.wp-caption .aligncenter {
	margin-top: 0.5em;
	margin-bottom: 2em;
}

.wp-caption.alignright,
.wp-caption.alignleft {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

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

.wp-caption-text {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #333;
	line-height: 1.5em;
	padding-top: 0.5em;
	font-style: italic;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/

img.aligncenter {
	margin-bottom: 1.5em;
}

.centered-image {
	max-width: calc(100% + 2.8em);
	margin: 2em -1.4em;
}

img.alignright,
img.alignleft {
	margin-bottom: 1.5em;
}



@media screen and (min-width: 30em) {

	.centered-image {
		max-width: calc(100% + 3.6em);
		margin: 2em -1.8em;
	}

}
@media screen and (min-width: 50em) {

	.centered-image {
		max-width: calc(100% + 6em);
		margin-right: -3em;
		margin-left: -3em;
	}

	img.alignright,
	.wp-caption.alignright {
		margin-right: -1.5em;
	}

	img.alignleft,
	.wp-caption.alignleft {
		margin-left: -1.5em;
	}

}

@media screen and (min-width: 74em) {
	img.alignright,
	.wp-caption.alignright {
		margin-right: -3em;
	}
	img.alignleft,
	.wp-caption.alignleft {
		margin-left: -3em;
	}
}



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

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

.gallery-item img {
	display: block;
}

.gallery-item a {
	display: inline-block;
	border-bottom: none;
}

.gallery-item a:hover,
.gallery-item a:focus {
	border-bottom: none;
	box-shadow: none;
}

.gallery-item a img {
	padding: .5em;
	margin: 0 auto;
	border: 1px solid #fff;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	border-color: #c3c3c3;
}

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


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

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

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

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

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

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

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

.gallery-caption {
	display: block;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	border: none;
}

.gallery-caption::before {
	content: "";
}

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

.site-footer {
	color:#ccc;
	padding: 6em 1em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.site-footer a {
	color: #fff;
}

.site-info {
		color:#666;
    font-size: 0.8em;
    margin: 0 0 1em 0;
}

.site-info a { color:#666; text-decoration: underline; }
.site-info a:hover { color: #ccc; }


/**** logos ****/

.site-info { margin: 0 0 4em 0; color:#ccc; }

	.logo-philanthropie { margin: 0 auto 1.5em auto; width: 12em; height: 3.5em; display: block; } /* worst case resolution */ /* 0.28 ratio */
	.logo-philanthropie { background: no-repeat left top url(images/logo-philanthropie.png); }
	.logo-philanthropie { background: no-repeat left top url(images/logo-philanthropie.svg), linear-gradient(transparent, transparent);  }

	@media screen and (min-width: 57em) { .logo-philanthropie { margin: 0 auto 2.5em auto; width: 15em; height: 4.5em; } } /* 912px */

	.logo-esr { margin: 0 auto ; width: 6em; height: 2em; display: block; } /* worst case resolution */ /* 0.38 ratio */
	.logo-esr{ background: no-repeat left top url(images/logo-esr.png); }
	.logo-esr { background: no-repeat left top url(images/logo-esr.svg), linear-gradient(transparent, transparent);  }

	@media screen and (min-width: 57em) { .logo-esr { margin: 0 auto; width: 7em; height: 3em; } } /* 912px */

/*****************************************************/
/*****************************************************/
/*****************************************************/
/*******************     FLEXBOX    ******************/
/*****************************************************/
/*****************************************************/

/*img behavior*/
.responsive-image { max-width: 100%; }
.cell img { display: block; }

.grid { display: flex; flex-wrap: wrap; flex-direction: column; }
.cell { padding:0; margin:0 0 1.25em 0; width: 100%; }

/*smartphone*/
@media screen and (min-width: 30em) { /* 30x16 = 480 px */
  .grid { display: flex; flex-wrap: wrap; flex-direction: column; }
  .cell { padding:0; margin:0 0 1.25em 0; width: 100%; }
}
/*tablet*/
@media screen and (min-width: 40em) { /* 40x16px = 640 px */
  .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .cell { padding: 0; margin: 0.75em; width: calc(50% - 1.5em); }
}
/*desktop*/
@media screen and (min-width: 57em) { /* 57*16 = 912 px */
  .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .cell { padding: 0; margin: 0.75em; width: calc(33.333% - 1.5em); }
}


/* custom styles */

/*START-UP*/
/**********/
/*Portraits des bénéficiaires*/
/*****************************/
/*Expositions*/
/*************/
/*Conours Photos*/
/****************/
/*mateneen*/
/**********/
/*Homepage*/
/**********/

.start-up .grid .cell,
.portraits-des-beneficiaires .grid .cell,
.expositions .grid .cell,
.concours-photos .grid .cell,
.homepage .grid .cell {
	background-color: #f0f0f0;
	color:#222;
	font-size:1em;
	line-height:1.4em;
	min-height: 12.5em;
}

.start-up .grid .cell img,
.portraits-des-beneficiaires .grid .cell img,
.expositions .grid .cell img,
.concours-photos .grid .cell img,
.homepage .grid .cell img {
    opacity: 0.90;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.start-up .grid .cell img,
.portraits-des-beneficiaires .grid .cell img,
.expositions .grid .cell img,
.concours-photos .grid .cell img,,
.homepage .grid .cell img {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.start-up .grid .cell a,
.portraits-des-beneficiaires .grid .cell a,
.expositions .grid .cell a,
.concours-photos .cell a,
.homepage .grid .cell a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color:#505050;
}

.start-up .grid .cell a:hover,
.portraits-des-beneficiaires .grid .cell a:hover,
.expositions .grid .cell a:hover,
.concours-photos .grid .cell a:hover,
.homepage .grid .cell a:hover {
	text-decoration: none;
	color:#b90070;
}

.start-up .grid .cell .cell-title,
.portraits-des-beneficiaires .grid .cell .cell-title,
.expositions .grid .cell .cell-title,
.concours-photos .grid .cell .cell-title,
.homepage .grid .cell .cell-title {
	margin: 0.5em;
}

.start-up .grid .cell .cell-title h3,
.start-up .grid .cell .cell-title h4,
.portraits-des-beneficiaires .grid .cell .cell-title h3,
.portraits-des-beneficiaires .grid .cell .cell-title h4,
.expositions .grid .cell .cell-title h3,
.expositions .grid .cell .cell-title h4,
.concours-photos .grid .cell .cell-title h3,
.concours-photos .grid .cell .cell-title h4,
.homepage .grid .cell .cell-title h3,
.homepage .grid .cell .cell-title h4 {
	color:#505050;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.1em;
}

.start-up .grid .cell .cell-title h4,
.portraits-des-beneficiaires .grid .cell .cell-title h4,
.expositions .grid .cell .cell-title h4,
.concours-photos .grid .cell .cell-title h4,
.homepage .grid .cell .cell-title h4 {
	font-size: 0.7em;
}

.start-up .grid .cell:hover,
.portraits-des-beneficiaires .grid .cell:hover,
.expositions .grid .cell:hover,
.concours-photos .grid .cell:hover,
.homepage .grid .cell:hover  {
	background-color: #e0e0e0;
}

.start-up .grid .cell:hover h3,
.portraits-des-beneficiaires .grid .cell:hover h3,
.expositions .grid .cell:hover h3,
.concours-photos .grid .cell:hover h3,
.homepage .grid .cell:hover h3 {
	color: #b90070;
	text-decoration: underline;
}

.start-up .grid .cell:hover h4,
.portraits-des-beneficiaires .grid .cell:hover h4,
.expositions .grid .cell:hover h4,
.concours-photos .grid .cell:hover h4,
.homepage .grid .cell:hover h4 {
	color: #b90070;
}


@media (max-width: 30em) {

	.start-up .grid .cell img,
	.portraits-des-beneficiaires .grid .cell img,
	.expositions .grid .cell img,
	.concours-photos .grid .cell img,
	.homepage .grid .cell img  {
	    opacity: 1.0;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
	}

}


.breadcrumb-filter-sub-nav.annee-2015 { display: none; }
.breadcrumb-filter-sub-nav.annee-2014 { display: none; }

/*stART-up logo */
.title-start-up { margin: 2em 0 3em 0; }
.title-start-up h2 { display: inline; margin-right: 0.5em; }
.title-start-up .logo-start-up { display: inline-block; width: 3em; height: 3em; margin-bottom: -1.2em;} /* 0 - 639px */
.title-start-up .logo-start-up { background: no-repeat left center url(images/logo-start-up.png); }
.title-start-up .logo-start-up { background: no-repeat left center url(images/logo-start-up.svg),	linear-gradient(transparent, transparent);  }
@media screen and (min-width: 40em) { .title-start-up .logo-start-up  { width: 4em; height: 4em; margin-bottom: -1.8em; } } /* 640px + */



/*ACTIONS-ADDICTIONS*/
/*******************/

.actions-addictions .grid .cell  {
	background-color: #f0f0f0;
	color:#222;
	font-size:1em;
	line-height:1.4em;
}


.actions-addictions .grid .cell .cell-title { margin: 0; border-bottom: 2px solid #fff; min-height: 12.75em; display: flex; align-items: center; }
.actions-addictions .grid .cell .cell-title h3 { color:#505050; margin: 1em; padding: 0; font-size: 1.05em; line-height: 1.2em;}

.actions-addictions .grid .cell .cell-content { margin: 2.5em 1em; font-size: 0.8em; line-height: 1.4em; min-height: 12.75em; }
.actions-addictions .grid .cell .cell-content p { margin: 0 0 1em 0; }
.actions-addictions .grid .cell .cell-content h6 { margin: 0 0 0.75em 0; font-size: 1.1em; font-weight: 600; line-height: 1.4em; color: #b90070; }



@media (max-width: 30em) {
	.actions-addictions .grid .cell .cell-title {  min-height: 1em; }
}


/************/
/* mateneen */
/************/

/* hide h1 title because Logo exists */
/*.static-page-mateneen .entry-header { display: none; }*/

.mateneen .grid .cell {
	color:#fff;
	font-size:1em;
	line-height:1.4em;
}


.mateneen .grid .cell a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color:#fff;
}

.mateneen .grid .cell a:hover {
	text-decoration: none;
	color:#fff;
}

.mateneen .grid .cell .cell-title {
	padding: 0.5em;
	display: flex;
	flex-direction: column;
	min-height: 9.5em;
	text-align: center;
	justify-content: center;
}

.mateneen .grid .cell .cell-title h3,
.mateneen .grid .cell .cell-title h4 {
	color:#fff;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.1em;
}

.mateneen .grid .cell h4 {
	font-size: 0.7em;
}

.mateneen .grid .cell   {
	opacity: 0.85;
  filter: alpha(opacity=85);
}

.mateneen .grid .cell:hover   {
	opacity: 1.0;
  filter: alpha(opacity=100);
}

.mateneen .grid .cell:hover h3 {
	color: #fff;
	text-decoration: underline;
}

.mateneen .grid .cell:hover h4 {
	color: #fff;
}

/*******/
.mateneen .grid .cell .cell-tags {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #999;
	padding-top: 0.5em;
	background-color: #fff;
}


.mateneen .grid .cell .cell-tags a { color: #999; margin: 0 0.1em; cursor: pointer; }
.mateneen .grid .cell .cell-tags a { white-space: nowrap; }
.mateneen .grid .cell .cell-tags a:hover { color: #b90070; text-decoration: underline; }
.mateneen .grid .cell .cell-tags a:before {	content: "#"; }
.mateneen .grid .cell .cell-tags span:before {	content: ""; }
.mateneen .grid .cell .cell-tags span:after {	content: " | "; }
.mateneen .grid .cell .cell-tags span:last-child:after { content: ""; }

.box {
	font-size: 0.8em;
	background-color: #f0f0f0;
	padding: 1em;
}

.box2 {
	background-color: #f0f0f0;
	padding: 1em;
	margin: 4em 0;
}


/***********/
/* RESPECT */
/***********/

.respect .grid .cell {
	color:#fff;
	font-size:1em;
	line-height:1.4em;
	background-color: #805699;
}

.respect .grid .cell a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color:#fff;
}

.respect .grid .cell a:hover {
	text-decoration: none;
	color:#fff;
}

.respect .grid .cell .cell-title {
	padding: 0.5em;
	display: flex;
	flex-direction: column;
	min-height: 9.5em;
	text-align: center;
	justify-content: center;
}

.respect .grid .cell .cell-title h3,
.respect .grid .cell .cell-title h4 {
	color:#fff;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.1em;
}

.respect .grid .cell h4 {
	font-size: 0.9em !important;
  margin-top: 0.5em !important;
}

.respect .grid .cell   {
	opacity: 0.85;
  filter: alpha(opacity=85);
}

.respect .grid .cell:hover   {
	opacity: 1.0;
  filter: alpha(opacity=100);
}

.respect .grid .cell:hover h3 {
	color: #fff;
	text-decoration: underline;
}

.respect .grid .cell:hover h4 {
	color: #fff;
}

/*******/
.entry-header .title-box.respect {
	background-color: #805699;
}


/*YES-WE-CARE-2017*/
/*******************/

.yes-we-care-2017 .grid .cell  {
	background-color: #f0f0f0;
	color:#222;
	font-size:1em;
	line-height:1.4em;
	width: calc(50% - 1.5em);
}

.yes-we-care-2017 .grid .cell .cell-title { margin: 1em; }
.yes-we-care-2017 .grid .cell .cell-title h3, .yes-we-care-2017 .grid .cell .cell-title h4  { color:#505050; margin: 0 0 0.5em 0; padding: 0; font-size: 1.05em; line-height: 1.2em; color: #b90070;}
.yes-we-care-2017 .grid .cell .cell-title h4 { font-size: 0.7em; margin: 0; }

.yes-we-care-2017 .grid .cell .cell-content { margin: 1em 1em 2.5em 1em; font-size: 0.8em; line-height: 1.4em; min-height: 12.75em; }
.yes-we-care-2017 .grid .cell .cell-content p { margin: 0 0 1em 0; }



@media (max-width: 30em) {
	.actions-addictions .grid .cell .cell-title {  min-height: 1em; }
}




/************/
/* HOEMPAGE */
/************/

.homepage h2 {
	margin-top: 2em;
}


.homepage .grid .cell {
	padding: 1em;
	font-size: 0.9em;
}

.homepage .grid .cell h3,
.homepage .grid .cell h4 {
	margin: 0.25em 0 0.5em 0;
	line-height: 1.1em;
}

.homepage .grid .cell p {
	color: #505050;
	text-decoration: none;
}
.homepage .grid .cell:hover p {
	color: #505050;
	text-decoration: none;
}

/*tablet*/
@media screen and (min-width: 40em) { /* 40x16px = 640 px */
	.homepage .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .homepage .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .homepage .cell { padding: 0; margin: 0.75em; width: calc(33.333% - 1.5em); }
}


/* homepage news */

.homepage .news {
	font-size: 0.7em;
}
.homepage .news .featured-image {
	width: 10em;
	height: 10em;
	float: left;
	margin: 0 1em 0 0;
}

h2.entry-title.index-excerpt {
    display: inline;
}

.homepage.news .entry-title.index-excerpt {
	margin: 0  0.25em 0 0;
	font-weight: 600;
	font-size: 1.8em;
}

.homepage.news a {
	text-decoration: none;
	color: #b90070;
}
.homepage.news a p {
	text-decoration: underline;
}
.homepage.news a:hover {
	text-decoration: underline;
}


.homepage.news .posted-on,
.homepage.news .cat-links {
	font-size: 0.9em;
}

.homepage.news p {
	font-size: 1.1em;
	line-height: 1.4em;
}

/********************/
/* APPEL A PROJETS */
/******************/


.appel-a-projets .grid .cell { background-color: #f0f0f0;	color:#222;	font-size:1em; line-height:1.4em;	min-height: 12.5em; }
.appel-a-projets .grid .cell a { text-decoration: none;	margin: 0;	padding: 0;	color:#505050; }
.appel-a-projets  .grid .cell a:hover {	text-decoration: none;	color:#b90070; }
.appel-a-projets .grid .cell .cell-title h3 { color:#505050; margin: 0 0 0.2em 0;	padding: 0;	font-size: 1em;	line-height: 1.1em; }
.appel-a-projets .grid .cell:hover { background-color: #e0e0e0; }
.appel-a-projets  .grid .cell:hover h3 { color: #b90070; text-decoration: underline; }


.appel-a-projets h3 {
	margin-top: 2em;
	font-size: 1.2em;
}


.appel-a-projets .grid .cell {
	padding: 1em;
	font-size: 0.9em;
}

.appel-a-projets .grid .cell h3 {
	margin: 0.25em 0 0.5em 0;
	line-height: 1.1em;
}

.appel-a-projets .grid .cell {
	color: #505050;
	text-decoration: none;
}
.appel-a-projets .grid .cell:hover {
	color: #505050;
	text-decoration: none;
}

/*tablet*/
@media screen and (min-width: 40em) { /* 40x16px = 640 px */
	.appel-a-projets .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .appel-a-projets .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .appel-a-projets .cell { padding: 0; margin: 0.75em; width: calc(33.333% - 1.5em); }
}

/********************/
/* FROMATION */
/******************/


.formation .grid .cell { background-color: #f0f0f0;	color:#222;	font-size:1em; line-height:1.4em;	min-height: 12.5em; }
.formation .grid .cell a { text-decoration: none;	margin: 0;	padding: 0;	color:#505050; }
.formation  .grid .cell a:hover {	text-decoration: none;	color:#b90070; }
.formation .grid .cell .cell-title h3 { color:#505050; margin: 0 0 0.2em 0;	padding: 0;	font-size: 1em;	line-height: 1.1em; }
.formation .grid .cell:hover { background-color: #e0e0e0; }
.formation .grid .cell:hover h3 { color: #b90070; text-decoration: underline; }


.formation h3 {
	margin-top: 2em;
	font-size: 1.2em;
}


.formation .grid .cell {
	padding: 1em;
	font-size: 0.9em;
}

.formation .grid .cell h3 {
	margin: 0.25em 0 0.5em 0;
	line-height: 1.1em;
}

.formation.grid .cell {
	color: #505050;
	text-decoration: none;
}
.formation .grid .cell:hover {
	color: #505050;
	text-decoration: none;
}

.formations-sous-titre { font-weight: ; min-height: 4em; }
.formations-dates { font-size: 0.85em; }

/*tablet*/
@media screen and (min-width: 40em) { /* 40x16px = 640 px */
	.formation .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .formation .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .formation .cell { padding: 0; margin: 0.75em; width: calc(25% - 1.5em); }
}

/********************/
/* TABLES RONDES */
/******************/


.tables-rondes .grid .cell { background-color: #f0f0f0;	color:#222;	font-size:1em; line-height:1.4em;	min-height: 12.5em; }
.tables-rondes .grid .cell a { text-decoration: none;	margin: 0;	padding: 0;	color:#505050; }
.tables-rondes  .grid .cell a:hover {	text-decoration: none;	color:#b90070; }
.tables-rondes .grid .cell .cell-title h3 { color:#505050; margin: 0 0 0.2em 0;	padding: 0;	font-size: 1.4em; font-weight: 400;	line-height: 1.1em; }
.tables-rondes .grid .cell:hover { background-color: #e0e0e0; }
.tables-rondes .grid .cell:hover h3 { color: #b90070; text-decoration: underline; }


.tables-rondes h3 {
	margin-top: 2em;
	font-size: 1.2em;
}


.tables-rondes .grid .cell {
	padding: 1em;
	font-size: 0.9em;
}

.tables-rondes .grid .cell h3 {
	margin: 0.25em 0 0.5em 0;
	line-height: 1.1em;
}

.tables-rondes.grid .cell {
	color: #505050;
	text-decoration: none;
}
.tables-rondes .grid .cell:hover {
	color: #505050;
	text-decoration: none;
}

/*tablet*/
@media screen and (min-width: 40em) { /* 40x16px = 640 px */
	.tables-rondes .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .tables-rondes .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .tables-rondes .cell { padding: 0; margin: 0.75em; width: calc(33% - 1.5em); }
}


/********************/
/* CONTACT */
/******************/


.contact .grid .cell { background-color: #f0f0f0;	color:#222;	font-size:1em; line-height:1.4em;	min-height: 12.5em; }
.contact .grid .cell .cell-title h3 { color:#505050; margin: 0 0 0.2em 0;	padding: 0;	font-size: 1em;	line-height: 1.1em; }
.contact .grid .cell:hover { background-color: #e0e0e0; }
.contact .grid .cell:hover h3 { color: #b90070; text-decoration: underline; }


.contact h3 {
	margin-top: 2em;
	font-size: 1.2em;
}


.contact .grid .cell {
	font-size: 0.8em;
}
.contact .grid .cell .text {
	padding: 1em;
}

.contact.grid .cell {
	color: #505050;
	text-decoration: none;
}
.contact .grid .cell:hover {
	color: #505050;
	text-decoration: none;
}

.contact-sous-titre { font-weight: ; min-height: 4em; }
.contact-dates { font-size: 0.85em; }

/*tablet*/
@media screen and (min-width: 40em) { /* 40x16px = 640 px */
	.contact .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .contact .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .contact .cell { padding: 0; margin: 0.75em; width: calc(25% - 1.8em); }
}

.contact2 .grid .cell { background-color: #fff;	color:#222;	font-size:1em; line-height:1.4em;	min-height: 12.5em; }
.contact2 .grid .cell .cell-title h3 { color:#505050; margin: 0 0 0.2em 0;	padding: 0;	font-size: 1em;	line-height: 1.1em; }
.contact2 .grid .cell:hover h3 { color: #b90070; text-decoration: underline; }

/*contact2 replaces contact*/
/*/////////////////////////*/
.contact2 h3 {
	margin-top: 2em;
	font-size: 1.2em;
}


.contact2 .grid .cell {
	font-size: 0.8em;
	margin-bottom: 2.5em;
}
.contact2 .grid .cell .text {
	padding: 0;
	text-align: center;
}

.contact2 .grid .cell .contact2-link { margin-top: 0.5em; }


.contact2.grid .cell {
	color: #505050;
	text-decoration: none;
}
.contact2 .grid .cell:hover {
	color: #505050;
	text-decoration: none;
}

.contact2-sous-titre { font-weight: ; min-height: 4em; }
.contact2-dates { font-size: 0.85em; }

.contact2_adresse { display: block; width: 100%; margin: 25px 0 0 0; }

/*tablet*/
@media screen and (min-width: 40em) { /* 40x16px = 640 px */
	.contact2 .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .contact2 .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .contact2 .cell { padding: 0; margin: 0.75em; width: calc(25% - 1.8em); }
  .contact2_adresse { display: inline-block; width: 33%; margin-top:0; margin-right: 25px; vertical-align: top; }

}

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

/*LOGOS */
/*/////////////////////////*/

.logos .grid .cell {
	font-size: 0.8em;
	margin-bottom: 2.5em;
}
.logos .grid .cell .text {
	padding: 0;
	text-align: center;
}

.logos.grid .cell {
	color: #505050;
	text-decoration: none;
}
.logos .grid .cell:hover {
	color: #505050;
	text-decoration: none;
}



/*tablet*/
@media screen and (min-width: 40em) { /* 40x16px = 640 px */
	.logos .grid { display: flex; flex-wrap: wrap; flex-direction: row; }
  .logos .grid { width: calc(100% + 1.5em); margin-left: -0.75em; }
  .logos .cell { padding: 0; margin: 0.75em; width: calc(33% - 1.8em); }

}





/* the colors : */
/***************/

.mateneen .grid .cell.culture-cat .cell-title,
.entry-header .title-box.culture-cat,
.mateneen-filter-nav .culture-cat div,

.mateneen .grid .cell.culture-cat-en .cell-title,
.entry-header .title-box.culture-cat-en,
.mateneen-filter-nav .culture-cat-en div { background-color: #ad94c1; }

/* */

.mateneen .grid .cell.developpement-durable-cat .cell-title,
.entry-header .title-box.developpement-durable-cat,
.mateneen-filter-nav .developpement-durable-cat div,

.mateneen .grid .cell.sustainable-development-cat-en  .cell-title,
.entry-header .title-box.sustainable-development-cat-en ,
.mateneen-filter-nav .sustainable-development-cat-en div { background-color: #4d87af; }

/* */

.mateneen .grid .cell.education-formation-cat .cell-title,
.entry-header .title-box.education-formation-cat,
.mateneen-filter-nav .education-formation-cat div,

.mateneen .grid .cell.education-training-cat-en .cell-title,
.entry-header .title-box.education-training-cat-en,
.mateneen-filter-nav .education-training-cat-en div { background-color: #ecbe41; }

/* */

.mateneen .grid .cell.information-coordination-cat .cell-title,
.entry-header .title-box.information-coordination-cat,
.mateneen-filter-nav .information-coordination-cat div,

.mateneen .grid .cell.information-coordination-cat-en .cell-title,
.entry-header .title-box.information-coordination-cat-en,
.mateneen-filter-nav .information-coordination-cat-en div  { background-color: #f09975; }

/* */

.mateneen .grid .cell.logement-cat .cell-title,
.entry-header .title-box.logement-cat,
.mateneen-filter-nav .logement-cat div,

.mateneen .grid .cell.housing-cat-en .cell-title,
.entry-header .title-box.housing-cat-en,
.mateneen-filter-nav .housing-cat-en div { background-color: #e8584d; }

/* */

.mateneen .grid .cell.rencontrer-l-autre-cat .cell-title,
.entry-header .title-box.rencontrer-l-autre-cat,
.mateneen-filter-nav .rencontrer-l-autre-cat div,

.mateneen .grid .cell.mingle-and-meet-cat-en .cell-title,
.entry-header .title-box.mingle-and-meet-cat-en,
.mateneen-filter-nav .mingle-and-meet-cat-en div { background-color: #6eb1b1; }

/* */

.mateneen .grid .cell.sante-soutien-psychologique-cat .cell-title,
.entry-header .title-box.sante-soutien-psychologique-cat,
.mateneen-filter-nav .sante-soutien-psychologique-cat div,

.mateneen .grid .cell.health-psychological-support-cat-en .cell-title,
.entry-header .title-box.health-psychological-support-cat-en,
.mateneen-filter-nav .health-psychological-support-cat-en div { background-color: #b7b6b6; }

/* */

.mateneen .grid .cell.soutien-materiel-cat .cell-title,
.entry-header .title-box.soutien-materiel-cat,
.mateneen-filter-nav .soutien-materiel-cat div,

.mateneen .grid .cell.material-support-cat-en .cell-title,
.entry-header .title-box.material-support-cat-en,
.mateneen-filter-nav .material-support-cat-en div { background-color: #66605a; }

/* */

.mateneen .grid .cell.emploi-cat .cell-title,
.entry-header .title-box.emploi-cat,
.mateneen-filter-nav .emploi-cat div,

.mateneen .grid .cell.employment-cat-en .cell-title,
.entry-header .title-box.employment-cat-en,
.mateneen-filter-nav .employment-cat-en div { background-color: #eca148; /* was #ecbb48 */ }

/* */

@media (max-width: 30em) {

}


/* cutom pages for mateneen */
/***************************/

/* color title box */
.entry-header .title-box {
	max-width: calc(100% + 2.8em);
	height: calc(0.33*100vh);
	margin: 2em -1.4em 0 -1.4em;
	background-color: #999;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.5em;
}
.entry-header .title-box h1 { color: #fff; text-align: center; }

@media screen and (min-width: 30em) {

	.entry-header .title-box {
		max-width: calc(100% + 3.6em);
		margin: 2em -1.8em 0 -1.8em;
	}

}



/********/
.entry-header .mateneen.title-tags {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #999;
	padding-top: 0.5em;
	background-color: #fff;
	margin: 0.2em 0 4em 0;
}


.entry-header .mateneen.title-tags a { color: #999; margin: 0 0.3em; cursor: pointer; }
.entry-header .mateneen.title-tags a { white-space: nowrap; }
.entry-header .mateneen.title-tags a:hover { color: #b90070; text-decoration: underline; }
.entry-header .mateneen.title-tags a:before {	content: "#"; }
.entry-header .mateneen.title-tags span:before {	content: ""; }
.entry-header .mateneen.title-tags span:after {	content: " | "; }
.entry-header .mateneen.title-tags span:last-child:after { content: ""; }


/**** mateneen logo ****/

.title-mateneen { margin: 2em 0 4em 0; }
.title-mateneen h2 { display: inline; margin-right: 1.5em; }
.title-mateneen .logo-mateneen { margin-bottom: -2em; }


	.logo-mateneen { margin: 1em auto; width: 12em; height: 2.8em; margin: 0 1em -0.2em 0; display: inline-block; } /* worst case resolution */
	.logo-mateneen{ background: no-repeat left top url(images/logo-mateneen.png); }
	.logo-mateneen { background: no-repeat left top url(images/logo-mateneen.svg),	linear-gradient(transparent, transparent);  }

	.logo-mateneen.address { float: right; display: none;}
	.logo-mateneen.address:after { 	content: ""; display: table; table-layout: fixed; clear: both; }

	@media screen and (min-width: 30em) { .logo-mateneen { margin: 0 0 1.8em -0.3em; width: 14em; height: 3.3em; } .logo-mateneen.address { display: block; margin-top:-2.5em; } } /* 480px */
	@media screen and (min-width: 40em) { .logo-mateneen { margin: 0 0 1.8em -0.4em; width: 16em; height: 3.7em; } .logo-mateneen.address { display: block; margin-top:-2.8em; }  } /* 640px */
	@media screen and (min-width: 57em) { .logo-mateneen { margin: 0 0 1.8em -0.5em; width: 18em; height: 4.2em; } .logo-mateneen.address { display: block; margin-top:-3em; }  } /* 912px */ /* x 0.23 */



	/* cutom pages for HOMEPAGE */
	/***************************/

	#homepage-slider h1 {
		margin: 0;
		font-size: 4em;
		line-height: 1em;
		font-weight: 600;
		color: #fff;
		text-align: center;
		text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
	}


/* search result styles */
/**************************/

.search-result .entry-title {
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
	font-weight: 600;
}

.search-result .entry-summary {
	font-size: 0.85em;
	line-height: 1.4em;
}

/*bénéficiaire table */

.beneficiaire-table {
  background: white;
  border-collapse: collapse;
  margin: auto;
  padding:0.1em;
  width: 100%;
}

.beneficiaire-table tr {  border-top: 1px solid #ccc;  border-bottom-: 1px solid #ccc; }
.beneficiaire-table tr:hover td { background:#fefefe; }
.beneficiaire-table tr:first-child { border-top:none; }
.beneficiaire-table tr:last-child { border-bottom:none;  }

.beneficiaire-table td {
  background:#fff;
  text-align:left;
  vertical-align:middle;
  border-right: 1px solid #ccc;
	    padding: 0.2em 0.4em;
			font-size: 0.75em;
}

.beneficiaire-table td:last-child { border-right: 0px; }
.beneficiaire-table td.text-left { text-align: left; }
.beneficiaire-table td.text-center { text-align: center; }
.beneficiaire-table td.text-right { text-align: right; }


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

/* breadcrum nav */

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

.breadcrumb-nav {
	display: none;
}

@media screen and (min-width: 40em) {
		.breadcrumb-nav {
			display: block;
			border-bottom: 1px dotted #999;
			margin-top: -0.5em;
			margin-bottom: 3.5em;
			font-size: 0.75em;
			line-height: 1em;
			color: #999;
			font-weight: 400;
			padding: 0.5em 0;
		}
	.breadcrumb-nav a { color: #999; text-decoration: none; padding: 0.1em; }
	.breadcrumb-nav a:hover { color: #b90070; text-decoration: underline; }
}

@media screen and (min-width: 57em) {
		.breadcrumb-nav {
			margin-top: -2em;
		}
	.breadcrumb-nav a { color: #999; text-decoration: none; padding: 0.1em; }
	.breadcrumb-nav a:hover { color: #b90070; text-decoration: underline; }
}

/* Filter nav */

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


/* main-nav */

		.breadcrumb-filter-nav {
			display: block;
			border-bottom: 1px dotted #999;
			/*margin-top: 6em;*/
			margin-bottom: 3em;
			font-size: 0.75em;
			line-height: 1.5em;
			color: #999;
			font-weight: 400;
			padding: 0.5em 0;
		}
	.breadcrumb-filter-nav a { color: #999; text-decoration: none; padding: 0.1em; cursor: pointer; white-space: nowrap; }
	.breadcrumb-filter-nav a:hover { color: #b90070; text-decoration: underline; }
	.breadcrumb-filter-nav a.active { color: #b90070; font-weight: 600; text-decoration: none; }
	.breadcrumb-filter-nav a:hover.active { color: #b90070; cursor: default; }

	.breadcrumb-filter-nav span:after,
	.breadcrumb-filter-sub-nav span:after {
		content: " > ";
	}

	.breadcrumb-filter-nav span:last-child:after,
	.breadcrumb-filter-sub-nav span:last-child:after  {
		content:  " ";
		padding: 0;
	}

/* mateneen-filter-nav styles only */


	.mateneen-filter-nav .culture-cat div,
	.mateneen-filter-nav .developpement-durable-cat div,
	.mateneen-filter-nav .education-formation-cat div,
	.mateneen-filter-nav .information-coordination-cat div,
	.mateneen-filter-nav .logement-cat div,
	.mateneen-filter-nav .rencontrer-l-autre-cat div,
	.mateneen-filter-nav .sante-soutien-psychologique-cat div,
	.mateneen-filter-nav .soutien-materiel-cat div,
	.mateneen-filter-nav .emploi-cat div,

	.mateneen-filter-nav .culture-cat-en div,
  .mateneen-filter-nav .sustainable-development-cat-en div,
  .mateneen-filter-nav .education-training-cat-en div,
  .mateneen-filter-nav .information-coordination-cat-en div,
  .mateneen-filter-nav .housing-cat-en div,
  .mateneen-filter-nav .mingle-and-meet-cat-en div,
  .mateneen-filter-nav .health-psychological-support-cat-en div,
  .mateneen-filter-nav .material-support-cat-en div,
  .mateneen-filter-nav .employment-cat-en div
	 {
		 display: inline-block;
		 width: 10px;
		 height: 10px;
		 margin: 0 0.3em 0 0;
	}

	@media (max-width: 40em) {

	.mateneen-filter-nav .culture-cat div,
	.mateneen-filter-nav .developpement-durable-cat div,
	.mateneen-filter-nav .education-formation-cat div,
	.mateneen-filter-nav .information-coordination-cat div,
	.mateneen-filter-nav .logement-cat div,
	.mateneen-filter-nav .rencontrer-l-autre-cat div,
	.mateneen-filter-nav .sante-soutien-psychologique-cat div,
	.mateneen-filter-nav .soutien-materiel-cat div,
	.mateneen-filter-nav .emploi-cat div,

  .mateneen-filter-nav .culture-cat-en div,
  .mateneen-filter-nav .sustainable-development-cat-en div,
  .mateneen-filter-nav .education-training-cat-en div,
  .mateneen-filter-nav .information-coordination-cat-en div,
  .mateneen-filter-nav .housing-cat-en div,
  .mateneen-filter-nav .mingle-and-meet-cat-en div,
  .mateneen-filter-nav .health-psychological-support-cat-en div,
  .mateneen-filter-nav .material-support-cat-en div,
  .mateneen-filter-nav .employment-cat-en div
	 {
		 width: 5px;
		 height: 5px;
	}
}


	.mateneen-filter-nav .culture-cat div { }
	.mateneen-filter-nav .developpement-durable-cat div { }
	.mateneen-filter-nav .education-formation-cat div { }
	.mateneen-filter-nav .information-coordination-cat div { }
	.mateneen-filter-nav .logement-cat div { }
	.mateneen-filter-nav .rencontrer-l-autre-cat div { }
	.mateneen-filter-nav .sante-soutien-psychologique-cat div { }
	.mateneen-filter-nav .soutien-materiel-cat div { }
	.mateneen-filter-nav .emploi-cat div { }

	.mateneen-filter-nav .culture-cat-en div { }
  .mateneen-filter-nav .sustainable-development-cat-en div { }
  .mateneen-filter-nav .education-training-cat-en div { }
  .mateneen-filter-nav .information-coordination-cat-en div { }
  .mateneen-filter-nav .housing-cat-en div { }
  .mateneen-filter-nav .mingle-and-meet-cat-en div { }
  .mateneen-filter-nav .health-psychological-support-cat-en div { }
  .mateneen-filter-nav .material-support-cat-en div { }
  .mateneen-filter-nav .employment-cat-en div { }

	.mateneen-filter-nav .breadcrumb-filter-sub-nav a {
		margin: 0 0.3em;
	}
	.mateneen-filter-nav .breadcrumb-filter-sub-nav a:before {
		content: "#";
	}
	.mateneen-filter-nav .breadcrumb-filter-sub-nav span:before {
		content: "";
	}
	.mateneen-filter-nav .breadcrumb-filter-sub-nav span:after {
		content: " | ";
	}
	.mateneen-filter-nav .breadcrumb-filter-sub-nav span:last-child:after {
		content: "";
	}

	.mateneen-filter-nav .breadcrumb-filter-sub-nav { display: none; }

	.mateneen-filter-nav .breadcrumb-filter-sub-nav {
		border-bottom: 1px dotted #999;
	}


/* sub-nav */

	.breadcrumb-filter-sub-nav {
		display: block;
		margin-top: -3em;
		margin-bottom: 3em;
		font-size: 0.75em;
		line-height: 1.5em;
		color: #999;
		font-weight: 300;
		padding: 0.5em 0;
	}

.breadcrumb-filter-sub-nav a { color: #999; text-decoration: none; padding: 0.1em; cursor: pointer; white-space: nowrap; }
.breadcrumb-filter-sub-nav a:hover { color: #b90070; text-decoration: underline; }
.breadcrumb-filter-sub-nav a.active2 { color: #b90070; font-weight: 400; text-decoration: none; }
.breadcrumb-filter-sub-nav a:hover.active2 { color: #b90070; cursor: default; }

/*a bit stronger - test */
	.breadcrumb-filter-nav a { color: #666; }
	.breadcrumb-filter-sub-nav a:hover { color: #c7338d; }
	.breadcrumb-filter-sub-nav a.active2 { color: #c7338d; }
	.breadcrumb-filter-sub-nav a:hover.active2 { color: #c7338d; }


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

/* styles for plugins */

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

.collapseomatic { color: #505050; }
.arrowright { padding: 0; padding-right: 1em; }
.colomat-close { color: #b90070; }
.collapseomatic_excerpt, .collapseomatic_content { margin: 0 0 3em 1em; }

.expandsub { text-decoration: underline; }

.form-file-separator {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 0.5em !important;
	padding-bottom: 1.5em !important;
}


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

/* custom styles for tinymce */

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

.smaller-text { font-size: 0.75em !important; }
.red-text { color: #cc3333; }
.color { color: #b90070; }


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

/* autres */

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

.pdf-link {
    font-size: 1em;
    line-height: 1.4em;
		font-weight: 400;
    margin: 1em 0 2em 2em;
		padding-right: 2em;
    position: relative;
}



.pdf-link::before {
    font-family: 'FontAwesome';
    content: "\f1c1";
		font-size: 1.1em;
		font-style: normal;
    position: absolute;
		margin-top: 0;
    left: -1.25em;
}


.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 0.6em;
  color: #ffffff !important;
  font-size: 1em;
  background: #b90070;
  padding: 0.4em 0.8em;
  text-decoration: none;
}

.btn:hover {
  background: #db0388;
  text-decoration: none;
}

/*bug fixing safari*/
.nav-menu .sub-menu, .nav-menu .children { top: 42px; }





