@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
[class^=orejime-] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: baseline;
  cursor: default;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal;
}

.orejime-Main,
.orejime-Modal {
  font-size: 1em;
  line-height: 1.5;
}

.orejime-Button {
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 1px solid transparent;
}
.orejime-Button[disabled] {
  opacity: 0.75;
}

.orejime-Button--save,
.orejime-Button--accept {
  background: #ef7e07;
  color: #fff;
}

.orejime-Button--decline {
  background: #666;
}

.orejime-Button--info {
  background: #000000;
}

.orejime-Notice {
  background: #4E4E4E;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  font-size: 0.8em;
}
@media (min-width: 990px) {
  .orejime-Notice {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
  }
}
@media (max-width: 990px) {
  .orejime-Notice {
    border: none;
    border-radius: 0;
  }
}

.orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
}

.orejime-Notice--hidden {
  display: none !important;
}

.orejime-Notice-body {
  padding: 1em;
}

.orejime-Notice-logo {
  max-width: 200px;
}

.orejime-Notice-title,
.orejime-Notice-description {
  color: white;
  margin-bottom: 0.5em;
}

.orejime-Notice-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}

.orejime-Notice-purposes {
  color: white;
}

.orejime-Notice-changes {
  color: white;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.orejime-Notice-privacyPolicyLink {
  text-decoration: underline;
  cursor: pointer;
}
.orejime-Notice-privacyPolicyLink, .orejime-Notice-privacyPolicyLink:hover {
  color: inherit;
}
.orejime-Notice-privacyPolicyLink:hover, .orejime-Notice-privacyPolicyLink:focus {
  text-decoration: none;
}

.orejime-Notice-actions {
  display: block;
}

.orejime-Notice-actionItem {
  display: inline;
}

.orejime-Notice-learnMoreButton {
  display: inline-block;
}

.orejimeHtml-WithModalOpen {
  height: 100%;
}

.orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.orejime-Modal {
  background: #4E4E4E;
  color: white;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.orejime-Modal-header {
  padding: 1em;
  border-bottom: 1px solid #555;
}

.orejime-Modal-title {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: bold;
  padding-right: 20px;
}

.orejime-Modal-closeButton {
  border: none;
  background: none;
  color: inherit;
  position: absolute;
  top: 1em;
  right: 1em;
}

.orejime-CloseIcon {
  stroke: currentColor;
  width: 12px;
}

.orejime-Modal-body {
  padding: 1em;
}

.orejime-Modal-footer {
  padding: 1em;
  border-top: 1px solid #555;
}

.orejime-Modal-privacyPolicyLink,
.orejime-Modal-poweredByLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:active,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:active {
  color: inherit;
}
.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus {
  text-decoration: none;
}

.orejime-Modal-poweredByLink {
  position: absolute;
  right: 1em;
  color: #aaa;
  font-size: 0.8em;
  padding: 6px 0;
}
.orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:active {
  color: #aaa;
}

.orejime-AppList {
  display: block;
  padding: 0;
  margin: 0;
}

.orejime-AppList-item {
  display: block;
  position: relative;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
  margin-top: 0.7em;
}
.orejime-AppList-item:first-child {
  margin-top: 0;
}

.orejime-CategorizedAppList {
  list-style: none;
}

.orejime-CategorizedAppList-item {
  margin-bottom: 1em;
}

.orejime-CategorizedAppList-title {
  font-size: 1.2em;
  font-weight: bold;
}

.orejime-CategorizedAppList-description {
  font-size: 0.9em;
}

.orejime-CategorizedAppList-apps {
  margin-top: 0.5em;
  margin-left: 1em;
}

.orejime-AppItem-title {
  font-weight: 600;
  cursor: pointer;
}

.orejime-AppItem-description {
  font-size: 0.8em;
}

.orejime-AppItem-purposes {
  font-size: 0.8em;
  color: #aaa;
}

.orejime-AppItem-optOut,
.orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #aaa;
}

.orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.orejime-AppItem-switch {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.orejime-AppItem-slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid transparent;
}
.orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #555;
}

.orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.8em;
  text-align: center;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #aaa;
}

.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
  outline-offset: 2px;
}

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: #000000;
}

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  transform: translateX(20px);
}

.orejime-AppToggles {
  margin-bottom: 1em;
  display: block;
}

.orejime-AppToggles-item {
  display: inline;
}

/*******************  DEFAULT VARIABLES ***************/
/*******************  SITE VARIABLES ******************/
/*******************  IMAGES *******************/
/*******************  NORMALIZE ***********************/
html {
  margin: 0;
  padding: 0;
  font: normal 10px "Lato", sans-serif;
  color: #000000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  width: 100%;
  color: #000000;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, strong, em, u, small, div, table, tbody, tr, td, form, input, select, textarea, fieldset, label, option {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-decoration: none;
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

a {
  color: #007bac;
  cursor: pointer;
  transition: all 0.2s ease;
}
a:focus, a:hover, a:active {
  color: #007bac;
}

figure {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}
img.imgLeft {
  float: left;
  margin: 0 15px 10px 0;
}
img.imgRight {
  float: right;
  margin: 0 0 10px 15px;
}
img.imgCenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}
img.imgFull {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
}

input {
  border: none;
}

input[type=submit] {
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select, input:not([type=checkbox]), textarea {
  font-family: "Lato", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: inherit;
}
select:focus, input:not([type=checkbox]):focus, textarea:focus {
  outline: 1px dotted #000000;
}

input.form-radio {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

input[type=date]::-webkit-calendar-picker-indicator {
  font-size: 0.7em;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  height: 2px;
  background-color: #e9e9e9;
  border: 0;
  margin: 4em auto;
  width: 50%;
  clear: both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/*******************  HELPER CLASSES ******************/
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visually-hidden, .element-hidden, .element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

header {
  position: relative;
}
header .wait-message {
  font-size: 0.8em;
  position: absolute;
  z-index: 10;
  left: 2%;
  top: 2em;
  line-height: inherit;
  transform: translateY(-50%);
  color: red;
}
header .wait-message span {
  display: inline-block;
  vertical-align: text-top;
  font-size: 1.2em;
  margin-right: 0.25em;
}
header ul li {
  display: inline-block;
  margin: 0 0 0 1.5em;
}
header .top {
  background: #e9e9e9;
  padding: 1em 0;
  color: #333;
  position: relative;
}
header .top .flex {
  justify-content: flex-end;
}
header .top .material-icons {
  margin-right: 0.25em;
  font-size: 1.1em;
  vertical-align: sub;
}
header .top a {
  color: #333;
}
@media (hover: hover) {
  header .top a:hover:not(.actif) {
    color: #007bac;
  }
}
header .main {
  padding: 1em 0;
  justify-content: space-between;
  align-items: center;
}
header .main .logos img {
  max-height: 50px;
  height: 100%;
  width: auto;
}
header .main .logos img:nth-of-type(1) {
  margin-right: 2.5em;
}
header .main nav {
  font-size: 1.1em;
  text-transform: uppercase;
}
header .main nav a {
  color: #4E4E4E;
  display: block;
  padding: 0.5em 0;
  position: relative;
  overflow: hidden;
}
header .main nav a .material-icons {
  font-size: 1.1em;
  margin-right: 6px;
  vertical-align: bottom;
}
header .main nav a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #007bac;
  transition: all 0.3s ease-in;
  transform: translateX(-120%);
}
header .main nav a.actif {
  color: #007bac;
}
header .main nav a.actif::before {
  transform: translateX(0);
}
@media (hover: hover) {
  header .main nav a:hover:not(.actif)::before {
    transform: translateX(0);
  }
}
header .mobile {
  display: none;
  justify-content: space-between;
  background-color: #ffffff;
  position: relative;
  padding: 0.5em 1em 0.25em 1em;
}
header .mobile .logos img {
  max-height: 35px;
}
header .mobile .logos img:nth-of-type(1) {
  margin-right: 1.5em;
}
header .mobile .menu {
  color: #000000;
  font-size: 2em;
  cursor: pointer;
}
header .mobile .menu::before {
  content: "\e5d2";
  font-family: "Material Icons";
  display: inline-block;
}
header .mobile .menu.open::before {
  content: "\e5cd";
}

footer {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer .main {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 1em;
  justify-content: space-around;
}
footer .main div {
  text-align: center;
}
footer .main h3 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
  font-weight: 400;
}
footer .main h3::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}
footer .main li {
  list-style-type: none;
  font-weight: 300;
  padding: 0.15em 0;
}
footer .bottom {
  background-color: #000000;
  padding: 1em;
  text-align: center;
  font-weight: 300;
}
footer .bottom li {
  display: inline-block;
  margin: 0 1em;
  font-size: 0.8em;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 4em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

/* Modal Content */
.modal-dialog {
  position: relative;
  background-color: #fefefe;
  margin: 0 auto 4em auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal-header {
  padding: 1em 1.5em 1em 2em;
  background-color: #007bac;
  position: relative;
}
.modal-header .modal-title {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.modal-header .close {
  position: absolute;
  cursor: pointer;
  right: 0.5em;
  top: 50%;
  transform: translateY(-49%);
  background: none;
  border: none;
  font-size: 2.6rem;
  color: #ffffff;
}
.modal-header .icon-cross {
  font-style: normal;
}
.modal-header .icon-cross::before {
  content: "×";
  font-weight: 700;
}

.modal-body {
  padding: 1.5em 2em 0 2em;
}
.modal-body h2 {
  font-size: 2rem;
  padding-bottom: 0.5em;
}
.modal-body p {
  padding: 0.25em 0;
}
.modal-body p.confirm {
  font-size: 2.2rem;
  padding: 0.25em 4em;
}
.modal-body ul {
  padding: 0.15em 0;
}
.modal-body ul li {
  list-style-type: none;
  padding: 0.1em 0;
}
.modal-body ul li::before {
  content: "•";
  display: inline-block;
  margin-right: 0.5em;
}

.modal-footer {
  padding: 1em;
  display: flex;
  justify-content: center;
  color: white;
}
.modal-footer button {
  margin: 1em;
}
.modal-footer #modalCancel {
  background-color: #4E4E4E;
  border-color: #4E4E4E;
  color: #ffffff;
}
@media (hover: hover) {
  .modal-footer #modalCancel:hover {
    background-color: #ffffff;
    color: #4E4E4E;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-dialog {
    width: 96%;
  }
  .modal-body {
    padding: 1em 1em 0 1em;
  }
}
.chart-container {
  margin: 2em 0;
  position: relative;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 2em 1em 0 1em;
}

.chart-container.has-scroll {
  overflow-x: scroll;
  overflow-y: visible;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .chart-container {
    overflow-x: scroll;
    overflow-y: visible;
    max-width: 100%;
  }
}
.chart {
  position: relative;
  display: block;
  width: 100%;
}

.chart.has-minimum-width {
  min-width: 37.5rem;
}

.has-fixed-height {
  height: 400px;
}

.chart-pie {
  width: 100%;
  height: 400px;
  min-width: 31.25rem;
}

.onglet-lives .list-places, .onglet-results .list-places {
  justify-content: space-between;
  align-items: center;
  padding-left: 5em;
}
.onglet-lives .list-places > div, .onglet-results .list-places > div {
  width: 80%;
}
.onglet-lives .list-places > div:nth-of-type(1), .onglet-results .list-places > div:nth-of-type(1) {
  width: 18%;
}
.onglet-lives .list-places h2, .onglet-results .list-places h2 {
  padding: 0;
}
.onglet-lives .list-places h2 span, .onglet-results .list-places h2 span {
  display: block;
  font-size: 0.6em;
}
.onglet-lives .list-places .listing a, .onglet-results .list-places .listing a {
  display: inline-block;
  text-align: center;
  margin: 0.5em 1em;
  color: #000000;
}
.onglet-lives .list-places .listing a p, .onglet-results .list-places .listing a p {
  padding: 0.5em 2em;
  background-color: rgba(78, 78, 78, 0.1);
  border: 2px solid transparent;
  border-bottom: none;
}
.onglet-lives .list-places .listing a p .name, .onglet-results .list-places .listing a p .name {
  display: block;
  font-weight: 700;
}
.onglet-lives .list-places .listing a p.early, .onglet-lives .list-places .listing a p.late, .onglet-results .list-places .listing a p.early, .onglet-results .list-places .listing a p.late {
  background-color: rgba(78, 78, 78, 0.2);
  border: 2px solid transparent;
  border-top: none;
}
.onglet-lives .list-places .listing a.actif p, .onglet-results .list-places .listing a.actif p {
  background-color: #ffffff;
  border-color: #007bac;
}
.onglet-lives .list-places .listing a.actif p.early, .onglet-lives .list-places .listing a.actif p.late, .onglet-results .list-places .listing a.actif p.early, .onglet-results .list-places .listing a.actif p.late {
  background-color: #007bac;
  color: #ffffff;
}
.onglet-lives .list-places .next-match, .onglet-results .list-places .next-match {
  display: inline-block;
  margin-left: 1em;
  border: 2px solid #007bac;
  font-size: 1.1em;
}
.onglet-lives .list-places .next-match .players, .onglet-results .list-places .next-match .players {
  padding: 1em 0;
  justify-content: flex-start;
  align-items: center;
}
.onglet-lives .list-places .next-match .players p, .onglet-results .list-places .next-match .players p {
  font-weight: 700;
}
.onglet-lives .list-places .next-match .players p span, .onglet-results .list-places .next-match .players p span {
  font-weight: 400;
}
.onglet-lives .list-places .next-match .players > *, .onglet-results .list-places .next-match .players > * {
  padding: 0 1em;
}
.onglet-lives .list-places .next-match .footer, .onglet-results .list-places .next-match .footer {
  justify-content: space-between;
  background-color: rgb(238.65, 238.65, 238.65);
  padding: 0.25em 1em;
  font-size: 0.8em;
}
.onglet-lives .list-places .next-match .footer .num, .onglet-lives .list-places .next-match .footer .court, .onglet-results .list-places .next-match .footer .num, .onglet-results .list-places .next-match .footer .court {
  font-weight: 700;
}
.onglet-lives .matchs, .onglet-results .matchs {
  padding: 1em 5em;
  position: relative;
}
.onglet-lives .matchs .prev, .onglet-lives .matchs .next, .onglet-results .matchs .prev, .onglet-results .matchs .next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.onglet-lives .matchs .prev .material-icons, .onglet-lives .matchs .next .material-icons, .onglet-results .matchs .prev .material-icons, .onglet-results .matchs .next .material-icons {
  font-size: 3em;
}
.onglet-lives .matchs .prev.end, .onglet-lives .matchs .next.end, .onglet-results .matchs .prev.end, .onglet-results .matchs .next.end {
  color: rgba(78, 78, 78, 0.2);
  cursor: not-allowed;
}
.onglet-lives .matchs .next, .onglet-results .matchs .next {
  right: 0;
  left: inherit;
}
.onglet-lives .matchs .flex, .onglet-results .matchs .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.onglet-lives .matchs .flex .item, .onglet-results .matchs .flex .item {
  width: 32%;
  background-color: #ffffff;
  margin: 1em 0;
  padding-bottom: 3.1em;
  position: relative;
}
.onglet-lives .matchs .flex .item .header, .onglet-results .matchs .flex .item .header {
  padding: 0 0.5em;
}
.onglet-lives .matchs .flex .item .header p, .onglet-results .matchs .flex .item .header p {
  padding: 0.5em;
  font-size: 0.8em;
}
.onglet-lives .matchs .flex .item .header p.num, .onglet-results .matchs .flex .item .header p.num {
  font-weight: 700;
}
.onglet-lives .matchs .flex .item .players, .onglet-results .matchs .flex .item .players {
  border-top: 1px solid rgba(78, 78, 78, 0.5);
  align-items: stretch;
  min-height: 44%;
}
.onglet-lives .matchs .flex .item .players > div, .onglet-results .matchs .flex .item .players > div {
  flex: 1;
  display: flex;
  text-align: center;
  border-left: 1px solid rgba(78, 78, 78, 0.5);
  position: relative;
}
.onglet-lives .matchs .flex .item .players > div::after, .onglet-results .matchs .flex .item .players > div::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(78, 78, 78, 0.5);
  position: absolute;
  z-index: 1;
  left: -1px;
  top: 100%;
}
.onglet-lives .matchs .flex .item .players > div span, .onglet-results .matchs .flex .item .players > div span {
  align-self: center;
  width: 100%;
}
.onglet-lives .matchs .flex .item .players > div:nth-of-type(1), .onglet-results .matchs .flex .item .players > div:nth-of-type(1) {
  flex: 10;
  text-align: left;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5em 0.25em 0.5em 0.5em;
}
.onglet-lives .matchs .flex .item .players > div:nth-of-type(1)::after, .onglet-results .matchs .flex .item .players > div:nth-of-type(1)::after {
  content: none;
}
.onglet-lives .matchs .flex .item .players > div:nth-of-type(1) p, .onglet-results .matchs .flex .item .players > div:nth-of-type(1) p {
  width: 100%;
}
.onglet-lives .matchs .flex .item .players.first, .onglet-results .matchs .flex .item .players.first {
  border-top: none;
}
.onglet-lives .matchs .flex .item .players.first > div::after, .onglet-results .matchs .flex .item .players.first > div::after {
  content: none;
}
.onglet-lives .matchs .flex .item .players.winner .popup, .onglet-results .matchs .flex .item .players.winner .popup {
  font-weight: 700;
  color: #007bac;
}
.onglet-lives .matchs .flex .item .scores, .onglet-results .matchs .flex .item .scores {
  text-align: center;
}
.onglet-lives .matchs .flex .item .footer, .onglet-results .matchs .flex .item .footer {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5em;
  background-color: rgb(238.65, 238.65, 238.65);
}
.onglet-lives .matchs .flex .item .footer p, .onglet-results .matchs .flex .item .footer p {
  padding: 0.5em;
  font-size: 0.8em;
}
.onglet-lives .matchs .flex .item .footer p.court, .onglet-results .matchs .flex .item .footer p.court {
  font-weight: 700;
}
.onglet-lives .matchs .flex .item.match-end, .onglet-results .matchs .flex .item.match-end {
  background-color: rgb(238.65, 238.65, 238.65);
  color: #4E4E4E;
}
.onglet-lives .matchs .flex .item.match-end .players a, .onglet-results .matchs .flex .item.match-end .players a {
  color: #4E4E4E;
}
.onglet-lives .matchs .flex .item.match-end .livescore a, .onglet-results .matchs .flex .item.match-end .livescore a {
  color: rgba(78, 78, 78, 0.4);
}
.onglet-lives .matchs .flex .item.match-live, .onglet-results .matchs .flex .item.match-live {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.onglet-lives .matchs .flex .item.match-live .header, .onglet-lives .matchs .flex .item.match-live .footer, .onglet-results .matchs .flex .item.match-live .header, .onglet-results .matchs .flex .item.match-live .footer {
  background-color: #007bac;
  color: #ffffff;
}
.onglet-lives .matchs .flex .item.match-live .header a, .onglet-lives .matchs .flex .item.match-live .footer a, .onglet-results .matchs .flex .item.match-live .header a, .onglet-results .matchs .flex .item.match-live .footer a {
  color: #ffffff;
}
.onglet-lives .matchs .flex .item.match-next, .onglet-results .matchs .flex .item.match-next {
  border: 1px solid #007bac;
}
.onglet-lives .matchs .flex .item.match-next .header, .onglet-lives .matchs .flex .item.match-next .footer, .onglet-results .matchs .flex .item.match-next .header, .onglet-results .matchs .flex .item.match-next .footer {
  background-color: rgba(78, 78, 78, 0.1);
}
.onglet-lives .matchs .flex .item.double, .onglet-results .matchs .flex .item.double {
  padding-bottom: 2.4em;
}

.onglet-results table {
  width: 100%;
  font-size: 0.9em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin: 2em 0 3em 0;
}
.onglet-results table td, .onglet-results table th {
  padding: 0.75em;
  border-bottom: 1px solid rgba(78, 78, 78, 0.15);
}
.onglet-results table td.center, .onglet-results table th.center {
  text-align: center;
}
.onglet-results table th {
  background-color: #4E4E4E;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.onglet-results table .team {
  font-size: 0.9em;
  color: #4E4E4E;
  font-weight: 700;
}
.onglet-results table .spacer {
  position: relative;
  margin: 0.5em 0;
}
.onglet-results table .spacer::after {
  content: "";
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 4em);
  height: 1px;
  background-color: rgba(78, 78, 78, 0.2);
}
.onglet-results .datatable-scroll-wrap table {
  margin: 0;
}
.onglet-results .matchs {
  padding: 2em 0;
}
.onglet-results .matchs .flex > div {
  width: 48%;
  margin: 2em 0;
}
.onglet-results .matchs .flex > div h3 {
  padding-bottom: 0.5em;
}
.onglet-results .matchs .flex > div .item {
  width: 100%;
}
.onglet-results .matchs .flex > div .item .players > div {
  margin: 0;
  padding-bottom: 0;
}
.onglet-results .matchs .flex > div.center {
  text-align: center;
}
.onglet-results .matchs .flex > div.center p.popup {
  display: inline-block;
}

.wrapper {
  width: 96%;
  margin: 0 auto;
}

.d-none {
  display: none;
}

.flex {
  display: flex;
  flex-direction: row;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.65em;
  font-weight: 600;
}

h3 {
  font-size: 1.1em;
  padding-top: 1em;
}

p {
  padding: 0.25em 0;
  line-height: 1.6em;
}
p.center {
  text-align: center;
}
p.popup {
  position: relative;
  line-height: normal;
  padding: 0.45em 0 0.45em 30px;
}
p.popup .material-icons {
  vertical-align: middle;
}
p.popup .material-icons:not(.icon-points) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
p.popup .points {
  margin: 0 0.5rem;
}
p.popup .points span {
  font-size: 1.3rem;
  margin-right: 0.1rem;
}
p.popup .points span.point {
  display: inline-block;
}
p.popup .points span.icon-points {
  font-size: 1.6rem;
}
p.popup .points span .win, p.popup .points span .lose {
  font-weight: 400;
}
p.popup .points span .win {
  color: #46aa3f;
}
p.popup .points span .lose {
  color: rgba(255, 0, 0, 0.24);
}
p.popup .points span .hide {
  opacity: 50%;
  color: grey;
  font-weight: 400;
}
p.popup .points span .hide:not(.material-icons) {
  text-decoration: line-through;
}
p .player-points {
  font-size: 0.8em;
  padding-top: 0.25em;
}
p .player-infos {
  display: block;
  font-size: 0.8em;
  padding-top: 0.25em;
}

a {
  transition: all 0.3s ease;
}
a.btn {
  margin: 1em auto;
  border: 1px solid #007bac;
  padding: 1em 2em;
  display: inline-block;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #007bac;
  font-weight: 700;
  text-transform: uppercase;
}
@media (hover: hover) {
  a:hover {
    color: #007bac;
  }
  a:hover.btn {
    color: #007bac;
    background-color: #ffffff;
  }
}

figure {
  overflow: hidden;
  display: block;
}
figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.8s ease;
}
figure figcaption {
  text-align: center;
  padding: 0.25em;
  font-size: 0.9em;
  color: rgba(78, 78, 78, 0.7);
}

table td, table th {
  text-align: left;
}
table td.center, table th.center {
  text-align: center;
}

.b-title {
  background-color: #000000;
  color: #ffffff;
  padding: 2em;
  box-shadow: rgba(0, 0, 0, 0.75) 1px 2px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.b-title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 2em;
  text-transform: uppercase;
}
.b-title h1 span {
  color: #007bac;
  font-weight: 400;
}

.two-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 2em 0;
  margin: 2em 0;
}
.two-col > div {
  width: 48%;
}
.two-col.reverse {
  flex-direction: row-reverse;
}
.two-col h2 {
  text-transform: uppercase;
  color: #007bac;
  font-size: 1.7em;
  font-weight: 500;
  padding-bottom: 1em;
}
.two-col .links {
  flex-wrap: wrap;
  justify-content: center;
}
.two-col .links a.help {
  display: block;
  padding: 0.5em 2em;
  background-color: #007bac;
  color: white;
  margin: 1em;
  border-radius: 6px;
}
.two-col .links a.help .material-icons {
  font-size: 1.2em;
  margin: 0 5px 0 0;
}
.two-col .links a.ebad {
  background-color: #007bac;
}
.two-col .links a.scorbad {
  background-color: #ef7e07;
}
.two-col .links a.badasso {
  background-color: #a1007d;
}
.two-col .links a.webad {
  background-color: #eb0045;
}
.two-col .links a.test {
  background-color: #ab74da;
}

blockquote {
  background-color: rgba(0, 123, 172, 0.1);
  padding: 1em;
  font-style: italic;
  font-weight: 300;
  margin: 1em 0;
}

.b-use {
  background-color: #007bac;
  padding: 2em 3em;
  color: #ffffff;
  margin: 2em auto;
  width: 80%;
  border-radius: 2em;
}
.b-use h2, .b-use h3 {
  text-align: center;
}
.b-use h3 {
  color: #000000;
  padding: 1em 0;
}
.b-use ol, .b-use ul {
  margin: 0.5em 0 0.5em 1em;
}
.b-use ol li, .b-use ul li {
  padding: 0.15em 0;
}
.b-use a {
  color: #ffffff;
  text-decoration: underline;
}
.b-use.more {
  background-color: rgba(0, 123, 172, 0.1);
  color: #000000;
}
.b-use.more h2, .b-use.more h3 {
  color: #007bac;
  font-weight: 400;
}

.p-materiel {
  background-color: rgba(78, 78, 78, 0.1);
  padding-bottom: 2em;
}

.b-onglets {
  background-color: #007bac;
  display: flex;
  margin-top: 2em;
}
.b-onglets li {
  display: inline-block;
  padding: 1em 2em;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.2em;
}
.b-onglets li.actif {
  background-color: #ffffff;
  color: #007bac;
}
@media (hover: hover) {
  .b-onglets li:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.b-onglet {
  background-color: #ffffff;
  padding: 2em;
  display: none;
}
.b-onglet:nth-of-type(1) {
  display: block;
}
.b-onglet h2 {
  color: #4E4E4E;
  font-size: 1.3em;
}

.b-items {
  padding: 2em 0;
  justify-content: center;
  flex-wrap: wrap;
}
.b-items .item {
  border: 2px solid #007bac;
  padding: 1.5em 2em;
  text-align: center;
  margin: 1em;
  max-width: 300px;
}
.b-items .item h3 {
  padding: 0;
}
.b-items .item h3 span {
  display: block;
  font-weight: 400;
}
.b-items .item figure {
  margin: 1em 0;
}
.b-items .item figure img {
  width: auto;
  max-height: 150px;
  margin: 0 auto;
}
.b-items .item p {
  font-size: 0.9em;
}

.b-tarifs {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  padding: 2em 0 5em 0;
}
.b-tarifs h2 {
  color: #4E4E4E;
  padding: 1em 0;
  text-transform: uppercase;
}
.b-tarifs .flex {
  justify-content: center;
}
.b-tarifs .flex > div {
  background-color: #4E4E4E;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  width: 12vw;
  height: 12vw;
  min-width: 190px;
  min-height: 190px;
  position: relative;
  margin: 2em 3em;
}
.b-tarifs .flex > div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-tarifs .flex > div p span {
  display: block;
}
.b-tarifs .description {
  font-style: italic;
}

.b-help {
  background-color: rgba(78, 78, 78, 0.1);
  text-align: center;
  padding: 2em;
}
.b-help h2 {
  color: #007bac;
  padding-bottom: 1em;
  font-weight: 400;
}

.b-map {
  margin: 3em 0;
  height: 70vh;
  box-shadow: rgba(0, 0, 0, 0.55) 1px 2px 12px -2px, rgba(0, 0, 0, 0.1) 0px 3px 7px -3px;
}

.info-map {
  text-align: center;
}
.info-map h3 {
  padding: 0 0 0.5em 0;
  text-transform: uppercase;
}
.info-map a {
  display: block;
  background: #007bac;
  color: #ffffff;
  padding: 0.25em;
}
.info-map .item {
  border: 1px solid #007bac;
  margin: 1.5em 0;
}
.info-map .item h3, .info-map .item h4, .info-map .item p {
  padding: 0.5em;
}
.info-map .item h3, .info-map .item h4 {
  position: relative;
  padding: 1em;
}
.info-map .item h3::after, .info-map .item h4::after {
  content: "";
  width: 25%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: 0.25em;
  transform: translateX(-50%);
}

.material-icons {
  display: inline-block;
  vertical-align: top;
}

.select2-dropdown, .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4E4E4E;
}

.select2-results {
  min-width: 100px;
}
.select2-results li {
  font-size: 0.9em;
}

.info-message {
  animation: showMsg 0.3s ease forwards;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  position: fixed;
  background-color: #ffffff;
  z-index: 100;
  bottom: 0;
  right: 0;
  padding: 1.5em 2em;
  color: inherit;
}
.info-message .spinner {
  background: url("../Template/Img/loader.gif") no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 50px;
}

.info-message-position {
  top: inherit;
  left: inherit;
  margin-left: inherit;
}
.info-message-position .icone::before {
  content: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showMsg {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.material-icons.check {
  color: #007bac;
}
.material-icons.uncheck {
  color: rgba(255, 0, 0, 0.24);
  opacity: 35%;
}

.anchor-top {
  display: inline-block;
  position: fixed;
  z-index: 20;
  right: 0.5em;
  bottom: 0.5em;
  border-radius: 100%;
  background-color: #007bac;
  color: #000000;
  width: 4em;
  height: 4em;
  cursor: pointer;
  opacity: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: all 1s ease;
}
.anchor-top::before, .anchor-top::after {
  content: "‹";
  position: absolute;
  font-size: 2.8em;
  top: 50%;
  left: 50%;
  transform: rotate(90deg) translate(-220%, 1%);
}
.anchor-top::after {
  transform: rotate(90deg) translate(-160%, 1%);
}
.anchor-top.show {
  opacity: 1;
}
@media (hover: hover) {
  .anchor-top:hover {
    background-color: #000000;
    color: #ffffff;
  }
}

.tooltip {
  z-index: 1000;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.25rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.25rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.25rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.25rem;
  height: 0.5rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.25rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.25rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.25rem;
  height: 0.5rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #000000;
}

.tooltip {
  font-size: 0.85em;
}

.tooltip-inner {
  max-width: 200px;
  padding: 1em;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.35em;
  font-max-size: 0.9em;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  text-align: center;
  border-radius: 0.2em;
  min-width: 5px;
  min-height: 5px;
}

.b-messages {
  background-color: rgba(82, 206, 169, 0.7);
  padding: 1.5em 0;
}
.b-messages .wrapper {
  position: relative;
  padding-left: 5em;
}
.b-messages .wrapper::before {
  content: "\e88e";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 3em;
}
.b-messages .wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.b-messages .wrapper h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.45em;
}
.b-messages .wrapper h2 span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-messages .wrapper h3 {
  padding: 0.5em 0;
}
.b-messages.alert {
  background-color: rgba(255, 0, 0, 0.7);
}
.b-messages.alert .wrapper::before {
  content: "\e002";
}

#cke_notifications_area_mail-message, .cke_notifications_area {
  display: none !important;
}

.hightlights {
  position: relative;
  padding: 1.5em 0;
  background: #000000 url("../Template/Img/site/fd-hightlights.jpg") no-repeat center center;
  background-size: contain;
  box-shadow: rgba(0, 0, 0, 0.75) 1px 2px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.hightlights .intro {
  padding: 1em 0;
  color: #ffffff;
}
.hightlights .intro h1 {
  text-transform: uppercase;
  padding: 0 0 0.25em 0;
  margin-bottom: 0.35em;
  position: relative;
}
.hightlights .intro p {
  font-weight: 300;
}
.hightlights .intro span {
  color: #007bac;
  font-weight: 400;
}

.search {
  background-color: #007bac;
  padding: 2em 0;
  width: 100%;
}
.search h2 {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 1em 0 0.5em 0;
  margin-bottom: 1.5em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 3px 6px;
}
.search h2 span {
  text-transform: uppercase;
}
.search .flex {
  justify-content: space-between;
}
.search .flex > p {
  flex: 1 1 0px;
  padding: 0 1em;
}
.search .flex > p:first-child {
  padding-left: 0;
}
.search .flex > p:last-child {
  padding-right: 0;
}
.search .flex > p input, .search .flex > p select {
  width: 100%;
  background-color: #ffffff;
}
.search p label {
  display: block;
  padding-bottom: 0.75em;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.07em;
  font-size: 1.3em;
  font-weight: 300;
}
.search input, .search select {
  padding: 0.5em 1em;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.search input {
  padding: 0.57em 1em;
  min-height: 36px;
}
.search .select2-container--default .select2-selection--single {
  height: auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 1em;
}
.search .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0.25em 0.75em;
}
.search .checkbox label, .search .checkbox span {
  display: inline-block;
  vertical-align: middle;
}
.search .checkbox span {
  padding: 0 0 0 0.15em;
  font-size: 0.9em;
}
.search .checkbox input {
  display: none;
}
.search .checkbox input + label {
  box-sizing: border-box;
  display: inline-block;
  width: 3rem;
  height: 1.7rem;
  border-radius: 1.7rem;
  padding: 2px;
  background-color: #4E4E4E;
  transition: all 0.5s;
}
.search .checkbox input + label::before {
  box-sizing: border-box;
  display: block;
  content: "";
  height: calc(1.7rem - 4px);
  width: calc(1.7rem - 4px);
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s;
}
.search .checkbox input:checked + label {
  background-color: #007bac;
}
.search .checkbox input:checked + label::before {
  margin-left: 1.2rem;
}
.search .more .btn {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 2em 0 1em 0;
  cursor: pointer;
}
.search .more .flex {
  padding: 1em 0 1.5em 0;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.search .more .flex p {
  padding-left: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
  color: #007bac;
  font-size: 0.9em;
}

.results {
  margin: 2em auto;
  border: 1px solid #4E4E4E;
}
.results h2 {
  background-color: #4E4E4E;
  color: #ffffff;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.results h2 span {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.results .no-result {
  text-align: center;
  padding: 1em;
  background-color: rgba(233, 233, 233, 0.55);
}
.results .events {
  display: table;
  width: 100%;
}
.results .events .row {
  display: table-row;
  transition: all 0.3s ease-in;
  position: relative;
}
.results .events .row::after {
  font-family: "Material Icons";
  content: "\e5c8";
  position: absolute;
  top: 50%;
  right: 0.5em;
  font-size: 1.4em;
  transform: translate(-300%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s ease;
}
.results .events .row > div {
  display: table-cell;
  padding: 1em 0.75em;
  vertical-align: middle;
  font-size: 0.9em;
  color: #000000;
}
.results .events .row > div.distance {
  white-space: nowrap;
}
.results .events .row:nth-of-type(even) {
  background-color: #e9e9e9;
}
.results .events .row .name {
  font-weight: 700;
}
.results .events .row .name img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  height: 30px;
  width: auto;
}
.results .events .row .location {
  color: #4E4E4E;
}
@media (hover: hover) {
  .results .events .row:hover {
    transition: all 0.1s ease;
    background-color: #007bac;
  }
  .results .events .row:hover::after {
    opacity: 1;
    transform: translate(0, -50%);
  }
  .results .events .row:hover > div {
    color: #ffffff;
  }
}
.results .pager {
  text-align: center;
  padding: 0.75em 1em;
  border-top: 1px solid #4E4E4E;
}
.results .pager li {
  display: inline-block;
}
.results .pager li a {
  display: inline-block;
  padding: 0 0.5em;
  color: #000000;
  font-weight: 700;
}
.results .pager li a.actif {
  color: #007bac;
}
.results .pager li a.first, .results .pager li a .prev, .results .pager li a .next, .results .pager li a .last {
  font-size: 1.2em;
}
.results .pager li a.current {
  color: #0f8028;
}

.page-event {
  border-top: 1px solid #4E4E4E;
  padding: 2em 0;
}
.page-event .list-double tr.odd.dark td, .page-event .list-double tr.even.dark td {
  background-color: rgba(78, 78, 78, 0.05);
}
.page-event .list-double tr.odd.light td, .page-event .list-double tr.even.light td {
  background-color: #ffffff;
}
.page-event .list-double tr.odd.dark td, .page-event .list-double tr.odd.light td {
  border-top-color: transparent;
  border-bottom-color: transparent;
  padding-bottom: 0;
}
.page-event .list-double tr.even.dark td, .page-event .list-double tr.even.light td {
  padding-top: 0;
}
.page-event a.pdf, .page-event a.link-ext {
  display: inline-block;
  border: 1px solid #007bac;
  padding: 0.5em 1em;
  border-radius: 1.5em;
  margin: 0.5em 0;
  transition: all 0.3s ease;
}
.page-event a.pdf::before, .page-event a.link-ext::before {
  content: "\e2c4";
  font-family: "Material Icons";
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 0.25em;
}
.page-event a.pdf:hover, .page-event a.link-ext:hover {
  background-color: #007bac;
  color: #ffffff;
}
.page-event a.link-ext::before {
  content: "\e89e";
}
.page-event .top {
  justify-content: space-between;
  align-items: end;
  padding-bottom: 3em;
}
.page-event .top .b-infos {
  align-items: center;
}
.page-event .top .b-infos .datas {
  width: 60%;
}
.page-event .top .b-infos .datas p {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  padding: 0.5em 0.25em 0.5em 0;
}
.page-event .top .b-infos .limit {
  width: 20%;
}
.page-event .top .b-infos .limit p {
  background: rgba(78, 78, 78, 0.1);
  text-align: center;
  border-radius: 0.25em;
  margin: 0.5em 0;
  padding: 0 1px 1px 1px;
}
.page-event .top .b-infos .limit p span {
  display: block;
  background-color: #ffffff;
  margin: 0;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.page-event .top .b-infos .limit p.alert {
  background-color: red;
  color: #ffffff;
}
.page-event .top .b-infos .limit .register {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #007bac;
  padding: 0.25em 0 0.25em 1.5em;
  border-radius: 0.25em;
  background-color: #007bac;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 0.5em 0;
}
.page-event .top .b-infos .limit .register span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background-color: #ffffff;
  color: #007bac;
  padding: 0.35rem;
  transition: all 0.3s ease;
  margin: 0 0.25em 0 0;
}
.page-event .top .b-infos .limit .register:hover {
  background-color: #ffffff;
  color: #007bac;
}
.page-event .top .b-infos .limit .register:hover span {
  background-color: #007bac;
  color: #ffffff;
}
.page-event .top figure img {
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-event .top h1 {
  padding-bottom: 1em;
}
.page-event .top span {
  margin-right: 0.5em;
}
.page-event .last_minutes {
  width: 100%;
  margin: 0;
  border-radius: 0.25em;
  border: 1px solid #007bac;
  background-color: rgba(78, 78, 78, 0.05);
  padding: 0.75em 0.5em 0.75em 3em;
  position: relative;
}
.page-event .last_minutes .material-icons {
  color: red;
  position: absolute;
  left: 0.35em;
  top: 50%;
  transform: translateY(-50%);
}
.page-event nav {
  padding: 2em 0;
}
.page-event nav .nav-mobile {
  display: none;
  background-color: #4E4E4E;
  color: #ffffff;
  position: relative;
  padding: 0.75em 1em;
}
.page-event nav .nav-mobile::after {
  font-family: "Material Icons";
  content: "\e5d2";
  right: 0.15em;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 2em;
}
.page-event nav .nav-mobile.open::after {
  content: "\e9bd";
}
.page-event nav ul {
  display: flex;
  justify-content: space-around;
}
.page-event nav li {
  list-style-type: none;
  flex: 1 1 auto;
}
.page-event nav li span {
  display: block;
  width: auto;
  height: 40px;
  padding-top: 10px;
  position: relative;
  background: #ffffff;
  border-top: 1px solid #007bac;
  border-bottom: 1px solid #007bac;
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
  cursor: not-allowed;
}
.page-event nav li span::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  height: 40px;
  width: 20px;
  background: url("../Template/Img/site/timeline/chevron-white.svg") no-repeat left center;
  background-size: contain;
}
.page-event nav li span::after {
  content: "";
  position: absolute;
  right: -19px;
  bottom: -1px;
  height: 40px;
  width: 20px;
  background: url("../Template/Img/site/timeline/chevron.svg") no-repeat left center;
  background-size: contain;
}
.page-event nav li span.link {
  background: #007bac;
  cursor: pointer;
}
.page-event nav li span.link.actif {
  background: #ffffff;
  color: #000000;
}
.page-event nav li span.link.actif::after {
  background: url("../Template/Img/site/timeline/chevron-white.svg") no-repeat left center;
}
.page-event nav li:first-child span {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  border-left: 1px solid #007bac;
}
.page-event nav li:first-child span::before {
  content: none;
}
.page-event nav li:last-child span {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-right: 1px solid #007bac;
}
.page-event nav li:last-child span::after {
  content: none;
}
@media (hover: hover) {
  .page-event nav li:hover span.link {
    opacity: 0.85;
  }
}
.page-event .onglet-datas {
  padding: 2em 0 0 0;
  position: relative;
  overflow-x: auto;
}
.page-event .onglet-datas > div {
  margin-bottom: 3em;
}
.page-event h2 {
  padding-bottom: 0.75em;
  color: #007bac;
}
.page-event p.ic-arrow .material-icons {
  vertical-align: text-top;
}
.page-event .tarifs .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-event .tarifs .flex > div.item {
  width: 48%;
  margin: 0.5em 1% 0.5em 0;
  border: 1px solid #4E4E4E;
  font-weight: 700;
  text-align: center;
}
.page-event .tarifs .flex > div.item h3 {
  color: #ffffff;
  background-color: #4E4E4E;
  padding: 1em;
  font-weight: 400;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-event .tarifs .flex > div.item h3 .description {
  padding-top: 0.25em;
  display: block;
  font-size: 0.7em;
}
.page-event .tarifs .flex > div.item p {
  padding: 2em 0;
}
.page-event .tarifs .flex > div.item table tr td {
  font-size: 1.3em !important;
}
.page-event .tarifs .flex > div.item table tr td.montant {
  text-align: right;
}
.page-event .tarifs .flex > div.item table tr td .cumul {
  margin-left: 1rem;
  color: #58B030;
  font-size: 0.8em;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-event .tarifs .flex > div.item table {
    table-layout: fixed;
  }
  .page-event .tarifs .flex > div.item table td:first-child {
    width: 80%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
.page-event .infos p {
  line-height: 1.3em;
}
.page-event .infos p span {
  display: inline-block;
  color: #007bac;
}
.page-event .infos p.ic-view a {
  margin: 0.5em 0.5em 0.5em 0;
}
.page-event .infos .docs p {
  margin-right: 1em;
}
.page-event .places > .flex, .page-event .infos > .flex {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-event .places .item, .page-event .infos .item {
  flex: 1 1 24%;
  margin: 0.5em 1% 0.5em 0;
  font-weight: 700;
  text-align: center;
}
.page-event .places .item h3, .page-event .infos .item h3 {
  background-color: #4e4e4e;
  padding: 1em;
  font-weight: 400;
  color: #ffffff;
}
.page-event .places .item h3 a, .page-event .infos .item h3 a {
  display: block;
  color: #ffffff;
  font-size: 0.8em;
  margin-top: 0.5em;
}
.page-event .places .item h3 a span, .page-event .infos .item h3 a span {
  font-size: 1.4em;
  margin-left: 0.2em;
}
.page-event .places .item h3 .description, .page-event .infos .item h3 .description {
  padding-top: 0.25em;
  display: block;
  font-size: 0.7em;
}
.page-event .places .item table, .page-event .infos .item table {
  width: 100%;
}
.page-event .places .item table th, .page-event .places .item table td, .page-event .infos .item table th, .page-event .infos .item table td {
  padding: 0.75em 0.15em;
  border: 1px solid #4e4e4e;
}
.page-event .places .item table th, .page-event .infos .item table th {
  font-weight: 400;
  background-color: rgba(78, 78, 78, 0.2);
  color: gray;
}
.page-event .places .item table td, .page-event .infos .item table td {
  font-weight: 400;
}
.page-event .places .item table td .day, .page-event .infos .item table td .day {
  color: gray;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.page-event .places .item table td .count, .page-event .infos .item table td .count {
  color: gray;
  font-weight: 300;
}
.page-event .places .item table td .b-jauge, .page-event .infos .item table td .b-jauge {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-event .places .item table td .b-jauge .jauge, .page-event .infos .item table td .b-jauge .jauge {
  height: 5px;
  width: 80%;
  background-color: rgba(78, 78, 78, 0.3);
  border-radius: 200px;
  position: relative;
  overflow: hidden;
}
.page-event .places .item table td .b-jauge .jauge span, .page-event .infos .item table td .b-jauge .jauge span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #007bac;
}
.page-event .places .item table td .b-jauge .jauge.alert span, .page-event .infos .item table td .b-jauge .jauge.alert span {
  background-color: orange;
}
.page-event .places .item table td .b-jauge .jauge.full span, .page-event .infos .item table td .b-jauge .jauge.full span {
  background-color: red;
}
.page-event .text > div {
  margin: 0.5em 0 0 0;
  padding: 1.5em 2em;
  border: 2px solid #007bac;
}
.page-event .reviews .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-event .reviews .flex .b-reviews {
  width: 48%;
  margin: 1em 0;
}
.page-event .reviews .flex .b-reviews h3 {
  position: relative;
  padding: 1em 5em 1em 1em;
  font-size: 1em;
  background-color: #4E4E4E;
  border: 1px solid #4E4E4E;
  border-bottom: none;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.page-event .reviews .flex .b-reviews h3 span {
  display: block;
  font-weight: 300;
  font-size: 0.9em;
}
.page-event .reviews .flex .b-reviews h3 span.cpt {
  position: absolute;
  right: 3em;
  top: 50%;
  transform: translateY(-50%);
  color: #007bac;
}
.page-event .reviews .flex .b-reviews h3::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "\e5cf";
  font-family: "Material Icons";
}
.page-event .reviews .flex .b-reviews h3.actif::after {
  content: "\e5ce";
}
.page-event .reviews .flex .b-reviews > div {
  border: 1px solid #4E4E4E;
  padding: 0.75em 1.5em;
  display: none;
}
.page-event .reviews .flex .b-reviews .b-review {
  border: 1px solid #4E4E4E;
  background-color: rgba(78, 78, 78, 0.05);
  margin: 1em 0;
  padding: 1em 0 0 0;
  font-size: 0.9em;
}
.page-event .reviews .flex .b-reviews .b-review .author {
  font-weight: 700;
}
.page-event .reviews .flex .b-reviews .b-review p {
  padding: 0.25em 1.5em;
}
.page-event .reviews .flex .b-reviews .b-review p.cmt {
  padding-bottom: 1.5em;
}
.page-event .reviews .flex .b-reviews .b-review .notes {
  padding: 0.25em 1.5em;
}
.page-event .reviews .flex .b-reviews .b-review .notes p {
  display: inline-block;
  padding: 0 0.5em 0 0;
}
.page-event .reviews .flex .b-reviews .b-review .notes span {
  color: #007bac;
  font-size: 1.3em;
  margin-top: 2px;
}
.page-event .reviews .flex .b-reviews .b-review .b-answer {
  border-top: 1px solid #4E4E4E;
  padding: 1em 1em 1em 3em;
  background-color: #ffffff;
  position: relative;
}
.page-event .reviews .flex .b-reviews .b-review .b-answer::before {
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
  content: "\f060";
  font-family: "Material Icons";
}
.page-event .carousel {
  position: relative;
  padding: 1em 3em;
}
.page-event .carousel .next-item, .page-event .carousel .prev-item {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: transparent;
  color: #007bac;
  border: none;
}
.page-event .carousel .next-item span, .page-event .carousel .prev-item span {
  font-size: 2.4em;
}
.page-event .carousel .next-item.slick-disabled, .page-event .carousel .prev-item.slick-disabled {
  color: rgba(78, 78, 78, 0.3);
}
.page-event .carousel .next-item {
  left: inherit;
  right: 0;
}
.page-event .carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.page-event .carousel .slick-slide {
  margin: 0 0.5em;
  height: auto;
  text-align: center;
  flex: 1;
  border: 2px solid #007bac;
  transition: all 0.3s ease;
}
.page-event .carousel .slick-slide:hover, .page-event .carousel .slick-slide.actif {
  background-color: #007bac;
  color: #ffffff;
  cursor: pointer;
}
.page-event .carousel .slick-slide:hover button, .page-event .carousel .slick-slide.actif button {
  color: #ffffff;
}
.page-event .carousel .button {
  padding: 1.5em 2em;
  border: none;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-event .onglet-inscriptions .onglet {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-event .onglet-inscriptions .onglet button {
  margin: 0.5em;
  padding: 1em;
  border: none;
  border-bottom: 2px solid #4E4E4E;
  background-color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease;
}
.page-event .onglet-inscriptions .onglet button.actif {
  color: #007bac;
  border-color: #007bac;
}
.page-event .draw h3 {
  text-align: center;
  color: #4E4E4E;
  text-transform: uppercase;
  padding: 0 0 1.5em 0;
}
.page-event .draw .onglet {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-event .draw .onglet button {
  margin: 0.5em;
  padding: 1em;
  border: none;
  border-bottom: 2px solid #4E4E4E;
  background-color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease;
}
.page-event .draw .onglet button.actif {
  color: #007bac;
  border-color: #007bac;
}
.page-event .draw .phase .b-phase {
  padding: 1em 0 2em 0;
}
.page-event .draw .phase .b-matchs {
  padding-left: 3em;
}
.page-event .draw .phase .b-matchs table.matchs thead tr:nth-of-type(1) {
  border-left: 1px solid #4E4E4E;
}
.page-event .draw .phase h4 {
  padding: 1em 0 0.5em 0;
}
.page-event .draw .phase table {
  width: 100%;
  font-size: 0.8em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 1em;
}
.page-event .draw .phase table td, .page-event .draw .phase table th {
  padding: 0.75em;
  border: 1px solid rgba(78, 78, 78, 0.15);
}
.page-event .draw .phase table td.black, .page-event .draw .phase table th.black {
  background-color: #4E4E4E;
  color: #ffffff;
}
.page-event .draw .phase table th {
  background-color: #4E4E4E;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
}
.page-event .draw .phase table tr.wo td p {
  text-decoration: line-through;
}
.page-event .draw .phase table tr td.winner {
  font-weight: 700;
}
.page-event .draw .datatable-scroll-wrap table {
  margin-bottom: 0;
}
.page-event .draw.ic h3 {
  padding: 1.5em 0 0 0;
}
.page-event .final-array .round h2 {
  font-size: 1em;
  font-style: normal;
  color: #007bac;
}
.page-event .final-array .round:nth-of-type(1) .player {
  padding: 0.5em;
}
.page-event .final-array .player::after {
  width: 2em;
  left: -2em;
}
.page-event .final-array .player .pos, .page-event .final-array .player .poule-rank, .page-event .final-array .player .edit {
  display: none;
}
.page-event .final-array .player .score a {
  display: inline-block;
}
.page-event .onglet-schedules .schedule {
  width: 100%;
}
.page-event .onglet-schedules .schedule .bg-schedule-empty {
  background-color: rgba(78, 78, 78, 0.15);
  text-transform: uppercase;
  vertical-align: middle !important;
}
.page-event .onglet-schedules .schedule #schedule {
  display: table;
  width: 100%;
  font-size: 0.8em;
  border-collapse: collapse;
}
.page-event .onglet-schedules .schedule .d-flex {
  display: table-row;
}
.page-event .onglet-schedules .schedule .d-flex > div {
  display: table-cell;
  text-align: center;
  border: 1px solid #000000;
  border-collapse: collapse;
  vertical-align: top;
}
.page-event .onglet-schedules .schedule .d-flex > div p.popup {
  padding-left: 24px;
}
.page-event .onglet-schedules .schedule .d-flex > div p.popup .material-icons {
  font-size: 1.9em;
}
.page-event .onglet-schedules .schedule .d-flex > div.col-1 {
  background-color: #4E4E4E;
  font-weight: 700;
  color: #ffffff;
  vertical-align: middle;
  padding: 0 1em;
}
.page-event .onglet-schedules .schedule .d-flex > div .visu-match {
  font-size: 0.9em;
  padding: 0 1em;
  text-align: left;
}

.modal-ties-team h3, .modal-tie-results h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.modal-ties-team table .badge, .modal-tie-results table .badge {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.modal-ties-team table .text-center, .modal-tie-results table .text-center {
  text-align: center;
}
.modal-ties-team table.dataTable.compact th.looser, .modal-tie-results table.dataTable.compact th.looser {
  color: #ffffff;
}
.modal-ties-team table.dataTable.compact th.looser a, .modal-tie-results table.dataTable.compact th.looser a {
  color: #ffffff;
}
.modal-ties-team table.dataTable.compact tbody td, .modal-tie-results table.dataTable.compact tbody td {
  padding: 0.75em;
}
.modal-ties-team table.dataTable.compact tbody td.icon, .modal-tie-results table.dataTable.compact tbody td.icon {
  padding: 0.75em 0.5em 0.75em 0.75em;
  border-right: none;
}
.modal-ties-team table.dataTable.compact tbody td.pr-2.pl-0, .modal-tie-results table.dataTable.compact tbody td.pr-2.pl-0 {
  border-left: none;
  padding-left: 0;
}
.modal-ties-team table.dataTable.compact tbody td.winner, .modal-tie-results table.dataTable.compact tbody td.winner {
  font-weight: 700;
}
.modal-ties-team table.dataTable.compact tbody td.looser, .modal-tie-results table.dataTable.compact tbody td.looser {
  color: #000000;
}
.modal-ties-team table.dataTable.compact tbody td.looser a, .modal-tie-results table.dataTable.compact tbody td.looser a {
  color: #000000;
}
.modal-ties-team table.dataTable.compact tbody td.b-0, .modal-tie-results table.dataTable.compact tbody td.b-0 {
  border: none;
}
.modal-ties-team table.dataTable.compact tbody td.alpha-primary, .modal-tie-results table.dataTable.compact tbody td.alpha-primary {
  background: #4E4E4E;
  color: #ffffff;
  font-weight: 700;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
.modal-ties-team table.dataTable.compact tbody td.alpha-primary.b-0, .modal-tie-results table.dataTable.compact tbody td.alpha-primary.b-0 {
  background: #ffffff;
}
.modal-ties-team .mt-2.mb-2, .modal-tie-results .mt-2.mb-2 {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.modal-ties-team .mt-2.mb-2 .badge, .modal-tie-results .mt-2.mb-2 .badge {
  margin: 0.5em;
}
.modal-ties-team .datatable-scroll-wrap, .modal-tie-results .datatable-scroll-wrap {
  margin-top: 1em;
}
.modal-ties-team .fa::before, .modal-tie-results .fa::before {
  font-family: "Material Icons";
  font-style: normal;
  font-size: 1.6em;
}
.modal-ties-team .fa.fa-smile::before, .modal-tie-results .fa.fa-smile::before {
  content: "\e0ed";
}
.modal-ties-team .fa.fa-sad-tear::before, .modal-tie-results .fa.fa-sad-tear::before {
  content: "\e811";
}
.modal-ties-team p.text-center, .modal-tie-results p.text-center {
  text-align: center;
}

.popup-player {
  font-size: 0.9em;
}
.popup-player .top {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e9e9e9;
}
.popup-player hr {
  margin: 1.5em auto;
}
.popup-player h3 {
  padding: 0;
}
.popup-player h4 {
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.popup-player p:not(.popup) {
  line-height: 1.8em;
  padding: 0.25em 0;
}
.popup-player p:not(.popup).legend {
  font-size: 0.75em;
  color: rgba(255, 0, 0, 0.7);
  text-align: center;
}
.popup-player .licence {
  color: rgba(0, 0, 0, 0.5);
}
.popup-player .asso {
  color: #007bac;
}
.popup-player .classement {
  font-size: 1em;
  text-align: center;
}
.popup-player .classement .flex > div {
  padding: 0 0 0 1em;
}
.popup-player .classement p:nth-of-type(2) {
  color: #007bac;
  font-weight: 700;
}
.popup-player .classement p:nth-of-type(3) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
}
.popup-player table {
  width: 100%;
  font-size: 0.9em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.popup-player table td, .popup-player table th {
  padding: 0.75em;
}
.popup-player table th {
  background-color: #4E4E4E;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.popup-player table td.winner {
  color: #007bac;
}
.popup-player table.matchs td {
  border: 1px solid rgba(78, 78, 78, 0.15);
}
.popup-player .draws {
  padding: 1em 0;
}
.popup-player .draws table th, .popup-player .draws table td {
  text-align: center;
}
.popup-player .convocations {
  padding: 2em 0;
}

.popup-stats .match {
  border: 2px solid #007bac;
  margin: 1em 0;
}
.popup-stats .match .flex {
  justify-content: space-between;
}
.popup-stats .match .players {
  padding: 1em;
  font-weight: 700;
  align-items: center;
}
.popup-stats .match .players .winner {
  color: #007bac;
}
.popup-stats .match .players span {
  font-weight: 400;
}
.popup-stats .match .header, .popup-stats .match .footer {
  padding: 0.25em 1em;
  font-size: 0.9em;
  background-color: #007bac;
  color: #ffffff;
}
.popup-stats .match .footer {
  background-color: rgba(78, 78, 78, 0.2);
  color: #000000;
}
.popup-stats .b-stats {
  margin: 2em 0;
}
.popup-stats .b-stats h2 {
  text-transform: uppercase;
  font-weight: 400;
  padding: 1em 0;
}
.popup-stats .b-stats ul {
  padding: 0;
}
.popup-stats .b-stats ul li {
  display: inline-block;
  padding: 0;
}
.popup-stats .b-stats ul li::before {
  content: none;
}
.popup-stats .b-stats ul li a {
  display: block;
  padding: 0.5em 1.5em;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
  border-bottom: none;
  position: relative;
}
.popup-stats .b-stats ul li a.actif {
  color: #007bac;
  border: 2px solid #007bac;
  border-bottom: none;
}
.popup-stats .b-stats ul li a.actif::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  height: 2px;
  left: 0;
  bottom: -2px;
}
@media (hover: hover) {
  .popup-stats .b-stats ul li a:hover:not(.actif) {
    background-color: rgba(78, 78, 78, 0.2);
    border-bottom: none;
  }
}
.popup-stats .b-stats .onglet {
  padding: 2em 1.5em;
  background-color: #ffffff;
  display: none;
  border: 2px solid #007bac;
}
.popup-stats .b-stats .onglet:nth-of-type(1) {
  display: block;
}
.popup-stats .scores {
  text-align: center;
}
.popup-stats table {
  width: 100%;
  font-size: 0.9em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  text-align: center;
}
.popup-stats table td, .popup-stats table th {
  padding: 0.75em;
  border-bottom: 1px solid rgba(78, 78, 78, 0.15);
  text-align: center;
}
.popup-stats table .popup.infos {
  padding: 0.25em;
}
.popup-stats table .popup.infos a {
  display: none;
}
.popup-stats table th {
  background-color: #4E4E4E;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.popup-stats table td.winner {
  color: #007bac;
}

.popup-vs .players {
  justify-content: space-between;
}
.popup-vs .players .winner {
  color: #007bac;
}
.popup-vs .recap-vs {
  text-align: center;
}
.popup-vs table {
  width: 100%;
  font-size: 0.9em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.popup-vs table td, .popup-vs table th {
  padding: 0.75em;
  border-bottom: 1px solid rgba(78, 78, 78, 0.15);
}
.popup-vs table th {
  background-color: #4E4E4E;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.popup-vs table td.winner {
  color: #007bac;
}

.hightlights {
  background: #000000 url("../Template/Img/site/fd-hightlights.jpg") no-repeat right center;
  background-size: auto 100%;
}
.hightlights .wrapper > div {
  width: 60%;
}

.search .step-one {
  justify-content: center;
  padding: 1em 0 4em 0;
}
.search .step-one .radios {
  padding: 0 6em;
}
.search .step-one .radios p {
  width: 100%;
  background-color: #ffffff;
  padding: 0.7em 3em;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search .step-one .radios p.actif {
  background-color: #000000;
  color: #007bac;
}
.search .step {
  padding: 1em 0;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin: 2em 0;
  text-align: center;
}
.search .step h3 {
  padding: 0.5em 0 1em 0;
  color: #007bac;
  text-transform: uppercase;
  font-weight: 400;
}
.search .step .radios {
  justify-content: center;
  flex-wrap: wrap;
}
.search .step .radios p {
  border: 1px solid #000000;
  padding: 0.35em 3em 0.5em 3em;
  border-radius: 2em;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 1em;
}
.search .step .radios p.actif {
  background-color: #007bac;
  border-color: #007bac;
  color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.b-results {
  padding: 1em 0;
}
.b-results h2 {
  text-align: center;
  padding: 1em 1em;
  color: #007bac;
  text-transform: uppercase;
  font-weight: 400;
}
.b-results a.pdf, .b-results a.link-ext {
  display: inline-block;
  border: 1px solid #007bac;
  padding: 0.5em 1em;
  border-radius: 1.5em;
  margin: 0.5em 0;
  transition: all 0.3s ease;
}
.b-results a.pdf::before, .b-results a.link-ext::before {
  content: "\e2c4";
  font-family: "Material Icons";
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 0.25em;
}
.b-results a.pdf:hover, .b-results a.link-ext:hover {
  background-color: #007bac;
  color: #ffffff;
}
.b-results a.link-ext::before {
  content: "\e89e";
}
.b-results .b-infos {
  align-items: center;
  padding: 1em 0 2em 0;
}
.b-results #tie_score {
  padding: 0 0 0 2em;
  text-align: center;
  text-transform: uppercase;
}
.b-results #tie_score span {
  display: inline-block;
  padding: 0 0.5em;
}
.b-results .matchs {
  padding: 1em 0;
}

#noevent, #nomatch {
  text-align: center;
  padding: 0.5em 1em;
  background: rgba(255, 0, 0, 0.2);
  border-radius: 0.25em;
  margin: 0 1em;
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
  .hightlights .wrapper > div:nth-of-type(2) {
    width: 46%;
  }
  .page-event .top .b-infos .limit {
    width: 25%;
  }
  .page-event .onglet-schedules .schedule .d-flex > div {
    display: block;
    text-align: left;
  }
  .page-event .onglet-schedules .schedule .d-flex > div .w-100 {
    padding-left: 1em;
  }
  .page-event .onglet-schedules .schedule .d-flex > div .visu-match {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  header .wait-message {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    background-color: #e9e9e9;
    padding: 0.75em 0.15em;
    text-align: center;
  }
  header .mobile {
    display: flex;
  }
  header .top {
    display: none;
  }
  header .top .flex {
    justify-content: space-between;
  }
  header .top .flex li {
    margin-left: 0;
  }
  header .main {
    display: none;
  }
  header .main .logos {
    display: none;
  }
  header .main nav {
    width: 100%;
    font-size: 1em;
  }
  header .main nav ul {
    display: flex;
    justify-content: space-between;
  }
  header .main nav ul li {
    margin: 0;
  }
  .hightlights {
    background-position: bottom center;
  }
  .hightlights .wrapper {
    flex-direction: column;
  }
  .hightlights .wrapper > div {
    width: 100%;
  }
  .hightlights .wrapper > div:nth-of-type(2) {
    width: 100%;
  }
  .hightlights .event {
    width: calc(33.33% - 1em);
  }
  .search .flex {
    flex-wrap: wrap;
  }
  .search p label {
    font-size: 1.1em;
  }
  .results .events .row::after {
    opacity: 1;
    color: #007bac;
    transform: translate(30%, -50%);
  }
  .page-event .top {
    flex-direction: column;
  }
  .page-event .top > figure {
    margin: auto;
  }
  .page-event .top > figure.default {
    display: none;
  }
  .page-event .top .b-infos .datas {
    width: 70%;
  }
  .page-event .top .b-infos .limit {
    width: 30%;
  }
  .page-event .onglet-datas {
    padding: 2em 0;
  }
  .page-event .tarifs .flex > div {
    flex: 1 1 48%;
  }
  .page-event .places .item {
    flex: 1 1 100%;
    margin: 0.5em 0;
  }
  .page-event .reviews .flex .b-reviews {
    width: 100%;
  }
  .page-event nav {
    position: relative;
  }
  .page-event nav .nav-mobile {
    display: block;
  }
  .page-event nav ul {
    display: none;
    flex-direction: column;
  }
  .page-event nav li span {
    margin: 0.5em 0;
    border: 1px solid #007bac;
  }
  .page-event nav li span::before, .page-event nav li span::after {
    content: none;
  }
  .page-event nav li:first-child span, .page-event nav li:last-child span {
    border-radius: 0;
  }
  .page-event .draw .phase .b-matchs {
    padding-left: 0;
  }
  .page-event .draw .phase table td, .page-event .draw .phase table th {
    border: none;
    border-bottom: 1px solid rgba(78, 78, 78, 0.15);
  }
  .page-event .draw .phase table td.black {
    padding-left: 1em !important;
  }
  .page-event .list-double tr.even {
    border: none;
  }
  .onglet-lives {
    padding-top: 0;
  }
  .onglet-lives #content_live {
    margin-bottom: 0;
  }
  .onglet-lives .list-places {
    padding-left: 0;
  }
  .onglet-lives .matchs {
    padding: 6em 0 0 0;
  }
  .onglet-lives .matchs .next, .onglet-lives .matchs .prev {
    top: 2.5em;
    transform: none;
  }
  .onglet-lives .matchs .flex .item {
    width: 48%;
  }
  .popup-player .t-responsive {
    margin-top: 1em;
  }
  .popup-player table.matchs th, .popup-player table.matchs td {
    border: none;
    border-bottom: 1px solid rgba(78, 78, 78, 0.15);
  }
  .popup-player .draws .t-responsive tr:nth-of-type(2) {
    border-top: none;
  }
  .popup-player .draws .t-responsive tr td {
    background-color: #ffffff;
  }
  .two-col {
    flex-direction: column;
    margin: 0;
    padding: 1em 0;
  }
  .two-col > div {
    width: 100%;
  }
  .two-col > div:nth-of-type(1) {
    margin-bottom: 2em;
  }
  .two-col.reverse {
    flex-direction: column;
  }
  .b-use {
    width: 100%;
    border-radius: 0;
    padding: 2em;
  }
  .scorbad .hightlights {
    background-position: right bottom;
    background-size: 40% auto;
  }
  .scorbad .b-results h2 {
    padding-bottom: 0;
  }
  .scorbad .b-results .b-infos {
    flex-direction: column;
    padding-bottom: 1em;
  }
  .scorbad .b-results .b-infos .link-ext {
    margin-bottom: 1.5em;
  }
  .scorbad .onglet-lives .matchs {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
  header .top {
    font-size: 0.7em;
  }
  header .top ul li {
    margin-left: 0.15em;
  }
  header .main {
    font-size: 0.9em;
  }
  header .main nav ul {
    flex-direction: column;
  }
  header .main nav ul li {
    padding: 0.15em 0;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }
  .hightlights {
    padding: 1.5em 1em;
  }
  .hightlights .wrapper {
    width: 100%;
  }
  .hightlights .link {
    text-align: center;
  }
  .hightlights .event {
    width: 100%;
    margin: 0.5em 0;
  }
  .hightlights .event a:hover .flex {
    background: #ffffff;
  }
  .hightlights .event a:hover .flex .main {
    transform: translateX(-29%);
  }
  .hightlights .event .flex .main {
    width: 92%;
  }
  .hightlights .event .flex .more {
    position: relative;
    opacity: 1;
  }
  .search .wrapper {
    width: calc(100% - 2em);
  }
  .search .more {
    padding: 0;
  }
  .search .flex {
    flex-direction: column;
  }
  .search .flex > p {
    flex: 1;
    padding: 0.25em 0;
  }
  .results {
    width: calc(100% - 2em);
  }
  .results .events .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-right: 1.25em;
  }
  .results .events .row::after {
    transform: translate(0, -50%);
  }
  .results .events .row > div {
    padding: 0.75em;
  }
  .results .events .row .name {
    width: 100%;
  }
  .page-event .wrapper {
    width: calc(100% - 2em);
  }
  .page-event .text > div {
    padding: 0.5em 1em;
  }
  .page-event .top {
    padding-bottom: 1em;
  }
  .page-event .top .b-infos {
    flex-wrap: wrap;
  }
  .page-event .top .b-infos .datas, .page-event .top .b-infos .limit {
    width: 100%;
  }
  .page-event .top .b-infos .datas p {
    display: block;
    width: 100%;
  }
  .page-event .tarifs .flex > div {
    flex: 1 1 100%;
  }
  .onglet-lives .list-places {
    flex-direction: column;
  }
  .onglet-lives .list-places > div {
    width: 100%;
  }
  .onglet-lives .list-places > div:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .onglet-lives .list-places .listing {
    flex-direction: column;
  }
  .onglet-lives .matchs .flex .item {
    width: 100%;
  }
  .onglet-results .matchs .flex > div {
    width: 100%;
  }
  .popup-player .top {
    flex-direction: column;
  }
  .popup-player .top > div {
    width: 100%;
  }
  .popup-player .top > div:nth-of-type(1) {
    padding: 0.5em 0 1.5em 0;
    text-align: center;
  }
  .popup-player .top > div:nth-of-type(1) > * {
    display: inline-block;
    margin: 0 0.25em;
  }
  .b-onglets li {
    padding: 0.5em 1em;
    text-transform: none;
  }
  .b-onglet {
    padding: 1em;
  }
  .b-items {
    flex-direction: column;
    padding: 0;
  }
  .b-items .item {
    width: 100%;
    max-width: inherit;
    margin: 1em 0;
  }
  .b-tarifs .flex {
    flex-direction: column;
  }
  footer .main {
    flex-wrap: wrap;
  }
  footer .main > div {
    width: 50%;
  }
  .scorbad .hightlights {
    background-position: right bottom;
    background-size: 50% auto;
  }
  .scorbad .search .step-one {
    flex-direction: row;
    justify-content: space-between;
  }
  .scorbad .search .step-one .radios {
    padding: 0;
  }
  .scorbad .b-onglets {
    flex-direction: column;
  }
  .scorbad .b-onglets li {
    border-bottom: 1px solid #4E4E4E;
  }
  .scorbad .b-onglets li:nth-of-type(1) {
    border-top: 1px solid #4E4E4E;
  }
  .scorbad .b-results #tie_score span.hote, .scorbad .b-results #tie_score span.visitor {
    display: block;
  }
  .popup-foreigner .flex > div {
    width: 100%;
  }
  .popup-foreigner .flex > div.ic-date input {
    width: 100%;
    margin: 0.5em 0;
  }
  .popup-foreigner .modal-footer {
    flex-direction: column-reverse;
  }
  .popup-foreigner .modal-footer button {
    margin: 0.5em 0;
  }
}
