/*
Theme Name: LHC juniors 2019
Author: Zentity Switzerland
Description:  Theme du site officiel des juniors du LHC basé sur WP Bootstrap Starter
Version: 1.0.0
Text Domain: lhcjuniors2019
*/
/*--------------------------------------------------------------
>>> 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
# Smart app banners
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

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;
}

/*--------------------------------------------------------------
# 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: bold;
  margin-top: 24px;
  margin-bottom: 15px;

}
h1 {
  font-size: 32px!important;
  padding-bottom: 10px;
  font-family: 'PT Sans Narrow';
  text-transform: uppercase;

}
h2 {
  font-size: 24px!important;
  padding-bottom: 0.3em;
  line-height: 1.25;
  font-family: 'PT Sans Narrow';
  text-transform: uppercase;

}
h3 {
  font-size: 18px!important;
  line-height: 25px;
}
h4 {
  font-size: 16px!important;
  line-height: 20px;
}
h5 {
  font-size: 14px!important;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# 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:0;
  text-transform: uppercase;
}
.btn-primary{
  background-color: #1e1e1e;
  border-color:#1e1e1e;
}
.btn-primary:hover{
  background-color: #EB0000;
  border-color:#EB0000;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#main-nav {
  margin-bottom: 0;
  background-color: #EB0000 ;
  min-height: 100px;
  position: fixed;
  top:0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  header#main-nav {
    position: absolute;
  }
}
.admin-bar header#main-nav{
  top:32px;
}
header#main-nav #logo{
  height: 146px;
  position: absolute;
  top:15px;
  left: 0;
  z-index: 11;
}
header#main-nav #logo_texte{
  height: 30px;
  position: absolute;
  bottom:15px;
  left: 156px;
  z-index: 11;
}
@media (max-width:1200px) {
  header#main-nav #logo{
      height: 70px;
      top:20px;
      left:15px;

  }
  header#main-nav #logo_texte{
    display: none;
  }
}

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

#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;
}

.sub-nav-block{
  width: 100%;
  background-color: #fff;
  height: 225px;
  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';
  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 .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: normal;
  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;
  right: 15px;
  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';
  text-transform: uppercase;
  color:#1e1e1e;
  padding: 0;
  font-size: 15px;
  padding: 5px 0;
  font-weight: bold;
}

#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');
}

.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: #212529;
}
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;
  }
}
#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;
}

#equipe-menu{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
   justify-content:space-between;
}

/*** 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';
  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: 50px 0 40px 0;
}
#mobile-nav .navbar-nav .nav-item{

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

#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;
}
#mobile-nav a,.navbar-toggler-icon{
  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';
  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;
}
#mobile-equipe-sub-nav{
  padding-left: 15px;
}
#mobile-equipe-sub-nav h2{
  margin:0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px!important;
  padding: 0;
  margin-top: 10px;
}
/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.content-area.content-page{
  margin-top: 30px;
}
@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-left,.homepage-news-right{
    flex:1;
  }
}
.homepage-news-item{
  display: flex;
  overflow: hidden;
}
.homepage-news-item{
  border-bottom: 2px solid #fff;
}
.homepage-news-item:hover .homepage-news-title{
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 40%);
}
.homepage-news-left .homepage-news-item{
  width: 100%;
  height: 100%;
  position: relative;
}
.homepage-news-right .homepage-news-item{
  width: 100%;
  padding-bottom:  50%;
  position: relative;
}
.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;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 80%);
}
.homepage-news-item .homepage-news-title h2{
  margin: 0;
  padding: 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}



@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';
  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;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/



#content.site-content {
  padding-bottom: 5rem;
  margin-top: 100px;
}
.post-thumbnail{
  min-height: 50px;
  width: 100%;
}
.post-thumbnail img{
  width: 100%;
}
.news-thumbnail{
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.news-thumbnail img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}

.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';
  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;
}
.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 #EB0000;
  position: relative;
}
body:not(.theme-preset-active) footer#colophon {
  background-color: #FFF;
  border-top: 2px solid #EB0000;
}
#credits{
  background-color: #EB0000;
  color: #FFF;
}
#credits a{
  color: #FFF;
  font-weight: bold;
}
.navbar-dark .site-info {
  color: #fff;
}
.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;
  }
}

.site-info{
  text-align: center;
  padding: 25px;
}
#logo_footer{
  height: 80px;
  position: relative;
  display: block;
  margin:-37px auto 0 auto!important;
}
#sblocs{
  margin:0 0 40px 0;
}
.sfsiplus_footerLnk{
  display: none;
}

footer#colophon h2{
  color:rgb(30, 30, 30);
  font-family: 'Lato';
  font-size: 20px!important;
  margin-bottom: 5px;
}


#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-bottom: 15px;
  height:40px;
  display: inline-block;
}
#sblocs .sbloc-item img{
  max-height: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #sblocs .sbloc-item{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
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: 10px;
  height: 66px;
  display: block;
  right: 5px;
  bottom:5px;
  position: absolute;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


/*--------------------------------------------------------------
## Calendrier
--------------------------------------------------------------*/
.match{
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.match-joue{
  background-color: #eee;
  border-bottom: 1px solid #dddddd;
}
.match:last-child{
  border-bottom: 0;
}
.match-info-type{
  font-family: 'Lato'!important;
  font-weight:bold!important;
}
.match-info{
  font-size: 14px;
  padding-left: 30px;
}

@media (max-width: 992px) {
  .match-info{
    text-align: center;
    margin-bottom: 5px;
  }

}
.page-calendrier .match-plus{
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .page-calendrier .match-plus{
    padding-right: 0;
    justify-content: center;
  }
}
.match-plus .btn-bloc, .page-calendrier .btn-bloc{
  margin-bottom: 10px;
}
.match-resultat-main{

}
.match-resultat-main .img-equipe{
  height: 30px;
  width: 30px;
}
.match-equipe{
  font-size:15px;
  font-family: 'Lato'!important;
  font-weight:bold!important;
  background-repeat: no-repeat;
  background-size: auto 50px;
  padding-top: 4px;

}
.match-equipe,.match-info,.match-score{

  line-height: 80px;
}

.match-equipe span,.match-info span,.match-score span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}
.page-calendrier .match-score div{
width: 100%;
}
.match-equipe span,.match-info span{

}
.match-info{
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .match-equipe,.match-info,.match-score{

    line-height: 50px;
  }

  .match-resultat-main{
      margin-bottom: 15px;
    }
}
.match-equipe-domicile{
  text-align: center;
  background-position:center center;
  padding-top: 70px;
}
.match-equipe-exterieur{
  text-align: center;
  background-position:center center;
  padding-top: 70px;
}
@media (min-width: 576px) {
  .match-equipe-domicile{
    text-align: right;
    background-position:center right;
    padding-right: 70px;
    padding-top: 0;
  }
  .match-equipe-exterieur{
    text-align: left;
    background-position:center left;
    padding-left: 70px;
    padding-top: 0;
  }
}

.match-equipe-domicile .img-equipe{
  margin-left:15px;
}

.match-equipe-exterieur .img-equipe{
    margin-right:15px;
}
.match-score{
  text-align: center;
  font-size:20px;
  display:flex;
  align-items: center;
}
.match-score .score{
  text-align: center;
  font-size:20px;
  font-family: 'PT Sans Narrow'!important;
  line-height: 24px;
}
.score-tiers-temps{
  font-size: 12px;
  font-family: 'Lato'!important;
  line-height: 14px;
}

@media (max-width: 992px) {
  .match-equipe,.match-info-date,.match-info-type,.score-tiers-temps{
    font-size:12px;
  }
}

.category-selection{

}

/*--------------------------------------------------------------
## Equipe
--------------------------------------------------------------*/

.joueur{
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #fff;
  padding: 5px;
}
.joueur:hover{
  border: 2px solid #EB0000;
}
.joueur a{
  display: block;
}
.joueur a:hover{
  text-decoration: none;
}

.joueur .picture img{
  width: 100%;
  max-width: none!important;
  display: inline;
}
.joueur .nom,.joueur .prenom{
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight:bold;
}
.joueur .picture{
  margin-bottom: 5px;
}
.joueur .nom{
  font-size: 20px;
}
.joueur .prenom{
  font-size: 15px;
}

.joueur .joueur-numero{
  width: 30px;
  height: 30px;
  background-color: #EB0000;
  color: #fff;
  font-family: 'PT Sans Narrow';
  font-size: 18px;
  padding-top: 3px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
}
#player-bio{
    text-align: justify;
}
.joueur-news-title h4{
    margin: 5px 0 5px 0;
    font-size: 16px !important;
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
    font-weight: normal;
    line-height: 22px;
}
/*--------------------------------------------------------------
## 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{

}
.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:nth-child(even){
  background-color: #eee;
}*/
#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-family: 'Lato';
  font-weight:bold;
}
.stats-table .prenom{
  font-family: 'Lato';
}
.stats-table .pts{
  font-family: 'Lato';
  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";
  margin-bottom: 7px;
  text-transform: uppercase;
}
#joueur .joueur-nom{
  font-size: 30px;
  line-height: 30px;
  font-family: "PT Sans Narrow";
  margin-bottom: 7px;
  text-transform: uppercase;
}
#joueur .joueur-poste{
  font-size: 20px;
  line-height:20px;
  font-family: "PT Sans Narrow";
  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';
  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
--------------------------------------------------------------*/
.home .match{
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
#next-match{
  background-color: #EB0000;
  color:#fff;
}
#last-match{
  background-color: #eee;
  color:#1e1e1e;
}
#next-match .match-equipe,#next-match .match-info,#next-match .match-score,
#last-match .match-equipe,#last-match .match-info,#last-match .match-score{
  line-height: normal;
}
#next-match .equipe-picture{

}
#next-match match-equipe-info,#last-match match-equipe-info{

}
#next-match .equipe-picture img,#last-match .equipe-picture img{
  height: 35px;
  margin: 0 auto;
  display: block;
}
#next-match .equipe-nom,#last-match .equipe-nom{
  text-align: center;
  font-family: 'Lato';
  font-weight:bold;
  margin-top: 10px;
}
#next-match .match-equipe-domicile,#next-match .match-equipe-exterieur,
#last-match .match-equipe-domicile,#last-match .match-equipe-exterieur{
  padding: 0;
}
#next-match .match-equipe,#last-match .match-equipe{
  font-size: 16px;
}
#next-match .match-info,#last-match .match-info{
  text-align: center;
  padding: 0;
  font-family: 'Lato';
}
#next-match .match-info div,#last-match .match-info div{
  display: block;
  flex:1
}
#next-match .match-plus,#last-match .match-plus{
  text-align: left;
  font-family: 'Lato';

}
#next-match .score,#last-match .score{
font-size: 24px;
line-height: 26px;
}
#last-match .match-score .score-tiers-temps{
  font-size: 16px;
}
#next-match .match-equipe,#last-match .match-equipe,#next-match .match-plus,#last-match .match-plus{
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

#next-match .match-score,#last-match .match-score{
  align-items: center;
  display: flex;
  justify-content: center;

}

#next-match .match-equipe-info,#last-match .match-equipe-info{
  justify-content: flex-start ;
  flex: 1;
}

@media (min-width: 992px) {
  #next-match .equipe-picture img,#last-match .equipe-picture img{
    height: 50px;
    margin: 0 auto;
    display: block;
  }

#next-match .score,#last-match .score{
  font-size: 32px;
  line-height: 38px;
  }
  #next-match .match-score .score-tiers-temps,#last-match .match-score .score-tiers-temps{
    font-size: 20px;
    line-height: 24px;
  }
}
.homepage #saison-live h2,.homepage #last-news h2{
  font-size: 32px!important;
}
.homepage #last-news h3{
  font-family: 'PT Sans Narrow';
  text-transform: uppercase;
  font-size: 24px!important;
  font-weight: normal!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;
}

/*--------------------------------------------------------------
## LHC TV
--------------------------------------------------------------*/
.wp-block-embed__wrapper iframe{
  width: 100%;
  padding-bottom: 50%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper{
  max-height: 340px;
}
#player{
  width: 100%;
  padding-bottom: 50%;
}
.epyt-gallery-title{
  font-size: 18px !important;
  font-family: 'PT Sans Narrow';
  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:0;
  width: 100%;
  font-size: 18px !important;
  line-height: 1.25!important;
  font-family: 'PT Sans Narrow';
  text-align: left;
  color:#1e1e1e;
  text-transform: uppercase;
  height: 20px;
}
@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: 30px;
  height: 0px;
  position: static!important;
}
#joueur .photonic-thumb a{
  margin-bottom: 0!important;
}
#joueur #player-gallery{
    margin-left: -30px;
}
.photonic-set-title.photonic-title{
  top:0!important;
}
.photonic-more-button.photonic-more-dynamic{
  text-transform:uppercase!important;
  background: #1e1e1e!important;
  border:1px solid #1e1e1e!important;
  text-align: center!important;
  padding: .375rem .75rem!important;
  font-size: 1rem!important;
  line-height: 1.5!important;
  color: #fff!important;
  border-radius: 0!important;
  float: right;
  margin-right: 15px;
}

/*** 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;
}
.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;
}

#l4c-events-calendar{
  font-size: 14px!important;
}
#l4c-events-calendar .events_array {

    width: 100%;

}

#facebook-link,#instagram-link{
  position: absolute;
  top:0;

  height: 20px;
  width: 20px;
  color: #fff;
}
#facebook-link {
  right: 15px;
}
#instagram-link {
  right: 45px;
}
#facebook-link img,#instagram-link img{
  height: 20px!important;
}
#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;
}
