/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* 

BLOG

*/

/*Structure*/

.headerPage-cat .tag {
    display: inline-block;
    background-color: var(--gray-100);
    padding:6px 8px;
}


/* Résumé */

.actualite{
    margin-bottom: 30px;
    border: 1px solid var(--gray-900);
}
.actualite .content{
    padding: 32px 32px 72px 32px;
}
.actualite .articleContent .tag {
   padding: 4px 8px;
   color: var(--gray-900);
   background-color: var(--gray-100);
   max-width: max-content;
}
.actualite .articleContent .btn-actu {
    width: 52px;
    height: 52px;
    padding: 16px;
    background-color: var(--gray-900);
    background-image: url(/wp-content/themes/mediapilote/img/charte/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 !important;
    transition: 0.8s all;
}
.actualite .articleContent:hover .btn-actu {
    width: 224px;
    background-color: var(--gray-600);
    transition: 0.8s all;
}
.articleContent .chapoPicture {
    position: relative;
}
.actualite:hover .chapoPicture img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.actualite .chapoPicture img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.featured-post .content {
    flex:1;
}


/*single*/

.single-post .page-content::before {
    content:"";
    position: absolute;
    top:54px;
    left:0;
    background-image: url(/wp-content/themes/mediapilote/img/charte/arrow-large.svg);
    width: 151px;
    height: 24px;
}

@media (max-width:1450px) {
    .single-post .page-content::before {
        left:-60px;
    }
}
@media (max-width:1000px) {
    .single-post .page-content::before {
        content:none;
    }
}