/*

*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
#main-content.event-container .container:before {
  display: none;
}
.events-listing {
  margin-bottom: 100px;
  width: 100%;
}
.event-types-filter {
  margin: 10px 0;
}
.event-types-filter button {
  background: none;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  margin-right: 4px;
  padding: 5px 8px;
  transition: 250ms;
}
.event-types-filter button.active,
.event-types-filter button:hover {
  background: #2ea3f2;
  border-color: #2ea3f2;
}
.event-results-title {
  font-size: 18px;
  margin-top: 30px;
}
.event-listing-row {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.event-listing-row:hover td {
  background: rgba(226, 226, 226, 0.2);
  color: #303030;
}
.event-listing-row .event-type,
.event-listing-row .event-name,
.event-listing-row .event-lieu,
.event-listing-row .event-date,
.event-listing-row .event-epreuves,
.event-listing-row .event-details-results {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.event-resultats-section {
  margin-bottom: 100px;
}
.event-resultats {
  margin-bottom: 23px;
  width: 100%;
}
.event-resultats th,
.event-resultats td {
  border: 1px solid #e2e2e2;
}
.event-result:hover td {
  background: rgba(226, 226, 226, 0.2);
  color: #303030;
}
.content-event .event-detail {
  width: 50%;
}
.content-event .event-detail:hover {
  background: rgba(226, 226, 226, 0.2);
  color: #303030;
}
.content-event .event-detail span {
  display: inline-block;
  padding: 5px;
}
.content-event .event-detail span.label {
  width: 35%;
}
.content-event .event-detail span.value {
  font-weight: bold;
  width: 50%;
}
.content-event .event-more-info {
  margin-top: 20px;
}
.content-event .event-more-info a {
  text-decoration: underline;
}
/*-------------------[1080px]------------------*/
/*-------------------[960px]------------------*/
/*-------------------[768px]------------------*/
/*-------------------[480px]------------------*/
/*-------------------[320px]------------------*/
/*# sourceMappingURL=iso_event.css.map */