/* Purely visual styling (“look-and-feel”) for a component. */
@import url("anp.fonts.css");
body{
    background-color: #f5f5f5;    
}
@media (min-width: 1200px){
    .uk-width-3-4\@l {
        width: 65%;
    }
}
@media (min-width: 1200px){
    .uk-width-1-4\@l {
        width: 35%;
    }
}
body,.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
    font-family: "Fira Sans Extra Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    -webkit-font-smoothing: antialiased;
}
article img{
    width: 100%;
}
article .article-body-field{
    font-family: "pt serif",Georgia,serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    color: #000;
    font-size: 1.1875em;
}
.node-author-content{
    font-size: 1em;
    line-height: 1.2em;
    color: #9fa1a3;
    margin-top: 20px;
    margin-bottom: 10px;
}
.full-content-tag-item{
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 1px solid #9a9b9c;
    border-radius: 35.5px;
    padding: 5px;
    color: #343536;
    font-size: 12px;
    font-family: "gotham xnarrow ssm a",Sans-Serif;
    text-transform: uppercase;
    text-align: center;
}
h1.uk-article-title{
    font-size: 2.5em;
    letter-spacing: -.02em;
    line-height: 110%;
    color: #232425;
    font-family: "gotham xnarrow ssm a",Sans-Serif;
    font-weight: 700;
}
a{
    color: #054a80;
}
.uk-label{
    background-color: #1e87f0 !important;
    color: #fff !important;
    text-transform: capitalize;
    padding: 0 3px;
    line-height: 1.2;
    font-size: .8rem;
}
.uk-label a{
    color: #fff;
}
.home-page-block .more-link{
    color: #fff;
    background-color: #0270e2;
    border-radius: 500px;
    line-height: 48px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin: 10px auto;
    overflow: visible;
    width: 220px;
    font: inherit;
    -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}
.uk-section .more-link a,
.home-page-block .more-link a{
    color: #fff;
}
header{
    background:  url("../images/vi-map.svg") #00609a no-repeat center/auto;
    min-height: 200px;
}
.cd-auto-hide-header{

}
.cd-auto-hide-header{
    border-bottom: 1px solid rgba(199, 199, 199, 0.72);
    overflow: hidden;
}
nav.uk-navbar-container{
    background: #0678be !important;
    border-bottom: 10px solid #003070;
}

#topsocialmedia{
    padding: 0 15px;
    flex: auto;
}
.region-top-tools{
    color: #eeeeee;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}
.region-top-tools .list-inline{
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.region-top-tools .list-inline-item{
    display: inline-block;
}
.region-top-tools .list-inline-item:not(:last-child){
    margin: 0;
}
.region-top-tools ul.icons-container{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.region-top-tools ul.list-inline li a.g-pa-3{
    text-align: center;
    padding: 0 0.21429rem !important;
    color: #fdfdfd;
    font-size: 1.3rem;
    display: block;
    width: 45px;
    border-left: 1px solid rgba(199, 199, 199, 0.72);
}
.region-top-tools .uk-margin,
.region-top-tools .uk-list{
    margin: 0 !important;
}
.region-top-tools li a.g-color-facebook-hover:hover{
    color: #009aff !important;
}
.region-top-tools li a.g-color-twitter-hover:hover{
    color: #04d5ff !important;
}
.region-top-tools li a.g-color-youtube-hover:hover{
    color: rgb(247, 32, 25) !important;
}
.region-top-tools li a.g-color-instagram-hover:hover{
    color: #c602e2 !important;
}
.region-top-tools li a.g-color-rss-hover:hover{
    color: #ff7d08 !important;
}
#search-block-form{
    display: flex;
}
#search-block-form .uk-button-default{
    border: unset !important;
}
.search-block-form{
    background: transparent;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -2px;
}
.search-block-form input.form-search.uk-input,
.search-block-form input.form-submit.uk-button{
    border: none !important;
    vertical-align: middle !important;
}
.search-block-form input.form-search.uk-input{
    width: 300px;
}
  
.search-block-form input.js-form-submit{
    height: 40px;
    line-height: 40px;
    background-image: url(../images/search.svg);
    background-color: transparent;
    background-position: 5px 7px;
    background-size: contain;
    background-repeat: no-repeat;
    border: unset;
    width: 40px;
    padding: 0;
}
.burgger-menu.uk-navbar-toggle{
    position: absolute;
    color: #fff;
    cursor: pointer;
}
.uk-offcanvas-bar{
    background: #011646;
}
.uk-offcanvas-bar .uk-nav-default>li>a{
    color: #fff !important;
    font-weight: 400;
}
nav.uk-navbar-container a{
    color: #fff !important;
    font-weight: 500;
}
.logo-container{
    text-align: center;
    padding: 25px 0;
}
.logo-container p,
.logo-container .uk-margin{
    margin: 0;
}
.logo-container img{
    width: 350px;
}
nav.uk-navbar-container{
    display: inherit;
}
nav.uk-navbar-container .uk-navbar-center:not(:only-child){
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: auto;
    box-sizing: border-box;
    z-index: 990;
    text-align: center;
    display: block;
}
nav.uk-navbar-container .uk-navbar-center:only-child{
    justify-content: center;
}
ul.uk-navbar-nav{
    text-align: center;
    display: inline-flex;
}
div#anp-main-menu {
    height: 65px;
    line-height: 65px;
}
.uk-navbar-nav>li>a{
    min-height: auto;
}
.home-page-block{
    position: relative;
    display: flow-root;
    padding-left: 30px;
}
.slideshow-section{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #003070;
}
.slideshow-section .slideshow-container{
    background: #fff;
    padding: 15px 10px;
}
.slideshow-section .uk-margin{
    margin-bottom: 0;
}
.views-home-slideshow-section{
    position: relative;
}

.views-home-slideshow-section .slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.views-home-slideshow-section .slick-dots{
    position: absolute;
    top: 5px;
    right: 0;
    width: auto;
}
.views-home-slideshow-section.slick-dots li button::before{
    color: #FFF;
}
.views-home-slideshow-section .slick-dots li.slick-active button::before{
    color: #FFF;
}
.views-home-slideshow-section .uk-label-container{
    position: absolute;
    top: 5px;
    z-index: 1;
    left: 5px;
    color: white;
}
.views-home-slideshow-section .uk-label a{
    color: #FFF;
}
.views-home-slideshow-section .uk-card-title{
    margin: 0px;
}
.views-home-slideshow-section .uk-card-title a{
    color: #FFF;
}
.views-home-slideshow-section .uk-card-body{
    position: relative;
    z-index: 1;
    width: 100%;
    bottom: 0;
    min-height: 150px;
    background: #003070;
}
.views-home-slideshow-section .uk-card-media-top img,
.views-home-slideshow-section .uk-inline{
    width: 100%;
}
.views-home-slideshow-section .uk-overlay-primary{
    background: linear-gradient(to top,#003070 2%,transparent 50%);
}
.views-home-slideshow-section .body-resume{
    color: rgb(211, 211, 211);
}
.views-home-slideshow-section .date-creation{
    color: rgb(255, 77, 7);
}
.leader-news-views .uk-list{
    margin-bottom: 0;
}
.leader-news-views .uk-width-expand{
    padding-left: 8px;
}
.leader-news-views .uk-card-title{
    font-size: 1rem;
}
.leader-news-views .uk-inline img{
    width: 95%;
}
.home-page-block.recommanded-h2{
    padding-left: 0;
}
.recommanded-items-slider{
    padding-bottom: 17px;
}
.flash-news-slider{
    background: #003070;
}
.flash-news-slider a{
    color: #fff;
}
.flash-news-slider .views-field-field-choisir-un-pays{
    text-transform: uppercase;
    display: inline-block;
    background: #FF4D07;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}
.flash-news-slider .views-field-field-choisir-un-pays a{
    
}
.views-toute-actualite .views-field-view-node{
    border: unset !important;
    padding: unset !important;
    margin: 0 0 5px 0 !important;
}
.views-toute-actualite .uk-card-body{
    padding: 0px !important;
    min-height: 110px;
}
.views-toute-actualite .uk-card-header{
    padding: 5px;
    border: none;
}
.views-toute-actualite .uk-card-footer,
.views-news-cath-section .uk-card-footer{
    padding: 5px;
    text-align: right;
    position: relative;
}
.views-toute-actualite .uk-card-footer .uk-label,
.views-news-cath-section .uk-card-footer .uk-label{
    position: absolute;
    display: block;
    z-index: 1;
    right: 5px;
    top: 4px;
    text-transform: capitalize;
}
.views-toute-actualite .uk-card-footer a,
.views-news-cath-section .uk-card-footer a{
    color: #fff;
}
.views-toute-actualite .uk-card-footer p.uk-article-meta,
.views-news-cath-section .uk-card-header p.uk-article-meta{
    margin: 0;
    text-align: left;
    color: #ff4d07;
    line-height: inherit;
}
.uk-slidenav-previous,
.uk-slidenav-next{
    color: #003070;
}
.home-page-block h2{
    color: #003d8f;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.6rem;
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

.home-page-block h2::after{
    content: "";
    position: absolute;
    display: block;
    right: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #003d8f;
}
.home-page-block h2::after{
    width: 100%;
}
.recommanded-section{
    padding-bottom: 0;
    background-color: #eaeaea;
}
.uk-dotnav>.uk-active>* {
    background-color: rgb(21, 161, 186);
    border-color: transparent;
}
.recommanded-section .uk-margin{
    padding: 0;
}
.views-news-recommanded-section .uk-card-body{

}
.views-news-recommanded-section .uk-card-body{
    padding: 10px 15px;
}
.views-news-recommanded-section h3.uk-card-title{
    font-size: .95rem;
    margin-top: 2px;
    font-weight: 500;
}
.views-news-cath-section{
    background-color: #fff;
    position: relative;
}
.views-news-cath-section .date-creation{
    color: #ff4d07;
}
.views-news-cath-section .uk-card-footer,
.views-news-recommanded-section .uk-card-footer{
    padding: 0 5px;
    text-align: right;
    height: 28px;
    line-height: 28px;
}
.views-news-recommanded-section .uk-card-footer a{
    color: #fff;
    text-transform: capitalize;
}
.views-news-recommanded-section .date-creation{
    color: #ff4d07;
}

.views-news-recommanded-section .uk-overlay{
    padding: 10px;
}
.views-news-cath-section > .uk-grid-small{
    
}
.views-news-cath-section .views-field-title,
.views-news-cath-section .views-field-body{
    padding: 8px;
    min-height: 80px;
    overflow: hidden;
}
.views-news-cath-section .uk-overlay-primary,
.recommanded-section .uk-overlay-primary{
    background: linear-gradient(to top,#07465f 2%,transparent 50%);
}
.views-news-cath-section .uk-overlay{
    padding: 15px;
}
.views-news-cath-section .views-field-title a{
   color: #fff;
   font-weight: 500;
}
.views-news-cath-section .views-field-title a::after{

    
}
.views-news-cath-section .view-footer{

}
.views-news-cath-section .view-footer .views-row{
    margin: 0 8px;
    border-bottom: 1px dashed #b0b0b0;
}
.views-news-cath-section .view-footer .views-row:last-child{
    border-bottom: unset;
}
.views-news-cath-section .view-footer .uk-card-header{
    padding: 8px 0px;
}
.views-news-cath-section .view-footer h3.uk-card-title,
.contenues-populaires h3.uk-card-title,
.sport-culture-child-view h3.uk-card-title,
.societe-child-view h3.uk-card-title{
    font-size: .98rem;
    font-weight: 400;
}
.sport-culture-child-view,
.societe-child-view {
   margin-top: 53px;
   background-color: #fff;
}
.sport-culture-child-view .views-row:nth-child(n+2),
.societe-child-view .views-row:nth-child(n+2){
    border-top: 1px dashed #b0b0b0;
}
.sport-culture-master-view .views-field-title,
.societe-master-view .views-field-title{
    font-size: 1.3rem;
}
.sport-culture-master-view .views-field-title a,
.societe-master-view .views-field-title a{
    color: #054a80;

}
.sport-culture-child-view .uk-card-header,
.societe-child-view .uk-card-header{
    padding: 10px;
}
.sport-culture-child-view .uk-card-title,
.societe-child-view .uk-card-titl{
    padding: 10px;
}
.contenues-populaires .uk-list-divider>li:nth-child(n+2){
    margin-top: 0px;
    padding-top: 0px;
    border-top: 1px dashed #b0b0b0
}
.contenues-populaires .views-field-title{
    min-height: unset;
}
.contenues-populaires .uk-card-header{
    padding: 0;
}
.contenues-populaires .uk-card-header,
.contenues-populaires .uk-card-header div{
    display: block;
    flex: unset;
}
.contenues-populaires .uk-card-header div.uk-card-footer{
    padding-left: 16px;
}
.contenues-populaires .uk-card-header div.uk-card-footer a{
    color: #fff;
}
.contenues-populaires .uk-card-header a{
    color: #054a80;
}
.contenues-populaires .views-field-title a{
    font-weight: 400;
}

.newsletter-section{
    background: #757575 url(../images/newsletter-bg.png) no-repeat left center;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.newsletter-section #edit-mail-0-value--description, .newsletter-section .uk-form-label{
    display: none;
}
.newsletter-section h2{
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}
.newsletter-section img.newsletter-icon{
    width: 150px;

}
.newsletter-section input[type="email"]{
    height: 50px;
    line-height: inherit;
    border-radius: 4px;
}
.border-line {
    background: #133b5a;
    float: left;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 20px;
}
.actu-par-section{
    margin-bottom: 50px;
}
.actu-par-section .uk-card-body{
    padding: 5px !important;
}
footer{
    background-color: #003d8f;
    color: #fff;
    text-align: center;
    position: relative;
}
footer a, .footer-copyright a{
    color: #fff;
}
h2#anp-footer-menu{
    color: #fff;
    color: #fff;
    font-size: 3.3rem;
    font-family: "Segoe UI";
    border-bottom: 1px solid;
    margin: 20px 0;
}
.custom-footer-menu{
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    text-align: left;
    font-size: larger;
    padding-bottom: 30px;
}
.custom-footer-menu .uk-grid-margin{
    margin-top: 0;
}
.footer-copyright{
    color: #fff;
    background-color: #003070;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.footer-copyright .uk-margin,
.footer-copyright p{
    margin: 0 !important;
}