
body{
    font-size: 13px !important;
	font-family: Arial, 'arial-online' !important;
    background-color:#FFF;
    border-top: 10px solid black;
	color:#000;
    margin: 0 auto;
    padding: 0px;
}

/* body *{
    font-family: Arial, 'arial-online' !important;
} */

body a{
    opacity: 1;
    transition: opacity ease-out .2s;
}

body a:hover{
    text-decoration: inherit !important;
    opacity: 0.8;
    color: inherit !important;
}

body hr{
    background-color: #b6babe;
}

.container{
    max-width: 1320px !important;
}

.fz-16{
    font-size: 16px !important;
}

.font-size-12{
    font-size: 12px !important;
}

/* HEADER */

    header .link-logo img:hover{
        opacity: .8;
    }

    header .slogan{
        font-size: 12px;
        font-weight: 600;
        color: #000;
        margin-left: 40px;
    }

    header .bg-light{
        background-color: inherit !important;
        border-top: 10px solid black;
    }

    header .navbar-nav .nav-item .nav-link{
        font-weight: bold;
        text-transform: uppercase;
    }

    /* search bar */

    header input[type=text] {
        padding: 6px;
        margin-top: 8px;
        font-size: 17px;
        border: none;
    }

    header .search-container button {
        padding: 6px 10px;
        margin-top: 8px;
        margin-right: 16px;
        background: inherit !important;
        font-size: 17px;
        border: 1px solid black;
        border-left: 0px solid white;
        cursor: pointer;
    }

    header .search-container button:hover {
        background: #ccc;
    }
    /* search bar */

    header .langue .fr{
        padding: 7px 12px;
        color: black;
        background-color: #F0F0F0;
        transition: all ease-in-out .4s;
    }

    header .langue .en{
        padding: 7px 15px;
        color: black;
        background-color: #F0F0F0;
        transition: all ease-in-out .4s;
        margin-left: 15px;
    }

    header .langue .fr.active,
    header .langue .en.active{
        background-color: #F53000;
        color: white;
    }

    header .langue .en:hover,
    header .langue .fr:hover{
        background-color: #F53000;
        color: white !important;
    }

    header .social-icon{
        /* background-color: #F53000; */
        padding: 7px 5px;
        width: 130px;
    }

    header .social-icon .fab, .icon-share{
        color: #F53000;
        padding: 5px;
        border: 2px solid #F53000;
        border-radius: 50%;
        font-size: 12px;
        transition: all ease .5s;
    }

    header .social-icon .fab.fa-facebook-f, .fa-facebook-f.icon-share{
        padding: 5px 7px;
    }

    header .social-icon .fab.fa-youtube{
        padding: 5px 4.5px;
    }

    header .social-icon .fab:hover, .icon-share:hover{
        /* opacity: .8; */
        color: white;
        background-color: #F53000;
    }

    /* Navbar */

    header .navbar-nav .nav-item{
        border-bottom: 4px solid white;
        transition: border-bottom ease-in .2s;
    }

    header .navbar-nav .nav-item:hover{
        border-bottom: 4px solid #F53000;
        padding-bottom: -4px;
    }

    header .navbar-nav .nav-item .nav-link{
        color: #F53000;
        font-weight: bold;
        font-size: 15px;
        opacity: 1 !important;
        padding-left: 21px;
        padding-right: 21px;
    }

    @media (max-width : 1280px) {
        header .navbar-nav .nav-item .nav-link{
            padding-left: 22.5px;
            padding-right: 22.5px;
            font-size: 15px;
        }
    }

    @media (max-width : 1024px) {
        header .navbar-nav .nav-item .nav-link{
            padding-left: 14px !important;
            padding-right: 14px !important;
            font-size: 14px;
        }
    }

    header .navbar-nav .nav-item .nav-link.active{
        color: rgba(0, 0, 0, 0.596);
        font-weight: bold;
    }

    header .navbar-nav .nav-item .nav-link:hover{
        color: rgb(255, 51, 0) !important;
    }

    header .sticky-own {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: white !important;
        box-shadow: 1px 1px 5px black;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }
        100% {
            transform: translateY(0px);
        }
    }

    header .navbar.sticky-own .navbar-nav{
        /* padding-left: 6%; */
        margin-top: 10px !important;
        margin-left: auto;
        margin-right: auto;
    }

    /* Navbar */

    /* WRAPPER */

    .wrapper {
        display: flex;
        align-items: stretch;
        position: fixed;
        z-index: 1050;
        background-color: #F53000;
        top: 0;
        right: 0;
        width: 0%;
        min-height: 100%;
        transition: all 0.5s;
    }

    .wrapper::-webkit-scrollbar {
        display: none !important;
    }

    .wrapper.active {
        /* margin-right: 250px; */
        /* min-width: 250px;
        max-width: 250px; */
        width: 75%;
        min-height: 100%;
        overflow: scroll;
        overflow-x: hidden;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }

/* HEADER /

/* carousel */

/* .section1-carousel .col-8,
.section1-article-most-read .row > .col-8{
    flex: 0 0 69.666667%;
    max-width: 69.666667%;
}

.section1-carousel .col-4,
.section1-article-most-read .row > .col-4{
    flex: 0 0 30.3%;
    max-width: 30.3%;
} */

.carousel{
    background: #000 !important;
}

.carousel .carousel-inner{
    position: relative;
    height: 466px;
}

.carousel-inner>.carousel-item {
    -webkit-transition: -webkit-transform 2.2s ease-in-out !important;
    -o-transition: -o-transform 2.2s ease-in-out !important;
    transition: transform 2.2s ease-in-out !important;
}

.img-container-articles-by-category{
    position: relative;
    height: 220px;
    width: 272px;
}

.img-container-article-show{
    position: relative;
    height: 466px;
    width: 100%;
}

.owl-img-container-article-show{
    position: relative;
    height: 132px;
    width: auto;
}

.carousel .carousel-inner .carousel-item,
.section1-carousel .media .img-container div,
.article-most-read-container div,
.section1-article-most-read .category .media .img-container div,
.section1-article-most-read .container-section2-banniere div,
.img-container-articles-by-category div,
.img-container-article-show div,
.owl-img-container-article-show div{
    background: black;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel .carousel-inner .carousel-item img,
.section1-carousel .media .img-container div img,
.article-most-read-container div img,
.section1-article-most-read .category .media .img-container div img,
.section1-article-most-read .container-section2-banniere div img,
.img-container-articles-by-category div img,
.img-container-article-show div img,
.owl-img-container-article-show div img{
    width: 100%;
    height: 100% !important;
    vertical-align: middle;
    transition: 0.3s all linear;
    object-fit: cover;
    object-position: center;
}

/* .carousel .carousel-inner .carousel-item img:hover, */
/* .article-most-read-container div img:hover, */
.section1-article-most-read .container-section2-banniere div img:hover,
.img-container-articles-by-category div img:hover,
.img-container-article-show div img:hover,
.owl-img-container-article-show div img:hover{
    opacity: .8;
    transform: scale(1.1);
}

.carousel .carousel-inner .carousel-item .carousel-caption{
    position: absolute;
    bottom: 15%;
    left: 12%;
    right: 12%;
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    /* color: #f1f1f1; */
    padding: 20px;
    height: auto;
    overflow: hidden;
    border-bottom: 2px solid #F53000;
}

.carousel .carousel-inner .carousel-item .carousel-caption:hover{
    background: rgba(0, 0, 0, 0.6);
}

.carousel .carousel-inner .carousel-item .carousel-caption p{
    font-size: 14px;
    font-weight: initial;
    text-align: left;
}

/* indocators */

.carousel .carousel-indicators li{
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    opacity: 1;
    margin: 5px;
}

.carousel .carousel-indicators li.active,
.carousel .carousel-indicators li:hover{
    background-color: #F53000;
}

/* indocators */

/* carousel */

/* articles recents */

.section1-carousel .container-media{
    height: 139.8px;
    padding-top: 5px;
    overflow: hidden;
}

.section1-carousel .media .img-container{
    position: relative;
    height: 120px;
    width: 200px;
}

.section1-article-most-read .category .media .img-container{
    position: relative;
    height: 90px;
    width: 130px;
}

.section1-carousel .media .img-container div img:hover,
.section1-article-most-read .category .media .img-container div img:hover{
    opacity: 1;
    transform: scale(1.1);
}

/* articles recents */

/* articles most read */

.section1-article-most-read .category-most-read .media{
    min-height: 160px;
    overflow: hidden;
}

.article-most-read-container,
.section1-article-most-read .category-most-read{
    position: relative;
    width: auto;
    /* margin: 0 auto; */
    display: block;
}

.article-most-read-container{
    /* width: 260px !important; */
    height: 180px;
}

.section1-article-most-read .most-read-title{
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 15px;
}

.article-most-read-container .content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 5px 10px 5px 10px; /* Some padding */
    height: auto;
    transition: height ease-in-out .6s;
    cursor: default;
    min-height: 75px;
}

/* .article-most-read-container .content:hover{
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
} */

.article-most-read-container .content .most-read-btn{
    display: block;
    margin-top: 4px;
    text-align: center;
    color: #F53000;
    transition: font-weight ease-in-out .4s;
}

.article-most-read-container .content .most-read-btn:hover{
    font-weight: bold;
    opacity: 1 !important;
}

.article-most-read-container .content-top{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(245,48,0,0.9);
    color: white;
    width: auto;
    height: 30px;
    padding: 5px 10px 5px 10px;
}

.article-most-read-container .content-top > a{
    font-size: 11px;
    font-weight: bold;
}

.section1-article-most-read .container-section2-banniere{
    height: 500px;
}

.newsletter-form .card .card-header{
    background-color: inherit !important;
    color: #F53000;
    font-weight: bold;
    font-size: 14px;
}

.newsletter-form input.email{
    background-color: #F53000;
    color: #fff;
    border: 0px solid white;
}

.newsletter-form input.email::placeholder{
    color: #ddd;
    font-size: 14px;
}

.newsletter-form input.email:focus{
    box-shadow: inherit !important;
}

.newsletter-form button{
    background-color: #444;
    border-color: #444;
    font-size: 14px;
    transition: all ease-in-out .3s;
}

.newsletter-form button:hover{
    background-color: #F53000;
    border-color: #F53000;
}

/* articles most read */

.articles-by-category .newsletter-form > div{
    margin-top: 25px !important;
}

.articles-by-category .titre-articles{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000;
    text-transform: none;
    font-size: 26px;
}

nav > .breadcrumb{
    background-color: inherit !important;
}

nav > .breadcrumb .breadcrumb-item a{
    color: #F53000;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #F53000;
    content: ">";
}

.titre-articles-by-category a{
    color: #000 !important;
    font-size: 25px;
    text-decoration: none;
    line-height: 140%;
}

.description-articles-by-category *{
    font-family: Arial, sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
}

.description-articles-by-category{
    font-size: 16px;
    line-height: 160%;
}

.description-articles-by-category a{
    color: #F53000 !important;
    opacity: 1;
}

.description-articles-by-category a:hover{
    color: #F53000 !important;
    opacity: .8;
}

.read-more-articles-by-category{
    color: #F53000;
    text-decoration: none;
}

.articles-by-category-leftside .titre-article-show{
    color: #000000ad;
}

.articles-by-category-leftside h1,
.articles-by-category-leftside h2,
.articles-by-category-leftside h3,
.articles-by-category-leftside h4,
.articles-by-category-leftside h5,
.articles-by-category-leftside h6{
    margin-top: 15px;
    margin-bottom: 15px;
}

.articles-by-category-leftside h1{
    font-size: 35px !important;
}

.articles-by-category-leftside h2{
    font-size: 28px !important;
}

.articles-by-category-leftside h3{
    font-size: 21px !important;
}

.articles-by-category-leftside h4{
    font-size: 18px !important;
}

.articles-by-category-leftside h5{
    font-size: 14px !important;
}

.articles-by-category-leftside h6{
    font-size: 11px !important;
}

.articles-by-category-leftside .tag,
.articles-by-category-leftside .tag a{
    font-size: 18px !important;
}

.articles-by-category-leftside .tag,
.articles-by-category .tag{
    color: gray;
}

.articles-by-category-leftside .tag a{
    color: #ff3300 !important;
    font-weight: bold;
}

.articles-by-category-leftside .tag a:hover{
    opacity: .8;
}

.articles-by-category .tag,
.articles-by-category .tag a{
    font-size: 18px !important;
}

.articles-by-category .tag a{
    color: #ff3300 !important;
    /* font-weight: bold; */
}

.articles-by-category .tag a:hover{
    opacity: .8;
}

.titre-article-show a{
    margin: 10px 0 0;
    padding: 0;
    font-size: 35px;
    color: #000000ad;
    font-weight: 400;
    line-height: 110%;
}

.description-article-show{
    margin: 20px auto;
    padding: 0;
    font-size: 18px !important;
    color: #000000;
    line-height: 23px;
    text-align: justify;
}

.description-article-show *{
    font-family: Arial, 'arial-online' !important;
    font-size: 16px !important;
}

.description-article-show figure{
    position: relative;
    margin-bottom: -2rem;
}

.description-article-show figure img,
.description-article-show img{
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    /* border: 1px solid #000000; */
    height: auto;
}

.description-article-show figure figcaption{
    /* position: absolute; */
    /* bottom: 0;
    left: 0; */
    width: 90%;
    /* text-align: center; */
    /* background-color: rgba(0, 0, 0, 0.8); */
    /* height: 50px; */
    font-size: 13px;
    text-decoration: italic;
    height: auto;
    /* font-style: italic; */
    /* color: white; */
    padding: 5px;
    overflow: hidden;
    padding-left: 0px;
}

.description-article-show a *{
    color: inherit !important;
}

/* .titre-similar-articles a{
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    padding: 0 0 10px 0 !important;
    font-weight: bold;
} */

.titre-similar-articles a{
    font-size: 16px !important;
    line-height: 1.3em !important;
    text-decoration: none !important;
    margin-bottom: 5px !important;
    text-indent: 0 !important;
    font-weight: 100;
    color: #333333;
    opacity: 1;
    font-weight: 600;
}

.titre-similar-articles a:hover{
    opacity: .6;
}

.comment-container form input:focus,
.comment-container form textarea:focus{
    box-shadow: none !important;
    border-color: rgba(245, 49, 0, 0.384) !important;
}

.comment-container form .comment-btn{
    background-color: #F53000;
    border: 0px solid white;
}

.comment-container form .comment-btn:hover{
    background-color: rgb(255, 51, 0);
}

.comment-container p,
.comment-container p span{
    font-size: 16px !important;
    font-family: Arial, 'arial-online' !important;
}

.section-contact .newsletter-form > .card{
    margin-top: 20px !important;
}

.section-contact .titre-section-contact{
    margin: 10px 0 0;
    padding: 0;
    font-size: 35px;
    color: #000000ad;
    font-weight: 400;
    line-height: 110%;
}

.section-contact .contact-btn{
    color: #444444;
    background-color: inherit !important;
    border-color: #cccccc;
}

.section-contact .contact-btn:hover{
    background: #efefef !important;
    border-color: #cccccc !important;
    color: #444444 !important;
}

.section-contact .adresses{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-contact .adresses .first,
.section-contact .adresses .second,
.section-contact .adresses .third{
    width: 29.5%;
    border-top: 5px solid #000;
}

.section-contact .adresses .titre-adresse{
    margin: 10px 0 0;
    padding: 0;
    font-size: 30px;
    color: #000000ad;
    font-weight: 400;
    line-height: 110%;
    color: #F53000;
}

.section-contact .adresses p{
    font-weight: bold;
    margin-top: 10px !important;
    margin-bottom: 0px;
}

/* Footer */

footer .menu-bottom ul li{
    display: inline-block;
}

footer .menu-bottom ul li a{
    /* color: #bcbcbc !important; */
    color: white !important;
    text-transform: uppercase;
    margin: 40px 25px 10px 25px;
    font-size: 14px;
    display: inline-block;
    transition: color ease-in-out .3s;
    /* opacity: 1 !important; */
}

footer .menu-bottom a:hover{
    /* opacity: .8 !important; */
    /* color: white !important; */
    color: #bcbcbc !important;
}

footer .cond-utilisation ul li{
    display: inline-block;
}

footer .cond-utilisation ul li a{
    color: #F53000 !important;
    margin: 20px 25px 20px 25px;
    display: inline-block;
}

footer .social-bottom .fab{
    color: white;
    padding: 5px;
    margin: 10px 25px 40px 25px;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 12px;
    transition: opacity ease .4s;
    background-color: #444;
}

footer .social-bottom .fab.fa-facebook-f{
    padding: 5px 7px;
}

footer .social-bottom .fab:hover{
    opacity: .8;
}

/* Footer */

span.search-term{
    background: rgb(250, 234, 10) !important;
}

/* FOR SEARCH BAR MODAL */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(245,48,0, 0.9);
  }

  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }

  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }

  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay button:hover {
    background: #bbb;
  }
  /* END SEARCH BAR MODAL */

.list-group.list-plus-lus .list-group-item:first-child{
    border-top: none;
}

.list-group.list-plus-lus .list-group-item:last-child{
    border-bottom: none;
}

.list-group.list-plus-lus .list-group-item .list-group-item-text{
    color: #000;
    font-size: 16px;
}
