/*
Theme Name: Est Media
Theme URI: https://wordpress.org/themes/estmedia/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Est Media is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Est Media comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: estmedia
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

*{
    box-sizing: border-box;
    transition: all .3s;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
body{
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    overflow-x: hidden;
}
header,
footer{
    font-family: "Rubik", sans-serif;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
body img {
    max-width: 100%;
    height: auto;
    display: block;
}
.site-main{
    width: calc(100% - 330px);
}

.site-aside{
    width: 330px;
    padding-left: 30px;
}
.site-content > .container{
    width: 100%;
}
/*********Footer********/
.site-footer{
    background-color: #B5B5B5;
    font-size: 16px;
    color: #fff;
    padding: 22px 0;
}
.site-footer .socials-links ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.site-footer .socials-links ul li,
.site-footer .socials-links ul li a,
.site-header .socials-links li a{
    color: #fff;
    font-size: 22px;
}
.site-footer .socials-links ul li a svg,
.site-header .socials-links li a svg{
    width: 20px;
    color: #fff;
    fill: #fff;
    position: relative;
    top: 2px;
}
.site-footer .d-flex{
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.site-footer  .text-copyright{
    font-size: 16px;
}
/*********Hedaer********/
.site-header  .tagline .text-tagline span{
    font-weight: 600;
}
.site-header .header-menu {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
}   
.site-header .header-menu .header-menu-content{
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.site-header .header-menu ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    gap: 5px;
}

.site-header .header-menu .sub-menu{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    background-color: #000;
    z-index: 2;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 200px;
    top: 18px;
    -webkit-box-shadow: 10px 10px 38px -8px rgba(0,0,0,.45);
    -moz-box-shadow: 10px 10px 38px -8px rgba(0, 0, 0, .45);
    box-shadow: 10px 10px 38px -8px rgba(0,0,0,.45);
    
}

.site-header .header-menu li:hover .sub-menu,
.site-header .header-menu li a:hover + .sub-menu{
    visibility: visible;
    opacity: 1;
}
.site-header .header-menu ul li a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.site-header .header-menu .menu{
    gap: 15px;
}
.site-header .header-menu .menu li{
    position: relative;
    line-height: 16px;
}
.site-header .header-menu .menu li:not(:last-child){
    padding-right: 15px;
    border-right: 1px solid #FFFFFF;
    
}
.site-header .header-menu  li:last-child .sub-menu{
    width: 100%;
    min-width: 200px;
}
.site-header .header-menu  .menu .sub-menu li{
    border: none;
    line-height: 24px;
    padding: 0;
}
.site-header .header-menu .menu li a{
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    
}
.site-header .header-menu .search-form label{
    display: none;
}
.site-header .header-menu .socials-links ul,
.site-header .header-menu  .other-links{
    gap: 15px;
}
.site-header .header-menu .search-btn{
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.site-header .header-menu  .search-field{
    background: none transparent;
    border: 1px solid #FFFFFF;
    outline: none;
    padding: 5px 15px;
    color: #fff;
    width: 0;
    opacity: 0;
    margin-right: 5px;
}
.site-header .search-form,
.site-header .header-menu .other-links{
    display: flex;
    align-items: center;
    position: relative;
}
.site-header .header-menu  .visible .search-field{
    width: auto;
    border: 1px solid #FFFFFF;
    opacity: 1;
}
.site-header .header-menu .socials-links ul{
    gap: 15px;
}
.site-header .header-logo-content{
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}
.site-header  .tagline .text-tagline{
    letter-spacing: 1.03px;
    font-size: 20px;
    margin-bottom: 30px;
}
.site-header  .tagline  .pub-header{
    margin: 30px 0 28px;
}
.site-header .header-logo{
    padding: 30px 0 20px;
}
.site-header .logo img{
    max-width: 350px;
}
.site-content{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.site-header .header-menu .sub-menu li{
    border: none;
}
.site-header .header-menu .sub-menu li a{
    font-size: 14px;
}
.site-header  #burger {
    display: none;
}
/********Home********/
.section .post-content{
    position: relative;
}
.section .post-content .post-category{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85rem;
    min-width: 50px;
    text-align: center;
    font-weight: 600;
}
.section .post-content .thumb-post{
    overflow: hidden;
}
.section .post-content img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.section .post-content .thumb-post:hover img{
    transform: scale(1.05);
}
.section .post-content .post-infos,
.category .section .post-column:nth-child(2) .post-content .post-infos-2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 25px;
}
.section .post-content .post-infos:hover,
.category .section .post-column:nth-child(2) .post-content .post-infos-2:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.section .post-content .post-infos .date-publish-post{
    font-size: 14px;
    line-height: 20px;
}
.section .post-content .post-infos .post-title{
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    
}
.section .post-content .post-infos a{
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section .top-ads-posts{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.section .top-ads-posts article{
    flex: 0 0 100%;
}
.section .top-ads-posts article:nth-child(2){
    flex: 0 0 calc(66% - 30px);
}
.section .top-ads-posts .slidersPosts{
    flex: 0 0 34%;
    width: 34%;
}
.section .top-ads-posts .slick-prev, 
.section .top-ads-posts .slick-next{
    z-index: 5;
}
.section .top-ads-posts .slick-prev{
    left: 10px;
}
.section .top-ads-posts .slick-next{
    right: 10px;
}
.section .top-ads-posts .slick-prev, 
.section .top-ads-posts .slick-next{
    opacity: 0;
}
.section .top-ads-posts .slider:hover .slick-arrow, 
.section .top-ads-posts .slider:hover .slick-arrow{
    opacity: 1;
}
.section .bottom-ads-posts{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.section .bottom-ads-posts article{
    /*flex: 0 0 calc(50% - 15px);*/
    flex: 0 0 100%;
}
.section{
    padding-bottom: 30px;
}
.section-listing-posts .title-section,
.section .title-section{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    color: #fff;
    margin-bottom: 30px;
    padding: 10px 25px;
    align-items: center;
}
.section-listing-posts .title-section h2,
.section .title-section .title-h1{
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
}
.section-listing-posts .title-section a{
    color: #fff;
    font-size: 18px;
}
.section-listing-posts .post-content .post-category{
    display: none;
}
.section-listing-posts article:not(:last-child),
.section-listing-posts .top-ads-posts{
    padding-bottom: 30px;
}
.section .post-column .post-content{
    display: flex;
    justify-content: space-between;
}
.section .post-column .post-content .thumb-post{
    width: 230px;
    height: 180px;
    position: relative;
}
.category .section{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.category .section article:nth-child(1) .post-content .thumb-post,
.category .section article:nth-child(2) .post-content .thumb-post{
    width: 100%;
    height: 350px;
}
.category .section .post-column:nth-child(2) .post-content .post-infos-2,
.category .section article:nth-child(2) .post-content{
    width: 100%;
}
.category .section article:nth-child(2) .post-content{
    flex-direction: column;
    flex: 0 0 100%;
}
.category .section .post-column:nth-child(2) .post-content .post-infos-2 h3,
.category .section .post-column:nth-child(2) .post-content .post-infos-2 h3 a{
    color: #fff;
}
.category .section article:nth-child(2) .post-infos-2 .post-content,
.category .section article:nth-child(2) .post-infos-2 > a{
    display: none;
}
.section .link-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
}   
.section .post-column .post-content .thumb-post img{
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    max-width: unset;
    height: auto;
}
.section .post-column .post-content .post-infos-2{
    width: calc(100% - 230px);
    padding-left: 30px;
}
.section .post-column .post-content .post-infos-2 h3{
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
}
.section .post-column .post-content .post-infos-2 a,
.section .post-column .post-content a{
    text-decoration: none;
}
.section .post-column .post-content .post-infos-2 h3 a{
    color: #000;
}
.section .post-column .date-publish-post{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    display: block;
}
.section .post-column .link-more{
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
}
.section .post-column .link-more:hover{
    color: #000;
}
.section .post-content .post-category:hover{
    background-color: #000;
}
.pagination  .page-numbers {
    font-weight: 700;
    margin: 10px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev{
    font-weight: 300;
}
.section .title-h1{
    margin: 0;
}
.section .load-more {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
.section .load-more span {
    font-size: 2.4rem;
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
}
.section .load-more:hover span {
    color: #000;
}
/*********Aside********/
.sidebar .newsletter {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    padding: 7px;
    margin: 0px 0 15px 0;
    border-width: 3px;
    border-style: solid;
    text-decoration: none;
}
.sidebar .newsletter .big {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
 }
 .sidebar .newsletter:hover {
    background-color: #fff;
}
.sidebar  img,  .sidebar  ins {
    margin-bottom: 15px;
}
/*******Cntact*******/
.section-contact address{
    font-style: normal;
}
.section-contact address{
    padding: 30px 0;
}
.section p{
    margin-top: 0;
}
.section p:last-child{
    margin: 0;
}
.section-contact address a{
    text-decoration: none;
    color: #000;
}
.section .fields{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.section .fields .field{
    flex: 0 0  calc(50% - 10px);
}
.section .field input,
.section .field textarea{
    border: none;
    outline: 0 none;
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding: 15px 0;
    width: 100%;
    font-family: "Lato", sans-serif;
}
.section .field{
    padding-bottom: 25px;
}
.section .field textarea{
    height: 100px;
}
.section .wpcf7 form.invalid .wpcf7-response-output, 
.section .wpcf7 form.unaccepted .wpcf7-response-output, 
.section .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #dc3232;
}
.section .wpcf7 form .wpcf7-response-output{
    margin: 15px 0;
}
.section input::placeholder,
.section textarea::placeholder{
    opacity: 1;
    color: #000000;
}
.section .field-submit input{
    color: #fff;
    padding: 12px 60px;
    text-align: center;
    text-transform: uppercase;
    outline: 0  none;
    border-style: solid;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.section .field-submit input:hover,
.section .field-submit input:hover{
    background-color: #000;
    border-color: #000;
}
/***********Article **************/
.single article>img {
    width: 100%;
    object-fit: cover;
}
.single .single-caption {
    font-size: .9rem;
    text-align: right;
    color: #000;
    margin: 5px 0 5px;
}
.single .post-date {
    line-height: .8;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}
.single  .single-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid transparent;
    line-height: 1.3;
}
.single  .single-header  .single-title {
    margin: 0;
    font-size: 3rem;
}
.single  .single-header .single-author {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 5px;
    min-width: 111px;
}
.single  .single-header .single-author a {
    color: #000;
    text-decoration: none;
}
.single .single-body{
    padding: 20px 0;
}
/**************************/
.section-listing-sites .site .site-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
}
.section-listing-sites .site{
    padding-bottom: 30px;
}
.section-listing-sites .site .link-discover{
    padding: 13px 50px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.section-listing-sites .site .site-logo{
    flex: 0 0 340px;
}
.section-listing-sites .site .site-logo img{
    max-width: 300px;
}
.section-listing-sites .site .site-details{
    flex: 0 0 calc(100% - 350px);
}
.section-listing-sites .site .site-description{
    margin-bottom: 20px;
}
.section-listing-sites .site-estmedia .link-discover{
    background-color: #E30613;
}
.section-listing-sites .site .link-discover:hover{
    background-color: #000 !important;
}
/*****Avis********/
.section .avis-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section .avis-search .avis-search__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -6px;
    padding: 0 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section .avis-search .avis-search__col {
    padding: 0 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.section .avis-search .avis-search__input-text {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding: 2px 16px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}
.section .avis-search .avis-search__select {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding: 2px 4px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    cursor: pointer;
}
.section .avis-search  .job-search__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 6px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.section .avis-search  .job-search__button button{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 16px;
    border: none;
    border-radius: 5px;
    border: 1px solid;
    font-weight: 700;
    -webkit-transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    cursor: pointer;
}
.section .avis-search  .job-search__button button:hover{
    background-color: #000 !important;
    border-color: #000 !important;
}
.section .avis-search .page-avis-listings__search {
    margin-bottom: 30px;
}
.section .categorylist-post article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.section .categorylist-post article .mini-thumbnail {
    position: relative;
    width: 30%;
    max-width: 230px;
    height: 143px;
    overflow: hidden;
    display: block;
    margin-right: 15px;
}
.section .categorylist-post article .mini-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.section .categorylist-post article  .mini-thumbnail img {
    position: absolute;
    max-width: unset;
    width: 100%;
    min-width: 230px;
}
.section .categorylist-post article .post-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}
.section .categorylist-post article .post-title a{
    color: #000;
    text-decoration: none;
}
.section .categorylist-post article .post-exerpt {
    font-size: 1.2rem;
    margin: 5px 0;
    line-height: 1.2;
}
.section .categorylist-post article  .post-readmore {
    font-weight: 900;
    font-size: 1.4rem;
    display: block;
    margin-top: 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}
.section .page-avis-listings__search{
    padding-bottom: 30px;
}
@media  screen and (max-width: 1200px) {
   
    .site-header  #burger {
        display: block;
        margin-left: 25px;
    }
    .site-header #burger .line{
        width: 27px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .site-header .header-menu .search-field{
        width: auto;
        opacity: 1;
    }
    .site-header .socials-links{
        display: flex;
        align-items: center;
    }
    .site-header .header-menu .other-links {
        justify-content: space-between;
        width: 100%;
    }
    .site-header .header-menu .search-btn {
        position: absolute;
        right: 10px;
        top: 3px;
    }
    .header-menu .menu-box{
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        right: -100%;
        width: 400px;
        max-width: 100%;
        z-index: 999;
        top: 51px;
        overflow-y: scroll;
        background-color: #000;
        -webkit-transition: all .8s;
        transition: all .8s;
        bottom: 0;
        padding-bottom: 30px;
        padding-top: 30px;
        display: none;
    }
    .menuOpen .header-menu .menu-box{
        right: 0;
        display: block;
    }
    .menuOpen .site-header .header-menu .menu {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 30px;
        gap: 30px;
    }
    .menuOpen .site-header .header-menu .menu > li{
        border: none;
        position: relative;
        width: 100%;
        padding: 0;
    }
    .menuOpen .site-header .header-menu .menu li a{
        padding: 0 15px;
        position: relative;
        width: 100%;
    }
    .menuOpen .site-header .header-menu .menu li.menu-item-has-children::after{
        /*position: absolute;
        z-index: 2;
        right: 15px;
        content: "\f107";
        font-size: 20px;
        color: #fff;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        top: 5px;*/
    }
    .menuOpen .site-header .header-menu li.menu-item-has-children .sub-menu{
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
    }
    .section .avis-search  .job-search__button{
        padding: 0;
    }
}
@media (max-width: 980px) and (min-width: 901px), (max-width: 680px) {
    .section .avis-search  .job-search__col, 
    .section .avis-search  .avis-search__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 6px;
    }
}
@media (max-width: 991px) {
    .site-main,
    .sidebar{
        width: 100%;
        padding-right: 0;
    }
    .site-main{
        padding-bottom: 30px;
    }
    .site-header .logo img{
        max-width: 300px;
    }
    .section .top-ads-posts article:nth-child(2),
    .section .top-ads-posts .slidersPosts,
    .section .bottom-ads-posts article{
        flex: 0 0 100%;
        width: 100%;
    }
    .section-listing-posts .title-section h2, 
    .section .title-section .title-h1,
    .section-listing-posts .title-section a{
        font-size: 14px;
        line-height: 16px;
    }
    .section .post-column .post-content .post-infos-2{
        padding-left: 15px;
    }
    .site-aside{
        padding-left: 0;
        text-align: center;
    }
    .section .load-more,
    .section .load-more span {
        font-size: 1.2rem;
    }
    .section:last-child{
        padding-bottom: 0;
    }
    .sidebar img{
        margin: 0 auto 15px;
    }
    .sidebar .newsletter{
        font-size: 1rem;
    }
    .sidebar .newsletter .big {
        font-size: 1.5rem;
    }
    .section .post-column .post-content .post-infos-2 h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .single .single-header .single-title {
        font-size: 2rem;
    }
    .section-listing-sites .site .site-logo {
        flex: 0 0 300px;
        padding-right: 20px;
    }
    .page-template-page-arrondissements .site-header .tagline{
        border: none;
    }
    .section .avis-search{
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .section .post-column .post-content .thumb-post,
    .section .post-column .post-content .post-infos-2{
        width: 100%;
        padding-left: 0;
    }
    .section .post-column .post-content{
        flex-direction: column;
    }
    .site-footer .d-flex {
        flex-direction: column;
        gap: 15px;
    }
    .section .post-content .post-infos{
        padding: 10px;
    }
    .single .single-header .single-title {
        font-size: 1.5rem;
    }
    .category .section article:nth-child(2) .post-content .thumb-post {
        height: 250px;
    }
    .section-listing-sites .site .site-content{
        gap: 30px;
    }
    .section-listing-sites .site .site-logo,
    .section-listing-sites .site .site-details{
        flex: 0 0 100%;
    }
    
    .section .avis-search .job-search__button {
        flex: 0 0 100%;
    }
}
@media (min-width: 577px) {
    .d-mobile{
        display: none;
    }
}
@media (max-width: 576px) {
    .d-desktop,
    .sidebar .pub-side:first-child{
        display: none;
    }
    .section .categorylist-post article .mini-thumbnail {
        width: 100%;
        max-width: 100%;
    }
    .section .categorylist-post article .post-content {
        width: 100%;
        margin-top: 15px;
    }
}