
header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 7px solid #eb870f;
    border-top: 15px solid #182A3E;
}

.theme-color {
    color: #002b50;
}

.secondary-color {
    color: #d76e1f;
}

.secondary-color1 {
    color: #ee9209;
}

.secondary-color2 {
    color: #636363;
}


.topleft {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

#close {
    float: right;
    overflow: hidden;
    position: relative;
    border: none;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
    &:focus

{
    outline: solid 0 transparent;
    box-shadow: 0 0 0 2px #8ed0f9
}

&:hover {
    background: rgba(29, 161, 142, .1)
}

&:before, &:after {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: .125em;
    height: 70%;
    border-radius: .125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: ''
}

&:after {
    transform: rotate(-45deg);
}

}

body {
    font: 14px "roboto";
}

.bg-theme {
    background-color: #182A3E; /*#002b50;*/
}

bg-white {
    background-color: #fff;
}

.date-time {
    color: #fff;
}

.roboto {
    font-family: "roboto",sans-serif;
}

.Frank-Ruhl-Libre {
    font-family: "Frank Ruhl Libre";
}

.top-strip .border-end {
    border-color: #bd1427 !important;
    border-width: 2px !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

navigation i {
    height: 26px;
    display: inline-flex !important;
    align-items: center;
}

.main {
    /* background-color: #002b50; BKG remove comment if not background img*/
    /*  background: #002b50 fixed center top url(/images/fond-bleu.jpg); /* BKG remove   if not background img*/
    /*   background: rgb(31,79,119);*/
    /*  background: radial-gradient(circle, rgba(31,79,119,1) 0%, rgba(31,79,119,1) 28%, rgba(0,27,48,1) 100%);*/
    /*  background: #002b50 fixed center top url(/images/fond-bleu.jpg);*/
    background-color: #182A3E;
    /* background-image: url(/images/fond-bleu.jpg);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    /* border-top: 10px solid #000;*/
    padding-top: 1rem;
}

.featured-title {
    width: 100%;
    background: #d76e1f;
    position: relative;
    color: #fff;
    padding: 1rem;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

    /*.featured-title:after {
        height: 100%;
        width: 47px;
        transform: skew(-16deg);
        background: #d76e1f;
        content: "";
        display: inline-block;
        position: absolute;
        right: -25px;
        top: 0;
    }
*/
    .featured-title i {
        color: #ed9108;
        position: absolute;
        right: 25px;
        top: 20px;
        z-index: 1;
        font-size: 1.8rem;
    }



    .featured-title.dark {
        background-color: #000;
    }



    .featured-title.soutiens {
        background-color: #bd1427;
    }

    /* .featured-title.soutiens:after {
        background-color: #bd1427;
    }
*/
    .featured-title.ville {
        background-color: #000;
    }

    /* .featured-title.ville:after {
            background-color: #000;
        }
*/
    .featured-title.privilege {
        background-color: #1b314d;
    }

        .featured-title.privilege:after {
            background-color: #3b4042;
        }

    .featured-title.pl {
        background-color: #3b4042;
    }



    .featured-title a {
        text-decoration: none !important;
    }

.sidebar .navbar .nav-link {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px !important;
}



@media screen and (min-width: 991px) {
    .sidebar.show {
        display: block;
    }
}

.box {
    border: 6px solid #000;
}

    .box .box-title {
        background: #ffffffde;
        /*background: linear-gradient(-90deg, #020024 0%, #ffffff00 0%, #ffffff 20%);*/ /* linear-gradient(-90deg, #020024 0%, #ffffff00 0%, #ffffff99 15%);*/
        padding: 0.6rem;
    }

.search-container {
    position: absolute;
    display: none;
}

    .search-container.search-active {
        display: block;
    }

.search-icon {
    cursor: pointer;
}

.search-field {
    border: 1px solid gray;
    padding: 10px 40px 10px 10px;
    width: 0;
    height: 40px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.search-active .search-field {
    width: 250px;
}
/*
.cat-tag {
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    background-color: #bd1427;
    right: 5px;
    z-index: 99;
    letter-spacing: 0.1rem;
}

    .cat-tag:after {
        width: 0;
        height: 0;
        border-bottom: 39px solid #bd1427;
        border-left: 36px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: -29px;
        transform: rotateX(122deg);
        z-index: 99;
    }

    .cat-tag.sm:after {
        border-left: 28px solid transparent;
    }
*/

.cat-tag {
    background-color: #bd1427;
    font-size: 14px;
    z-index: 99;
    letter-spacing: 0.1rem;
    padding-right: 40px !important;
    clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
    padding-bottom: 8px !important;
    z-index: 979;
}


article.box.content .box-title {
    min-height: 80px;
    margin-top: 30px;
}

article.box.content .box-title {
    min-height: 70px;
    margin-top: 30px;
}
/*div.h2 article.box.content .box-title {
    margin-top: 34px;
}*/

footer {
    border-top: 8px solid #eb870f;
    border-bottom: 8px solid #000;
    padding: 2rem 0 1rem;
    color: #fff;
}

    footer a {
        color: #fff;
    }


.logo {
    text-align: center;
    margin-left: 5%;
}

@media screen and (min-width: 1400px) {
    .logo {
        margin-left: 8em;
    }
}

.logo img {
    max-height: 110px;
    width: 316px;
}

@media screen and (max-width: 600px) {
    .logo img {
        max-width: 120px;
    }
}

navigation img {
    height: 28px;
}
/*adjustement*/
.sidebar {
    /*background: #002b50;  BKG remove comment if not background img*/
    position: sticky;
    float: left;
    top: 140px;
    margin-top: 1px;
    padding-top: 10px !important;
    left: 0;
    bottom: 0;
    width: 230px;
    z-index: 996;
    transition: all 0.3s;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}




main {
    margin-left: 230px;
    padding: 10px 10px;
    transition: all 0.3s;
}


/* commment to hide menu for small devices*/
@media (max-width: 990px) {

    .sidebar {
        display: none;
        top: 200px;
        background: #002b50; /* BKG remove   if not background img*/
    }


    .toggle-sidebar .sidebar {
        transition: all 0.3s;
        display: block;
    }

    main {
        margin-left: 0px;
    }

    .featured-title {
        max-width: 200px;
    }

    .topdate, .toptime {
        display: none !important;
    }
}

@media (min-width: 990px) {

    .toggle-sidebar main {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        transition: all 0.3s;
        display: none;
    }
}

.banner-img {
    margin: auto 2em;
}

    .banner-img > img {
        max-height: 160px;
    }





.nav-link:not(.selected):hover {
    color: #d76e1f !important;
}


/*.nav-link.selected {*/
/*width: 100%;*/
/*background: #d76e1f;*/
/*position: relative;*/
/*color: #fff;*/
/*padding: 1rem;*/
/*}*/



/*.nav-link.selected:after {*/
/* height: 100%;*/
/* width: 47px;*/
/* transform: skew(-16deg);*/
/* background: #d76e1f;*/
/*  content: "";*/
/* display: inline-block;*/
/* position: absolute;*/
/*  right: -25px;*/
/* top: 0;*/
/* transition: all 0s;*/
/*}*/


.nav-link.selected {
    width: 100%;
    color: #d76e1f !important;
}






.box-content a {
    color: rgb(37,33,41); /*   var(--box-body-color);*/
}




.close-main-ad {
    float: right;
    opacity: 0.4;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 5px;
    font-size: 1.25em;
}



.roboto-bld {
    font-family: "roboto",sans-serif;
    font-weight: 700 !important;
}

.roboto-lt {
    font-family: "roboto",sans-serif;
    font-weight: 300 !important;
}

.roboto-md {
    font-family: "roboto",sans-serif;
    font-weight: 400 !important;
}

.roboto-sbld {
    font-family: "roboto",sans-serif;
    font-weight: 600 !important;
}



.roboto-xbld {
    font-family: "roboto",sans-serif;
    font-weight: 800 !important;
}



.Frank-Ruhl-Libre-bld {
    font-family: "Frank Ruhl Libre",sans-serif;
    font-weight: 700 !important;
}



.Frank-Ruhl-Libre-xbld {
    font-family: "Frank Ruhl Libre",sans-serif;
    font-weight: 800 !important;
}

.topjournaux .Frank-Ruhl-Libre-bld {
    font-weight: 300 !important;
}

.topjournaux .roboto-bld {
    font-weight: 600 !important;
}



.ft-16 {
    font-size: 16px !important;
    font-family: "roboto",sans-serif;
    font-weight: 500 !important;
}

.ft-18 {
    font-size: 18px !important;
    font-family: "roboto",sans-serif;
    font-weight: 500 !important;
}

.ft-21 {
    font-size: 21px !important;
}


.ft-23 {
    font-size: 23px !important;
}


.ft-25 {
    font-size: 33px !important;
}

.ft-28 {
    font-size: 28px !important;
}

.topicon {
    margin-right: 10px;
}

    .topicon img {
        max-width: 25px;
        margin: 0 2px;
    }



    .topicon.small {
        justify-content: flex-end !important;
        float: right;
        margin-right: 50px;
    }



.newspapers {
    width: 50%;
}

.box-title-content {
    padding-right: 15%;
}

div .box-title-content > div,
div .box-title-content > div,
div .small-box {
    font-size: 1.2rem !important;
    line-height: 1.1em;
}


div.w2 .box-title-content > div,
div.w3 .box-title-content > div {
    font-size: 26px !important;
}

div.w2.h2 .box-title-content > div,
div.w3.h2 .box-title-content > div {
    font-size: 30px !important;
}

/*
div .box .box-title {
    clip-path: polygon(0% 0, 93% 0%, 83% 100%, 0% 100%);
}

div.w2 .box .box-title {
    clip-path: polygon(0% 0, 95% 0%, 88% 100%, 0% 100%);
}

div.w3 .box .box-title {
    clip-path: polygon(0% 0, 95% 0%, 91% 100%, 0% 100%);
}*/

div .box.zoom .box-title {
    clip-path: initial !important;
    background: #fff !important;
}




.box-title-content > div.surtitre,
.box-title-content > div.surtitre {
    font-size: 14px !important;
    font-weight: 500 !important;
}

div.w2 .box-title-content > div.surtitre,
div.w3 .box-title-content > div.surtitre {
    font-size: 14px !important;
    font-weight: 500 !important;
}

div.w2.h2 .box-title-content > div.surtitre,
div.w3.h2 .box-title-content > div.surtitre {
    font-size: 14px !important;
    font-weight: 500 !important;
}




/*div.h2 .cat-tag {
    font-size: 1rem !important
}*/


div.h2 .cat-tag.sm:after {
    border-left: 33px solid transparent;
}


.nav-link.selected {
    max-width: 180px;
}

#now {
    min-width: 77px;
}

.uppercase {
    text-transform: uppercase;
}


#overlay-ad {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    will-change: opacity;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgba(0, 0, 0, 0.6);
}

    #overlay-ad img {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 98vh;
        max-width: 98vw;
    }

.videoIcon {
    font-size: 3rem;
    border: 4px solid #fff;
    padding: 10px 25px;
    border-radius: 15px;
    color: #fff;
    transition: opacity 1s 0s ease;
}

.videoIconContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
}

    .videoIconContainer.smallbox {
        top: 45%;
    }



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: "roboto",sans-serif;
    font-weight: 900 !important;
}

@media screen and (min-width: 991px) {
    main {
        min-height: 2000px;
    }
}

.box-most-viewed {
    max-height: 250px;
    min-height: 250px;
}

    .box-most-viewed img {
        object-fit: cover;
        height: 250px;
        min-width: 260px;
        width: 100%;
    }


.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.mostviewed {
    font-family: "Roboto",sans-serif;
    font-weight: 400 !important;
    text-decoration: none;
    transition: color 1s 0s ease;
}

    .mostviewed:hover {
        color: #ff7d24;
        transition: color 1s 0s ease;
    }

.box-most-viewed:hover .mostviewed {
    color: #ff7d24;
}

.box-most-viewed img {
    transition: opacity 1s 0s ease;
}

.box-most-viewed:hover img {
    opacity: 0.5;
    transition: opacity 1s 0s ease;
}





.mostviewedtitle h3 {
    font-family: "roboto",sans-serif;
    text-align: left;
    font-size: 50px;
    border-bottom: 2px solid #fff;
    line-height: 44px;
    margin-top: 40px;
}

    .mostviewedtitle h3 span.number {
        color: #eb870f;
    }




.mostviewedtitle {
    /*background-image: url(/images/bulles.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 80% 0px;
}

    .mostviewedtitle.section {
        /*background-image: url(/images/thumbup.png);*/
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 95% 8px;
    }



.coffee {
    background-image: url(/images/coffee.png);
    padding-top: 185px !important;
    background-position: top;
    background-repeat: no-repeat;
    max-width: 200px;
    margin: auto;
    text-align: center;
    /*border-bottom: 5px solid #fff;*/
}

.parution-mon-journal {
    margin: 5px 5px 0 5px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
}

.lower {
    /*text-transform: lowercase;*/
}

.money {
    font-size: 1.2rem;
}

@media (max-width: 1199px) {

    .sidebar {
        position: fixed;
    }
}

.section-title {
    font-family: "roboto",sans-serif;
    font-size: 38px;
    text-align: left;
    margin-top: 0 !important;
}

.section-parent-title {
    font-family: "roboto",sans-serif;
    font-weight: 800 !important;
    text-align: left;
    font-size: 24px;
    color: #bd1427;
    display: block;
    text-decoration: none;
}



.section-sub-title {
    font-family: "roboto",sans-serif;
     color: #fff;
    font-weight: 600 !important;
    position: relative;
    width: 100%;
    height: 50px;
    /*  border-top: 4px solid #fff;*/
    padding-left: 70px;
    margin: 0;
    background: url('/images/line-bulle.svg');
    background-repeat: no-repeat;
    /*line-height: 1;*/
    font-size: 23px;
    /*text-shadow: 2px 2px #272323;*/
    /*text-transform: capitalize;*/
    color: #fff;
    mix-blend-mode: normal;
    padding-top: 26px;
    margin-bottom: 20px;
}

    .section-sub-title:first-letter {
        text-transform: uppercase
    }

    .section-sub-title > a {
        text-decoration: none;
        color: #fff;
    }

        .section-sub-title > a:hover {
            color: #ee9209;
        }


    .section-sub-title .plus {
        font-weight: 400;
        font-size: 24px;
        margin: 0 0 0 10px;
    }

    .section-sub-title .gt {
        font-weight: 500;
        color: #bd1427;
        font-size: 50px;
        position: absolute;
           top: 9px;
        margin-left: -5px;
    }



.section-children {
    font-family: "roboto",sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

    .section-children:hover {
        color: #ee9209;
    }


    .section-children.selected {
        color: #ee9209;
    }




.topjournaux {
    font-size: 18px !important;
    color: #fff;
    float: right;
    margin-right: 10px;
    justify-content: flex-end !important;
}

.clock {
    color: #c6292d;
	margin-top: -3px;
}



.zoom-header {
    margin-left: 5px;
}

.zoom-header-grey {
    background: #3c3c3c;
    border-bottom: 3px solid #fff;
    padding-left: 2.5em;
    /*  margin-bottom:20px;*/
}

.zoom-header h1 {
    text-transform: uppercase;
    font-family: "roboto",sans-serif !important;
    font-weight: 600 !important;
}

.zoom-sub-header {
    font-size: 1.2em;
    color: #BA8824;
    text-transform: uppercase;
    clear: both;
    width: 100%;
    display: block;
}

.zoom-disclaimer-container {
    position: relative;
}

.zoom-disclaimer {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #777777;
    text-transform: uppercase;
    margin: 10px;
    max-width: 100px;
    text-align: right;
}

.zoom-logo-container {
    padding: 0;
    margin: 0;
    background: linear-gradient(270deg, rgba(60,60,60,0) 20%, rgba(60,60,60,1) 100%);
}

.zoom-logo {
    width: 100%;
    height: 100%;
    background: #000;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #fff;
}



.morchroniquebg {
    font-family: "roboto",sans-serif;
    background: #002337;
}

.plaisirbg {
    margin: 20px 0;
    background: #002337;
}

.plaisir {
    font-weight: 900;
    font-size: 40px;
    padding: 30px 0;
}


.plaisirred {
    color: #bc1427;
}

.plaisirgreen {
    color: #ea860f;
}

.plaisirwhite {
    color: #fff;
}

.plaisirimg {
    margin: auto;
	 
}
.plaisirimg img {
    padding-right: 5px;
}
   

.plaisirbg a {
    text-decoration: none;
}


a.oeildemichel {
    color: #000;
    text-decoration: none;
}

    a.oeildemichel:hover {
        color: #ee9209;
    }

.oeildemicheldate {
    color: #ee9209;
    font-size: 0.8rem;
    margin-top: 10px;
}

.oeildemichel-paging a {
    color: #fff;
}

    .oeildemichel-paging a:hover {
        color: #ee9209;
    }

.oeildemichel-title .content-title {
    font-size: 40px !important;
}

.oeildemichel-title img {
    margin: 10px;
    /*border: 5px solid #000;*/
}


.oeildemichel-paging {
    display: inline;
    margin-top: 20px;
}

    .oeildemichel-paging.left {
        float: left;
    }

    .oeildemichel-paging.right {
        float: right
    }

.oeildemichel div.surtitre {
    font-size: 12px !important;
}

.oeildemichel div.box-title-content > div.title {
    font-size: 14px !important;
}

.oeildemichel div.box-title-content {
    padding-right: 10%;
}



.oeildemichel .magnify {
    max-width: 300px;
    margin: 0 10px;
}

.pull-right {
    float: right;
}

hr.oeildemichelline {
    clear: both;
    display: block;
    margin: 10px 0;
}

p.oeildemichellineparagraph {
    margin: 10px 0 40px 0;
}

h1.content-title {
    font-size: 50px !important;
    font-family: "roboto",sans-serif;
    font-weight: 900 !important;
    margin-top:10px;
    margin-bottom:5px;
}



.search-box .mois {
    font-family: "roboto",sans-serif;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    background: #056d95;
    color: #fff;
    max-width: 100px;
    float: left;
    margin-top: 20px;
    text-align: center;
    clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
    margin-left: -10px;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
}

    .search-box .mois.first {
        clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0% 100%);
        margin-left: 0px;
    }

    .search-box .mois.dark {
        background: #094f75;
    }

    .search-box .mois.light {
        background: #0084b9;
    }

    .search-box .mois.selected {
        background: #bd1427;
    }

.search-box .months > div {
    margin-top: -15px;
}

.twittericon {
    max-width: 27px;
    margin-bottom: 6px;
}

@media screen and (max-width: 768px) {



    .twittericon {
        max-width: 24px;
        margin-bottom: 4px;
    }

    .topjournaux {
        font-size: 18px !important;
        float: left;
        margin: 10px 0 10px 0px !important;
        padding-left: 10px;
        justify-content: flex-start !important;
        width: 100%;
    }


        .topjournaux .ft-28 {
            font-size: 16px !important;
        }

        .topjournaux .ft-25 {
            font-size: 14px !important;
        }

        .topjournaux .topicon.small {
            margin-right: 10px;
        }



    .zoom-header {
        margin-left: -12px;
    }

    .row.zoom {
        margin-left: -12px;
    }

    #top {
        padding: 15px 3rem !important;
    }
}

@media screen and (max-width: 600px) {
    .sidebar {
        top: 156px;
        width: 96%;
    }

    .logo {
        margin-left: 2em;
    }

    navigation {
        margin-left: -25px;
    }

        navigation img {
            height: 16px;
        }

    .section-title {
        font-size: 40px;
    }

    .section-children {
        font-size: 14px;
    }

    .section-sub-title {
        font-size: 20px;
    }

        .section-sub-title .gt {
           top: 10px;
        }

    .plaisir {
        font-size: 20px;
    }

    .oeildemichel-title .content-title {
        font-size: 40px !important;
    }

    .search-container {
        top: 5px;
    }

    h1.content-title {
        font-size: 30px !important;
    }


    .search-box .mois {
        font-size: 8px;
        width: 18%;
    }
}

.newsletter {
    font-size: 5em;
    color: #bd1427;
}

#newsletterModal .checkboxes {
    display: flex;
    margin: 20px 0;
}

    #newsletterModal .checkboxes .form-check-label {
        margin-top: 3px;
    }


#newsletterModal .form-check-input {
    border: 1px solid #000 !important;
}




.icone-people::after {
    content: url('/images/people.png');
    display: inline-block;
    transform: rotate(-10deg) scale(1.8);
    margin-right: 10px;
}

.icone-screen::after {
    content: url('/images/screen-money.png');
    display: inline-block;
    transform: rotate(-10deg) scale(1.8);
    margin-right: 10px;
}

.icone-heart::after {
    content: url('/images/heart.png');
    display: inline-block;
    transform: rotate(-10deg) scale(1.8);
    margin-right: 10px;
}

.content-header {
    background: #1b314d;
    padding: 20px;
}


.content-surtitre {
    color: #C2C2C2;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-family: "roboto",sans-serif;
    font-weight: 500 !important;
    /*mix-blend-mode: difference;*/
}



.content-author {
    color: #ee9209;
    font-size: 15px !important;
    font-family: "roboto",sans-serif;
    margin-top: 30px;
    text-decoration: none !important;
}

    .content-author::before {
        content: url('/images/pencil.png');
        position: relative;
        top: 10px;
    }

.content-author-name {
    padding-top: 5px;
    color: #fff;
}


.content-author .content-author-domain {
    color: #fff;
    font-size: 15px !important;
    font-family: "roboto",sans-serif;
}


@media (max-width: 990px) {

    .content-author, .content-author .content-author-domain {
        font-size: 16px !important;
    }
}

.icones-bar {
    display: inline;
    float: right;
    margin-top: 8px;
}



.same-subject h3 {
    font-family: "roboto",sans-serif;
    text-align: left;
    font-size: 28px;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    line-height: 21px;
    margin-top: 40px;
}

    .same-subject h3 span.idem {
        color: #ee9209;
        font-size: 56px;
    }




.same-subject {
    /*background-image: url(/images/star.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 90% 29px;
    padding-top: 30px;
}


.content-text {
    padding: 10px;
}

.thumb-title {
    border-bottom: 4px solid #adb5bd;
    line-height: 17px;
}

.thumb-title-text {
    font-family: "roboto",sans-serif;
    font-size: 14px;
    text-align: left;
}




.box-related img {
    object-fit: cover;
    height: 200px;
    min-width: 200px;
    width: 100%;
}

#images .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 75vh;
}


.archives .box-content {
    border: 2px solid white;
    outline: 2px solid #969696;
    outline-offset: -4px;
}

.archive-title {
    font-family: "roboto",sans-serif;
    font-size: 31px;
    width: 100%;
    background: #bd1427;
    position: relative;
    color: #fff;
    padding-right: 1rem;
    max-width: 300px;
    padding-left: 60px;
    float: right;
    margin-top: 20px;
    text-align: right;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    /*background-image: url(/images/arrow.png);*/
    background-repeat: no-repeat;
    background-position: 10% -7px;
    background-size: 80px 80px;
}
/*
    .archive-title:before {
        height: 100%;
        width: 40px;
        transform: skew(16deg);
        background: #002b50;
        content: "";
        display: inline-block;
        position: absolute;
        right: 270px;
        top: 0;
    }*/

.archive-section {
    font-size: 18px;
    color: #969698;
    text-transform: initial;
    margin-top: -5px;
}

.sub-title {
    letter-spacing: 1px;
    line-height: 20px;
}


@media (min-width: 2000px) {

    .optimize {
        max-width: 2000px !important;
    }
}



.home-link {
    color: inherit;
    text-decoration: none;
}

    .home-link:hover {
        color: #d76e1f;
    }

.related {
    padding-top: 10px;
}

.archivedate {
    color: #bd1427;
    font-size: 16px;
}

.archives {
    font-family: "Frank Ruhl Libre",sans-serif;
    font-size: 18px;
}

a.archive, a.paging {
    color: #fff;
    text-decoration: none;
}

    a.archive:hover, a.paging:hover {
        color: #ee9209;
    }

a.currentpage {
    color: #ee9209;
}

a.paging.disabled {
    opacity: 0.5;
}

.paging {
    padding: 0;
}


.paging, .pager {
    padding: 0;
    font: 14px "roboto";
}

ul.paging li {
    display: inline;
}

.paging.page {
    font-size: 1.2em;
    margin: 5px;
}



p.onsesouvient {
    margin: 10px 0 40px 0;
}

h3.onsesouvient-title {
    margin: auto;
    color: #BE1428;
}

.box-related.necrologie {
    min-height: 250px;
}

.small-box.necrologie {
    min-height: 40px;
}


a.necrologie {
    color: #fff;
    text-decoration: none;
}

    a.necrologie:hover {
        color: #ee9209;
    }

.deces {
    background: rgba(21, 19, 20, 0.6) !important;
}

.article-content {
    background: #fff;
}

    .article-content .images {
        border: 6px solid #000;
    }


.article-content {
    font-family: "roboto",sans-serif;
    font-size: 16px;
}

    .article-content a {
        color: #f17124;
        text-decoration: none;
    }




.text-details {
    line-height: 1.5;
    text-align: left;
}

ul.search-results {

    list-style-type: none;
    padding-left:1rem;
}


    ul.search-results li div.number {
        color: #8d9296;
        font-size: 1.7em;
        font-family: 'Frank_Ruhl_Libre';
        display: inline;
        float: left;
        margin-right: 15px;
    }

  



.result-text {
    font-family: "Frank Ruhl Libre",sans-serif;
    font-weight: 400;
    color: #44494b;
    font-size: 1.5em;
}

.result-count {
    font-weight: bold;
    color: #ee9209;
}

.search-box {
    font-family: "roboto",sans-serif;
}

    .search-box.or {
        font-size: 30px;
        color: #8d9296;
    }

.years-dropdown, .search-details {
    /*margin-top: 20px;*/
}

    .search-details > input {
        margin-left: 10px;
        height: 2em;
    }

.search-btn {
    font-family: "roboto",sans-serif;
    font-size: 14px;
    width: 100%;
    background: #bd1427;
    position: relative;
    color: #fff;
    height: 2.5em;
    padding-right: 1rem;
    padding: 5px;
    float: right;
    margin-top: 5px;
    clip-path: polygon(0% 0%, 100% 0, 97% 100%, 0% 100%);
}

.years-dropdown {
    border: 1px solid #000;
    color: #000;
    max-width: 100px;
    border-radius: 0;
}



.search-result-content {
    background: #fff;
}



.search-result-content {
    font-family: "Frank Ruhl Libre",sans-serif;
    font-size: 18px;
}

.search-result {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .search-result a {
        color: #000;
        text-decoration: none;
        font-family: "Frank Ruhl Libre",sans-serif;
        font-size: 1.2em;
    }

    .search-result .search-section {
        color: #c4292d;
    }

    .search-result a:hover {
        color: #d76e1f !important;
    }

.search-pager a {
    color: #000;
    text-decoration: none;
}

    .search-pager a:hover {
        color: #d76e1f !important;
    }

search-pager
.search-section {
    color: #bd1427;
}

.searchdate {
    color: #545454;
    font-size: 0.8rem;
    border-top: 1px solid #545454;
    font-weight: normal;
    margin: 5px 0 10px 0;
    padding-top: 3px;
}


.section-square {
    color: #eb870f;
    margin: 0 10px;
    float: left;
    padding: 5px 0;
    font-size: 7px;
}





.wi {
    color: #c6292d;
}



a.blog {
    color: #000;
    text-decoration: none;
}

    a.blog:hover {
        color: #ee9209;
    }

.blogdate {
    color: #ee9209;
    font-size: 0.8rem;
    margin-top: 10px;
}

.blog-paging a {
    color: #fff;
}

    .blog-paging a:hover {
        color: #ee9209;
    }


.blog-title {
}

    .blog-title h1 {
        margin: 0 40px;
        position: relative;
    }


.blog-paging {
    font-size: 3em;
    margin-top: 20px;
}

    .blog-paging.left {
        float: left;
    }

    .blog-paging.right {
        float: right
    }



.box-blog img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    display: none;
    background: transparent;
    border: 0;
}

    #btn-back-to-top img {
        height: 80px;
        opacity: 0.9;
    }





.home-most-viewed-number {
    float: right;
    opacity: 0.4;
    color: #eb870f;
    font-family: "roboto",sans-serif;
    font-weight: 800 !important;
    font-size: 4em;
    line-height: 1em;
}

.small-box-surtitre {
    font-size: 0.8rem;
    font-weight: 400 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    footer {
        text-align: center;
    }

    .zoom-logo {
        clip-path: initial;
    }

    .icones-bar {
        display: block;
        float: left;
        margin-top: 20px;
        clear: both;
    }

        .icones-bar ul {
            padding: 0;
        }
}


.zoom-logo > div {
    margin: auto;
    display: block;
}




.zoom-tag {
    background-color: #6c757d;
    margin-top: 0px;
    z-index: 99;
    font-size: 15px;
    letter-spacing: 0.08rem;
    padding-right: 40px !important;
    clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
    padding-bottom: 10px !important;
    padding-top: 11px !important;
}


.zoom figure {
    border: 2px solid #fff;
}

.zoom {
    margin-top: 20px;
}


.caricature-title {
    color: rgb(37,33,41); /*   var(--box-body-color);*/
}


.fancybox__container {
    z-index: 9999 !important;
}


/*newsletter modal*/

#newsletterModal {
    z-index: 9999;
}

.modal-newsletter {
    color: #999;
    width: 625px;
    max-width: 625px;
    font-size: 15px;
}

    .modal-newsletter .modal-content {
        padding: 30px;
        border-radius: 0;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .modal-newsletter .modal-header {
        border-bottom: none;
        position: relative;
        border-radius: 0;
    }

    .modal-newsletter h4 {
        color: #000;
        font-size: 30px;
        margin: 0;
        font-weight: bold;
    }

    .modal-newsletter .close {
        position: absolute;
        top: -15px;
        right: -15px;
        text-shadow: none;
        opacity: 0.3;
        font-size: 24px;
    }

        .modal-newsletter .close:hover {
            opacity: 0.8;
        }

    .modal-newsletter .icon-box {
        color: #7265ea;
        display: inline-block;
        z-index: 9;
        text-align: center;
        position: relative;
        margin-bottom: 10px;
    }

        .modal-newsletter .icon-box i {
            font-size: 110px;
        }

    .modal-newsletter .form-control, .modal-newsletter .btn {
        min-height: 46px;
        border-radius: 0;
    }

    .modal-newsletter .form-control {
        box-shadow: none;
        border-color: #dbdbdb;
    }

        .modal-newsletter .form-control:focus {
            border-color: #f95858;
            box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
        }

    .modal-newsletter .btn {
        color: #fff;
        background: #f95858;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        padding: 6px 20px;
        min-width: 150px;
        margin-left: 6px !important;
        border: none;
    }

        .modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
            box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
            background: #f72222;
            outline: none;
        }

    .modal-newsletter .input-group {
        margin-top: 30px;
    }

.subscribe-newsletter {
    cursor: pointer;
}

@media (max-width: 990px) {

    .modal-dialog {
        position: relative;
        display: table; /* This is important */
        overflow-y: auto;
        overflow-x: auto;
        width: auto;
        min-width: 300px;
    }

    .input-group-append {
        width: 100%;
        margin-top: 10px;
        text-align: right;
    }
	 .footermedia {
         justify-content: center;
    }
	
}

/*end newsletter modal*/



.chronique-tag {
    font-size: 13px;
    background-color: #000000;
    z-index: 99;
    letter-spacing: 0.0rem;
    padding-right: 35px !important;
    clip-path: polygon(0% 0, 100% 0%, 95% 100%, 0% 100%);
    padding-bottom: 9px !important;
    z-index: 979;
}


.content-title.chronique {
    font-size: 43px !important;
}

.box-title-content .Frank-Ruhl-Libre-xbld {
    font-family: "Frank Ruhl Libre",sans-serif;
    font-weight: 400 !important;
}


article.box.chronique {
    border: 4px solid black;
}

    article.box.chronique figure {
        /* border: 2px solid white;
        outline: 4px solid #969696;
        outline-offset: -6px;*/
    }

    article.box.chronique .box-title {
        background: #000000ed;
        color: #fff;
        /* margin: 0 4px;*/ /* margin: 0 4px;*/
        min-height: 80px;
        margin-top: 30px;
    }


    article.box.chronique .surtitre {
        font-size: 16px !important;
        font-weight: 800 !important;
        color: #bd1427;
    }

    article.box.chronique .box-title-content {
        padding-right: 0px;
        text-align: left;
    }


article.box.zoom {
    border: 4px solid black;
}

    article.box.zoom figure {
        border: 2px solid white;
        outline: 4px solid #969696;
        outline-offset: -6px;
    }


    article.box.zoom .box-title {
        margin: 4px;
    }

div.w2.h2 article.box.chronique .box-title-content > div.surtitre, div.w3.h2 article.box.chronique .box-title-content > div.surtitre {
    font-size: 14px !important;
}



div.w2 article.box.chronique .box-title-content > div.surtitre,
div.w3 article.box.chronique .box-title-content > div.surtitre {
    font-size: 14px !important;
}






.modal-dialog {
    margin-right: auto;
    margin-left: auto;
}


@media print {
    #main-ad, .no-print, .no-print * {
        display: none !important;
    }
}


.related img.bottom, .most-viewed img.bottom, .box-most-viewed img.bottom {
    object-position: bottom;
}

.related img.top, .most-viewed img.top, .box-most-viewed img.top {
    object-position: top;
}

.related img.center, .most-viewed img.center, .box-most-viewed img.center {
    object-position: center;
}



.fancybox__nav button{
	
	 mix-blend-mode: difference;
}

  .fancybox__nav button svg{
	
	transform: scale(2);
}  

 
 .carousel-control-next-icon, .carousel-control-prev-icon{
	   width: 3rem;
    height: 3rem;

 }
 
 
h2.mainbg {
    color: #182A3E;
}
h5.mainbg {
    color: #182A3E;
}
h6.secondarybg {
    color: #eb870f;
}
.bg-grey {
    background: #f9f6f6;
}

.team-box {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
/* exemple style boite zoom dans masonry*/
/* toutjour ajouter article.zoombox avant le style*/
article.zoombox .surtitre {
    color: #8F8F8F !important;
    font-size: 10px !important;
    font-weight: 300 !important;
}


     .paypal-donate {
            background: #bd1427;
            background-position: 0 0;
            background-size: 200% 100%;
            border-radius: 4px;
            color: #fff !important;
            padding: 15px;
            text-shadow: 1px 1px 5px #666;
            -webkit-transition: all 800ms;
            transition: all 800ms;
            font-family: "roboto",sans-serif;
            font-weight: 700 !important;
            font-size: 20px;
            text-decoration: none;
        }
		
		.paypal-donate:hover{
			
			background: #d76e1f;
		}
		
		
  #top {
	      padding: 1.5rem!important;
 }
 
 .blackbg{
	 background:black;
 }