/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
.widget.widget_a2a_share_save_widget {
	text-align: left;
}
.wpmchimpaf .wpmchimpa-feedback {
    margin: 0 22px!important;
    clear: both;
    height: 14px;
    position: relative;
    color: #fff;
}
.home_first_page .title-section .section-inner {
    padding: 20px!important;
}
.bg-image.master {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#ffffff!important;
}
.bg-shader.master {
    background: rgba(0,0,0,0)!important;
    z-index: 1;
}
.wrapper:after {
	background: #dedede!important;
}
.wrapper:before {
	background: -moz-linear-gradient(#dedede); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(222,222,222,0) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(222,222,222,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(222,222,222,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(222,222,222,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}
.post-title {
    font-size: 1.3em;
}
.home-first-page .title-section .section-inner {
    padding: 50px 0;
}
.featured-media a, .featured-media img, .featured-media iframe {
	margin:auto;
}
.post-content {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.0em;
}
.post-excerpt {
    font-family: 'Fira Sans', serif;
    font-size: 0.9em;
    line-height: 120%;
    color: #666;
}
.single-post .post-inner {
    padding: 8% 0;
    width: 800px;
    max-width: 84%;
    margin: 0 auto;
}

/* Pagination */

body.blog.home div.content {
	padding-bottom: 50px;
}

.archive-nav {
	display: none;
}

div.page-title {
	display: none;
}

#pagination {
	top: auto !important;
	bottom: -50px;
	left: 50% !important;
	-moz-transform: translateX(-50%);  
  -webkit-transform:translateX(-50%);  
  -o-transform:translateX(-50%);  
  -ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

#pagination ol li .title {
	margin : 12px;
}

#pagination ol li > * {
	border-radius: 2px;
	border: none;
	background-color: transparent;
	margin-right: 8px;
	color: #666;
}

#pagination ol li > a {
	-webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

#pagination ol li > a:hover {
	color: #ea7c00;
}

#pagination ol .page.current {
	border: 1px solid #ea7c00;
	color: #ea7c00;
}

.post-content img {
    border: none;
}
.post-tile {
	color: #272b44;
}
.post-title a:hover {
    color: #c8aa6f;
}
.navigation {
    background: #272b44;
}
.main-menu a {
    color: #fff;
}
.menu-social a {
    background: #c8aa6f;
}
.wp-block-button {
	text-align: center;
}