/*
Theme Name: LHC 2022
Author: Gilston Digital
Description:  Theme du site officiel du LHC basé sur WP Bootstrap Starter
Version: 2.4
Text Domain: lhc2019
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
# Calendrier
# Equipe
# Joueur
# Homepage
# LHC TV
# Photos galerie
# Publicité
#Playoffs brackets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
  color: #EB0000;
  text-decoration: none;
}
a:active *,
a:hover *{
  outline: 0;
  color: #EB0000;
  text-decoration: none;
}

a:active i,
a:hover i{
  color: inherit!important;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
.modal-backdrop.show{
  opacity: 0.8;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'PT Sans Narrow';
    src: url('fonts/PTSans-Narrow.woff2') format('woff2'),
        url('fonts/PTSans-Narrow.woff') format('woff'),
        url('fonts/PTSans-Narrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('fonts/PTSans-NarrowBold.woff2') format('woff2'),
        url('fonts/PTSans-NarrowBold.woff') format('woff'),
        url('fonts/PTSans-NarrowBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body,code, kbd, pre, samp{
  font-family: 'Lato',Helvetica,Arial;
  font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #1e1e1e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;

}
h1 {
  font-size: 2rem!important;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
h1 small{
  font-size: 1.25rem!important;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  font-size: 1.5rem!important;
  padding-bottom: 0.3em;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  font-size: 1.125rem!important;
  line-height: 1.5rem;
}
h4 {
  font-size: 1rem!important;
  line-height: 1.25rem;
}
h5 {
  font-size: 0.875rem!important;
  line-height: 1rem;
}

p {
  font-size: 1.1rem;
  margin-bottom: 1.5em;
}
.fw-bold{
  font-weight: 600;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
a{
  color:#EB0000;
  font-weight: 400;
}
a:hover{
  color:#EB0000;
}

.btn{
  border-radius:8px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0 4px 0px;
}
.btn:hover{
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0 12px 1px;
}

.btn-primary{
  background-color: #FFF;
  border-color:#FFF;
  color: #1e1e1e;
}
.btn-primary:hover{
  background-color: #EB0000;
  border-color:#EB0000;
  color: #FFF;
}
.btn-light{
  background-color: #FFF;
  border-color:#FFF;
}
.btn-light:hover{
  background-color: #EB0000;
  border-color:#EB0000;
  color: #FFF;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#main-nav {
  margin-bottom: 0;
  background-color: #EB0000 ;
  min-height: 100px;
  position: fixed;
  top:0;
  width: 100%;
  z-index: 200;
}
@media (max-width: 768px) {
  header#main-nav {
    position: absolute;
  }
}
.admin-bar header#main-nav{
  top:32px;
}
header#main-nav #logo{
  height: 66px;
  position: absolute;
  top:25px;
  left: 25;
  z-index: 11;
}

header#main-nav #logo-100ans{
  height: 80px;
  position: absolute;
  top:10px;
  left: 10px;
}

#main-nav .main-nav-container{
  position: relative;
  height: 100px;
}
#main-menu{
  left:0;
  bottom:0;
  position: absolute;
  padding: 0 0 0 160px;
}
#main-menu .nav-item{
  padding: 0 20px 0 0;
}
#main-menu .nav-link{
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  text-transform: uppercase;
  color:#fff;
  border-bottom: 5px solid #EB0000;
  padding: 0;
  font-size: 1.5rem;
}

#main-menu .nav-link:hover,#main-menu .nav-link.active{
  border-bottom: 5px solid #fff;
}
#main-menu .nav-link:hover,#main-menu a:hover .fa{
  color: #fff!important;
}
#main-menu .navbar-toggler{
  font-size: 40px;
  color: #fff;
}
#main-menu .top-sub-nav,
#mobile-nav .top-sub-nav{
  padding-top: 6px;
}
#main-menu .top-sub-nav .nav-item,
#mobile-nav .top-sub-nav .nav-item{
  padding-right: 12px;
  opacity: 0.5;
}
#main-menu .top-sub-nav .nav-item .nav-link,
#mobile-nav .top-sub-nav .nav-item .nav-link{
  font-size: 15px;
  font-weight: normal;

}
#main-menu .top-sub-nav .nav-item:hover,
#main-menu .top-sub-nav .nav-item.active,
#mobile-nav .top-sub-nav .nav-item:hover,
#mobile-nav .top-sub-nav .nav-item.active{
  opacity: 1;
}
#main-menu .top-sub-nav .nav-item .nav-link:hover,
#mobile-nav .top-sub-nav .nav-item .nav-link:hover{
  border: 0;
}

#main-menu #top-menu-cta{
  display: flex;
  flex: 200px 0 0;
}
#main-menu #main-menu-shop{
  min-width: 100px;
  background-color: #c0060e;
  padding: 0;
}
#main-menu #main-menu-billets{
  min-width: 100px;
  background-color: #1e1e1e;
  padding: 0;
}
#main-menu #main-menu-billets:hover *,
#main-menu #main-menu-shop:hover *{
  opacity: 0.8;
  color:#FFF;
}
#main-menu #main-menu-shop .nav-link img,
#main-menu #main-menu-billets .nav-link img{
  height: 43px!important;
}
#main-menu #main-menu-shop .nav-link,
#main-menu #main-menu-billets .nav-link{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  text-align: center;
  padding-bottom: 5px;
}
.sub-nav-block{
  width: 100%;
  background-color: #fff;

  position: absolute;
  border-bottom: 5px solid #EB0000;
  z-index: 10;
  display: none;
}
.sub-nav-block .container{
  padding-left: 155px;
}
.sub-nav-block .menu-item a{
  color: #EB0000;
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  font-size: 20px;
}
.sub-nav-block .menu-item a:hover,.sub-nav-block .menu-item.active a{
  color: #1e1e1e;
  text-transform: uppercase;
  text-decoration: none;
}
.sub-nav-block .menu-item{
  border-bottom: 2px solid #EB0000;
  padding: 10px 0;
  width: 100%;
}
.sub-nav-block .menu-item:last-child{
  border-bottom: 0;
}
.sub-nav-block .sub-nav-news-item{
  margin-top: 15px;
}

.sub-nav-block .sub-nav-news-item h4{
  margin: 5px 0 5px 0;
  font-size: 16px!important;
  font-family: 'PT Sans Narrow';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;

}
.sub-nav-block .sub-nav-news-item a{
  color: #1e1e1e;
  display: block;
}
.sub-nav-block .sub-nav-news-item a.btn-primary{
  color: #fff;
}
.sub-nav-block .sub-nav-news-item a:hover {
  text-decoration: none!important;
  color: #EB0000;
}

#secondary-menu{
  position: absolute;
  left:155px;
  right: 0;
  top:0;
}
#secondary-menu .nav-item{

  padding: 0!important;
  margin-left: 20px;
}
#secondary-menu .nav-item i{
  margin-right: 5px;
}

#secondary-menu .nav-link{
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-transform: uppercase;
  color:#1e1e1e;
  padding: 0;
  font-size: 15px;
  padding: 5px 0;
}

#secondary-menu #vaudoise-arena{
  margin-top: 6px;
}
#secondary-menu #vaudoise-arena .nav-link{
  height: 30px;
  background-image: url('images/vaudoise_arena_white.png');
  background-repeat: no-repeat;
  display: block;
  width: 120px;
}
#secondary-menu #vaudoise-arena .nav-link:hover{
  background-image: url('images/vaudoise_arena_black.png');
}

#dateCountdown{
    display: flex; /* or inline-flex */
    justify-content: flex-end;
    position: absolute;
    top:38px;
    right:130px;
    width: 220px;
    font-size: 12px;
    line-height: 12px;
}
#dateCountdownWidget{
    display: flex; /* or inline-flex */
    justify-content: flex-end;
    position: absolute;
    top:13px;
    right:130px;
    width: 220px;
    font-size: 12px;
    line-height: 12px;
}
#dateCountdown .dateCountdown-item{
  padding: 5px 3px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
}
#dateCountdown .dateCountdown-item .chiffre{
  font-family: 'Lato';
  font-weight: bold;
}
#dateCountdown #jours{
  position: absolute;
  left:10px;
  top:0;
}
#dateCountdown #jours{
  position: absolute;
  left:45px;
  top:0;
}
#dateCountdown #heures{
  position: absolute;
  left:83px;
  top:0;
}
#dateCountdown #minutes{
  position: absolute;
  left:148px;
  top:0;
}
#dateCountdown #secondes{
  position: absolute;
  left:197px;
  top:0;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #EB0000;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #1e1e1e;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
  header#main-nav #logo{
    height: 146px;
    top:15px;
    left: 0;
  }
}
#navbarSearch{
  display: none;
  overflow: hidden;
}
#navbarSearchForm{
  display: flex;
  right: -1500px;
  position: absolute;
  bottom:0;
  width: 600px;
  background-color: #EB0000;
  padding-bottom: 10px;
}
#navbarMobileSearchForm{
display: flex;
}
@media screen and (min-width: 1200px) {
  #navbarSearchForm{
    width:780px;
  }
}
#navbarSearchFormSubmit,#navbarMobileSearchFormSubmit,#searchFormSubmit{
  margin-left: 15px;
}
#navbarSearchFormInput{
  border: 0;
  border-radius: 0;
  margin-left: 10px;
}
#navbarMobileSearchFormInput{
  border: 0;
  border-radius: 0;
}
#searchFormInput{

  border-radius: 0;
}
#navbarMobileSearch{
  margin: 10px 0;
}
#searchForm{
  display: flex;
}

/*** Navabr lang selection ***/
.nav-item.lang-selection{
  padding-left: 15px!important;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  background-color: #EB0000;
  color:#fff;
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 5px 5px 5px;
  font-size: 20px;
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a{
  background-color: #fff;
  color: #EB0000!important;
  border: 0;
}
.wpml-ls-legacy-dropdown a:hover span{
  color: #EB0000!important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
  padding-right:20px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after{
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 0;
    top: calc(50% - .155em);
}
.wpml-ls-sub-menu{
  border-top: 0!important;
}
/*--------------------------------------------------------------
## Mobile nav
--------------------------------------------------------------*/
#mobile-nav-toggle-btn{
  color: #fff!important;
  font-size: 40px;
  position: absolute;
  right: 0;
  bottom:15px;
}
#mobile-nav-toggle-btn-bottom{
  color: #fff!important;
  font-size: 40px;
  position: absolute;
  right: 0;
  bottom:15px;
}
#mobile-nav{
  padding: 0;
}
#mobile-nav .navbar-nav{
  padding: 0 0 40px 0;
}
#mobile-nav .navbar-nav .nav-item{

}
#mobile-nav .nav-link{
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-transform: uppercase;
  color:#fff;
  border-bottom: 5px solid #EB0000;
  padding: 0;
  font-size: 20px;
  margin-top: 10px;
}

#mobile-menu-shop-billets .nav-link:hover,#mobile-nav .nav-link:hover,#mobile-nav .nav-link.active,#mobile-nav .sub-menu .menu-item:hover,#mobile-nav .nav-link.active,#mobile-nav .sub-menu .menu-item.active{
  border-bottom: 5px solid #fff;
  text-decoration: none;
  color: #FFF!important;
}
#mobile-nav a,.navbar-toggler-icon,#mobile-menu-shop-billets a:active *,#mobile-menu-shop-billets a:hover *{
  color:#fff;
}
#mobile-nav .sub-menu{
  flex-direction: column;
  padding-left: 25px;
  margin-bottom: 0;
  list-style: none;
}
#mobile-nav .sub-menu .menu-item{
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-transform: uppercase;
  color:#fff;
  border-bottom: 5px solid #EB0000;
  padding: 0;
  font-size: 20px;
  margin-top: 10px;
  display: inline;
}
#mobile-nav .sub-menu .menu-item a{
  text-decoration: none;
  width: 100%;
  display: block;
}

#mobile-lang-selector{
  right: 65px;
  bottom:25px;
  width: 50px;
  position: absolute;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #EB0000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}


.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

@media (min-width: 992px) {
  .content-area.content-page{
    padding-left: 155px;
      margin-top: 0;
  }

}

.content-area .entry-content{
  text-align: justify;
}
.big-btn{
  background-color: #eee;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.big-btn:hover{
  background-color: #EB0000;
  color: #fff;
}
.btn{
  cursor: pointer!important;
}
.dropdown-plus{
  border-radius: 0;
  border: 0;
  margin: 0;
  background-color: #1e1e1e;
  color: #fff;
  padding: 0;

}
.dropdown-plus a{
  color: #fff;
}
.dropdown-plus .dropdown-item{
  display: block;
}
.dropdown-plus .dropdown-item:hover{
  background-color: #EB0000;
  color: #fff;
}
.no-thumbnail{
  background-color: #eee;
}
.news-list-title{
  font-size: 18px!important;
}
/*--------------------------------------------------------------
## homepage
--------------------------------------------------------------*/
.homepage-news-left, .homepage-news-right.with-border{
  overflow: hidden;
  border-right: 2px solid #fff;
}

.homepage-news-right{
  overflow: hidden;
}
@media (min-width: 768px) {
  #homepage-news{
    display: flex;
  }
  #homepage-news.is-carousel{
    display: block;
  }
  .homepage-news-left,.homepage-news-right{
    flex:1;
  }
}
.homepage-news-item{
  display: flex;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
  width: 100%;

}
.homepage-news-item{
  border-bottom: 2px solid #fff;
}

.homepage-news-right .homepage-news-item{
  width: 100%;

  position: relative;
}
@media (min-width: 1400px) {
  .homepage-news-item{
    padding-top: 33.33%;
  }
}
.homepage-news-right .homepage-news-item a{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.homepage-news-item  .picture{
  height: 100%;
}
.homepage-news-item  img{
  width: 100%;
  height:auto;
  max-height: none;
}
.homepage-news-left .homepage-news-item  img{
  height: 100%;
  width:auto!important;
  max-width: none;
}
.homepage-news-item .homepage-news-title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 4rem 1rem 0.6rem 1rem;
  background: rgba(0,0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,0.96) 14%, rgba(255,255,255,0) 100%);
  color: #1e1e1e;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

@media (min-width: 1200px) {
  .homepage-news-item .homepage-news-title h2{
    font-size: 36px!important;
  }
}
#joueur-honneur-bloc{
  position: relative;
  color:#1e1e1e!important;
}
#joueur-honneur-bloc a{
  color:#1e1e1e!important;
}
#joueur-honneur-bloc .joueur-infos-principale{
  margin-bottom: 25px;
}
#joueur-honneur-bloc .joueur-infos-secondaire{
  font-size: 18px;
}
#joueur-honneur-bloc .joueur-nom{
  font-size: 20px;
  color:#EB0000;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-align: right;
}
#joueur-honneur-bloc .joueur-poste{
  font-size: 16px;
}
#joueur-honneur-bloc .picture img{
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:991px){
  #joueur-honneur-bloc .wp-block-column{
    flex-basis: auto!important;
  }
}

#newsletter_inscription .wpforms-submit-container .wpforms-submit  {
  float: right;
}

#homepage-news.is-carousel{
  display: block!important;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content.site-content {
  padding-bottom: 3rem;
  margin-top: 100px;
}
.post-thumbnail{
  width: 100%;
}
.post-thumbnail img{
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.news-thumbnail{
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.news-thumbnail img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

#left-content-sidebar time.entry-date{
  margin-top: 24px;
  color:#EB0000;
  font-size: 24px!important;
  line-height: 1.25;
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.tags-links{
  margin-top: 15px;
}
.tags-links a{
  color: #1e1e1e;
  background-color: #eaeaea;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.tags-links a:last-child{
  margin-right: 0;
}
.tags-links a:hover{
  text-decoration: none;
  background-color: #1e1e1e;
  color: #fff;
}
.social-buttons-bloc{
  margin-top: 15px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
  background-color: #FFF;
  border-top: 2px solid #FFF;
  position: relative;
  color:#1e1e1e;
}
footer#colophon h2{
  color:#1e1e1e;
  font-size: 1.2rem!important;
  text-align: center;
  padding: 0;
  font-weight: 400;
}
footer#colophon .section-header span::after{
  background-color: #1e1e1e;
}
footer#colophon .section-header span::before{
  background-color: #1e1e1e;
}
#credits{
  position: relative;
}
#credits a{
  color: #FFF;
  font-weight: bold;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

#logo_footer{
  height: 80px;
  position: relative;
  display: block;
  margin:-37px auto 0 auto!important;
}
#logo_100ans_footer{
  height: 80px;
  position: relative;
  display: block;
  margin:-41px auto 0 auto!important;
}
.sfsiplus_footerLnk{
  display: none;
}
#sblocs{
  padding-top: 1rem;
}
#sblocs .sbloc-list-item{
  align-items:center;
  display: flex; /* or inline-flex */
  justify-content: center;
  flex-wrap:wrap;
}
#sblocs .sbloc-item{
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 6px;
  height:40px;
  display: inline-block;
}
#sblocs .sbloc-item img{
  max-height: 100%;
  vertical-align: top;
}

footer#colophon .credits{
  font-size: 18px;
}

footer#colophon #gd_credit{
  background-image: url('images/gd.svg');
  background-repeat:no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 105px;
  display: block;

  top:1rem;
  right: 1rem;
  position: absolute;
}
footer#colophon .rs-link img{
  height: 30px;
}

footer#colophon #footer-nav a:hover{
  color:#1e1e1e;
}
footer#colophon .bg-dark-red .btn-primary,
footer#colophon .bg-red .btn-primary{
  background-color: #c0060e;
  border-color: #c0060e;
  text-transform: none!important;
}
footer#colophon .bg-dark-red .btn-primary:hover,
footer#colophon .bg-red .btn-primary:hover{
  background-color: #FFF;
  border-color: #FFF;
  color: #c0060e!important;
}
footer#colophon .rs-link:hover img{
  opacity: 0.5;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Matchs
--------------------------------------------------------------*/
.match{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  border-radius: 8px;
  position: relative;
}
.match .match-articles .btn{
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #FFF;
  border-color: #FFF;
  color:#1e1e1e;
  position: absolute;
  top:-4px;
  right: -4px;
}
.match .match-articles .btn.dropdown-toggle::before {
  background-image: url('images/match-articles.svg');
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  width: 5px;
  height: 20px;
  margin: 0;
  margin-top: 3px;
}
.match .match-articles .dropdown-item:hover{
  color: #EB0000;
}
.match.match-domicile{
  background-color: #EB0000;
  color:#FFF;
}
.match .match-header{
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

}

.match .match-header.match-theme{
  background-color: #c0060e;
  color:#fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.match .match-header.match-theme i{
  font-size: 1.3rem;
  bottom:-2px;
  position: relative;
}
.match .match-header.match-theme.with-bg{
    text-shadow:0 0 6px #000,0 0 8px #000,0 0 4px #000,0 0 3px #000;
    color:#FFF;
}
.match .match-header.match-theme.with-bg:hover{
    color:#EB0000;
}
.match .match-header.match-theme:hover{
  background-color: #EB0000;
  color:#FFF;
}
.box {
  flex: 1;
  display: flex;
  justify-content: center;
}

.match .match-header:first-child > span { margin-right: auto; }

.match .match-header:last-child  > span { margin-left: auto;  }


.match .match-header .match-heure{
  padding: 0 1rem;
  flex: 50px 0 0;
  display: flex;
  justify-content: center;
}
.match .match-header .match-date{
  flex: 1;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
}

.match .match-header .match-type{
  flex: 1;
  display: flex;
  justify-content: start;
}
.match .match-content{
  padding: 1rem 1.5rem;
  display:flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
}
.match .match-content .score{
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: bold;
}
.match .match-content .score-tiers-temps{
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.match .match-content .next-match-jour{
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.match .match-content .next-match-title,
.match .match-content .next-match-heure{
  font-size: 2rem;
  line-height:2rem;
  font-weight: bold;
}
.match .match-content .next-match-lieu{
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0.6rem 0;
}
.match .match-footer{
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.match .match-equipe{
  display: flex;
}
.match .match-equipe .equipe-picture{
  height: 6rem;
  width: 6rem;
  flex:6rem 0 0;
}
.match .match-equipe .equipe-picture{
  max-width: 100%;
  max-height: 100%;
}

.match .match-score{
  margin: 0 2.5rem;
  display:flex;
  flex-direction: column;
  overflow: hidden;
  justify-content:center;
  text-align: center;
  flex-grow:1;
}

@media screen and (min-width: 991px) {
  .match{
    min-height: 290px;
  }
}

@media screen and (max-width: 600px) {
  .match{
    min-height: 60px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .match .match-score{
    margin:0 2rem;
  }
  .match .match-score .score{
    font-size: 3rem;
    line-height: 3rem;
  }
  .match .match-score .score-tiers-temps{
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .match .match-content .next-match-lieu{
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .match .match-content .next-match-title,.match .match-content .next-match-heure{
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 576px) {
  .match .match-content .score{
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .match .match-content .score-tiers-temps{
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .match .match-content .next-match-title,
  .match .match-content .next-match-heure{
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .match .match-header.match-theme{
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 440px) {
  .match .match-score{
    margin: 0 1rem;
  }
  .match .match-equipe .equipe-picture{
    height: 4rem;
    width: 4rem;
    flex: 4rem 0 0;
  }
}


/*--------------------------------------------------------------
## Equipe
--------------------------------------------------------------*/
body.page-template-equipe{
  /* background-image: url('images/ice.jpg');
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto; */
}
.joueur{
  margin-bottom: 30px;
  position: relative;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  border-radius: 8px;
}
.joueur .joueur-infos{
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
}
.joueur .joueur-infos .numero{
  padding-right: 0.8rem;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  color:#1e1e1e;
}
.joueur .joueur-infos .nom-prenom{
  display: flex;
  flex-direction: column;
}
.joueur .joueur-infos .nom{
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color:#1e1e1e;
  font-weight: 600;
}
.joueur .joueur-infos .prenom{
  font-size: 1.2rem;
  line-height: 1.2rem;
  color:#1e1e1e;
}
.joueur .joueur-infos .joueur-nationalite{
  align-self: flex-start;
  position: relative;
  flex:1;
  display: flex;
  justify-content:flex-end;
  flex-direction: column;
  padding-left: 1rem;
}
.joueur .joueur-infos .joueur-nationalite .flag{
  height: 16px;
  align-self:flex-end;
  position: relative;
  top:0;

}
.joueur .joueur-infos .joueur-nationalite .flag,
.joueur .joueur-infos .joueur-nationalite .flag2{
  min-width: 30px;
}
.joueur .joueur-infos .joueur-nationalite .flag2{
  margin-top: 5px;
}
.joueur a{
  display: block;
}
.joueur a:hover{
  text-decoration: none;
}

.joueur .picture img{
  width: 100%;
  max-width: none!important;
  display: inline;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.joueur .picture{
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-bottom: 1px solid #1e1e1e;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  background-color: #FFF;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}
.joueur:hover .picture{
  background-size: 160% auto;
}


@media (max-width: 768px) {
  .joueur .joueur-infos .numero{
    font-size: 1rem;
  }
  .joueur .joueur-infos .nom{
    font-size: 1rem;
  }
  .joueur .joueur-infos .prenom{
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  .joueur .joueur-infos{
    flex-direction: column;
    align-items: center;
  }
  .joueur .joueur-infos .numero{
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0;
    align-self:center;

  }
  .joueur .joueur-infos .nom-prenom{
    margin: 10px 0;
  }
  .joueur .joueur-infos .nom{
    font-size: 1rem;
    line-height: 1rem;
    align-self:center;
  }
  .joueur .joueur-infos .prenom{
    font-size: 1rem;
    line-height: 1rem;
    align-self:center;
  }
  .joueur .joueur-infos .joueur-nationalite{
    align-self:center;
    padding: 0;
    flex-direction: row;
  }
}


#player-bio{
    text-align: justify;
}
.joueur-news-title h4{
    margin: 5px 0 5px 0;
    font-size: 16px !important;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 22px;
}


#joueur-header{
  height: 340px;
  overflow: hidden;
  background: radial-gradient(circle, rgba(40,40,40,1) 50%, rgba(20,20,20,1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#joueur-header #photo-joueur-container{
  opacity: 0;
  left:0;
  top:0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 10;
  overflow: hidden;
}
#joueur-header #maillot-btn{
  display: block;
  z-index: 11;
  position: relative;
  font-size: 1.3rem;
  padding: 1rem;
  background-color: #EB0000;
  color: #FFF;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  right: -300px;
}
#joueur-header #maillot-btn-container #maillot-btn:hover{
  background-color: #c0060e;
}

#joueur-header #photo-joueur{
  height: 90%;
  width: auto;
  max-width: none;
}
#joueur-header #joueur-header-nom{
  color:#FFF;
  font-size: 4rem;
  line-height: 6rem;
  text-transform: uppercase;
  font-weight: 600;
}
#joueur-header #joueur-header-prenom{
  color:#FFF;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
}
#joueur-header #joueur-header-numero{
  text-align: left;
  font-weight: 600;
  font-size: 5rem;
  line-height: 5rem;
  color:#FFF;
  text-transform: uppercase;
}

#joueur-header-prenom{
  left:-3000px;
  position: relative;
  text-align: right;
}
#joueur-header-nom{
  right:-3000px;
  position: relative;
}
#joueur-header-numero{
  left:-3000px;
  position: relative;
}
#joueur-header #rs-joueur-container{
  opacity: 1;
  left:0;
  top:0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
  overflow: hidden;
}
#joueur-header #rs-joueur-block{
  position: relative;
  left:-300px;
  width: 50px;
  display: flex;
  flex-direction: column;
}

#joueur-header #rs-joueur-block .rs-joueur-item{
  width: 50px;
  height: 50px;
  display: flex;
}

#joueur-header #rs-joueur-block .rs-joueur-item img{
  width: 38px;
  height: 38px;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
}
#joueur-header #rs-joueur-block .rs-joueur-item:hover img{
  width: 45px;
  height: 45px;

}
#joueur-infos{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding: 2rem;
  background-color: #eee;
}
#joueur-infos .joueur-infos-item{
  padding: 1rem 2rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}

#joueur-infos .joueur-infos-item .legend{
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 4px;
}
#joueur-infos .joueur-infos-item .value{
  font-weight: bold;
}
#joueur-infos .joueur-infos-item .flag{
  height: 36px;
  margin: 0 0.5rem;
}
#joueur-stats{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
  background-color: #EB0000;
  color: #FFF;
  flex-direction: column;
}
#joueur-stats a{
  color: #FFF;
}
#joueur-stats a:hover{
  color: #c0060e;
}
#joueur-stats .joueur-stats-item{
  padding: 1rem 2rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}

#joueur-stats .joueur-stats-item .legend{
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 4px;
}
#joueur-stats .joueur-stats-item .value{
  font-weight: bold;
}

@media (min-width: 768px) {
  #joueur-header{
    height: 400px;
  }
  #joueur-header #joueur-header-nom{
    font-size: 8rem;
    line-height: 10rem;
  }
  #joueur-header #joueur-header-prenom{
    font-size: 3rem;
    line-height: 3rem;
  }
  #joueur-header #joueur-header-numero{
    font-size: 6rem;
    line-height: 6rem;
  }
  #joueur-header #photo-joueur{
    height: 90%;
    width: auto;
    max-width: none;
  }
  #joueur-infos,#joueur-stats{
    flex-direction: row;
  }
  #joueur-infos .joueur-infos-item:not(:last-child){
    border-right: 1px solid #1e1e1e;
  }
  #joueur-stats .joueur-stats-item:not(:last-child){
    border-right: 1px solid #FFF;
  }
}

@media (min-width: 1200px) {/** XL **/
  #joueur-header{
    height: 640px;
  }
  #joueur-header #joueur-header-nom{
    font-size: 11rem;
    line-height: 13rem;
  }
  #joueur-header #joueur-header-prenom{
    font-size: 3rem;
    line-height: 3rem;
  }
  #joueur-header #joueur-header-numero{
    font-size: 6rem;
    line-height: 6rem;
  }
  #joueur-header #photo-joueur{
    height: 90%;
    width: auto;
    max-width: none;
  }
}
/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/

.contact{
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #fff;
  padding: 5px;
}
/*.contact:hover{
  border: 2px solid #EB0000;
}*/
.contact a{
  display: block;
}
.contact a:hover{
  text-decoration: none;
}
.contact .picture{
  margin-bottom: 5px;
  position: relative;
  border-bottom:2px solid #1e1e1e;
}
.contact .picture img{
  width:80%;
  margin: 0 auto;
  display: inline;
  position: relative;
  display: block;

}
.contact .nom{
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: 'Lato';
  margin-top: 20px;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 4px;
}

.contact .poste{
font-size: 18px;
  margin-bottom:15px;
  line-height:20px;

}
.contact .poste .fa, .contact .email .fa,.contact .telephone .fa{
  margin-right: 5px;
}

/*--------------------------------------------------------------
## stats
--------------------------------------------------------------*/
.category-selection{
  margin-bottom: 15px;
}
#classement-table{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  border-radius: 8px;
}
#classement-table .sorttable_sorted{
  border-top-right-radius: 8px;
}
.classement-legend{
  font-size: 14px;
}
.classement-legend-item{
  display: inline-block!important;
}
#classement-table .equipe-logo{
  height: 30px;
  margin-right: 10px;
}

#classement-table .classement-row{
  border-bottom: 1px solid #eee;
}
#classement-table .classement-row.bar{
  border-bottom: 3px solid #1e1e1e;
}


#classement-table .classement-row.lhc{
  background-color: #EB0000;
  color:#fff;
}
#classement-table .classement-row td,#classement-table .classement-row th{
  padding: 5px;
}
#classement-table td{
  text-align: center;
  vertical-align: middle;
}
#classement-table .equipe{
  text-align: left;
  text-transform: uppercase;
}
#classement-table .pts{
  font-family: 'Lato';
  font-weight: bold;
}
/*--------------------------------------------------------------
## Statistiques
--------------------------------------------------------------*/

.stats-table {

}
/*.stats-table .stats-row:nth-child(even){
  background-color: #eee;
}*/
/*.stats-table .stats-row:nth-child(9n){
  border-bottom: 3px solid #1e1e1e;
}*/
.stats-table .stats-row{
  border-bottom: 1px solid #eee;
}
.stats-table .stats-row.lhc{
  background-color: #EB0000;
  color:#fff;
}
.stats-table .stats-row td,.stats-table .stats-row th{
  padding: 5px;
}
.stats-table td{
  text-align: center;
  vertical-align: middle;
}
.stats-table .nom{
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.stats-table .prenom{

}
.stats-table .pts{

  font-weight: bold;
}
table.sortable thead:not(.sorttable_nosort){
  cursor: pointer;
}
table.sortable thead td:not(.sorttable_nosort):hover,table.sortable thead th:not(.sorttable_nosort):hover,table.sortable .sorttable_sorted,table.sortable .sorttable_sorted_reverse{
  background-color: #EB0000;
  color: #fff;
}

/*--------------------------------------------------------------
## Joueur
--------------------------------------------------------------*/
#joueur .joueur-infos-principale{
  padding-right: 100px;
  position: relative;
}
#joueur .joueur-prenom,#joueur .joueur-nom,#joueur .joueur-poste{
  text-align: right;
}
#joueur .joueur-prenom{
  font-size: 20px;
  line-height: 20px;
  font-family: "PT Sans Narrow";
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#joueur .joueur-nom{
  font-size: 30px;
  line-height: 30px;
  font-family: "PT Sans Narrow";
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#joueur .joueur-poste{
  font-size: 20px;
  line-height:20px;
  font-family: "PT Sans Narrow";
  font-weight: bold;
  color: #EB0000;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#joueur .joueur-numero{
  position: absolute;
  top:0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #EB0000;
  font-size:52px;
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  color:#fff;
  padding: 0 15px;
  text-align: center;
}
#joueur .joueur-infos-secondaire{
  margin-top: 15px;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
}
@media (min-width: 1200px) {
  #joueur .joueur-infos-principale{
    padding-right: 165px;
  }
  #joueur .joueur-prenom{
    font-size: 40px;
    line-height: 40px;
  }
  #joueur .joueur-nom{
    font-size: 60px;
    line-height: 60px;
  }
  #joueur .joueur-poste{
    font-size: 40px;
    line-height: 40px;

  }
  #joueur .joueur-numero{
    width: 150px;
    height: 150px;
    font-size: 100px;

  }

  #joueur .joueur-infos-secondaire{
    margin-top: 25px;
    font-size: 40px;
    line-height: 40px;
    text-align: right;
  }
}

#joueur .picture{
  margin-bottom: 25px;
}

#joueur .joueur-infos-secondaire div{
  margin-bottom: 15px;
}


/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

.homepage #last-news h3{
  font-family: 'PT Sans Narrow';
  text-transform: uppercase;
  font-size: 24px!important;
  font-weight: bold!important;
}
.homepage .home-calendar-link{
  color:#fff;
  font-size: 40px;
}
.homepage .home-calendar-link:hover{
  color:#1e1e1e!important;
}
.homepage .home-calendar-link:hover .fa{
  color:#1e1e1e!important;
}

.homepage .container-fluid{
  padding-left: 30px;
  padding-right: 30px;
}

#s-dynamic-list .s-bloc{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#s-dynamic-list .s-item{
  display: flex;
  width: 20%;
  padding: 0 15px;
}

/*--------------------------------------------------------------
## LHC TV
--------------------------------------------------------------*/

#player{
  width: 100%;
  padding-bottom: 50%;
}
.epyt-gallery-title{
  font-size: 18px !important;
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-align: left;
  padding-left: 0!important;
  padding-top: 8px!important;
    width: 100%!important;
}
.epyt-gallery-thumb:hover .epyt-gallery-title{
  color:#EB0000;
}
.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{
  width:100%!important;
}
@media (min-width: 768px) {
  .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{
    width: 33.333%!important;
  }
}

.epyt-pagination {
  height: 60px;
}
.epyt-pagination .epyt-pagebutton{
  text-transform:uppercase;
  background-color: #1e1e1e;
  border:1px solid #1e1e1e;
  text-align: center;
  padding: .375rem .75rem!important;
  font-size: 1rem!important;
  line-height: 1.5!important;
  color: #fff;
}
.epyt-pagination .epyt-pagebutton:hover{
  background-color: #EB0000;
  border:1px solid #EB0000;
}
.epyt-pagination .epyt-pagenumbers{
  display: none;
}
.epyt-pagination .epyt-pagebutton .epyt-arrow{
  display: none;
}
.epyt-pagination .epyt-pagebutton.epyt-prev{
  float: left;
}
.epyt-pagination .epyt-pagebutton.epyt-next{
  float: right;
}

/*--------------------------------------------------------------
## Photo Galerie
--------------------------------------------------------------*/
.content-photos-galerie .entry-content{
  margin-left: -30px;
}

.photonic-title-photo-count{
  display: none!important;
}
.photonic-flickr-image{
  position: relative!important;
  padding:0 0 0 30px!important;
  width: 100%!important;
  margin-bottom: 30px;
}
.photonic-title-info{
  position: absolute!important;
  bottom:-1px;
  display: block;
  background-color: #FFF;
  width: 100%!important;
  font-size: 18px !important;
  line-height: 1.25!important;
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-align: left;
  color:#1e1e1e;
  text-transform: uppercase;
  height: 50px;
  padding: 5px 5px;
}
@media (min-width: 768px) {
  .photonic-flickr-image{
    width: 33.333%!important;
  }
}

.photonic-flickr-image img{
  padding: 0!important;
  width: 100%;
}
.photonic-thumb a{
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  height: 0px;
  position: relative!important;
}
.photonic-thumb a img{
  width: 100%;
  padding: 0!important;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}
.photonic-thumb a:hover img{
  width: 110%!important;
  max-width: 110%!important;
}
.photonic-more-button.photonic-more-dynamic{
  background: #FFF!important;
  border-color:#FFF!important;
  color: #1e1e1e!important;
  border-radius:8px!important;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0 4px 0px!important;
  margin-top: 1rem;
  float: right;
  margin-right: 4px;
  min-width:auto!important;
}
.photonic-more-button.photonic-more-dynamic:hover{
  background: #EB0000!important;
  border-color:#EB0000!important;
  color: #FFF!important;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0 12px 1px!important;
}
#joueur .photonic-thumb a{
  margin-bottom: 0!important;
}
#joueur #player-gallery{
    margin-left: -30px;
}
.photonic-set-title.photonic-title{
  top:0!important;
}
.photonic-gallery-3c{
  width: 33.3%!important;
}

/*** Socail Wall ***/
.ff-stream-wrapper{
  margin: 0!important;
}
.ff-loadmore-wrapper .ff-btn{
  background-color:#1e1e1e!important;
  border-radius: 0!important;
}


/** WP-Forms ***/
.wpforms-submit{
  background-color: #1e1e1e!important;
  border-color:#1e1e1e!important;
  color:#fff!important;
  text-transform: uppercase!important;
}
.wpforms-submit:hover{
  background-color: #EB0000!important;
  border-color:#EB0000!important;

}

/****** heleper class *****/
.sticky{
  position: sticky;
  top:145px;
}

.wp-block-quote p{
  font-size: 24px!important;
  margin-bottom: 0;
}
.wp-block-quote cite{
  font-size: 18px!important;
  font-style: italic!important;;
}
#cookie-law-info-again{
  font-size: 12px;
  box-shadow:none!important;
  left:15px!important;
  right:auto!important;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.page-partenaires p a{
  font-size: 1.1rem;
}

/*** Page partenaires ***/
@media (max-width: 576px) {
  .page-partenaires p{
    text-align: center;
  }
  .page-partenaires h2{
    text-align: center;
  }

}
/*** bloc promo ***/
.bp-bloc a{
  display: block;
  cursor:pointer;
}

/*** Smart App banners ***/
#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; min-height:28px}
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }


/***** # Publicité *******/
.lhc-p{
  margin: 25px 0;
}
.lhc-p img{
  width: 100%;
}

#phoneNumber{
  position: fixed;
  right: 200px;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #phoneNumber{
    left: 15px;
    bottom: 40px;
  }
}


/***** #Playoffs brackets ******/
#playoff-titles{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#playoff-brackets{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.playoff-title{
  flex: 1;
  margin-bottom: 15px;
  font-weight:bold;
  background-color: #ccc;
  padding: 5px 10px;
  border-left: 4px solid #fff;
}
.playoff-title:first-child{
  border-left: 0;
}

#playoff-quart,#playoff-demi,#playoff-finale{
  min-height: 200px;
  flex: 1;
}

#playoff-demi .serie{
  margin-top: 71px;
}
#playoff-quart .serie{
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
#playoff-quart .serie:last-child{
    border-bottom: 2px solid #ccc;
}
#playoff-demi .serie,#playoff-finale .serie{
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
#playoff-demi .serie{
    padding: 5px 0 5px 10px;
}
#playoff-demi .serie2{
    margin-top: 152px;
}


#playoff-finale .serie{
    margin-top: 146px;
    padding: 82px 10px;
}

/***** #Playoffs table ******/

#playoffs{

}
#playoffs .serie{
  margin-bottom: 25px;
}
#playoffs .serie-result{
  background-color: #eeeeee;
  padding: 25px 10px 25px 10px ;
  min-height: 25px;
}
#playoffs .serie-result.has-match{

}
#playoffs .serie .serie-equipe{

}
#playoffs .serie-result .match-equipe{
  font-size: 30px!important;
  line-height: 50px;
}
#playoffs .serie-result .match-score .score{
  text-align: center;
  font-size: 40px!important;
  font-family: 'PT Sans Narrow' !important;
  font-weight: bold;
}

#playoffs .serie .equipe-logo{
  width: 50px;
  text-align: center;
}
#playoffs .serie .equipe-logo img{
  width: 100%;
}
#playoffs .serie .equipe-nom{
  font-size: 30px;
  line-height: 34px;
}
#playoffs .serie .serie-equipe-domicile{

}
#playoffs .serie .serie-equipe-exterieur{
  flex-direction: row-reverse;
}
#playoffs .serie .serie-equipe-domicile .equipe-nom{
  padding-right: 15px;
}
#playoffs .serie .serie-equipe-exterieur .equipe-nom{
  padding-left: 15px;
}

#playoffs .serie-matchs{
  border-left:4px solid #eee;
  border-right:4px solid #eee;
  border-bottom:4px solid #eee;
  display: none;
}
#playoffs .score{
  width: 100%;
}
#playoffs .serie-matchs .match{
  padding: 0!important;
}


@media (max-width: 768px) {
  #playoffs .serie-result .match-score .score{
    font-size: 30px!important;
  }
  #playoffs .serie-result .match-equipe{


    font-size: 20px!important;

    line-height: 30px;

  }
}
@media (max-width: 576px) {
  #playoffs .serie-result .match-equipe{
    font-size: 14px!important;
    line-height: 15px;
  }
}
.wp-block-buttons,form{
  position: relative;
  z-index: 2;
}

.page-template-social-wall-app header#main-nav, .page-template-social-wall-app #phoneNumber, .page-template-social-wall-app footer, .page-template-social-wall-app #cookie-law-info-again, .page-template-social-wall-app .post-thumbnail,.page-template-social-wall-app #cookie-law-info-bar{
  display: none!important;
}
.page-template-social-wall-app #content.site-content{
  margin-top: 0;
}


/******* Lineup *********/
#lineup{
  position:relative;
}
#lineup #nav-lineup{
  width: 100%;
  top:0;
  height: 40px;
  margin-top: 15px;
}

#lineup .row,   #nav-content{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#lineup .col{
  flex: 1;
}
#lineup .nav-item{
  flex: 1;
  padding: 8px;
  text-align: center;
  background-color: #FFF;
  border:1px solid #EB0000;
  color:#EB0000;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
#lineup .nav-item.current{
  background-color: #EB0000;
  color:#FFF;
}
#lineup .section-header{
  padding:6px 10px;
  text-align: center;
  background-color: #eee;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 15px;
  margin: 15px 0;
}
#lineup .section{
  margin: 15px 0;
}
#lineup .player{
  margin-bottom:5px;
  text-align: center;
  font-size: 15px;

}

#lineup .player .number{
  font-family: 'Lato';
  font-weight: bold;
  margin-right: 3px;
}
#lineup .player .firstname{
  margin-right: 3px;
}
#lineup .player .lastname{
  text-transform: uppercase;
  margin-right: 3px;
}
#lineup .player .sub{
  font-family: 'Lato';
  font-weight: bold;
}


#match-events{
  margin-top: 15px;
}
#match-events .row{
    border-bottom: 1px solid #ccc;
}
#match-events .col{
  flex: 1;
  padding: 10px;

}
#match-events .col.time{
  text-align: center;
  min-width: 50px;
}
#match-events .col.left{
  text-align: right;
}
#match-events .col.right{
  text-align: left;
}
#match-events .nav-item{
  flex: 1;
  padding: 8px;
  text-align: center;
  background-color: #EB0000;
  color:#fff;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
#match-events .nav-item.current{
  background-color: #fff;
  color:#EB0000;
}
#match-events .section-header{
  padding:6px 10px;
  text-align: center;
  background-color: #eee;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 15px;
  margin: 15px 0;
}

#match-events .section{
  margin: 15px 0;
}
#match-events .player{
  margin-bottom:5px;
  text-align: center;
  font-size: 15px;

}
#match-events .with-positions .player{

}
#match-events .player .number{
  font-family: 'Lato';
  font-weight: bold;
}
#match-events .player .lastname{
  text-transform: uppercase;
}
#match-events .player .sub{
  font-family: 'Lato';
  font-weight: bold;
}
#match-events .margin-bottom{
  margin-bottom: 15px;
}

#match-events .header{
  background-color: #ccc;
  text-align: center;
  padding: 0;
}
#match-events .row.no-border{
  border: 0;
}
#match-events .center{
  min-width: 160px;
}
#match-events .center img{
  width: 30px!important;
}
#match-events .center .col.left,#match-events .center .col.right{
  padding-left: 0;
  padding-right: 0;
}
#match-events .buteur{
  font-weight: bold;
  color: #EB0000;
}
#match-events .assists{
  color: #EB0000;
}
#match-events .foul-sub-legend{
  color: #999;
}


#playlist .news-thumbnail img{
  top:-38px;
}
#pop-up-modal .modal-dialog{
  max-width: 900px!important;
  background-color: transparent!important;
}
#pop-up-modal .modal-content{
  background-color: transparent!important;
  border:0;
}
#pop-up-modal .modal-body{
  padding: 0;
  background-color: transparent!important;
  border:0;
}
#pop-up-modal .close{
  position: absolute;
  top:-12px;
  right:-12px;
  background-color: #fff;
  border-radius: 20px;
  width: 25px;
  height:25px;
}
.section-header{
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0;
  text-align: center;
}
.section-header span{
  padding: 0 30px;
  display: flex;
  font-weight: normal;
}
.section-header span::before{
  content:"";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #1e1e1e;
  align-self: center;
  margin-right: 20px;
}
.section-header span::after{
  content:"";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #1e1e1e;
  align-self: center;
  margin-left: 20px;
}
.homepage .next-matches-at-home-container,
.homepage .home-last-news-container,
.homepage .home-shop-container{
  padding-left: 3rem;
  padding-right: 3rem;
}
#next-matches-at-home .slick-slide,
#home-last-news .slick-slide,
#home-shop .slick-slide{
  margin: 1rem;
}
#next-matches-at-home .slick-prev,
#home-last-news .slick-prev,
#home-shop .slick-prev{
  left:-37px;
}
#next-matches-at-home .slick-next,
#home-last-news .slick-next,
#home-shop .slick-next{
  right:-37px;
}


.bg-grey{
  background-color: #eee;
}
.bg-dark-red{
  background-color: #c0060e;
  color:#FFF;
}
.bg-dark-grey{
  background-color: rgba(40,40,40,1);
  color:#FFF;
}
.bg-red{
  background-color:#EB0000;
  color:#FFF;
}
.offre-image{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  border-radius: 8px;
  position: relative;
}
.offre-image:hover{
  box-shadow: rgba(0, 0, 0, 1) 0px 0 12px 1px;
}

.news-item{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  border-radius: 8px;
  position: relative;
}

.news-title{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 4rem 1rem 0.6rem 1rem;
  background: rgba(0,0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,0.96) 14%, rgba(255,255,255,0) 100%);
  color:#1e1e1e;

  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
#home-last-news .news-title{
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.sub-nav-news-item .news-title{
  font-size: 0.9rem;
  line-height: 1.1rem;
}

#home-last-news{
  font-size: 1.3rem;
  line-height: 1.5rem;
}

#home-shop .shop-item{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  border-radius: 8px;
  position: relative;
  background-color: #FFF;
}
#home-shop .shop-item .item-content{
  min-height: auto;
}


@media screen and (min-width: 1300px) {
  #home-shop .shop-item .item-content{
    min-height: 102px;
  }
}

#home-shop .shop-item .item-content{
  padding: 1rem;
}
#home-shop .shop-item .shop-item-image{
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: block;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}
#home-shop .shop-item:hover .shop-item-image{
  background-size: 110% auto;
}
#home-shop .shop-item .item-content .home-shop-title{
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #1e1e1e;
  margin-bottom: 0.5rem;
  font-weight:600;
}
#home-shop .shop-item .item-content .home-shop-price{
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  #next-matches-at-home .match-equipe.equipe-domicile{
    display: none;
  }
  #next-matches-at-home .match .match-score{
    margin-left: 0;
    text-align: left;
  }
  .calendrier-list-item{
    padding:4px;
  }
  .calendrier-list-item-domicile{
    width: 50px;
  }
  .calendrier-list-item-domicile img{
    margin-left: 0!important;
  }
  .calendrier-list-item-exterieur img{
    margin-right: 0!important;
  }
  .calendrier-list-item-exterieur{
    width: 50px;
  }
  .calendrier-list-item-score{
    max-width: 120px;
  }
  #home-last-news .news-title,
  #home-shop .shop-item .item-content .home-shop-title,
  .decouverte-title{
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 576px) {
  #homepage-news .slick-next,#homepage-news .slick-prev{
    display: none!important;
  }
}

.calendrier-list-item{
  cursor: pointer;
}
.calendrier-list-item.played-game{
    display: none;
}
#calendrier-prev-btn-block{
  background-color: #FFF!important;
  padding: 5px;
}
.calendrier-list-item:hover{
  background-color:rgba(0,0,0,.2)!important;
}
.calendrier-list-item td{
  vertical-align:middle;
}
.calendrier-list-item-domicile{
  text-align: right;
}
.calendrier-list-item-domicile img{
  height: 30px;
  margin-left: 6px;
}
.calendrier-list-item-exterieur img{
    height: 30px;
    margin-right: 6px;
}
.calendrier-list-item-score{
  text-align: center;
}
.calendrier-list-item-score .lieu{
  font-size: 0.8rem;
}
.calendrier-list-item-score .score{
  font-weight: 600;
}

.calendrier-list-item .match-theme{
  width: 26px;
  height: 26px;
  border-radius: 20px;
  background-color: #c0060e;
  color:#EB0000;
  text-align: center;
  margin-left: 6px;
  display: inline-block;
}
.calendrier-list-item .match-theme .fas{
  font-size: 14px;
  line-height: 14px;
  top: 0;
  left:0;
  position: relative;
}
.calendrier-list-links{
  text-align: right;
}
.calendrier-list-item .btn-theme,
.calendrier-list-item .btn-billet{
  display: block;
  margin: 6px 0;
}
.calendrier-list-item .btn-billet{
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color:#FFF;
}
.calendrier-list-item .btn-billet:hover{
  background-color: #000;
  border-color: #000;
  color:#FFF;
}

.calendrier-list-item .btn-theme{
  background-color: #c0060e;
  border-color: #c0060e;
  color:#FFF;
}
.calendrier-list-item .btn-theme:hover{
  background-color: #EB0000;
  border-color: #EB0000;
  color:#FFF;
}



#calendar table{
  margin: 0;
}

#calendar table.fc-scrollgrid{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
}

#calendar .fc-bg-event{
  opacity: 1!important;
}
#calendar .fc-bg-event .fc-event-title{
  font-style: normal;
  font-weight: bold;
}
#calendar .calendar-match-item{
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.375rem;
}
#calendar .calendar-match-item .calendar-image{
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
}
#calendar .calendar-match-item .calendar-image{
  height: 60px;
}
#calendar .calendar-match-item:hover .calendar-image{
  height: 65px;
}
#calendar .calendar-match-item .match-info{
  padding-top: 0.375rem;
  font-weight: bold;
}
#calendar .calendar-match-item .match-theme{
  width: 25px;
  height: 25px;
  border-radius: 25px;
  position: absolute;
  top:4px;
  left:4px;
  background-color: #c0060e;
  color:#EB0000;
  text-align: center;
}
#calendar .calendar-match-item .match-theme .fas{
  font-size: 15px;
  top: -1px;
  position: relative;
  left: 0;
}

.match-theme-legend{
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #c0060e;
  color:#EB0000;
  text-align: center;
  margin-right: 8px;
}
.match-theme-legend .fas{
  font-size: 15px;
  top: -1px;
  position: relative;
  left: 0;
}
#calendar .domicile .calendar-match-item .match-info{
  color: #FFF;
}

#calendar .fc-day-other{
  opacity: 0.5;
}
#calendar .fc-day-other .fc-daygrid-day-top{
  opacity: 1;
}
.fc-button{
  background-color: #EB0000!important;
  border-color: #EB0000!important;
  color: #FFF!important;
}
.fc-button:hover{
  background-color: #c0060e!important;
  border-color: #c0060e!important;
  color: #FFF!important;
}
.fc-button-group,.fc-today-button{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  border-radius: 8px;
}
.fc-toolbar-title{
  padding-top: 8px;
}
.domicile-legend{
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #EB0000;
  margin-right: 8px;
}
.exterieur-legend{
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #EEE;
  margin-right: 8px;
}

#calendar .fc-day-today{
  border:3px solid rgba(255,220,40,1);
}
@media screen and (max-width: 1200px) {
  #calendar .calendar-match-item .calendar-image{
    height: 45px;
  }
  #calendar .calendar-match-item:hover .calendar-image{
    height: 55px;
  }
  #calendar .fc-daygrid-day .fc-daygrid-day-frame{
    height: 80px;
  }
}

@media screen and (max-width: 900px) {
  #calendar .calendar-match-item .calendar-image{
    height: 30px;
  }
  #calendar .calendar-match-item:hover .calendar-image{
    height: 40px;
  }
  #calendar .fc-daygrid-day .fc-daygrid-day-frame{
    height: 60px;
  }
}

@media screen and (max-width: 600px) {
  #calendar .calendar-match-item .calendar-image{
    height: 16px;
  }
  #calendar .calendar-match-item:hover .calendar-image{
    height: 20px;
  }
  #calendar .fc-daygrid-day .fc-daygrid-day-frame{
    height: 40px;
  }
}

#match-detail-modal .modal-dialog{
  max-width:600px;

}
#match-detail-modal .modal-content{
  border: 0;
  border-radius: 10px;
}
#match-detail-modal .modal-body{

  padding: 0;
  background-color: transparent;

}

.calendar-type-selection .icon{
  font-size: 36px;
  opacity: 0.4;
  color: #EB0000;
  cursor: pointer;
}
.calendar-type-selection .icon.selected{
  opacity: 1;
}
.calendar-type-selection .icon:hover{
  opacity: 1;
  color: #c0060e;
}
#calendarType-month{
  top:-2px;
  position: relative;
}

.wp-block-button__link{
  border-radius: 8px!important;
  background-color: #EB0000;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
}
.wp-block-button__link:hover{
  background-color: #c0060e;
}

.photonic-stream{
  margin: 0!important;
}
#photonic-flickr-stream-1-container{
  margin-top: 3rem!important;
}
.decouverte-item{
  position: relative;
}
.news-item a,.offre-item a,.decouverte-item a{
  position: relative;
  width: 100%;
  padding-top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}
.news-item a:hover,.offre-item a:hover,.decouverte-item a:hover{
  background-size: 110% auto;
}
.offre-item a{
  position: relative;
  width: 100%;
  padding-top:177%;
}

.decouverte-title{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 4rem 1rem 0.6rem 1rem;
  background: rgba(0,0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,0.96) 14%, rgba(255,255,255,0) 100%);
  color:#1e1e1e;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.epyt-gallery-img-box{
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
}
.epyt-gallery-img{
  border-radius: 8px;
}

.epyt-pagination .epyt-pagebutton{
  background-color: #FFF!important;
  border-color:#FFF!important;
  color: #1e1e1e!important;
  border-radius:8px!important;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0 4px 0px!important;
  text-transform: none!important;

}
.epyt-pagination .epyt-pagebutton:hover{
  background-color: #EB0000!important;
  border-color:#EB0000!important;
  color: #FFF!important;
}

footer#colophon h2.partners-title{
  font-weight: 600;
  font-size:1.3rem!important;
}

#wpforms-form-16265{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wpforms-form-16265 .wpforms-field{

}
#wpforms-form-16265 .wpforms-field input{
  height: 42px;
  border-radius:8px!important;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0 4px 0px!important;
  min-width: 320px;
}
#wpforms-form-16265 .wpforms-submit{
  width: 100%;
  border-radius:8px!important;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0 4px 0px!important;
  background-color: #c0060e!important;
  border-color:#c0060e!important;
  color: #FFF!important;
}
#wpforms-form-16265 .wpforms-submit:hover{
  background-color: #FFF!important;
  border-color:#FFF!important;
  color: #EB0000!important;
}
#wpforms-form-16265 label.wpforms-error{
  color: #FFF;
  margin-top: 6px;
}
#wpforms-form-16265 .wpforms-submit-spinner{
  position: absolute;
  top:20px;
}
.wpforms-confirmation-container-full{
  border-radius:8px!important;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  #wpforms-form-16265{
    flex-direction:row;
  }
  #wpforms-form-16265 .wpforms-field{
    margin-right: 1rem;
  }
}

#mobileScrollTop{
  position: fixed;
  bottom:10px;
  right:10px;
  z-index: 101;
  margin: 0;
}

.fc-button.fc-today-button{
  display: none!important;
}

.page-block-item{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  border-radius: 8px;
  position: relative;
}
.page-block-item a{
  position: relative;
  width: 100%;
  padding-top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px 0px;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}
.page-block-item a:hover{
  background-size: 110% auto;
}
.page-block-title{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 4rem 1rem 0.6rem 1rem;
  background: rgba(0,0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,0.96) 14%, rgba(255,255,255,0) 100%);
  color:#1e1e1e;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.sfcm.sfsi_premium_wicon{
  border-radius: 8px;
}
