* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'AtlasGrotesk';
    src: url('fonts/AtlasGrotesk-Regular.otf') format('opentype'),
        url('fonts/AtlasGrotesk-Regular.eot') format('embedded-opentype'),
        url('fonts/AtlasGrotesk-Regular.woff') format('woff'),
        url('fonts/AtlasGrotesk-Regular.ttf') format('truetype'),
        url('fonts/AtlasGrotesk-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AtlasGrotesk-Light';
    src: url('fonts/AtlasGrotesk-Light.otf') format('opentype'),
        url('fonts/AtlasGrotesk-Light.eot') format('embedded-opentype'),
        url('fonts/AtlasGrotesk-Light.woff') format('woff'),
        url('fonts/AtlasGrotesk-Light.ttf') format('truetype'),
        url('fonts/AtlasGrotesk-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AtlasGrotesk-ThinItalic';
    src: url('fonts/AtlasGrotesk-ThinItalic.otf') format('opentype'),
        url('fonts/AtlasGrotesk-ThinItalic.eot') format('embedded-opentype'),
        url('fonts/AtlasGrotesk-ThinItalic.woff') format('woff'),
        url('fonts/AtlasGrotesk-ThinItalic.ttf') format('truetype'),
        url('fonts/AtlasGrotesk-ThinItalic.svg#AtlasGrotesk-ThinItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika-Regular';
    src: url('fonts/Klavika-Regular.eot') format('embedded-opentype'),
        url('fonts/Klavika-Regular.otf') format('opentype'),
        url('fonts/Klavika-Regular.woff') format('woff'),
        url('fonts/Klavika-Regular.ttf') format('truetype'),
        url('fonts/Klavika-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika-Medium';
    src: url('fonts/Klavika-Medium.otf') format('opentype'),
        url('fonts/Klavika-Medium.woff') format('woff'),
        url('fonts/Klavika-Medium.ttf') format('truetype'),
        url('fonts/Klavika-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika-Bold';
    src: url('fonts/Klavika-Bold.otf') format('opentype'),
        url('fonts/Klavika-Bold.woff') format('woff'),
        url('fonts/Klavika-Bold.ttf') format('truetype'),
        url('fonts/Klavika-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    min-height: 100%;
    position: relative;

}

html.menu-open {
    overflow: hidden;
}

html.menu-open:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
    content: "";
}

html.menu-open .main-wrapper {
    left: 280px;
    position: relative;
}

html.menu-open body {
    overflow: hidden !important;
}

body {
    font-size: 62.5%;
    font-family: AtlasGrotesk, Arial, sans-serif;
    line-height: 1.2;
    background: #fff;
    margin: 0 auto;
    overflow-x: hidden
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

section {
    padding: 30px 0;
}

h2 {
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: 'Klavika-Medium';
    color: #ffffff;
    display: inline-block;
    border: 1px solid;
}

header {
    z-index: 9;
    position: relative;
    background: #fff;
    text-align: center;
    height: 164px;
}

.main-wrapper {
    transition: -webkit-transform .15s ease;
    transition: all .15s ease;
    left: 0;
    position: relative;
}

#main-container {
    margin: 0;
}

.wrapper {
    max-width: 1060px;
    padding: 0 45px;
    margin: 0 auto;
    position: relative;
}

/*
    //HEADER
*/
#navigation .wrapper {
    position: relative;
    max-width: none;
}

header #navigation ul.menu li.hidden-item {
    display: none;
}

/*
header #navigation ul.menu ul.sub-menu li a {
    color: #757575;
    font-size: 16px;
    padding: 20px 14px;
    display: block;
    font-weight: normal;
    text-transform: none;
}

header #navigation ul.menu ul.sub-menu li a:hover {
    color: #000;
}
*/

header #navigation {
    background: #fff;
    box-shadow: 0px 6px 8px -5px rgba(0, 0, 0, 0.08);
    -webkit-transition: top .2s linear 0s;
    transition: top .2s linear 0s;
}

header #navigation .menu-primary {
    display: inline-block;
    vertical-align: middle;
}

header #navigation ul.menu li {
    display: inline-block;
    vertical-align: middle;
}

header #navigation ul.menu li a {
    padding: 22px 18px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: #222;
    letter-spacing: 0.15px;
    font-family: "Klavika-Medium";
    position: relative;
}

header #navigation ul.menu li a:hover {
    color: #02a1ff;
    transition: all .15s ease;
}

header #navigation ul.menu li a:after {
    content: "";
    position: absolute;
    top: 22px;
    background: #eaeaea;
    left: 0;
    bottom: 22px;
    width: 1px;
}

header #navigation a.logo-site {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -13px;
}

#navigation.fixed {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all .15s ease;
}

html.menu-open #navigation {
    left: 280px;
    right: -280px;
}

#navigation .logo-mini img {
    max-width: 110px !important;
}

#navigation .logo-mini {
    transition: opacity .2s linear 0s;
    position: absolute;
    left: 70px;
    top: 20px;
}

.home .logo-mini {
    opacity: 0;
}

#navigation.fixed .logo-mini {
    opacity: 1;
}

.home header .logo-global {
    display: inline-block;
    position: relative;
    padding-top: 35px;
    padding-bottom: 10px;
    display: block;
}

header .logo-global {
    display: none;
}

/*
.logo-global .site-name {
    position: absolute;
    bottom: -23px;
    background: #222;
    color: #fff;
    float: right;
    right: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    padding: 2px 5px;
    line-height: 1.3em;
}
*/

/*
    SEARCH BAR
*/
.burger-menu,
#search-open {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    color: #000;
    font-size: 22px;
    cursor: pointer;

}

#search-open {
    left: inherit;
    right: 0;
    z-index: 9;
}

.search-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 15, 0.85);
    z-index: 9;
    text-align: center;

    display: none;
}

.search-section .c {
    display: table;
    height: 100%;
    width: 100%;
}

.close-section {
    color: #fff;
    right: 20px;
    top: 18px;
    position: absolute;
    cursor: pointer;
}

.close-section img {
    width: 24px;
}

.search-section .content {
    display: table-row;
    height: 100%;
    vertical-align: middle;
}

.search-section .align-t {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

input#s {
    padding: 15px;
    font-size: 26px;
    font-weight: 500;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    width: 400px;
    padding-right: 60px;
}

input#searchsubmit {
    padding: 22px 30px;
    border: 0;
    font-family: 'traceicons' !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    background: transparent;
}

#searchform i.fa.fa-search {
    position: absolute;
    right: 20px;
    top: 21px;
    font-size: 25px;
    color: #ffffff;
}

form#searchform {
    display: inline-block;
    position: relative;
}


/*
    SLIDERS
*/
#slider-top {
    padding: 0;
    height: 78vh;
    position: relative;
    z-index: 2;
    max-height: 650px;
    overflow: hidden;
}

.category-header {
    padding: 60px 0;
    height: 48vh;
    position: relative;
    z-index: 2;
    max-height: 350px;
    overflow: hidden;
    background-color: rgba(211, 211, 11, 0.5);
    color: rgb(255, 255, 255) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.category-header:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(50, 0, 0, 0.75);
    top: 0;
    left: 0;
}

.category-header .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.category-header h1 {
    color: #eaeaea !important;
}

.category-header .head-title::after {
    background: #fff !important;
}

#home-top .item {
    position: relative;
    cursor: pointer;
}

#home-top:hover .owl-buttons {
    opacity: 1;
}

#home-top .owl-buttons {
    opacity: 0;
    transition: opacity 0.1s ease-in;
}

#home-top .owl-controls .owl-buttons div {

    padding: 20px 30px;
}

#home-top .item .image-slider {
    height: 78vh;
    max-height: 650px;
    background-size: cover;
    position: relative;
    background-position: center center;
}

#home-top .owl-buttons {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

#home-top .owl-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

#home-top .owl-controls .owl-buttons div {
    color: #fff;
    font-size: 48px;
}

#home-top .owl-prev {
    left: 15px;
}

#home-top .owl-next {
    right: 15px;
}

#home-top .item .content-slider {
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    text-align: left;
    color: #fff;
    width: 100%;
    font-weight: normal;
    padding: 0 60px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1080px;
}

#home-top .item .content-slider h3 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    margin: 5px 0;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    padding: 16px 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

#home-top .item .content-slider .post-title {
    width: 100%;
}

.image-slider:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/pat.png);
    content: "";
    background-size: 3px;
    opacity: 0.5;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
}

.image-slider img {
    width: 100%;
}


/*
    NEWS FEED
*/
#actus-feed {
    position: relative;
}

#actus-feed li {
    padding: 15px 5px;
    max-width: 650px;
    margin: 0 auto;
    box-sizing: border-box;
}

#actus-feed li .actus-author i {
    text-transform: none;
    color: #9e9e9e;
}

#actus-feed li .actus-author {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    color: #000 !important;
}

#actus-feed li .col-img {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    position: relative;
    overflow: hidden;
}

#actus-feed li a.actus-link:hover .col-img:before {
    background: rgba(0, 0, 0, 0.2);
}

#actus-feed li .col-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background 0.2s ease-in;
}

#actus-feed li .col-img img,
.col-img img {
    width: 100%;
}

#actus-feed li .post-title {
    width: 56%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    box-sizing: border-box;
}

#actus-feed li .post-title .date-post {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    font-family: AtlasGrotesk-Light, Arial, sans-serif;
}

#actus-feed li .post-title .date-post i.fa {
    padding-right: 3px;
}

#actus-feed li .post-title h3 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    padding: 16px 0;
}

#actus-feed li a {
    transition: all 0.3s ease;
}

#actus-feed li a.actus-link {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #000;

}

#actus-feed li a.actus-link:hover {
    color: #222;
}

.category {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 77px;
    font-weight: normal;
    color: #fff !important;
    background: #d41313;
    padding: 10px 20px;
    font-family: 'Klavika-Medium';
    letter-spacing: 0.25px;
    position: relative;
    line-height: 1em;
    border: 0;
}

.hasSub:after {
    content: "";
    display: block;
    background: rgb(255, 255, 255);
    height: 38px;
    width: 13px;
    transform: skew(20deg);
    position: absolute;
    right: -7px;
    top: -1px;
    z-index: 3;
}

.sub {
    color: #000 !important;
    background: #FFE602 !important;
    text-align: right !important;
}

#actus-feed li.mini:nth-child(3n) .post-title h3 {
    font-size: 32px;
    padding-right: 20px;
}

#actus-feed li.mini:nth-child(3n) .post-title {
    width: 100%;
    padding-left: 0;
    padding: 25px 0;
}

#actus-feed li.mini:nth-child(3n) .col-img {
    width: 100%;
    overflow: hidden;
    max-height: 335px;
}

.head-title {
    text-align: center;
    margin: 30px 0;
    margin-bottom: 50px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
    position: relative;
    padding-bottom: 22px;
}

.head-title.top-title {
    margin: 15px 0;
    margin-bottom: 0;
}

.head-title:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.post-date i.separator,
.date-post i.separator {
    font-style: normal;
    padding: 0 5px;
    display: inline-block;
    min-width: 25px;
    text-align: center;
}

.right-views {
    float: right;
    font-style: normal;
    color: rgb(50, 0, 0)
}



/*
ARTICLE CONTENT
*/

#article-content .article-header {
    background: #fff;
    padding: 25px 0;
}

#article-content .article-header h1 {
    font-size: 50px;
    font-weight: normal;
    margin: 0 auto;
    font-family: 'Fjalla One', sans-serif;
    padding: 22px 0;
    margin-bottom: 22px;
    position: relative;
}

#article-content .article-header h1:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    bottom: 0;
    background: #000000;
    left: 0;
}

#article-content .article-cover img {
    width: 100%;
}

#article-content .article-cover {
    display: block;
    width: 100%;
    max-height: calc(100vw * 0.5);
    overflow: hidden;
}

#article-content .article-header .post-date {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 5px 0;
}

#article-content .article-content p {
    padding-bottom: 12px;
}

#article-content .article-content a {
    color: #02a1ff;
    border-bottom: 1px solid;
    padding-bottom: 0.3em;
}

#article-content .article-content a:hover {
    color: #02a1ff;
}

#article-content .article-content {
    font-size: 16px;
    line-height: 1.75em;
    font-family: AtlasGrotesk-Light, Arial, sans-serif;
    position: relative;
}

#article-content .content-wrapper {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w8-section {
    width: 65%;
    text-align: justify;
}

.w4-section {
    width: 32%;
}

.caption,
.hat {
    font-size: 13px;
    color: #888;
    font-style: italic;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
}

.caption {
    background: rgba(150, 150, 0, 0.1);
    text-align: center;
}

.tags {
    text-align: center;
    margin-top: 30px;
}

.tags strong {
    color: #999;
    font-size: 13px;
    padding: 3px 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.tags strong:hover {
    background: #02a1ff;
    color: #fff;
    border-color: #02a1ff;
}

.comment-area {
    background: rgba(150, 150, 150, 0.1);
    margin-top: 35px;
    min-height: 250px;
    padding: 10px;
    box-sizing: border-box;
}

.comment-area textarea {
    display: block;
    width: 100% !important;
    resize: none;
}

.fb_iframe_widget,
.fb_iframe_widget>span,
.fb_iframe_widget iframe {
    width: 100% !important;
}

.social-icons {
    padding: 5px;
    text-align: center;
}

.social-icons a {
    color: #000;
    line-height: 30px;
    font-size: 30px;
    margin: 0 5px;
    text-decoration: none;
    border: none !important;
}

.social-icons a i {
    line-height: 30px;
    font-size: 30px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.social-icons a:hover {
    color: #02a1ff
}
.social-icons a:hover i {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

/*
.article-content iframe {
    width: 100%;
}

#article-content .article-content .share a {
    color: #000;
    text-decoration: none;
    border: 0;
    font-size: 26px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    padding: 12px 6px;
}

#article-content .article-content .share ul li {
    display: block;
}

#article-content .article-content .share:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #000;
    top: 0;
    left: 0;
}

#article-content .post-info {
    font-size: 13px;
    color: #999;
    padding: 25px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
}

#article-content .post-info .actus-author {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding-top: 5px;
    color: #000 !important;
}

#article-content .post-info .actus-author i {
    text-transform: none;
    color: #9e9e9e;
}

#article-content .video-post {
    padding-top: 56.4%;
    width: 100%;
    position: relative;
}

#article-content .video-post iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#article-content .video-embed {
    padding-top: 56.1489%;
    position: relative;
    width: 100%;
}

#article-content .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#article-content .article-content h1,
#article-content .article-content h2,
#article-content .article-content h3 {
    font-size: 21px;
    font-weight: normal;
    text-align: left;
    padding: 10px 0;
    text-transform: none;
    font-family: 'Fjalla one';
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
    border: 0;
    display: block;
}

.article-content div {
    max-width: 100% !important;
}


*/

/*
    SIMILAIRES ARTICLES
*/


/*
    ADAPTATION MOBILE
*/
.mobile-version-menu li.btn-nlt a:hover {
    color: #fff;
    background: #02a1ff;
}

.mobile-version-menu .menu-legal li a {
    font-size: 10px !important;
    padding: 6px 0 !important;
}

.mobile-version-menu .menu-primary li a {
    font-family: "Klavika-Medium";
}

.mobile-version-menu li a {
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0;
    display: block;
}

.mobile-version-menu li a:hover {
    color: #02a1ff;
}

.mobile-version-menu {
    padding: 20px 30px;
}

.mobile-version-menu ul.language-links {
    position: relative;
    right: 10px;
}

.mobile-version-menu .menu-channels li.rs-l.first {
    margin-left: -8px;
}

.mobile-version-menu li.sub-menu-mini {
    display: none;
}

.mobile-version-menu li.btn-nlt a {
    border-radius: 0;
    padding: 15px 5px;
    height: auto;
    line-height: auto;
    width: 100%;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #02a1ff;
    color: #02a1ff;
}

.mobile-version-menu .menu-channels li.rs-l a {
    padding: 18px 8px;
    display: block;
    font-size: 18px;
}

.mobile-version-menu .menu-channels li.rs-l {
    display: inline-block;
}

.mobile-version-menu .menu-channels li a span {
    font-size: 9px;
    opacity: 0.8;
    padding-left: 4px;
}

.mobile-version-menu ul li .sub-menu li a {
    font-weight: 600 !important;
    color: #333;
}

.mobile-version-menu .logo-global {
    position: absolute;
    top: 2px;
    background: #fff;
    padding: 20px 0;
    width: 105px;
}

.mobile-version-menu {
    display: block;
    overflow: hidden;
    padding-top: 75px !important;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    overflow-y: auto;
    height: 100%;
    z-index: 99;
    background: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
}

.mobile-version-menu .content {
    height: 100%;
    overflow-y: scroll;
    width: 280px;
    padding-right: 40px;
}

html.menu-open .mobile-version-menu {
    -webkit-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px);
}

.mobile-version-menu .burger-menu img {
    width: 18px;
}

.mobile-version-menu .burger-menu {
    left: 0;
    right: 0;
    text-align: right;
    top: 0;
    position: absolute;
    color: #000;
    padding: 20px 25px;
}

/*
    FOOTER
*/
.copyright {
    font-size: 10px;
    color: #000;
    border-top: 1px solid #ddd;
    padding: 25px 25px 25px 0px;
    margin-top: 10px;
    line-height: 1.65em;
}