@charset "UTF-8";
@import url("./icons.css");
#fbLink {
  box-sizing: border-box;
  font-family: "Bebas Neue", cursive;
  font-size: 1.5em;
  text-align: center;
  background: #3b5998;
  color: #E8EDEF;
  border-radius: 0.5em;
  border: 1px solid #E8EDEF;
  box-shadow: 0 0 4px #aaa;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  font-weight: 100;
  display: block;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
  font-family: "Oswald", sans-serif;
}

.thumbnails-d, .thumbnails-b {
  width: 250px !important;
  margin: auto;
}

.thumbnails-f {
  width: 800px !important;
  margin: auto;
}

.thumbnails-d .syndicatedItem .video-title, .thumbnails-b .syndicatedItem .video-title, .thumbnails-f .syndicatedItem .video-title {
  font-size: 14px !important;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-dropdown__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .custom-dropdown::after { /*  Custom dropdown arrow */
    content: "▼";
    height: 1em;
    font-size: 0.5em;
    line-height: 1;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    background: none;
  }
  .custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
  }
  /* White dropdown style */
  .custom-dropdown--white::before {
    top: 0.5em;
    bottom: 0.5em;
    background: none;
  }
  .custom-dropdown--white::after {
    color: deeppink;
  }
  /* FF only temp fix */
  @-moz-document url-prefix() {
    .custom-dropdown__select {
      padding-right: 0.9em;
    }
    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em;
    }
    .custom-dropdown--small .custom-dropdown__select {
      padding-right: 0.5em;
    }
  }
}
article#announce {
  width: 100% !important;
}
article#announce p {
  margin-left: 1em;
}

div#scores {
  flex: auto;
}
div#scores main time {
  display: block;
  font-size: 1.2em;
  margin: 0 0 0.1em 1em;
  color: #0F7395;
}
div#scores main p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 1em;
  padding: 0 0.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#scores main p label {
  font-family: "Bebas Neue", cursive;
  font-size: 1.2em;
  color: #474645;
  display: inline-block;
  width: 40%;
  margin: 5px 0 0 0;
}
div#scores main p select, div#scores main p a {
  margin: 5px 0 5px 0;
  font-size: 1.1em;
  padding: 0.2em 0;
  width: 160px;
  border: 1px solid #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #0F7395;
  transition: all 0.5s;
  line-height: 2em;
  box-shadow: 0 0 5px #474645;
  cursor: pointer;
}
div#scores main p option {
  padding: 5px 0;
}
div#scores main p select:hover, div#scores main p a:hover {
  background: #B5BE0F;
  border-radius: 10px;
}
div#scores main p a {
  padding: 0 5px;
  width: 150px;
  line-height: 2em;
}
div#scores main h2 {
  width: 95%;
  border-bottom: 1px solid #B5BE0F;
  color: #B5BE0F;
  font-weight: 100;
  margin: 0 1em;
  text-align: center;
}
div#scores main h2 moyenne strong {
  font-weight: 100;
  opacity: 1;
  font-size: 1em;
  margin-right: 0.25em;
}
div#scores main h2 em {
  font-style: normal;
  opacity: 0.7;
  font-size: 1em;
}
div#scores main h2 u {
  text-decoration: none;
  opacity: 0.5;
  font-size: 0.9em;
  float: right;
}
div#scores main h2 time {
  color: #474645;
  opacity: 0.3;
  font-size: 0.8em;
  display: inline-block;
}
div#scores main h3 {
  margin: 0 0 0.5em 0.5em;
  padding: 1em 0 0.1em 0;
  text-align: right;
  width: 98%;
  clear: both;
  font-family: "Bebas Neue", cursive;
  color: #B5BE0F;
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid #B5BE0F;
}
div#scores main article {
  margin-bottom: 1em;
}
div#scores main article h4 {
  width: 100%;
  color: #555;
  font-weight: normal;
}
div#scores main article.scores {
  width: 96%;
  margin: 2em 1%;
}
div#scores main article.scores time {
  float: left;
  width: 100%;
  margin: 0.5em 0 0.1em 0.5em;
  clear: both;
}
div#scores main article.scores p {
  display: flex;
  font-size: 1.1em;
  line-height: 1.7em;
  width: 100%;
  margin: 0 0 0 0.5em;
  transition: all 1s;
  cursor: crosshair;
  clear: both;
}
div#scores main article.scores p cite {
  width: 38%;
  display: inline-block;
  font-style: normal;
}
div#scores main article.scores p cite.dom {
  text-align: right;
}
div#scores main article.scores p cite img {
  vertical-align: middle;
  margin: 0 0.25em;
}
div#scores main article.scores p time {
  font-size: 1em;
  text-align: center;
  width: 10%;
  display: inline-block;
  padding: 0 0 0 0;
  clear: none;
  margin: 0;
}
div#scores main article.scores p strong {
  float: left;
  width: 10%;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  font-weight: 100;
  font-size: 1.1em;
  color: #474645;
}
div#scores main article.scores p strong mark {
  background: none;
  color: darkred;
}
div#scores main article.scores p i {
  float: left;
  margin: 0.35em 0.5em 0 0;
}
div#scores main article.scores p:hover {
  box-shadow: 0 0 10px #888;
  background: rgba(181, 190, 15, 0.2);
}
div#scores main article#listClubs {
  margin: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div#scores main article#listClubs img {
  width: 50px;
  transition: all 0.5s;
}
div#scores main article#listClubs img:hover {
  filter: drop-shadow(2px 2px 3px darkGray);
}
div#scores main table {
  border-collapse: collapse;
  overflow: hidden;
  width: 98%;
  margin: 1em 0 0 0.5em;
  border-right: 1px solid #B5BE0F;
  font-size: 1.2em;
  padding-top: 20px;
  position: relative;
}
div#scores main table caption {
  margin: 2em 0 10px 0;
  font-size: 30px;
  color: #B5BE0F;
  font-weight: bold;
}
div#scores main table tr th {
  font-weight: 100;
  text-transform: uppercase;
  background: #B5BE0F;
  color: #fff;
  padding: 0.5em 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
div#scores main table tr td {
  padding: 5px;
  border-bottom: 1px solid #B5BE0F;
}
div#scores main table img {
  vertical-align: middle;
  margin: 0 0.25em;
}
div#scores main table a {
  display: inline-block;
  text-decoration: none;
  color: #474645;
}
div#scores main table .cl_Ti {
  text-align: right;
}
div#scores main table .cl_T {
  display: flex;
  align-items: center;
}
div#scores main table .cl_T img {
  width: 30px !important;
}
div#scores main table .cl_id {
  text-align: center;
  padding: 0 0.1em;
}
div#scores main table .cl_B {
  padding: 0 5px;
  text-align: right;
  background: rgba(181, 190, 15, 0.3);
}
div#scores main table .cl_1 {
  text-align: right;
  padding: 0.2em;
}
div#scores main table .cl_2 {
  text-align: right;
  padding: 0.2em;
}
div#scores main table .cl_3 {
  padding: 0 2px;
  text-align: right;
  font-size: 0.91em;
  background: rgba(181, 190, 15, 0.3);
}
div#scores main table .cl_4 {
  padding: 0 2px;
  text-align: right;
}
div#scores main table .cl_5 {
  padding: 0 2px;
  text-align: right;
  background: rgba(181, 190, 15, 0.3);
}
div#scores main table .cl_6 {
  padding: 0 2px;
  text-align: right;
}
div#scores main table .cl_7 {
  padding: 0 2px;
  text-align: right;
  background: rgba(181, 190, 15, 0.3);
}
div#scores main table .first {
  background: #B5BE0F;
}
div#scores main table .second {
  background: #ccd611;
}
div#scores main table .third {
  background: #474645;
  color: #fff;
}
div#scores main table .last {
  background: #474645;
  color: #ccd611;
}
div#scores main section#stats {
  display: flex;
  flex-wrap: wrap;
  box-shadow: none;
}
div#scores main section#stats header {
  position: relative;
  width: 98%;
  padding: 1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(#ffffff 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4c4f2",endColorstr="#dedede", GradientType=0);
  box-shadow: 0 0 5px #888;
  border-bottom: 1px solid white;
}
div#scores main section#stats header img {
  width: 130px;
  height: auto;
  float: left;
  margin-right: 20px;
}
div#scores main section#stats header h2 {
  font-family: "Bebas Neue", cursive;
  border-bottom: none;
  padding: 0;
  color: #272625;
  width: auto !important;
  font-weight: 100;
}
div#scores main section#stats header ul#team {
  margin-top: 30px;
}
div#scores main section#stats header ul#team li {
  list-style: none;
}
div#scores main section#stats header a.close {
  color: #272625;
  clear: both;
  position: absolute;
  z-index: 1000000;
  top: 5px;
  left: 98%;
}
div#scores main section#stats article#moyenne {
  padding-bottom: 1em;
  width: 100%;
}
div#scores main section#stats article#moyenne h2 {
  color: #474645;
  text-align: center;
  font-size: 3em;
  border-bottom: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
div#scores main section#stats article#moyenne ul {
  width: 100%;
  padding: 0;
  margin: 0em;
  font-size: 3em;
  display: flex;
  list-style: none;
  justify-content: space-around;
}
div#scores main section#stats article#moyenne ul li {
  width: 12%;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  border: 1px solid #aaa;
  text-align: center;
  box-shadow: 0 0 0.25em #474645;
  background-image: linear-gradient(#ffffff 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4c4f2",endColorstr="#dedede", GradientType=0);
  text-shadow: 0 0 0.15em #888;
  border-radius: 0.15em;
}
div#scores main section#stats article#moyenne ul li span {
  display: block;
  font-size: 0.4em;
  color: #272625;
  text-shadow: 0 0 0 #fff;
}
div#scores main section#stats article#moyenne ul li i {
  font-style: normal;
}
div#scores main section#stats article#moyenne ul li i.dom {
  background: #efefef;
}
div#scores main section#stats article#moyenne ul li i.green {
  color: green;
}
div#scores main section#stats article#moyenne ul li i.red {
  color: #cc0000;
}
div#scores main section#stats article#moyenne ul li i.blue {
  color: #000099;
}
div#scores main section#stats article#moyenne ul li:last-child {
  border-right: 1px solid #aaa;
}
div#scores main section#stats article#calendrier {
  float: left;
  width: 52%;
}
div#scores main section#stats article#calendrier h2 {
  color: #474645;
  text-align: center;
  font-size: 3em;
  border-bottom: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
div#scores main section#stats article#calendrier table {
  border: none;
}
div#scores main section#stats article#calendrier table.subteam {
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 1em;
  margin: 5px;
  text-align: center;
  border-radius: 7px;
  text-transform: uppercase;
  color: #111111;
}
div#scores main section#stats article#calendrier table.subteam a {
  color: #111111;
}
div#scores main section#stats article#calendrier table.subteam td {
  font-weight: normal;
  padding: 0.2em 1em;
  background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5",GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  box-shadow: 0 0 3px #999;
  border: 1px outset #fff;
}
div#scores main section#stats article#calendrier table.subteam td.pts {
  color: #333;
  width: 25px;
}
div#scores main section#stats article#calendrier table.subteam td.eqL {
  width: 150px;
}
div#scores main section#stats article#calendrier table.subteam td.eqR {
  width: 150px;
}
div#scores main section#stats article#calendrier table.subteam td.date {
  width: 50px;
  text-align: center;
  font-size: 1em;
  padding: 0 3px;
  background: #dadada;
  color: #333;
  text-shadow: none;
}
div#scores main section#stats article#calendrier .highcharts-legend {
  display: none;
}
div#scores main section#stats aside {
  width: 45%;
  padding: 1%;
}
div#scores main section#stats aside article {
  border-radius: 0.5em;
}
div#scores main section#ligues h2 {
  color: #0F7395;
  font-size: 2em;
  width: 98%;
  text-align: center;
  border-top: 1px solid #BBC31F;
  border-bottom: 1px solid #BBC31F;
  margin-left: 1%;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
}
div#scores main section#ligues nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
div#scores main section#ligues nav a {
  color: white;
  background: #0F7395;
  border-radius: 1em;
  margin: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  font-size: 1.2em;
}
div#scores main section#ligues nav a:hover {
  background: #B5BE0F;
  box-shadow: 5px 5px 1em #aaa;
}
div#scores main section#posts {
  flex: auto;
  margin: 0 1%;
}
div#scores main section#posts h2 {
  width: 98%;
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  background: #B5BE0F;
  margin: 0;
  padding: 0.3em 1%;
}
div#scores main section#posts a {
  color: #B5BE0F;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  font-size: 1.2em;
  padding: 3.5px 0;
}
div#scores main section#posts a:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
div#scores main section#posts a:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
div#scores main section#posts a:hover {
  color: white;
  background: rgba(0, 0, 0, 0.7);
}
div#scores main section#posts a:hover time {
  color: #ccc;
}
div#scores main section#posts a time {
  font-weight: normal;
  color: #0F7395;
  width: 20%;
  min-width: 200px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  font-size: 0.9em;
}
div#scores main section#posts a strong {
  width: 150px;
  font-weight: 100;
  color: deeppink;
  display: inline-block;
}
div#scores main ul.po {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  width: 100%;
}
div#scores main ul.po:first-child {
  margin-top: 5px;
}
div#scores main ul.po li {
  text-align: center;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #0F7395;
  transition: all 0.5s;
}
div#scores main ul.po li:hover {
  box-shadow: 0 0 10px #272625;
  background: #ccd611;
}
div#scores main ul.po li time {
  width: 20%;
  font-size: 1em;
  margin: 0;
}
div#scores main ul.po li cite {
  width: 30%;
  font-style: normal;
}
div#scores main ul.po li cite:first-child {
  text-align: right;
}
div#scores main ul.po li var {
  width: 20%;
  font-style: normal;
}
div#scores main ul.po li:first-child {
  font-family: "Bebas Neue", cursive;
  background: #0F7395;
  color: #fff;
  display: block;
}
div#scores main nav#jours {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 1%;
}
div#scores main nav#jours a {
  text-decoration: none;
  padding: 5px 0;
  width: 1.3em;
  background: #0F7395;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  transition: all 0.5s;
}
div#scores main nav#jours a:first-child {
  width: 50px;
}
div#scores main nav#jours a:last-child {
  width: 100px;
  background: #B5BE0F;
}
div#scores main nav#jours a:hover {
  background: #272625;
}
div#scores main div#native {
  margin: 1em 0;
  display: block;
}
div.container {
  padding: 10px 0 0 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 1280px;
  margin: 10px auto;
  box-shadow: 0 0 5px #888;
  position: relative;
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 80vh;
}
div.container #banner {
  margin-left: 0;
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  max-height: 90px;
  width: 100%;
}
div.container #banner a {
  width: 150px;
  margin: 3px 2%;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  align-items: center;
  border-radius: 5px;
  background: #B5BE0F;
  color: white;
  transition: all 0.5s;
}
div.container #banner a:nth-of-type(1n+4) {
  width: 40px;
  height: 40px;
  font-size: 25px;
}
div.container #banner a:nth-of-type(2) {
  background: #C4302b;
}
div.container #banner a:nth-of-type(4) {
  background: #3b5998;
}
div.container #banner a:nth-of-type(5) {
  background: #00acee;
}
div.container #banner a:nth-of-type(6) {
  background: #c13584;
}
div.container #banner a:nth-of-type(7) {
  background: #0e76a8;
}
div.container #banner a:nth-of-type(3) {
  background: #3e3e3e;
}
div.container #banner div {
  min-width: 728px;
  min-height: 90px;
  display: block;
  overflow: hidden;
}
div.container h1 {
  font-weight: 100;
  color: #0F7395;
  font-size: 2em;
  width: 97%;
  text-align: center;
  border-top: 1px solid #B5BE0F;
  border-bottom: 1px solid #B5BE0F;
  margin-left: 1%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
div.container h1 strong {
  color: #474645;
  font-weight: 100;
}
div.container h1 time {
  display: inline-block;
  font-size: 1em !important;
}
div.container h1 u {
  text-decoration: none;
}
div.container h1 em {
  font-style: normal;
}
div.container h1 select {
  border: none;
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  color: #B5BE0F;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 0.5em;
}
div.container main#home {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
div.container main#home form {
  width: 100%;
}
div.container main#home form input[type=text] {
  border-radius: 2em;
  padding: 0.5em;
  border: 2px solid #B5BE0F;
  width: 90%;
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
}
div.container main#home form button {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 1.5em;
}
div.container main#home form button:hover {
  color: #B5BE0F;
}
div.container main#home div#search {
  width: 98%;
  padding: 0 1%;
  display: flex;
  margin: 2em 0;
}
div.container main#home div.line {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  padding: 0 1%;
  margin-top: 1%;
}
div.container main#home div.line:first-child {
  padding-top: 2vw;
}
div.container main#home section#connect {
  width: 25%;
  font-size: 1.3em;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
div.container main#home section#connect strong {
  font-weight: 100;
}
div.container main#home section#connect a {
  text-decoration: none;
  color: #0F7395;
  transition: all 0.5s;
}
div.container main#home section#connect a:hover {
  text-shadow: 5px 5px 1vw #888;
  color: #474645;
}
div.container main#home section#sondage {
  flex: initial;
  flex-basis: 300px;
  height: 300px;
  margin: 0 0 1% 0;
  border: 1px solid #B5BE0F;
}
div.container main#home section#sondage h2 {
  width: 98%;
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  background: #B5BE0F;
  margin: 0;
  padding: 0.3em 1%;
}
div.container main#home section#sondage p {
  width: 100%;
  margin: 1px 0;
  overflow-y: hidden;
  line-height: 30px;
  height: 30px;
  display: flex;
}
div.container main#home section#sondage p strong {
  font-weight: 100;
  width: 150px;
  display: inline-block;
  background: #272625;
  color: white;
  padding: 0 3px;
}
div.container main#home section#sondage p strong u, div.container main#home section#sondage p strong i {
  float: right;
  text-decoration: none;
}
div.container main#home section#sondage p strong i {
  margin-top: 7px;
  cursor: pointer;
  transition: all 0, 5s;
}
div.container main#home section#sondage p strong i:hover {
  color: #B5BE0F;
}
div.container main#home section#sondage footer {
  text-align: center;
}
div.container main#home section#sondage footer strong {
  color: deeppink;
  font-weight: 100;
}
div.container main#home section#news {
  flex: auto;
  height: 300px;
  margin: 0 1%;
}
div.container main#home section#news h2 {
  width: 98%;
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  background: #B5BE0F;
  margin: 0;
  padding: 0.3em 1%;
}
div.container main#home section#news a {
  color: #B5BE0F;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  font-size: 1em;
  padding: 1px 0;
}
div.container main#home section#news a:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
div.container main#home section#news a:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
div.container main#home section#news a:hover {
  color: white;
  background: rgba(0, 0, 0, 0.7);
}
div.container main#home section#news a:hover time {
  color: #ccc;
}
div.container main#home section#news a time {
  font-weight: normal;
  color: #0F7395;
  width: 150px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
div.container main#home section#carre {
  flex: initial;
  flex-basis: 300px;
  height: 300px;
  margin: 0 0 0 0;
  border: 2px solid #B5BE0F;
}
div.container main#home section#resultats {
  width: 50%;
  min-height: 300px;
  margin-left: 1%;
}
div.container main#home section#resultats h2 {
  width: 98%;
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  background: #B5BE0F;
  margin: 0;
  padding: 0.3em 1%;
}
div.container main#home section#resultats a {
  color: #B5BE0F;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  font-size: 1em;
  padding: 3.5px 0;
  display: flex;
  flex-wrap: wrap;
}
div.container main#home section#resultats a:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
div.container main#home section#resultats a:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
div.container main#home section#resultats a:hover {
  color: white;
  background: rgba(0, 0, 0, 0.7);
}
div.container main#home section#resultats a:hover time {
  color: #ccc;
}
div.container main#home section#resultats a time {
  font-weight: normal;
  color: #0F7395;
  width: 30px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
div.container main#home section#resultats a span {
  display: inline-block;
}
div.container main#home section#resultats a span:nth-of-type(1) {
  color: deeppink;
  width: 200px;
}
div.container main#home section#resultats a span:nth-of-type(2) {
  text-align: right;
  width: 25%;
}
div.container main#home section#resultats a span:nth-of-type(3) {
  width: 25%;
  text-align: left;
}
div.container main#home section#resultats a strong {
  width: 50px;
  font-weight: 100;
  text-align: center;
  color: deeppink;
  display: inline-block;
}
div.container main#home section#resultats a strong u {
  text-decoration: none;
}
div.container main#home section#forum {
  flex: auto;
  min-height: 300px;
}
div.container main#home section#forum h2 {
  width: 98%;
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  background: #B5BE0F;
  margin: 0;
  padding: 0.3em 1%;
}
div.container main#home section#forum a {
  color: #B5BE0F;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  font-size: 1em;
  padding: 3.5px 0;
}
div.container main#home section#forum a:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
div.container main#home section#forum a:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
div.container main#home section#forum a:hover {
  color: white;
  background: rgba(0, 0, 0, 0.7);
}
div.container main#home section#forum a:hover time {
  color: #ccc;
}
div.container main#home section#forum a time {
  font-weight: normal;
  color: #0F7395;
  width: 50px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
div.container main#home section#forum a strong {
  width: 150px;
  font-weight: 100;
  color: deeppink;
  display: inline-block;
}
div.container main#searchResult {
  flex: auto;
}
div.container main#searchResult section.full {
  width: 95%;
  padding: 0 1%;
}
div.container main#searchResult section.full a {
  color: white;
  background: #0F7395;
  border-radius: 1em;
  margin: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  font-size: 1.2em;
}
div.container main#searchResult section.full a:hover {
  background: #B5BE0F;
  box-shadow: 5px 5px 1em #aaa;
}
div.container main#searchResult section.full div a {
  display: block;
  width: 98%;
  font-size: 1.2em;
  color: #0F7395;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: all 0.5s;
  border-bottom: 1px solid #B5BE0F;
}
div.container main#searchResult section.full div a:hover {
  background: #B5BE0F;
  color: white;
  box-shadow: none;
}
div.container main#searchResult section.full div a:first-child {
  border-top: 1px solid #B5BE0F;
}
div.container main#searchResult section.full div a time {
  width: 35%;
  display: inline-block;
  color: #474645;
}
div.container main#searchResult section:first-child {
  margin-top: -2em;
}
div.container main#searchResult h2 {
  font-family: "Oswald", sans-serif;
  color: #B5BE0F;
  font-size: 1.5em;
  font-weight: 100;
  letter-spacing: 1px;
  border-bottom: 1px solid #B5BE0F;
  margin-top: 2em;
  width: 100%;
}
div.container main#contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 73%;
}
div.container main#contact label {
  width: 16%;
  text-align: right;
  background: #0F7395;
  display: inline-block;
  border-radius: 5px;
  color: white;
  padding: 0.5em 1%;
  margin: 0.5em 1%;
}
div.container main#contact input[type=text], div.container main#contact input[type=email] {
  width: 75%;
  border-radius: 5px;
  border: 2px solid #B5BE0F;
  padding: 0.5em;
  margin: 0.5em 0;
}
div.container main#contact textarea {
  width: 75%;
  min-height: 200px;
  border-radius: 5px;
  border: 2px solid #B5BE0F;
  padding: 0.5em;
  margin: 0.5em 0;
  vertical-align: top;
}
div.container main#contact button {
  background: #0F7395;
  color: white;
  border: none;
  margin-left: 20%;
  padding: 0.5em 1em;
  border-radius: 1em;
  cursor: pointer;
  transition: all 0.5s;
}
div.container main#contact button:hover {
  box-shadow: 5px 5px 1em gray;
}
div.container main#contact h5 {
  font-family: "Bebas Neue", cursive;
  width: 100%;
  text-align: center;
  color: #B5BE0F;
  font-weight: 100;
  font-size: 2em;
}
div.container main#contact div.g-recaptcha {
  margin: 1% 20%;
}
div.container aside {
  width: 27%;
}
div.container aside ol.explic {
  margin-bottom: 2em;
  border-left: 1px solid #dddddd;
  list-style: none;
  counter-reset: li;
}
div.container aside ol.explic h4 {
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
  font-size: 1.5em;
  margin: 0;
  color: #0F7395;
}
div.container aside ol.explic li {
  padding: 5px 5px 5px 1em;
  border-bottom: 1px solid #dddddd;
}
div.container aside ol.explic li::before {
  font-family: "Bebas Neue", cursive;
  content: counter(li);
  counter-increment: li;
  color: #B5BE0F;
  margin-left: -1.5em;
  margin-right: 0.5em;
  font-size: 1.7em;
  display: inline-block;
}
div.container.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.container.flex h1 {
  width: 98%;
}
div.container.flex main {
  flex: auto;
  max-width: 75%;
}
div.container.flex aside {
  width: 300px;
  margin-right: 5px;
}
div.container.flex aside div.late a {
  border-bottom: 1px solid #B5BE0F;
  padding: 5px 0;
  color: #0F7395;
  display: block;
  transition: all 0.5s;
  font-size: 1.2em;
  line-height: 1.3em;
}
div.container.flex aside div.late a time {
  display: block;
  color: #474645;
}
div.container.flex aside div.late a:hover {
  background: #efefef;
}
div.container.flex aside section {
  text-align: center;
  width: 100%;
  display: block;
}
div.container.flex aside section h2 {
  font-size: 1.2em;
  font-weight: 100;
  color: #0F7395;
}
div.container.flex aside section address {
  font-style: normal;
}
div.container.flex aside section img {
  width: 150px;
}
div.container.flex aside article h4 {
  text-align: center;
  color: #fff;
  background: #B5BE0F;
  padding: 0.5em 0;
  font-weight: normal;
}
div.container.flex aside article dl {
  display: flex;
  flex-wrap: wrap;
}
div.container.flex aside article dl dt {
  width: 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: normal;
  margin: 0;
  padding: 1%;
  color: #0F7395;
}
div.container.flex aside article dl dd {
  width: 86%;
  flex: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 1%;
  color: #B5BE0F;
}
div#infos main {
  margin-right: 10px;
  padding-top: 40px;
}
div#infos main article {
  text-align: justify;
  width: 100%;
  font-size: 1.1em;
  overflow: hidden;
}
div#infos main article h2 {
  color: #0F7395;
  font-weight: 100;
  margin-left: 1.4em;
  padding: 0;
}
div#infos main article h3 {
  color: #B5BE0F;
  font-weight: 100;
  margin-left: 1.7em;
}
div#infos main article figure {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
}
div#infos main article figure img {
  width: 100% !important;
}
div#infos main article figure h2 {
  position: absolute;
  font-size: 2.7em;
  color: white;
  text-shadow: 0 0 5px black;
  margin: -255px 5px 0 5px;
  font-family: "Bebas Neue", cursive;
  width: 98%;
  line-height: 1em;
  text-align: left;
}
div#infos main article figure h3 {
  position: absolute;
  font-size: 1.8em;
  color: #ccd611;
  text-shadow: 0 0 5px black;
  margin: -125px 5px 0 5px;
  font-family: "Bebas Neue", cursive;
  width: 98%;
  line-height: 1em;
  text-align: left;
  font-weight: 100;
}
div#infos main article figure.table {
  margin: auto;
}
div#infos main article figure.table table {
  width: 100%;
  border-collapse: collapse;
}
div#infos main article figure.table table td {
  padding: 5px;
}
div#infos main article a {
  color: #0F7395;
}
div#infos main article > div {
  position: relative;
  color: white;
  text-shadow: 0 0 5px #555;
  margin: -2px 0 10px 0;
  width: 98%;
  padding: 0.5em 1.5%;
  text-align: right;
  font-size: 0.9em;
  background: rgba(180, 190, 15, 0.9);
}
div#infos main article > div a {
  color: white;
}
div#infos main article p {
  margin: 6px 2em;
  line-height: 1.5em;
  padding: 10px;
}
div#infos main article blockquote {
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 2px 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left: 5px solid #B5BE0F;
  color: #0F7395;
}
div#infos main article blockquote p {
  margin: 1vw 1% 1vw 2%;
  font-style: italic;
  font-size: 0.9em;
}
div#infos main section#others {
  margin: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 1em lightGray;
  border-radius: 1em;
  position: relative;
  width: 95%;
  background: white;
}
div#infos main section#others h2 {
  padding: 0.3em 2em;
  font-weight: 100;
  color: #0F7395;
}
div#infos main section#others ul {
  list-style: none;
  font-family: "Bebas Neue", cursive;
  font-size: 1.3em;
}
div#infos main section#others ul li a {
  color: gray;
  transition: all 0.5s;
}
div#infos main section#others ul li a time {
  margin: 0 10px 0 0;
  color: #B5BE2D;
}
div#infos main section#others ul li a:hover {
  color: #B5BE2D;
}
div#infos main .ob-widget-section {
  margin: 1em 0 0 10px;
}
div#infos aside {
  margin-top: 0px;
  padding-top: 30px;
}
div#infos aside article#popular ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
div#infos aside article#popular ul li {
  border-bottom: 1px solid lightGray;
  padding: 10px 5px;
  transition: background 0.5s;
}
div#infos aside article#popular ul li:hover {
  background: rgba(181, 190, 45, 0.1);
}
div#infos aside article#popular ul li:last-child {
  border-bottom: none;
}
div#infos aside article#popular ul li a {
  color: DimGray;
}
div#infos aside article.search form {
  margin: 1em 0;
}

footer#main {
  width: 1280px;
  margin: 0 auto;
}
footer.main {
  padding: 3vw 0;
  background: #272625;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer.main nav h3 {
  text-transform: uppercase;
  color: #B5BE0F;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
}
footer.main nav a {
  color: #0F7395;
  transition: all 0.4s ease-in;
  text-decoration: none;
}
footer.main nav a:hover {
  color: #fff;
}
footer.main nav.social {
  margin: 0 0 0 0;
  display: flex;
  flex-direction: column;
}
footer.main nav.social a {
  margin: 0 0 0 5px;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}
footer.main time#footerDate {
  clear: both;
  color: #aaa;
  width: 30%;
  margin-left: 69%;
  font-size: 0.8em;
  text-align: right;
}
footer .mentions {
  padding-top: 5px;
}
footer .mentions h2 {
  text-transform: uppercase;
  margin-left: 0;
  padding: 0 10px;
  text-align: left;
  background: #f1f3f3;
  border-radius: 5px;
  margin: 10px;
}
footer .mentions h3 {
  margin: 20px 10px 0 10px;
  border-bottom: 1px solid #252e2e;
}
footer .mentions p {
  margin: 5px 0 5px 20px;
  font-size: 0.8em;
}
footer .mentions a {
  color: #cc0000;
}
footer .fa-facebook-square, footer .fa-twitter-square, footer .fa-google-plus-square {
  transition: all 0.5s;
}
footer .fa-facebook-square:hover {
  color: #47639E;
}
footer .fa-twitter-square:hover {
  color: #329BC2;
}
footer .fa-google-plus-square:hover {
  color: #D81818;
}

.ui-autocomplete {
  position: absolute;
  cursor: pointer;
  z-index: 30000 !important;
  border-radius: 1em;
  border: 1px solid #B5BE0F;
  box-shadow: 0 0 1em #888;
}

.ui-menu-item {
  padding: 0 0.5em;
}
.ui-menu-item:hover {
  padding: 0 0.5em;
  border: none;
}

.ui-menu-item-wrapper {
  font-family: "Oswald", sans-serif !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  transition: all 0.5s;
}
.ui-menu-item-wrapper:hover {
  color: #B5BE0F !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

ins.adsbygoogle {
  display: inline !important;
}

div.footer728 {
  display: flex;
  width: 100%;
  justify-content: center;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  header#main a#logo {
    width: 80px;
  }
  header#main a#logo strong {
    display: none;
  }
  header#main nav {
    flex-direction: column;
    width: 90vw;
    justify-content: flex-start;
    margin: 0 5vw;
  }
  header#main nav a {
    background: rgba(0, 0, 0, 0.7);
    padding: 2vh 0;
    width: 70%;
    display: block;
    color: white;
    transition: all 0.5s;
    letter-spacing: 0.25em;
  }
  header#main nav a:hover {
    color: #ccd611;
    text-shadow: none;
  }
  header#main #top {
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  header#main:not(:target) #top {
    transform: translate3d(0, -900px, 0);
  }
  header#main:not(:target) #bars {
    display: block;
  }
  header#main:not(:target) #cross {
    display: cross;
  }
  header#main:target #top {
    transform: translate3d(0, 0, 0);
  }
  header#main:target #bars {
    display: none;
  }
  header#main:target #cross {
    display: block;
  }
  div.container header {
    flex-wrap: wrap;
  }
  div.container header section {
    min-width: 100% !important;
    max-width: 100%;
    min-height: 12.36% !important;
    max-height: 30% !important;
    height: 30%;
    display: none;
  }
  div.container header > div {
    margin: 10px auto;
  }
  div.container #banner a {
    width: 29%;
    font-size: 18px;
  }
  div.container main#contact {
    width: 95%;
    margin: 1%;
  }
  div.container main#contact label {
    width: 100%;
    text-align: center;
  }
  div.container main#contact input[type=text], div.container main#contact input[type=email] {
    width: 100%;
  }
  div.container main#contact textarea {
    width: 100%;
  }
  div.container main#contact button {
    width: 60%;
  }
  div.container main#contact div.g-recaptcha {
    margin: 1% 1%;
  }
  div.container main#home div.line {
    justify-content: space-between;
  }
  div.container main#home section#sondage {
    flex-basis: calc(95% - 300px);
    order: 1;
  }
  div.container main#home section#news {
    width: calc(90% - 300px);
    order: 4;
  }
  div.container main#home section#news a {
    display: flex;
  }
  div.container main#home section#carre {
    order: 2;
    margin-right: 5px;
  }
  div.container main#home section#forum {
    order: 3;
  }
  div.container main#home section#resultats {
    order: 5;
    width: 100vw;
  }
  div.container aside {
    width: 100%;
  }
  div.container.flex {
    width: 100%;
    min-width: 100%;
  }
  div.container.flex aside {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  div.container.flex aside article {
    width: 48%;
    display: inline-block;
  }
  div.container.flex aside article:first-of-type {
    width: 100%;
    text-align: center;
  }
  div.container.flex aside div {
    width: 100%;
    display: inline-block;
  }
  div#infos main article figure h2 {
    font-size: 6vw;
    margin: -35% 5px 5px;
  }
  div#infos main article figure h3 {
    font-size: 5vw;
    margin: -20% 5px 5px;
  }
}
@media only screen and (max-width: 768px) {
  div.container {
    box-shadow: none;
    width: 100%;
    overflow-x: hidden;
  }
  div.container header {
    flex-wrap: wrap;
  }
  div.container header section {
    min-width: 100% !important;
    max-width: 100%;
    min-height: 12.36% !important;
    max-height: 30% !important;
    height: 30%;
    display: none;
  }
  div.container header nav a {
    font-size: 4vw;
  }
  div.container main#home form {
    width: 99w;
    display: flex;
  }
  div.container main#home form input[type=text] {
    width: 100%;
  }
  div.container main#home section#connect {
    width: 99vw;
    margin: 1em 0 0 0;
  }
  div.container main#home section#forum {
    width: 99%;
    margin: 1em 0 0 0;
  }
  div.container main#home section#resultats {
    width: 99%;
    margin: 1em 0 0 0;
  }
  div.container main#home section#resultats a {
    font-size: 4vw;
  }
  div.container main#home section#resultats a time {
    width: 10%;
  }
  div.container main#home section#resultats a strong {
    width: 15%;
  }
  div.container main#home section#resultats a span:nth-of-type(1) {
    display: none;
  }
  div.container main#home section#resultats a span:nth-of-type(2) {
    width: 34%;
    color: #474645;
  }
  div.container main#home section#resultats a span:nth-of-type(3) {
    width: 34%;
    color: #474645;
  }
  div.container main#home section#sondage {
    width: 99%;
    flex-basis: auto;
  }
  div.container main#home section#news {
    width: 99%;
  }
  div.container main#home section#carre {
    width: 300px;
    margin: 1em 0 0 0;
  }
  div.container main#home div#search {
    margin: 1em 0;
    flex-wrap: wrap-reverse;
    align-items: center;
    width: 100%;
  }
  div.container main#home div.line {
    flex-direction: column;
    align-items: center;
  }
  div.container h1 {
    width: 95vw;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 6vw;
  }
  div.container h1 * {
    width: auto;
    font-style: normal !important;
  }
  div.container h1 strong#titre {
    width: 70vw;
    text-align: right;
  }
  div.container.flex main {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 110px;
  }
  div.container.flex aside {
    margin: 0;
  }
  div.container.flex aside article {
    width: 100%;
  }
  div.container.flex aside div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
  }
  div.container.flex aside div > * {
    width: 100%;
    font-size: 4vw;
  }
  div.container.flex aside div > a time {
    margin-bottom: 5px;
    font-weight: bold;
  }
  div#scores {
    width: 100%;
  }
  div#scores main section#posts a {
    width: 100%;
    text-align: center;
  }
  div#scores main section#posts a time {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  div#scores main section#stats {
    margin-top: -110px;
  }
  div#scores main section#stats article#moyenne {
    width: 99vw !important;
  }
  div#scores main section#stats article#moyenne ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  div#scores main section#stats article#moyenne ul li {
    width: 45%;
    margin: 2%;
  }
  div#scores main section#stats article#calendrier {
    width: 99vw;
  }
  div#scores main section#stats article#calendrier table.subteam td.date {
    padding: 0;
    width: 20% !important;
  }
  div#scores main section#stats article#calendrier table.subteam td.pts {
    width: 10% !important;
  }
  div#scores main section#stats article#calendrier table.subteam td.eqL {
    width: 30% !important;
    padding: 1vw;
  }
  div#scores main section#stats article#calendrier table.subteam td.eqR {
    width: 30% !important;
    padding: 1vw;
  }
  div#scores main section#stats div.chartjs-size-monitor {
    width: 100% !important;
    height: 300px !important;
  }
  div#scores main section#stats div.chartjs-size-monitor canvas {
    width: 50% !important;
    height: 100% !important;
  }
  div#scores main section#stats header {
    width: 98vw;
  }
  div#scores main section#stats header a.close {
    left: 93%;
    font-size: 5vw;
  }
  div#scores main section#stats aside {
    width: 100%;
  }
  div#scores main section#ligues {
    margin-top: -110px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  div#scores main nav#jours {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  div#scores main table {
    width: 96%;
    font-size: 4vw;
  }
  div#scores main table img {
    display: none;
  }
  div#scores main table .reduce {
    display: none;
  }
  div#scores main article.scores {
    margin: 0;
    width: 100%;
  }
  div#scores main article.scores time {
    font-size: 1em;
  }
  div#scores main article.scores p {
    font-size: 0.9em;
  }
  div#scores main article.scores p i {
    display: none;
  }
  div#scores main article.scores p time:last-child {
    display: none;
  }
  div#scores main article.scores p strong {
    width: 15%;
  }
  div#scores main article.scores p cite {
    width: 42%;
  }
  div#scores main article#calendrier h2 {
    font-size: 6vw;
  }
  div#scores main article#calendrier table.subteam {
    width: 99%;
  }
  div#scores main article#calendrier table.subteam td.date {
    max-width: 10%;
  }
  div#scores main article#calendrier table.subteam td.eqL {
    max-width: 40%;
    min-width: 40%;
  }
  div#scores main article#calendrier table.subteam td.eqR {
    max-width: 40%;
    min-width: 40%;
  }
  div#scores main article#calendrier table.subteam td.pts {
    max-width: 5%;
  }
  div#scores main h3 {
    width: 90%;
  }
  header#main a#logo strong {
    display: none;
  }
  header#main a#bars {
    display: block;
  }
  header#main a#cross {
    display: none;
  }
  footer.main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer.main nav {
    margin-bottom: 1em;
    font-size: 1.1em;
  }
  footer.main nav.social {
    width: 100vw;
    flex-direction: row;
    justify-content: space-around;
    font-size: 7vw;
  }
  footer.main time#footerDate {
    width: 100%;
    margin-left: 0;
    margin-top: 2em;
    font-size: 1em;
    text-align: center;
  }
  .chartjs-render-monitor {
    width: 98vw !important;
    height: 47vw !important;
  }
}
@media only screen and (max-width: 400px) {
  div.container main#home form {
    width: 98vw;
  }
  div.container main#home form input[type=text] {
    width: 80%;
  }
  div.container main#home section#forum a {
    font-size: 4vw;
  }
  div.container main#home section#forum a strong {
    width: 20vw;
    font-size: 3vw;
  }
  div.container main#home section#forum a time {
    width: 10vw;
    font-size: 4vw;
  }
  div.container main#home section#news a {
    font-size: 4vw;
  }
  div.container main#home section#news a time {
    font-size: 4vw;
    width: 120px;
  }
  div.container main#home section#carre {
    margin: 1em 0 0 0;
  }
  div#scores main section#posts a {
    width: 100%;
    text-align: center;
  }
  div#scores main section#posts a time {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=main2.css.map */