html { overflow:auto; } 
body {overflow: hidden; }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat';
}
figure {text-align:center;font-size:12px;font-style:italic}
a{
    text-decoration: none;
    color:black;
}
.page-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-header{
    width: 100%;
}
.post-content a {color:#3f8cc2;}
.h2, .post-content h2 {display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
font-weight: bold;} 

.h3 {display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
font-weight: bold;}

.h5 {display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
font-weight: bold;}


.header-nav{
    background-color: #3a85b6;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
a.nav-item{
    text-transform: uppercase;
    
    color: white;
    font-weight: 600;
    height: 40px;
    font-size: 14px;
    padding: 7px 15px;
}
.main-header{
    background-color: #3f8cc2;
    color: white;
    text-align: left;
    padding: 0px 15px;
    
}
.header-logo{
      padding: 10px 30px;
    max-width: 76.875em;
    margin: 0px auto;
}
.main-header span{
    padding: 7px 7px 7px 0px;
}
.logo{
    max-height: 105px;
    width: min-content;
}
.main-nav, footer,.container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.main-nav nav{
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);

}
.row>nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.menu>li{
    padding: 20px 0;
    list-style: none;
    margin: 0 15px 0 0;
}
.menu {
    display: flex;
    flex-direction: row;
}
.social-menu img{
    margin-right: 5px;
}
.menu a{
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    transition: color 0.3s linear;
    font-weight: bold;
}
.menu .fa,.menu .fas,.menu .far {
    margin-right: 7px;
}
.search-menu, .search-menu-desktop{
    padding: 18px;
    position: relative;
    cursor: pointer;
}
.menu>li:nth-child(2) i{
    color: gray;
}
.menu>li:nth-child(3) i{
    color: red;
}
.menu>li:nth-child(4) i{
    color: #e88b00;
}
.menu>li:nth-child(5) i{
    color: #1dc130;
}
.menu>li:nth-child(1) a:hover{
    color: #258faf;
}
.menu>li:nth-child(2) a:hover{
    color: gray !important;
}
.menu>li:nth-child(3) a:hover{
    color: red !important;
}
.menu>li:nth-child(4) a:hover{
    color: #e88b00 !important;
}
.menu>li:nth-child(5) a:hover{
    color: #1dc130 !important;
}
.main-footer{
    background-color: #3a85b6;
    padding: 0px;
}
.footer-content{
text-align: center;
padding: 40px 0;
}
.footer-content ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;

}
.footer-content ul li{
    list-style: none;
    margin: 0px 8px;
    
}
.footer-content ul li a{
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 11px;
}
.footer-content ul li a:hover{
    color: white;
}
.logolink{
    display: inline-block;
    margin-bottom: 25px;
}
.copyright{
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    margin: 0;
    width: 100%;    
    line-height: 1.6em;
}
.copyright a{
    color: black;   
    transition: color 0.25s linear;
}
.copyright a:hover{
    color: black;   
    color: #649fd6;
}
.footer-bar{
    background: #3f8cc2;
    height: 80px;
    margin-top:27px;
}
.social-menu img{    
    transition: transform 0.3s linear;
}
.social-menu img:hover{
    transform: scale(1.3);
}
.date{
    width: 100%;
    text-align: right;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 0;
    color: #5096c7;
    font-size: 13px;
    cursor: default;
}
.actualite a{
    font-size: 14px;
    color:#4e4e4e;
}
.actualite{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14px;
    align-items: center;
    margin: 15px 0;
}
.actualite aside a{
    margin: 0 7px 0 0;
    background-color: #91b7a6;
    color: white;
    padding: 4px 4px 3px;
    text-transform: uppercase;
}
.actualite span a:hover {
    text-decoration: underline !important;
}
/* home page css */
.main-section{
    width: 100%;
}

.grid-article{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
}
.grid-article-item{
    border:1px solid white;
    height: 307px!important;
    overflow: hidden;
}
.grid-article-item article{
    position: relative;
    width: 100%;
    height: 100%;
}
.grid-article-item article figure img{
    min-height: 307px;
    max-height: 307px;
    object-fit: cover;

}
/* .grid-article-item article figure img::after{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.438);
    
} */
.grid-article-item:nth-child(1){
    grid-column-start: span 2;
}
.main-section a{
    display: inline-block;
    width: 100%;
    min-height: 100%;
}
.main-section img{
    min-width: 100%;
    vertical-align: bottom
}
.grid-article-item article header{
    position: absolute;
    top: 0;
    margin: 30px;    
}
/* .grid-article-item:nth-child(1) article header h1 a{
    font-size: 38px;
} */
.grid-article-item article header h3 a{
    font-size: 27px;
    font-family: 'Montserrat';
    color: white;
    font-weight: bolder;
}
.grid-article-item article header h2 a{
    font-size: 27px;
    font-family: 'Montserrat';
    color: white;
    font-weight: bolder;
    text-align: left;
}
.grid-article-item article header h1 a{
    font-size: 38px;
    font-family: 'Montserrat';
    color: white;
    font-weight: bolder;
}
.grid-article-item .time{
    color: rgba(255, 255, 255, 0.8);
    margin-top:15px;
    cursor: default;
}
.grid-article-item article header .badge{
    width: fit-content;   
    width: -moz-fit-content;
}
.grid-article-item article header .badge a{
    margin-bottom: 5px;
    background-color: #91b7a6;  
    color: white;
    padding: 4px 4px 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.grid-article-item figure{
    background-color: #000000;
}
.grid-article-item article figure img{
    opacity: 0.7;
}
.grid-article-item article figure:hover img{
    opacity: 0.5;
}
/* section in home page */
.fluid-section-container{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.fluid-section-container .left-side {
    width: 66.66667%;
    padding: 25px 15px 0 0;
}
.fluid-section-container .right-side{
    width: 33.33333%;
    padding: 0 0 0 .9375em;
    overflow: hidden;
}
.category-title{
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.category-title h4{
    font-size: 24px;
    line-height: 1;
    margin: 0;
}

.posts-section{
    display: flex;
    flex-direction: row;
}
.posts-section>*{
    overflow: hidden;
    padding: 0 15px;
}
.listing-content{
    margin-left: 20px;
}
.listing-content span{
    margin-bottom: 5px;
    display: block;
    font-size: 0.67em;
}
.main-post{
    width: 50%;
}
.main-post>article{
    overflow: hidden;
}
.main-post>article>figure{
    background-color: black;
    /*width: max-content;*/
}
.main-post>article>figure a{
    display: inline-block;
}

.main-post>article>figure:hover img{
    opacity: 0.6;
}
.main-post>article>figure img{
    max-width: 100%;
    height: 230px;
        width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}
.main-post span{
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.main-post span a:hover{
    text-decoration: underline;
}
.main-post>article>figure{
    margin-bottom: 15px;
}
.secondary-posts-container {
    width: 50%;
}
.secondary-posts-container >ul{
    display: flex;
    flex-direction: column;
}
.secondary-posts-container >ul>li{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.secondary-posts-container >ul>li figure{
    background-color: black;
    height: fit-content;
}
.secondary-posts-container >ul>li a{
        display: inline-block;
        font-size:13px;
        font-weight: 500;
}
.secondary-posts-container >ul>li a:hover img{
    opacity: 0.6;
}
.secondary-posts-container >ul>li a:hover{
    text-decoration: underline;
}
.secondary-posts-container >ul>li img{
    vertical-align: bottom;
    height: 75px;
    width: 100px;
}
.most-section{
    padding: 30px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}
.most-section > strong {
    border-bottom: 2px solid #003a94;
    display: block;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 28px;
    font-weight: 100;
}
.most-section > strong span {
    float: right;
    line-height: 18px;
}
.tabs {
    display: block;
    float: left;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 8px;
    
}
[data-tab-content]{
    display:none;
}
.active[data-tab-content]{
    display:block;
}
.tabs.active {
    color: rgba(0, 0, 0, 0.8);
}
.most-section .listing {
    list-style: none;
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}
.most-section .listing .counts {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 25px;
    height: 25px;
    z-index: 1;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.most-section .listing img{
    height: 75px;
    min-height: 75px;
    width: 100px;
    vertical-align: bottom;
} 
.most-section .listing a{
    display: inline-block;
}
.most-section .listing aside a{
    color: #e88b00 !important;
}
.most-section .listing figure{
    position: relative;
    height: fit-content;
    background-color: black;
}
.most-section .listing figure a:hover{
    opacity: 0.6;
}
.listing-aside {
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.listing span {
    font-size: 13px;
    display: block;
}
.listing span a:hover{
    text-decoration: underline;
}
.images-widget img{
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
}
/* videos section */

.main-video{
    height: 400px;
    margin-bottom: 1rem;
}
.video-section{
    background-color: #f5f5f5;
}
.listing-videos{
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.video-item{
    width: 25%;
    overflow: hidden;
    text-align: center;
    padding: 0 15px;
}
.video-item >article > a{
    display: inline-block;
    cursor: pointer;
   
}
.video-item >article > a span{
    font-size:13px;
    font-weight: 500;
    display: block;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.video-item img{
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
}

li.recommend{
    border-bottom: 0;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    position: relative;
    list-style: none;
}
.recommend>span{
    cursor: default;
}
.recommend span{
    font-weight: 600 !important;
}
.icon-comment{
    color: #080808;
    position: absolute;
    top: 3px;
    left: 0;
}
li.recommend a{
    font-weight: 100;
    font-family: "Open Sans";
}
/* search form */

.search-menu,.search-menu-desktop{
    overflow: hidden;
}
.search-menu-active {
    overflow: visible;
    background-color: #f5f5f5;

}
.searchform{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    display: flex;
}
.searchform input{
    padding:14px;
    font-size: 20px;
    border: 0;
    /* width: 100px; */
}
.searchform input:focus{
    outline: 0;
}
.searchform  input[type="submit"]{
    display: none;
}

/* article page */
.parent{
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 600px;
}
.parent>aside{
    height: auto;
    width:33.33333%;
    /* border: 2px solid rgba(0, 0, 0, 0.699); */
    padding-right: .9375em;
    padding-left: 45px;
}
.parent aside div{
    padding: 30px;
    background-color: #f5f5f5;
    text-align: center;
}
.parent aside div img{
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
}
.article-body,.article-body-category {
    height: 100%;
    width: 66.66667%;
    padding: 0 15px;
    /* border: 2px solid rgba(0, 0, 0, 0.699); */
}
.post-header{
    margin-bottom: 25px;
    display: inline-block;
    width:100%;
}
.post-header h1{
    padding-bottom: 15px;
    border-bottom: 1px dotted #a8a8a8;
    margin-bottom: 18px;
}
.time{
    float: left;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    text-transform: uppercase;
}
.post-header > a {
    text-transform: uppercase;
    color: #91b7a6;
    font-size: 12px;
    margin-bottom: 18px;
}
.post-title{
    font-size: 38px;
    line-height: 42px;
}
#vue{
    margin-bottom: 20px;
}
.article-body figure{
    width: 100%;
    height: auto;
    margin-bottom: 25px
}
.post-content>.post-text{
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 30px;
}
.post-text img{
    max-width: 100% !important;
    /* display: block; */
    margin: auto;
    height: auto;
}
.name-author:hover{
    color: #3a85b6;
}
img.aligncenter{
    display: block;
}


.article-body figure>img {
    width: 100%;
    height: auto;
}
.post-content p{
    font-family: 'Open Sans';
    font-size: 16px;
    margin-bottom: 20px;
}
.post-tags{
    margin-top: 35px;
}
.tags-title{
    display: inline-block;
    background: #649fd6;
    position: relative;
    height: 24px;
    line-height: 26px;
    font-weight: 500;
    font-size: 11px;
    padding: 0 5px 0 7px;
    color: #fff;
    margin-right: 28px;
    text-transform: uppercase;
}
.tags-title:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #649fd6;
}
.tag-link{
    display: inline-block;
    color: #080808;
    font-size: 11px !important;
    padding: 8px 10px 7px;
    text-transform: uppercase;
    margin: 0 3px 3px 0;
    line-height: 1;
    border: 1px solid #649fd675;
    transition: background-color 0.2s linear;
}
.tag-link:hover{
    background-color: #649fd6;
    color: white;
}
.post-author{
    margin: 30px 0;
    padding: 30px 0 0;
    border-top: 1px dotted #a8a8a8;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.author-content{
    font-size: 16px;
    margin-left: 20px;
}
.author-content p{
    font-weight: 100;
    font-family: "Open Sans";
    margin: 9px 0px;
}
.author-content> a{
    margin: 2px;
}
.author-content> a:hover i{
    color: blue;
}
/* .author-content h5{
    margin-bottom:15px ;
} */
.author-content h5 a{
    font-size: 15px;
    font-weight: 100;
}
#comments{
    margin-bottom: 70px;
}
#comment-toggle{
    padding: 25px;
    display: block;
    width: 100%;
    background: #f5f5f5;
    color: #080808;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
#comment-toggle::after{
    
    content: "";
    border-left: 3px solid black;
    border-top: 3px solid black;
    width: 10px;
    height: 10px;
    float: right;
    transform: rotate(45deg);
    line-height: 23px;
}
.active::after{
    transform: rotate(-135deg) !important;
}
.comment-container{
    padding: 25px;
    border: 2px solid #f5f5f5;;
}
/* form commentaire */
.comment-form textarea{
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
    padding: 12px 15px 11px;
    max-width: 100%;
}
.comment-form input[type="text"], .comment-form input[type="email"]{
    height: 39px;
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
    padding: 12px 15px 11px;
}
.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form textarea:focus{
        outline: 1px solid black;
}

label{
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px;
}
.comment{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.name-email{
    display: flex;
    flex-direction: row;
}
.name-email > div{
    width: 50%;
}
.name-email > div > *{
    width: 100%;
}
div.website input{
    width: 100%;
}
.checkboxs > div{
    display: flex;
    align-items: flex-start;
    }
.checkboxs input{
        margin-right: 10px;
        margin-top: 3px;
}
input[type=submit].btn-submit {
        background-color: #080808;
        color: #fff;
        font-family: inherit;
        font-size: 11px;
        line-height: 11px;
        font-weight: 600;
        padding: 14px 50px 12px;
        border: 1px solid #080808;
        cursor: pointer;
        outline: 0;
        text-transform: uppercase;
        text-align: center;
        width: auto;        
}
/* recent comment */

ol.recent-comments-list{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f5f5f5;
}
ol.recent-comments-list li .main-response{
    
    font-family: "Open Sans";
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom:  2px solid #f5f5f5;
    display: flex;
}
a.nice{
    color: #649fd6;
    cursor: pointer;
}
li.comment-response{
    font-family: "Open Sans";
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom:  2px solid #f5f5f5;
    margin-left: 22%;
    display: flex;
}
.body-comment p{
    font-size:13px;
}
.recent-comment{
    width: 100%;
}

ol.recent-comments-list li {
    list-style: none;
}
ol.recent-comments-list li .profile-img{
    width: fit-content;
    margin-right: 10px;
}
.post-author .profile-img img{
    border-radius: 50%;
    width: 75px;
    height: auto;
}
.recent-comments-list .profile-img img{
    border-radius: 50%;
    width: 70px;
    height: auto;
}
ol.recent-comments-list li .infos-comment{
    display:  flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 15px;
}
ol.recent-comments-list li .infos-comment div{
    display: flex;
    align-items: flex-end;
}
.infos-comment cite{
    margin-right: 6px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-repondre > a{
    text-transform: uppercase;
    font-weight: 600;
}
.time-comment a {
    color: #666;
    font-size: 13px;
}
/* side bar fixed */


/* Category */
.category-header{
    width: 100%;
    padding: 0 .9375em 0 0;
}
.main-title{
    text-align: center;
    padding: 40px 40px 36px;
    background-color: #649fd6;
}
.main-title h1{
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.subcategory ul{
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 15px;
}
.subcategory ul li{
    list-style: none;
    padding-left: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #080808;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2;
}
.subcategory ul li:nth-child(1){
    padding-left: 0;
}
.subcategory ul li a {
    transition: color 0.3s linear;
}
.subcategory ul li a:hover{
    color: #3f8cc2;
}
.articles-container{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.article-card{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.article{
    margin-bottom: 30px;
    position: relative;
}
.card-image{
    width: 33.33333%;
    padding: 0 15px;
    height: auto;
}
.card-image a{
    display:inline-block;
    height: 100%;
}
.card-image figure{
    height: 100%;
    background-color: black;
}
.card-image a:hover{
    opacity: 0.7;
}
.card-image img{
    width: 100%;
    height: 100%;
    vertical-align: bottom
}
.card-body{
    width: 66.66667%;
    padding: 0 15px;
}
aside.card-category{
    margin-bottom: 10px;
}
aside.card-category a{
    text-transform: uppercase;
    color: #91b7a6 ;
    font-size: 12px;
    letter-spacing: 0.05em;
    
}
.card-title h5{
    word-break: break-word;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.card-title h5 a:hover{
    text-decoration: underline;
}
.parent-time{
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}
.parent-time time{
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    text-transform: uppercase;
}
.card-content p{
    font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans';
}
.pagination{
    margin: 0 0 60px;
}
.pagination h2{
    font-weight: 100;
}
.nav-links{
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}
.pagination .page-numbers{
    display: inline-block;
    font-size: 13px;
    color: #080808;
    border: 1px solid #080808;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}
.pagination .page-numbers.dots {
    border-color: transparent;
    position: relative;
    top: -3px;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers.current {
    color: #fff;
    background: #080808;
}


.images-widget{
    text-align: center;
}
/* mobile menu */

.mobile-menu{
    background-color: #fff;
    color: #3f8cc2;
    border-radius: 10px;
    padding: 5px;
    font-size: 10px;
    height: 27px;
    line-height: 27px;
    margin-top: 12px;
    margin-left: 5px;
    font-weight: 700;
    cursor: pointer;
}
.mobile-nav-bar{
    height: 60px;
    background-color: #3f8cc2;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 4;
}
.menu-mobile-items{
    display: block;

}
.mobile-nav{
    display: none;
    position: fixed;
    width: 60%;
    overflow: hidden;
    height: 100vh;
    background-color: white;
    z-index: 10001;
    transition: 0.3s;
    left: -50%;
    
}
.fermer{
    background: url(https://www.ajib.fr/amp/close.svg) no-repeat center/12px transparent;
    border: 0;
    height: 58px;
    position: absolute;
    right: 10px;
    top: 9px;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #000;
    padding: 13px;
}
.mobile-nav .logo-mobile-nav{
    display: inline-block;
    width: 100%;
    background-color: #3f8cc2;
    height: 56px;
    text-align: center;
}
.mobile-nav-header{
    background-color: #3f8cc2;
    position: relative;
}
.menu-mobile-items a:first-child{
    border-top:1px solid #f0f0f0;
}
.menu-mobile-items a{
    padding: 15px;
    padding-left:25px;
    border-bottom:1px solid #f0f0f0;
    min-width: max-content;
    display: block;
}
.menu-mobile-items a:hover{
    background-color: #f5f5f5;
}
.menu-mobile-items>a i {
    margin-right:  7px;
}
.menu-mobile-items>a a{
    width: 100%;
}
.menu-mobile-items>a:nth-child(2) i{
    color: gray;
}
.menu-mobile-items>a:nth-child(3) i{
    color: red;
}
.menu-mobile-items>a:nth-child(4) i{
    color: #e88b00;
}
.menu-mobile-items>a:nth-child(5) i{
    color: #1dc130;
}
.menu-mobile-items>a:nth-child(6) i{
    color: #e88b00;
}
.mobile-social-menu{
    text-align: center;
    margin: 25px 0;
}
.mobile-social-menu a{
    display: inline-block;
    margin: 5px;
}
.logo-footer-mobile-menu *{
    display: block;
    text-align: center;
    margin: auto;
}
span.tabs{
    cursor: pointer;
}
.share-btn{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    top:60px;
    background: rgba(134, 213, 245, .9);
    padding: 1px 0 5px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 2;
    height: auto;
    font-size: 15px;
}
.share-btn .center{
    margin-top: 4px;
}
.share-btn .center a{
    padding:2px;
    
}
.share-btn .center a i:hover{
    transform: scale(1.2);
}
/* cookies bar */

.content-cookies{
    width: 100%;
    z-index: 10;
    position: fixed;
    text-align: center;
    background-color: white;
    bottom: -40%;
    display: none;
    padding: 15px 10px;
    transition:all 1s linear;
}
.content-cookies .settings{
    margin: 5px 20px;
    color: rgb(98, 163, 41);   
    cursor: pointer; 
}
.content-cookies .btn-accept{
    display: inline-block;
    margin: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    padding: 9px 12px;
    cursor: pointer;
}
.bar-cookies{
    position: fixed;
    bottom: 0;
    right: 100px;
    background-color: white;
    color: black;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px;
    padding: 5px 10px;
}

.article_liste {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.img_cat {
    width: 33%;
    margin-right: 20px;
}

.img_cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_cat {
    width: 66%;
    padding-bottom: 15px;
}

.cat_name_list {
    display: inline-block;
    color: #91b7a6;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.content_cat h3 {
    color: #080808;
       margin-bottom: 10px;
    letter-spacing: -0.04em;
}

.content_cat time {
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.content_cat .desc {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

a.tout_lire {
    background: #3f8cc2;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
    margin-top: 10px;text-transform: uppercase;
    font-size: 12px;
}




.pagination {

    display: inline-block;

    padding-left: 0;

    margin: 1em 0;

    border-radius: 4px;

}



.pagination a {

    color: black;

    float: left;

    padding: 5px 12px;

    text-decoration: none;

    border: 1px solid #dddddd;

}



.pagination span.inactive {

    color: black;

    float: left;

    padding: 5px 12px;

    text-decoration: none;

    border: 1px solid #dddddd;

}



.pagination span.active {

    color: white;

    background: #4DCADD;

    float: left;

    padding: 5px 12px;

    color: white;

    text-decoration: none;

    border: 1px solid #4DCADD;

}




.paginations {
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

.paginations li {
    display: inline-block;
    margin: 0 5px 5px;
}

.paginations li a.active {
    font-weight: bold;
    background: #0fc3b2;
    color: #fff;
}

.paginations li a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #eee;
    text-decoration: none;
    color: #0fc3b2;
}

.pagination a.inactive {
    color: black;
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    border: 1px solid #dddddd;
}

.pagination a.active {
    color: white;
    background: #4dcadd;
    float: left;
    padding: 5px 12px;
    color: white;
    text-decoration: none;
    border: 1px solid #4dcadd;
}

div#button_share {
    display: block;
    margin-bottom: 20px;
}

div#button_share a i {
    font-size: 35px;
    margin-right: 10px;
}

div#button_share a:nth-child(1) {
    color: #32529f;
}
div#button_share a:nth-child(2) {
    color: #0077b5;
}
div#button_share a:nth-child(3) {
    color: #25d366;
}
div#button_share a:nth-child(4) {
    color: #1da1f2;
}

.all_img_gallery {
    display: flex;
    flex-wrap: wrap;
}
.img_gallery {
    width: calc(50% - 10px);
    padding: 5px;
    object-fit: contain;
    margin: 5px !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.post-content iframe {
    width: 100%;
    max-height: 450px;
}

@media only screen and (min-width: 1300px) {
    .container,.article-body,.main-nav,.card-image{
        padding-left: 0;
        padding-right: 0;
    }
  }
  @media only screen and (max-width: 1090px) {
    .social-menu{
        display:none;
    }
    .menu a{
        font-size: 17px;
    }

  }

  @media only screen and (max-width: 900px) {  
            .menu>li {
                margin: 0 5px 0 0 !important;
            }
  }
  @media only screen and (max-width: 860px) {
    div#button_share{
        display:none;
    }

    .article-body img {
        max-width: none;
        width: 100%;
        height: 100%;
    }
    
    .page-header,.main-nav, .search-menu
    {
        display:none;
    }
    .parent {
    flex-direction: column;
    min-height: unset;
    }
    .article-body, .article-body-category{
        width: 100%;
    }
    .parent>aside{
        width: 100%;
    }
    .grid-article {
        grid-template-columns: 1fr;
    }
    .grid-article-item:nth-child(1) {
        grid-column-start: auto;
    }
    .fluid-section-container {
        flex-direction: column;
    }
    .fluid-section-container .left-side, .fluid-section-container .right-side{
        width: 100%;
    }
    .container{
        margin-top: 160px;
    }

    .search-mobile .search-menu{
        display: block;
    }
    .mobile-nav-bar{
        display: flex;
    }
    .search-menu-active {
        background-color: #09efff33;
    }
    /*.mobile-nav{
        display: block;
    }*/
    
}


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

    .off-canvas-overlay.active {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #000;
        z-index: 999;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s;
        opacity: .5;
        visibility: visible;
        cursor: pointer;
        top: 0;
        left: 0;
    }

    .fix .mobile-nav {
        left: 0;
        top: 0;
        width: 300px;
        background: #fff;
        position: fixed;
        height: 100%;
        z-index: 99999;
        -webkit-transition: .3s;
        transition: .3s;
        overflow: scroll;
        display: block;
    }
    .fix {
        overflow: hidden !important;
            height: 100vh;
    }

    .main-nav, footer, .container {
        padding: 0 15px;
    }
    .mobile-nav-bar.share-btn p {
        margin: 5px 0;
    }
    .post-title {
        font-size: 25px;
        line-height: 1.4;
    }
    .de_actualite > .h3,
    .article-body-category article .h3 {
        margin-bottom: 0;
    }
    .de_actualite article,
    .article-body-category article{
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
        border-radius: 5px;
        overflow: hidden;
    }
    .de_actualite header.card-title > .h2,
    .article-body-category header.card-title > h2{
        margin-top: 0;
        font-size: 20px;
        margin-bottom: 7px;
    }
    .de_actualite .article-card,
    .article-body-category .article-card{
        flex-direction: column;
    }
    .de_actualite .card-image,
    .article-body-category .card-image{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .de_actualite .card-body,
    .article-body-category .card-body{
        width: 100%;
        padding: 0 15px 15px;
    }
    .de_actualite img,
    .article-body-category img{
        height: 160px;
        object-fit: cover;
    }
    input[type=submit].btn-submit{
        width: 100%;
            margin-top: 15px;
            padding: 15px;
    }

    .fluid-section-container .left-side {
        padding-right: 0;
    }

    .category-title {
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
    }
    .posts-section {
        flex-direction: column;
    }
    .main-post {
        width: 100%;
        margin-bottom: 30px;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
        border-radius: 5px;
        overflow: hidden;
    }
    .main-post>article > div {
        padding: 15px;
    }
    .main-post>article>figure {
        margin-bottom: 0;
    }
    .main-post span {
        margin: 0 0 7px;
    }

    .secondary-posts-container {
        width: 100%;
    }
    .posts-section > * {
        padding: 0;
        overflow: unset;
    }

    .secondary-posts-container >ul>li {
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
        border-radius: 0;
        overflow: hidden;
        padding: 15px 0;
        margin-bottom: 0;
    }

    .listing-content {
        margin-left: 15px;
    }

    .fluid-section-container .right-side {
        padding: 0;
    }

    .listing-videos {
        flex-wrap: wrap;
    }
    .video-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .video-item >article > a span {
        margin: 0;
    }

    .grid-article-item article header h1 a {
        font-size: 26px;
        text-align: left;
    }

    .grid-article-item article header h2 a {
        font-size: 20px;
        line-height: 1.4;
    }

    .actualite {
        margin: 15px 0;
        box-shadow: 0 0 3px 0px #ccc;
        padding: 15px;
        border-radius: 4px;
        text-align: center;
        flex-direction: column;
        margin: 25px 0;
    }

    header.actualite aside {
        margin-bottom: 10px;
    }

    header.actualite span {
        display: block;
    }

    .article-body {
        padding: 0;
    }

    .article-body ul{
        padding-left: 15px;
    }

    .post-content>.post-text {
        text-align: justify;
    }

    .post-content>.post-text h3,
    .post-content>.post-text h2,
    .post-content>.post-text h4{
        text-align: left;
    }

}


.bannpc, .bannmobile {max-width:100%; margin-top:5px;}
	.bannmobile  {display:none}
 	
	@media (max-width: 520px) {
		.bannmobile  {display:inline!important}
		.bannpc  {display:none!important}
	}
	
	