.display-link:hover,
.sousnav a {
    text-decoration: none
}

body {
    font-family: Roboto, Arial;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .8rem !important
}

.h3 {
    line-height: 1.1
}

.date-liste {
    width: 34px;
    min-width: 34px;
    margin-right: 10px
}

.nocut {
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none
}

.titre_liste {
    font-style: italic;
    text-transform: uppercase
}

.navbar-light .navbar-nav .nav-link {
    color: #1e1e1ecc
}

.navbar-light {
    border-bottom: 1px solid #1e1e1e29
}

.nav-link {
    font-weight: 500
}

.nav-ombre {
    box-shadow: 0 4px 13px -3px #0000001a
}

.sousnav a {
    position: relative;
    margin: 0 10px 0 0;
    color: #212121;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400
}

.display-link:hover,
.display-link:hover a,
.display-link:hover h3,
.display-link:hover i,
.sousnav a:hover {
    color: #00a67c
}

.sousnav a.active {
    color: #00a67c;
    font-weight: 900
}

.sousnav a.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 70%;
    left: 15%;
    height: 3px;
    background-color: #00a67c;
    border-radius: 5rem
}

.article {
    font-size: 1.3rem;
    font-weight: 400;
    color: #333;
    letter-spacing: -.03em
}

@media (max-width:576px) {
    #article_titre {
        line-height: 1.08em;
        font-size: 2.7rem;
        font-weight: 900
    }
    .titre_section {
        font-size: 1.2rem;
        line-height: 1.1rem
    }
    .h3,
    h3 {
        font-size: 2rem;
        line-height: 2rem
    }
    .h4,
    h4 {
        font-size: 1.7rem;
        line-height: 1.7rem
    }
    .article {
        letter-spacing: normal
    }
}

@media (min-width:768px) {
    #article_titre {
        line-height: 1.08em;
        font-size: 2.7rem;
        font-weight: 900
    }
    .titre_section {
        font-size: 1.4rem;
        line-height: 1.1rem
    }
    .article {
        letter-spacing: normal
    }
}

.article blockquote {
    background-color: #00cc991a;
    font-size: 1.6rem;
    line-height: 1.1em;
    font-weight: 500;
    font-family: "Roboto Slab", Arial;
    padding: 1rem;
    margin: 1rem;
    color: #00a67c;
    position: relative;
    right: -40px;
    border-radius: .3125rem;
    float: right;
    width: auto;
    max-width: 50%;
    left: 40px
}

#article_chapeau {
    line-height: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -.03em
}

.article em {
    font-weight: 400;
    background-image: linear-gradient(transparent 0, #e85a0b24 0)
}

.article h2,
.article h3 {
    z-index: 1;
    display: inline;
    margin-top: 1rem;
}

.mark,
mark {
    padding: .4em;
    background-color: #8000806e;
    border-radius: 50%
}

.article_contenu a {
    box-shadow: #e85A0B80 0 -4px 0 inset;
    transition: box-shadow .3s ease-in-out;
    color: #333;
    font-weight: 400
}

.article_contenu a:hover {
    box-shadow: #e8580b80 0 -10px 0 inset;
    color: #333;
    font-weight: 400
}

.article h2 {
    font: 700 1.6rem "Roboto Condensed", Arial
}

.article h3 {
    font: 700 1.4rem "Roboto Condensed", Arial
}

.text-small {
    font-size: 85%;
    font-weight: 400
}

.article li:before {
    content: '- '
}

.article .positif li:before {
    content: url('/image/svg/plus-circle.svg');
    color: #0c9;
    padding-right: 1rem
}

.positif {
    border-left: 4px solid #0c9
}

.article .negatif li:before {
    content: url('/image/svg/dash-circle.svg');
    color: #bd1716;
    padding-right: 1rem
}

.negatif {
    border-left: 4px solid #bd1716 !important
}

.rounded-link {
    background-color: #fff0;
    border-radius: 8rem;
    padding: .5rem 1rem;
    color: #fffc
}

.rounded-link:hover {
    background-color: #ffffff1a;
    color: #fff
}

.video,
.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%
}

.video::after,
.youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%
}

.video iframe,
.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.display-theme {
    font-size: .8em;
    font-weight: 400;
    text-transform: uppercase
}

.display-link {
    font-weight: 500;
    color: #1e1e1e
}

.display-link:hover h3 {
    text-decoration: underline
}

.display-link:visited {
    color: #a2a2a2
}

.btn-facebook,
.btn-facebook:hover,
.btn-linkedin,
.btn-linkedin:hover,
.btn-twitter,
.btn-twitter:hover,
.btn-whatsapp,
.btn-whatsapp:hover {
    color: #fff !important;
    border: none
}

.slab {
    font-family: 'Roboto Slab', Arial
}

.condensed {
    font-family: 'Roboto Condensed', Arial
}

.hover-shadow-10n:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 1rem 3rem #1f2d3d20 !important
}

.btn-whatsapp {
    background-color: #25d366
}

.btn-whatsapp:hover {
    background-color: #075e54
}

.btn-facebook {
    background-color: #3b5998
}

.btn-facebook:hover {
    background-color: #2f477a
}

.btn-twitter {
    background-color: #1da1f2
}

.btn-twitter:hover {
    background-color: #0d95e8
}

.btn-linkedin {
    background-color: #0e76a8
}

.btn-linkedin:hover {
    background-color: #0b5e86
}

.btn-primary {
    color: #fff;
    border-radius: 250px;
    background-image: -webkit-linear-gradient(48deg, #bd1716, #e85a0b);
    background-image: -o-linear-gradient(48deg, #bd1716, #e85a0b);
    background-image: linear-gradient(48deg, #bd1716, #e85a0b);
    background-color: #e85a0b;
    border: none
}

.btn-primary:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(318deg, #8e1111, #bb4b09);
    background-image: -o-linear-gradient(318deg, #8e1111, #bb4b09);
    background-image: linear-gradient(48deg, #8e1111, #bb4b09)
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem #bd171680
}

.opacity_bg {
    background-image: linear-gradient(#000000d9, #000000b3)
}

.opacity_bg_photos_dark {
    background-image: linear-gradient(35deg, #000, #0000)
}

.opacity_bg_photos_white {
    background-image: linear-gradient(35deg, #fffffff2, #fff0)
}

.rotate20 {
    transform: rotate(-20deg)
}

.rounded,
div.rounded {
    border-radius: .3125rem !important
}

.overlay.card:after,
.overlay:after {
    border-radius: .3125rem
}

.overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(195deg, #0000 42%, #000 72%)
}

.dropdown-menu .card {
    border-top: 3px solid #e95c0b;
    border-radius: 0 0 .3125rem .3125rem
}

.dropdown-menu .card a {
    color: #e95c0b
}

.dropdown-menu .card a:hover {
    color: #bd1716
}

.photo_article,
.photo_une {
    background-size: cover;
    background-position: 50% 50%;
    min-width: 100%;
    min-height: 200px;
    border-radius: .3125rem
}

@media (min-width:576px) {
    #article_titre {
        line-height: 1.08em;
        font-size: 2.7rem;
        font-weight: 900
    }
    .titre_section {
        font-size: 1.4rem;
        line-height: 1.1rem
    }
    .article {
        letter-spacing: normal
    }
    .photo_une {
        min-height: 250px;
        max-height: 250px
    }
    .photo_article {
        min-height: 200px;
        max-height: 300px
    }
}

@media (min-width:768px) {
    .photo_une {
        min-height: 350px;
        max-height: 350px
    }
    .photo_article {
        min-height: 250px;
        max-height: 300px
    }
}

@media (min-width:992px) {
    #article_titre {
        line-height: 1.08em;
        font-size: 2.7rem;
        font-weight: 900
    }
    .dropdown-grid-menu {
        background: #fff;
        border-radius: .3125rem;
        border: 1px solid #dee2e6;
        padding: 1.125rem;
        box-shadow: 0 .625rem 1.5rem #00000014;
        min-width: 10rem
    }
    .article {
        letter-spacing: normal
    }
    .photo_une {
        min-height: none;
        max-height: 450px
    }
    .photo_article {
        min-height: none;
        max-height: 275px
    }
}

@media (min-width:1200px) {
    #article_titre {
        line-height: 1.08em;
        font-size: 3.2rem;
        font-weight: 900
    }
    .dropdown-grid-menu {
        padding-left: .75rem;
        border-left: 1px solid #dee2e6;
        border-color: #ffffff40
    }
    .article {
        letter-spacing: normal
    }
    .h5,
    h5 {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .h6,
    h6 {
        font-size: 1rem;
        letter-spacing: -.03rem
    }
    .photo_une {
        min-height: none;
        max-height: 600px
    }
    .photo_article {
        min-height: none;
        max-height: 250px
    }
}

.photo_actu_liee {
    border-radius: 0
}

.evenement-slider {
    background: linear-gradient(180deg, #0000 calc(15% - 2px), #0c9 calc(15%), #0000 calc(15% + 2px))
}

.hide-if-empty:empty {
    display: none
}

.fa-comments:before {
    margin-right: .5em
}

.fa-fire:before {
    margin-left: .3em
}

.comments>p {
    margin-top: .8rem
}

.breadcrumb-item {
    font-size: 1rem
}

.breadcrumb-item.active {
    display: none;
    font-weight: 400
}

@media (min-width:768px) {
    .breadcrumb-item {
        font-size: .9rem
    }
    .breadcrumb-item.active {
        display: flex
    }
}

.card-link:hover svg {
    transform: translate3d(6px, 0, 0);
    fill: #8E1111
}

.fast-transition {
    position: relative;
    box-shadow: none;
    border-radius: .625rem
}

.fast-transition::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 20px 0 #0000004d;
    border-radius: .625rem;
    opacity: 0;
    transition: opacity 250ms
}

.fast-transition:hover::before {
    opacity: 1
}

@media all and (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        margin-top: 0
    }
    .navbar .nav-item:hover .nav-link {
        color: #8e1111
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block
    }
}

@media (max-width:991.98px) {
    .dropdown-menu {
        left: auto !important
    }
}

.menu-item:hover {
    background: #2424240f;
    border-radius: .3125rem
}

.nav-item>a {
    text-decoration: none;
    color: #242424cc !important
}

.nav-item>a:hover {
    text-decoration: none;
    color: #242424 !important
}

.bg-mi .nav-item>a {
    text-decoration: none;
    color: #fffc !important
}

.active_menu,
.active_menu:hover,
.active_menu:hover i,
.active_menu:hover span {
    color: #8e1111 !important;
    background: -webkit-linear-gradient(48deg, #bd1716, #e95c0b);
    -webkit-text-fill-color: transparent
}

.bg-mi .nav-item>a:hover {
    text-decoration: none;
    color: #fff !important
}

blockquote>em {
    background: 0 0 !important;
    font-style: normal !important
}

.fancybox__thumb::after {
    border-color: #8e1111 !important
}

.margin0 {
    margin-bottom: 0 !important
}

.navmobile {
    height: 5rem;
    min-height: 5rem
}

.active_menu {
    font-weight: 900 !important;
    background-clip: text;
    -webkit-background-clip: text
}

.active_menu:hover,
.active_menu:hover i,
.active_menu:hover span {
    background-clip: text;
    -webkit-background-clip: text
}

.btn .active {
    color: #fff;
    background-color: #00a67c !important
}

.noscroll::-webkit-scrollbar {
    display: none
}

.noscroll {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.bg-mi {
    background-image: -webkit-linear-gradient(48deg, #bd1716, #e95c0b);
    background-image: -o-linear-gradient(48deg, #bd1716, #e95c0b);
    background-image: linear-gradient(48deg, #bd1716, #e95c0b)
}

.bg-secondary {
    background-image: -webkit-linear-gradient(48deg, #00a67c, #0c9);
    background-image: -o-linear-gradient(48deg, #00a67c, #0c9);
    background-image: linear-gradient(48deg, #00a67c, #0c9)
}

.text-mi {
    background: -webkit-linear-gradient(48deg, #bd1716, #e95c0b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bg-carbon,
.navbar[data-sticky=top].scrolled.navbar-carbon {
    background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0, linear-gradient(27deg, #222 5px, transparent 5px) 0 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424) !important;
    background-color: #131313 !important;
    background-size: 18px 18px !important
}

.nav-link.btn.active {
    background: #fff !important;
    box-shadow: 0 0 10px 2px #0000001f !important
}

.nav-link.soft.active {
    background: linear-gradient(transparent 59%, #00cc9980 0);
    text-decoration: none
}

#nav_bottom_mobile .small {
    font-size: .75rem;
    line-height: .8rem;
    padding-top: .3rem
}

progress.reading-position {
    height: 6px !important
}

.article-progress {
    min-height: 6px !important
}

.form-control:focus {
    color: #1e1e1e;
    box-shadow: 0 .125rem .625rem #00000030
}

.hover-arrow-gauche:before {
    display: inline-block;
    margin-right: .375rem;
    transition: transform .2s;
    background-image: url(../image/svg/arrow-left.svg);
    content: ' ';
    background-size: 20px 30px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat
}

.hover-arrow-gauche:hover:before {
    transform: translate3d(-6px, 0, 0)
}

#sidebar ::-webkit-scrollbar {
    width: 8px
}

#sidebar ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px
}

#sidebar ::-webkit-scrollbar-thumb {
    background-color: #33333350;
    border-radius: 100px;
    width: 6px
}

#sidebar ::-webkit-scrollbar-thumb:hover {
    background-color: #333
}

.abonne-degrade {
    background: linear-gradient(to bottom, #a9d07100 0, #fff 90%);
    bottom: 0;
    position: absolute;
    height: 5rem;
    width: 100%
}

@media (max-width:576px) {
    .norounded-mobile {
        border-radius: 0 !important
    }
}

.modal {
    backdrop-filter: blur(10px);
}