/*
Theme Name: sahifa-abloc
Version: 1.0
Description: A child theme of Sahifa
Template: sahifa
*/

@import url("../sahifa/style.css");

/* STYLE divers */


.flex-row{
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;

}
.flex-column{
    display: flex;
    flex-direction: column;
}


body {
    font-size: 16px!important;
    font-weight: 100;
    font-style: normal;
    color : #4d4d4d;
    background: #FFF url('https://www.abloc-webzine.org/wp-content/themes/sahifa-abloc/style.css');
} 
blockquote p {
    color: #999;
    padding: 20px 0px;
    font-size: 1.5em;
    line-height: 1.4;
    font-style: normal;
    border: 1px solid #F1F1F1;
    color: #ff0059;
    border-width: 2px 0 2px 0px;
    text-align: center!important;

}
blockquote{
    width: 80%;
    margin: 2em auto 3em!important;
}
blockquote p::before {
    background: transparent;
    display: inline-block;
    content: '"';
    color: #ff0059;
    text-align: center;
    font-size: 40px;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: 0.8;
    width: 100%;
    display: block;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    blockquote p {
        font-size: 1.2em;
        line-height: 1.4;
    }
}
.post-tooltip {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px #666 dotted;
    color: #ff0059 !important;
}
.tipsy {
    font-size: 14px;
    font-style: normal;
    line-height: 17px;
    padding: 5px;
}
.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'encode_sans_condensedsemibold'!important;
}
h4{
    font-size: 2em;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    line-height: 1.3em;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'encode_sans_condensedsemibold';
}
.entry {
    word-wrap: break-word;
    line-height: 25.5px;
}
a {
    color: #4d4d4d;
    text-decoration: none;
}

.entry a{
    text-decoration: none;
    color: #ff0059;
}
.entry .gallery-item a,
.entry .wp-playlist-item a{
    border-bottom: none;
}

.entry h2 {
    font-size: 34px;
    text-align: left!important;
}
.entry h2:before {
    content:'•';
    color: #ff0059;
    margin-right: 0.4em;  
}
.entry h2:after {
    content:'•';
    color: #ff0059;
    margin-left: 0.4em;  
}

.entry h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.entry h3:before {
    content:'••';
    margin-right: 0.4em;  
}
.entry h3:after {
    content:'••';
    margin-left: 0.4em;  
}
.entry img{
    border: 1px solid #F1F1F1;
}
.gallery .entry a{
    text-decoration: none;
    border-bottom: 0px;
}

hr{ border-color: #F1F1F1;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 30px 0;
}

h3.post-box-title, h3.post-box-title a {
    font-size: 16px;
}

.dropcap {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
}

.cat-box .entry {
    font-size: 15px;
}
.cat-box .entry p, .archive-box .entry p {
    line-height: 1.5;
    margin-bottom: 12px;
}
.cat-box-title h2 a {
    color: #4d4d4d;
}
.box div.box-inner-block {
    padding-left: 70px;
    min-height: 0px;
}
.breaking-news span.breaking-news-title {
    background: #F43D2A;
    display: block;
    float: left;
    padding: 0px 10px;
    height: 32px;
    color: #FFF;
    font-family: 'encode_sans_condensedsemibold';
    font-size: 14pt;
    line-height: 34px;
}
.archive-meta {
    padding: 2em 0;
}
.post-navigation div.post-previous,
.post-navigation div.post-next{
    width: 50%;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #999;
}
@media only screen and (max-width: 768px) {
    .post-navigation div.post-previous,
    .post-navigation div.post-next{
        width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #999;
    }
}
.post-navigation div.post-previous{
    justify-content: start;
}
.post-navigation div.post-next{
    justify-content: flex-end;
}

.post-navigation div a:after {
    position: absolute;
    color: #ff0059;
    font-size: 28px;
    margin-top: 0px;
    height: 30px;
    line-height: 32px;
    top: 0%;
    padding: 0px 5px;
}
.post-navigation div span {
    display: inline-block;
    color: black;
}
.post-previous a::after {
    content: '<';
    content: "\f137";
    font-family: FontAwesome;
    left: 0;
}
.post-next a::after {
    content: '>';
    content: "\f138";
    font-family: FontAwesome;
    left: 0;
}
.cat-box-content, 
#sidebar .widget-container, .post-listing, #commentform {
    background: #FFF;
    border-bottom: 6px solid #F88C00;
    -webkit-box-shadow: 0 0 3px #F1F1F1;
    -moz-box-shadow: 0 0 3px #F1F1F1;
    box-shadow: 0 0 3px #F1F1F1;
}
/* --> AVATAR */

#author-box .author-avatar img {
    border-radius: 50%;
}

/* --> FIN de STYLE divers */

/* --> BACKGROUND */
.background-cover {
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 30%, #e5e5e5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 30%,#e5e5e5 100%);
    background: radial-gradient(ellipse at center, #ffffff 30%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );

}
/*SIDEBAR*/
#sidebar {
    float: right;
    width: 30%;
    padding-left: 25px!important;
    border-left: 1px solid #F1F1F1;
}
@media screen and (max-width: 989px) {
    #sidebar {
        display:none;
    }
}
.single-post #sidebar {
    float: right;
    width: 25%;
    padding-left: 25px!important;
    border-left: 2px solid #F1F1F1;
}
@media screen and (max-width: 989px) {
    #sidebar {
        display:none;
    }
}

#wrapper.boxed-all {
    position: relative;
    background: #FFF;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px #F1F1F1;
    -moz-box-shadow: 0 0 3px #F1F1F1;
    box-shadow: 0 0 3px #F1F1F1;
}

#wrapper.boxed-all #main-content {
    width: 100%;
    max-width: 1200px;
    margin-top: 0;
    padding: 0 2em;
    background: transparent;
}
@media only screen and (min-width: 991px) {
    .single-post .content{
        width: 75%;
        padding-right: 25px;
    }
    .single-post .full-width .content{
        width: 100%;
        padding-right: 0px;
    }

    .single-post #sidebar {
        float: right;
        width: 25%;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 991px) {
    .content{
        width: 70%;
        padding-right: 25px;
    }
    #sidebar {
        float: right;
        width: 30%;
        padding-left: 15px;
    }
}


@media only screen and (max-width: 990px) {
    .content{
        width: 100%;
        float: none;
    }
    .cat-box-title{
        padding: 3px 0px 3px 20px;
    }
    .widget-top {
        padding: 5px 0px 3px 10px;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.widget-top {
    padding: 5px 0 10px;
}

.archive .content,
.category .content{
    width: 100%;
    padding: 0px;
}
.archive .content .post-listing,
.category .content .post-listing{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .archive .content .post-listing,
    .category .content .post-listing{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0 1.6em!important;
        padding: 0em!important;
    }
    .archive .content .post-listing article.item-list, 
    .category .content .post-listing article.item-list {
        flex: 0 1 100%;
        margin: 2em 0em 0em!important;
        padding: 0em 0em 2em!important;
    }
}

@media only screen and (min-width: 1200px) {
    .archive .content .post-listing article.item-list,
    .category .content .post-listing article.item-list{
        flex: 0 1 30.5%;
        margin: 1em 3em 2em 0em;
        padding: 0em 0em 1em;
    }
    .archive .content .post-listing article.item-list:nth-child(3n+1),
    .category .content .post-listing article.item-list:nth-child(3n+1){
        margin: 1em 3em 2em 0em;
    }
    .archive .content .post-listing article.item-list:nth-child(3n),
    .category .content .post-listing article.item-list:nth-child(3n){
        margin: 1em 0em 2em 0em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px){
    #wrapper #main-content {
        padding: 0 2em!important; 
    }
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .archive .content .post-listing article.item-list,
    .category .content .post-listing article.item-list{
        flex: 1 1 47%;
        margin: 1em 3em 2em 0em;
        padding: 0em 0em 1em;
    }
    .archive .content .post-listing article.item-list:nth-child(2n),
    .category .content .post-listing article.item-list:nth-child(2n){
        margin: 1em 0em 2em 0em;
    }
}

.archive .content .post-listing article.item-list .post-thumbnail,
.category .content .post-listing article.item-list .post-thumbnail{
    margin: 0px 0px 1.6em 0px;
    padding: 0px;
    float: none;
}
.archive .content .post-listing article.item-list .entry ,
.category .content .post-listing article.item-list .entry {
    text-align: justify;
}
.archive .content .post-listing article.item-list .entry p ,
.category .content .post-listing article.item-list .entry p{
    margin-bottom: 1.4em;
}
/* Page d'accueil*/

.featured-title h2 {
    margin-bottom: 20px;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
    font-size: 2.2em;
    line-height: 1.05;
    margin-top: 5px;
}

.featured-post-3 .featured-title h2,
.featured-post-4 .featured-title h2,
.featured-post-5 .featured-title h2{
    font-size: 1.8em;
    line-height: 1.05;
}

.featured-title {
    position: absolute;
    width: 100%;
    bottom: -10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 20px;
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (min-width: 1200px) {
    .featured-post-1 .featured-post-inner,
    .featured-post-2 .featured-post-inner{
        height: 350px!important;
    }
}
.pic-box.tie-cat-53.pic-grid.cat-box li {
    width: 16.65%;
    height: 9.2em;
}
.pic-box.tie-cat-51.pic-grid.cat-box li {
    width: 16.65%;
    height: 8em;
}
.wide-box li {
    height: 87px;
}
@media only screen and (min-width: 1200px) {
    #featured-posts {
        max-width: 1200px;
        width: 110%;
        left: -2em;
    }
}
@media only screen and (max-width: 1199px) {
    #featured-posts {
        max-width: 100%;
        width: 100%;
        left: 0px;
    }
}

/* Header */

.slogan{
    text-align: center;
    padding: 0.2em 1em 0.8em;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3;
}
.slogan:before{
    content: '•';
    color: #ff0059;
    margin-right: 0.6em;
}
.slogan:after{
    content: '•';
    color: #ff0059;
    margin-left: 0.6em;
}

.header-content {
    border-bottom: 1px solid #fbfbfb;
    padding: 0px 20px;
    margin: 0 auto;
    border-top: 1px solid black;
    background: #fbfbfb;
}

.logo h1, .logo h2{
    max-width: 70%;
    height: auto;
    width: 70%;
    text-align: center;
    padding: 0em 1em;
}
.logo h1 img, .logo img h2{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo h1 img:hover, .logo h2 img:hover{
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.logo{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-flex;

    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;

    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;

    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;

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

.logo img{
    -ms-flex: 1 1 32%;
    -webkit-flex:1 1 32%;
    flex: 1 1 32%;
    transition: all 0.3s ease-in-out;
    padding: 0px 6px;
}

.logo img.imgheader{
    max-width: 100%;
    max-height: auto;
}

@media screen and (max-width: 1024px) {
    img.imgheader1{
        display: none;
    }
}

@media screen and (max-width: 900px) {

}
@media screen and (max-width: 768px) {
    img.imgheader2{
        display: none;
    }
    img.imgheader3{
        display: none;
    }
    .logo img.imgheader {
        max-width: 70%;
        max-height: auto;
    }
    .logo h1, .logo h2 {
        max-width: 70%;
        height: auto;
        width: 70%;
        text-align: center;
        padding: 0em; 
    }
    .header-content {
        padding: 20px 0px;
        position: relative;
    }
}
@media only screen and (max-width: 350px){
    .logo img {
        max-width: 90%;
    }
    .logo {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 900px){
    #slide-out-open {
        display: block;
        position: absolute;
        top: 40%;
    }
}

/*FEATURED POST */
#featured-posts .featured-post-inner {
    height: 250px;
}

@media only screen and (max-width: 670px) {
    #featured-posts .featured-post-inner {
        height: 170px;
    }
}

/*ligne*/
.stripe-line {
    background: url(../../uploads/2017/10/trait.png);
    height: 12px;
}
.page-head .stripe-line {
    margin-top: 5px;
}

/* dans le MENU */

#main-nav ul li.current-menu-item, #main-nav ul li.current_page_parent, #main-nav ul li.current-menu-parent, #main-nav ul li.current-page-ancestor {
    margin-top: 0px;
    margin-bottom: -5px;
}

#main-nav {
    background: #fff;
    box-shadow: none;
    min-height: auto;
    border-top: 2px solid #F1F1F1;
    width: 100%;
}
.fixed-nav {
    max-width: 1200px;
}

/*TOP NAV */

.top-nav {
    background: #191919;
    border-bottom: 0px solid #ececec;
    height: 30px;
}
.top-nav .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.top-nav .social-icons a,
.today-date,
.top-nav ul li a {
    color: #fff;
}
.today-date {
    float: left;
    padding: 0 10px;
    font-size: 13px;
    margin: 6px 10px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #CCC;
    border-width: 0 1px 0 0;
}

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

.mini-share-post {
    clear: both;
    margin: 10px -24px -20px;
    padding: 30px 10px 10px 25px;
    height: 40px;
}

#main-nav ul li.current-menu-item a, 
#main-nav ul li.current-menu-parent a, 
#main-nav ul li.current_page_parent a, 
#main-nav ul li.current-page-ancestor a{
    height: 60px;
    line-height: 60px;
    border-width: 0 !important;
    font-weight: bold;
}
#main-nav ul li {
    font-size: 12px!important;
    position: relative;
    display: inline-block;
    float: left;
    border: 1px solid #222222;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 0 0 0px;
    height: 60px;
}
#main-nav ul li a {
    display: inline-block;
    height: 60px;
    position: relative;
    line-height: 60px;
    color: inherit;
    padding: 0 15px;
    border: 0px solid #383838;
    border-width: 0 0 0 0px;
}

#main-nav ul li:hover > a, 
#main-nav ul:hover > a {
    color: inherit;
}
#main-nav ul > li.menu-item-has-children:hover > a::after,
#main-nav ul > li.mega-menu:hover > a::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 52px;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #F88C00;
    display: block;
    width: 0;
    z-index: 200;
    -webkit-animation: fadeInDown .2s ease-in;
    -moz-animation: fadeInDown .2s ease-in;
    animation: fadeInDown .2s ease-in;
}
#main-nav ul ul li, #main-nav ul ul li:first-child {
    padding: 10px 0px;
}

#main-nav .mega-menu-block .mega-check-also a.mega-menu-link {
    display: inline;
    margin-top: 0;
    line-height: 15px !important;
    margin-top: 0px;
}
#main-nav ul li.menu-item-home.current-menu-item a {
    background-position: center 17px;
    height: 60px;
}
#main-nav .main-menu {
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#main-nav ul li.menu-item-home a {
    background-position: center -36px;
    text-indent: -9999px;
    width: 60px;
}

#main-nav ul li.menu-item-has-children::after, 
#main-nav ul li.mega-menu::after, 
.top-menu ul li.menu-item-has-children::after {
    position: absolute;
    right: 7px;
    top: 50%;
    display: inline-block;
    display: none;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: transparent;
    border-top: 4px solid #bbb;
    border-top-color: rgb(187, 187, 187);
}
a.random-article, a.tie-cart {
    background: #fff;
    width: 42px;
    height: 60px;
    display: block;
    float: right;
    margin-left: 1px;
    color: #494949;
    text-align: center;
    position: relative;
    position: absolute;
    top: 0px;
    right: 0px;
}
a.random-article i::before,
a.tie-cart i::before {
    font-size: 18px;
    width: 42px;
    line-height: 60px;
}

/*SOUS MENU */
#main-nav ul li.current-menu-item,
#main-nav ul li.current_page_parent,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
    margin-top: 0px;
    height: 60px;
    border-width: 0;
}
#main-nav .menu-sub-content {
    top: 63px!important;
}

#main-nav ul > li.current-menu-item.menu-item-has-children:hover > a::after,
#main-nav ul > li.current_page_parent.menu-item-has-children:hover > a::after {
    top: 52px;
}
#main-nav ul li.menu-item-has-children a,
#main-nav ul li.mega-menu a {
    padding-right: 20px;
}
#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current_page_parent a,
#main-nav ul li.current_page_parent a:hover,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li.current-page-ancestor a:hover {
    height: 60px;
}


/* Dans les pages FOOTER */

.page-title {
    float: left;
    margin-right: 12px;
    font-size: 24px;
    line-height: 18px;
    font-family: 'Titillium Web';
    font-weight: bold;
    /*color: #ff0059;*/
}

h2.post-box-title, h2.post-box-title a {
    font-size: 24px;
    line-height: 1.3;
    font-family: 'encode_sans_condensedsemibold'!important;
}

.post-title {
    font-family: 'encode_sans_condensedbold'!important;
    font-size: 2.4em;
    line-height: 1.1;
}


/* Bas de page */
.footer-bottom {
    position: relative;
    background: #191919;
    line-height: 35px;
    border-top: 1px solid #fff;
    color: #ccc;
    padding: 0em 2em;
}

#wrapper.boxed-all #footer-widget-area,
#wrapper.boxed-all .footer-bottom .container{
    max-width: 1200px;
    width: 100%;
    padding: 0 30px;
}

#theme-footer {
    position: relative;
    color: #ddd;
    background: #191919;
    padding: 0px;
    border-top: 0px solid #000000;
    border-top-color: rgb(0, 0, 0);
    margin-top: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.footer-bottom .footer-icones{
    margin: 4em 2em;
}
.footer-bottom .footer-icones a{
    background: #ff0059;
    margin: 0 1em;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    font-size: 1em;
}
@media screen and (max-width: 768px) {
    .footer-bottom .footer-icones a{
        margin: 0 0.4em;
    }
    .footer-bottom .footer-icones {
        margin: 2em 0em;
    }
    .footer-bottom .menu-menu-footer-container ul#menu-menu-footer {
        padding: 1.6em 0em 2em;
    }
}
.footer-bottom .menu-menu-footer-container{
    margin: 1em 0em;
}
.footer-bottom .menu-menu-footer-container ul#menu-menu-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding: 1.6em 0em;
}
@media screen and (max-width: 768px) {
    .footer-bottom .menu-menu-footer-container ul#menu-menu-footer{
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom .menu-menu-footer-container ul#menu-menu-footer li {
        line-height: 1.6;
    }

}
.footer-bottom .menu-menu-footer-container ul#menu-menu-footer li{
    margin: 0em 1em;
}

.footer-bottom .menu-menu-footer-container ul#menu-menu-footer li:after{
    display: block;
    content: '';
    width: 00%;
    height: 2px;
    background: #ff0059;
    margin: 0 auto;
    transition: all 0.2s ease-out;
    margin-top: 4px;
}
.footer-bottom .menu-menu-footer-container ul#menu-menu-footer li:hover:after{
    width: 100%;
    transition: all 0.2s ease-out;
}

.footer-bottom .container.info{
    border-top: 1px solid #fff;
    padding: 0.2em 0em !important;
}
.footer-bottom .info-footer-one{
}
.footer-bottom .info-footer-two{
    margin-right: 0.6em;
}
@media screen and (max-width: 768px) {
    .footer-bottom .container.info{
        flex-direction: column;
        text-align: center;
        padding-top: 1em!important;
    }
    .footer-bottom .info-footer-one,
    .footer-bottom .info-footer-two {
        margin-right: 0em;
        font-size: 80%;
        line-height: 22px;
    }
}

/*Article*/
img.alignleft {
    margin: 5px 25px 25px 0;
}

/* dans les archives */

.item-list {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 20px 45px;
    clear: both;
}
.archive .mini-share-post {
    display: none;
}

/*SINGLE page */
.single-post-caption{
    display: none;
}
#wrapper.boxed-all .post-cover-head {
    left: 0px;
    position: relative;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

@media screen and (min-width: 1200px) {
    #wrapper.boxed-all .full-width .content .post-cover-head {
        margin: 0 -22px 20px;
        left: -0.5em;
        position: relative;
        width: 110%;
        max-width: 1200px;
    }
}

.wp-caption {
    line-height: 17px;
    text-align: left;
    font-style: italic;
    font-size: 12px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wp-caption-text {
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px!important;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    max-width: 70% !important;
}
figure{
    position: relative;
}


.wp-caption.alignleft {
    margin-right: 25px;
    margin-bottom: 20px;
}

.single-has-thumb .post-cover-title {
    position: absolute;
    bottom: 0;
    padding: 0em 1.4em 1em;
    color: #CCC;
}

.share-post span.share-text {
    margin: -9px 20px -10px -10px;
    display: block;
    float: left;
    color: #FFF;
    padding: 0 20px;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 14pt;
    height: 45px;
    line-height: 45px;
}

.post-cover-head .single-has-thumb.single-post-thumb {
    background-position: center center;
}
.subtitle{
    margin-bottom: 0.6em;
    padding-top: 0.2em;
    font-size: 26px;
}
.post-title {
    padding-bottom: 0px;
    font-size: 50px;
    margin-bottom: 0px;
    text-transform: none;
}


/* RELATED POST */
#related_posts .related-item h3 {
    font-size: 16px;
    line-height: 18px;
}


/* PAGES Playlist */

.contentplaylist{
    display: -ms-flexbox;
    display : -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
}
.entry .contentplaylist p{
    padding: 0 10px;
    -ms-flex: 1 100%;
    -webkit-flex: 1 100%;
    flex: 1 100%;
}

/* Check also */

.check-also-post .post-title {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.1;
}


.widget-container li {
    padding: 0 0 5px 0;
    line-height: 16px;
    overflow: hidden;
    font-size: 14px;
}
.twitter-widget-content li, 
#theme-footer .twitter-widget-content li {
    background: transparent;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 10px 10px 55px;
    line-height: 18px !important;
    font-size:13px;
}
.twitter-widget-content 
.twitter-timestamp {
    font-style: italic;
    color: #888;
    font-size: 12px;
    float: right;
    clear: both;
    margin-top: 5px;
}
.twitter-widget-content li i, 
#theme-footer .twitter-widget-content li i {
    float: left;
    margin-left: -43px;
    margin-top: 0;
    color: #1dcaff;
    font-size: 32px;
    width: 30px;
}

.featured-title span.tie-date {
    font-size: 10pt;
    letter-spacing: 1px;
}

/* ANIMATIONS */

.pulse-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        @include transform(scale(.9));
    }
    70% {
        @include transform(scale(1));
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
    100% {
        @include transform(scale(.9));
        box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
}
.box.shadow {
    border: 2px solid #ff0059;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 2em 0em;
    padding: 10px
}

.post-inner p.post-meta {
    margin-bottom: 2em;
    padding-bottom: 10px;
}

.post-cover-title p.post-meta {
    font-size: 14px;
    line-height: 1.4;
}

.author-description {
    font-size: 90%;
    line-height: 19px;
}

#tabbed-widget ul.tabs li a{
    font-size: 13px;
}

.entry table {
    border: 0px solid #eee;
}

/* Font SMALL*/

/* .entry ol,
.entry ul{
margin: 0 0 20px 30px;
font-size: 15px;
}
.entry ol li,
.entry ul li{
line-height: 1.5;
margin: 0px;
} */
.exergue{
    padding-left: 20px;
    border-left: 2px solid;
    margin: 20px 0px;
    text-align: justify;
}
@media screen and (min-width: 1281px){
    #post-nav{
        display: flex;
        position: fixed;
        top: 42.5%;
        width: 100%;
        left: 0;
        justify-content: space-between;
        z-index: 99;
    }
    #post-nav .post-previous,
    #post-nav .post-next{
        margin: 0px;
        padding: 0px;
        /*background: #ff0059;*/
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    #post-nav .post-previous a,
    #post-nav .post-next a{
        /* color: whitesmoke;*/
        color: transparent;
        font-size: 25px;
    }
    #post-nav .post-previous a:after,
    #post-nav .post-next a:after{
        content: none;
        /* color: whitesmoke;*/
    }
    /* Le contenue-au-survol*/
    #post-nav .contenue-au-survol{
        display: flex;
        border: 1px solid;
        position: absolute;
        flex-direction: column;
        width: 150px;
        height: 260px;
        color:#4d4d4d;
        text-align: center;
        padding-bottom: 10px;
        background: #FFFFFF;
        top: -119px;
        z-index: -1;
    }
    #post-nav .contenue-au-survol a{
        color: #4d4d4d;
        margin-bottom: 5px;
    }
    #post-nav .contenue-au-survol h4:after{
        content: '';
        display: block;
        margin: auto;
        height: 1px;
        width: 50%;
        background: #444;
        margin-bottom: 5px;
    }
    #post-nav .contenue-au-survol h4 a{
        font-size: 16px;
        line-height: 19px;
        padding: 5px 7.5px 0px;
        display: block;
    }
    #post-nav .post-previous:hover .contenue-au-survol,
    #post-nav .post-next:hover .contenue-au-survol{
        opacity: 1;
    }
    #post-nav .post-previous .contenue-au-survol{
        left: -120px;
        transition: all 0.15s ease-out;
    }
    #post-nav .post-next .contenue-au-survol{
        right: -120px;
        transition: all 0.15s ease-out;
    }
    #post-nav .post-previous:hover .contenue-au-survol{
        left: 0px;
        transition: all 0.15s ease-out;
    }
    #post-nav .post-next:hover .contenue-au-survol{
        right: 0px;
        transition: all 0.15s ease-out;
    }
}
@media screen and (max-width: 1280px){
    #post-nav{
        display: none;
        opacity: 0;
    }
}

/* note SHORTCODE [CODE] */

.entry .notes ul li{
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

/* SOTL */

.single-sotl .presentation-sotl p{
    margin-top: 20px;
    line-height: 1.4;
    text-align: justify;
}
.single-sotl .presentation-sotl hr{
    margin: 30px 0px 20px 0px;
}

/* SLIDE */
.post-tslideshow-nav-outer{
    display: none;
}
.post-content-slideshow-outer {
    padding: 10px 0;
    border-bottom: none;
    margin: 0px 0 40px;
    clear: both;
}
.post-tslideshow-nav-outer-bottom {
    height: 30px;
    bottom: 0;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ff0059;
    border-top: 1px solid #ff0059;
    padding: 17px 0px;
    box-sizing: content-box;
    margin-top: 5px;
}
.post-slideshow-prev,
.post-slideshow-next{
    width: 120px;
    background: #ff0059!important;
    color: whitesmoke!important;
    position: absolute;
    bottom: 17px;
    text-align: center;
}
.post-slideshow-prev{
    left: 0;
}
.post-slideshow-next{
    right: 0;
}


/* ICONES */

.overlay-icon:before, 
.tie_slider .overlay-icon:before {
    content: '\f0eb';
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2.5px solid #FF0059;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-widget-container li:first-letter, 
#theme-footer #tabbed-widget .tabs-wrap li:first-letter {
    text-transform: uppercase;
}
@media screen and (min-width: 768px){
    .post-cover-title .post-title {
        font-size: 58.5px;
        line-height: 58px;
        letter-spacing: -1px;
    }
}

#wrapper.boxed-all .post-cover-head {
    margin: 0 0px 20px 0px;
}

.column2 li.other-news, .list-box li.other-news {
    background: none;
}
.wide-box li.other-news {
    background: none;
}
@media screen and (max-width: 768px){
    .gallery-columns-6 .gallery-item {
        max-width: 33%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 100%;
    }
}


/*-----------------------------------------------------*/
/*LOADER Abloc-webzine*/
/*-----------------------------------------------------*/

#loading {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    border-top-color: #ff0059;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    z-index: 99;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

#overlay-loading{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(229, 229, 229, 0.6);
    z-index:98;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: .3s linear;
}