/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/*figure {
  margin: 1em 40px;
}*/
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  My reset
/*-----------------------------------------------------------------------------------*/
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.hide, .mobile__hide, .desktop__hide {
  display: none;
  visibility: hidden; }

/*
 * Delete list-style
 */
ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Delete font-style
 */
address {
  font-style: inherit; }

/*
 * float
 */
.fleft {
  float: left; }

.flight {
  float: right; }

.cb {
  clear: both; }

.none {
  display: none; }

button {
  border: none; }

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.verticale-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*
* reset blockquote
*/
blockquote {
  margin: 0; }

/*
* reset title & paragraphe
*/
h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

/*
* reset table
*/
table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse; }

tr, td, th {
  padding: 0; }

/*
* SVG colors
*/
.fill-white {
  fill: color(title); }

/*-----------------------------------------------------------------------------------*/
/*  Config
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: Helvetica;
  src: url(/wp-content/themes/Fasarmo/fonts/Helvetica.ttf);
  font-weight: normal; }

html {
  font-size: 100%; }

/* Variable */
/* Mixin */
::-moz-selection {
  background: #F26E6E;
  color: #f2f2f2; }
::selection {
  background: #F26E6E;
  color: #f2f2f2; }

/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
/* Title */
html {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400; }

.big-title {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px; }

h1, h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5; }

h3, h4 {
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 800;
  line-height: 1.5; }

.title__header {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  padding: 40px 0 111px 0; }
  .title__header:after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
    content: '';
    display: block;
    height: 1px;
    width: 56.8965%;
    margin-top: 10px;
    opacity: .2; }
  .title__header * {
    font-family: "Urbanist", sans-serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600; }

.title-cat {
  font-family: "Urbanist", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase; }
  .title-cat__underline:after {
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    margin: 5px 0 15px 0;
    opacity: .1; }
  .title-cat__underline--center:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0)); }

.subtitle-post {
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2; }

/* Text */
p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2; }

a {
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  text-decoration: inherit;
  -webkit-transition: .3s;
  transition: .3s; }
  a:hover {
    color: #F26E6E; }

.helvet {
  font-family: "Helvetica", sans-serif; }

.urban {
  font-family: "Urbanist", sans-serif; }

.excerpt {
  line-height: 1.2; }

.italic {
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* Autres */
.error-bg {
  background: #F26E6E !important; }

.error-color {
  color: #F26E6E !important; }

@media (min-width: 568px) {
  .text-s-left {
    text-align: left; }
  .text-s-center {
    text-align: center; }
  .text-s-right {
    text-align: right; } }

@media (min-width: 768px) {
  .text-m-left {
    text-align: left; }
  .text-m-center {
    text-align: center; }
  .text-m-right {
    text-align: right; } }

/*-----------------------------------------------------------------------------------*/
/*  Layout
/*-----------------------------------------------------------------------------------*/
.bg_primary {
  background-color: #000; }

.bg_secondary {
  background-color: #191919; }

.bg_tertiary {
  background-color: #f2f2f2; }

.bg_quaternary {
  background-color: #F26E6E; }

.bg_quinary {
  background-color: #808080; }

.separateur {
  margin: 20px 0;
  height: 8px; }

.container {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 20px; }
  .container--full {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 20px; }

.layout-section {
  display: grid;
  grid-gap: 20px; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px; }
  .grid-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .grid-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .grid-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .grid-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }

.col {
  -webkit-column-gap: 2.9069%;
     -moz-column-gap: 2.9069%;
          column-gap: 2.9069%; }
  .col-1 {
    width: 5.3779%; }
  .col-2 {
    width: 13.6627%; }
  .col-3 {
    width: 22.093%; }
  .col-4 {
    width: 30.3779%; }
  .col-5 {
    width: 38.6627%; }
  .col-6 {
    width: 47.093%; }
  .col-7 {
    width: 55.3779%; }
  .col-8 {
    width: 63.6627%; }
  .col-9 {
    width: 72.093%; }
  .col-10 {
    width: 80.3779%; }
  .col-11 {
    width: 88.6627%; }
  .col-12 {
    width: 100%; }

@media (min-width: 768px) {
  .sidebar {
    position: relative; }
    .sidebar-right:before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
      content: '';
      display: block;
      height: 100%;
      max-height: 400px;
      opacity: .1;
      width: 1px;
      position: absolute;
      top: 0;
      left: -4.16667%; }
    .sidebar-right-championnat:before {
      top: 81px; }
    .sidebar-left:before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
      content: '';
      display: block;
      height: 100%;
      max-height: 400px;
      opacity: .1;
      width: 1px;
      position: absolute;
      top: 0;
      right: -4.16667%; }
    .sidebar-left-championnat:before {
      top: 81px; }
  .grid {
    -webkit-column-gap: 3.44827%;
       -moz-column-gap: 3.44827%;
            column-gap: 3.44827%; }
  .col {
    -webkit-column-gap: 3.4482%;
       -moz-column-gap: 3.4482%;
            column-gap: 3.4482%; }
    .col-1-m {
      width: 5.1724%; }
    .col-2-m {
      width: 13.7931%; }
    .col-3-m {
      width: 22.4137%; }
    .col-4-m {
      width: 31.0344%; }
    .col-5-m {
      width: 39.6551%; }
    .col-6-m {
      width: 48.2758%; }
    .col-7-m {
      width: 56.8966%; }
    .col-8-m {
      width: 65.5172%; }
    .col-9-m {
      width: 74.1279%; }
    .col-10-m {
      width: 82.7586%; }
    .col-11-m {
      width: 91.3793%; } }

/*-----------------------------------------------------------------------------------*/
/*  Menu
/*-----------------------------------------------------------------------------------*/
.main-navigation {
  display: none; }
  .main-navigation__mobile {
    height: 0px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s; }
    .main-navigation__mobile a {
      color: #fff;
      display: block;
      font-family: "Helvetica", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800;
      line-height: 40px; }
  .main-navigation a {
    color: #fff;
    display: block;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 19px; }

.menu__mobile {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  position: relative;
  height: 60px;
  width: 60px;
  z-index: 1000; }
  .menu__mobile span {
    background: #fff;
    display: block;
    height: 2px;
    width: 30px;
    margin-bottom: 8px;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s; }
    .menu__mobile span:first-child {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .menu__mobile span:nth-child(2) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .menu__mobile span:nth-child(3) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s;
      margin: 0; }
    .menu__mobile span.close {
      position: absolute;
      top: calc(50% - 1px);
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  .menu__mobile.active span {
    opacity: 0; }
    .menu__mobile.active span:first-child {
      -webkit-transform: translate(50%);
              transform: translate(50%);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .menu__mobile.active span:nth-child(2) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
    .menu__mobile.active span:nth-child(3) {
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .menu__mobile.active span.close {
      display: block;
      opacity: 1;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
      .menu__mobile.active span.close--1 {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .menu__mobile.active span.close--2 {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .menu__mobile div {
    position: relative; }

@media (min-width: 768px) {
  .main-navigation {
    display: block; }
    .main-navigation__mobile {
      display: none; }
  .header .menu-item {
    float: left;
    margin-right: 40px; }
  .header .menu__mobile {
    display: none; } }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Special template */
/*-----------------------------------------------------------------------------------*/
/*  reset
/*-----------------------------------------------------------------------------------*/
.header {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); }
  .header__top {
    background: #fff;
    font-family: "Helvetica", sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 800;
    text-align: center;
    margin: 0 auto; }
    .header__top a {
      color: #000;
      display: block;
      text-decoration: inherit;
      font-family: sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 40px;
      -webkit-transition: .2s;
      transition: .2s; }
      .header__top a:hover {
        color: rgba(0, 0, 0, 0.9); }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header__widget .widget_nav_menu h2 {
      display: none; }
    .header__widget .widget_nav_menu .menu-item {
      margin-left: 20px;
      margin-right: 0; }
    .header__widget--sidebar-1 {
      margin: 0 auto;
      padding: 9px 0; }
  .header__bottom {
    background: #191919;
    padding: 20px 0; }
    .header__bottom__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.custom-logo {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 6px;
  height: 40px;
  width: auto; }

.site-name {
  line-height: 40px;
  display: none; }
  .site-name h1 {
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400; }
  .site-name__branding {
    display: block; }

/*-----------------------------------------------------------------------------------*/
/*  Footer top
/*-----------------------------------------------------------------------------------*/
.footer {
  margin-top: 60px; }
  .footer__top {
    background: #000;
    margin-top: 20px;
    padding: 32px 0; }
    .footer__top * {
      color: #fff;
      font-family: sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 300; }
  .footer > .container:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    opacity: .1; }
  .footer .menu li {
    margin-bottom: 12px; }
    .footer .menu li:last-child {
      margin-bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*  Footer bottom
/*-----------------------------------------------------------------------------------*/
.footer__bottom * {
  background: #191919;
  color: #fff;
  line-height: 32px;
  font-family: sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  text-align: center; }
  .footer__bottom * a {
    color: #fff;
    font-family: sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500; }

/*-----------------------------------------------------------------------------------*/
/*  Sponsors Footer
/*-----------------------------------------------------------------------------------*/
.sponsors-container {
  margin: 0 auto;
  width: 82.75862%; }

.sponsors li, .sponsors img {
  height: auto;
  max-width: 180px; }

/*-----------------------------------------------------------------------------------*/
/*  Images
/*-----------------------------------------------------------------------------------*/
.img__postType {
  background: url(/wp-content/themes/Fasarmo/assets/img/bg-diago.png) repeat top left;
  height: 370px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.img-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

/*-----------------------------------------------------------------------------------*/
/*  Button
/*-----------------------------------------------------------------------------------*/
.btn {
  background: #fff;
  color: #000;
  display: inline-block;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 5px 12px;
  -webkit-transition: .1s;
  transition: .1s; }
  .btn:hover {
    background: #000;
    color: #fff; }

/* Modul Lazy Bloc */
/*-----------------------------------------------------------------------------------*/
/*  slider calendar
/*-----------------------------------------------------------------------------------*/
.slider-calendrier {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 100px 0; }
  .slider-calendrier__title {
    color: #808080;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase; }
  .slider-calendrier__journee {
    margin-top: 20px; }
    .slider-calendrier__journee:first-child {
      margin-top: 0; }
  .slider-calendrier__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slider-calendrier__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .slider-calendrier__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .slider-calendrier__match {
    margin-top: 10px;
    margin-right: 12px;
    position: relative;
    width: 100%; }
    .slider-calendrier__match time {
      color: #808080;
      font-family: "Urbanist", sans-serif;
      font-size: 11px;
      font-size: 0.6875rem;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 11px;
      position: relative; }
      .slider-calendrier__match time span {
        color: #fff; }
      .slider-calendrier__match time:after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        opacity: .25;
        position: absolute;
        bottom: -5px;
        right: 0; }
    .slider-calendrier__match:after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#fff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      opacity: .4;
      position: absolute;
      top: 0;
      right: -7px; }
  .slider-calendrier__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-right: 5px; }
    .slider-calendrier__logo img {
      height: 24px;
      width: 24px;
      -o-object-fit: contain;
         object-fit: contain; }
      .slider-calendrier__logo img:first-child {
        margin-bottom: 5px; }
  .slider-calendrier__teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slider-calendrier__teams p:first-child {
      margin-bottom: 5px; }
  .slider-calendrier__club p, .slider-calendrier__score p {
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase; }
  .slider-calendrier__score {
    margin-left: auto;
    margin-right: 8px; }

@media (min-width: 568px) {
  .slider-calendrier__title {
    margin-bottom: 10px; }
  .slider-calendrier__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .slider-calendrier__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .slider-calendrier__match {
    margin-top: 0; } }

@media (min-width: 992px) {
  .slider-calendrier {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .slider-calendrier__journee {
      margin-top: 0;
      width: 49.48275%; } }

/*-----------------------------------------------------------------------------------*/
/*  Stats player
/*-----------------------------------------------------------------------------------*/
.home-page__top-buteur {
  background: url(/wp-content/themes/Fasarmo/assets/img/bg-diago.png) repeat top left;
  padding: 20px 0 30px 0;
  border-bottom: 10px #F2F2F2 solid; }
  .home-page__top-buteur .top-buteur .title-cat {
    color: #000;
    width: 56.89655%; }
    .home-page__top-buteur .top-buteur .title-cat:after {
      background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
      opacity: .1; }
  .home-page__top-buteur .top-buteur__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }

.sidebar .top-buteur {
  margin-top: 40px; }

.top-buteur .title-cat {
  margin-bottom: 15px; }
  .top-buteur .title-cat:after {
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    opacity: .2;
    margin-top: 5px; }

.top-buteur__ul {
  margin-top: 15px;
  overflow-y: scroll; }

.top-buteur__li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-width: 360px;
  min-height: 200px;
  overflow: hidden; }

.top-buteur__left {
  padding: 10px;
  position: relative;
  width: calc(50% - 20px); }

.top-buteur__right {
  position: relative;
  width: 50%;
  z-index: 1; }

.top-buteur__picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.top-buteur__classement {
  font-family: "Helvetica", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: .8;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.33); }

.top-buteur__player {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  z-index: 10; }

.top-buteur__club {
  height: 134px;
  width: 134px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .2;
  position: absolute;
  top: 10px;
  left: -15%;
  z-index: 1; }

.top-buteur__score {
  font-family: "Helvetica", sans-serif;
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
  bottom: 16px;
  right: 10px;
  z-index: 11; }

.top-buteur__buts {
  font-family: "Helvetica", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 1px black;
  -webkit-text-stroke: 1px #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10; }

/*-----------------------------------------------------------------------------------*/
/*  List buteur
/*-----------------------------------------------------------------------------------*/
.sidebar .list-buteur__ul {
  display: block; }

.list-buteur__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .sidebar .list-buteur__li {
    width: 100%; }

.list-buteur-col-small {
  border-right: 1px solid #000;
  width: calc(27.77778% - 1px); }

.list-buteur-col-large {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 72.22222%; }

.list-buteur-col-small, .list-buteur-col-large {
  overflow: hidden;
  padding: 20px 0; }

.list-buteur__pos {
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.33); }

.list-buteur__logo {
  height: 128px;
  opacity: .15;
  position: absolute;
  left: -20px; }
  .list-buteur__logo img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }

.list-buteur__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 1; }

.list-buteur__player {
  font-family: "Helvetica", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1875;
  margin-left: 10px;
  text-transform: uppercase; }

.list-buteur__goal {
  font-family: "Helvetica", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.67;
  margin-right: 20px;
  text-align: right;
  width: 120px; }
  .list-buteur__goal span {
    font-family: "Helvetica", sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 0.75;
    float: right; }

@media (min-width: 1200px) {
  .list-buteur__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .list-buteur__li {
    margin-right: 3.44827%;
    width: 31.03448%; }
    .list-buteur__li:last-child {
      margin-right: 0; } }

/*-----------------------------------------------------------------------------------*/
/*  Classement
/*-----------------------------------------------------------------------------------*/
.classement {
  width: 100%; }
  .classement-bloc {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .classement-home {
    margin-top: -60px; }
  .classement-content {
    padding: 20px 10px; }
    .classement-content .title-cat {
      margin-bottom: 10px; }
  .classement-thead tr th:nth-child(6), .classement-thead tr th:nth-child(7), .classement-thead tr th:nth-child(8), .classement-thead tr th:nth-child(9), .classement-tbody tr td:nth-child(6), .classement-tbody tr td:nth-child(7), .classement-tbody tr td:nth-child(8), .classement-tbody tr td:nth-child(9) {
    display: none; }
  .classement th:nth-child(4), .classement th:last-child, .classement td:nth-child(4), .classement td:last-child {
    background: rgba(242, 242, 242, 0.5); }
  .classement th:last-child, .classement td:last-child {
    font-weight: 600; }
  .classement-thead {
    font-family: "Helvetica", sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: lowercase; }
    .classement-thead .classement-col-small, .classement-thead .classement-col-large {
      height: 17px;
      vertical-align: top; }
  .classement-tbody {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase; }
    .classement-tbody tr {
      border-top: 1px solid #000; }
  .classement-col-small {
    height: 34px;
    width: 40px;
    text-align: center; }
  .classement-col-large {
    height: 34px;
    width: 280px;
    text-align: left; }
  .classement img {
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain; }

@media (min-width: 568px) {
  .classement-content {
    padding: 20px; }
  .classement-thead tr th:nth-child(6), .classement-thead tr th:nth-child(7), .classement-thead tr th:nth-child(8), .classement-thead tr th:nth-child(9), .classement-tbody tr td:nth-child(6), .classement-tbody tr td:nth-child(7), .classement-tbody tr td:nth-child(8), .classement-tbody tr td:nth-child(9) {
    display: table-cell; }
  .classement-tbody {
    font-weight: 800; }
  .classement-col-small {
    width: 34px; } }

@media (min-width: 768px) {
  .classement-home {
    margin-bottom: 40px; } }

/*-----------------------------------------------------------------------------------*/
/*  Calendrier
/*-----------------------------------------------------------------------------------*/
.calendrier {
  margin-top: 40px; }
  .calendrier__pagination {
    margin-bottom: 40px; }
    .calendrier__pagination span {
      font-family: "Urbanist", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800;
      margin-right: 5px;
      float: left; }
    .calendrier__pagination ul.pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 5px;
         -moz-column-gap: 5px;
              column-gap: 5px;
      row-gap: 10px; }
    .calendrier__pagination li {
      text-align: center;
      position: relative; }
      .calendrier__pagination li:after {
        background: #F26E6E;
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s;
        position: absolute;
        bottom: -2px;
        left: 0; }
      .calendrier__pagination li:hover:after {
        opacity: 1; }
      .calendrier__pagination li.active:after {
        background: #F26E6E;
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -2px;
        left: 0; }
      .calendrier__pagination li a {
        color: #000;
        display: block;
        font-family: "Urbanist", sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 20px;
        width: 20px; }

.day {
  margin: 0 auto;
  position: relative;
  scroll-padding-top: 0px;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }
  .day-slider {
    overflow-x: scroll;
    height: 400px;
    scroll-padding-top: 0px;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory; }
    .day-slider__li {
      scroll-snap-align: start; }
  .day::-webkit-scrollbar {
    display: none; }
  .day::-webkit-scrollbar:horizontal {
    display: none; }
  .day::-webkit-scrollbar-thumb {
    display: none; }
  .day__li {
    padding-bottom: 40px; }
  .day__journee {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 20px; }
  .day__match {
    margin-bottom: 20px; }
    .day__match:last-child {
      margin-bottom: 0; }
  .day__time {
    color: #808080;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px; }
    .day__time span {
      color: #000;
      margin-left: 5px; }
    .day__time:after {
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(90deg, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
      content: '';
      display: block;
      margin: 5px auto 12px auto;
      height: 1px;
      width: 100%;
      max-width: 183px;
      opacity: .25; }
  .day__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase; }
    .day__team__img {
      display: inline-block;
      height: 32px;
      width: 32px;
      vertical-align: middle; }
      .day__team__img img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%;
        width: 100%; }
    .day__team .team_dom, .day__team .team_vis {
      width: 40%; }
    .day__team .day__score {
      text-align: center;
      width: 20%; }
    .day__team .team_dom {
      text-align: left; }
    .day__team .team_vis {
      text-align: right; }
  .day__dot {
    margin: 0 10px; }
  .day__location {
    text-align: center; }
    .day__location * {
      color: #808080;
      font-family: "Helvetica", sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.2; }
    .day__location a {
      display: inline-block; }
    .day__location p:first-child {
      font-weight: 800;
      margin-bottom: 2px; }

.team_dom .day__team__img {
  margin-right: 10px; }

.team_vis .day__team__img {
  margin-left: 10px; }

@media (min-width: 992px) {
  .day {
    width: 69.69697%; } }

/*-----------------------------------------------------------------------------------*/
/*  partenaires
/*-----------------------------------------------------------------------------------*/
.partenaire-classement {
  margin: 20px 0 0 0;
  position: relative; }
  .partenaire-classement:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
    content: '';
    display: block;
    height: 100%;
    max-height: 267px;
    width: 1px;
    position: absolute;
    left: -4.34783%;
    top: 0;
    opacity: .1; }
  .partenaire-classement .title-cat {
    margin-bottom: 10px; }
  .partenaire-classement__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .partenaire-classement__ul li {
      width: 39.13043%;
      margin-bottom: 20px; }
      .partenaire-classement__ul li:first-child {
        margin-left: auto;
        margin-right: 20px; }
      .partenaire-classement__ul li:last-child {
        margin-right: auto;
        margin-left: 20px; }
      .partenaire-classement__ul li img {
        height: 100%;
        width: 100%; }

.partenaire__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7.14285%;
     -moz-column-gap: 7.14285%;
          column-gap: 7.14285%;
  row-gap: 20px;
  margin-bottom: 40px; }

.partenaire__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  .partenaire__li .img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.partenaire__premium {
  width: 46.42857%; }

.partenaire__basic {
  width: 28.57142%; }

.partenaire__logo {
  text-align: center; }

.partenaire-championnat {
  margin: 0; }
  .partenaire-championnat:before {
    display: none; }

@media (min-width: 768px) {
  .partenaire__ul {
    -webkit-column-gap: 2.74725%;
       -moz-column-gap: 2.74725%;
            column-gap: 2.74725%; }
  .partenaire__premium {
    width: 31.45604%; }
  .partenaire__basic {
    width: 22.93956%; }
  .partenaire-championnat .title-cat {
    color: #fff;
    margin-bottom: 0; }
    .partenaire-championnat .title-cat:after {
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      margin: 5px 0 15px 0;
      opacity: .2; } }

@media (min-width: 992px) {
  .partenaire-classement {
    margin: 20px 0 -40px 0; }
  .partenaire-championnat {
    margin: 0; } }

@media (min-width: 1200px) {
  .partenaire__ul {
    -webkit-column-gap: 3.44827%;
       -moz-column-gap: 3.44827%;
            column-gap: 3.44827%; }
  .partenaire__premium {
    width: 22.41379%; }
  .partenaire__basic {
    width: 13.7931%; } }

/*-----------------------------------------------------------------------------------*/
/*  Header Paqge
/*-----------------------------------------------------------------------------------*/
.header_page {
  margin-bottom: -71px; }
  .header_page__banner {
    margin: 0 auto;
    width: 100%; }
    .header_page__banner img {
      -o-object-fit: cover;
         object-fit: cover;
      height: auto;
      max-height: 428px;
      width: 100%;
      max-width: 760px; }

@media (min-width: 768px) {
  .header_page__banner {
    width: 65.51724%; } }

/*-----------------------------------------------------------------------------------*/
/*  Infrastructure
/*-----------------------------------------------------------------------------------*/
.infrastructure__ul {
  -webkit-column-gap: 5.814%;
     -moz-column-gap: 5.814%;
          column-gap: 5.814%; }

.infrastructure__li {
  width: 47.093%; }

.infrastructure__image {
  height: 160px; }

.infrastructure a, .infrastructure p {
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400; }

.infrastructure p:first-child {
  color: #808080;
  font-weight: 600; }

.infrastructure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

@media (min-width: 768px) {
  .infrastructure__ul {
    -webkit-column-gap: 2.74725%;
       -moz-column-gap: 2.74725%;
            column-gap: 2.74725%; }
  .infrastructure__li {
    width: 22.93956%; } }

@media (min-width: 1200px) {
  .infrastructure__ul {
    -webkit-column-gap: 3.44827%;
       -moz-column-gap: 3.44827%;
            column-gap: 3.44827%; }
  .infrastructure__li {
    width: 22.4138%; } }

/*-----------------------------------------------------------------------------------*/
/*  Finale
/*-----------------------------------------------------------------------------------*/
.finale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px; }
  .finale__bloc {
    background: url(/wp-content/themes/Fasarmo/assets/img/bg-diago.png) #fff repeat top left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
    max-width: 920px;
    margin: 0 auto 40px auto; }
  .finale__title {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }
  .finale__team {
    font-family: "Urbanist", sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 500;
    text-transform: uppercase; }
    .finale__team--dom img {
      margin-left: 8px; }
    .finale__team--vis img {
      margin-right: 8px; }
    .finale__team__logo {
      height: 120px;
      width: 120px;
      -o-object-fit: contain;
         object-fit: contain; }
  .finale__score {
    min-width: 160px; }
    .finale__score__result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: "Urbanist", sans-serif;
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 700; }
    .finale__score__separation {
      background: #000;
      border-radius: 2px;
      display: block;
      margin: 0 21px;
      height: 4px;
      width: 4px; }
    .finale__score__tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: "Urbanist", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600; }
      .finale__score__tab-sep {
        margin: 0 7px; }

.small-finale__title {
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase; }

.small-finale .finale__team {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500; }
  .small-finale .finale__team__logo {
    height: 100px;
    width: 100px; }

.small-finale .finale__score__result {
  font-family: "Urbanist", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700; }

.demi-finale .team_dom, .demi-finale .team_vis {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }

.demi-finale .team_dom {
  text-align: right; }
  .demi-finale .team_dom .day__team__img {
    margin: 0 0 0 10px; }

.demi-finale .team_vis {
  text-align: left; }
  .demi-finale .team_vis .day__team__img {
    margin: 0 10px 0 0; }

.demi-finale .day__team__img {
  height: 60px;
  width: 60px; }

/*-----------------------------------------------------------------------------------*/
/*  Interview Home
/*-----------------------------------------------------------------------------------*/
.interview-home {
  margin: 40px 0 20px 0; }
  .interview-home__hero {
    margin-bottom: 20px; }
    .interview-home__hero a {
      color: #000; }
  .interview-home__list {
    text-align: center; }
    .interview-home__list ul {
      text-align: left;
      margin-bottom: 12px; }
    .interview-home__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 7px; }
      .interview-home__list li:last-child {
        margin-bottom: 0; }
      .interview-home__list li a {
        color: #000;
        display: block;
        width: 86.25%; }

@media (min-width: 768px) {
  .interview-home h2, .interview-home__hero {
    width: 56.89655%; }
  .interview-home__hero {
    margin-bottom: 0; }
  .interview-home__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .interview-home__list {
    width: 41.37931%; } }

/*-----------------------------------------------------------------------------------*/
/*  Interview page
/*-----------------------------------------------------------------------------------*/
.interview {
  background: url(/wp-content/uploads/2025/12/bg.jpg) repeat-x top center;
  padding-top: 40px; }
  .interview__post {
    margin: 0 0 0 auto;
    width: 82.75862%; }
  .interview__head {
    margin: 0 auto 26px auto;
    width: 65.51724%; }
    .interview__head h2 {
      text-align: center; }
  .interview__thumbnail * {
    margin-bottom: 5px; }
  .interview .interview__thumbnail time {
    display: block; }
  .interview .interview__thumbnail:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    opacity: .1; }
  .interview__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .interview__content, .interview__sidebar {
    width: 47.91667%; }
  .interview__content p {
    margin-bottom: 20px; }
    .interview__content p:last-child {
      margin: 0; }
  .interview__sidebar {
    margin-left: 4.1666%; }
    .interview__sidebar ul {
      margin-bottom: 12px;
      position: relative; }
      .interview__sidebar ul:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        position: absolute;
        left: -4.34783%;
        top: 0;
        opacity: .1; }
    .interview__sidebar li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 8px; }
      .interview__sidebar li:last-child {
        margin-bottom: 0; }
      .interview__sidebar li a {
        color: #000;
        display: block;
        width: 85.65217%; }
    .interview__sidebar__date {
      background: #f2f2f2;
      font-family: "Helvetica", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      margin-right: 10px;
      text-align: center;
      line-height: 56px;
      width: 56px; }

/*-----------------------------------------------------------------------------------*/
/*  Album Home
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Album Post
/*-----------------------------------------------------------------------------------*/
.album {
  background: url(/wp-content/themes/Fasarmo/assets/img/bg-diago.png) repeat-x top center;
  padding-top: 40px; }
  .album__head h2 {
    text-align: center; }
  .album__time {
    text-align: center; }
  .album__nav {
    margin: 20px 0; }
  .album__excerpt {
    margin-bottom: 20px; }

/*-----------------------------------------------------------------------------------*/
/*  Event Home
/*-----------------------------------------------------------------------------------*/
.event-home {
  position: relative; }
  .event-home:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: -4.34783%;
    top: 0;
    opacity: .1; }
  .event-home__hero .img__postType img {
    height: inherit;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left; }

/*-----------------------------------------------------------------------------------*/
/*  Event Post
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Club home
/*-----------------------------------------------------------------------------------*/
.club-home {
  margin: 40px 0; }
  .club-home__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .club-home__li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 7.14285%;
       -moz-column-gap: 7.14285%;
            column-gap: 7.14285%;
    width: 100%; }
  .club-home__image {
    text-align: center;
    height: auto;
    width: 19.64285%; }
    .club-home__image img {
      height: 100%;
      max-height: 160px;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      max-width: 160px; }
  .club-home__content {
    width: 73.21428%; }
    .club-home__content * {
      color: #000;
      font-weight: 400;
      line-height: 1.8125; }
    .club-home__content h4 {
      font-family: "Urbanist", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600; }
    .club-home__content a {
      -webkit-transition: .3s;
      transition: .3s; }
      .club-home__content a:hover {
        color: #F26E6E; }
  .club-home__media a {
    display: block;
    line-height: 24px;
    float: left;
    margin-right: 10px;
    height: 24px;
    width: 24px; }
    .club-home__media a svg path {
      -webkit-transition: .3s;
      transition: .3s; }
    .club-home__media a:hover svg path {
      fill: #F26E6E; }
  .club-home__media svg {
    height: 100%;
    width: 100%; }

@media (min-width: 768px) {
  .club-home__ul {
    -webkit-column-gap: 2.74725%;
       -moz-column-gap: 2.74725%;
            column-gap: 2.74725%;
    position: relative; }
    .club-home__ul:after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(#000), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      position: absolute;
      top: 0;
      left: 50%;
      opacity: .1;
      z-index: -1; }
  .club-home__li {
    -webkit-column-gap: 5.64971%;
       -moz-column-gap: 5.64971%;
            column-gap: 5.64971%;
    width: 48.62637%; }
  .club-home__image {
    width: 29.37853%; }
  .club-home__content {
    width: 64.97175%; } }

@media (min-width: 992px) {
  .club-home__ul {
    -webkit-column-gap: 3.44827%;
       -moz-column-gap: 3.44827%;
            column-gap: 3.44827%; }
  .club-home__li {
    -webkit-column-gap: 7.14285%;
       -moz-column-gap: 7.14285%;
            column-gap: 7.14285%;
    width: 48.27586%; }
  .club-home__image {
    width: 28.57142%; }
  .club-home__content {
    width: 64.28571%; } }

/*-----------------------------------------------------------------------------------*/
/*  Club post
/*-----------------------------------------------------------------------------------*/

/*# sourceMappingURL=main.css.map */
