    body,
    html {
        height: 100%;
        scroll-behavior: smooth;
    }
    h1, .h1 {
        margin-top: 0 !important;
        font-weight: 300;
        font-size: 30px;
        font-size: 3rem;
    }
    h2, .h2 {
        font-size: 2.5rem;
        font-size: 25px;
        font-weight: 300;
    }
    h3, h3 {
        font-weight: 300;
        font-size: 20rem;
        font-size: 20px;
    }
    .billboard h4 {
        font-weight: 600;
        font-size: 15rem;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .help-block {
        font-weight: 300;
        font-size: 1em;
        font-style: italic;
    }
    .tools li a::before {
        content: "- ";
    }
    .newsletter-button {
        width: 32%;
    }
    .modal-body {
        padding: 20px 20px 0;
    }
    #id-popup p {
        padding-top: 11px;
    }
    .panel-heading.clearfix {
        margin-bottom: 1rem;
    }
    #accordion .panel-default > .panel-heading {
        background-color: #fff;
    }
    #SimilarEvents {
        display: table;
        width: 100%;
    }
    .listing-description {
        display: table;
        width: 100%;
        padding-top: 7px;
    }
    #social {
        display: flex;
        justify-content: space-around;
    }
    #social.serie {
        padding-left: 0;
    }
    #social div:last-of-type {
        margin-right: auto;
    }
    .headerpage {
        background: #fff;
        padding: 5px 10px;
        width: 100%;
    }
    #event article,
    .container .content {
        background: #fff;
        padding: 5px 0;
        display: inline-block;
        width: 100%;
        flex: 1 0 auto;
    }
    .container {
        position: relative;
    }
    #pagenoside article {
        background: #fff;
        border: 1px solid #dfdfdf;
        display: table;
    }
    #home article,
    .container article {
        padding-left: 0 !important;
        padding-right: 0;
    }
    .container header,
    .social_aside {
        margin: 2rem 0 4rem;
    }
    #map-page .social_aside {
        margin: 2rem 0 4rem;
    }
    .container header .header {
        margin-bottom: 2rem;
    }
    .embed-responsive-16by9 {
        padding-bottom: 56.25% !important;
    }
    .embed-responsive {
        display: block;
        height: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        border: 0 none;
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .glyphicon-chevron-left {
        font-size: 1.5rem;
        font-size: 15px;
        color: #bcbcbc;
        line-height: 2;
    }
    .glyphicon-chevron-left.active,
    .glyphicon-chevron-right {
        font-size: 1.5rem;
        font-size: 15px;
        color: #210535;
    }
    .headerlisting {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .headerlisting a {
        text-decoration: none;
    }
    .headerlisting a:hover {
        text-decoration: none;
    }
    .media-heading {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 1.1;
    }
    .media-heading a.eventTitle {
        text-decoration: none;
    }
    hr {
        border-top: 1px solid #999;
    }
    ol,
    ul {
        margin-left: 2rem;
    }
    .flex {
        display: flex;
    }
    .panel-count {
        width: 18%;
        float: left;
        margin-right: 2%;
        text-align: center;
        display: table;
        height: 54px;
    }
    .panel-count .panel-heading {
        display: table-cell;
        font-size: 24px;
        padding: 6px;
        border: none;
    }
    .panel-count .panel-body {
        color: #000;
        display: table-cell;
        padding: 6px;
        text-align: center;
        vertical-align: middle;
    }
    .ribbon {
        position: absolute;
        left: -5px;
        top: 15px;
        z-index: 1;
        overflow: hidden;
        width: 75px;
        height: 75px;
        text-align: right;
    }
    .ribbon span {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79a70a;
        background: linear-gradient(#9bc90d 0, #79a70a 100%);
        position: absolute;
        top: 19px;
        left: -21px;
        letter-spacing: 0.1em;
    }
    .ribbon span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #79a70a;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #79a70a;
    }
    .ribbon span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #79a70a;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #79a70a;
    }
    #cat-dp,
    #login-dp {
        overflow: hidden;
    }
    #login-dp {
        min-width: 370px;
    }
    #cat-dp {
        min-width: 660px;
    }
    @media (min-width: 768px) {
        #cat-dp-city {
            min-width: 400px;
        }
    }
    #cat-dp label {
        font-weight: 400;
        width: 100%;
    }
    #login-dp .help-block {
        font-size: 12px;
    }
    #login-dp .bottom {
        clear: both;
        padding: 14px;
    }
    #login-dp .social-buttons {
        margin: 12px 0;
    }
    #login-dp .social-buttons a {
        width: 32%;
    }
    #login-dp .form-group {
        margin-bottom: 10px;
    }
    .btn-fb {
        color: #fff;
        background-color: #3b5998;
    }
    .btn-fb:hover {
        color: #fff;
        background-color: #496ebc;
    }
    .btn-gl {
        padding-right: 0 !important;
        color: #fff;
        background-color: #eb6056;
    }
    .btn-gl:hover {
        color: #fff;
        background-color: #ce645c;
    }
    .btn-tw {
        color: #fff;
        background-color: #55acee;
    }
    .btn-tw:hover {
        color: #fff;
        background-color: #59b5fa;
    }
    @media (max-width: 767px) {
        #login-dp {
            color: #fff;
        }
        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }
    }
    .media-body {
        padding: 5px 0 3px 15px !important;
    }
    .media-time {
        position: absolute;
        z-index: 2;
        background: #2a6496;
        color: #fff;
        text-align: center;
        width: 100%;
        opacity: 0.5;
        top: 6px;
    }
    .media-middle {
        vertical-align: middle;
    }
    .media-body,
    .media-left,
    .media-right {
        display: table-cell;
        padding: 0;
    }
    .hidden-lg,
    .hidden-md {
        display: none;
    }
    .navbar-brand {
        padding: 8px 15px 8px 15px !important;
        height: auto !important;
    }
    .user.navbar-brand {
        padding: 15px !important;
    }
    .logo {
        border: none;
        border-radius: 0;
        padding: none;
    }
    .logotxt {
        padding-left: 8px;
    }
    .table-responsive {
        width: 100%;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .side-content .mnu,
        .side-content .table-responsive .table.mini-cal {
            margin: auto;
            width: 60%;
        }
    }
    .navbar {
        border: none;
    }
    .navbar-inverse {
        background: 0 0;
    }
    .navbar-nav > li > a:hover {
        color: #999 !important;
    }
    .nav > li > a:focus,
    .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent !important;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #5f236a;
        color: #fff;
    }
    a.navbar-brand {
        color: #fff !important;
    }
    .nav-tabs.nav-justified > li > a {
        color: #000;
    }
    a.signintxt {
        color: #000 !important;
    }
    .nav-tabs.nav-justified > li > a:hover {
        color: #428bca;
        border-color: #fff #fff #ddd #fff;
        background: 0 0;
    }
    a.menu_item {
        color: #fff !important;
    }
    #hc_search_keyword {
        width: 308px;
    }
    .AdvSearch {
        font-size: 87%;
        text-align: right;
    }
    .glyphicon-search {
        color: #fff !important;
    }
    .header-fixed .menuuser li.divider {
        display: block;
    }
    .header-fixed .menuuser li {
        display: inline-block;
    }
    #navAction > li {
        display: inline-block;
    }
    .header-fixed {
        background: #fff;
    }
    .header-fixed .glyphicon {
        padding-right: 10px;
    }
    .header-fixed .navbar {
        border-radius: 0;
        background: #802489;
        margin-bottom: 0;
    }
    .menuopt ul.dropdown-menu li,
    .menuuser ul.dropdown-menu li {
        display: block;
    }
    .prefAffich .dropdown-menu {
        left: -150px;
    }
    a.signintxt.dropdown-toggle:hover {
        text-decoration: none;
    }
    @media (max-width: 767px) {
        .header-fixed {
            background: #802489;
        }
    }
    @media (min-width: 768px) {
        .navbar-nav > li > a {
            padding: 25px 15px;
        }
    }
    @media (min-width: 768px) {
        .menuopt .dropdown-menu.cities,
        .menuopt .dropdown-menu.menucat {
            right: -235% !important;
        }
    }
    @media (min-width: 768px) {
        .menucat {
            width: 750px !important;
        }
    }
    @media (min-width: 992px) {
        .menucat {
            width: 900px !important;
        }
    }
    @media (min-width: 1200px) {
        .menucat {
            width: 1000px !important;
        }
    }
    @media (min-width: 768px) {
        .menucat .col-sm-4 {
            padding: 0 10px 0 10px !important;
        }
    }
    @media (min-width: 992px) {
        .menucat .col-sm-4 {
            padding: 0 10px 0 10px !important;
        }
    }
    @media (min-width: 1200px) {
        .menucat .col-sm-4 {
            padding: 0 15px 0 15px !important;
        }
    }
    @media (min-width: 768px) {
        .navbar-nav {
            font-size: 16px;
        }
    }
    .menucat label {
        width: 100% !important;
        font-weight: 400;
    }
    .date {
        font-size: 112%;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .cat-dp-header {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
        min-height: 16.4286px;
        padding: 10px;
    }
    .cat-dp-header span {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .subcat:before {
        color: #000;
        content: "- ";
    }
    .catMenu a,
    .subcat a {
        color: #000;
    }
    .catMenu a {
        font-weight: 600;
    }
    .catMenu small {
        font-weight: 600;
    }
    .subcat a {
        font-weight: 500;
    }
    .subcat small {
        font-weight: 500;
    }
    #map_canvas {
        border: 1px solid #ccc;
        float: left;
        margin: 0;
        padding: 0;
        height: 212px;
        width: 100%;
    }
    fieldset.maploc .panel-body {
        padding: 0;
    }
    .maploc #map_canvas {
        height: 500px;
    }
    #map_canvas_single {
        border: 1px solid #ccc;
        clear: both;
        height: 200px;
        margin: 10px 0 0;
    }
    #series span.col-xs-2,
    #series span.col-xs-4,
    #series time.col-xs-2 {
        padding-left: 5px;
        padding-right: 0;
    }
    #series li.hl {
        background: #fafafa;
    }
    #series li {
        list-style: outside none none;
    }
    #event-info {
        text-align: justify;
        text-indent: 0;
        width: auto;
        float: left;
    }
    #serie-text-description {
        padding-left: 1em;
    }
    #map-intro {
        margin: 25px 0;
        display: inline-block;
        background: #f9f9f9;
    }
    .event-series h2 {
        margin-top: 0;
    }
    th h2 {
        margin: 10px 0;
    }
    #categories_list {
        margin-bottom: 0;
        margin-top: 15px;
        list-style: outside none none;
        width: 100%;
        padding: 8px;
    }
    #categories_list_duo {
        margin-bottom: 0;
        margin-top: 15px;
        list-style: outside none none;
        width: 50%;
        padding: 8px;
    }
    #categories_list .catCol {
        margin-right: 3em;
        width: auto;
    }
    #categories_list .catCol span {
        clear: both;
        padding: 2px;
    }
    ul.block {
        list-style: outside none none;
    }
    li.bgcities {
        padding-bottom: 6px;
        width: 65%;
    }
    .block .cartouche {
        float: right;
    }
    .block a {
        padding-left: 60px;
    }
    @media (max-width: 767px) {
        .SeriesImg {
            margin: 0;
            padding-bottom: 1em;
        }
    }
    #menu-user-logged .glyphicon {
        padding-right: 10px;
    }
    #menu-user-logged {
        border-bottom: none;
        border: 1px solid #ddd;
        background: #f9f9f9;
    }
    ul#menu-user-logged {
        margin: 2em 0;
    }
    #menu-user-logged.nav-tabs > li > a {
        font-weight: 600;
        color: #000;
    }
    .user table img {
        margin-right: 3px;
    }
    .toolsSocialButton {
        display: block;
        margin-top: 5px;
    }
    .tools a {
        display: block;
        width: 100%;
    }
    .tools li {
        list-style: outside none none;
    }
    i.icon {
        font-size: 120px;
    }
    .feed.icon.ion-social-rss-outline {
        font-size: 50px;
        vertical-align: middle;
    }
    .venues_list {
        margin: 1em 0;
        list-style: none;
    }
    .venues_list ul {
        margin-left: 0;
    }
    .venues_listing_cities {
        background: #ededed;
    }
    .venues_listing_cities ul {
        margin-left: 0;
    }
    .venues_listing_cities h2 {
        padding: 1rem;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }
    .venues_listing {
        width: 100%;
        display: block;
        border-bottom: 1px solid #dfdfdf;
        padding: 0.5rem;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .venues_listing a {
        color: #000;
        display: block;
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
    }
    .venues_listing span.underline {
        font-weight: 600;
    }
    .eventsloc {
        font-size: 19px;
        font-weight: 200;
    }
    #SimilarEvents .label-default {
        background-color: transparent;
        border: 1px solid #f1f1f1;
        font-size: 100%;
        font-weight: 400;
    }
    #event .row {
        margin-left: 0;
        margin-right: 0;
    }
    #location {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #text-description {
        text-align: justify;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .description-content {
        text-align: justify;
    }
    #text-description h2 {
        font-size: 14px;
        font-weight: 600;
    }
    #image-description,
    #tools {
        display: block;
    }
    .icon_grey {
        color: #c7c7c7;
        padding-right: 4px;
    }
    #event h2,
    #location h2 {
        font-size: 20px;
    }
    #SimilarEvents ul {
        list-style: outside none none;
        margin-left: 0;
    }
    #SimilarEvents li {
        float: left;
        padding: 11px 2px;
    }
    .bloc-event {
        border-top: 1px solid #ddd;
        display: inline-block;
        width: 100%;
    }
    .categories-time.table,
    .listing-location table {
        margin-bottom: 0 !important;
    }
    #tools-image-description h2 {
        font-size: 18px;
        margin: 0;
    }
    #tools-image-description {
        display: flex;
    }
    #tools-image-description.serie {
        margin: 1em 0 2em;
    }
    #tools-image-description.serie {
        padding: 2em;
        background: #f9f9f9;
    }
    .SeriesImg {
        float: left;
        margin: 0;
    }
    .SeriesImg img.img-responsive {
        padding-right: 1em;
        padding-bottom: 1em;
    }
    .img-responsive {
        max-width: fit-content;
    }
    @media (max-width: 767px) {
        #tools,
        #tools-image-description {
            display: block;
            margin-bottom: 1.5rem;
        }
        #tools-image-description.serie,
        .SeriesImg img.img-responsive {
            padding: 0;
        }
        #serie-text-description {
            padding: 1em 0.5em 0;
        }
    }
    @media (min-width: 1o24px) {
        #image-description img,
        #tools,
        #tools-image-description {
            min-height: 420px;
        }
    }
    .span_tools_separate {
        border-top: 1px dotted #a5a5a5;
        display: block;
        width: 95%;
        height: 10px;
    }
    #tools {
        background-color: #f5f5f5;
        border-radius: 3px;
        padding: 15px 15px 13px 15px;
        z-index: 1;
        margin-bottom: 19px;
    }
    #tools a {
        color: #000;
    }
    #tools ul {
        list-style: outside none none;
    }
    #tools li {
        padding-bottom: 0;
    }
    #billboard_bottom div {
        display: block;
    }
    .social-text {
        text-transform: uppercase;
    }
    a.icon-link,div.icon-link {
        width: 5rem;
        height: 5rem;
        background: #fff;
        border: 2px solid #d2d2d2;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        line-height: 35px;
        padding: 8px 0 2px 13px;
        margin: 0 5px;
        text-decoration: none;
    }
    .caleventadd {
        display: flex;
        justify-content: center;
    }
    .caleventadd a.icon-link,.caleventadd div.icon-link {
        width: 4rem;
        height: 4rem;
        background: #fff;
        border: 2px solid #d2d2d2;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        padding: 8px 0 2px 13px;
        margin: 0 5px;
        text-decoration: none;
    }
    #tools a.icon-link.facebook,
    a.icon-link.facebook,#tools div.icon-link.facebook,
    div.icon-link.facebook {
        background-color: #fff;
        color: #c7c7c7;
        padding: 8px 0 2px 13px;
    }
    #tools a.icon-link.Google,
    a.icon-link.Google {
        background-color: #fff;
        color: #c7c7c7;
        padding: 8px 0 2px 12px;
    }
    #tools a.icon-link.twitter,
    a.icon-link.twitter {
        background-color: #fff;
        color: #c7c7c7;
        padding: 8px 0 2px 11px;
    }
    #tools a.icon-link.rss,
    a.icon-link.rss {
        background-color: #fff;
        color: #c7c7c7;
        padding: 4px 0 0 12px;
    }
    #tools a.icon-link.email,
    a.icon-link.email {
        background-color: #fff;
        color: #c7c7c7;
        padding: 4px 0 0 12px;
    }
    a.icon-link.linkedin {
        background-color: #fff;
        color: #c7c7c7;
        padding: 7px 0 2px 11px;
    }
    #tools .toolsSocialButton a.icon-link.apple-agenda {
        background-color: #fff;
        padding: 7px 0 2px 11px;
        border: 2px solid #dedede;
    }
    #tools .toolsSocialButton a.icon-link.google-agenda {
        background-color: #fff;
        padding: 7px 0 2px 11px;
        border: 2px solid #dedede;
    }
    #tools .toolsSocialButton a.icon-link.yahoo-agenda {
        background-color: #fff;
        padding: 7px 0 2px 11px;
        border: 2px solid #dedede;
    }
    #tools .toolsSocialButton a.icon-link.windows-agenda {
        background-color: #fff;
        padding: 7px 0 2px 11px;
        border: 2px solid #dedede;
    }
    a.icon-link:hover {
        text-decoration: none;
    }
    .fa.fa-envelope {
        font-size: 20px;
        margin-right: 5px;
    }
    .fa-map-marker.icon_grey {
        font-size: 19px;
    }
    .sendtofriend {
        margin-top: 0.5em;
    }
    #contact {
        padding: 15px 5px 10px 5px;
    }
    .addtocalendar.dropdown-menu {
        background-color: transparent;
    }
    .share.dropdown-menu {
        background-color: #f5f5f5;
        border: none;
    }
    .addtocalendar.icon {
        width: 20%;
        border: 1px solid #000;
        border-radius: 50%;
        padding: 5px;
        text-align: center;
        margin-left: 4%;
    }
    .addtocalendar.icon a:hover {
        text-decoration: none;
    }
    .infos-map,
    .infos-meteo,
    .infos-venue {
        margin: 0 5px;
        font-size: 25px;
        color: #5f236a;
    }
    .location-caption {
        font-size: 11px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .infos-location a {
        text-decoration: none;
        color: #000;
    }
    .infos-location a:hover {
        text-decoration: none;
        color: grey;
    }
    #infos .table {
        margin: 0;
    }
    #infos .cost.cell-full {
        max-width: 1px;
        width: 90%;
        text-align: justify;
        padding: 0 15px 0 5px;
    }
    .mapinfos.cell-full {
        width: 76%;
    }
    #infos-lieu .map_header {
        margin: 8px 0;
    }
    .eventdate {
        display: flex;
    }
    .eventdate h2 {
        margin-right: 2rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    ul.event-details {
        list-style: none;
        margin-left: 0;
        font-size: 1.55rem;
    }
    ul.event-details li {
        margin-right: 4px;
    }
    @media (min-width: 480px) {
        .event-details {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }
    .header-details__event-title,
    .header-details__title {
        display: none;
    }
    table.ticket-sell {
        border: 1px solid #dedede;
        border-radius: 0;
        border-collapse: initial;
    }
    .table tr.ticket td {
        vertical-align: middle;
    }
    .table tr.ticket td a.btn {
        min-width: 100%;
    }
    #tools .btn,
    .bloc-event .btn,
    .ticket-sell .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857143;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .btn-success {
        color: #fff;
        background-color: #210535;
        border-color: #210535;
        text-transform: uppercase;
        width: 100%;
    }
    .btn-success.active,
    .btn-success:active,
    .btn-success:focus,
    .btn-success:hover,
    .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #430d4b;
        border-color: #430d4b;
    }
    .btn {
        border-radius: 0;
    }
    #listin_btn_ticket {
        position: absolute;
        right: 10px;
        top: 80%;
    }
    @media (max-width: 767px) {
        .media {
            padding: 5px 0;
        }
        .ticket-sell .ticket-header th {
            padding: 8px 3px;
        }
        #tools .btn,
        .bloc-event .btn,
        .ticket-sell .btn {
            width: 100%;
            padding: 5px 5px;
            font-size: 1.3rem;
        }
        .ticket-sell tr td,
        .ticket-sell tr th {
            font-size: 1.3rem;
            text-align: center;
            padding: 10px 15px;
        }
        .event-details {
            display: block;
        }
        #event-table .eventTitle .btn {
            width: 100%;
            padding: 10px 15px;
            font-size: 1.3rem;
        }
        #listin_btn_ticket {
            position: absolute;
            right: 10px;
            top: 70%;
        }
    }
    .digest {
        display: flex;
    }
    .new {
        background-repeat: no-repeat;
        background-position: 3px 3px;
        background-image: url(../img/new.png);
        padding-left: 22px;
    }
    .events li,
    .locations li {
        list-style: none;
    }
    .events li time {
        text-transform: capitalize;
    }
    .events li time,
    .locations li span {
        padding-right: 8px;
    }
    ul.events {
        padding-left: 10px;
    }
    #contactus div,
    .o2k7Skin {
        float: none;
    }
    #contactus label {
        text-align: left;
        text-indent: 14px;
        width: 100%;
    }
    #map legend {
        border: none;
        margin-bottom: 0;
    }
    #map_menu {
        display: table;
        width: 100%;
    }
    #frmEventContact .panel,
    #frmEventNewsletter .panel,
    #frmEventRSS .panel,
    #frmEventRSVP .panel,
    #frmEventSearch .panel,
    #frmEventSubmit .panel,
    #user_edit .panel,
    .maploc .panel {
        border: none !important;
        border-radius: 0 !important;
    }
    #frmEventFilter .input-group[class*="col-"],
    #frmEventNewsletter .input-group[class*="col-"],
    #frmEventRSVP .input-group[class*="col-"],
    #frmEventSearch .input-group[class*="col-"],
    #frmEventSubmit .input-group[class*="col-"],
    #frmEventUpdate .input-group[class*="col-"],
    #user_edit .input-group[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .catCol label.sub input {
        margin: 3px 3px 0 !important;
    }
    #frmEventContact legend,
    #frmEventFilter legend,
    #frmEventNewsletter legend,
    #frmEventRSS legend,
    #frmEventRSVP legend,
    #frmEventSearch legend,
    #frmEventSubmit legend,
    #frmEventUpdate legend,
    #frmSendToFriend legend,
    .maploc legend {
        border: none;
        margin-bottom: 0;
    }
    #monthly {
        width: 66.6667%;
        margin: 0;
    }
    #frmEventFilter .input-group-addon,
    #frmEventNewsletter .input-group-addon,
    #frmEventSearch .input-group-addon,
    #frmEventSubmit .input-group-addon,
    #frmEventUpdate .input-group-addon {
        padding-bottom: 5px;
    }
    #frmEventFilter .checkbox,
    #frmEventNewsletter .checkbox,
    #frmEventSearch .checkbox,
    #frmEventSubmit .checkbox {
        padding: 0;
    }
    .glyphicon-form-arrow {
        clear: both;
        float: left;
        font-size: 74%;
        top: 0;
    }
    .checkbox label,
    .radio label {
        width: auto;
        font-weight: 700;
    }
    input[type="checkbox"],
    radio {
        margin: 5px auto 0 0;
    }
    #frmEventSubmit .catCol .checkbox label input[type="checkbox"],
    radio {
        margin: 5px 10px 0 0;
    }
    #frmEventSubmit .catCol .checkbox.sub {
        margin: 0 20px;
    }
    #frmEventSubmit .catCol .checkbox {
        margin: 0 20px 0 0;
    }
    .panel-body ol {
        padding-left: 1em;
    }
    #events .panel-body li {
        border-bottom: none;
    }
    .billboard {
        margin-top: 18px !important;
    }
    .billboard a {
        display: block;
        text-decoration: none;
        color: #000;
    }
    .billboard a:hover {
        display: block;
        text-decoration: none;
        color: #000;
        -webkit-box-shadow: 0 0 4px 4px #ebe9e8;
        box-shadow: 0 0 4px 4px #ebe9e8;
    }
    .billboard-bottom .col-sm-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 10px;
    }
    .billboard-bottom .panel {
        margin-bottom: 0;
    }
    #hc_featured li {
        border-bottom: none !important;
    }
    #hc_featured {
        margin-top: 13px;
    }
    #hc_featured .panel {
        border: 1px solid #dfdfdf !important;
        margin: 0;
    }
    #hc_featured .list-group-item,
    #hc_featured .panel {
        border: none;
    }
    #hc_featured h2 {
        margin: 0;
        border-bottom: 1px solid #dfdfdf;
        padding: 15px 5px 10px 5px;
    }
    .billboard .list-group-item,
    .billboard div a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }
    .footer-billboard {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #dfdfdf !important;
        text-align: center;
    }
    .footer-billboard a {
        color: #767676;
        font-size: 83%;
        text-transform: uppercase;
    }
    .footer-billboard a:hover {
        color: #222;
    }
    .billboard ul.list-group {
        margin: 0;
    }
    section {
        position: relative;
        width: 100%;
    }
    .prefAffich {
        float: right;
        margin-bottom: 10px;
        margin-top: 20px;
        list-style: none;
    }
    .eventsdate {
        float: right;
        font-size: 16px;
    }
    .media {
        border: 1px solid #dfdfdf;
        clear: both;
        min-height: 35px;
        position: relative;
        background: #fff;
        margin-bottom: 15px;
        margin-top: 0 !important;
        padding: 20px 0;
        border-left: 0;
        border-right: 0;
    }
    .media:hover {
        -webkit-box-shadow: 0 0 4px 4px #ebe9e8;
        -moz-box-shadow: 0 0 4px 4px #ebe9e8;
        box-shadow: 0 0 4px 4px #ebe9e8;
        cursor: pointer;
    }
    .eventListLocation a,
    a.eventTitle {
        color: #000;
        text-decoration: underline;
    }
    .timeListing {
        background: #f1f1f1 none repeat scroll 0 0;
        color: #000;
        float: right;
        font-size: 92%;
        padding: 2px 7% 2px 2px;
    }
    h2.billboard-date {
        clear: both;
    }
    #breadcrumbs li {
        border-bottom: none;
        font-size: 100%;
        color: #fff;
    }
    .breadcrumb li a {
        color: #fff;
    }
    #breadcrumbs {
        background: #5f236a;
        padding: 0.5em 0;
        color: #fff;
        font-size: 1.4rem;
        font-size: 14px;
        padding-left: 35px;
    }
    .breadcrumb {
        display: inline;
        background: 0 0 !important;
    }
    .hc_cpBorder table {
        width: 200px;
    }
    .hc_cpBorder {
        font-family: Verdana, sans-serif;
        font-size: 11px;
    }
    .hc_cpBorder select {
        border: 1px solid #ccc;
        color: #000;
        font-size: 11px;
        text-align: center;
    }
    .hc_cpBorder select.hc_cpMonthNavigation {
        width: 120px;
    }
    .hc_cpBorder select.hc_cpYearNavigation {
        width: 65px;
    }
    td.hc_cpMonthNavigation,
    td.hc_cpYearNavigation {
        padding-top: 5px;
    }
    .hc_cpBorder td {
        text-align: right;
        width: 50px;
    }
    .hc_cpBorder td a.hc_cpCurrentMonthDate {
        background: #efefef none repeat scroll 0 0;
        color: #000;
        display: block;
        text-decoration: none;
    }
    .hc_cpBorder td a.hc_cpOtherMonthDate {
        background: #fafafa none repeat scroll 0 0;
        color: #666;
        display: block;
        text-decoration: none;
    }
    .hc_cpBorder td a.hc_cpCurrentDate {
        background: #f60 none repeat scroll 0 0;
        color: #fff;
        display: block;
        text-decoration: none;
    }
    .hc_cpBorder a.hc_cpTodayText:hover,
    .hc_cpBorder td a.hc_cpCurrentDate:hover,
    .hc_cpBorder td a.hc_cpCurrentMonthDate:hover,
    .hc_cpBorder td a.hc_cpOtherMonthDate:hover {
        background: #bcbcbc none repeat scroll 0 0;
        color: #fff;
    }
    .hc_cpBorder td.hc_cpDayColumnHeader {
        font-weight: 700;
        text-align: center;
    }
    .hc_cpBorder a.hc_cpTodayText {
        background: #efefef none repeat scroll 0 0;
        color: #666;
        display: block;
        font-weight: 700;
        height: 20px;
        margin: 5px 0 0;
        padding: 5px 0 0;
        text-align: center;
        text-decoration: none;
    }
    .hc_cpBorder {
        background: #fafafa none repeat scroll 0 0;
        border: 0 none;
        border-radius: 15px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        height: 170px;
        width: 225px;
    }
    #side_menu {
        border: 1px solid #dfdfdf;
        padding: 2em 0;
    }
    #side_menu ul {
        padding-left: 2rem;
    }
    footer {
        background-color: #262626;
        color: #fff;
        margin-top: 30px;
        padding: 11px 0 11px 0;
    }
    .thematiques .titlebloc {
        font-size: 15px;
    }
    .thematiques .theme {
        margin: 10px 0;
    }
    .thematiques .theme a,
    .thematiques .theme span {
        font-size: 14px;
        font-weight: 600;
    }
    .thematiques .sublist a {
        font-size: 13px;
        color: #f2f2f8;
    }
    .footer-text p::first-letter,
    .thematiques p::first-letter {
        font-size: 40px;
    }
    nav.footer-links {
        padding-left: 0;
    }
    nav.footer-links ul {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
    }
    .footer-menu {
        padding-left: 0;
        font-size: 13px;
    }
    .footer-impressum {
        padding: 50px 0 20px;
        text-align: center;
    }
    footer a,
    footer a:hover {
        color: #fff;
    }
    @media (min-width: 768px) and (max-width: 992px) {
        .navbar-nav.navbar-right:last-child {
            margin-right: -30px !important;
        }
    }
    #dailyDays.form-control {
        height: auto;
        padding: 0;
    }
    .badge {
        min-width: 166px;
        background-color: #000;
        margin: 5px;
    }
    #recur_inpts label {
        display: block;
    }
    #daily label {
        display: inline-block;
    }
    .frm_ctrls label input {
        margin: 3px 5px 3px 0;
    }
    #cities_results .loc_add,
    #cities_results .loc_name,
    #loc_results .loc_add,
    #loc_results .loc_name {
        display: inline-block;
        padding-left: 16px;
    }
    #cities_results label,
    #loc_results label,
    #cities_resultsMenu label,
    #cities_resultsAgenda label {
        font-weight: 400;
        height: auto;
        width: 100%;
        cursor: pointer;
        padding: 7px;
    }
    .labelloc {
        display: flex;
        align-items: center;
    }
    .hl_frm {
        background: #f5f5f5;
    }
    @media only screen and (min-width: 767px) {
        #cities_results,
        #loc_results {
            margin-left: 110px;
        }
    }
    @media only screen and (max-width: 767px) {
        #cities_resultsMenu .hl {
            background: #dedede;
        }
        #cities_resultsMenu label {
            margin-bottom: 0;
        }
    }
    input[type="text"]{
        font-size:16px;
        font-size:1.6rem;
    }
    #dsCal {
        z-index: 100;
        position: absolute;
    }
    .form-horizontal .control-label {
        white-space: nowrap;
    }
    .output.req2,
    .output.req3 {
        margin: 0;
    }
    .truncate-ellipsis-cat {
        display: block;
        overflow: hidden;
        table-layout: fixed;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .categories-time,
    .location-city-billeterie {
        display: inline;
    }
    .truncate-ellipsis-cat a {
        text-decoration: underline;
        color: #000;
    }
    .truncate-ellipsis {
        display: table;
        table-layout: fixed;
        width: 100%;
        white-space: nowrap;
    }
    .descriptionListing {
        padding-bottom: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }
    .billetterie-listing {
        padding-right: 5px;
    }
    .truncate-ellipsis > * {
        display: table-cell;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .table {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }
    .table-cell {
        display: table-cell;
    }
    .cell-full {
        max-width: 1px;
        width: 100%;
    }
    .cell-ellipsis {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .cell-noWrap {
        white-space: nowrap;
    }
    .listing-location.table {
        margin-bottom: 0;
    }
    .pagination a.disabled {
        pointer-events: none;
    }
    .pagination .glyphicon-chevron-left {
        line-height: 1;
        color: #210535;
    }
    .pagination .disabled .glyphicon {
        color: #bcbcbc;
    }
    .mini-cal {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #dfdfdf;
        border-spacing: 10px;
        empty-cells: show;
        font-size: 0.9em;
        margin: auto 0;
        padding: 0;
        width: 100%;
        empty-cells: show;
        border-collapse: separate;
    }
    .table.mini-cal {
        margin-bottom: 0;
    }
    td.title {
        border: medium none;
    }
    .mini-cal td.nav,
    .mini-cal td.title {
        border: medium none;
    }
    .mini-cal td {
        color: #666;
        cursor: pointer;
        margin: 0;
        text-align: center;
        width: 10%;
        border-radius: 70%;
        border: 1px solid #ddd;
    }
    .mini-cal td.dow {
        border: medium none;
        color: #3f4c6c;
        font-size: 1.3em;
    }
    .mini-cal td.blank {
        border: medium none;
    }
    .mini-cal td.nav a {
        color: #666;
        display: block;
        font-size: 1.5em;
        padding: 0 1%;
    }
    .mini-cal td.events,
    .mini-cal td.events a {
        background: none repeat scroll 0 0 #f1f1f1;
        color: #000;
    }
    .mini-cal td.today,
    .mini-cal td.today a {
        background: none repeat scroll 0 0 #802489;
        color: #fff;
    }
    .mini-cal a {
        display: block;
        line-height: 20px;
        text-decoration: none;
    }
    a.c,
    a.l,
    a.r {
        width: 33%;
    }
    .mnu {
        background: none repeat scroll 0 0 #bcbcbc;
        display: table;
        width: 100%;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .side-content .mnu {
            margin: auto;
            width: 60%;
        }
    }
    .mnu a {
        color: #fff;
        display: block;
        float: left;
        font-size: 0.9em;
        margin: 0;
        padding: 2px 0 0;
        text-align: center;
        text-decoration: none;
    }
    #jumpMonth {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        float: none;
        font-size: 1.2em;
        margin: auto;
        padding: 0;
        text-align: center;
    }
    @media (max-width: 767px) {
        .mini-cal {
            border-spacing: 5px;
        }
        .table.mini-cal > tbody > tr > td {
            padding: 6px;
        }
    }
    .social {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    [class^="icon-btn"] {
        height: 40px;
        width: 40px;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-size: 30px;
        line-height: 40px;
        transition: ease-in-out 0.3s;
        border-radius: 50px;
        margin-left: 10px;
        background-color: #000;
        display: block;
        text-align: center;
        float: left;
    }
    .twitter {
        color: #4099ff;
    }
    .facebook {
        color: #3b5998;
    }
    .google-plus {
        color: #db5a3c;
    }
    .instagram {
        color: #5c3d2e;
    }
    .github {
        color: #4183c4;
    }
    .icon-btn:hover {
        transform: scale(1.1);
        color: #fff;
    }
    .twitter:hover {
        background-color: #4099ff;
    }
    .facebook:hover {
        background-color: #3b5998;
    }
    a.link {
        color: inherit;
    }
    @media (max-width: 320px) {
        .truncate-ellipsis-cat span:nth-of-type(1n + 2) {
            display: none;
        }
        .headerpage {
            display: none;
        }
    }
    @media (max-width: 767px) {
        .navbar-brand {
            padding-top: 3px;
        }
        .cat-dp-header {
            color: #fff;
        }
        .catMenu label span,
        .subcat:before {
            color: #fff;
        }
        #hc_search_keyword {
            width: 100%;
        }
        .catMenu a {
            color: #fff;
        }
        #breadcrumbs {
            padding-left: 10px;
        }
        .img-responsive {
            display: inline;
            max-width: 100%;
        }
        #image-description {
            text-align: center;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 10px;
        }
        #tools-image-description figure {
            padding-left: 0;
        }
        .footer-text {
            margin: auto;
            text-align: center;
        }
        .footer-impressum,
        .social,
        .store {
            margin: auto;
            text-align: center;
            padding-bottom: 40px;
        }
        .panel-count {
            width: 100%;
        }
        .panel-count .panel-heading {
            width: 20%;
        }
        .event-ads {
            float: none !important;
        }
        h1 {
            font-weight: 600;
            font-size: 20px;
        }
        .descriptionListing {
            display: none;
        }
        .media-heading a {
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
        }
        .media-heading {
            font-size: 1.5rem;
            font-weight: 600;
        }
        .categories-time.table {
            font-size: 1.2rem;
            margin-bottom: 0;
        }
        .listing-location.table {
            font-size: 1.2rem;
            margin-bottom: 0;
        }
        .list-time-xs {
            display: none;
        }
        .list-time {
            display: block;
        }
        #listin_btn_ticket .btn-success {
            font-size: 1.2rem;
        }
        #listin_btn_ticket .btn {
            padding: 4px 8px;
        }
        .media-body {
            padding: 5px 0 0 5px !important;
        }
        .timeListing {
            float: none;
            background: 0 0;
            padding: 0;
            text-decoration: none;
        }
        h2, .h2 {
            font-size: 16px !important;
            font-weight: 600 !important;
            margin: 0 0 14px;
        }
        #tools-image-description h2 {
            margin: 0 0 14px;
        }
        .small-img {
            max-height: 120px;
        }
        .social {
            text-align: center;
        }
        .footer-links {
            text-align: center;
        }
        .digest {
            display: block;
        }
    }
    @media (min-width: 768px) {
        .panel-count {
            width: 48%;
        }
        .list-time {
            display: block;
        }
        .list-time-xs {
            display: none;
        }
    }
    .panel-count .panel-heading {
        width: 20%;
    }
    @media (min-width: 1200px) {
        .panel-count {
            width: 18%;
        }
    }
    .panel-count .panel-heading {
        width: 20%;
    }
    * {
        box-sizing: border-box;
    }
    * {
        margin: 0;
        padding: 0;
    }
    .login-container {
        position: relative;
        border-radius: 5px;
        padding: 20px 0 30px 0;
    }
    #login-form .btn,
    #login-form input {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 4px;
        margin: 5px 0;
        opacity: 0.85;
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
    }
    #login-form input {
        border: 1px solid #d9d9d9;
    }
    #login-form input:hover,
    .btn:hover {
        opacity: 1;
    }
    #btn-facebook {
        background-color: #3b5998;
        color: #fff;
    }
    #btn-twitter {
        background-color: #55acee;
        color: #fff;
    }
    #btn-google {
        background-color: #dd4b39;
        color: #fff;
    }
    #login-form input[type="submit"] {
        background-color: #4caf50;
        color: #fff;
        cursor: pointer;
    }
    #login-form input[type="submit"]:hover {
        background-color: #45a049;
    }
    .login.col {
        float: left;
        width: 50%;
        margin: auto;
        padding: 0 50px;
        margin-top: 6px;
    }
    .login.row:after {
        content: "";
        display: table;
        clear: both;
    }
    .vl {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        border: 2px solid #ddd;
        height: 175px;
    }
    .vl-innertext {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .hide-md-lg {
        display: none;
    }
    .bottom-container {
        text-align: center;
        background-color: #666;
        border-radius: 0 0 4px 4px;
        margin-top: 30px;
    }
    .account.row:hover,
    .login.row:hover {
        background: 0 0;
    }
    .login.row {
        margin: 1px 0 0 0;
    }
    .divider {
        text-align: center;
        position: relative;
        width: 79%;
        display: block;
        margin: auto;
    }
    .dropdown-menu .divider {
        margin: auto;
    }
    .divider hr {
        border: 1px #9f9f9f solid;
        position: relative;
        top: -0.8em;
        z-index: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
    .divider span {
        background-color: #fafafa;
        padding: 0 12px;
        margin: 0;
        color: #3e3e3e;
        position: relative;
        z-index: 10;
        font-size: 15px;
        font-weight: 500;
    }
    @media screen and (max-width: 870px) {
        .login.col {
            width: 100%;
            margin-top: 0;
        }
        .vl {
            display: none;
        }
        .hide-md-lg {
            display: block;
            text-align: center;
        }
    }
    .loginpage-container {
        position: relative;
        border-radius: 5px;
        background-color: #fafafa;
        padding: 20px 0 30px 0;
        width: 420px;
        max-width: 100%;
        border: 1px solid #f2f2f2;
        margin: auto;
        margin-top: 11px;
    }
    .loginpage-container.store {
        display: flex;
    }
    .bottom-loginpage-container {
        text-align: center;
        border-radius: 0 0 4px 4px;
        width: 400px;
        max-width: 100%;
    }
    .loginpage.col {
        width: 100%;
        margin: auto;
        padding: 0 50px;
    }
    .loginpage.vl {
        display: none;
    }
    .signup-welcome {
        padding: 20px 20px 0 20px;
        text-align: center;
    }
    .signup-welcome-header {
        margin: 10px 0;
        font-size: 28px;
        font-weight: 700;
    }
    a.user.login-nav-text {
        color: #fff;
        float: right;
        padding: 15px;
        text-decoration: none;
    }
    .proposer .btn {
        width: 100%;
    }
    .caption {
        position: absolute;
        top: 45%;
        left: 5%;
        z-index: 5;
    }
    .caption h1 {
        color: #fff;
    }
    .img_full {
        position: relative;
    }
    .overlay {
        background: #000;
        opacity: 0.5;
        content: "";
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    @media (min-width: 1200px) {
        .img_full img {
            width: 100%;
            height: auto;
            top: auto;
            left: 0;
            bottom: 0;
            margin-left: 0;
            margin-top: 0;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }
    }
    #location-page,
    #map-page section {
        display: flex;
        flex-direction: column;
    }
    #map-page #map-search-loc {
        margin: 1.4rem auto 7rem;
    }
    @media (min-width: 992px) {
        #event-page .mobile-topside {
            margin-top: 0;
        }
        #billboard-page .mobile-topside {
            margin-top: 10rem;
        }
        #location-page .mobile-topside {
            margin-top: 0;
        }
        #map-page .mobile-topside {
            margin-top: 0;
        }
        #location-page,
        #map-page section {
            display: block;
        }
        #agenda-page .mobile-topside {
            margin-top: 0;
        }
        #agenda-page .side-content {
            margin-top: 9rem;
        }
        #liste-cat-lieux-page .mobile-topside,
        #liste-cat-ville-page .mobile-topside,
        #liste-ville-lieu-page .mobile-topside {
            margin-top: 0;
        }
    }
    .lazyload,
    .lazyloading {
        opacity: 0;
    }
    .lazyloaded {
        opacity: 1;
        transition: opacity 0.3s;
        background: #f7f7f7 url(/themes/publisher/img/loader.gif) no-repeat center;
    }
    img.lazyload:not([src]) {
        visibility: hidden;
    }
    @media only screen and (max-width: 767px) {
        .breadcrumb > li + li::before {
            padding: 0;
        }
        ol.breadcrumb > li {
            display: none;
        }
        ol.breadcrumb li:nth-child(1),
        ol.breadcrumb li:nth-last-child(1),
        ol.breadcrumb li:nth-last-child(2) {
            display: inline-block;
        }
        ol.breadcrumb li:nth-child(1):nth-last-child(2)::after {
            content: "";
        }
        ol.breadcrumb li:nth-child(1):not(:nth-last-child(2))::after {
            content: "/\00a0...";
        }
        #breadcrumbs span small {
            display: none;
        }
        #breadcrumbs ol {
            margin-left: 0;
        }
        #breadcrumbs {
            font-size: 90%;
        }
    }
    top-ad {
        background: #fff;
        display: table;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 6px;
    }
    .listing-ad {
        background: #fff;
        border: 1px solid #dfdfdf;
        display: table;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .event-ads {
        padding: 10px 0 10px 10px;
    }
    #hc_ads {
        margin: 5% 0;
    }
    @media (min-width: 1200px) {
        .adslot_1 {
            height: 152px;
            max-height: 152px;
            text-align: center;
        }
    }
    .bottom-ad,
    .top-ad {
        text-align: center;
        padding: 10px 0;
    }
    @media (max-width: 767px) {
        .bottom-ad,
        .top-ad {
            height: 300px;
        }
    }
/* 
    @media (min-width: 768px) {
        .bottom-ad,
        .top-ad {
            height: 300px;
        }
    }
 */
    #image_preview {
        height: 175px;
    }
    @font-face {
        font-family: "FontAwesome";
        src: url("https://www.sortiraujourdhui.fr/themes/publisher/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2");
        font-display: swap;
        font-weight: normal;
        font-style: normal;
    }
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fa-lg {
        font-size: 1.33333333em;
        line-height: 0.75em;
        vertical-align: -15%;
    }
    .fa-2x {
        font-size: 2em;
    }
    .fa-3x {
        font-size: 3em;
    }
    .fa-4x {
        font-size: 4em;
    }
    .fa-5x {
        font-size: 5em;
    }
    .fa-twitter:before {
        content: "\f099";
    }
    .fa-facebook-f:before,
    .fa-facebook:before {
        content: "\f09a";
    }
    .fa-rss:before {
        content: "\f09e";
    }
    .fa-envelope:before {
        content: "\f0e0";
    }
    .fa-linkedin:before {
        content: "\f0e1";
    }
    .fa-apple:before {
        content: "\f179";
    }
    .fa-google:before {
        content: "\f1a0";
    }
    .fa-yahoo:before {
        content: "\f19e";
    }
    .fa-windows:before {
        content: "\f17a";
    }
    .fa-map-marker:before {
        content: "\f041";
    }
    #publish-buttons {
        width:100%;
    }
    #login-publish {
        width:auto;
        display:flex;
        justify-content:space-between;
        }
        
    #no-login-publish a {
        width: 100%;
        margin-top: 1rem;
        }
    
    @media (min-width: 576px) {
        #publish-buttons {
            display:flex;
            justify-content:space-evenly;
        }
        #login-publish {
            width:280px;
            display:flex;
            justify-content:space-between;
        }
        #no-login-publish a {
            margin-top: 0;
        }
        #newsletter-buttons {
            display: flex;
            justify-content:space-evenly;
        }
    }
 @media(min-width:768px){#qrcodeModal .modal-dialog{width: 700px;margin:50px auto;}}
 .grecaptcha-badge { visibility: hidden; }
 
 ul.footer_city_list li, .footer-links li {margin-bottom:8px;}
