﻿/* CSS Document */
:root {
    --primary-font: Montserrat;
    --secondary-font: Lato;
}

a, img a, img, a img {
    border: 0;
    outline: 0;
    text-decoration: none;
}

.clear {
    clear: both;
}

.navbar{
    margin-top : 15px;
}
/* clear float with blank <div>or <br>*/
.clrflt {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

form {
    padding: 0;
    margin: 0;
}

input, textarea, select {
    display: inline-block;
    padding: 5px 10px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #727a8e;
    border: 1px solid #dddfe4;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

img, object, embed, video {
    max-width: 100%;
}

/* Primary Styles
---------------------------------*/
body {
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    color: #182539;
    padding: 0 !important;
    margin: 0;
    font-family: var(--primary-font);
}

/*============header============*/

.add1 {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.top_bar {
    background: #dddddd;
    border-bottom: 1px solid #FFF;
}

    .top_bar span {
        display: block;
        line-height: 15px;
        font-size: 13px;
        color: #FFF;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
    }

.header_top {
    /*background:#6fae46 url(/img/header_top_bg.jpg) repeat-x left bottom;*/
    padding: 0;
}

#hLogo {
    margin: 0;
    width: 100%;
}

.date3 {
    padding: 5px 0 12px 0;
    font-size: 13px;
    color: #FFF;
    text-align: right;
}

.header-date .custom-selector {
    background-color: #EEEEEE;
    margin-top: 0px;
    height: 27px;
}

    .header-date .custom-selector:after {
        padding: 5px;
    }

    .header-date .custom-selector .selector {
        margin-top: 0px;
    }

.meteo-actuellement {
    font: normal normal normal 15px/19px var(--primary-font);
    letter-spacing: 0px;
    color: #383838;
    position: absolute;
    top: -15px;
    text-align: center;
}

#weather-header {
    position: relative;
}


@media only screen and (max-width: 580px) {
    #weather-header {
        position: absolute;
        top: 40px !important;
        right: 0;
    }
}

#header-date {
    order: 5;
}

.search_area {
    width: 307px;
    height: 28px;
    background: #4f8a33;
    border: 1px solid #6bb03e;
}

.drop_down {
    width: 101px;
    padding: 3px 5px 0 3px;
    background: url(/img/sep_bg.jpg) repeat-y right top;
    height: 25px;
    position: relative;
    /*z-index:999;*/
}

.drop {
    width: 93px;
    height: 23px;
    font-size: 12px;
    padding: 0;
    line-height: 23px;
}

.search_field {
    width: 145px !important;
    outline: 0 !important;
    padding: 5px 13px !important;
    height: 18px !important;
    font-size: 14px !important;
    color: #97d96b;
    border: 0 !important;
    background: none !important;
    margin: 0 !important;
}

/*============menu============*/

.menu {
    height: 38px;
    border-bottom: 1px solid #656f73;
    border-top: 1px solid #a5aeb2;
    font-size: 14px;
    color: #FFF;
    background: #7e8a90;
    position: relative;
    /*z-index:99;*/
    /* new */
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
}

    .menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        /* new */
        float: left !important;
        width: 940px;
        position: relative;
    }

        .menu ul li {
            float: left;
            display: block;
            background: url(/img/sep2.jpg) repeat-y left top;
            padding: 0 0 0 2px;
            /* New */
            position: relative;
        }

            .menu ul li a {
                text-decoration: none;
                padding: 9px 6px;
                display: block;
                color: #FFF;
                /* new */
                position: relative;
            }

            .menu ul li:hover a {
                color: #182539;
                background: #e6e6e6;
            }

            .menu ul li.home {
                background: none;
                padding: 0px;
            }

                .menu ul li.home a {
                    padding: 9px 5px;
                    background: #6e7c84;
                }

                    .menu ul li.home a:hover {
                        background: #556872;
                    }

/* Sous menu */

.dropdown-menu {
    border-radius: 0 !important;
    margin: 0px !important;
}

    .dropdown-menu li > a {
        white-space: normal !important;
    }

        .dropdown-menu li > a:hover,
        .dropdown-menu .active > a,
        .dropdown-menu .active > a:hover {
            background-color: #556872 !important;
            color: #FFFFFF !important;
            text-decoration: none !important;
        }

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.extra-menu > ul.dropdown-menu {
    padding-right: 10%;
    justify-content: end;
}

@media screen and (max-width:992px) {
    .extra-menu > ul.dropdown-menu {
        justify-content: start;
    }

    .sub-menu-separator {
        display: none;
    }
}

/*============content============*/
.container-fluid {
    padding: 35px 97px 35px 97px;
}

@media only screen and (max-width: 767.98px)
{
    .container-fluid {
        padding: 30px 25px 0 25px;
    }
}


.content-padding-top-equiv {
    padding-top: 55px;
}

.margin-t55 {
    margin-top: 55px;
}

.banner {
    position: relative;
    margin: 0 0 20px 0;
}

.ban_tag {
    position: absolute;
    left: 0;
    top: 16px;
    height: 31px;
    line-height: 31px;
    padding: 0 12px 0 8px;
    font-size: 18px;
    color: #FFF;
    background: #6eb43f;
}

.ban_comment {
    background-image: url("/css/images/icon-comment.png");
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 22px;
    text-align: center;
}

    .ban_comment span.count {
        color: #fff;
        font-size: 10px;
        text-align: center;
        font-weight: bold;
    }

    .ban_comment a:hover {
        color: #ffffff;
    }

.ban_text {
    height: auto;
    position: absolute;
    left: 0;
    background: url(/img/ban_text_bg.png) repeat-x left bottom;
    bottom: 0;
    text-shadow: 0 3px 2px #000;
    width: 100%;
}

    .ban_text span {
        display: block;
        font-size: 14px;
        color: #FFF;
        padding: 0 15px;
    }

        .ban_text span a {
            display: inline;
            font-size: 14px;
            color: #FFF;
        }

    .ban_text h2,
    .ban_text h2 a {
        font-size: 24px;
        color: #FFF;
        font-weight: bold;
        line-height: 28px;
        margin: 0px;
        padding: 0 21px 5px 15px;
    }

        .ban_text h2 a {
            padding: 0;
            text-decoration: none;
        }

            .ban_text h2 a:hover {
                text-decoration: none;
                color: #6fad46;
            }

.imgUne {
    width: 100%;
}

.post_box {
    padding: 0 0 12px 0;
    margin: 0px;
}

.post_pic {
    border-bottom: 4px solid #6eb43f;
    margin: 0 0 10px 0;
    position: relative;
}

.album_top_post_pic {
    position: absolute;
    top: 4%;
    left: 85%;
    width: 13%;
}

/* Centered text */
.centered {
    position: absolute;
    top: 40%;
    left: 44%;
    transform: translate(-50%, -50%);
}

.container_image {
    position: relative;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 17px;
}

.album_post_pic {
    position: absolute;
    top: 78%;
    left: 83%;
    width: 15%;
}

.post_box span {
    display: block;
    padding: 0 0 8px 0;
    font-size: 13px;
    color: #182539;
}

    .post_box span a {
        margin: 0 10px 0 0;
        color: #6fad46;
        text-decoration: none;
    }

.post_box h2,
.post_box h2 a {
    padding: 0 0 5px 0;
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #182539;
    line-height: 20px;
}

    .post_box h2 a {
        text-decoration: none;
    }

        .post_box h2 a:hover {
            text-decoration: none;
            color: #6fad46;
        }

.a-top-ad {
    width: 990px;
    min-height: 215px;
    text-align: center;
}

.d-bottom-ad {
    width: 650px;
    height: 160px;
}

.b-side-ad {
    width: 300px;
    height: 310px;
}

.y-side-ad {
    min-width: 300px;
    min-height: 650px;
}

.add2 {
    /*padding: 0 0 20px 0;*/
}

    .add2 .pubHeader {
        margin: 0 0 25px 0;
        display: block;
        height: 15px;
        line-height: 15px;
        font-family: var(--secondary-font),Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #000;
        text-align: center;
    }

#resulthideshow .add2 .pubHeader {
    color: #FFF;
}

.add2 .pubHeader:after {
    content: '';
    width: 100%;
    height: 7px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    background: #D6D6D6 0% 0% no-repeat padding-box;
    opacity: 1;
}

#resulthideshow .add2 .pubHeader:after {
    background: #FFF 0% 0% no-repeat padding-box;
}


.play_button {
    width: 108px;
    height: 108px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -54px;
    margin-left: -54px;
}

    .play_button a {
        padding: 0px !important;
        background: none !important;
    }

        .play_button a:hover {
            background: none !important;
        }

.heading {
    background: #6eb43f;
    margin: 0 0 1px 0;
    height: 20px;
    padding: 0 8px;
}

    .heading h3, .heading .lien {
        float: left;
        width: calc(100% - 12px);
        padding: 0;
        margin: 0;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }

    .heading span {
        float: right;
        font-size: 13px;
        display: block;
        color: #d5d5d5;
        line-height: 20px;
        padding: 0px;
    }

        .heading span a {
            float: right;
            font-size: 13px;
            display: block;
            color: #d5d5d5;
            line-height: 20px;
            padding: 0px;
            margin: 0px;
        }

.post {
    border-bottom: 1px solid #d1dde7;
    border-top: 1px solid #d1dde7;
    margin: 0 0 10px 0;
    padding: 7px 0 0 0;
    font-size: 13px;
    color: #182539;
}

.postRight {
    margin: 0;
    line-height: 18px;
    padding: 0 0 10px 0;
    font-size: 13px;
    color: #182539;
}

.post p {
    padding: 0 0 10px 0;
}

    .post p strong,
    .postRight strong {
        font-weight: normal;
        color: #787c81;
    }

    .post p a,
    .postRight a {
        text-decoration: none;
        color: #182539;
    }

        .post p a:hover,
        .postRight a:hover {
            /*color: #418812;*/
        }

    .post p img {
        margin: 0 5px 0 0;
    }

.blogs {
    padding: 14px 0 7px 0;
}

.heading2 {
    margin: 0 0 1px 0;
    border-bottom: 21px solid #EEEEEE;
    /*add for line*/
    width: 100%;
}

    .heading2 h1,
    .heading2 h2 {
        float: left;
        font-size: 18px;
        color: #000000;
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        line-height: 24px;
    }

    .heading2 span {
        font-size: 13px;
        color: #7e8a90;
        float: right;
        display: block;
        line-height: 24px;
    }

.blog_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blog_boxImage {
    display: flex;
    flex-basis: 255px;
    flex-grow: 1;
    background: #fff;
}

.nomar {
    margin: 0 0 30px 0;
}

.blog_box img {
    border: 1px solid #e7e7e7;
    width: 100%;
    /*height: 100%;*/
}

.blog_box_text {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 200px;
    flex-grow: 1;
    background-color: #FFF;
    padding: 18px;
}

    .blog_box_text * {
        width: 100%;
    }

    .blog_box_text h2 {
        margin: 0 0 3px 0;
        padding: 0;
        font-family: var(--primary-font);
        font-size: 22px;
        font-weight: bold;
        color: #000;
    }


        .blog_box_text h2 a {
            text-decoration: none !important;
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            color: inherit !important;
        }

    .blog_box_text h3 {
        padding: 0 0 5px 0;
        margin: 0px;
        font-size: 16px;
        color: #3E4C57;
        font-weight: bold;
        font-family: var(--secondary-font);
    }

    .blog_box_text .postLink {
        padding: 0 0 5px 0;
        margin: 0px;
        font-size: 16px;
        color: #2E2E2E;
        font-weight: bold;
        font-family: var(--secondary-font);
        text-decoration: underline;
    }

    .blog_box_text p {
        padding: 0px;
        margin: 0px;
        line-height: 16px;
    }

.photo_gallery {
    padding: 0;
}

.slider1 {
    width: 454px;
    position: relative;
    height: 255px;
}

.slider1_wrap, .slider1_wrap2 {
    width: 452px;
    height: 255px;
}

.slider_tag {
    background: url(/img/slider_tag_bg.png) repeat-x left top;
    height: 44px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 44px;
    text-align: center;
    font-size: 13px;
    width: 454px;
    color: #e6f4f9;
}

.slider_thumb {
    width: 126px;
    padding: 17px 20px;
    position: relative;
    height: 221px;
    background: #7e8a90;
    overflow: hidden;
}

.top_arrow {
    position: absolute;
    width: 12px;
    height: 7px;
    top: -2px;
    left: 80px;
}

.bottom_arrow {
    position: absolute;
    width: 12px;
    height: 7px;
    bottom: 13px;
    left: 80px;
}

.slider_thumb ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .slider_thumb ul li {
        display: block;
        padding: 0 0 5px 0;
    }

        .slider_thumb ul li a {
            display: block;
            width: 123px;
            height: 68px;
            border: 1px solid #425757;
            position: relative;
        }

            .slider_thumb ul li a span {
                width: 42px;
                height: 42px;
                left: 50%;
                top: 50%;
                position: absolute;
                margin: -21px 0 0 -21px;
            }

.heading3 {
    border-bottom: 4px solid #6eb43f;
    margin: 0 0 15px 0;
}

    .heading3 h2 {
        float: left;
        font-size: 18px;
        color: #7e8a90;
        padding: 16px 0 0 0;
        margin: 0px;
        clear: both;
        font-weight: normal;
        line-height: 22px;
    }

        .heading3 h2 a {
            text-decoration: none;
            color: #7e8a90;
        }

            .heading3 h2 a span {
                float: left;
                display: inline-block;
                width: 275px;
                cursor: pointer;
            }

                .heading3 h2 a span.jobs {
                    width: 160px;
                }

                .heading3 h2 a span.concours {
                    width: 150px;
                }

            .heading3 h2 a em {
                width: 94px;
                font-style: normal;
                float: right;
                font-size: 12px;
                position: relative;
            }

            .heading3 h2 a img,
            .heading3 h2 img {
                float: right;
                position: relative;
            }

            .heading3 h2 a:hover {
                color: #6fad46;
            }

.social_area {
    float: right;
}

    .social_area ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .social_area ul li {
            float: left;
            height: 25px;
            background: url(/img/sep3.png) no-repeat left top;
            padding: 15px 5px 0 6px;
        }

            .social_area ul li a {
                display: block;
                height: 25px;
                width: 26px;
            }

            .social_area ul li.twitter a {
                background: url(/img/twitter.png) no-repeat center top;
            }

                .social_area ul li.twitter a:hover {
                    background: url(/img/twitter_hover.png) no-repeat center top;
                }

            .social_area ul li.facebook a {
                background: url(/img/facebook.png) no-repeat center top;
            }

                .social_area ul li.facebook a:hover {
                    background: url(/img/facebook_hover.png) no-repeat center top;
                }

            .social_area ul li.rss a {
                background: url(/img/rss.png) no-repeat center top;
            }

                .social_area ul li.rss a:hover {
                    background: url(/img/rss_hover.png) no-repeat center top;
                }

            .social_area ul li.mail a {
                background: url(/img/mail.png) no-repeat center top;
            }

                .social_area ul li.mail a:hover {
                    background: url(/img/mail_hover.png) no-repeat center top;
                }

.tab_area {
    padding: 14px 0 14px 0;
}

.tab1 {
    margin: 0 0 15px 0;
    border-bottom: 4px solid #7e8a90;
}

    .tab1 ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .tab1 ul li {
            float: left;
            padding: 0 0 0 1px;
        }

            .tab1 ul li a {
                font-size: 15px;
                display: block;
                text-decoration: none;
                color: #e6e8e9;
                background: url(/img/tab1_bg.png) repeat-x left top;
                padding: 0 7px;
                height: 25px;
                line-height: 35px;
                position: relative;
            }

                .tab1 ul li a:hover, .tab1 ul li a.current {
                    line-height: 25px;
                    background: url(/img/tab1_hover.png) repeat-x left top;
                    position: relative;
                    color: #FFF;
                }

            .tab1 ul li.ist {
                padding: 0px;
            }

.tab_cont {
    font-size: 12px;
    color: #182539;
}

    .tab_cont ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .tab_cont ul li {
            border-bottom: 1px solid #cdcdcd;
            padding: 0 0 4px 0;
            margin: 0 0 3px 0;
            clear: both;
            overflow: hidden;
            line-height: 16px;
        }

            .tab_cont ul li span {
                width: 55px;
                float: left;
            }

                .tab_cont ul li span img {
                    margin: 0 4px 0 0;
                }

            .tab_cont ul li p {
                float: right;
                width: 243px;
                padding: 0px;
                margin: 0px;
            }

.widget_box1 ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .widget_box1 ul li {
        padding: 0 0 6px 11px;
        display: block;
        font-size: 12px;
        line-height: 16px;
        background: url(/img/arrow2.png) no-repeat left 5px;
        position: relative;
    }

        .widget_box1 ul li a,
        .widget_box4 ul li a {
            text-decoration: none;
            color: #182539;
        }

            .widget_box1 ul li a strong,
            .widget_box4 ul li a strong {
                font-weight: bold;
            }

        .widget_box1 ul li:hover a,
        .widget_box4 ul li:hover a {
            color: rgba(0,0,0,.7);
        }

.popup1_wrap {
    background: url(/img/shadow.png) no-repeat center bottom;
    padding: 0 0 22px 0;
    position: absolute;
    width: 460px;
    left: -484px;
    top: -175px;
    z-index: 999;
}

.popup1 {
    position: relative;
    background: #9da5aa;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

    .popup1 h2 {
        height: 43px;
        line-height: 43px;
        padding: 0 0 0 16px;
        margin: 0 0 10px 0;
        font-size: 20px;
        font-weight: bold;
        color: #f6f7fb;
        background: #7e8a90;
    }

.arrow {
    position: absolute;
    width: 13px;
    height: 23px;
    right: -13px;
    top: 50%;
}

.popup1_cont {
    padding: 0 10px 16px 20px;
}

    .popup1_cont h3 {
        padding: 0 0 10px 0;
        margin: 0px;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        line-height: 15px;
    }

    .popup1_cont ul {
        padding: 0 0 12px 0;
        margin: 0px;
        list-style: none;
    }

        .popup1_cont ul li {
            display: block;
            padding: 0 0 4px 15px;
            background: url(/img/arrow4.png) no-repeat left 5px;
            font-size: 12px;
            color: #FFF;
        }

            .popup1_cont ul li a {
                text-decoration: none;
                color: #FFF !important;
            }

                .popup1_cont ul li a span {
                    text-transform: uppercase;
                    cursor: pointer;
                }

            .popup1_cont ul li:hover a {
                color: #2b3033 !important;
            }

.button {
    width: 211px;
    height: 20px;
}

    .button a {
        padding: 0 0 0 14px;
        text-decoration: none;
        display: block;
        background: url(/img/button_bg.png) no-repeat left top;
        font-size: 15px;
        color: #FFF !important;
        line-height: 20px;
    }

        .button a:hover {
            color: #fff !important;
        }

.widget_box1 ul li:hover .popup1_wrap {
    display: block;
}

.widget_box2 {
    margin: 0 0 23px 0;
    border-bottom: 1px solid #7e8a90;
}

.widget_box2_left {
    width: 162px;
    padding: 6px 0px 3px 0;
}

    .widget_box2_left h2 {
        padding: 0px;
        margin: 0px;
        font-size: 13px;
        color: #182539;
        font-weight: normal;
        line-height: 15px;
    }

    .widget_box2_left h3 {
        padding: 0px;
        margin: 0px;
        font-size: 13px;
        color: #182539;
        font-weight: bold;
        line-height: 15px;
    }

    .widget_box2_left span {
        float: left;
        line-height: 57px;
        display: block;
        font-size: 30px;
        font-weight: bold;
        color: #7e8a90;
    }

    .widget_box2_left img {
        float: right;
    }

.add3 {
    border-left: 1px solid #7e8a90;
}

.tab_area2 {
    margin: 0 0 6px 0;
}

.tab2 {
    height: 25px;
    background: url(/img/tab1_bg.png) repeat-x left top;
}

    .tab2 ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .tab2 ul li {
            float: left;
        }

            .tab2 ul li a {
                font-size: 15px;
                display: block;
                text-decoration: none;
                color: #e6e8e9;
                width: 150px;
                height: 25px;
                line-height: 35px;
                position: relative;
                text-align: center;
            }

                .tab2 ul li a:hover, .tab2 ul li a.current {
                    line-height: 25px;
                    background: url(/img/tab1_hover.png) repeat-x left top;
                    position: relative;
                    color: #FFF;
                    font-size: 18px;
                }

.tab2_cont {
    background: #7e8a90;
    padding: 13px 8px 7px 8px;
    margin: 0 0 5px 0;
}

.tab2_cont_pic {
    margin: 0 0 8px 0;
    border: 1px solid #556670;
}

.tab2_cont_pic2 {
    border: 1px solid #556670;
}

.tab2_cont_text {
    padding: 5px 0 0 0;
    font-size: 13px;
    color: #fff;
    text-align: right;
}

    .tab2_cont_text p {
        padding: 0 0 10px 0;
        margin: 0px;
    }

.view_button a {
    text-decoration: none;
    color: #FFF;
    display: block;
    line-height: 19px;
    padding: 0 32px 0 0;
    background: url(/img/arrow5.jpg) no-repeat right center;
}

.widget_box3 {
    font-size: 13px;
    color: #182539;
}

    .widget_box3 p {
        padding: 0 0 12px 0;
        margin: 0px;
        line-height: 16px;
    }

.percent {
    padding: 0 0 24px 0;
    color: #182539;
    font-size: 13px;
}

    .percent span {
        padding: 0 0 8px 0;
        display: block;
        line-height: 10px;
    }

        .percent span img {
            margin: 0 8px 0 0;
            float: left;
        }

.widget_box4 {
    padding: 0 0 20px 0;
    font-size: 12px;
    color: #182539;
}

    .widget_box4 ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .widget_box4 ul li {
            display: block;
            padding: 3px 0;
            border-bottom: 1px solid #cdcdcd;
        }

            .widget_box4 ul li.nobor {
                border: none;
            }

            .widget_box4 ul li a {
                text-decoration: none;
                color: #182539;
            }

                .widget_box4 ul li a:hover {
                    color: rgba(0,0,0,.7);
                }

.widget_box5 {
    padding: 0 0 33px 0;
}

.slider3_area {
    margin-bottom: 1px;
    height: 204px;
    width: 300px;
}

.slider3 {
    height: 204px;
    width: 300px;
    position: relative;
}

.slider3_text {
    height: 39px;
    left: 0;
    bottom: 0;
    padding: 28px 0 0 0;
    text-align: center;
    position: absolute;
    color: #FFF;
    font-size: 12px;
    background: url(/img/slider3_text_bg.png) repeat-x left top;
}

    .slider3_text p {
        line-height: 16px;
        padding: 0px;
        margin: 0px;
    }

        .slider3_text p.nom-photo {
            width: 300px;
        }

.prev_button {
    width: 150px;
    height: 24px;
    line-height: 24px;
}

    .prev_button a {
        text-decoration: none;
        padding: 0 0 0 24px;
        font-size: 11px;
        color: #FFF;
        display: block;
        background: url(/img/button2.jpg) no-repeat left top;
    }

        .prev_button a:hover {
            background-position: 0 -24px;
        }

.next_button {
    width: 150px;
    height: 24px;
    line-height: 24px;
}

    .next_button a {
        text-decoration: none;
        padding: 0 0 0 24px;
        font-size: 11px;
        color: #FFF;
        display: block;
        background: #bec2c4;
        background: url(/img/button2.jpg) no-repeat -150px 0;
    }

        .next_button a:hover {
            background-position: -150px -24px;
        }

/*===========inner===========*/

.add4 {
    margin: 0 0 15px 0;
}

    .add4 h2 {
        margin: 0 0 1px 0;
        padding: 0 0 0 9px;
        line-height: 30px;
        background: #6eb43f;
        font-size: 18px;
        color: #FFF;
        font-weight: normal;
    }

.left_block1 {
    padding: 0 0 30px 0;
    font-size: 16px;
    color: #7e8a90;
}

    .left_block1 p {
        padding: 0 0 8px 0;
        margin: 0px;
    }

    .left_block1 ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .left_block1 ul li {
            display: block;
            border-bottom: 1px solid #c8c8c8;
        }

            .left_block1 ul li a {
                display: block;
                padding: 10px 1px 0 14px;
                line-height: 23px;
                clear: both;
                overflow: hidden;
                height: 32px;
            }

                .left_block1 ul li a span {
                    float: left;
                    font-size: 18px;
                    color: #000;
                    display: block;
                    cursor: pointer;
                }

                .left_block1 ul li a strong {
                    display: block;
                    float: right;
                    background: url(/assets/images/red-right-arrow.svg) no-repeat right 10px top;
                    padding: 0 31px 0 0;
                    font-size: 12px;
                    color: #7e8a90;
                    font-weight: normal;
                }

                .left_block1 ul li a:hover {
                    background-color: #eee;
                }

                    .left_block1 ul li a:hover strong {
                        color: #dc3545;
                    }

.address h2 {
    background: #6eb43f;
    padding: 0 0 0 9px;
    margin: 0 0 23px 0;
    height: 30px;
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
}

.tab3 {
    background: url(/img/border2.jpg) repeat-x left bottom;
    font-size: 14px;
    color: #fff;
    height: 26px;
}

    .tab3 ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .tab3 ul li {
            float: left;
        }

            .tab3 ul li a {
                background: url(/img/tab3.jpg) repeat-x left bottom;
                padding: 6px 12px 0 12px;
                line-height: 20px;
                display: block;
                color: #e6e8e9;
                text-decoration: none;
                border-right: 1px solid #fff;
                border-top: 1px solid #F4F4F4;
            }

                .tab3 ul li a:hover, .tab3 ul li a.current {
                    background: #f0f0f0 url(/img/tab3_hover.jpg) no-repeat left top;
                    border-right: 1px solid #6e7c84;
                    border-top: 1px solid #6e7c84;
                    color: #6e7c84;
                }

.tab3_cont {
    background: #f0f0f0;
    padding: 11px 0 0 0;
    border-left: 1px solid #6e7c84;
    border-right: 1px solid #6e7c84;
    border-bottom: 1px solid #6e7c84;
}

.social_area3 {
    background: #f5f5f5 url(/img/social_area3_bg.jpg) repeat-x left bottom;
    height: 32px;
    padding: 4px 0;
    margin: 0 10px 34px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

.entreprise {
    background: url(/img/entreprise_bg.png) no-repeat left bottom;
    padding: 0 0 62px 77px;
}

    .entreprise ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .entreprise ul li {
            float: left;
            margin: 0 68px 0 0;
            width: 101px;
            height: 105px;
            background: #FFF;
            display: block;
            position: relative;
            border: 1px solid #bbbbbb;
            box-shadow: 0 2px 4px #bbbbbb;
        }

            .entreprise ul li span {
                display: block;
                cursor: pointer;
            }

            .entreprise ul li a {
                text-decoration: none;
                display: block;
                text-align: right;
                font-size: 10px;
                color: #FFF;
                text-transform: uppercase;
                padding: 0 18px 0 0;
                height: 14px;
                background: #7a858b url(/img/arrow7.jpg) no-repeat 86px 1px;
                line-height: 14px;
            }

            .entreprise ul li.i {
                z-index: 9;
            }

            .entreprise ul li.ii {
                z-index: 8;
            }

            .entreprise ul li.iii {
                z-index: 7;
            }

            .entreprise ul li.iv {
                z-index: 11;
            }

            .entreprise ul li.v {
                z-index: 12;
            }

.popup2 {
    position: absolute;
    /*height:179px;*/
    right: -400px;
    /*padding:9px 14px 0 23px;*/
    margin: 0px;
    font-size: 12px;
    color: #FFF;
    width: 400px;
    top: -38px;
    /*background:url(/img/popup2.png) no-repeat left top;*/
    background: none repeat scroll 0 0 #9DA5AA;
    z-index: 9999;
    display: none;
}

    .popup2 h3 {
        line-height: 43px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        padding: 0px;
        margin: 0 0 15px 0;
    }

    .popup2 h2 {
        height: 43px;
        line-height: 43px;
        padding: 0 0 0 16px;
        margin: 0 0 10px 0;
        font-size: 20px;
        font-weight: bold;
        color: #f6f7fb;
        background: #7e8a90;
    }

    .popup2 p {
        padding: 0px;
        margin: 0px;
        height: 66px;
        line-height: 16px;
    }

    .popup2 a {
        width: 252px;
        height: 20px !important;
        background: url(/img/button3.jpg) no-repeat left top !important;
        line-height: 20px !important;
        display: block;
        text-decoration: none;
        font-size: 15px;
        color: #FFF;
        padding: 0 0 0 10px !important;
        text-align: left !important;
    }

.entreprise ul li:hover .popup2 {
    display: block;
}

.popup3 {
    position: absolute;
    left: -300px;
    top: -36px;
    display: none;
    z-index: 9999;
    padding: 9px 23px 0 14px;
}

.horoscope {
    padding: 15px 0 10px 0;
}

    .horoscope h2 {
        padding: 0 0 0 9px;
        margin: 0 0 16px 0;
        height: 30px;
        line-height: 30px;
        background: #6eb43f;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
    }

.zodiac_box {
    border-bottom: 1px solid #c8c8c8;
    padding: 0 0 1px 0;
    margin: 0 0 16px 0;
}

.zodiac_box_top {
    height: 87px;
    margin: 0 0 1px 0;
}

    .zodiac_box_top a {
        text-decoration: none;
        line-height: 87px;
        display: block;
        background: url(/img/zodiac_box_top_bg.png) repeat-x left bottom;
        height: 87px;
        padding: 0 0 0 19px;
        font-size: 32px;
        font-weight: bold;
        color: #6e7c84;
    }

        .zodiac_box_top a img {
            float: left;
            margin: 0 3px 0 0;
        }

        .zodiac_box_top a:hover {
            background: url(/img/zodiac_box_top_hover.png) repeat-x left bottom;
        }

.zodiac_bottom span {
    float: left;
    color: #787c81;
}

    .zodiac_bottom span strong {
        font-weight: bold;
        color: #182539;
    }

.zodiac_bottom a {
    text-decoration: none;
    width: 25px;
    float: right;
}

.headingCategoryNoBorders {
    border: none !important;
    padding-left: 0px !important;
}

.indexCatTitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 720px) {
    .indexCatTitle {
        flex-direction: column;
        /*margin-left:15px;*/
    }

    h2.title-header {
        text-align: center;
    }
}

.indexCatTitle .bigHeaderCategory { /*ici les margin sont géré par le parent*/
    margin: 0 0 0 0;
}

.headingCategory, headingSection {
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
}


.categorieTitle::before {
    min-height: 24px;
    min-width: 24px;
    content: "";
    color: inherit;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.bigHeaderCategory {
    margin: 0 0 14px 0;
    min-height: 48px;
    padding-left: 10px;
    border-left: none;
}

    .bigHeaderCategory > h2, .bigHeaderCategory > h2 span, .bigHeaderCategory > h2 a {
        font: normal normal bold 32px/42px var(--primary-font);
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
    }

@media screen and (max-width:425px) {
    .bigHeaderCategory > h2, .bigHeaderCategory > h2 span, .bigHeaderCategory > h2 a {
        font-size: 22px; /*Taille pour laquelle même le mot PUBLIREPORTAGES ne pose pas de problème sur mobile;*/
        font-weight: bold;
    }
}

/*
.bigHeaderCategory:before {
	content: '';
	width: 10px;
	display: block;
	margin-right: 10px;
	float: left;
	height: 100%;
	background: #1AA5DB 0% 0% no-repeat padding-box;
	z-index: 1;
}
*/

.smallHeaderCategory {
    margin: 0 0 14px 0;
    padding-left: 5px;
    font: normal normal bold 16px/19px var(--secondary-font);
    padding-left: 10px;
    border-left: none;
    height: 28px;
    display: flex;
    letter-spacing: 0.8px;
    align-items: center;
}

    .smallHeaderCategory, .smallHeaderCategory > h2, .smallHeaderCategory > h2 span {
        font: normal normal bold 16px/19px var(--secondary-font);
        font-size: 16px;
        font-family: var(--secondary-font);
        font-weight: bold;
        letter-spacing: 0.8px;
        text-decoration: none !important;
        text-transform: uppercase;
    }
/*
	.smallHeaderCategory:before {
		content: '';
		width: 5px;
		display: block;
		margin-right: 10px;
		float: left;
		height: 100%;
		background: #1AA5DB 0% 0% no-repeat padding-box;
		z-index: 1;
	}
	*/
.headingCategory h1,
.headingCategory h2 {
    margin: 0;
    padding: 0px !important;
}

    .headingCategory h1 a,
    .headingCategory h2 a {
        text-decoration: none;
        font-weight: bold;
        color: #000;
    }

.headingSection {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

    .headingSection h2 {
        font-size: 24px;
        font-weight: inherit;
    }

    .headingSection h1 {
        font-size: 32px;
        font-weight: inherit;
    }


.heading4 {
    margin: 0 0 14px 0;
    height: 30px;
    padding: 0 0 0 8px;
    font-size: 18px;
    color: #FFF;
    /*background: #6eb43f;*/
    /*-webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);*/
    /*  -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);*/
    /*box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);*/
}

    .heading4 h1,
    .heading4 h2 {
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        color: #000;
        line-height: 17px;
        font-size: 24px;
        font-weight: bold;
    }

        .heading4 h1 a,
        .heading4 h2 a {
            text-decoration: none;
            color: #FFF;
        }

.left_block2 {
    color: #182539;
    font-size: 13px;
}

.date {
    letter-spacing: 0.8px;
    padding: 0 0 3px 0;
    font-size: 14px;
    font-family: var(--secondary-font);
    font-weight: normal;
}

.sep-line-bottom-title {
    border-bottom: 2px solid #DDDDDD;
}

.border-date {
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 7px;
}

.left_block2 h2.subtitle {
    text-align: left;
    font: 20px/24px var(--primary-font);
    font-weight: bold;
    letter-spacing: 0px;
    color: #D00025;
    opacity: 1;
}

.left_block2 h1.title {
    text-align: left;
    font: normal normal 34px/38px var(--primary-font);
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

h2.title a {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-decoration: none;
}

@media(max-width: 463px) {
    h2.title {
        line-height: 21px
    }

        h2.title a {
            font-size: 21px;
            letter-spacing: 0px;
            line-height: 21px;
        }
}

h3.title a {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-decoration: none;
}

.left_block2 h1,
.left_block2 h2 {
    padding: 0 0 6px 0;
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #182539;
}

.left_block2:not(.left_block2-no-align) p {
    line-height: 19px;
    padding: 0 0 15px 0;
    margin: 0px;
    text-align: left !important;
}

.left_block2-no-align p {
    line-height: 19px;
    padding: 0 0 15px 0;
    margin: 0px;
}

.left_block2 h3 {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}

.left_block2 .titreBPost h2 {
    float: left
}

.left_block2 .titreBPost span {
    float: right;
    color: #6E7C84;
}

.evenementDetailHeader {
    margin-top: 14px;
    /*margin-bottom: 45px;*/
    /*modif du 09-09-2021 a REMETTRE UNE FOIS LES ICONS SERONT FOCNTIONNELS*/
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.evenementDetailHeaderInfoDimanche {
    margin-top: 14px;
    justify-content: space-between;
    display:flex;
    flex-wrap:wrap;
}

.heading5 {
    margin: 0 0 15px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

.heading5_left {
    float: left;
    font-size: 12px;
    padding: 0 0 0 5px;
}

    .heading5_left p {
        line-height: 33px;
        padding: 0 10px 0 0;
        margin: 0px;
        float: left;
    }

    .heading5_left a {
        margin: 6px 0 0 0;
        display: block;
    }

.heading5_right {
    float: right;
    width: 40px;
    padding: 8px 0 0 0;
}

.articleAuteur {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #3E4C57;
    margin-top: 6px;
    font-size: 14px;
    font: normal normal normal 14px/18px var(--secondary-font);
    margin-bottom: 12px;
}

    .articleAuteur .photoAuteur {
        margin: 0 10px 0 0;
        position: relative;
    }

        .articleAuteur .photoAuteur:after {
            content: '';
            width: 100%;
            position: absolute;
            display: block;
            border: 1px solid #B1B1B1;
            opacity: 1;
            bottom: -24px;
        }

.articleAuteurNom h5 {
    font-size: 17px;
    font-family: var(--secondary-font);
    font-weight: bold;
}

.InteractiveIcons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
}

    .InteractiveIcons img {
        display: block;
        margin: auto;
        width: 70%;
        height: auto;
    }

@media(max-width: 700px) {
    .InteractiveIcons {
        /*margin-left: -40px;*/
        display: flex;
        flex-direction: row;
    }
}

.InteractiveIcons li {
    display: block;
    width: auto;
    margin-right: 22px;
}


.InteractiveIconsInfoDimanche li {
    display: inline;
    width: auto;
    margin-right: 8px;
}

.InteractiveIconsInfoDimanche li.fax-link {
        margin-right: 0px !important;   
    }

.InteractiveIcons li span {
    display: block;
    text-align: center;
    font-family: var(--primary-font);
    font-weight: bold;
    font-size: 10px;
    color: #D00925;
}

.slider4_area {
    margin: 0 0 18px 0;
    border-top: 4px solid #6eb43f;
    font-family: Arial, Helvetica, sans-serif;
}

.slider4_wrap {
    height: 348px;
}

.slider4 {
    position: relative;
    height: 348px;
}

    .slider4 a {
        height: 348px;
    }

.button2 {
    width: 75px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/img/button4.png) no-repeat left top;
    font-size: 10px;
    display: none;
    z-index: 99;
}

    .button2 a {
        line-height: 26px;
        text-decoration: none;
        padding: 0 0 0 8px;
        color: #6f6e72;
        display: block;
    }

.slider4_text {
    bottom: 0;
    right: 0;
    line-height: 18px;
    text-align: right;
    height: 18px;
    color: #aeb2bd;
    font-size: 11px;
    position: absolute;
    padding: 0 5px 0 0;
}

.slider4_text2 {
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    background: url(/img/slider4_text2_bg.png) repeat left top;
    width: 100%;
    z-index: 99;
    display: none;
}

.slider4_bottom {
    height: 65px;
    background: #d6d9db;
    position: relative;
}

.prev_button2 {
    width: 42px;
    height: 65px;
}

    .prev_button2 a {
        display: block;
        background: url(/img/button2.png) no-repeat 0px -48px;
        height: 65px;
    }

        .prev_button2 a:hover {
            background-position: 0 -113px;
        }

.next_button2 {
    width: 40px;
    height: 65px;
}

    .next_button2 a {
        display: block;
        background: url(/img/button2.png) no-repeat -42px -48px;
        height: 65px;
    }

        .next_button2 a:hover {
            background-position: -42px -113px;
        }

.thumb1 {
    padding: 6px 0 7px 7px;
}

    .thumb1 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .thumb1 ul li {
            float: left;
            padding: 0 3px 0 0;
        }

            .thumb1 ul li a {
                width: 93px;
                display: block;
                height: 52px;
            }

.heading6 {
    border-bottom: 4px solid #6eb43f;
    margin: 0 0 1px 0;
}

    .heading6 h2 {
        padding: 0;
        float: left;
        font-size: 18px;
        color: #7e8a90;
        font-weight: normal;
        line-height: 20px;
        margin: 0px;
    }

        .heading6 h2 img {
            float: left;
            margin: 7px 6px 0 0;
        }

    .heading6 span {
        float: right;
        font-size: 14px;
        color: #6e7c84;
        text-align: right;
        display: block;
        width: 105px;
    }

        .heading6 span img {
            margin: 3px 0 0 6px;
        }

.headingComments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .headingComments img {
        margin-right: 12px;
    }

.CommentsSection {
    padding-left: 10px;
    padding-right: 10px;
}

.commentDisplayButton {
    font-weight: bold;
    color: #D00925 !important;
    text-decoration: none !important;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .commentDisplayButton[style*='display: inline'] /*Un petit fix pour le comportement de jquery qui ne donne que les display par defaut fadein()*/ {
        display: flex !important;
    }

    .commentDisplayButton img {
        margin-left: 8px;
    }

.collapsableListDisplayMore img {
    transform: rotate( 90deg );
}

.collapsableListDisplayLess img {
    transform: rotate( 270deg );
}

.collapsableListDisplayLess {
    display: none;
}

.subHeadingComments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .subHeadingComments #commentaires {
        font-weight: bold;
        font-family: var(--primary-font);
        font-size: 24px;
    }

    .subHeadingComments .SeparatorTabs {
        overflow: hidden;
        border-bottom: 2px solid #ccc;
        flex-grow: 0;
    }

@media(max-width: 410px) {
    .subHeadingComments .SeparatorTabs {
        display: flex;
    }
}


#CommentsTabs {
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}

.CommentsTablink {
    float: left;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    background-color: #FFFFFF;
    border: none;
    font-weight: bold;
    font-size: 16px;
    color: #3E4C57;
    font-family: var(--secondary-font);
}

    .CommentsTablink:hover {
        border-bottom: 4px solid #D00925;
    }

    .CommentsTablink.active {
        border-bottom: 4px solid #D00925;
    }

.commentList {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .commentList li[style*='display: list-item'], .commentList li.earlyComment {
        display: flex;
        padding: 20px 0 20px 0;
        margin: 0 0 6px 0;
        border-bottom: 1px solid #cdcdcd;
        line-height: 18px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .commentList li[style*='display: list-item'] /*Un petit fix pour le comportement de jquery qui ne donne que les display par defaut avec slideDown()*/ {
        display: flex !important;
    }

    .commentList li.lateComment {
        display: none;
    }

    .commentList li.nobor {
        border: none;
    }

.commentTime {
    margin-top: 5px;
    margin-bottom: 10px;
}

    .commentTime img {
        max-width: 18px;
        max-height: 18px;
    }

.headingCommentsTitle {
    display: flex;
    justify-content: flex-start;
}

@media(max-width: 500px) {
    .headingCommentsTitle h2 {
        font-size: 20px;
    }

    .subHeadingComments #commentaires {
        font-weight: bold;
        font-family: var(--primary-font);
        font-size: 20px;
    }
}

.CommentCountCircle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    margin-left: 2px;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(129deg, #9A0F0F 0%, var(--unnamed-color-ec0928) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(129deg, #9A0F0F 0%, #EC0928 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #FFFFFF;
    font-size: 12px;
    font-family: var(--primary-font);
    font-weight: bold;
}

.LetterAv {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    margin-right: 20px;
    font-family: 'Lato';
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent linear-gradient(129deg, #9A0F0F 0%, var(--unnamed-color-ec0928) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(129deg, #9A0F0F 0%, #EC0928 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.CommentContentWrapper {
    flex-basis: 450px;
    flex-grow: 1;
}

.CommentName {
    font-size: 20px;
    font-family: 'Lato';
    margin-top: 25px;
}

.commentText {
    font-size: 18px;
    font-family: "Lato";
    margin-top: 14px;
}

.commentTools {
    display: none; /*Pas prêt pour l'instant*/
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-family: "Lato";
    margin-top: 10px;
}

    .commentTools img {
        margin-right: 8px;
    }

.commentReplyLink {
    border-left: 1px solid #9A9A9A;
    margin-left: 9px;
    padding-left: 15px;
    color: #3e3e3e !important;
    text-decoration: none !important;
}

.social_area4 {
    margin: 0;
}

.CommentsSection .form_area {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 29px;
    border-bottom: 1px solid #B1B1B1;
}

    .CommentsSection .form_area textarea {
        resize: none;
        height: 142px;
    }

    .CommentsSection .form_area .cancelButton {
        color: #3E3E3E !important;
        text-decoration: none !important;
        margin-right: 35px;
        font-weight: bold;
        float: right;
        height: 44px;
        border: none;
        font: normal normal bold 14px/42px var(--primary-font);
    }

.form_area {
    background: #f5f5f5;
    margin: 0 0 23px 0;
    padding: 12px 10px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    overflow: hidden;
}

    .form_area label {
        padding: 0 0 6px 0;
        display: block;
        font-size: 13px;
        color: #182539;
    }

.text_area {
    margin: 0 0 16px 0;
    border: 1px solid #bdbcbd;
    background: #fff;
    outline: 0;
    overflow: auto;
    resize: both;
    font-size: 13px;
    color: #182539;
    padding: 5px;
    /*width: 580px;*/
    width: 100%;
    height: 82px;
}

.form_area label.text {
    float: left;
    padding: 0 8px 0 0;
    line-height: 26px;
}

.text_field {
    width: 265px;
    /*height:16px;*/
    border: 1px solid #c0bfc0;
    outline: 0;
    padding: 4px 5px;
    font-size: 13px;
    color: #182539;
    float: left;
}

.send_button {
    float: right;
    font-size: 15px;
    font-weight: bold;
    background: url(/img/button2.png) no-repeat -84px -48px;
    width: 107px;
    height: 25px;
    cursor: pointer;
    border: 0;
}

    .send_button:hover {
        background-position: -84px -73px;
    }

.commentForm .text_field {
    width: 50%;
    min-width: 150px;
}

.slider4:hover .slider4_text2 {
    display: block;
}

.slider4:hover .button2 {
    display: block;
}

.left_block3 {
    padding: 14px 0 18px 0;
}

    .left_block3 ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .left_block3 ul li {
            display: block;
            padding: 0 0 6px 0;
            margin: 0 0 6px 0;
            border-bottom: 1px solid #cdcdcd;
            line-height: 18px;
            font-size: 12px;
        }

            .left_block3 ul li.nobor {
                border: none;
            }

.add5 {
    margin: 0 0 13px 0;
}

    .add5 h2 {
        height: 30px;
        padding: 0 0 0 14px;
        margin: 0 0 1px 0;
        line-height: 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #FFF;
        background: #6eb43f;
    }

    .add5 img {
        border: none;
    }

.apropos {
    margin: 0 0 13px 0;
}

    .apropos h2 {
        height: 30px;
        padding: 0 0 0 14px;
        margin: 0 0 1px 0;
        line-height: 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #FFF;
        background: #6eb43f;
    }

.apropos-image {
    /*background: #D6D7DB;
    width: 100%;*/
    border-bottom: 1px solid #FFFFFF;
}

.apropos-blogeur {
    width: 100%;
}

.apropos-text {
    background: #E3E3E3;
    border: 1px solid #D9D9D9;
    font-family: 'Arimo',sans-serif;
    padding: 10px 15px;
    font-size: 12px
}

h2.post_titre {
    font-size: 22px;
}

.pad {
    padding-bottom: 30px;
}

.pad2 {
    padding-bottom: 10px;
}

.mar {
    margin: 0 0 20px 0;
}

.post2 {
    padding: 0 0 34px 0;
    font-size: 13px;
    color: #565f6e;
}

    .post2 img {
        float: left;
        margin: 0 14px 0 0;
    }

    .post2 p {
        padding: 20px 0 0 0;
        margin: 0px;
        line-height: 17px;
    }

.heading7 {
    margin: 0 0 6px 0;
    border-bottom: 4px solid #6eb43f;
    padding: 0 0 1px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

    .heading7 h1,
    .heading7 h2 {
        float: left;
        font-size: 18px;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        line-height: 18px;
        color: #6e7c84;
    }

        .heading7 h1 a,
        .heading7 h2 a {
            text-decoration: none;
            color: #6fad46;
        }

            .heading7 h1 a:hover,
            .heading7 h2 a:hover {
                color: #6e7c84;
            }

    .heading7 img {
        float: right;
        margin: 0px;
    }

.heading8 {
    padding: 0 0 8px 0;
    font-size: 13px;
    color: #565f6e;
}

    .heading8 span {
        float: left;
        font-family: Arial, Helvetica, sans-serif;
    }

    .heading8 strong {
        font-weight: normal;
        float: right;
    }

    .heading8 a {
        text-decoration: none;
        color: #6eb43f;
        font-size: 14px;
    }

.ban_text2 {
    height: 80px;
}

.heading9 {
    margin: 0 0 20px 0;
    padding: 0 0 1px 0;
    border-bottom: 4px solid #d7d7d7;
}

    .heading9 h2,
    .heading9 h3 {
        float: left;
        font-size: 18px;
        color: #7e8a90;
        padding: 16px 0 0 0;
        margin: 0px;
        line-height: 18px;
    }

        .heading9 h2 strong,
        .heading9 h3 strong {
            font-weight: bold;
            color: #6eb43f;
        }

.heading9_right {
    background: url(/img/border3.png) no-repeat left bottom;
    padding: 16px 0 0 2px;
    width: 174px;
    position: relative;
}

    .heading9_right a {
        line-height: 20px;
        padding: 0 0 0 7px;
        color: #6eb43f;
        text-decoration: none;
        display: block;
        clear: both;
        overflow: hidden;
    }

        .heading9_right a span {
            float: left;
        }

        .heading9_right a img {
            float: right;
        }

        .heading9_right a:hover {
            background: url(/img/heading9_right_hover.png) repeat-x left bottom;
        }

.news {
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 13px;
    color: #182539;
}

    .news h2 {
        padding: 0 0 8px 0;
        margin: 0px;
        font-size: 13px;
        color: #787c81;
        line-height: 15px;
        font-weight: normal;
    }

    .news ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .news ul li {
            line-height: 18px;
            display: block;
            padding: 0 0 0 12px;
        }

            .news ul li a {
                text-decoration: none;
                color: #182539;
            }

                .news ul li a:hover {
                    color: #4e9022;
                }

            .news ul li img {
                margin: 0 7px 0 5px;
            }

.nobg {
    border: 0;
}

.heading10 {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 1px 0;
}

    .heading10 a {
        display: block;
        text-decoration: none;
        color: #182539;
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        clear: both;
        overflow: hidden;
    }

        .heading10 a span {
            float: left;
        }

        .heading10 a img {
            float: right;
            border-left: 1px solid #FFF;
        }

        .heading10 a:hover {
            background: url(/img/heading9_right_hover.png) repeat-x left bottom;
        }

.post3 {
    border: 0;
    padding: 0px;
    margin: 0px;
}

.popup4_wrap {
    padding: 0 0 21px 0;
    background-color: #ccc;
    position: initial;
    left: -444px;
    top: 0;
    margin: 0px;
    display: none;
}

.popup4 h3 {
    padding: 0 7px 0 22px;
    margin: 0px;
    line-height: 43px;
    font-size: 20px;
    font-weight: bold;
    color: #f6f7fb;
    background: #7e8a90;
}

a.close_button {
    width: 23px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 11px;
    padding: 0px;
}

.popup4_bottom {
    background: url(/img/sep6.jpg) repeat-y 320px 0;
    padding: 18px 7px 20px 23px;
}

.popup4_left {
    width: 280px;
}

    .popup4_left h4 {
        margin: 0 0 10px 0;
        padding: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #182539;
        border-bottom: 4px solid #7e8a90;
        clear: both;
        height: 20px;
    }

        .popup4_left h4 span {
            float: left;
        }

        .popup4_left h4 img {
            float: right;
        }

    .popup4_left label {
        display: block;
        padding: 0 0 22px 0;
        font-size: 12px;
        color: #182539;
    }

        .popup4_left label.date2 {
            float: left;
            width: 105px;
        }

.text_field2 {
    padding: 3px 8px;
    border: 1px solid #bdbcbd;
    font-size: 12px;
    color: #182539;
    height: 16px;
    outline: 0;
    margin: 0 0 20px 0;
    width: 263px;
}

#formKeywords .text_field2 {
    height: 21px;
}

.search_button2 {
    background: url(/img/button2.png) no-repeat -128px -223px;
    width: 128px;
    height: 25px;
    border: 0;
    cursor: pointer;
    outline: 0;
    float: right;
}

    .search_button2:hover {
        background: url(/img/button2.png) no-repeat -128px -248px;
    }

.brand_area {
    padding: 0 0 22px 0;
}

.brand_box {
    margin: 0px;
}

    .brand_box h2 {
        line-height: 20px;
        padding: 0 0 0 26px;
        background: #7f8a90 url(/img/button2.png) no-repeat left -178px;
        margin: 0 0 2px 0;
        font-size: 16px;
        color: #fff;
        font-weight: normal;
        height: 20px;
    }

        .brand_box h2 a {
            text-decoration: none;
            color: #fff;
        }

.brand_box_bottom {
    background: #e5e5e5;
    border: 1px solid #eeeeee;
    padding: 3px 7px 3px 4px;
    font-size: 12px;
    line-height: 17px;
}

    .brand_box_bottom img {
        margin: 0 10px 0 0;
    }

    .brand_box_bottom p {
        padding: 15px 0 0 0;
        margin: 0px;
        line-height: 17px;
    }

        .brand_box_bottom p a {
            text-decoration: none;
            color: #182539;
        }

.categories, .Villes {
    padding: 0 0 28px 0;
}

    .categories h2, .Villes h2 {
        padding: 0px;
        margin: 0 0 15px 0;
        font-weight: normal;
        font-size: 18px;
        color: #6eb43f;
        line-height: 24px;
        border-bottom: 4px solid #6eb43f;
    }

    .categories ul, .Villes ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        width: 205px;
        float: left;
    }

        .categories ul li, .Villes ul li {
            display: block;
            line-height: 20px;
            font-size: 13px;
            color: #6e7c84;
        }

            .categories ul li a, .Villes ul li a {
                text-decoration: none;
                color: #6e7c84;
            }

                .categories ul li a:hover .Villes ul li a:hover {
                    color: #4e9022;
                }

.blankspace {
    height: 27px;
}

.gallery {
    margin: 0 0 32px 0;
    background: #6e7c84;
    padding: 18px 16px 0 16px;
    width: 908px;
}

.gallery_pic1 {
    border: 1px solid #fff;
    position: relative;
    margin: 0 20px 20px 0;
}

.gallery_pic1_tag {
    padding: 6px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(/img/tag_bg.png) repeat left top;
    display: none;
}

    .gallery_pic1_tag p {
        padding: 0 10px 3px 10px;
        margin: 0px;
        line-height: 16px;
    }

.gallery_right {
    width: 345px;
}

.gallery_pic2 {
    width: 160px;
    position: relative;
    border: 1px solid #fff;
    margin: 0 20px 20px 0;
}

.gallery_pic3 {
    width: 286px;
    position: relative;
    border: 1px solid #fff;
    margin: 0 20px 20px 0;
}

.gallery_pic4 {
    position: relative;
    border: 1px solid #fff;
    margin: 0 0 20px 0;
}

.nomar3 {
    margin: 0 0 20px 0;
}

.gallery_pic1:hover .gallery_pic1_tag {
    display: block;
}

.gallery_pic2:hover .gallery_pic1_tag {
    display: block;
}

.gallery_pic3:hover .gallery_pic1_tag {
    display: block;
}

.gallery_pic4:hover .gallery_pic1_tag {
    display: block;
}

.carousel_box_wrap {
    padding: 0 16px 0 16px;
    margin: 0 0 28px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

.carousel_box {
    margin: 0 16px 0 16px;
    padding: 13px 0 3px 0;
}

    .carousel_box ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .carousel_box ul li {
            float: left;
        }

            .carousel_box ul li a {
                display: block;
                text-decoration: none;
            }

                .carousel_box ul li a span {
                    display: block;
                    line-height: 27px;
                    font-size: 12px;
                    color: #182539;
                    text-align: center;
                }

                .carousel_box ul li a img {
                    border: 3px solid #fff;
                }

                .carousel_box ul li a:hover img {
                    border: 3px solid #6eb43f;
                }

                .carousel_box ul li a:hover span {
                    color: #4e9022;
                }

.add6 {
    margin: 0 auto;
    float: none;
}

.pad3 h2 {
    padding: 0;
}

.popup_box {
    position: relative;
}

.catégories2 {
    padding: 10px 0 0 0;
}

    .catégories2 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .catégories2 ul li {
            margin: 0 0 6px 0;
            padding: 0 26px 0 0;
            border-bottom: 1px solid #cbcbcb;
            background: url(/img/arrow.jpg) no-repeat right top;
            display: block;
        }

            .catégories2 ul li a, .popup4_left h4 a {
                text-decoration: none;
                display: block;
                line-height: 22px;
                font-size: 15px;
                font-weight: bold;
                color: #182539;
            }

                .catégories2 ul li a:hover, .popup4_left h4 a:hover {
                    background: url(/img/heading9_right_hover.png) repeat-x left top;
                }

.form_area2 {
    padding: 0 0 20px 0;
}

.nopad {
    padding-bottom: 0;
}

.contact_block {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d7d7d7;
    color: #182539;
}

    .contact_block h1,
    .contact_block h2 {
        margin: 0 0 15px 0;
        padding: 0 0 5px 0;
        border-bottom: 4px solid #d7d7d7;
        font-size: 24px;
        font-weight: bold;
    }

    .contact_block h3 {
        padding: 0;
        margin: 0px;
        line-height: 18px;
        font-size: 13px;
        color: #182539;
        font-weight: bold;
    }

    .contact_block p {
        padding: 0px;
        margin: 0px;
        line-height: 15px;
    }

.contact_pic {
    margin: 0 16px 0 0;
}

.contact_box1 {
    width: 160px;
}

.contact_box2 {
    width: 255px;
}

    .contact_box2 span {
        display: block;
        padding: 0 0 5px 0;
        line-height: 20px;
    }

        .contact_box2 span img {
            float: left;
            margin: 0 10px 5px 0;
        }

        .contact_box2 span a {
            text-decoration: none;
            color: #182539;
        }

.blankspace2 {
    height: 10px;
}

.contact_box3 {
    width: 155px;
}

.social2 a {
    float: left;
    margin: 0 8px 0 0;
}

.popup5 {
    position: absolute;
    left: -640px;
    top: -230px;
    display: block;
    display: none;
}

.popup5_left {
    background: #e6e6e6;
    padding: 18px 10px 16px 10px;
    width: 592px;
}

    .popup5_left h2 {
        margin: 0 0 16px 0;
        padding: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #182539;
        line-height: 20px;
        border-bottom: 4px solid #7e8a90;
    }

.form_left {
    width: 280px;
}

    .form_left label {
        float: left;
        width: 128px;
        line-height: 24px;
        font-size: 12px;
        color: #182539;
    }

        .form_left label.resize {
            width: 255px;
            float: right;
        }

.text_field3 {
    width: 138px;
    padding: 3px 5px;
    height: 16px;
    border: 1px solid #bdbcbd;
    font-size: 13px;
    outline: 0;
    margin: 0 0 7px 0;
    float: left;
    background: #FFF;
}

.drop_down2 {
    width: 281px;
    margin: 0 0 9px 0;
}

.check_box_area {
    padding: 0 0 12px 0;
}

.check_box {
    margin: 0 9px 0 0;
}

.send_button2 {
    width: 277px;
    height: 25px;
    background: url(/img/button2.png) no-repeat left -342px;
    cursor: pointer;
    border: 0;
    float: right;
    outline: 0;
}

    .send_button2:hover {
        background-position: 0 -367px;
    }

.popup5_right {
    width: 261px;
    background: #9da5aa url(/img/popup4.png) no-repeat left -274px;
    padding: 20px 23px;
    font-size: 13px;
    color: #fff;
}

    .popup5_right h2 {
        padding: 0 0 10px 0;
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        line-height: 20px;
    }

        .popup5_right h2 span {
            font-size: 20px;
        }

    .popup5_right p {
        padding: 0 0 14px 0;
        margin: 0px;
        line-height: 16px;
    }

.sidebar_ban {
    height: 118px;
    border: 1px solid #fff;
}

.prev_button3 {
    width: 130px;
    height: 25px;
}

    .prev_button3 a {
        background: url(/img/button2.png) no-repeat -84px -98px;
        text-decoration: none;
        font-size: 11px;
        color: #fff;
        padding: 0 0 0 24px;
        display: block;
        line-height: 25px;
    }

        .prev_button3 a:hover {
            background-position: -84px -123px;
        }

.next_button3 {
    width: 130px;
    height: 25px;
}

    .next_button3 a {
        background: url(/img/button2.png) no-repeat -84px -148px;
        text-decoration: none;
        font-size: 11px;
        color: #fff;
        padding: 0 24px 0 0;
        display: block;
        line-height: 25px;
        text-align: right;
    }

        .next_button3 a:hover {
            background-position: -128px -198px;
        }

.left_block4 {
    padding: 8px 0 25px 0;
}

.block4_left {
    width: 188px;
    height: 138px;
    text-align: center;
    line-height: 138px;
    font-weight: bold;
    /*color:#FFF;*/
}

    .block4_left img {
        width: 79px;
        /*height: 117px;*/
    }

.block4_right {
    padding: 14px 20px 0 0;
    font-size: 13px;
    margin: 0px;
}

    .block4_right p {
        padding: 0 0 10px 0;
        margin: 0px;
    }

    .block4_right ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .block4_right ul li {
            display: block;
            line-height: 18px;
            clear: both;
            overflow: hidden;
        }

            .block4_right ul li strong {
                font-weight: bold;
                width: 162px;
                float: left;
                display: block;
            }

.block4_box {
    width: 200px;
    padding: 1px;
    /*border:1px solid #dddddd;*/
    margin: 0 2px 10px 0;
    font-size: 12px;
    height: 240px;
}

    .block4_box ul {
        list-style: none;
        margin-left: 5px;
    }

        .block4_box ul li {
            /*display:block;*/
            line-height: 18px;
            clear: both;
            overflow: hidden;
        }

            .block4_box ul li strong {
                font-weight: bold;
                width: 110px;
                float: left;
                display: block;
            }

    .block4_box h2 {
        margin: 0 0 6px 0;
        padding: 0px;
        font-size: 15px;
        line-height: 32px;
        text-align: center;
        color: #000;
        /*background:#6eb43f;*/
        font-weight: normal;
    }

.block4_box_pic {
    padding: 0 0 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.block4_box p {
    padding: 0 5px;
    margin: 0px;
    line-height: 18px;
}

.mar3 {
    margin: 0 0 10px 0;
}

.mar10 {
    margin: 10px;
}

.blankspace3 {
    height: 20px;
}

/*==========popup6==========*/

.popup6_wrap {
    position: absolute;
    z-index: 9999;
    left: -138px;
    top: 38px;
    background: url(/img/popup4.png) repeat-x left bottom;
    padding: 0 0 21px 0;
    display: none;
}

.popup6 {
    padding: 18px 12px 10px 18px;
    background: #e6e6e6 url(/img/popup6_bg.jpg) repeat-y left top;
}

    .popup6 h2 {
        padding: 0 0 3px 0;
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #182539;
        line-height: 18px;
    }

.popup6_left {
    margin: 0 50px 0 0;
    color: #182539;
}

    .popup6_left.immo a {
        padding: 0 0 9px 0;
    }

    .popup6_left.immo h2 {
        border-bottom: 4px solid #7e8a90;
        font-size: 16px;
        font-weight: bold;
        color: #182539;
        line-height: 20px;
        clear: both;
        height: 20px;
    }

.video1 {
    font-size: 13px;
    position: relative;
    color: #182539;
}

.video1_wrap {
    position: relative;
}

.popup6_video1 {
    border-bottom: 4px solid #7e8a90;
    margin: 0 0 6px 0;
}

    .popup6_video1 img {
        border: 1px solid #465a5a;
    }

.video1 p {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    line-height: 17px;
}

.popular_event {
    margin: 0 0 20px 0;
    border-bottom: 4px solid #7e8a90;
    background: #f5f5f5;
    color: #182539;
    font-size: 13px;
}

.popular_event_left {
    border: 1px solid #425757;
    margin: 0 8px 0 0;
    position: relative;
    width: 123px;
}

.play_button3 {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 45px;
    top: 11px;
}

    .play_button3 a {
        padding: 0px !important;
        background: none !important;
    }

        .play_button3 a:hover {
            background: none !important;
        }

.popular_event p {
    padding: 28px 0 0 0;
    margin: 0px;
    line-height: 16px;
}

.popular_event2 p {
    padding: 14px 0 0 0;
}

.popular_event_pic {
    padding: 20px 0 32px 0;
}

.button3 {
    width: 219px;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

    .button3 a {
        text-decoration: none;
        line-height: 20px;
        height: 25px;
        display: block;
        color: #00457c !important;
        background: url(/img/button2.png) no-repeat left -392px !important;
        padding: 0px !important;
    }

        .button3 a:hover {
            background-position: 0 -392px !important;
            color: #00457c !important;
        }

.last2 {
    width: 220px;
    margin: 0px;
    float: right;
}

.popular_event_pic a {
    padding: 0 !important;
}

/*==========popup-simple==========*/

.popup-simple {
    padding: 18px 12px 10px 18px;
    background-color: #e6e6e6;
    font-size: 13px;
    color: #182539;
}

.last-item {
    left: auto !important;
    right: 0px;
    z-index: 10;
}

/*==========popup7==========*/

.popup7_wrap {
    position: absolute;
    z-index: 9999;
    left: -838px;
    top: 38px;
    background: url(/img/popup4.png) repeat-x left bottom;
    padding: 0 0 21px 0;
    display: none;
}

.popup7 {
    padding: 18px 12px 10px 18px;
    background: #e6e6e6 url(/img/popup7_bg.jpg) repeat-y left top;
    font-size: 13px;
    color: #182539;
}

    .popup7 h2 {
        padding: 0 0 1px 0;
        margin: 0 0 6px 0;
        border-bottom: 4px solid #7e8a90;
        font-size: 16px;
        font-weight: bold;
        color: #182539;
        line-height: 20px;
        clear: both;
        height: 20px;
    }

        .popup7 h2 span {
            float: left;
        }

        .popup7 h2 img {
            float: right;
        }

    .popup7 p {
        padding: 0 0 22px 0;
        margin: 0px;
        line-height: 16px;
    }

.social3 ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 265px;
}

    .social3 ul li {
        float: left;
        width: 158px;
        padding: 0 0 5px 0;
        background: none;
        line-height: 25px;
        display: block;
    }

        .social3 ul li a {
            text-decoration: none;
            font-size: 13px;
            color: #182539;
            padding: 0;
            display: inline;
        }

            .social3 ul li a img {
                float: left;
                margin: 0 8px 0 0;
            }

        .social3 ul li.last2 {
            width: 107px;
        }

.mar4 {
    margin: 0 50px 0 0;
    width: 265px;
    float: left;
}

.nomar2 {
    margin: 0px;
}

.last3 {
    margin: 0px;
    float: right;
}

.zindex {
    z-index: 5;
}

.zindex2 {
    z-index: 9;
}

/****** Font resize ******/

.resizer {
    list-style: none outside none;
    margin: 6px 0 10px 10px;
}

    .resizer li {
        float: left;
        margin-right: 5px;
    }

    .resizer a.selected {
        color: #1D4C9F;
        text-decoration: underline;
    }

    .resizer .small {
        font-size: 15px;
    }

    .resizer .large {
        margin-right: 0;
    }

.font-default {
    font-size: 18px !important;
    text-align: left !important;
    line-height: 19px !important;
}

.font-resizable.medium, .medium {
    font-size: 16px !important;
}

.font-resizable.large, .large {
    font-size: 17px !important;
}

.font-resizable.small, .small {
    font-size: 13px !important;
}

.lireSuite {
    font-style: italic;
    float: right;
    color: #182539
}

.headtest1 {
    position: absolute;
    margin: 0 auto;
    z-index: 999;
}

.hide {
    display: none;
}

div.references ol,
ol.references {
    color: #252525;
    margin-top: 0;
    font-size: 75%;
}

    div.references ol li,
    ol.references li {
        line-height: 1.3em !important;
    }

/**** Event module *****/

#container-document {
    margin-top: 15px;
}

.event-mod {
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    overflow: hidden;
}

/**** Event module *****/
.addthis_follow_label {
    display: none;
}

/********* Element Menu ****/
.top-item {
    float: left;
    height: 152px;
}

.neo-head a {
    text-decoration: none;
}

.neo-head .logo {
    width: 320px;
}

.neo-head .regions a.aSite {
    display: table-cell;
    height: 152px;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

.div-recherche:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.25em;
}

.neo-head h3 {
    font-family: Arimo;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 30px;
}

.neo-head .regions {
    -moz-min-width: 240px;
    -ms-min-width: 240px;
    -o-min-width: 240px;
    -webkit-min-width: 240px;
    min-width: 240px;
}

    .neo-head .regions p {
        font-family: Arimo;
        font-size: 13px;
        color: #9b0d21;
        text-transform: uppercase;
    }

    .neo-head .regions .dropdown-menu {
        border: none;
        padding: 0px;
    }

.neo-head .mobile-toggles .social-toggle {
    display: none
}

/*.topics  li {
    float: left;
    width: 50%;
}

.topics  li > a {
    display: block;
    padding: 10px 20px;
}

.topics  a,
.menu-item a {
    display: block;
    padding: 10px 30px;
    color: #FFF;
    outline: 0;
}

.topics  li .border {
  position: absolute;
  top: 25%;
  bottom: 25%;
}*/

.change-location {
    text-transform: uppercase;
    color: #fff;
    float: right;
}

.border {
    height: 50%;
    margin: 0 5px 0 8px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-black {
    color: black;
}

/* Play Button */
.banner:hover > a .fa-play,
.post_pic:hover > a .fa-play,
.photo_gallery:hover > a .fa-play,
.slider1:hover > a .fa-play {
    -ms-opacity: 1;
    opacity: 1;
}

.btn-container {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    width: 52px;
    height: 52px;
}

.fa-play {
    /*-ms-opacity: 0.8;*/
    /*opacity: 0.8;*/
    border: 3px solid #fff;
    border-radius: 50%;
    border-color: #fff; /*rbga(255,255,255,0.8);*/
    /*padding: 4px;*/
    color: #E31B23;
    background-color: #fff; /*rgba(0,0,0,.7);*/
    /*padding-left: 16px;*/
}

.btn-default-nobg {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    background-image: none !important;
}

.chevron-left:after {
    content: '\f053';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

.chevron-right:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

/*************  LaPlaza.io  **************/

ul.laplaza-carousel li {
    background: none !important;
    padding: 0;
}

    ul.laplaza-carousel li img.produit {
        margin: 20px;
        max-width: 278px;
        text-align: center;
        display: block;
        margin: 20px auto;
    }

ul.laplaza-carousel div.jachete-container {
    position: relative;
    background-image: url(/img/texture-bg.png);
    width: 298px;
    height: 208px;
}

div.jachete-container .jachete {
    position: absolute;
    text-align: center;
    top: -40px;
    left: 30%;
}

div.jachete-info h3.name {
    color: #fff;
    margin: 1px 0 5px 0;
    font-size: 20px;
    padding: 75px 0 0 0;
    text-align: center;
}

div.jachete-info div.prix {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

    div.jachete-info div.prix span.oldPrice {
        text-decoration: line-through;
        font-size: 20px;
        text-align: center;
    }

/*************  Pub Plaza **************/

.stickyHeader {
    background: #ec2127;
    height: 50px;
    text-align: center;
    z-index: 150;
    width: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,.4);
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

.stickyHeader-scrolled {
    position: fixed;
    top: 0
}

.stickyHeader .inner {
    margin: 0 auto;
    display: table;
}

.nopadAtAll {
    padding: 0px !important;
}

.padAfterPub {
    padding-top: 55px;
}

.span4 {
    width: 300px;
}

.span8 {
    width: 620px;
}

.commerce-sidebar {
    position: relative !important;
}

/*************  Print  **************/

@media print {
    .sticky-top {
        display: none !important;
    }
}

.passed ul li a {
    position: relative;
    display: inline-block;
}

/*************  bulle ne cause pas de blocage du onhover  **************/

#divChart svg > g:last-of-type {
    pointer-events: none;
}

/*************  style de l'outil de recherche Commerce  **************/

.RechercheCommerceMain {
    margin-bottom: 15px;
}

    .RechercheCommerceMain .bloc_recherche {
        padding: 15px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }

    .RechercheCommerceMain input {
        background-color: #fff;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 300;
        border: 0;
        margin: 0;
    }

    .RechercheCommerceMain .search_button2 {
        float: none;
    }

#RechercheCommerceMainInput {
    height: 30px;
    margin-left: auto;
}

#RechercheCommerceMainSubmit {
    margin-left: 15px;
    margin-right: auto;
}

#CommerceFormMenuMain {
    width: 100%;
    display: flex;
    align-items: center;
}

/*************  style de du formulaire contact  **************/
@media screen and (max-width: 450px) {
    .contact_text_area {
        width: 260px !important;
    }
}

.contact_text_area {
    width: 390px;
}

    @media screen and (max-width: 575px) {
        #divContactCaptcha .g-recaptcha, #responsive_recaptcha .g-recaptcha {
            transform: scale(0.86);
            transform-origin: 0;
            transform: scale(0.86);
            transform-origin: 0 0;
            -webkit-transform: scale(0.86);
            transform: scale(0.86);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }
        .g-recaptcha > div, #responsive_recaptcha .g-recaptcha > div {
            width: 1px !important;
        }
    }

/* aspect ratio video mobile */
@media(max-width: 767px) {
    #mediaplayerContainer {
        height: auto !important;
    }

        #mediaplayerContainer #mediaplayer {
            width: 90vw;
            height: 50.6vw !important;
        }
}

/*Force la hauteur de certainnes vidéo ayant un problème*/
#mediaplayerContainer #mediaplayer {
    height: 100%;
}
#mediaplayerContainer #mediaplayer iframe {
    height: 100%;
}
/*
    Pour les vidéos youtube uniquement. 
    La valeur inherit fix un bug de sizing avec Firefox.
*/
#mediaplayerContainer iframe#mediaplayer { 
    height: inherit;
}

@media(max-width: 1025px) {
    #changeRegion {
        display: none !important;
    }

    .mediaplayer-Rumble-cls {
        height: 100% !important;
    }
}

.jw-nextup-container {
    display: none !important;
}

.jw-nextup-container {
    display: none !important;
}

/* fix recherche google */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: unset !important;
    background-color: unset !important;
    color: unset !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #FF9900 !important;
}

.mediaplayer-Rumble-cls video {
    object-fit: cover;
}



.link-sans-style {
    font-size: 18px;
    color: #000000 !important;
    text-decoration: none !important;
}


.timeDuration {
    font-size: 16px;
    font-family: var(--secondary-font);
    margin-top: 22px;
}

.connexionButtonsPair {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .connexionButtonsPair > a {
        color: #3E3E3E !important;
        text-decoration: none !important;
        margin-right: 35px;
        font-weight: bold;
        font-size: 14px;
    }

@media(max-width: 400px) {
    .connexionButtonsPair a, .connexionButtonsPair .btn-arrow {
        font-size: 14px;
    }

    .connexionButtonsPair .btn-arrow {
        background-position: right 15px bottom 50% !important;
        padding-right: 30px;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.navButtonsPair {
    display: flex;
    justify-content: flex-start;
}

.navButtonsPair .precedent{
    margin-right:10px;
}

.btn-wrapper {
    display: flex;
    justify-content: flex-start;
}

.btn {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px !important;
    height: 44px;
    font: normal normal bold 14px/42px var(--primary-font);
    border-radius: 0px !important;
    opacity: 1 !important;
    display: flex;
    align-items: center;
}

.btn-black, .connexionButtonsPair .btn-black {
    background-color: #000;
    color: #fff !important;
}

.btn-white {
    background-color: #FFF;
    border: 1px solid #C9C9C9;
    color: #000 !important;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #C9C9C9;
    color: #000 !important;
}

.btn-red {
    background-color: #D00025;
    color: #FFF !important;
}

.btn-sondage {
    float: right;
}

.btn-magnifying {
    background-image: url(/assets/images/icon-search.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10% bottom 50% !important;
    z-index: 0;
    line-height: 0;
    padding-right: 50px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.btn-arrow {
    background-image: url(/assets/images/red-right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 25px bottom 50% !important;
    z-index: 0;
    line-height: 0;
    padding-right: 50px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.btn-arrow-gens-branches {
    padding-left : 0px;
}
.btn-white-arrow {
    background-image: url(/assets/images/white-right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10% bottom 50% !important;
    z-index: 0;
    line-height: 0;
    padding: 20px 50px 20px 30px;
    /*    padding-right: 50px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;*/
}

.btn-arrow-end {
    background-position: right 20px bottom 50% !important;
}

.btn-arrow-text-center {
    justify-content: center;
}

.btn-arrow-left {
    background-image: url(/assets/images/red-left-arrow.svg);
    background-repeat: no-repeat;
    background-position: left 10% bottom 50%;
    z-index: 0;
    line-height: 0;
    padding-right: 30px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.btn-tab {
    position: relative;
    top: 18px;
    font: normal normal bold 16 px /42 px var(--primary-font);
    background-color: #e6e6e6;
    padding: 12px 12px;
}

.link-arrow {
    background-image: url(/assets/images/red-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10% bottom 50%;
    z-index: 999;
    line-height: 0;
    padding-right: 30px;
    padding-left: 00px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    color: black !important;
    text-decoration: none !important;
}

.longLink-arrow {
    padding-right: 40px;
    padding-right: 40px;
}

@media (max-width: 463px) { /*tuning special pour que ces bouton soient toujours cote à cote même sur mobile 320*/

    .navButtonsPair .btn-arrow {
        background-position: right 12px bottom 50% !important;
        padding-right: 21px;
        padding-left: 8px;
    }

    .navButtonsPair .btn-arrow-left {
        background-position: left 9% bottom 50%;
        padding-right: 8px;
        padding-left: 21px;
    }


    .navButtonsPair .btn {
        font-size: 13px;
    }

    .mois {
        width: 100%
    }
}

@media (max-width: 463px) { /*tuning special pour que ces bouton aillent une bonne taille sur mobile 320*/
    .btn-actualite {
        padding-right: 25px;
        padding-left: 15px;
        background-position: right 10px bottom 50% !important;
    }
}


@media(max-width: 320px) { /*cas particulier du samsung fold le mieux est encore de le centrer et le laisser dépasser*/
    .navButtonsPair {
        display: flex !important;
        justify-content: center !important;
    }
}


.separatorLine {
    border-top: 7px solid #C7C7C7;
    opacity: 1;
}

.separatorWithTools {
    margin-top: 0;
}

.headingSeparatorWithToolWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .headingSeparatorWithToolWrapper .separatorWithTools {
        flex-basis: 100%;
    }

.separatorLineSmall {
    border-top: 1px solid #C7C7C7;
    opacity: 1;
}

.separatorlineShort {
    max-width: 85px;
    margin-left: 0px;
}

.SeparatorTabs { /*Tab sur Separator*/
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}

.SeparatorTabslink {
    float: left;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    color: #3E3E3E;
    font-family: var(--primary-font);
}

    .SeparatorTabslink:hover {
        border-bottom: 7px solid #D00925;
        margin-bottom: -7px;
    }

    .SeparatorTabslink.active {
        border-bottom: 7px solid #D00925;
        margin-bottom: -7px;
    }

.SeparatorTools {
    display: flex;
    align-self: flex-end;
    z-index: 0;
}

.flex {
    display: flex;
}

.contenu2Colonne {
    display: flex;
}

.ad-sidebar {
    margin-left: 25px;
    width: 250px;
    min-width: 300px;
}

    .ad-sidebar .inner-sidebar {
        padding-top: 40px;
        min-width: 300px;
        min-height: 250px;
    }
.is_stuck {
    margin-top: 48px !important;
}

    .ad-sidebar .inner-sidebar-noPad {
        min-width: 300px;
        min-height: 250px;
    }

    .ad-sidebar .inner-sidebar-24h {
        padding-top: 85px;
        min-width: 300px;
        min-height: 250px;
    }

    .ad-sidebar > div {
        max-width: 300px;
    }

@media screen and (max-width: 1200px) {
    .ad-sidebar .inner-sidebar-24h {
        padding-top: 123px;
    }
}

.headingSidebar {
    border-bottom: 4px solid #D6D6D6;
    margin: 0 0 15px 0;
}

    .headingSidebar h2 {
        font-size: 20px;
        font-weight: bold;
    }

.recommandationDiv {
    margin-bottom: 30px;
}

.thumb465 .img {
    width: 100%;
    height: 465px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.thumb255 a, .thumb255 img {
    width: 100%;
}

.recommandationSection {
    flex-grow: 1;
}

    .recommandationSection .data {
        padding: 30px;
    }


section {
    background-color: #FFFFFF
}

.recommandationOpeingText {
    color: #3e3e3e;
    text-align: left;
    font-size: 16px;
    font-family: var(--secondary-font);
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
}

.centerAd {
    display: flex;
    justify-content: center;
    margin: 35px 0 35px 0;
}

.pageCategoryTopNews .data {
    padding: 30px;
}

.pageCategorySecondaryNewsWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pageCategorySecondaryNews {
    flex-shrink: 1;
    flex-grow: 1;
    flex: 49%;
}

    .pageCategorySecondaryNews .data {
        padding: 20px;
    }

    .pageCategorySecondaryNews .title {
        padding-top: 0.5em;
    }

.flex-center {
    display: flex;
    justify-content: center
}

.newsListingTools {
    display: flex;
    justify-content: space-between;
}

.typeSelectWrapper {
    position: relative;
    /*display:flex;*/
    display: none; /*En attendant la phase 2*/
    align-items: center;
}

    .typeSelectWrapper label {
        margin: 0 5px 0 0;
    }

    .typeSelectWrapper img {
        position: absolute;
        right: 12px;
        top: calc(50% - 3px);
    }

.typeSelect {
    padding: 7px 40px 7px 12px;
    width: auto;
    border: 1px solid #e8eaed;
    background: #fff;
    cursor: pointer;
    font-family: var(--secondary-font);
    font-size: 16px;
    transition: all 150ms ease;
    min-width: 30px;
    height: auto;
    appearance: none;
}

    .typeSelect:focus {
        outline: none;
        border-color: #07f;
        box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
    }

/*avec cette facon sur mobile tout est cassé
	essaye avec media query*/
.repositionAside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.newsListing {
    margin-top: 46px;
    padding: 0px;
}

    .newsListing li {
        border-bottom: 1px solid #B1B1B1;
        overflow: hidden;
        list-style: none;
        position: relative;
        padding-bottom: 15px;
        margin-top: 15px;
        display: flex;
        border-bottom: 1px solid #cdcdcd;
    }

        .newsListing li:last-child {
            border-bottom: none;
        }

        .newsListing li div {
            background-color: #FFFFFF;
        }

        .newsListing li.lateListing[style*='display: list-item'] /*Un petit fix pour le comportement de jquery qui ne donne que les display par defaut avec slideDown()*/ {
            display: flex !important;
        }

    .newsListing .lateListing {
        display: none;
    }

@media screen and (min-width: 1055px), screen and (min-width: 694px) and (max-width: 992px) {
    .newsListing .thumb {
        flex-shrink: 1;
        flex-basis: 255px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1055px), screen and (max-width: 693px) {
    .newsListing .thumb {
        flex-grow: 1;
    }

        .newsListing .thumb * {
            width: 100%;
        }
}


.newsListing .data {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
    flex-grow: 1;
    flex-basis: 300px;
}

.newsListing .date {
    margin-top: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.categorieDisplayButton {
    font-weight: bold;
    color: #D00925 !important;
    text-decoration: none !important;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .categorieDisplayButton[style*='display: inline'] /*Un petit fix pour le comportement de jquery qui ne donne que les display par defaut fadein()*/ {
        display: flex !important;
    }

    .categorieDisplayButton img {
        margin-left: 8px;
    }

.collapsableListDisplayMorePc img {
    transform: rotate( 90deg );
}

.collapsableListDisplayMoreMobile img {
    transform: rotate( 90deg );
}

.NewsCard {
    height: 90%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 170px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 20px;
}

    .NewsCardBlack, .NewsCard.NewsCardBlack a, .NewsCardBlack .card-text { /*Des selecteur précis et des !important pour forcer le style noir sur des card normalement blanche*/
        color: #FFF !important;
        background-color: #2B2B2B !important;
    }

    .NewsCardData > .separatorLine, .newsListing .separatorLine, .NewsCard .separatorLine {
        border-top: 2px solid #DDDDDD;
        max-width: 86px;
        margin: 0px;
        color: #515E67
    }

.NewsCardData {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
}

    .NewsCardData > a:hover {
        text-decoration: none;
        color: #000;
    }

.NewsCardList {
    padding: 0px 15px 0px 17px;
}

.NewsCardData .title {
    font: normal normal bold 20px/26px var(--primary-font);
}

.NewsCardData .author {
    font: normal normal bold 16px/24px var(--primary-font);
}

.NewsCard .card-text {
    padding: 0px;
}

.card-article-description > p > strong {
    font-weight: normal;
}

.newsListing .title {
    margin-top: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

    .newsListing .title a, .newsListing .title a:hover {
        color: #000000;
        text-decoration: none;
    }

@media only screen and (max-width: 992px) {
    .newsListing .title {
        font-size: 18px !important;
    }

    .newsListing .date {
        font-size: 14px !important;
    }
}

.NewsCard a {
    text-decoration: none !important;
    color: #000;
}

.newsMargin {
    margin-bottom: 10px;
}

.card-line {
    border-bottom: 1px solid #C7C7C7;
    width: 100%;
}

.BlackBoxUne > div > div {
    background-color: #000000;
}

.BlackBoxUneData {
    background-color: #000;
    color: #FFF;
    padding: 18px;
    height: 100%;
}

.WhiteBoxUneData {
    background-color: #FFF;
    color: #000;
    padding: 30px;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .WhiteBoxUneData {
        padding: 18px;
    }
}

.WhiteBoxUneData .date {
    color: #484848;
}

.UneData .categorieTitle {
    font: normal normal bold 16px/19px var(--secondary-font);
    padding-left: 10px;
    height: 28px;
    display: flex;
    letter-spacing: 0.8px;
    align-items: center;
}

.UneData .categorieTitle, .UneData .date {
    font-family: var(--secondary-font);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.8px;
    border-left: none;
}

.UneData .title {
    font: normal normal bold 36px/40px var(--primary-font);
    letter-spacing: 0px;
    font-family: var(--primary-font);
    font-weight: bold;
}

.blockUneCategorie .img-right {
    width: 100%;
    height: 100%;
}

.WhiteBoxUneData .title {
    font: normal normal bold 26px/30px var(--primary-font);
    letter-spacing: 0px;
    font-size: 26px;
    line-height: 30px;
    word-break: break-word;
}



@media only screen and (max-width: 1200px) {
    .NewsCardData .title {
        font-size: 18px;
    }

    .WhiteBoxUneData .title {
        font-size: 20px;
        line-height: 19px;
    }

    .BlackBoxUneData .title {
        font-size: 22px;
    }
}

@media screen and (min-width: 717px) and (max-width:992px), screen and (max-width: 400px) { /*grande taille pour desktop et quand les nouvelle prenne 100% du width */
    .WhiteBoxUneData .title {
        font-size: 26px;
        line-height: 28px;
    }
}

@media screen and (min-width: 992px), screen and (min-width: 400px) and (max-width: 768px) { /*grande taille pour desktop et quand les nouvelle prenne 100% du width */
    .BlackBoxUneData .title {
        font-size: 26px;
        line-height: 36px;
    }
}

/*Une taille plus faible pour prévenir les height exagéré sur mobile et les mots trop large*/
@media screen and (min-width: 768px) and (max-width: 992px), screen and (max-width: 400px) {
    .BlackBoxUneData .title {
        font-size: 26px;
        line-height: 28px;
    }
}

.IndexCatNewsRow {
    display: flex;
    flex-wrap: wrap;
}

    .IndexCatNewsRow .News3ColAd {
        display: flex;
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 50%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .IndexCatNewsRow .ad3ColAd {
        display: flex;
        flex-basis: 330px;
        align-self: flex-start;
        flex-shrink: 0;
        flex-grow: 0;
        justify-content: center;
    }

@media screen and (max-width: 787px) {
    .IndexCatNewsRow .ad3ColAd {
        display: flex;
        flex-basis: 330px;
        align-self: flex-start;
        flex-shrink: 1;
        flex-grow: 1;
    }

        .IndexCatNewsRow .ad3ColAd .inner-sidebar {
            position: relative !important; /*overide le stick si l'élément est en mobile*/
        }
}

.IndexCatNewsRow .ad3ColAd add2 {
    width: 100%;
}

.NewsUneAd {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

    .NewsUneAd .blockUneCategorie {
        display: flex;
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 50%;
        flex-wrap: wrap;
        justify-content: center;
    }

.adUneAd {
    display: flex;
    flex-basis: 300px;
    margin-left: 15px;
    align-self: baseline;
    flex-wrap: wrap;
    align-self: flex-start;
    justify-content: center;
    flex-shrink: 1;
}

@media screen and (max-width: 576px) 
{
    .xs-overflow-x-hidden {
        overflow-x: hidden;
    }
}

.bandeauMeteoIndex {
    width: 100%;
    position: relative;
}

.transparentSeparator {
    opacity: 0.19;
}

.bandeauMeteoIndex > img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    min-height: 425px;
}

.bandeauMeteoDate {
    font: normal lighter 32px/26px var(--secondary-font);
    color: #FFFFFF;
}

.contenuMeteo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

    .contenuMeteo > div {
        width: 100%;
    }

.bandeauMeteoIndex .part-of-day {
    font: normal lighter 32px/26px var(--secondary-font);
    color: #FFFFFF;
}

.bandeauMeteoIndex .meteoBlockTemperature {
    font: normal normal 800 65px/79px var(--primary-font);
    font-family: var(--primary-font);
    color: #FFFFFF;
}

@media screen and (max-width: 1600px) {
    .bandeauMeteoIndex .meteoBlockTemperature {
        font-size: 40px;
    }
}

.meteoBlockIcon > img {
    min-width: 90px;
    min-height: 75px;
}

.indexMeteoBlock {
    border: 1px solid #4E4E4E;
    /*padding-top: 27px; l'icone fournie le padding*/
    padding-bottom: 27px;
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #000;
}

.bandeauMeteoIndex .backgroundMeteo .transparentSeparator {
    opacity: 0.5;
}

.bandeauMeteoIndex .backgroundMeteo {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.indexMeteoBlock * {
    flex-basis: 100%;
    text-align: center;
}
/****************************** Page Météo *******************************/
.meteoDiv {
    width: calc(100% - 325px)
}

.sub-style {
    bottom: 0px;
    font-size: 10px;
}



.meteoDiv h4 {
    font: normal normal bold 26px/42px var(--primary-font);
    opacity: 1;
    margin-left: 22px;
    margin-top: 15px;
}

.meteoDiv h5 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

.prevlongTime p {
    text-align: center;
}

.title-page {
    font-size: 24px !important;
}

.previsionsCourtTerme {
    display: flex;
}

.previsions14jours {
    display: flex;
}

.showTemperature {
    width: auto;
    height: auto;
    font-size: 46px; /*2.5rem;*/
    display: inline-block;
    left: 155px;
    color: #000000;
    opacity: 1;
}

.show-temperature-ctTerme {
    width: auto;
    height: auto;
    font-size: 46px; /*2.5rem;*/
    font-weight: bold;
    display: inline-block;
    left: 155px;
    color: #000000;
    opacity: 1;
}

.left-line {
    border-left: 1px solid #C7C7C7;
    height: 155px;
}

.left-line-title {
    border-left: 3px solid #C7C7C7;
    height: 26px;
    margin-right: 15px;
    margin-left: 15px;
}

.left-line-condition-actuelle {
    border-left: 1px solid #C7C7C7;
    height: 71px;
}

.separateLineMore {
    border-left: 1px solid #C7C7C7;
}

.separateLineseven {
    border-left: 1px solid #C7C7C7;
}

.separateTemp {
    border-left: 1px solid #C7C7C7;
}

.bottom-line {
    border-bottom: 3px solid #C7C7C7;
    /* padding-bottom: 18px;*/
    padding-left: 5px;
    margin-left: 21px;
    margin-right: 15px;
}

.bottom-line-14more-vmobile {
    border-bottom: 3px solid #C7C7C7;
    /* padding-bottom: 18px;*/
    padding-left: 5px;
    margin-left: 21px;
    margin-right: 15px;
}

.bottom-line-head {
    border-bottom: 8px solid #C7C7C7;
    padding-left: 5px;
}

.title-page-head {
    display: flex;
    justify-content: space-between;
    /*margin-right: 154px;*/
}

.bottom-line-title-meteo {
    border-bottom: 7px solid #C7C7C7;
    padding-left: 5px;
    padding-bottom: 46px;
}


.arrow-red-title {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: red;
    text-align: center;
}

.conditionsActuelles ul {
    list-style: none;
}

.conditions-actuelles1 ul {
    list-style: none;
}

.containerMore14Days p {
    text-align: center;
}

.colGrey {
    background: #EEEEEE;
}

.letter-desc::first-letter {
    text-transform: capitalize;
    height: 30px;
}

.conditionsActuelles {
    display: flex;
    height: 195px;
    align-items: center;
}

.conditions-actuelles1 {
    display: flex;
    justify-content: space-evenly;
    height: 150px;
    /*text-transform: capitalize;*/
    align-items: center;
}

.condition-act-center-position {
    /*margin: 49px;
    padding: 0px;*/
}

.containerMore14Days {
    font-size: 12px;
}

.colDescription {
    display: flex;
    flex-direction: column;
}

.block_ctTerme {
    display: flex;
    align-items: stretch;
    /*margin-left: 30px;*/
}

.margin-desc {
    margin-left: 70px;
}

.location-font {
    color: #000;
    line-height: 17px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    .block_ctTerme {
        display: flex;
        align-items: stretch;
        margin-left: 50px;
    }

    .margin-desc {
        margin-left: 70px;
    }

    .title-page-head {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .conditionsActuelles {
        flex-direction: column;
        height: 522px;
        /*text-transform: capitalize;*/
    }

    .conditions-actuelles1 {
        flex-direction: column;
        height: 465px; /*465px*/
        /*text-transform: capitalize;*/
    }

    .traitgauche {
        display: none;
    }

    .condition-act-center-position {
        margin: 0px;
        text-align: center;
    }

    .prevlongTime {
        flex-direction: column;
    }

    .separateLineseven {
        border-left: 0px solid #C7C7C7;
    }

    .separateLineMore {
        border-left: 0px solid #C7C7C7;
    }
}

.tempDay {
    display: flex;
    float: right;
}

.prevlongTime {
    display: inline-flex;
}

.prevlongTime-Struct {
    width: 148px; /*200px;*/
    padding: 1px;
    margin: 0 2px 10px 0;
    font-size: 12px;
    height: 240px;
    width: 148px;
}

    .prevlongTime-Struct h5 {
        font-size: 1em;
    }

    .prevlongTime-Struct ul {
        list-style: none;
        margin-left: 5px;
        font-size: 0.7rem;
    }
/*==================More 14 days =====================*/
.prevMore14Day {
    display: flex;
    margin-top: 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; /* space-around;*/
    align-items: flex-end;
    font-size: 0.6rem;
    text-align: center;
}

.prevMore14Day-vmobile {
    display: flex;
    margin-top: 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    font-size: 0.6rem;
    text-align: center;
}

.prev-seven-Day {
    display: flex;
    margin-top: 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-end;
    font-size: 0.6rem; /*0.8rem*/
    margin-bottom: 31px;
}


.meteo-max-min {
    padding-right: 61px;
    width: 218px;
}

.prev-separate {
    padding-top: 17px;
}

.header-prev-more14 {
    display: flex;
    justify-content: space-between;
}

    .header-prev-more14 p {
        padding-left: 22px
    }

.header-prev-more14-vmobile {
    display: flex;
    justify-content: space-between;
}

.header-buttonMeteo {
    margin-right: 24px;
    display: flex;
    align-items: center;
}

.header-buttonMeteo-vmobile {
    margin-left: 38px;
}

.first-letter {
    font-size: 0.8rem;
}

.up_font_longTerme {
    font-size: 15px;
}

    .up_font_longTerme h6 {
        font-weight: bold;
    }

.date-month-description {
    font-size: 15px;
}

.up_font {
    font-size: 2.1em;
}

.align_red_arrow {
    width: 255px !important;
}

.meteo-div-row {
    margin: 0px !important;
    justify-content: space-around;
    align-items: center;
    min-height: 35px;
}

    .meteo-div-row p {
        margin-bottom: 0px !important;
    }

.container-prev-more2 p, .container-prev-more1 p {
    font-size: 13px;
}

.meteo-div-row1 {
    justify-content: space-around;
    text-transform: capitalize;
}

.meteo-col-sm2 {
    max-width: 12%;
    flex: 0 0 15%;
}

.meteo-col-sm2-vmobile {
    max-width: 11%;
    flex: 0 0 15%;
}

.meteo-col-sm1 {
    max-width: 22%;
    flex: 0 0 23%;
}

.btn-more-7-days p {
    padding-left: 30px;
    font-size: 0.9rem;
}

.test-display {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.meteo-desc-box {
    color: white;
    margin: 0px;
}

    .meteo-desc-box:first-letter {
        text-transform: capitalize;
    }

@media only screen and (min-width: 1775px) {
    .meteo-col-sm2 {
        max-width: 12%;
        flex: 0 0 13%;
    }

    .meteo-col-sm2-vmobile {
        max-width: 11%;
        flex: 0 0 13%;
    }

    .meteo-col-sm1 {
        max-width: 22%;
        flex: 0 0 22%;
    }
}

.img-meteo {
    justify-content: center;
}

.days14More {
    align-content: center;
    display: flex;
    flex-direction: column;
}

.days-14More-mobile {
    align-content: center;
    display: flex;
    flex-direction: column;
}

.show-seven-day {
    align-content: center;
    display: flex;
    flex-direction: column;
}

.meteoTabLink {
    margin-bottom: 10px;
    padding-right: 35px;
}

.meteo-TabLink-vmobile {
    margin-bottom: 10px;
    padding-right: 35px;
}

.head-seven-day p {
    padding-left: 32px;
}

.meteoTabLink.active {
    display: none;
}

.meteo-TabLink-vmobile.active {
    display: none;
}

.days-14More-mobile {
    display: none;
}

.show-seven-day-mobile {
    display: none;
}

.seven-day-info {
    padding-right: 7px;
}

.container-prev-more1Bis {
    font-size: 16px;
}


@media only screen and (max-width: 900px) {
    .prevMore14Day {
        display: flex;
        margin-top: 2%;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .days14More {
        display: none;
    }

    .prevMore14Day-vmobile {
        display: flex;
        margin-top: 2%;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .separateLineseven {
        border-left: 0px;
    }

    .heading4 h1, .heading4 h2 {
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        color: #000;
        line-height: 13px;
        font-size: 15px;
        font-weight: bold;
    }

    .location-font {
        font-size: 15px;
    }

    .left-line-title {
        height: 19px
    }

    .first-letter {
        font-size: 0.9rem
    }

    .prev-separate {
        padding-top: 9px;
    }

    .version-mobile-descritpion {
        display: none !important;
    }

    .version-mobile-meteo {
        flex-direction: column;
        display: flex;
    }

    .seven-day-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 50px;
    }

    .prev-seven-day-temp {
        display: flex;
        width: 75%;
    }

    .prev-more-container {
        display: flex;
        width: 43%;
        flex-direction: column;
        align-content: space-between;
        justify-content: space-evenly;
        align-items: stretch;
    }

    .img-meteo-mobile {
        height: 60px;
    }

    .img-src-vmobile {
        max-width: 130% !important;
    }

    .desc-vmobile {
        font-size: 16px;
        vertical-align: bottom;
        flex-basis: 400px;
        flex-grow: 0;
        width: 180px;
    }

        .desc-vmobile:first-letter {
            text-transform: uppercase;
        }

    .prev-long-vmobile {
        text-transform: capitalize;
        text-align: center;
    }

    .prev-more-container-desc {
        display: flex;
        width: 114%;
        margin-right: 10px;
        align-items: center;
    }

    .container-prev-more1Bis {
        display: none;
    }

    .cond-act1 h4 {
        font: normal normal bold 23px/42px var(--primary-font);
    }

    .cond-act2 h4 {
        font: normal normal bold 19px/42px var(--primary-font);
    }

    .up_font_longTerme {
        font-size: 0.9rem;
    }

    .meteo-max-min {
        width: 335px;
        padding-right: 36px;
    }

    .left-line {
        display: none;
    }

    .table-vmobile {
        text-transform: capitalize;
    }

    .table-responsive-lg {
        overflow-x: hidden;
        height: 95px;
    }

    .title-long-terme-vmobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .table-font-for-max {
        font-weight: bold;
        font-size: 20px;
        width: 60px;
    }

    .min-font {
        font-size: 20px;
        width: 60px;
    }

    .days-14More-mobile {
        align-content: center;
        display: flex;
        flex-direction: column;
    }

    .prev-seven-Day {
        display: flex;
        margin-top: 2%;
        flex-direction: row;
        flex-wrap: wrap;
        align-self: center;
        flex-direction: column;
    }

    .prev-seven-Day-vmobile {
        margin-top: 2%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .table-more7-vmobile {
        display: flex;
        align-content: stretch;
        margin-left: 27px;
        width: 145%;
        align-items: flex-end;
        justify-content: space-evenly;
    }

    .date-desc-vmobile {
        font-size: 16px;
        text-transform: capitalize;
    }

    .table-vmobile {
        width: 102%;
    }

    .container-prev-more1 {
        display: flex;
        width: 157%;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 15px;
    }

    .container-prev-more2 {
        display: none;
    }

    .meteo-col-sm2 {
        max-width: 57%;
        flex: 0 0 13%;
    }

    .meteo-col-sm2-vmobile {
        max-width: 57%;
        flex: 0 0 13%;
    }

    .meteo-col-sm1 {
        max-width: 80%;
        flex: 0 0 11%;
        display: flex;
        align-items: flex-end;
        margin-bottom: 15px;
        align-content: stretch;
        justify-content: space-between;
    }

    .meteo-col-sm1-vmobile {
        max-width: 80%;
        flex: 0 0 11%;
        display: flex;
        align-items: flex-end;
        margin-bottom: 15px;
        align-content: stretch;
        justify-content: space-between;
    }

    .header-prev-more14-vmobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 49px;
    }

        .header-prev-more14-vmobile h4 {
            font-size: 18px;
        }

    .font-button {
        font-size: 0.5rem;
    }

    .font-button-14more-vmobile {
        font-size: 0.5rem;
    }

    .date-month-description2 {
        font-size: 16px;
        position: absolute;
        top: 23px;
        left: 2px;
        font-size: 0.7rem;
    }

    .resize-text {
        width: 172%;
    }

    .meteoDiv h5 {
        font-size: 16px;
    }

    .prevlongTime {
        display: inline-flex;
        flex-direction: column;
    }

    .img-meteo2 {
        width: 626%;
    }

    .up-font {
        font-size: 20px;
        font-weight: bold;
    }

    .show-seven-day {
        display: none;
    }

    .show-seven-day-mobile {
        align-content: center;
        display: flex;
        flex-direction: column;
    }

    .conditionsActuelles-court-terme {
        height: 277px;
    }

    img-meteo {
        height: 85px;
    }
}

.zoneChezNousIndex {
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}

    .zoneChezNousIndex hr {
        width: 100%;
    }

.zoneChezNousIndexHeader {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.zoneChezNousWrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.zoneChezNousContent {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
}

.faireParlerBlock {
    border: 2px solid #EBEBEB;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 30px;
    margin-left: 25px;
}

    .faireParlerBlock span {
        font-family: "Domaine Display Narrow Test";
        font-weight: bold;
        font-style: italic;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #D00025;
        width: 250px;
        text-align: center;
    }

.faireParlerIcon {
    position: absolute;
    left: -35px;
}

@media only screen and (max-width: 450px) {
    .faireParlerBlock {
        border: 2px solid #EBEBEB;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }

    .faireParlerIcon {
        position: absolute;
    }
}

.BlockPubChezNousContent {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.pub-chez-nous-pic {
    height: 210px;
    width: 100%;
    background: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.PubChezNousImg {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
    max-height: unset;
}

.link-margin {
    margin-top: 9px;
}

@media only screen and (max-width: 900px) {

    .BlockPubChezNousData .title {
        line-height: 18px !important;
        font-size: 12px !important;
    }
}


.BlockPubChezNousData {
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 13px;
}

    .BlockPubChezNousData h4 {
        text-transform: capitalize;
    }

    .BlockPubChezNousData span {
        width: 100%;
        display: flex;
        margin-top: 3px;
    }

    .BlockPubChezNousData .company {
        color: #CE092C;
        font-family: var(--primary-font);
        font-size: 16px;
        font-weight: bold;
    }

    .BlockPubChezNousData .title {
        text-align: left;
        font: normal normal bold 20px/24px var(--primary-font);
        letter-spacing: 0px;
    }

.redTitle {
    text-align: left;
    font: normal normal bold 16px/24px var(--primary-font);
    letter-spacing: 0px;
    color: #CE092C;
}

.BlockPubChezNousData .pub-chez-nous-content .description {
    color: #3E3E3E;
    text-align: left;
    height: 108px;
    font: normal normal normal 16px/22px var(--secondary-font);
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    overflow: hidden;
}

.BlockPubChezNousData a {
    color: #3E3E3E;
    font: normal normal bold 14px/42px var(--primary-font);
}

.PubNeomediaBigBlock {
    background-color: #EEEEEE;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    box-shadow: 0px 3px 20px rgba(0, 0, 26, 0);
}

.PubNeomediaBigBlockData {
    padding: 20px;
    position: relative;
    width: 100%;
}

.PubNeomediaFavFlag {
    position: absolute;
    top: 25px;
    right: 25px;
}

.PubNeomediaBigBlock .userData {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .PubNeomediaBigBlock .userData .NomDate {
        margin-right: 35px;
    }

    .PubNeomediaBigBlock .userData .nom {
        font-size: 16px;
        font-weight: bold;
        font-family: var(--primary-font);
    }

    .PubNeomediaBigBlock .userData .date {
        font-size: 14px;
        font-family: var(--secondary-font);
        color: #7E7E7E;
    }

.PubNeomediaBigBlock .title {
    color: #000000;
    font-family: Monserrat;
    font-weight: bold;
    font-size: 24px;
}

.PubNeomediaBigBlockImg {
    width: 100%;
}

.PubNeomediaBigBlock .contactData {
    display: flex;
    flex-wrap: wrap;
}

.PubNeomediaBigBlock img {
    margin-right: 5px;
}

.PubNeomediaBigBlock .contactData div {
    margin-right: 15px;
}

.contactData .url {
    color: #182539 !important;
    text-decoration: none !important;
}

.PubNeomediaBigBlock .contactData {
    display: flex;
    flex-wrap: wrap;
}

.PubNeomediaRecherche {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    box-shadow: 0px 3px 20px #0000001A;
}

    .PubNeomediaRecherche .rechercheHeader {
        display: flex;
        align-items: center;
    }

        .PubNeomediaRecherche .rechercheHeader img {
            margin-right: 10px;
        }

        .PubNeomediaRecherche .rechercheHeader h4 {
            font-size: 20px;
            font-family: var(--primary-font);
            font-weight: bold;
            letter-spacing: 0px;
            color: #292929;
            margin: 0px;
        }

    .PubNeomediaRecherche input {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
        font-family: var(--secondary-font);
        color: #3E3E3E;
        height: 40px;
    }

    .PubNeomediaRecherche a {
        width: 100%;
    }

.AnnoncesEnregistrees {
    box-shadow: 0px 3px 20px #0000001A;
    margin-top: 20px;
    padding: 15px;
    margin-bottom: 35px;
}

.AnnoncesEnregistreesLabel {
    font-size: 14px;
    font-weight: bold;
    font-family: var(--primary-font);
    letter-spacing: 0px;
    color: #3E3E3E;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.AnnoncesEnregistrees .link-arrow {
    font-size: 12px;
    font-family: var(--primary-font);
    font-weight: bold;
    letter-spacing: 0px;
    color: #3E3E3E;
    width: 100px;
}
/** ---------- CSS de la version 2 ---------------- */
.card-v2 {
    background: #fff;
    padding: 20px 0px 20px 20px;
}

.bottom-space10 {
    margin-bottom: 10px;
}

.bottom-space53 {
    margin-bottom: 53px;
}

.categories-v2 h5, .Villes-v2 h5 {
    padding: 0px;
    font-weight: bold;
}

.category-item {
    font-size: 16px;
    color: #000;
}

    .category-item:hover {
        color: #000;
    }

.pad3-v2 h2 {
    border-bottom: 3px solid #C7C7C7;
}

.popup4-v2 h3 {
    padding: 0 7px 0 22px;
    margin: 0px;
    line-height: 43px;
    font-size: 20px;
    font-weight: bold;
    color: #f6f7fb;
    background: grey;
}

.popup4_left-v2 h4 {
    margin: 0 0 10px 0;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #C7C7C7;
    clear: both;
    height: 20px;
}

.popup4_wrap-v2 {
    padding: 0 0 21px 0;
    background-color: grey;
    position: initial;
    left: -444px;
    top: 0;
    margin: 0px;
    display: none;
}

.catégories2-v2 ul li a, .popup4_left-v2 h4 a {
    text-decoration: none;
    display: block;
    line-height: 22px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

    .catégories2-v2 ul li a:hover {
        /*  background: #fff;
        color: #000;*/
    }

.popup4_bottom-v2 {
    padding: 18px 7px 20px 23px;
    display: flex;
    justify-content: space-between;
}

.search_button2-v2 {
    /*width: 128px;*/
    height: 34px;
    border: 0;
    cursor: pointer;
    outline: 0;
    float: right;
    border-radius: 0px;
}

.EmploiPost {
    padding: 5px 10px 30px 10px;
    font-size: 13px;
    color: #565f6e;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .EmploiPost p {
        padding: 20px 0 0 0;
        margin: 0px;
        line-height: 17px;
    }

.headingEmploi {
    width: 100%;
}

.subHeadingEmploi {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.EmploiLogoDesc {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .EmploiLogoDesc a {
        margin-right: 15px;
    }

    .EmploiLogoDesc .desc {
        flex-basis: 250px;
        flex-grow: 1;
    }

.headingEmploi a {
    font-size: 18px;
    color: #000000 !important;
    text-decoration: none !important;
}

.EmploiCommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px;
}

.searchForm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .searchForm label {
        font-family: var(--primary-font);
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .searchForm button {
        background-color: #FFFFFF;
        border: none;
    }

.VideoItem .title {
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000 !important;
    text-decoration: none !important;
    line-height: 1em !important;
}

.aside-video-list {
    list-style-type: none;
    padding: 0;
}

.aside-video-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .aside-video-item .title {
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }

    .aside-video-item .thumb, .aside-video-item .thumb * {
        width: 100%;
    }

.headingPostListItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .headingPostListItem a {
        font-size: 18px;
        color: #000000 !important;
        text-decoration: none !important;
    }

.blogPostDetailHeader {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.searchform {
    display: flex;
    flex-wrap: wrap;
    background-color: #D6D7DB;
}

.searchformSide {
    display: flex;
    flex-basis: 50%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 20px;
    align-items: flex-start;
    align-content: flex-start;
}

    .searchformSide h4, .searchformSide div {
        width: 100%;
    }

    .searchformSide #ddlAnnee_title {
        margin-bottom: 20px;
    }

.profileTitle, .box .profileTitle {
    font: normal normal bold 20px/42px var(--primary-font);
    text-align: center;
    color: #292929;
    text-transform: uppercase;
}

.profileError {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
}

.profileLabel {
    font: normal normal normal 16px/26px var(--secondary-font);
    color: #3e3e3e;
    min-width: 100%;
    text-align: left;
}

.profileLabel-telSec {
    font: normal normal normal 16px/26px var(--secondary-font);
    color: #3e3e3e;
    width: 100%;
    text-align: left;
}

.profileLabel:before {
    content: "*";
    /*color: #f56c6c;*/
    margin-right: 4px;
}

#buttonsZone {
    margin-top: 50px;
}

.userIcon {
    color: #c0c4cc;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-padding {
    padding-left: 30px !important;
}

.profileTextField {
    appearance: none;
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-sizing: border-box;
    color: rgb(96, 98, 102);
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 223, 230);
    border-image: initial;
    outline: none;
    padding: 0px 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    border-color: #000 !important;
    border-radius: 0px;
}

.profileDropDownList {
    border-radius: 0px;
    border-color: #000 !important;
    width: 100%;
    height: 40px;
    font: normal normal normal 16px/26px var(--secondary-font);
    letter-spacing: 0px;
    color: #3E3E3E;
}

.profileDropDownListForProfile {
    border-color: #000 !important;
    width: 100%;
    font: normal normal normal 16px/26px var(--secondary-font);
    letter-spacing: 0px;
    color: #3E3E3E;
}

.contenuPerso {
    font: normal normal normal 16px/20px var(--secondary-font);
    letter-spacing: 0px;
    color: #383838;
}

.disableInput {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}

/*fix pour bouton datepicker mal centré */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.card-list {
    margin: 0px 18px 18px 0px;
    background: #fff;
}

.row-circulaire {
    margin-left: -20px;
    /*width: 960px;*/
}

.card-circulaire {
    max-width: 220px;
    margin: 10px 0 20px 20px;
    height: 350px !important;
}



@media screen and (max-width:767px) {
    .card-list {
        margin: 0px 18px 18px 0px;
    }

    .search-pic-div {
        padding: 0px;
    }

    .search-list-image {
        width: 100%;
    }
}

@media screen and (max-width: 2300px) {
    .pub-chez-nous-pic {
        height: 310px;
    }
}

@media screen and (max-width: 1920px) {
    .pub-chez-nous-pic {
        height: 280px;
    }
}

@media screen and (max-width: 1630px) {
    .pub-chez-nous-pic {
        height: 230px;
    }
}

@media screen and (max-width: 1300px) {
    .pub-chez-nous-pic {
        height: 180px;
    }
}

@media screen and (max-width: 1055px) {
    .pub-chez-nous-pic {
        height: 145px;
    }
}

@media screen and (max-width: 870px) {
    .pub-chez-nous-pic {
        height: 118px;
    }
}

@media screen and (max-width: 765px) {
    .pub-chez-nous-pic {
        height: 168px;
    }
}

@media screen and (max-width: 575px) {
    .pub-chez-nous-pic {
        height: 260px;
    }
}





/***---------- affichage et positionnent de la description en bas des articles----------------------***/
#gallery-1.rsDefault .rsThumbsHor {
    height: auto;
}

#gallery-1.rsDefault .rsGCaption {
    /*position: relative;*/
    height: auto;
    width: 100% !important;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    display: flex;
    padding: 2px 8px;
    margin: 0;
    font-size: 12px;
    border-radius: 2px;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    #gallery-1.rsDefault .rsThumbsHor {
        height: auto;
    }
}
/********* Desativation lien image meteo Header *******/
.wrap-center a:hover {
    text-decoration: none;
}

/*************Modification Titre Article**********************/
.header-article {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.sub-title-article {
    color: #D00025;
    margin-left: 17px;
    font-weight: bold;
}

.title-article {
    margin: -5px 0px 15px 17px;
}

.subtitle {
    font-size: 22px;
    font-weight: bold;
}

.title {
    font-size: 34px;
    font-weight: bold;
}

#SujetHeure {
    margin-bottom: 30px;
}

.SujetHeureNews[style*='display: block'] { /*un autre fix pour tab avec jquery*/
    display: flex !important;
}

.align-img-list {
    margin: auto;
}

.img-in-list {
    width: auto !important;
}

@media screen and (max-width: 991px) {
    .img-in-list {
        height: auto !important;
        width: auto !important;
    }

    .a-top-ad .pubHeader {
        width: 728px;
    }

    .a-top-ad {
        min-height: 215px;
    }
}

@media screen and (max-width: 767px) {
    .desktopAd {
        display: none;
    }
}

@media screen and (max-width: 989px) {
    .AAdd {
        display: none;
    }
}

.sondage_box {
    padding: 30px 30px 75px 30px;
}

.sondage-titre {
    border-bottom: 2px solid #c7c7c7;
}

.sondage-list {
    list-style: none;
}

    .sondage-list li a {
        text-decoration: none;
        color: #000;
    }

.sondage_title {
    font: normal normal bold 32px/26px var(--primary-font);
    line-height: 40px;
}
.survey-year-dropdown {
    width: 80px;
    height: 25px;
    float: right;
}

@media screen and (min-width: 768px) {
    .MobileAd {
        display: none !important;
    }
}

.bar-width {
    max-width: 300px;
}

#photo-envoie {
    display: none;
}

.btn-mar {
    margin: 0px 0px 8px 10px;
}
/********* Corrige l'image de l'article apres le full screen ********/
.article-content-sideAdd {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .article-content-sideAdd {
        width: calc(100% - 325px);
    }
}

.size-img {
    width: 100%;
}

.no-appearance {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
/*******************************************************
    Neomedia User : preference  et mes donnees
    une autre partie du css se trouve dans le 
    DataGathering-v2 et preference-v2
    **************************************************/
.form-position {
    display: flex;
    flex-direction: column;
}

.position-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 40px;
}

.title-pref {
    text-align: center
}

.bottom-line-pref {
    border-bottom: 3px solid #C7C7C7;
    padding-left: 5px;
    margin-left: 40px;
    margin-right: 7px;
}

.bottom-line-mesDonnees {
    border-bottom: 3px solid #C7C7C7;
}

.mar-pref {
    margin-left: 35px;
}

.mar-mes-donnes {
    margin-left: 35px !important;
}

@media screen and (max-width:767px) {
    .box {
        margin: 0px !important;
    }

    .jumbo-div {
        width: 100% !important;
    }

    .mesdonnes-style {
        flex-direction: column;
    }
}


@media screen and (min-width: 992px) {
    #SelfAdForm {
        width: 280px;
    }
}

/*******************************************************
    btn :scroll to top 
 **************************************************/

#btnScrollToTop {
    display: none;
}

#btnScrollToTop {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #484848;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.6;
    z-index: 600;
}

    #btnScrollToTop:active {
        background: #cc2333;
    }

@media screen and (min-width: 992px) {
    .give-space-pub {
        width: calc(100% - 325px);
    }

    .give-space-blog {
        width: calc(100% - 325px);
    }
}

.nombre-photo {
    position: absolute;
    top: 134%;
    right: 73%;
    width: 13%;
    color: white;
}

.container-img-nbPhoto {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

.align-position-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    /*left: 38%;*/
    /*transform: translate(-50%, -50%);*/
}

    .align-position-text p {
        font-size: 12px;
        margin: 0;
    }

.rsFullscreenBtn-number {
    left: 9px;
    top: 6px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    color: white;
}

.no-cadre-number {
    display: none;
}

.cadre-img-number {
    width: 47px; /*60px;*/
    height: 33px; /*50px;*/
    background-color: #242424;
    border-radius: 32px;
    max-width: 60px;
}

.camera-icons {
    position: relative;
    margin-top: 3px;
}

    .camera-icons::before {
        content: url(/assets/images/photo_camera_white_24dp.png);
        position: absolute;
        top: -4px;
        left: -30px;
    }

.rscaption_acc {
    opacity: .6;
}

.rsGCaption {
    background: linear-gradient(#00000033,#000) !important;
    /*Permet de garder l'auteur et la description au dessus des fleches pour naviguer*/
    z-index: 25;
}

.blog_box_text a {
    color: inherit;
    text-decoration: none;
}

.give-marg-timeDuration {
    margin-left: 6px;
}

.reading-time {
    font-size: 17px;
}

@media screen and (max-width: 700px) {
    .change-width {
        width: 86%
    }
}

body.modal-open { /*Contre les saut de modal*/
    overflow: visible;
    position: inherit;
    padding:0px!important;/*Un padding inconnu de 17px apparait en test.*/
}

.title-photos-evenements a {
    color: inherit;
}

.majuscule-text {
    text-transform: uppercase;
}

/*style degres celsius*
 .head-temp{
     display:flex;
 }
.celsius-head {
    margin-left: -27px;
    font: normal normal bold 24px/29px Lato;
    letter-spacing: 1.2px;
    color: #3E4C57;
}*/

/***************************************************************************************************** 
     mets les descriptions qui sont a gauche dans prevision 14 plus a droite audio lieu de les center
     **************************************************************************************************/
.position-droite {
    justify-content: right;
    padding-right: 6px;
}
/***************************************************************************************************** 
      css modification profil et inscription
     **************************************************************************************************/
.form-group-flex {
    flex-grow: 1;
    padding: 10px;
}

.contenu-perso {
    font: normal normal normal 16px/20px var(--secondary-font);
    padding-top: 4px;
    margin: 0 7px;
}
/***************************************************************************************************** 
      custom checkbox  d'incription with custom checkmark 
     **************************************************************************************************/

.checkbox_profil {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

    .checkbox_profil > span {
        color: #34495E;
        /*padding: 0.5rem 0.25rem;*/
    }

    .checkbox_profil > input {
        height: 25px;
        min-width: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: 1px solid #34495E;
        border-radius: 4px;
        outline: none;
        transition-duration: 0.3s;
        background-color: white;
        cursor: pointer;
    }

        .checkbox_profil > input:checked {
            /*  border: 1px solid white;
            background-color: black; */
        }

            .checkbox_profil > input:checked + input + span::before {
                content: url(/assets/css/images/checkmark.png);
                display: block;
                text-align: center;
                color: red;
                position: absolute;
                left: 2px;
                top: 0;
            }

        .checkbox_profil > input:active {
            border: 2px solid #34495E;
        }

.dot {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: inline-block;
}

.checkbox_profil > input:checked + input + span::before {
    content: url(/assets/css/images/checkmark.png);
    display: block;
    text-align: center;
    color: red;
    position: absolute;
    left: 2px;
    top: 0;
}

.checkbox_profil > input:active {
    border: 2px solid #34495E;
}
/***** Actualite -  Nouvelle icon  *****/
#list-btn.active-view {
    content: url(/assets/css/images/icon_list_selected.png);
}

#detailed-list-btn.active-view {
    content: url(/assets/css/images/icon_carre_selected.png);
}

.size_icon {
    max-width: 23px;
    position: absolute;
    left: 0px;
}

.flex_btn_icon {
    display: flex;
    justify-content: flex-end;
}

.icon_comment {
    width: 20px;
}

.flex_text {
    border-bottom: 1px solid #C6C6C6;
    display: flex;
    /*flex-wrap: wrap;*/
    padding-top: 9px;
    padding-bottom: 9px;
}

.flex_position_comment {
    position: relative;
    min-width: 20px;
    display: flex;
    max-height: 20px;
    margin-left: 6px;
}

.comment_position {
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    color: white;
}

.width62 {
    min-width: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.width25 {
    width: 25px;
}

.no_highlight:hover {
    color: inherit;
}

.clock-icon {
    width: 16px;
    padding-bottom: 4px;
}

#mdiv {
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    float: right;
    min-width: 25px;
    min-height: 25px;
    position: absolute;
    right: -11px;
    top: -11px;
    z-index: 10000;
}

.mdiv {
    height: 15px;
    width: 3px;
    margin-left: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    Z-index: 1;
    margin-top: 4px;
}

.md {
    height: 15px;
    width: 3px;
    background-color: #fff;
    transform: rotate(90deg);
    Z-index: 2;
}

#catfish-container {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.pub-static-m32 {
    background-color: rgba(199, 199, 199, 0.95);
    padding: 5px 0px;
}

.show-app {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 40;
}

@media screen and (min-width: 768px) {
    .show-app {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .profile-mobile {
        display: initial;
        margin-bottom: .5rem;
    }

    .profile-menu {
        left: 2px;
    }
}

@media screen and (min-width: 576px) and (max-width: 602px) {
    .font-btn-mb {
        font: normal normal bold 8px/42px var(--primary-font);
    }
}

@media screen and (min-width: 602px) and (max-width: 768px) {
    .font-btn-mb {
        font: normal normal bold 10px/42px var(--primary-font);
    }
}

@media screen and (max-width: 450px) {
    .font-btn-mb {
        font: normal normal bold 10px/42px var(--primary-font);
    }
}


/******** Page Emplois: partie liste des emplois *******/
.emplois-grid {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    border-left: none;
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
}

.item-grid a:hover {
    color: initial;
    text-decoration: none;
}

.img-emploi {
    max-width: 265px; /*334px*/
}

.style-town {
    font: normal normal normal 16px/26px var(--primary-font);
}

.item2 {
    border-left: none;
    /*padding-left: 19px;*/
    padding: 20px 10px 0 19px;
}

.font-title {
    font: normal normal bold 24px/30px var(--primary-font);
    color: #000000;
    font: normal normal bold 16px/26px var(--primary-font);
}

.font-sub-title {
    font: normal normal bold 16px/26px var(--primary-font);
}

.title-emploi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width:600px) {

    .container-img {
        display: flex;
        justify-content: center;
        padding-top: 25px;
    }

    .title-emploi {
        flex-direction: column;
        align-items: flex-start;
    }

    .show-btn {
        justify-content: center;
    }

    .emloi-somaire {
        display: none;
    }
}

@media only screen and (min-width:601px) {
    .emplois-grid {
        display: grid;
        grid-template-columns: 30% 70%;
        /*grid-template-columns: minmax(25%,auto) auto;*/
        align-items: center;
        grid-row-gap: 10px;
        /* padding-bottom: 45px;*/
        grid-auto-rows: minmax(200px, auto);
        border-bottom: 1px solid grey;
        padding: 15px;
    }

    .img-emploi {
        max-width: 176px;
        padding: 20px;
    }

    .item2 {
        border-left: 1px solid #C7C7C7;
        padding: 0px 10px 0 19px;
        /*padding-left: 19px;*/
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    .img-emploi {
        max-width: 161px;
    }
}

@media only screen and (min-width: 992px) {

    .show-btn {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .hide-btn {
        display: none;
    }
}
/**emploi details*/
.container-grid {
    display: flex;
    flex-direction: column;
    /*grid-template-columns: 1fr;*/
}

.font-resizable {
    font: normal normal normal 18px/26px var(--secondary-font);
}

.emploiCommerce {
    border: 1px solid #C6C6C6;
    padding: 10px;
}

.head-titleEmploi {
    background: #EFEFEF 0% 0% no-repeat padding-box;
    padding-bottom: 1px;
}

.subHead-titlEmploi {
    /*font: normal normal bold 34px/38px var(--primary-font);*/
    font: normal normal bold 2rem/2.3rem var(--primary-font);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-left: 10px;
    margin-top: 10px;
}

.item-gridListe a:hover {
    color: initial;
    text-decoration: none;
}

.img-emploiListe {
    max-width: auto;
}

.section-space {
    margin-right: 0px;
}

.img-emploiListe {
    max-width: 214px;
    padding: 20px;
}

.btn-publieEmploi {
    display: flex;
    text-transform: uppercase;
    padding: 12px;
    line-height: 1;
    text-align: left;
}
@media screen and (max-width: 1199px) {
    .btn.btn-publieEmploi {
        font: normal normal bold 12px/15px var(--primary-font);
    }
}

.publie-offre {
    font: normal normal bold 20px/24px var(--primary-font);
    padding: 10px;
}

.publie-offre-texte {
    font-size:16px;
}

@media only screen and (min-width: 992px) {
    .container-grid {
        display: grid;
        grid-template-columns: auto minmax(300px,1fr);
    }

    .section-space {
        margin-right: 27px;
    }
}

@media only screen and (min-width: 601px) {
    .emploiCommerce {
        display: flex;
        align-items: center;
    }

    .container-imgListe {
        border-bottom: none;
    }
}

@media only screen and (min-width: 360px) and (max-width: 992px) {
    .clear-br {
        display: none;
    }
}

.sChampsEmploi {
    font: normal normal bold 18px/28px var(--secondary-font);
}

    .sChampsEmploi a {
        color: initial;
        text-decoration: none;
    }

.sChampstitle {
    font: normal normal normal 18px/28px var(--secondary-font);
}

.back-sharePrint {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.share-print {
    display: flex;
    align-items: center;
}

.btn-back {
    width: 72px;
    height: 34px;
}

.background-boxShadow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001a;
}

.content-publie {
    margin: 0 3px 0 10px;
    padding-bottom: 10px;
}

.new-pubHeader {
    font: normal normal bold 16px/19px var(--secondary-font);
    letter-spacing: 0.8px;
    color: #000000;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .container-imgListe {
        border-bottom: 1px solid #C6C6C6;
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }

    .img-emploiListe {
        max-width: 307px;
        padding: 0px;
    }

    .subHead-titlEmploi {
        font: normal normal bold 22px/28px var(--primary-font);
    }

    .hide-pub {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .img-emploiListe {
        max-width: 307px;
        padding: 0px;
    }
}

@media only screen and (max-width: 320px) {
    .img-emploiListe {
        max-width: 230px;
        padding: 0px;
    }
}

/***** c-share:  utilise dans details evenements et emplois details ****/
.c-share {
    position: relative;
    width: 2.4375em;
    height: 34px;
}

a {
    color: inherit;
}

.c-share__input {
    display: none;
}

    .c-share__input:checked ~ .c-share__toggler .c-share__icon {
        transition: 0s;
        width: 0;
        height: 0;
        color: #639eff;
        background-color: transparent;
    }

    .c-share__input:checked ~ .c-share_options {
        width: 102px;
        height: 160px;
        border-radius: 0.3125em;
        background-color: #fff;
    }

        .c-share__input:checked ~ .c-share_options::before,
        .c-share__input:checked ~ .c-share_options li {
            transition: 0.3s 0.15s;
            opacity: 1;
            transform: translateY(0);
        }

.c-share__toggler {
    position: absolute;
    /*right: -11px;
            top: 27px;*/
    padding-top: 2px;
    width: inherit;
    height: inherit;
    border: 0px solid transparent;
}

.c-share_options {
    position: absolute;
    right: -23px;
    top: 43px;
    width: inherit;
    height: inherit;
    border: 0px solid;
    background-color: transparent;
}

.c-share__toggler {
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-share__icon {
    transition: 0.1s 0.05s;
    background-image: url('/assets/images/logos/share.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70%;
    min-height: 16px;
    max-height: 24px;
}

.c-share__input:checked ~ .c-share__toggler .c-share__icon {
    background-image: url('/assets/images/logos/closeb.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70%;
    min-height: 16px;
    max-height: 24px;
}

.c-share_options {
    list-style: none;
    margin: 0;
    padding: 1.0625em 1.25em;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;
}

    .c-share_options::before {
        content: attr(data-title);
        display: block;
        margin-bottom: 1.25em;
        font-weight: 700;
    }

    .c-share_options li {
        font-size: 0.875em;
        cursor: pointer;
    }

        .c-share_options li:not(:last-child) {
            margin-bottom: 0.75em;
        }

    .c-share_options::before,
    .c-share_options li {
        opacity: 0;
        transform: translateY(0.625em);
        transition: 0s;
    }

.pad-title {
    padding-top: 55px;
}

@media screen and (max-width: 600px) {
    .pad-title {
        padding-top: 0px;
    }
}

/******************* _Blog-v2 *********************/
.background-Opinion-Blog {
    background: #000000;
}

.opinion-blog {
    justify-content: space-between;
}

@media (max-width: 991px) {
    .opinion-blog {
        justify-content: center;
    }
}

.title-Blogeur a {
    color: white !important;
}

.align-aside {
    padding-top: 22px;
    margin-top: 42px
}

.font-desc-blogeur {
    font-size: 12px;
}

.style-blogeurs {
    font: normal normal 900 22px/27px var(--secondary-font);
    letter-spacing: 1.1px;
    padding-top: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.separatorLine-title-blog {
    padding: 13px 0;
    border-bottom: 4px solid #C7C7C7;
    width: 271px;
    margin: 0 12px;
}

.blog-auteur a {
    color: white;
    font-size: 16px;
}

.separatorLine-zone-blogue {
    border-top: 1px solid #C7C7C7;
    opacity: .4;
}

.title-auteur-blog {
    /* font-size: 34px; */
    font-weight: bold;
}
.title-sujet-blog {
    font-weight: bold;
    margin-bottom: 60px;
}
.sidebar-blogue {
    width: 291px;
    background: #2B2B2B 0% 0% no-repeat padding-box;
}

.title-time {
    font: normal normal bold 16px/16px var(--secondary-font);
    letter-spacing: 0.8px;
    color: #FFFFFF;
    opacity: 1;
}

.img-blogeur img {
    border-radius: 50%;
    width: 75%;
    margin-left: 7px;
    height: 49%;
}

.News-Card-blog {
    height: 90%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 170px;
    word-wrap: break-word;
    background-clip: border-box;
    margin-bottom: 20px;
}

.right-box-blogue-opinion {
    color: #FFF;
    padding: 30px;
    height: 100%;
    opacity: 1;
}

    .right-box-blogue-opinion .title {
        font: normal normal bold 26px/28px var(--primary-font);
        letter-spacing: 0px;
        line-height: 28px;
    }

    .right-box-blogue-opinion .date {
        color: #fff;
    }
@media screen and (min-width: 992px) and (max-width:1200px) { /*plus petite taille desktop */
    .right-box-blogue-opinion .title {
        font-size: 16px;
        line-height: 28px;
    }
    .right-box-blogue-opinion{
        padding:10px;
    }
}

@media screen and (min-width: 717px) and (max-width:992px), screen and (max-width: 400px) { /*grande taille pour desktop et quand les nouvelle prenne 100% du width */
    .right-box-blogue-opinion .title {
        font-size: 26px;
        line-height: 28px;
    }
}

@media screen and (max-width: 992px) {
    .right-box-blogue-opinion {
        padding: 18px;
    }
}

.News-Card-blog a {
    text-decoration: none !important;
    color: #fff !important;
}

.News-Card-blog .separatorLine {
    border-top: 2px solid #DDDDDD;
    max-width: 86px;
    margin: 0px;
    color: #515E67
}

.News-Card-blog .card-text {
    padding: 0px;
}


/* css des pastilles de categories d'information:
    Prendre note ils sont aussi applique dans d'autres endroit du projet 
    exemple: faites nous part d'une nouvelle dans le header du menu mobile 
*/

.title-categories {
    font: normal normal bold 32px/42px var(--primary-font);
    letter-spacing: 0px;
}

button {
    margin: 6px;
}

.custom-btn {
    color: #ffffff;
    border-radius: 35px;
    padding: 10px 25px;
    font: normal normal bold 20px/24px var(--secondary-font);
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    /*text-transform:capitalize;*/
}

/*Categories badges*/

.title-categories {
    font: normal normal bold 32px/42px var(--primary-font);
    letter-spacing: 0px;
}

.custom-btn {
    color: #ffffff;
    border-radius: 35px;
    padding: 10px 25px;
    font: normal normal bold 20px/24px var(--secondary-font);
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}

.btn-cat {
    background: #2B2B2B;
    margin: 6px;
}

.btn-subcat {
    background: #3F3F3F;
    padding: 5px 12px;
    font: normal normal 400 14px/16px var(--secondary-font);
    margin: 3px;
}

/*************************************
    La  liste sans photos
    version mobile
 **************************************/
@media only screen and (max-width:600px) {
    .pos-rel-vm {
        position: relative;
    }

    .hide-hr-vm {
        display: none;
    }
}

@media only screen and (min-width:600px) {
    .hide-hr-DT {
        display: none;
    }
}

/*style scooped de video-v2.cshtml*/
.background-video-Bloc {
    background: #000000;
}

.bloc-video {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
}

.btn-color-white {
    border-color: white;
}

.separator-line {
    border-top: 7px solid #C7C7C7;
    opacity: 0.25;
}

.src-video {
    width: 100%;
    height: auto;
}

.desc-video {
    font: normal normal bold 22px/26px var(--primary-font);
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.desc-date {
    font: normal normal bold 14px/17px var(--secondary-font);
    letter-spacing: 0px;
    color: #919191;
    opacity: 1;
}

.btnplay-container {
    position: absolute;
    margin: auto;
    left: 4px;
    bottom: 0;
    display: block;
    cursor: pointer;
    height: 38px;
}

 /*** ---mettre legend z-index a 60 pour permettre audio btn-nous joindra  droite desc legend surpasser ----***/
.dropdown-menu {
    z-index: 50;
}

/*-----btn ------------*/
@media only screen and (max-width: 575px) {
    .src-video {
        height: auto;
    }
}

#nous-joindre-button-vertical {
    display: none;
}


@media only screen and (min-width: 768px) {
    #nous-joindre-button-vertical {
        position: absolute;
        top: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 108px;
        height: 32px;
        background-color: #E31B23;
        opacity: 1;
        transform: rotate(90deg);
        position: fixed;
        align-self: self-start;
        right: -38px;
        z-index: 60;
    }

    #nous-joindre-button-vertical a {
        font: normal normal bold 14px/17px var(--primary-font);
        letter-spacing: 0px;
        text-decoration: none;
        color: #FFFFFF !important;
    }
   
}
.nousJoindreContent {
    width: 244px;
    height: auto;
    position: absolute;
    bottom: 35%;
    left: 60%;
    transform: translate(55%, 50%);
}
.bandeauNousJoindre {
    width: 100%;
    height: auto;
    position: relative;
}
@media screen and (min-width: 1501px) and (max-width: 1700px) {
    .nousJoindreContent {
        left: 58%;
    }
}
@media screen and (min-width: 1325px) and (max-width: 1500px) {
    .nousJoindreContent {
        left: 55%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1324px) {
    .nousJoindreContent {
        width: 166px;
        left: 55%;
    }
}
@media screen and (min-width: 1009px) and (max-width: 1199px) {
    .nousJoindreContent {
        width: 155px;
        left: 55%;
    }
}
@media screen and (min-width: 925px) and (max-width: 1009px) {
    .nousJoindreContent {
        width: 155px;
        bottom: 35%;
        left: 53%;
    }
}
@media screen and (max-width: 1009px) {
    .nousJoindreContent {
        width: 155px;
        bottom: 35%;
        left: 52%;
    }
}



.btnJoin {
    font: normal normal bold 10px/0px var(--primary-font);
    min-width: 178px;
}
@media screen and (max-width: 900px) {
    .btnJoin {
        font: normal normal bold 10px/0px var(--primary-font);
        min-width: 140px;
        padding: 20px 20px 20px 13px;
    }
}

@media (max-width: 767px) {
    .d-max-block {
        display: block !important;
    }
}
.content-Black {
    background-color: #000;
    border-color: white;
    color: #fff !important;
}
.content-Red {
    background-color: #D00925;
    border-color: white;
    color: #fff !important;
}
.bandeauNewsletter {
    width: 100%;
    height: 450px;
    position: relative;
}

    .bandeauNewsletter img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.newsletterContent {
    width: 290px;
    height: 240px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(55%, 50%);
}

@media screen and (max-width: 991px) {
    .bandeauNewsletter {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .newsletterContent {
        transform: translate(35%, 50%);
    }
}

.content-dark input[type='email'] {
    color: #D5D5D5;
    border: 1px solid #9D9D9D;
}

.content-dark button {
    background-color: transparent;
    border: 1px solid white;
    color: #FFFFFF;
}

.content-light input[type='email'] {
    background-color: #FFFFFF;
    border: 1px solid #787878;
    color: #787878;
}

.content-light button {
    background-color: #000000;
    color: #FFFFFF;
}

.subscriptionForm {
    font: normal normal bold 16px/24px Montserrat;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

    .subscriptionForm input[type='text'],
    .subscriptionForm input[type='email'] {
        width: 100%;
        padding: 20px 15px;
        background-color: transparent;
    }

    .subscriptionForm button {
        width: 170px;
    }

    .subscriptionForm input::placeholder {
    }

/*ReCaptcha v3 customizing*/

.recaptcha-badge-replacement {
    color: #6d6d6d;
    font-size: 10px;
    line-height: 16px;
}

.recaptcha-badge-replacement a{
    color: #01469b;
}

.grecaptcha-badge {
    visibility: hidden;
    width:0px!important;
    height:0px!important;
}



.upper {
    text-transform: uppercase;
}

.no-pointer-events {
    pointer-events: none;
}


/* Section Avis de deces pour ID mais peut-être aussi d'autres */
.TabButtonsWrapper{
    display:flex;
    justify-content:left;
    flex-wrap:wrap;
}

@media screen and (min-width: 992px) {
    .tab-button:not(:first-child):not(:last-child) {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.tab-button {
    z-index: 0;
    line-height: 0;
    padding-right: 25px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #C9C9C9;
    color: #000 !important;
    font: normal normal bold 16px/42px var(--primary-font);
}


.tab-button.active {
    background-color: #000;
    color: #fff !important;
}

.AvisListWrapper {
    background-color: #F6F7F8;
}

.AvisListWrapper .add2{
    background-color: #FFFFFF;
}

.AvisListWrapper {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.AvisListWrapper .heading4{
    margin-bottom:30px;
}

.avis-nom {
    font: normal normal bold 20px/26px var(--primary-font);
}

.avis-text {
    font: normal normal normal 16px/30px var(--secondary-font);
    word-break: break-word;
}

.avis-suite {
    margin-top: 1rem;
}

#SemaineAvis {
    display: flex;
    padding-bottom: 15px;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 768px) {
    .TabButtonsWrapper .tab-button {
        width: 100%;
        margin:0px!important;
    }
}

.AvisPost{
    background-color: #F6F7F8;
}

@media screen and (max-width: 1200px) {
    #SemaineAvis{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
    }

    #SemaineAvis #DateEnCours {
        width:100%;
        text-align:center;
        margin-top:5px;
        margin-bottom:5px;
    }
}

#UserContactModal {
    background-color: white;
    border: 1px solid grey;
    height: 815px;
    max-height: 100vh;
    overflow-y: auto;
    margin: auto;
    width: 475px;
    max-width:100vw;
    /*/display:block;*/
}

/* Page erreur général */
.remerciement-pe {
    font: normal normal bold 32px/36px var(--primary-font);
    /*color inline selon le background*/
    text-align: center;
}

.texte-pe {
    font: normal normal bold 16px/18px var(--primary-font);
    /*color inline selon le background*/
    text-align: center;
    text-align: center;
}

.sous-titre-pe {
    font: normal normal bold 22px/26px var(--primary-font);
    /*color inline selon le background*/
    text-align: center;
    text-align: center;
}

.site-logo-pe {
    max-width: 200px;
}


.suggestion-icons {
    min-width: 50px;
}

    .suggestion-icons object {
        width: 50px;
        pointer-events: none;
    }

.suggestion-error .texte-pe {
    text-align: start;
}

@media screen and (max-width: 372px) {
    .suggestion-icons {
        min-width: 35px;
    }

        .suggestion-icons object {
            width: 35px;
            pointer-events: none;
        }

    .suggestion-error .texte-pe {
        font-size: 15px;
    }
}

.separatorLine-thin-black {
    border-top: 4px solid #000000;
    opacity: 1;
}

.separatorLine-thin-red {
    border-top: 4px solid #D50133;
    opacity: 1;
}

.mb22px{
    margin-bottom:22px!important;
}

.d-flex {
    justify-content: space-between;
}