/* ==========================================================================
   Blog Styles
   ========================================================================== */

/* Featured Posts */

/* #featured-posts-container .featured-post{margin-bottom: 3em} */
#featured-posts-container .featured-post:last-of-type {
    margin-bottom: 0;
}


.featured-post {
    /*
    height: 500px;
    max-height: 500px;
    min-height: 500px;
    overflow: hidden;
    */ 
}


.featured-post img {
    opacity: 1;
    width: 100%;
    
}

.featured-post-info {
    padding: 1.5em;
    background-color: #efefef;
    margin-bottom: 30px;
}

.featured-post-info h2 {
    margin-top: 0;
    color: #2a2a2a;
}

.featured-post-info hr {
    width: 25%;
    margin: 1.5em auto;
    padding: 0;
    border-top: 1px solid #9a9a9a;
}

.featured-post-info p:first-of-type {
    margin-bottom: 0;
}

.featured-post-audio .jp-audio {
    height: 0px;
}

.featured-post-gallery {
    overflow: hidden;
}

.featured-post-gallery .swiper-slide:not(.swiper-slide-active) img {
    -webkit-filter: inherit;
    filter: inherit;
}

.featured-post-link #link-header {
    height: 202px;
}

.featured-post-link #link-header a {
    font-size: 22px;
}

.view-posts {
    border-radius: 0;
    margin-top: 2em;
    background-color: #4a4a4a;
    text-transform: uppercase;
    color: white;
    outline: 0;
}

.view-posts:hover {
    background-color: #cd1a6e;
    color: white;
    outline: 0;
}

.view-posts a {
    color: white;
    text-decoration: none;
}

/* Single Post */

.post-section {
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

#post-header {
    max-height: 450px;
    overflow: hidden;
}

#post-header img {
    width: 100%
}

.post {
    margin: 2em 0px 2.5em 0px;
}

.single-post .post a.post-edit-link {
    text-align: center;
    display: block;
}

.single-post .post span {
    font-size: 14px;
    display: block;
    color: #4a4a4a;
    text-align: center;
}

.single-post .post span:first-of-type {
    margin-bottom: 0.4em;
}

.single-post .post h1, .single-post .post h2, .single-post .post h3, .single-post .post h4, .single-post .post h5, .single-post .post h6 {
    font-family: 'Lora', 'Georgia', serif;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.single-post .post h1.post-title {
    font-size: 30px;
    font-family: 'Merriweather', serif;
    text-align: center;
    color: #2a2a2a;
}

.single-post .post p {
    font-family: 'Lora', 'Georgia', serif;
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.5;
}

.single-post .post hr {
    width: 25%;
}

.single-post blockquote p:last-of-type {
    margin-bottom: 0;
}

.single-post .format-standard img {
    margin-bottom: 4em;
}

#footer p {
    font-size: 12px
}

#post-details {
    margin-bottom: 4em;
}

#video-header, #link-header {
    background: #2a2a2a;
}

#link-header.background-image {
    background: rgba(42, 42, 42, 0.6)
}

.video-container {
    max-width: 900px;
    margin: 0 auto;
}

#link-header {
    text-align: center;
    position: relative;
    overflow: hidden;
}

#link-header img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#link-header a {
    color: white;
}

#link-header a:hover {
    color: #f4594e
}

#gallery-header {
    overflow: hidden;
}

.single-post #link-header {
    height: 200px;
}

.single-post #link-header a {
    font-size: 40px;
}

/* Comment */

#comments {
    background: #f2f2f2;
}

.comments ul {
    list-style: none;
}

.comments-list {
    padding: 50px 0;
}

.comment-author {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0.4em;
    margin-top: 0.3em;
}

.comment-meta {
    margin-bottom: 1em;
}

.comment-reply-link {
    margin-right: 0.4em;
}

.comment, .comment-body {
    margin-bottom: 2em;
}

.comment:last-child, .comment-body:last-child {
    margin-bottom: 0;
}

.comment-body p {
    font-size: 18px;
}

.comment-awaiting-moderation {
    color: #FF6666;
    font-weight: bold;
}

.comment-icons {
    position: absolute;
    top: 0;
    right: 15px;
}

#reply-title {
    color: #4a4a4a;
}

#commentform {
    margin-bottom: 2em;
}

#cancel-comment-reply-link {
    float: left;
    padding-top: 0.5em;
}

#commentform input[type="text"], #commentform textarea {
    background-color: #f2f2f2;
}

#comments #commentform input[type="text"], #comments #commentform textarea {
    background-color: white;
}

#comments #respond {
    margin-top: 3em;
}

#submit {
    background-color: #4a4a4a;
    border: 0;
    color: white;
    font-family: 'Cabin', serif;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
}

#submit:hover {
    background-color: #f4594e;
}

#show-comments {
    padding-top: 0.5em;
    display: block;
    text-align: center;
}

#show-comments.active a {
    color: #f4594e
}

#previous-post {
    float: left;
}

#next-post {
    float: right;
}

#make-comment {
    display: none;
}

#make-comment hr {
    margin-bottom: 2.5em;
}

/* OffCanvas Navigation */
#page {
    position: relative;
}

body:not(.home) #page {
    left: 0px;
    position: absolute;
}

body:not(.home) #page.move {
    position: absolute;
    left: 250px;
}

.page .show-offcanvas, .search .show-offcanvas, .category .show-offcanvas, .single-post .show-offcanvas, .archive .show-offcanvas, .single-portfolio #project-top-bar .show-offcanvas {
    display: block;
}

.show-offcanvas {
    position: fixed;
    top: 1.3em;
    display: none;
    left: 1.3em;
    z-index: 99999 !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.show-offcanvas i {
    color: #666666;
}

.show-offcanvas .fa-times, .show-offcanvas.active .fa-align-justify {
    display: none;
}

.show-offcanvas.active .fa-times {
    display: block;
}

.show-offcanvas.active .fa-times:hover {
    opacity: 1;
}

.single-portfolio .show-offcanvas {
    top: 0.8em;
}

.single-portfolio #project-top-bar .show-offcanvas {
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: center;
    margin-top: 5px;
}

#offcanvas-navigation {
    color: #666666;
    width: 250px;
    z-index: 9999;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    background-color: #0c0c0c;
    padding: 70px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
}

#offcanvas-navigation.active {
    left: 0px;
}

#offcanvas-navigation form.search {
    border-bottom: 1px solid #333332;
    width: 100%;
}

#offcanvas-navigation form.search i {
    color: #333332;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#offcanvas-navigation form.search i:hover {
    color: white;
    cursor: pointer;
}

button.search-submit {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

#offcanvas-navigation form.search input {
    font-size: 16px;
    width: 85%;
    border: none;
    background: none;
    color: #333332;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
}

#offcanvas-navigation form.search input:focus {
    color: white !important;
}

#offcanvas-navigation ul.sidebar-nav {
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 18px;
    margin-top: 20px;
}

#offcanvas-navigation ul.sidebar-nav li {
    padding: 0;
    padding-bottom: 10px;
    color: #666666;
}

#offcanvas-navigation ul.sidebar-nav li a {
    color: #666666;
}

#offcanvas-navigation ul.sidebar-nav li a:hover, #offcanvas-navigation ul.sidebar-nav li.current-menu-item a {
    color: white;
}

#offcanvas-navigation ul.sidebar-nav li:first-child {
    padding-top: 10px
}

#offcanvas-navigation .sidebar-widget h3 {
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-family: 'Cabin', sans-serif;
    padding-bottom: 10px;
    color: #666666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#offcanvas-navigation .sidebar-widget h3:hover {
    color: white;
    cursor: pointer;
}

#offcanvas-navigation .sidebar-widget ul {
    padding: 0;
}

#offcanvas-navigation .sidebar-widget ul li {
    padding: 0;
    padding-left: 10px;
    padding-bottom: 8px
}

#offcanvas-navigation .sidebar-widget ul li a {
    color: #666666;
}

#offcanvas-navigation .sidebar-widget ul li a:hover, #offcanvas-navigation .sidebar-widget h3.active {
    color: white;
}

::-webkit-input-placeholder {
    color: #333332;
}

:-moz-placeholder {
    color: #333332;
}

::-moz-placeholder {
    color: #333332;
}

:-ms-input-placeholder {
    color: #333332;
}

.show-offcanvas i {
    -webkit-transition: color, opacity 0.3s ease-in-out;
    -moz-transition: color, opacity 0.3s ease-in-out;
    -o-transition: color, opacity 0.3s ease-in-out;
    transition: color, opacity 0.3s ease-in-out;
}

.show-offcanvas i.fa-align-justify {
    opacity: 0.5;
}

.show-offcanvas i.fa-times {
    color: #f4594e;
    opacity: 0.5;
}

.show-offcanvas .fa-times:hover, .show-offcanvas .fa-align-justify:hover {
    opacity: 1;
}

#offcanvas-navigation, #page {
    -moz-transition: left .6s, -moz-transform .6s;
    -webkit-transition: left .6s, -webkit-transform .6s;
    -o-transition: left .6s, -o-transform .6s;
    transition: left .6s, transform .6s;
}

/* Blog Page */

#blog-header {
    height: 300px;
    background-color: #2a2a2a;
    text-align: center;
}

#blog-header h1 {
    font-size: 54px;
    margin-top: 0;
}

#blog-header .meta {
    color: white;
    text-transform: capitalize;
}

.blog-section {
    background-color: #fff;
}

.page .post, .search .post, .archive .post, .category .post, .page .portfolio, .search .portfolio, .archive .portfolio, .category .portfolio {
    margin: 2em 0;
    overflow: hidden;
    background: #f2f2f2;
}

.page .post h2, .search .post h2, .archive .post h2, .category .post h2, .page .portfolio h2, .search .portfolio h2, .archive .portfolio h2, .category .portfolio h2 {
    margin-top: 0;
}

.page .post h2 a, .search .post h2 a, .archive .post h2 a, .category .post h2 a, .page .portfolio h2 a, .search .portfolio h2 a, .archive .portfolio h2 a, .category .portfolio h2 a {
    color: #2a2a2a;
}

.page .post span, .search .post span, .archive .post span, .category .post span, .page .portfolio span, .search .portfolio span, .archive .portfolio span, .category .portfolio span {
    font-size: 0.9em;
    color: #4a4a4a;
}

.page .post .post-edit-link, .search .post .post-edit-link, .archive .post .post-edit-link, .category .post .post-edit-link, .page .portfolio .post-edit-link, .search .portfolio .post-edit-link, .archive .portfolio .post-edit-link, .category .portfolio .post-edit-link {
    float: right;
}

.page .post p, .search .post p, .archive .post p, .category .post p, .page .post p, .search .portfolio p, .archive .portfolio p, .category .portfolio p {
    font-size: 1.3em;
}

.page .post .view-article, .search .post .view-article, .archive .post .view-article, .category .post .view-article {
    display: none;
}

.page .post .swiper-container, .search .post .swiper-container, .archive .post .swiper-container, .category .post .swiper-container {
    overflow: hidden;
}

.page .post #link-header, .search .post #link-header {
    height: 150px;
}

.page .post #link-header a, .search .post #link-header a {
    font-size: 22px;
}

.post-data {
    padding: 2em;
}

/* Pagination */

.pagination {
    margin-top: 0;
    margin-bottom: 4em;
}

.page-numbers {
    padding: 0.5em 1em;
    background-color: #f2f2f2;
    color: black;
}

.page-numbers.current, .page-numbers:hover {
    background-color: #f4594e;
    color: white;
}

/* Page - custom, search, categories... */

#page-content {
    background-color: white;
    padding-top: 2em;
}

#page-content.default #comments {
    margin-top: 2em;
}

#page-content.default .post-edit-link {
    text-align: center;
    display: block;
    padding-bottom: 2em;
}

/* Page - nothing to display */

.nothing {
    margin: 40px 0;
    text-align: center;
}

/* 404 Page */

.error404 .content {
    text-align: center;
    height: 100%;
}

.error404 section h1 {
    line-height: 1.5;
}

/* Animations */

.featured-post-info h2 {
    transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
}

.page-numbers, #submit, .view-posts {
    transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
}

.page .post h2:hover a {
    color: #f4594e;
}

.fluidvids {
    width: 100%;
    height: 233px;
    position: relative;
}

.article-justifie, .article-justifie p {
    text-align: justify;
    font-size: 18px;
    color: #4a4b4b;
}

#article {
    margin-bottom: 30px;

}

.fb-share-button {
    top: -5px;
    margin-right: 30px;
}

article h2 {
    color: #b3b4b4;
}

.lire-suite {
    margin-top: 10px;
    color: #FFF;
    background-color: #000;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 30px;
}


.liste_categories { font-size:24px;}

.date-article {  
    position: absolute;
    color: #FFF;
    font-size: 12px;
    padding: 5px;
    margin-left: -3px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.6);
}