@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
  
#eb-category-page-columns .eb-event-box, #eb-event-columns .up-event-item {
  margin: 0;
  width: 25%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
#eb-category-page-columns > .row-fluid, #eb-event-columns > .row-fluid {
  width: 100%;
  background: #dae0d7;
  margin: 0 0 5px;
  display: table;
}
#eb-category-page-columns .eb-event-box, #eb-event-columns .up-event-item {
    margin: 0;
    width: 33%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    padding: 6px;
    display: table-cell;
    height: 100%;
    float: none;
    border-right: 2px #333 solid;
  	background-image: linear-gradient(to left, #E9E9E9, #FFFEFF);
}
@media screen and (max-width: 767px) {
  #eb-category-page-columns > .row-fluid, #eb-event-columns > .row-fluid {
    width: 100%;
    background: none;
    margin: 0;
    display: block;
  }
  #eb-category-page-columns .eb-event-box, #eb-event-columns .up-event-item {
      width: 100%;
      display: block;
      height: auto;
      float: none;
      margin: 0 0 5px;
    border: none;
  }
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span5 , .row .col-md-5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
}
.row-fluid .span7 , .row .col-md-7{
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
}
.row .col-md-5 {
    padding-left: 5px;
    padding-right: 0;
}
}
.eb-event-box .eb-event-location, .up-event-item .eb-event-location {
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 0 10px 10px;
}
#eb-category-page-columns .eb-event-box:last-child, #eb-event-columns .up-event-item:last-child {
  border: none;
}
.row-fluid .span6 {
    border: 1px solid red !important;
    margin-bottom: 22px !important;
    padding: 22px !important;
}
#eb-share-button a{float: left !important;}

.eb-event-box h2.eb-event-title-container, .up-event-item h2.eb-event-title-container {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.eb-event-box h2.eb-event-title-container a, .up-event-item h2.eb-event-title-container a {
  color: #030303 !important;
	font-size: 18px !important;
  font-weight: bold;
}
.eb-event-box .eb-event-date-time, .up-event-item .eb-event-date-time {
    margin-top: 0;
    font-weight: bold;
    font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.eb-event-box .eb-event-location-price, .up-event-item .eb-event-location-price {
    padding-bottom: 0;
    padding-top: 0;
  	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 300;
}
.eb-event-box .eb-event-location-price a, .up-event-item .eb-event-location-price a {
  color: #4169e1;
}
.eb-event-short-description hr {
  display: none;
}
.eb-event-box .eb-event-short-description p, .up-event-item .eb-event-short-description p {
  margin: 0;
  font-size: 13px;
  background-image: linear-gradient(to left, #E9E9E9, #FFFEFF);
}
.eb-event-box .eb-event-short-description p:nth-child(odd), .up-event-item .eb-event-short-description p:nth-child(odd) {
    background: #E9E9E9;
}
.eb-event-box .eb-event-short-description p:nth-child(even), .up-event-item .eb-event-short-description p:nth-child(even) {
    background: none;
}
.eb-event-box .eb-taskbar li a, .up-event-item .eb-taskbar li a {
  line-height: normal;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 13px;
}
.up-event-item .eb-taskbar .btn {
  color: #fff;
}
/*ajout serge*/

div#eb-event-columns .row {
    margin: 0 0 5px;
}