/*
Theme Name: Anta Akhi
Theme URI: http://antaakhi.fr
Author: We Art Digital team
Author URI: http://www.weartdigital.fr/
Description: 
Version: 1.2
License: GNU General Public License v2 or later
License URI: 
Tags:
Text Domain: antaakhi

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite




 * 6.0 - Pages spécifiques Anta Akhi
 *   6.1 - Valables sur toutes les pages
 *     6.1.1 - Popups
 *     6.1.2 - Footer
 *   6.2 - Home
 *     6.2.1 - Header
 *     6.2.1 - Content
 *   6.3 - Pages interieures (accordeon)
 *     6.3.1 - Header
 *     6.3.2 - Accordeons
 *   6.4 - Pages Actualites





 * 7.0 - Sidebar
 *   7.1 - Widgets
 * 8.0 - Footer
 * 8.0 - Media Queries
 * 10.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 
 @font-face {
  font-family: 'amaticbold';
  src: url('fonts/Amatic-Bold.eot');
  src: url('fonts/Amatic-Bold.otf?#iefix') format('embedded-opentype'),
       url('fonts/Amatic-Bold.woff') format('woff'),
       url('fonts/Amatic-Bold.ttf')  format('truetype')
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: roboto, Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	background-color: #272727;
	overflow-x: hidden;
}

a {
	color: #ec008c;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #ec008c;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	color: #ec008c;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: roboto;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #fff;
	opacity:1;
	text-align:Center;
	font-size:15px;
	text-transform:uppercase;
}

:-moz-placeholder {
	color: #fff;
	opacity:1;
	text-align:Center;
	font-size:15px;
	text-transform:uppercase;
}

::-moz-placeholder {
	color: #fff;
	opacity:1;
	text-align:Center;
	font-size:15px;
	text-transform:uppercase;
}

:-ms-input-placeholder {
	color: #fff;
	opacity:1;
	text-align:Center;
	font-size:15px;
	text-transform:uppercase;
}

#responsiveSearchInput::-webkit-input-placeholder
{
	text-transform:none!important;
	text-align:left;
	color: #c8c8c8;
	font-size: 14px;
}

#responsiveSearchInput:-moz-placeholder
{
	text-transform:none!important;
	text-align:left;
	color: #c8c8c8;
	font-size: 14px;
}

#responsiveSearchInput::-moz-placeholder
{
	text-transform:none!important;
	text-align:left;
	color: #c8c8c8;
	font-size: 14px;
}

#responsiveSearchInput:-ms-input-placeholder
{
	text-transform:none!important;
	text-align:left;
	color: #c8c8c8;	
	font-size: 14px;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#page {
	position: relative;
	-webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
	-moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
	-o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
	transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
	right: 0px;
}
.menu-ouvert #page {
	right: 260px;
}

.site {
	background-color: #fff;
}
.home .site {
	background-color: #272727;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
 
.site-header {
	position:relative;
	width:100%;
	background:#ec008c;
}
 
.home .site-header {
	position: absolute;
	top: 0px;
	z-index: 99999;
	background:transparent;
}



.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.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;
	width: 200px;
}

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: #db572f;
}

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 {
	color: #bc360a;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	display:none;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	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: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.site-content
{
	width: 100%;
}

.home .site-content{
	padding-left:0%;
	padding-right:0%;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 6.0 Pages spécifiques Anta Akhi
 * ----------------------------------------------------------------------------
 */


/**
 * 6.1 - Valables sur toutes les pages
 * ---------------------------------------------------------------------------
 */

/* Commun - Reseaux Sociaux Header */
header .sm{
	position: absolute;
	top: 40px;
	z-index: 200;
	right: 134px;
}
.sm .mail{
	background:url(images/mail-small.png) no-repeat;
	display:inline-block;
	width:34px;
	height:22px;
	margin-right:10px;
}

.sm .fb{
	background:url(images/fb-small.png) no-repeat;
	display:inline-block;
	width:26px;
	height:28px;
	margin-right:10px;
}

.sm .in{
	background:url(images/in.png) no-repeat;
	display:inline-block;
	width:25px;
	height:25px;
	margin-right:10px;
}

.sm .tw{
	background:url(images/tw-small.png) no-repeat;
	display:inline-block;
	width:26px;
	height:28px;
	margin-right:10px;
}

.sm .place{
	background:url(images/place-small.png) no-repeat;
	display:inline-block;
	width:24px;
	height:28px;
	margin-right:10px;
}

.sm .share{
	background:url(images/share-icon.png) no-repeat;
	display:inline-block;
	width:32px;
	height:28px;
}

/* Commun - Revslider */
.tparrows {
	display: none;
}
.tp-bullets {
	right: 25px !important;
	left: initial !important;
}
.tp-bullets .bullet{
	background:#fff!important;
	background-size:100%!important;
	margin-right:5px!important;
	opacity:0.6;
}
.tp-bullets .bullet.selected, .tp-bullets .bullet:hover{
	background:#fff!important;
	opacity:1;
	background-size:100%!important;
}

/* Commun - Bouton Slide Menu */
#bouton-slide-menu {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 50px;
	right: 0px;
	top: 35px;
	background: none repeat scroll 0% 0% #ec008c;
	cursor: pointer;
	position: absolute;
	z-index: 10000;
}
#bouton-slide-menu span {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	position: absolute;
	top: 14px;
	left: 16px;
	transition: transform 0.6s ease 0s;
	background: url('images/menu-toggle.png') no-repeat scroll 0px 1px / 150px 100px transparent;
	background-position: 0px -63px;
	cursor: pointer;
}
.menu-ouvert #page #bouton-slide-menu span {
	transform: rotate(180deg);
	background-position: -130px -62px;
}

/* Commun - Slide Menu */
#slide-menu .appendLink, #slide-menu .responsive-menu li a, #slide-menu #slide-menu-title a,#slide-menu .responsive-menu, #slide-menu div, #slide-menu .responsive-menu li, #slide-menu {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	-o-box-sizing: content-box !important
} 
#slide-menu {
	position: absolute;
	width: 260px;
	top: 0px;
	right: 0px;
	background-color: #272727;
	background:url(images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 0;
	font-size: 15px !important;
	max-width: 999px;
	overflow-x: hidden;
	display:none;
}
#slide-menu .menu-main-menu-container {
	padding-bottom:120px;
	padding-top: 35px;
}
#slide-menu .menu-main-menu-container > ul {
	margin: 0;
}
#slide-menu .menu-main-menu-container, #slide-menu ul#menu-main-menu {
	width: 100%;
	float: left;
	padding-left: 0px;
}
#slide-menu li a {
	padding: 12px 0px 12px 44px;
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	color: #C8C8C8;
	border-top: 1px solid #3C3C3C;
	text-decoration: none;
	box-sizing: content-box;
}
#slide-menu #responsiveSearchInput {
	border-radius: 10px;
	padding: 12px;
	width: 100%;
	border: 0px none;
}
#slide-menu #responsiveSearch {
	display: block;
	width: 95%;
	padding-left: 5%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	line-height: 40px
 } 












 
	#slide-menu  #slide-menu div, #slide-menu li,#slide-menu {text-align: left !important}
 
	#slide-menu .RMImage {vertical-align: middle;margin-right: 10px}
 
#slide-menu,#slide-menu input {}
 
#slide-menu #slide-menu-title {
	width: 95% !important;
	font-size: 15px !important;
	padding: 20px 0px 20px 5% !important;
	margin-left: 0px !important;
	background: #43494C !important
 }
 
#slide-menu #slide-menu-title,#slide-menu #slide-menu-title a {
	color: #FFFFFF !important;
	text-decoration: none !important;
	white-space: pre !important;
	overflow: hidden !important
 }
 
#slide-menu #slide-menu-title a:hover {color: #FFFFFF !important;text-decoration: none !important}
 
#slide-menu .appendLink,#slide-menu li a,#slide-menu #slide-menu-title a {
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all
 }
 
#slide-menu {float: left !important;list-style-type: none !important}
 
	#slide-menu li.current_page_item > a {background: #242424 !important;color: #FFFFFF !important}
 
#slide-menuul {margin-left: 0px !important}
 
#slide-menu li {list-style-type: none !important}
 
#slide-menu ul li:last-child {padding-bottom: 0px !important}
 

 
#slide-menu #slide-menu div,#slide-menu li {
	width: 100% !important;
	float: left !important;
	padding-left: 0px !important
 }
 
#slide-menu li li a {
	padding-left: 10% !important;
	width: 90% !important;
	overflow: hidden !important
 }
 
#slide-menu li li li a {
	padding-left: 15% !important;
	width: 85% !important;
	overflow: hidden !important
 }
 
#slide-menu li li li li {display: none !important}
 
#slide-menu li a:hover {
	background: #242424 !important;
	color: #FFFFFF !important;
	list-style-type: none !important;
	text-decoration: none !important
 }
 
 
#slide-menu li li .appendLink,#slide-menu li li li {display: none}
 
 
#responsiveSearchInput{
	background:#2d2d2d;
	border-radius: 10px!important;
	padding:12px!important;
	color:#c8c8c8!important;
	font-size: 14px;
}

#responsive-menu {
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	z-index:999999999999!important;
}

#slide-menu li a, #responsive-menu .responsive-menu li a{
	font-family:roboto!important;
	font-weight:300!important;
	font-size:15px!important;
	border-top:0px!important;
}

#responsive-menu div{
	padding-bottom:200px;
}

#responsiveSearch{
	position:relative;
	top:-80px;
}
#slide-menu #responsiveSearchInput, #responsive-menu #responsiveSearchInput{
	background:#242424 url(images/icon-search.png) 95% center no-repeat!important;
	height:59px!important;
}
#slide-menu li a, #responsive-menu li a{
	text-transform:uppercase!important;
}
#responsiveSearchInput::-webkit-input-placeholder
{
	text-transform:none!important;
	text-align:left;
	color: #c8c8c8;
	font-size: 14px;
}

#responsiveSearchInput:-moz-placeholder
{
	text-transform:none!important;
	text-align:left;
	color: #c8c8c8;
	font-size: 14px;
}

#responsiveSearchInput::-moz-placeholder
{
	text-transform:none!important;
	text-align:left;
	color: #c8c8c8;
	font-size: 14px;
}

#responsiveSearchInput:-ms-input-placeholder
{
	text-transform:none!important;
	text-align:left;
	color: #c8c8c8;	
	font-size: 14px;
}
#responsiveSearchInput{
	background:#2d2d2d;
	border-radius: 10px!important;
	padding:12px!important;
	color:#c8c8c8!important;
	font-size: 14px;
}

#responsive-menu
{
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	z-index:999999999999!important;
}

#responsive-menu .responsive-menu li a{
	font-family:roboto!important;
	font-weight:300!important;
	font-size:15px!important;
	border-top:0px!important;
}

#responsive-menu div{
	padding-bottom:200px;
}

#responsiveSearch{
	position:relative;
	top:-80px;
}


#responsive-menu #responsiveSearchInput{
	background:#242424 url(images/icon-search.png) 95% 13px no-repeat!important;
	height:50px!important;
}

#rev_slider_1_1_wrapper{
	background-color:black!important;
}

#responsive-menu li a{
	text-transform:uppercase!important;
}


/**
 * 6.1.1 - Popups
 * ---------------------------------------------------------------------------
 */





/**
 * 6.1.2 - Footer
 * ---------------------------------------------------------------------------
 */

footer .widget_nav_menu {
	width:150px;
	float:left;
	position:initial!important;
}
footer .widget_nav_menu h3 {
	font-style:normal!important;
	font-size:14px;
	font-family:roboto;
	font-weight:300;
	text-transform:uppercase;
}
footer .widget_nav_menu li a {
	font-style:normal!important;
	font-size:14px;
	font-family:roboto;
	font-weight:300;
	color:#fff;
	opacity:0.5;
	text-decoration:none;
}
footer .widget_nav_menu li a:hover {
	opacity:1;
}

footer .sm{
	padding: 10px 0 35px 0;
}
footer .sm a:hover {
	-ms-transform: scale(0.9,0.9); /* IE 9 */
	-webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
	transform: scale(0.9,0.9);
}
footer .sm .mail,
footer .sm .fb,
footer .sm .tw,
footer .sm .place {
	display: none;
}
footer .sm .mail:hover {
	background:url(images/mail-small.png) no-repeat;
}
footer .sm .fb:hover {
	background:url(images/fb-small.png) no-repeat;
}
footer .sm .tw:hover {
	background:url(images/tw-small.png) no-repeat;
}
footer .sm .place:hover {
	background:url(images/place-small.png) no-repeat;
}
footer .sm .share:hover {
	background:url(images/share-icon.png) no-repeat;
}



/**
 * 6.2 - Home
 * ---------------------------------------------------------------------------
 */





/**
 * 6.2.1 - Home - Header
 * ---------------------------------------------------------------------------
 */

/* Logo */ 
.home-logo{
	margin-top:36px;
	margin-left:30px;
}
.home-logo2{
	margin-top: 25px;
	margin-left: 45px;
	display: block;
}
#not-home .home-link {
	position: absolute;
	z-index: 1;
	/*left: 43px;*/
	left: 16px;
	top: 3px;	
}
.home .home-link{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 99;
	-webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
	-moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
	-o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
	transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}

/* Home - Reseaux sociaux header */
.home .sm{
	top: 35px;
	right: 135px;
}

/* Top menu */
#top-menu li a{
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-shadow: 0px 0px 6px #000;
}
#top-menu li a:hover{
	text-decoration:none;
	color:#000;
	background:url(images/heart-small.png) no-repeat;
	text-shadow: none;
}
.home #top-menu li a:hover{
	background:none!important;
}
.home #top-menu{
	position:absolute;
	top: 32px;
	right: 116px;
	z-index:999999;
}
.home #top-menu ul li{
	text-align:center;
}
.home #top-menu ul li a{
	font-size: 14px;
	font-weight: 400;
}
.home #top-menu ul li a:hover, .home #top-menu ul li:hover > a {
	text-decoration:none;
	color:#ec008c;
	text-shadow: none;
}
#top-menu .sub-menu li a{
	font-size:12px!important;
}
#top-menu ul li{
	list-style-type:none;
	float:left;
}
#top-menu ul li a{
	color:#fff;
}
#top-menu ul li ul li{
	float:none;
}
#menu-top-menu > li{
	margin-left: 2px;
	margin-right: 2px;
}
#menu-top-menu > li:first-child{
	margin-left:0px;
}
#menu-top-menu > li:last-child{
	margin-right:0px;
}
#menu-top-menu li ul {  
	position:absolute; 
	width:115px;
	padding-left:0px;
	margin-left:0px;
	display:none;
}
#menu-item-312 .sub-menu{
	width: 93px;
}
#menu-top-menu li:hover ul{ 
	display:block; 
	height:auto;
}

/* Home - Slider */
.slider-home {
	height: 600px;
	background-color: #bababa;
}
.slider-home .container-slider {
	height: 100%;
}
.slider-home .rev_slider > ul, .slider-home .rev_slider > ul > li {
	overflow: visible !important;
}
.slider-home .tp-caption {
	color:#fff!important;
	line-height:20px!important;
	white-space: normal !important;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
	display: block;
	bottom: 0px;
	right: 0px;
	left: initial !important;
	top: initial !important;
	height: auto;
	width: 572px;
	padding: 25px 20px 43px 20px !important;
	line-height: 51px !important;
	font-size: 37px !important;
	font-weight: 900;	
	letter-spacing: -1px
}
.slider-home .tp-caption a.plus { 
	background: none repeat scroll 0% 0% #EC008C;
	padding: 7px 2px !important;
	font-weight: 400;
	line-height: 16px !important;
	display: inline-block;
	vertical-align: middle;
	font-size: 33px !important;
	color: #fff !important;
	position: relative;
	top: -1px;
}
.slider-home .tp-caption a.plus:hover {
	background-color: rgba(236, 0, 140, 0);
	color: #ec008c !important;
	text-decoration: none;
}
#rev_slider_4_1_wrapper, #rev_slider_4_1, #rev_slider_4_1 .tp-bgimg, #rev_slider_4_1 .slotholder, #rev_slider_4_1 > ul, #rev_slider_4_1 > ul > li {
	height: 600px !important;
	min-height: 600px !important;
	background-color: #242424 !important;
}

/**
 * 6.2.1 - Home - Content
 * ---------------------------------------------------------------------------
 */

.home article .entry-header{
	display:none;
}
.home .panel-grid{
	padding-left:0px!important;
	padding-right:0px!important;
	margin-left:0px!important;
	margin-right:0px!important;
	margin-bottom: 0px !important;
	text-align:center;
}
#pg-103-0, #pg-103-1, #pg-103-4, #pg-103-5{
	background:#242424;
}
#pg-103-2, #pg-103-3, #pg-103-6, #pg-103-7{
	background:#272727;
}
#pg-103-1, #pg-103-3, #pg-103-4, #pg-103-5{
	padding-bottom:40px!important;
}
.home .panel-grid h1{
	font-size:70px;
	font-family:amaticbold;
	font-weight:700;
	letter-spacing:7px;
	display:inline-block;
}
#pg-103-2 h1, #pg-103-6 h1 {
	color:#ec008c;
}
#pg-103-3 .panel-grid-cell, #pg-103-5 .panel-grid-cell, #pg-103-7 .panel-grid-cell, #pg-103-7 .panel-grid-cell{
	display: inline-block;
	float:none!important;
}
.home .panel-grid-cell .textwidget{
	font-family:roboto;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	color:#f3f3f3;
}
.home .panel-grid-cell{
	padding:0px!important;
}
.home .panel-grid-cell a{
	color:#f3f3f3;
	text-decoration:none;
}
.home .really_simple_share{
	text-align:center;
	margin:auto;
	width:200px;
}

/* Home - Que deviennent vos dons */
#pg-103-1 .panel {
	display: inline-block;
}
#pg-103-1 .panel-grid-cell {
	padding: 0 40px !important;
	display: inline-block;
	float: none !important;
}
#pgc-103-1-0 {
	text-align: right;
}
#pgc-103-1-1 {
	text-align: left;
}
.que-1{
	font-weight:300;
	color:#fff;
	font-size:25px;
	line-height:28px;
	text-align:center;
	width:100%;
}
.que-2{
	font-family:amaticbold;
	color:#ec008c;
	font-size:49px;
	line-height:46px;
	text-align:center;
	width:100%;
	padding-bottom: 4px;
}
.que-2 a {
	color:#ec008c !important;
}
.que-2 span.et {
	position: relative;
	top: -6px;
}
.que-3, .que-5{
	color:#fff;
	font-size:22px;
	font-weight:300;
	line-height:25px;
	text-align:center;
	width:100%;
}
.que-5{
	color:#ec008c;
}
.que-5 a{
	color:#ec008c !important;
}
/* Home => Nous découvrir */
#pgc-103-3-4{
	margin-right:0px;
}
#pg-103-3 .panel-grid-cell{
	width:200px!important;
	margin: 0 55px;
	vertical-align:middle;
}
/* Home => Comment nous aider */
#pg-103-5 .panel-grid-cell{
	width:145px!important;
	margin: 0 40px;
}

/* Home => Et ... en gardant le lien */
#pg-103-7{
	padding-bottom:30px;
}

#pg-103-7 a{
	color:#ec008c;
	font-family:amaticbold;
	text-transform:uppercase;
	font-size:22px;
	letter-spacing: 2px;
}

#pg-103-7 a:hover{
	color:#fff;
}

#pg-103-3 .textwidget p a, #pg-103-5 .textwidget p a{
	color:#a2a2a2;
}

#pg-103-3 .textwidget p a:hover, #pg-103-5 .textwidget p a:hover{
	color:#fff;
}



#pgc-103-1-3{
	width:260px!important;
}




/* Home - Bandeau No-scroll */
#panel-103-0-0-0 {
	background:#272727;
	padding: 30px 0 10px 0;
	margin: 0;
}
#panel-103-0-0-0.fixed{
	width: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	z-index: 99;
}

.intro-1, .intro-2, .intro-3, .intro-4{
	display:inline-block;
	vertical-align: top;
}

.intro-1{
	width:70px;
	margin-right:20px;
}
.intro-1 img {
	position: relative;
	top: -14px;
}

.intro-2{
	width:536px;
	font-size:16px!important;
	font-family: roboto;
	font-weight:300;
}

.intro-3, .intro-4{
	margin-left:10px;
	line-height:55px;
}
.intro-3 a, .intro-4 a{
	background:#ec008c;
	color:#fff;
	text-transform:uppercase;
	font-family:amaticbold;
	font-size:50px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}


.md-effect-8.md-modal{
	z-index:99999999999999999999;
}

.IN-widget{
	display:table!important;
	margin:auto!important;
	top:52px!important;
	position:relative;
}




/**
 * 6.3 - Pages interieures (accordeon)
 * ---------------------------------------------------------------------------
 */




.page-accordion p {
	color: #242424;
}
.page-accordion p a {
	color: #ec008c;
}
.page-accordion h5 {
	color: #ec008c;
	font-family: roboto;
	font-size: 20px;
	font-weight: 400;
}
.page-accordion .tabs {
	text-align: center;
	padding-bottom: 30px;
}
.page-accordion h4 {
	display: inline;
	line-height: 68px;
	font-size: 37px;
	font-family: roboto;
	color: #242424;
	font-weight: 100;
	white-space: nowrap;
}
.page-accordion h4 .min {
	font-size: 24px;
}
.page-accordion h4 a {
	color: #242424;
}
.page-accordion h4 a:hover, .site-content.decouvrir h4.selected {
	color: #242424;
	text-decoration: none;
	border-bottom: 14px solid #ec008c;
}
.page-accordion .really_simple_share {
	padding: 20px 0 68px 0;
	margin: 0 0;
}
.page-accordion .tabs-years {
	text-align: center;
	float: left;
	width: 150px;
}
.page-accordion .tabs-years h5 a {
	transition: font-size 0.20s linear, color 0.20s linear;
}
.page-accordion .tabs-years h5.dock-1 a {
	font-size: 37px;
}
.page-accordion .tabs-years h5.dock-2 a {
	font-size: 30px;
}
.page-accordion .tabs-years h5.dock-3 a {
	font-size: 26px;
}
.page-accordion .tabs-years h5 a {
	color: #242424;
	font-size: 25px;
	font-weight: 300;
	line-height: 42px;
}
.page-accordion .tabs-years h5 a:hover {
	text-decoration: none;
}
.page-accordion .tabs-years h5.selected a {
	color: #ec008c;
	font-size: 37px;
}
.page-accordion .tab-year-zone {
	padding-bottom: 50px;
}
.page-accordion .contents_years {
	margin-left: 174px;
	color: #242424;
}
.page-accordion .contents_years h5 {
	display: inline;
}
.page-accordion .content-tab-years .widget-title {
	position: absolute;
	background:#4e4e4f;
	font-size:35px;
	font-family:amaticbold;
	color:#fff;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	margin: 0;
}
.page-accordion .content-tab-years .title {
	color: #ec008c;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 22px;
}




/**
 * 6.3.1 - Header
 * ---------------------------------------------------------------------------
 */

/* Commun - Pages - no scroll */
#buttons{
	display: inline-block;
	position: absolute;
	right: 348px;
	top: 17px;
}

#buttons a{
	color:#fff;
	font-family:amaticbold;
	text-transform:uppercase;
	text-decoration:none;
}
#buttons a.donne, #buttons a.inscrire {
	font-size: 35px;
	padding: 6px 8px;
	margin: 0 8px;

}
#buttons a.donne:hover, #buttons a.inscrire:hover {
	background:#4e4f52;
}

#not-home #bouton-slide-menu, #buttons a.donne, #buttons a.inscrire  {
	background-color: #d0067e;
}
#not-home #bouton-slide-menu {
	top: 28px;
}
.slider-title h1{
	font-size: 70px;
	font-family: amaticbold;
	font-weight: 700;
	letter-spacing: 7px;
	margin-top:-91px;
	position:relative;
	z-index:100;
	background:rgba(0,0,0,0.6);
	text-align:center;
	margin-bottom:0px;
	color: #fff;
}




/**
 * 6.3.2 - Accordeons
 * ---------------------------------------------------------------------------
 */

#accordion .accordion-container {
	width: 1300px;
	padding-bottom: 30px;
	display: none;
}
#content.decouvrir .accordion-container p {
	margin: 0;
}
#accordion .accordion-container .pink {
	color: #ec008c;
}
#accordion > h3 {
	background:#272727;
	border-radius:0px;
	border:0px;
	border-bottom:solid 7px #4a4a4a;
	font-size:46px;
	font-family:amaticbold;
	text-align:center;
	text-shadow:none;
	color:#fff;
	margin:0px;
	padding-top:0px;
}
#accordion > h3:hover, #accordion > h3.ui-accordion-header-active {
	background-color:#ed008c;
	border-bottom:solid 7px #ef2a9e;
}
.page-accordion .accordion-container{
	position: relative;
	background-color: #fff;
	background: url(images/bougie.png) top right no-repeat;
	padding-top:10px;
}





/**
 * 6.4 - Page Actualite
 * ---------------------------------------------------------------------------
 */

/* Actualite - Nos Actus */
.page-accordion .nos-actus {
	padding-top: 30px;
}
.page-accordion .nos-actus .contents_years {
	width: 150px;
	float: left;
	margin-left: 0px;

}
.page-accordion .nos-actus .content-tab-years a {
	text-decoration: none;
	outline: none;
}
.page-accordion .nos-actus .content-tab-years a:hover h5 {
	text-decoration: underline;
}
.page-accordion .nos-actus .content-tab-years .titre {
	padding-bottom: 15px;
}
.page-accordion .nos-actus .content-tab-years .date {
	display: block;
	color: #EC008C;
	font-size: 16px;
}
.page-accordion .nos-actus .content-tab-years h5 {
	display: block;
	color: #EC008C;
	font-size: 12px;
	font-weight: 400;
}
.page-accordion .nos-actus .content-tab-years .sous-titre {
	font-size: 12px;
    	font-weight: 400;
}
.page-accordion .nos-actus .extraits {
	border-bottom: 1px dashed #ec008c;
	margin-bottom: 18px;
}
.page-accordion .nos-actus .extraits:last-child {
	border: none;
}
.page-accordion .nos-actus .contenu-article {
	margin: 0px 0px 0px 338px;
}
.page-accordion .nos-actus .contenu-article > div {
	display: none;
}
.page-accordion .nos-actus .contenu-article > div.show {
	display: block;
}
.page-accordion .nos-actus .contenu-article h1, 
.page-accordion .nos-actus .contenu-article h2, 
.page-accordion .nos-actus .contenu-article h3, 
.page-accordion .nos-actus .contenu-article h4, 
.page-accordion .nos-actus .contenu-article h5 {
	display: inline-block;
	width: 100%;
}
.page-accordion .nos-actus .contenu-article .date {
	color: #EC008C;
	font-size: 21px;
}
.page-accordion .nos-actus .contenu-article h1 {
	color: #EC008C;
	font-size: 36px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	font-family: roboto;	
}
.page-accordion .nos-actus .contenu-article h2 {
	font-size: 20px;
	font-family: roboto;
	font-weight: 400;
	margin: 0;
}
.page-accordion .nos-actus .contenu-article h5 {
	padding: 10px 0 20px 0;
}
.page-accordion .nos-actus .contenu-article p {
	padding: 0 0 20px 0;
}
.page-accordion .nos-actus .contenu-article .texte-article {
	padding-top: 25px;
}

/* Actualite - Nous contacter */
.page-accordion .nous-contacter table {
	width: 500px;
	margin: 0 auto;
	border: none;
}
.page-accordion .nous-contacter table td {
	border: none;
	padding: 0 3px;
	margin 0;
}
.page-accordion .nous-contacter table td input[type="text"], .page-accordion .nous-contacter table td input[type="email"], .page-accordion .nous-contacter table td textarea {
	width: 100%;
}
.page-accordion .nous-contacter h1 {
	color: #EC008C;
	font-size: 36px;
	font-weight: 300;
	margin: 0px;
	padding: 40px 0 0 0;
	font-family: roboto;
	text-align: center;	
}

.aidez-nous  #accordion .section-head {
	font-size:35px;
	font-family:roboto;
	font-weight:300;
	color: #242424;
	text-align:center;
	margin:auto;
	line-height:normal;
	text-align: center;	
}

/**
 * 6.5 - Page Decouvrir
 * ---------------------------------------------------------------------------
 */
#accordion .nos-jeunes .section-head {	
	font-size:35px;
	font-family:roboto;
	font-weight:300;
	color: #ec008c;
	text-align:center;
	margin:auto;
	line-height:normal;
	text-align: justify;	
}
.nos-jeunes h4 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px 9px 4px;
}
.page-accordion .nos-jeunes h4 a {
	font-size: 28px;
	border: none;
}
.page-accordion .nos-jeunes h4:hover, .page-accordion .nos-jeunes h4.selected {
	text-decoration: none;
	background-color: #EC008C;
	border: none;
}
.page-accordion .nos-jeunes h4.selected a, .page-accordion .nos-jeunes h4:hover a {
	color: #fff;
}
.page-accordion .nos-jeunes h4 .min {
    font-size: 19px;
}
.nos-jeunes .content-tab img {
	margin-right: 15px;
}
.nos-jeunes .content-tab .widget_widget_sp_image a {
	font-family: roboto;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-decoration:none;
}
.nos-jeunes .content-tab .widget_widget_sp_image a:hover:before {
	content: "Parrainer";
	display: block;
	background: url(images/selected-heart-white-big.png);
	width: 190px;
	height: 190px;
	position: absolute;
	text-align: center;
	padding-top: 163px;
	background-repeat: no-repeat;
}
.nos-jeunes .content-tab .widget_widget_sp_image {
	float: left;
	margin-bottom: 0px;
}
#content.decouvrir .nos-jeunes .prenom {
	color: #ec008c;
	font-size: 20px;
	line-height: 22px;
}
#content.decouvrir .nos-jeunes .naissance {
	color: #ec008c;
	font-size: 15px;
}
.nos-jeunes .panel-grid:after {
	content: '';
	display: block;
	clear: both;
	margin: 0 0 60px 0;
}



/**
 * 6.6 - Page Vos dons
 * ---------------------------------------------------------------------------
 */

.page-accordion .besoins-anta-akhi-liban h1,
.page-accordion .besoins-anta-akhi-liban h2,
.page-accordion .besoins-anta-akhi-liban h3,
.page-accordion .besoins-anta-akhi-liban h4,
.page-accordion .besoins-anta-akhi-liban h5 {
	padding: 10px 0 20px 0;
	color: #ec008c;
}
.page-accordion .besoins-anta-akhi-liban h1 {
	font-size: 38px;
	margin: 0px;
}
.page-accordion .besoins-anta-akhi-liban p {
	padding: 0 0 20px 0;
}


/**
 * 6.7 - Page Recherche
 * ---------------------------------------------------------------------------
 */


.search-page .slider-title h1 {
	margin-top: 0;
}
.search-page article {
	padding: 0 5% 10px 5%;
}
.search-page article h1 a {
	color: #ec008c !important; 
	font-size: 34px;
}

















/**
 * 7.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 7.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 8.0 Footer
 * ----------------------------------------------------------------------------
 */

a#google-plus {
	display: none;
}

.site-footer {
	background: #ec008c url(images/footer-logo.png) no-repeat;
	background-position:85% center;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer h3.widget-title {
	margin-bottom: 12px;
}

.site-footer li.menu-item {
	margin-bottom: 5px;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .widget-area {
	margin: 0 auto;
	width: 1100px;
	max-width: 90%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	padding-top:5px;
	padding-bottom:12px;
	width: 100%;
	font-size:12px;
	background: rgba(0,0,0,0.2);
	color:rgba(255,255,255,0.5);
}

.site-info a {
	color:rgba(255,255,255,0.5);
	font-size:12px;
	text-transform:uppercase;
	padding:5px;
	padding-bottom:0px;
	padding-top:0px;
	border-right:solid 1px rgba(255,255,255,0.5);
	font-family:roboto;
	font-weight:300;
	text-decoration:none;
}

.site-info a:hover{
	opacity:1;
	color:rgba(255,255,255,1);
}

.site-info a:last-child{
	border-right:0px;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.ui-accordion-header{
    margin:5px 0 0;
	cursor:pointer;
}
.ui-accordion-header a{
    padding:5px 12px;
    background: #CCC; 
    color:#FFF;
    display:block;
}
.ui-accordion-header.ui-state-active a,
.ui-accordion-header a:hover{
    background-color: #DDD;
}

.widget-area.masonry, #sponsors .widget-area{
	width:1100px;
	max-width:100%;
}

#sponsors .widget{
	padding-left:13px;
	padding-right:13px;
}

#sponsors .widget:first-child{
	padding-left:0px;
}

#sponsors .textwidget{
	text-transform:uppercase;
	font-family:roboto;
	font-weight:300;
}

.tp-bannertimer{
	display:none;
}


footer.entry-meta{
	display:none;
}

a.round:hover:before
{
	content: '';
	display: block;
	background: url(images/selected-heart.png);
	width: 100px;
	height: 110px;
	position: absolute;
	margin-left:28px;
	margin-top:18px;
}



input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder  { color:transparent!important; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent!important; }

.close.md-close{
	font-size:22px!important;
	font-family:'Amatic SC';
	font-weight:700;
	color:#ec008c;
	line-height:28px;
}

.home-6{
	margin-top:-18px;
}

a.close{
	right:28px;
	top:10px;
	font-size:48px;
	font-family:amaticbold;
	color:#595959!important;
	position:absolute;
	-webkit-transform:scale(2.0, 1.0);
	-moz-transform:scale(2.0, 1.0);
	-ms-transform:scale(2.0, 1.0);
	-o-transform:scale(2.0, 1.0);
	transform:scale(2.0,1.0);
}



.entry-thumbnail img{
	height:298px!important;
}

.page-id-19 .panel-grid-cell .widget_widget_sp_image
{
	background:url(images/bg-jeunes.jpg) no-repeat;
	background-size:cover;
	border:0px!important;
	display:table;
	width:100%;
}

.page-id-19 .really_simple_share, #accordion .really_simple_share{
	width:250px;
	margin:auto;
}

.aidez-nous #accordion .really_simple_share_facebook_share_new{
	/*margin-top:-15px;*/
}

#pg-294-1 .really_simple_share_facebook_share_new{
	margin-top:0px!important;
}

.page-id-19 .panel-grid-cell .widget_widget_sp_image img{
	display:block;
	margin:auto;
	padding-top:1px;
	padding-bottom:1px;
}

.page-id-19 .panel-grid-cell .panel, .page-id-19 .panel-grid-cell, .page-id-19 .panel-grid{
	padding:0px!important;
	margin:0px!important;
}

.page-id-19 .panel-grid-cell .panel:last-child{
	margin-top:-25px!important;
}

.page-id-19 .panel-grid-cell .panel:first-child{
	background-color:#242424;
	font-family:amaticbold;
	font-size:30px;
	text-align:center;
	color:#fff;
	padding-top:12px!important;
}

.heart-opa{
	display: table;
	margin: auto;
	position: relative;
	top: 50px;
	margin-top: -25px;
}


.j-a-d{
	font-size:33px;
	top: -5px;
position: relative;
}



.page-id-19  .site-header {
	border-bottom:solid 10px #cc077b!important;
}

#top-menu{
	position: absolute;
	z-index: 999999;
	right: 12%;
	top: 60px;
}

#click-menu{
	top:45px!important;
	background:#ec008c!important;
	padding-top:6px!important;
	padding-bottom:6px!important;
	width:100px!important;
	height:54px!important;
}

#RM3Lines{
	position:relative;
	top:12px;
	left:-14px;
}

#not-home .site-header{
	height:116px;
	border-bottom:solid 14px #cc067b;
	position:fixed;
	z-index: 900;
}
#not-home .site-main {
	padding-top: 116px;
}

.jeune-nom	{
	color: #ce1b6c;
}
	
.jeune-naissance{
	color: #ce1b6c;
}

.jeune-description{
	max-width: 200px;
}
	
.jeune,.jeune-texte,.jeune-image{
	display: inline-block;
	vertical-align:top;
}

.jeune-texte{
	padding:10px;
}

.jeune-image{
	position:relative;
}

.jeune{
	max-width: 420px;
	margin-bottom:20px;
}

.jeune.sp-2{
	max-width:800px;
}

.a-parrainer{
    opacity: 0;
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    padding: 6px 0px;
    color: #fff!important;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
    background: #ed008c;
    text-decoration: none;
    text-align: center;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    
}
.jeune-image:hover .a-parrainer {
    opacity: 0.8;
	text-decoration:none;
}

.jeune-image:hover img.img-white-heart{
	display:block;
}

.really_simple_share_facebook_like{
	display:none;
}


.img-white-heart
{
	display: none;
	background: url(images/selected-heart-white.png);
	width: 100px;
	height: 110px;
	position: absolute;
	left:50%;
	top:40%;
	margin-left:-50px;
	margin-top:-55px;
}

iframe.helloasso{
	border:0px;
	min-height:1200px;
	max-width:1200px;
	width:1200px;
	display:table;
	margin:auto;
}




.participer .panel-grid:nth-child(3) .widget:first-child{
	position:absolute;
}

.evenement-titre{
	background:#4e4e4f;
	font-size:50px;
	font-family:amaticbold;
	color:#fff;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
}

.savoir-plus{
	background:#ec008c;
	font-size:50px;
	font-family:amaticbold;
	color:#fff;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	left: 40px;
	position: relative;
}

/* decouvrir => a propos */
#content.decouvrir .a-propos .tabs {
	text-align: left
}
.decouvrir .a-propos .tabs h4 {
	margin-right: 140px;
}
.decouvrir .a-propos .tabs h4:last-child {
	margin-right: 0;
}
.a-propos p {
	line-height: 25px;
}
.a-propos h5 {
	padding-bottom: 5px;
}
#pg-416-0 {
	padding-bottom: 30px;
}
/* decouvrir => actions en france */
#content.decouvrir .actions-en-france .really_simple_share {
	margin: 0 auto;
}
#content.decouvrir .actions-en-france h4:nth-child(2), #content.decouvrir .bilans-annuels h4:nth-child(2) {
	margin-left: 220px;
	margin-right: 220px;
}
.actions-en-france .section-head {
	font-size:35px;
	font-family:roboto;
	font-weight:300;
	color:#242424;
	text-align:center;
	margin:auto;
	line-height:45px;
	padding-top:25px;
}
/* decouvrir => bilans */
#content.decouvrir .bilans-annuels .tabs {
	text-align: left;
}
.bilans-annuels .content-tab{
	padding-top: 20px;
}


.half{
	width:48%;
	float:left;
	margin-right:2%;
}


.three{
	width:68%;
	margin-right:2%;
}

.one{
	width:28%;
	margin-right:2%;
}

.savoir-plus a, .savoir-plus a:hover{
	color:#fff;
	text-decoration:none;
}

.donne, a.adherer, .parraine, #accordion .wpcf7-submit, .btn-pink {
	background:#ec008c;
	color:#fff!important;
	font-family:amaticbold;
	text-decoration:none!important;
	font-size:48px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:4px;
	width:134px;
	height:52px;
	line-height: 72px;
}

.soutenir .wpcf7-form{
	max-width:380px;
}

.soutenir .wpcf7-form > div{
	margin-top:5px;
	margin-bottom:5px;
}

.soutenir .wpcf7-form .dv-addr1{
	margin-bottom:6px;
}

.wpcf7-text, .wpcf7-select, .wpcf7-email, .wpcf7-textarea{
	border:solid 1px #c7c7c7;
}

.three select{
	width:100%;
}

#accordion .wpcf7-submit
{
	padding-top: 0px;
	border-bottom: 0px;
	line-height: 35px;
}



.menu-text{
	font-size:25px;
	font-family:amaticbold;
	margin-top: -32px;
	margin-left: 20px;
}

.accordion-container{
	width:1230px;
	max-width:100%;
	margin:auto;
	font-size:14px;
}

.aidez-nous #accordion .panel-grid:nth-child(2) .textwidget, .aidez-nous #accordion .panel-grid:nth-child(3) .textwidget {
	/*font-size:35px;*/
	font-family:roboto;
	font-weight:300;
	color:#242424;
	text-align:center;
	max-width:880px;
	margin:auto;
	/*line-height:45px;*/
	padding-top:25px;
	text-align: justify;
}

#accordion .panel-grid-cell{
	color:#242424;
	font-size:16px!important;
	font-family:roboto;
	font-weight:400!important;
}

.p-titre{
	color:#ec008c;
	font-size:20px!important;
	font-weight:400;
}

.site-content.aidez-nous #accordion .panel-grid:nth-child(2) .panel-grid-cell:nth-child(3) .textwidget p{
	color:#ec008c;
	font-weight: 400;
}

.site-content.aidez-nous #accordion .panel-grid:nth-child(4){
	width:100%;
	display:table;
}

.intro{
	margin:auto;
}


/* Popups ALL */
.md-modal .md-content {
	background-color:#262626;
	padding: 10px;
}
.md-modal .md-close {
	background:rgba(36,36,36,0.8);
}
.md-modal h1 {
	font-family:amaticbold;
	font-size:21px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	display:table;
	letter-spacing:3px;
	margin: 10px 0;
}
.md-modal input[type="text"], .md-modal input[type="email"], .md-modal input[type="password"], .md-modal textarea {
	background-color: #323232;
	font-size:14px;
	color:#bababa;
	border:0px;
	text-align:center;
	font-family:roboto;
	font-weight:300;
	padding:15px;
} 
.md-modal input[type="submit"] {
	background:#c20877;
	border:0px;
	height:50px;
	width:184px;
	text-transform:uppercase;
	font-size:18px;
	margin-top:20px;
}
.md-modal input::-webkit-input-placeholder, .md-modal textarea::-webkit-input-placeholder {
    color:    #bababa;
}
.md-modal input:-moz-placeholder, .md-modal textarea:-moz-placeholder {
    color:    #bababa;
    opacity:  1;
}
.md-modal input::-moz-placeholder, .md-modal textarea::-moz-placeholder {
    color:    #bababa;
    opacity:  1;
}
.md-modal input:-ms-input-placeholder, .md-modal textarea:-ms-input-placeholder {
    color:    #bababa;
}

/* Popup Facebook */
#sidebar-fb{
	display:table;
	margin:auto;
}
#sidebar-fb .widget-title{
	display:none;
}
#modal-2 #as_facebook_mem_likebox_widgets > div:nth-child(3) {
	display: none;
}
/* Popup Twitter */
/* Original class for twitter popup
#modal-4 .md-content {	
	width: 500px;
}
*/
/* Fix for twitter popup */
#modal-4 .md-content {	
	width: 500px;
	display: none;
}
#modal-4.md-show .md-content {
	display: block;
}
/* End fix for twitter popup */

#modal-4 .twitter-timeline {
	width: 500px;
	height: 480px;
	margin-top: 30px;
}

/* Popup Map Balloune */
#modal-5 .md-content{
	height: 588px;
	width: 641px;
	background-image: url('images/map.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
#modal-5 .wpcf7 {
	padding: 23px 28px;
}
#modal-5 h1 {
	background:rgba(36,36,36,0.8);
	padding: 7px;
	margin: 0;
}
#modal-5 input[type="text"], #modal-5 input[type="email"] {
	width: 32%;
	background-color: #242424;
}
#modal-5 .bal-1{
	margin-top:20px;
}
#modal-5 .bal-1 .your-first-name input, #modal-5 .bal-1 .your-last-name input{
	margin-right: 2%;
}
#modal-5 .bal-2, #modal-5 .bal-3, #modal-5 .bal-4 {
	margin-top:7px;
	width:100%;
}
#modal-5 .bal-2 .dates input {
	width:66%;
	margin-right:2%;
}
#modal-5 .bal-3 {
	color: #bababa;
	background:rgba(36,36,36,0.8);
	padding-left: 8px;
}
#modal-5 .bal-4 {
	text-align: right;
}
#modal-5 input.wpcf7-submit {
	margin: 0;
}
#modal-5 .ajax-loader {
	display: block;
}
#modal-5 .bal-5 {
	text-align: right;
	float: right;
	padding-top: 160px;
	font-weight: 400;
}
#modal-5 .bal-5 a {
	background:rgba(36,36,36,0.6);
}

/* Popup Nous écrire */
#modal-6 .md-content {
	width: 621px;
}
#modal-6 input[type="text"],#modal-6 input[type="email"] {
	text-align: center;
}

#modal-6 input[type="text"],#modal-6 input[type="email"], #modal-6 textarea{
	width:100%;
}
#modal-6 input {
	margin-bottom: 10px;
}
#modal-6 .mc-subscribe {
	font-weight: 300;
	color: #bababa;
	font-size: 15px;
}
#modal-6 .wpcf7-submit {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Popup Newsletter */
#modal-8 {
	width: 580px;
}
.newsletter{
	position:relative;
}
form.mc4wp-form {
	margin: 0;
	text-align: center;
}
form.mc4wp-form a:hover{
	color:#fff;
}
#mc4wp_fname, #mc4wp_lname, #mc4wp_email{
	display:inline-block;
	width:184px;
}
#mc4wp_fname, #mc4wp_lname {
	width: 150px;
	margin-right: 20px;
}
/* Popup Mentions Légales */
#modal-9, #modal-10 {
	font-size: 12px;
	height: 90%;
	overflow-y: hidden;
	overflow-x: hidden;
}
#modal-9.md-show, #modal-10.md-show {
	overflow-y: auto;
}
#modal-9 .md-content, #modal-10 .md-content {
	color: #bababa;
}
#modal-9 .md-content > div, #modal-10 .md-content > div {
	margin-top: 30px;
}

/* popup share */
#modal-11 {
	z-index: 999999999;
}
#modal-11 .really_simple_share {
	padding-right: 37px;
}
#modal-11 .really_simple_share div {
	float: none;
	padding: 0 0 10px 0;
	padding-left: 0;
}
#modal-11 .really_simple_share_twitter {
	padding: 0 0 6px;
}
#modal-11 .rss {
	padding-top: 3px;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (min-width: 999px) {

	footer #secondary{
		padding-top:100px;
		margin-bottom:0;
	}
	
	#sponsors{
		padding-bottom:25px;
	}
	
	#pg-103-7 .panel-grid-cell{
		width:235px!important;
		margin-right:40px;
	}
	
	#pg-103-7 .panel-grid-cell:last-child{
		margin-right:0px;
		/*width:155px!important;*/
	}
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}


@media (max-width: 1320px) {
	/* home -> que deviennent vos dons */
	#pg-103-3 .panel-grid-cell{
		width:200px!important;
		margin: 0 15px;
		vertical-align:middle;
	}
	/* Pages - Accordion */
	#accordion .accordion-container {
		padding-left: 30px;
		padding-right: 30px;
	}
	/* footer */
   	.site-footer {
   		background-size: 20%;
   	}
}


@media (max-width: 1200px) {
	/* Home 1200px */
	/* Header */
	.home .home-logo {
		margin-top: 5px;
		margin-left: 62px;
		width: 133px;
		height: auto;
	}
	.home .home-logo2 {
		margin-top: 5px;
		margin-left: 72px;
		width: 82px;
		height: auto;
	}
	/* home -> comment nous aider / gardez le lien */
	#pg-103-5 .panel-grid-cell, #pg-103-7 .panel-grid-cell {
		margin: 0 10px 10px 10px;
	}

	/* footer */	
	.site-footer {
		background-position:92% center;
	}


	/* Pages - Logo */
	#not-home .home-link {
		position: absolute;
		width: 89px;
		height: 85px;
		background-image: url('images/logo.png');
		background-repeat: no-repeat;
	}
	#not-home .home-link img {
		display: none;
	}
}


	


@media (max-width: 1024px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}



	/* Pages */
	#accordion .accordion-container {
		width: 96%;
	}

	/* Pages - Header */
	#buttons {
		right: 339px;
	}
	/* Nous decouvrir - A propos */
	.content-tab.anta-akhi-france .btn-pink {
		font-size: 36px;
		white-space: nowrap;
	}
	/* Nos actions - actions en france */
	#content.decouvrir .actions-en-france h4:nth-child(2), #content.decouvrir .bilans-annuels h4:nth-child(2) {
		margin-left: 50px;
		margin-right: 50px;
	}
	/* footer */	
	.site-footer {
		background-image: none;
	}

}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}


	.slider-title h1 {
	    font-size: 53px;
	    margin-top: -69px;
	}
}


@media (max-width: 935px) {
}

@media (max-width: 830px) {
	/* home 830 */

	/* home -> header */
	.home #top-menu {
	    display:none;
	}


	/* home -> no scroll */
	.intro-1 {
		display: none
	}
	.intro-2 {
		width: 90%;
	}
	.intro-2 {
   		margin: 0px;
		padding: 10px 5px;
   	}
	.intro-3, .intro-4 {
   		margin: 0px;
		padding: 20px 5px;
	}
   	.intro-3 a, .intro-4 a {
   		line-height: 23px;
   	}
   	#panel-103-0-0-0, #panel-103-0-0-0.fixed {
		margin-bottom: 0;
		padding: 0;
	}	
	/* Home - Comment nous aider ? */
	#pg-103-5 .panel-grid-cell {
		margin: 0 40px;
	}
	/* Pages - Header */
	#not-home .home-link {
		top: 24px;
	}
	#not-home .site-header {
		position: initial;
		height: 142px;
	}
	#main {
		padding-top: 0 !important;
	}

	#buttons {
		left: 140px;
		right: initial;
	}
	#buttons a {
		margin-right: 100% !important;
		white-space: nowrap;
		line-height: 53px;
	}
	/* Pages - Tabs */
	.page-accordion h4 {
		font-size: 27px;
	}
	/* Nos actions - actions en france */
	.page-accordion .contents_years .panel-grid-cell .panel:after {
		clear: none !important;
	}
   	/* footer */
   	.site-footer {
   		background-image: none;
   	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 768px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
	
	#pg-103-3 .panel-grid-cell{
		width:30%;
	}

	/* home 767 */
	.home .home-logo2 {
		display: inline;
		margin-top: 10px;
		margin-left: 38px;
		vertical-align: top;
	}
	/* Home - Slider */
	.slider-home .tp-caption {
		width: 100%;
		line-height: 37px !important;
		font-size: 25px !important;
	}

	/* home -> no scroll */
	#panel-103-0-0-0.fixed{
		position: initial;
	}
	.intro-1 {
		display:none;
	}
	.intro-2 {
		text-align: center !important;
		width: auto;
	}
	/* home -> que deviennent vos dons */
	#pg-103-3 .panel-grid-cell {
		width: 230px!important;
	}
	/* home -> comment nous aider */
	#pg-103-5 .panel-grid-cell {
		width: 174px!important;
	}

	.page-accordion .nos-actus .contents_years, .page-accordion .nos-actus .tabs-years {
		display: none
	}
	.page-accordion .nos-actus .contenu-article {
		margin: 0;
	}
	.page-accordion .nos-actus .contenu-article > div:nth-child(-n+10) {
		display: block;
		padding-bottom: 40px;
	}
	.page-accordion .nos-actus .contenu-article > div:nth-child(n+11) {
		display: none;
	}
	header .sm {
		display: none;
	}
	footer .sm .mail,
	footer .sm .fb,
	footer .sm .tw,
	footer .sm .place {
		display: inline-block;
	}


	.slider-home {
		height: 400px;
		background-color: #bababa;
	}
	#rev_slider_4_1_wrapper, #rev_slider_4_1, #rev_slider_4_1 .tp-bgimg, #rev_slider_4_1 .slotholder, #rev_slider_4_1 > ul, #rev_slider_4_1 > ul > li {
		height: 400px !important;
		min-height: 400px !important;
		background-color: #242424 !important;
	}


}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	/* home -> comment nous aider */
	#pg-103-5 .panel-grid-cell {
	width: 145px!important;
	}

	/* Pages - Header */	
	.slider-title h1 {
		font-size: 41px;
		margin-top: -52px;
	}
	.tp-bullets {
		right: 0 !important;
		bottom: 13px !important;
	}
	.tp-bullets .bullet {
		margin-right: 14px !important;
	}


	/* tab years */
	.page-accordion .tabs-years h5.selected a {
		color: #ec008c;
		font-size: 26px;
	}
	.page-accordion .tabs-years {
		width: 56px;
	}
	.page-accordion .tabs-years h5 a {
		transition: font-size 0.20s linear, color 0.20s linear;
		font-size: 15px;
	}
	.page-accordion .tabs-years h5.dock-1 a {
		font-size: 26px;
	}
	.page-accordion .tabs-years h5.dock-2 a {
		font-size: 20px;
	}
	.page-accordion .tabs-years h5.dock-3 a {
		font-size: 15px;
	}
	.page-accordion .contents_years {
		margin-left: 80px;
	}

	/* Pages - Nos actions */
	#bouton-slide-menu {
		width: 55px;
	}
	#content.decouvrir .actions-en-france h4:nth-child(2) {
		margin-left: 110px;
		margin-right: 110px;
	}
	.actions-en-france .section-head, .aidez-nous #accordion .panel-grid:nth-child(2) .textwidget {
		font-size: 24px;
		line-height: 29px;
	}
	#content.decouvrir .bilans-annuels h4:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	#content.decouvrir .bilans-annuels h4:after {
		content: '';
		display: block;
	}
	.page-accordion .nous-contacter h1 {
		font-size: 19px;
	}

	#accordion .nos-jeunes .section-head {
		font-size: 24px;
	}
	
	.aidez-nous  #accordion .section-head {
		font-size:24px;	
	}

	
}

@media (max-width: 600px) {
	/* home  600 */
	/* home -> header */
	.home.menu-ouvert .home-link {
		left: -100% !important;
	}
	.home .home-logo {
		margin-left: 30px;
   	}   
	/* home -> titres */
	.home .panel-grid h1 {
   		font-size: 48px;
   	}
   	/* popup all */
   	.md-modal {
		background-color:#262626;
	}
   	.md-modal .md-content {
   		width: 100%;
   	}
   	/* popup facebook */
   	#modal-2 {
   		overflow: auto;
   		width: 100%;
   		height: 100%;
   	}
   	#modal-2 h1 {
   		display: none;
   	}
   	#sidebar-fb {
   		margin-top: 8%;
   	}
   	/* popup twitter */
   	#modal-4 {
   		overflow-y: auto;
   	}
   	#modal-4, #modal-4 .md-content {
   		width: 100%;
   		height: 100%;
   	}
   	#modal-4 .twitter-timeline {
   		width: 90%;
   		height: 90%;
		margin: 8% auto;
		display: block;
   	}
   	/* popup newsletter */
   	#modal-8 {
   		overflow: auto;
   		width: 100%;
   		min-height: 100%;
   	}
   	#mc4wp_fname, #mc4wp_lname, #mc4wp_email {
   		display: block;
   		margin: 10px auto;
   		width: 184px;
   	}
   	/* popup map */
   	#modal-5 {   	
   		overflow: auto;
   		width: 100%;
   		height: 100%;	
   	}
   	#modal-5 .md-content {
		width: 100%;
		min-height: 100%;		
		background-image: url('images/map.jpg');
		background-size: cover;
	}
	/* popup contact */
   	#modal-6 {   	
   		overflow: auto;
   		width: 100%;
   		height: 100%;	
   	}
   	#modal-6 .md-content {
		width: 100%;
		min-height: 100%;
	}
	#modal-6 .wpcf7 {
    		margin-top: 30px;
    	}
    	/* Popup Mentions Légales */
	#modal-9, #modal-10 {
   		width: 100%;
   		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
   	#modal-9 .md-content, #modal-10 .md-content {
		width: 100%;
		min-height: 100%;
	}

	.page-accordion .nos-actus .contenu-article h1 {
	    font-size: 26px;
	}

	.page-accordion .nous-contacter table {
   		 width: 100%;
   		}
}



@media (max-width: 500px) {
	/* home  500 */

	/* home */
	.home .panel-grid h1 {
		font-size: 35px;
	}
	/* Home - Slider */
	.slider-home .tp-caption {
		width: 100%;
		line-height: 35px !important;
		font-size: 19px !important;
	}
	.slider-home .tp-caption a.plus {
		font-size: 19px !important;
		padding: 2px !important;
	}

	/* PAges */
	#content.decouvrir .actions-en-france h4:nth-child(2) {
		 margin-left: 0; 
		 margin-right: 0; 
	}
	#content.decouvrir .actions-en-france h4:after {
		content: '';
		display: block;
	}
	.page-accordion .btn-pink {
		font-size: 38px;
		white-space: nowrap;
	}
	.slider-title h1 {
		font-size: 33px;
		margin-top: -42px;
	}
	#not-home .tp-bullets {
		display: none
	}
	.tp-bullets {
		bottom: 10px !important;
	}
	.tp-bullets .bullet {
		width: 30px !important;
		height: 30px !important;
	}

	#buttons {
		left: 97px;
		right: initial;
		top: 25px;
	}

	.home .panel-grid h1 {
		letter-spacing: 2px;
		font-size: 30px;
	}

	#buttons a.donne, #buttons a.inscrire {
		font-size: 20px;
		margin: 0 0px;
		line-height: 40px;
	}

	#accordion .nos-jeunes .section-head {
		font-size: 17px;
	}
	
	.aidez-nous  #accordion .section-head {
		font-size:17px;	
	}

	/* footer */
	footer #nav_menu-2, footer #nav_menu-3, footer #nav_menu-4, footer #nav_menu-5 {
    		width: 130px;
    	}
}


@media (max-width: 420px) {
	.home .home-logo2 {
		display: none;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

	/* home */
	
	.nos-jeunes h4 {
		margin-left: auto;
		margin-right: auto;
	}
	.page-accordion h4 {
		font-size: 25px;
		line-height: 59px;
	}
	.page-accordion h4 .min {
		font-size: 14px;
	}
	.nos-jeunes .content-tab .widget_widget_sp_image {
		float: none;
		margin-bottom: 0px;
	}
	.page-accordion .btn-pink {
		font-size: 26px;
		white-space: nowrap;
	}
	#accordion .accordion-container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.actions-en-france .section-head, .aidez-nous #accordion .panel-grid:nth-child(2) .textwidget {
		font-size: 17px;
		line-height: 19px;
	}
	#accordion > h3 {
		font-size: 32px;
	}
	.slider-title h1 {
		font-size: 24px;
		margin-top: -31px;
	}

	.intro-3, .intro-4 {
		padding: 15px;
	}
	.intro-3 a, .intro-4 a {
		font-size: 32px;
	}
	/* Slider Page Interne */
	.page-accordion .rev_slider_wrapper, .page-accordion .rev_slider {
		height: 115px !important;
	}
	.evenement-titre, .savoir-plus {
		font-size: 23px;
	}
}


/**
 * 10.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
	
}