.g5blog__single .entry-content .wpem-event-details h3 {
  margin-top: 0;
  display: inline-block;
}
.display-inline {
  display: inline-block;
}
article.type-event_listing .g5core__post-featured.g5blog__single-featured,
article.type-event_listing .g5blog__single-meta-top {
  display: none;
}
.single-event_listing #primary-content {
  padding: 50px 0;
}
.wpem-main p > a, .wpem-main p > a:hover {
  color: #550305 !important;
  text-decoration: underline !important;
}

/***** Lexique *****/
a.glossaryLink  {
  display: inline-block;
    background: transparent;
    color: #550305 !important;
    padding: 0;
    border: none;
    border-radius: 0;
    font-weight: bold;
}

/***** Sidebar *****/
.widget .widget-title {
  margin-bottom: 0;
  background: #550305;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
}
#sidebar .widget_media_image img {
  width: 100% !important;
}
.box-latest-event > h4.widget-title {
    display: none;
}
.box-latest-event ul.event_listings {
    padding-left: 0;
}
.box-latest-event .wpem-event-type, .box-latest-event .wpem-event-ticket-type {
  display: none !important;
}

/***** Accueil *****/
.box-image-accueil .content-box {
    position: absolute;
    top: 45%;
    left: 35%;
    background: #fff;
    width: 200px;
    height: 40px;
    padding-top: 10px;
    opacity: 0.6;
    z-index: 200;
}

.box-image-accueil {
    position: relative;
}

/***** Blog > Breadcrumb *****/
.gel-breadcrumbs {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  color: #000;
  border-radius: 30px;
}
ul.gel-breadcrumbs > li {
    color: #000;
}

.gel-breadcrumbs > ul,
.gel-breadcrumbs > ul > li, 
.gel-breadcrumbs > ul > li:hover a {
    color: #000 !important;
}

.gel-breadcrumbs > ul > li.breadcrumb-leaf {
    color: #000;
}

/***** Page de présentation *****/
.gel-counter-prefix {
  top: 0;
}

/***** Activités *****/
.content-img-top .vc_column-inner {
    justify-content: normal !important;
}

/***** Téléchargements *****/
.type-wpdmpro .g5blog__single-meta-top {
  display: none;
}

