/** style.css
 * 
 * Theme Name:	BPS CP AWBB
 * Theme URI:	http://www.beplusports.com/
 * Description:	A WordPress Theme for CP AWBB.
 * Author:		be+SPORTS
 * Author URI:	http://www.beplusports.com/
 * Version:		2.1.0
 * Text Domain:	aoawbb
 *
 * Copyright (C) 2017 be+SPORTS <info@beplusports.com>
 *
 */


/**
 * Colors
 * ----------------------------------------------------------------------------
 */
/*
la couleur de texte Noir
la couleur des titres  Noir
le texte gris clair (CCCCCC)
le texte orange (F7931E)
le texte bleu (29ABE2)
le bouton bleu (29ABE2)
le bouton orange (F7931E)
le fond bleu (2AA1D5)
le fond orange (F7931E)
le fond gris clair (F2F2F2)
*/


/**
 * Available fonts
 * ----------------------------------------------------------------------------
 */
/*
font-family: 'Exo 2', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Changa', sans-serif;
font-family: 'Changa One', cursive;
*/


html {
    
}
body {
    background-image: url('images/bg_awbb_blue.png');
    background-size: cover;
    background-attachment: fixed;  
    line-height: 1.6;  
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
h1 {
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 24px;
    color: #29ABE2;
}
h4, .h4 {
    font-size: 18px;
    color: #f7931e;
    margin-top: 25px;
    font-style: italic;
}
.btn {
    background: #29ABE2;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.btn:hover {
    background: #F7931E;
    color: #fff;
}
.clear {
    clear: both;
}
a:hover {
    text-decoration: none;
}
p, ul, ol {
    /*font-weight: 100;*/
}
ul {
    list-style: square;
    padding-left: 40px;
}
ol {
    padding-left: 30px;
}
ol li {
    padding-left: 10px;
}
table ul {
    line-height: 1.4;
}

table:not(.table) {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
caption,
table:not(.table) th,
table:not(.table) td {
    font-weight: normal;
    text-align: left;
}
caption {
    font-size: 16px;
    margin: 20px 0;
}
table:not(.table) th {
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 6px 10px 6px 6px;
    background-color: #eee;
}
table:not(.table) td {
    border: 1px solid #ddd;
    padding: 6px 10px 6px 6px;
}

#sidebar-bottom-page1, #sidebar-bottom-page2, #sidebar-bottom-page3 {
    clear: both;
}
#sidebar-bottom-page1, #sidebar-bottom-page3 {
    /*margin-bottom: 40px;*/
    /* overflow: auto; */
}
#sidebar-bottom-page1 aside {
    padding-left: 10px;
    padding-right: 10px;
}
#sidebar-bottom-page3 aside {
    padding-left: 20px;
    padding-right: 20px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.container-fluid {
    padding: 0;
}


/**
 * Main header - Logo and header navigation
 * ----------------------------------------------------------------------------
 */

#mainheader {
    position: relative;
    z-index: 100;
    height: 120px; /*160px;*/
}

/* Header logo */

#mainheader img#header-logo {
    max-height: 130px; /*180px;*/
}

/* Header navigation */

#mainheader #header-nav {
    float: right;
}
#mainheader #header-nav ul.nav {
    font-size: 80%;
}
#mainheader #header-nav ul.nav li {
}
#mainheader #header-nav ul.nav li a {
    color: #fff;
}
#mainheader #header-nav ul.nav li:hover {
}
#mainheader #header-nav ul.nav li a:hover {
    text-decoration: underline;
    background: transparent;
}


/* Social icons */

#mainheader .social {
    float: right;
    margin-left: 5px;
}
#mainheader .social a {
    color: #fff;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    display: inline-block;
    font-size: 26px;
    margin-left: 5px;
}
#mainheader .social a:hover {
    color: #333;
}


/* Header search bar */

#mainheader #searchform {
    display: inline-block;
    width: 500px;
    float: right;
    clear: both;
}
#mainheader #searchform input {
    border: 0;
    border-radius: 0;
    margin: 0;
    background: rgba(255,255,255,0.3);
    font-size: 16px;
    font-family: Lato;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    color: #fff;
    /*font-weight: 100;*/
}
#mainheader #searchform input:hover, #mainheader #searchform input:focus {
    background: #fff;
    color: #333;
}
#mainheader #searchform button {
    border: 0;
    border-radius: 0;
    margin: 0;
    /*font-weight: 100;*/
}


/**
 * Main nav - Maxi menu
 * ----------------------------------------------------------------------------
 */

#mainnav {
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    transition: top 0.3s ease;    
    top: -52px;
}
#mainnav .container {
    padding: 0;
}
.fixed-nav {
    margin-top: 52px;
}
.fixed-nav #mainnav {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    width: 100%;
    /*background: linear-gradient(to right,  #e6953e 0%,#e3633c 100%);*/
}
.fixed-nav #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 5px 0;   
}
#mainnav #mega-menu-wrap-primary {
    /*display: table;*/
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6953e+0,e3633c+100 */
    background: #e6953e; /* Old browsers */
    background: -moz-linear-gradient(left,  #e6953e 0%, #e3633c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e6953e 0%,#e3633c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e6953e 0%,#e3633c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6953e', endColorstr='#e3633c',GradientType=1 ); /* IE6-9 */
}
#mainnav #mega-menu-primary {
    /*display: table-row;*/
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    /*display: table-cell;*/
    margin: 12px 0;
    border-right: 1px solid rgba(255,255,255,0.5);
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-infos {
    border-right: 0 !important;
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    border-right: 0;
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
    text-align: center;
    font-family: changa;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding: 0 25px;
    margin: 0 10px;
    text-transform: uppercase;
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a {
    padding-right: 15px;
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-home > a {
    /*display: none;*/
    padding-left: 15px;
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-home > a:before {
    content: '\f015';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    padding: 0 10px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
   background: transparent; /*#f9ca36; /*#f1f1f1;*/
   color: #f9ca36; /*#333;*/
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent !important;
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-home:hover > a:before {
    color: #f9ca36; /*#333;*/
}
.fixed-nav #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > .mega-sub-menu {
    margin-top: 5px;
}
#mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > .mega-sub-menu {
    padding: 30px 30px 30px 10px;
    margin-top: 12px;
    background-image: url(images/bg_awbb.png);
    background-repeat: no-repeat;
    background-position: 55% 5%;
    background-color: #fff; /*#fdeaae;*/
    /* background-size: cover; */
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-family: 'Lato' !important;
    font-size: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
    background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item  {
    border-left: 1px solid #ccc !important;
    padding: 0 15px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: changa;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    display: inline-block;
    padding: 0px 15px 0 15px;
    background: #d9d9d9;
    /* color: #f1f1f1; */
    color: #29ABE2;
    background: none;
    padding-left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
    padding: 10px 0;
}
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, 
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item {
    line-height: 2;
    /*
    padding-left: 10px;
    list-style-type: circle;
    list-style-position: outside;
    */
    display: list-item;
    list-style: none;
    /* padding: 2px 0; */
}
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: white;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    /*font-weight: 100;*/
    font-family: changa;
    font-family: lato;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #f7931e;
    /*font-weight: 100;*/
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    background-color: #e0e0e0;
    padding: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-news-agendas,
#mega-menu-wrap-primary #mega-menu-primary .mega-competitions-infos,
#mega-menu-wrap-primary #mega-menu-primary .mega-selections-infos {
    clear: none !important;
}
/* sarickx+++ : temporaire */
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer > ul {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer > a:after {
    display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer > a {
    padding-right: 25px !important;
}
/* +++sarickx */
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-actu {
    width: 18% !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formations {
    width: 57% !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formations > ul > li.mega-menu-item > a.mega-menu-link {
    color: #29ABE2 !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formations > ul.mega-sub-menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding-left: 0 !important;
    /*margin-left: -10px !important;*/
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formation-base,
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formation-continuee,
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formations-expertise {
    list-style: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formation-continuee {
    margin-top: -10px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formation-base > a,
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formation-continuee > a,
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-formations-expertise > a {
    text-transform: uppercase !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-entrainer-inscription {
    margin-top: 30px !important;
    clear: none !important;
    border-left: 0 !important;
    padding-left: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-entrainer-inscription > a {
    background: #29ABE2 !important;
    color: #fff !important;
    font-family: Lato !important;
    text-transform: none !important;
    /*font-weight: 100 !important;*/
    padding: 3px 10px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-infos-generales {
}
#mega-menu-wrap-primary #mega-menu-primary .mega-infos-liens {
}
#mega-menu-wrap-primary #mega-menu-primary .mega-infos-cp {
}
#mega-menu-wrap-primary #mega-menu-primary .mega-infos-formulaires {
    margin-left: 25% !important;
    width: 25% !important;
    margin-top: -215px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-infos-trouver {
    margin-top: -120px !important;
    margin-left: 50% !important;
    width: 25% !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-infos-contacts {
}
#mega-menu-wrap-primary #mega-menu-primary .mega-contacts {
    display: none !important;
}


/**
 * Main page
 * ----------------------------------------------------------------------------
 */

#mainpage {
    background: #fff;
    padding: 20px;
}


/**
 * Breadcrumbs
 * ----------------------------------------------------------------------------
 */

#breadcrumbs {
    /*
    margin-top: 5px;
    margin-bottom: 5px;
    */
    font-size: 70%;
    color: #ccc;
}
#breadcrumbs a {
    text-decoration: underline;
}


/**
 * Top page - Widget area
 * ----------------------------------------------------------------------------
 */

#sidebar-top-page {
    padding-bottom: 0;
}

/* Diaporama */

.diapos {
    /*margin: -15px 0 0;*/
    margin: 0 0 20px;
}
.diapos .item .image {
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 54%;
}
.diapos .item .caption {
    background: rgba(0,0,0,0.8);
    padding: 20px;
}
.diapos .item .caption .btn {
    position: absolute;
    right: 20px;
    bottom: 40px;
}
.diapos .item .caption h1 {
    margin-bottom: 10px;
}
#sidebar-top-page .diapos h1 {
}
#sidebar-top-content .diapos h1,
#sidebar-bottom-content .diapos h1 {
    font-size: 150%;
}

/**
 * Blog, archive and taxonomy
 * ----------------------------------------------------------------------------
 */

#content {
    margin-bottom: 100px;
}
.home #content {
    margin-bottom: 0px;
}

/* Full width content */

.blog #full-content .row > div,
.blog #content .row > div {
    padding-bottom: 20px;
}
.blog article.content-excerpt {
    position: relative;
    background-image: url('images/default.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog article.content-excerpt a.read-more {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 5px solid transparent;
    z-index: 10;
}
.blog article.content-excerpt a.read-more:hover {
    border-color: #F7931E;
}
/*
.blog article:after,
.blog article body,
.blog article .entry-medias .image {
    z-index: 10;
}
.blog article a,
.blog article .entry-title,
.blog article .entry-meta,
.blog article .entry-content {
    position: relative;
    z-index: 20;
}
*/

.blog article.content-excerpt .entry-header,
.blog article.content-excerpt .entry-body {
    width: 100%;
    float: none;
    padding: 0;
    color: #fff;
    position: relative;
}
.blog article.content-excerpt .entry-header .entry-medias .image {
    position: relative;
    width: 100%;
    padding-bottom: 56%; /*50%;*/
    height: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog article.content-excerpt .entry-header .entry-medias .image img {
    width: 100%;
}
.blog article.content-excerpt .entry-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 10px 20px; /*30px;*/
}
.blog article.content-excerpt .entry-body a {
    color: white;
}
.blog article.content-excerpt .entry-title {
    margin: 0;
    font-size: 46px;
}
.blog article.content-excerpt .entry-meta {
    /*display: none;*/
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 70%;
}
.blog article.content-excerpt .entry-meta .date {
    color: #ccc;
    background: rgba(0,0,0,0.4);
    padding: 0 2px;
    border-radius: 0px;
    margin-right: 3px;
    color: #fff;
}
.blog article.content-excerpt .entry-meta .categories {
    color: #F7931E;
}
.blog article.content-excerpt .entry-meta .categories .rubrique {
    background: rgba(247, 147, 30, 0.7); /*#F7931E;*/
    padding: 0 2px;
    border-radius: 0px;
    margin-right: 3px;
    color: #fff;
}
.blog article.content-excerpt .has-media .entry-meta {
    display: block;
}
.blog article.content-excerpt .entry-content {
    font-size: 85%;
    /*font-weight: 100;*/
    display: none;
}
.blog article.content-excerpt .has-media .entry-content {
    display: none;
}
.blog .site-content .full {
}

.blog .site-content .half article.content-excerpt .entry-title {
    font-size: 130%;
}

.blog .site-content .twothirds article.content-excerpt .entry-title {
    font-size: 150%
}

.blog .site-content .third article.content-excerpt .entry-title {
    font-size: 100%
}

.blog .site-content .twothirds article.content-excerpt .entry-header {
    height: 440px;
}

.blog .site-content .twothirds article.content-excerpt .entry-medias .image,
.blog .site-content .twothirds article.content-excerpt .entry-medias .image img,
.blog .site-content .twothirds article.content-excerpt .entry-medias .video,
.blog .site-content .twothirds article.content-excerpt .entry-medias .video iframe {
    padding-bottom: initial;
    height: 440px;
    object-fit: cover;
}

.blog .site-content .twothirds article.content-excerpt .entry-body {
    padding: 20px;
}

.blog .site-content .third article.content-excerpt .entry-medias {
    margin-bottom: 0;
}

.blog .site-content .third article.content-excerpt .entry-header {
    height: 210px;
}

.blog .site-content .third article.content-excerpt .entry-medias .image,
.blog .site-content .third article.content-excerpt .entry-medias .image img,
.blog .site-content .third article.content-excerpt .entry-medias .video,
.blog .site-content .third article.content-excerpt .entry-medias .video iframe {
    padding-bottom: initial;
    height: 210px;
}

.blog #content .normal {
    padding-bottom: 0 !important;
}
.blog #content .normal article.content-excerpt {
    background-image: none;
}
.blog #content .normal article.content-excerpt a.read-more {
    border: 0;
}
.blog #content .normal article.content-excerpt .entry-header .entry-medias {
    width: 30%;
    float: left;
    padding: 0 15px 0 0;
}
.blog #content .normal article.content-excerpt .entry-body {
    position: relative;
    background-color: transparent;
    padding: 0;
    color: #333;
}
.blog #content .normal article.content-excerpt .entry-title {
    font-size: 120%;
    margin-bottom: 5px;
}
.blog #content .normal article.content-excerpt .entry-content {
    display: block;
}
.blog #content .normal article.content-excerpt .entry-body a {
    color: #333;
}
.blog #content .normal article.content-excerpt {
    border-top: 1px solid #eee;
    padding: 20px 10px;
    overflow: auto;
}
.blog #content .with-tabs {
    margin-top: 20px;
}
.blog #content .with-tabs .normal:first-child article.content-excerpt {
    border-top: 0;
}
.blog #content .normal:last-child article.content-excerpt {
    border-bottom: 1px solid #eee;
}
.blog #content .normal article.content-excerpt:hover {
    border-color: transparent;
    background-color: #f3f3f3;
}
.blog #content .third {
}
/* .blog #content .normal article.content-excerpt .event-date */
.widget-ao-last-news .no-image .event-date, .no-image .event-date {
    position: initial !important;
}
.widget-ao-last-news div.entry-header > div.event-date, .widget-ao-last-news .event-date, .event-date {
    width: 50px;
    display: inline-block;
    /* background: #29ABE2; */
    height: 48px;
    float: left;
    margin: 0 10px 0px 0;
    color: #fff;
    padding: 4px;
    /* position: absolute; */
    top: 5px;
    left: 5px;
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Changa,Exo;
    line-height: 1;
}
.widget-aoclubs-upcoming-events .event-date {
    background-color: transparent !important;
}
.widget-aoclubs-upcoming-events .fc-day-grid-event {
    border: none;
    padding: 0.5px 2px;
}
.widget-aoclubs-upcoming-events .fc-state-default {
    background-image: none;
}
/* .blog #content .normal article.content-excerpt .event-day */
div.entry-header > div.event-date > span.event-day {
    font-size: 160%;
}
.blog #content .normal article.content-excerpt .event-month {
    display: block;
    text-align: center;
    line-height: 1;
}
.blog .one-third article.content-excerpt h1 {
    font-size: 22px;
}
.blog .one-third article.content-excerpt h1 .event-date {
  margin-top: -3px;
}
.blog article.content-excerpt:hover a {
    opacity: 1 !important;
}
.blog article.content-excerpt:hover .entry-title a {
    text-decoration: underline !important;
}
.blog article.content-excerpt .entry-medias-header {
    background-size: cover;
}
.blog article.content-excerpt .entry-medias-header .social-share {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -58px;
    opacity: 0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}
.blog article.content-excerpt:hover .entry-medias-header .social-share {
    opacity: 1;
    bottom: 50%;
    margin-bottom: -60px;
}
.blog article.content-excerpt .entry-medias-header .fa-plus-circle {
    font-size: 50px;
    color: white;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -25px;
    opacity: 0;    
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}
.blog article.content-excerpt:hover .entry-medias-header .fa-plus-circle {
    opacity: 1;
    top: 50%;
    margin-top: -40px;
}
.blog article.content-excerpt .entry-medias-header .fa-plus-circle:hover {
    color: rgba(255,255,255,0.8);
}
.blog article.content-excerpt .entry-medias-header .filter {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}
.blog article.content-excerpt:hover .entry-medias-header .filter {
    opacity: 1;
}
.blog article.content-excerpt .entry-medias-header .nbmedias {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left: 10px;
    opacity: 0.5;
}
.blog article.content-excerpt:hover .entry-medias-header .nbmedias {
    opacity: 1;
}
.blog article.content-excerpt .entry-medias-header .nbmedias > span {
    background: rgba(0,0,0,0.6);
    padding: 3px 5px;
    border-radius: 3px;
    color: white;
}
.blog article.content-excerpt .entry-medias-header .nbmedias .fa {
    margin-right: 5px;
}
.blog article.content-excerpt .entry-medias-header .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    opacity: 0.5;
    font-size: 100px;
    color: rgba(0,0,0,0.8);
    margin-top: -50px;
    line-height: 100px;
}
.nav-links > div {
    margin-bottom: 10px;
    display: inline-block;
}
.nav-links .nav-previous {
    margin-right: 10px;
}
.nav-previous .fa {
    margin-right: 5px;
}
.nav-next .fa {
    margin-left: 5px;
}


/**
 * Single news
 * ----------------------------------------------------------------------------
 */

.single-news article {
    margin-right: 20px;
}
.single-news article .entry-medias img {
    max-width: 100%;
}
.single-news article .entry-medias {
    margin-bottom: 20px;
}
.single-news article {
}
.single-news article{
}
.single-news article .entry-meta {
    /*display: none;*/
    margin-bottom: 15px;
    font-size: 70%;
}
.single-news article .entry-meta .date {
    color: #ccc;
}
.single-news article .entry-meta .categories {
    color: #F7931E;
}
.single-news article .has-media .entry-meta {
    display: block;
}


.entry-medias {
    position: relative;
    /*margin-bottom: 10px;*/
    overflow: hidden;
    text-align: center;
}
.content-excerpt .entry-medias {
    margin-bottom: 10px;
}

.entry-medias img {
    max-width: 100%;
    /*width: 100%;*/
    margin-bottom: 20px;
}
.entry-medias .entry-medias-gallery a {
    overflow: auto;
    display: block;
    position: relative;
    z-index: 200;
}
.entry-medias .entry-medias-gallery img {
    width: 100%;
}
.entry-medias .image {
    position: relative;
    width: 100%;
    padding-bottom: 57%; /*50%;*/
    height: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; /*auto 100%;*/
}
.entry-medias .video {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
}
.entry-medias .video iframe {
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}
.entry-medias .carousel .carousel-control {
    height: 60px;
    background: #000;
    top: 50%;
    margin-top: -30px;
    line-height: 60px;
    width: 60px;
    opacity: 0.4;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}
.entry-medias .carousel:hover .carousel-control {
    opacity: 1;
}
.entry-medias .carousel .carousel-control.right {
    border-radius: 10px 0 0 10px;
}
.entry-medias .carousel .carousel-control.left {
    border-radius: 0 10px 10px 0;
}
.entry-medias .carousel .carousel-control span {
    margin-top: -30px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.entry-medias .carousel .carousel-control.right span {
    right: 15px;
}
.entry-medias .carousel .carousel-control.left span {
    left: 15px;
}
.entry-medias .carousel .carousel-indicators {
  bottom: 20px;
}
.entry-medias .carousel .carousel-indicators li {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}
.entry-medias .carousel .item {
    background-size: cover;
    /*position: relative;*/
    width: 100%;
    padding-bottom: 56%;
    height: 0;
}
.entry-medias .carousel .item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.entry-medias-footer .item {
    margin-bottom: 20px;
}
.entry-medias-footer .carousel .item {
    margin-bottom: 0px;
}
.entry-medias-footer .item img {
    width: 100%;
}
.entry-medias .row.gallery {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.entry-medias .row.gallery .col {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.entry-medias .row.gallery .item {
    position: relative;
}
.entry-medias .row.gallery .item .description, .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    width: 100%;
    padding: 0 10px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entry-medias .carousel {
    margin: 0 auto 20px;
    max-width: 768px;
}
.entry-medias img {
    position: relative;
}
/*
.entry-medias:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #red;
}
*/
.entry-content img {
    max-width: 100%;
    height: auto;
}
p.no-post {
    margin-top: 20px;
}
.event-details {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-top: 10px;
    background: #fcfcfc;
}
.event-details p {
    padding: 0 10px;
}
.event-details p .fa {
    display: inline-block;
    width: 20px;
    text-align: center;
}
.event-button-map {
    position: relative;
}
.event-button-link-map {
    color: white;
    background: #f7931e;
    padding: 8px 14px;
    position: absolute;
    left: 75%;
    bottom: -15px;
}
.event-button-link-map:hover {
    background: #e3633c;
    color: white;
}
.event-button-footer {
    text-align: center;
    margin: 20px auto;
}
.event-button-link-footer {
    color: white;
    background: #f7931e;
    padding: 8px 14px;
    font-size: 2rem;
}
.event-button-link-footer:hover {
    background: #e3633c;
    color: white;
}


/**
 * PV
 * ----------------------------------------------------------------------------
 */


/**
 * Social share
 * ----------------------------------------------------------------------------
 */

.social-share {
    clear: both;
    margin: 20px 0;
}
.social-share a {
    margin: 0 5px 0 0 !important;
}
.social-share a:visited {
    color: #fff !important;
}
.btn-social-icon {
    color: #FFF !important;
    height: 40px;
    width: 40px;
}
.btn-facebook {
    background-color: #3b5998 !important;
    border: 0px solid rgba(0,0,0,0.2) !important;
}
.btn-twitter {
    background-color: #55acee !important;
    border: 0px solid rgba(0,0,0,0.2) !important;
}
.btn-google-plus {
    background-color: #dd4b39 !important;
    border: 0px solid rgba(0,0,0,0.2) !important;
}
.btn-whatsapp {
    background-color: #25D366 !important;
    border: 0px solid rgba(0,0,0,0.2) !important;
}
.btn-social-icon .fa {
    line-height: 40px;
}


/**
 * Attachments
 * ----------------------------------------------------------------------------
 */

.attachments .icon {
    display: none;
}
/*
.attachments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.attachments ul li {
    margin: 0;
    padding: 0 0 10px;
}
.attachments ul li .icon {
    padding-right: 10px;
}
.attachments ul li .icon img {
    width: 26px;
}
.blog .attachments h3 {
    display: none;
}
*/
.blog:not(.tax-rubriquepv) .attachments ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.blog:not(.tax-rubriquepv) .attachments ul li {
    margin: 0;
    padding: 0 0 10px;
}
.blog:not(.tax-rubriquepv) .attachments ul li .icon {
    padding-right: 10px;
    display: inline-block;
}
.blog:not(.tax-rubriquepv) .attachments ul li .icon img {
    width: 26px;
}
.blog:not(.tax-rubriquepv) .attachments h3 {
    display: none;
}
.blog:not(.tax-rubriquepv) .attachments ul li {
    display: inline-block;
    padding-right: 8px;
    font-size: 85%;
}
.blog:not(.tax-rubriquepv) .attachments ul li a {
    position: relative;
    z-index: 20;
}
.blog:not(.tax-rubriquepv) .attachments ul li a:hover .filename {
    text-decoration: underline;
}
.blog:not(.tax-rubriquepv) .attachments ul li .icon {
    padding-right: 2px;
}
.blog:not(.tax-rubriquepv) .attachments ul li .icon img {
    width: 16px;
    vertical-align: middle;
}


/**
 * Toolbar
 * ----------------------------------------------------------------------------
 */

#maincontent .toolbar .btn-group {
    margin-right: 10px;
    margin-bottom: 10px;
}


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

.clubs {
    position: relative;
 }
.clubs .club {
    padding-top: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.clubs .club:hover {
    background: #f3f3f3;
}
.clubs .club .logo {
    text-align: center;
}
.clubs .club .logo div {
    height: 64px;
}
.clubs .club .logo img {
    max-width: 64px;
    max-height: 64px;
}
.clubs .club .logo img.default {
    opacity: 0.3;
    max-width: 50px;
}
.clubs .club .details {
}
.clubs .club .details .name {
    margin-top: 0;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clubs .club .details .ref {
}
.the-club {
    margin-top: 20px;
}
.the-club .logo img {
    max-width: 100%;
    margin-bottom: 20px;
    max-height: 200px;
}
.the-club .table tr:first-child th,
.the-club .table tr:first-child td {
    border-top: 0;
}
.the-club .table th {
    color: #29ABE2;
    font-weight: normal;
    width: 30%;
    padding-left: 0;
}
.the-club .table td {
    color: #999;
    padding-left: 0;
    line-height: 1.6;
}
.the-club .table .court {
    border-bottom: 0px solid #ddd;
    padding-bottom: 5px;
}
.the-club #gmap {
    width: 100%;
    height: 400px;
}
.the-club .table .function {
}
.the-club .table .name {
    color: #29ABE2;
    font-weight: normal;
}


/**
 * Serie 
 * ----------------------------------------------------------------------------
 */

.serie .table th {
    color: #fff;
    background-color: #F7931E;
    /*font-weight: 100;*/
    text-align: center;
    border-bottom: 0;
    line-height: 26px;
}
.serie .table td {
    color: #999;
    /*font-weight: 100;*/
    text-align: center;
    line-height: 28px;
}
.serie .table tr:nth-child(1) td {
    border-top: 0;
}
.serie .table .position {
    width: 8%;
}
.serie .logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 3px;
    width: 50px;
}
.serie .logo a {
    height: 26px;
    display: block;
}
.serie .logo img {
    max-height: 26px;
}
.serie .logo img.default {
    opacity: 0.3;
}
.serie .table .games,
.serie .table .victories,
.serie .table .defeats,
.serie .table .draws,
.serie .table .score-for,
.serie .table .score-against,
.serie .table .points {
    width: 8%;
}
.serie .table .team {
    text-align: left;
}
.serie .table .home {
    text-align: right;
}
.serie .table .away {
    text-align: left;
}
.serie .table .score {
    white-space: nowrap;
}
.serie .table .code,
.serie .table .week,
.serie .table .time-score,
.serie .table .status {
    display: none;
}
.serie .rankings tr.selected td {
    background: #29ABE2;
    color: #fff;
    font-weight: bold;
}
.serie .rankings tr.selected td,
.serie .rankings tr.selected td a {
    color: #fff;
}
.serie .games tr:hover {
    color: #29ABE2 !important;
    background: #f3f3f3;
}
.serie .games tr {
    cursor: pointer;
}
.serie .games tr td.selected, 
.serie .games tr td.selected a {
    color: #29ABE2;
    font-weight: bold;
}
.serie .games tr.selected td.score span {
    color: #fff;
    font-weight: normal;
    padding: 5px 7px;
    border-radius: 3px;
    white-space: nowrap;
}
.serie .games tr.selected.win td.score span {
    background: #5cb85c;
}
.serie .games tr.selected.loss td.score span {
    background: #d9534f;
}
.serie .games tr.selected.draw td.score span {
    background: #F7931E;
}
.serie .games tr td.reference span {
    cursor: pointer;
    color: #f7931e;
}
.serie .games tr td.game-info a {
    color: #29ABE2;
}
.serie .games tr td.game-info span {
    line-height: 28px;
}
.modal.game .game-id,
.modal.game .game-reference {
    display: none;
}
.modal.game .home,
.modal.game .away,
.modal.game .time-score {
    text-align: center;
}
.modal.game .logo { 
    max-height: 100px;
    width: 100%;
    margin-bottom: 20px;
}
.modal.game .logo img { 
    max-height: 100px;
    max-width: 154px;
}
.modal.game .home a,
.modal.game .away a {
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}
.modal.game .home a:hover,
.modal.game .away a:hover {
    background: #f3f3f3;
}
.modal.game .time-score {
    padding-top: 20px;
}
.modal.game .time, 
.modal.game .score { 
    font-size: 300%;
    font-family: Changa, Exo;
    white-space: nowrap;
}
.modal.game .court { 
    margin-top: 20px;
}
.modal.game .court h3 { 
    margin: 5px 0;
}
.modal.game .angular-google-map-container { 
    height: 300px; 
}
.modal.game .loading {
    color: #ccc;
}


/**
 * Organisation 
 * ----------------------------------------------------------------------------
 */

.organisation {
}
.organisation {
}
.organisation .member {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.organisation .member .image {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}
.organisation .member .image a {
    display: block;
}
.organisation .member .image a > div {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.organisation .member .role {
    /* color: #F7931E; */
}
.organisation .member .department {
    /* color: #29ABE2; */
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    /*
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    */
}
.organisation .member .name {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.organisation .member .address, 
.organisation .member .contact-infos,
.organisation .member .emails {
    color: #999;
    /*font-weight: 100;*/
    font-size: 80%;
}
.organisation .member .address {
    margin-bottom: 5px;
}
.organisation .member .contact-infos {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.organisation .member .contact-infos label {
    display: inline-block;
    color: #333;
    font-weight: 500;
}
.organisation .member .contact-infos a {
    display: inline-block;
}
.organisation .member .emails {
    margin: 0;
    padding: 0;
    list-style: none;
}
.organisation .member .emails .email {
    margin-bottom: 5px;
}


/**
 * Sponsors 
 * ----------------------------------------------------------------------------
 */

.sponsors-categories .section-description {
    margin-bottom: 20px;
}
.sponsors, .sponsors .row {
    padding: 0;
    margin: 0 0 20px;
}
.sponsors {
    margin: 0 0 10px;
    padding: 0;
}
.sponsors a {
    text-decoration: none;
    color: #141412;
}
.sponsors .inner-sponsor {
    margin: 0 10px 5px 0;
    padding: 30px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 4px;
    /*height: 100%;*/
    position: relative;
}
.sponsors .image {
    text-align: center;
}
.sponsors .image img {
    max-width: 100%;
    height: auto;
}
.sponsors .inner-sponsor:hover {
    /*border: 1px solid #555;*/
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
.sponsors .inner-sponsor:hover {
    /*border: 1px solid #555;*/
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}


/**
 * Sections 
 * ----------------------------------------------------------------------------
 */

.section {
    position: relative;
}
.section .section-anchor {
    position: absolute;
    margin-top: -80px;
}
.nav-sections.affix {
    margin-top: -160px;
    position: fixed !important;
}
.nav-sections nav {
    border-left: 1px solid #ccc;
}
.nav-sections nav .nav-heading {
    padding: 10px 15px;
    font-weight: bold;
}
.nav-sections nav > ul {
    padding: 0 20px;
    font-size: 80%;
}
.nav-sections nav > ul > li {
    margin-bottom: 5px;
}
.nav-sections nav li > ul {
    margin-left: 20px;
    margin-top: 5px;
}
.nav-sections nav li > ul > li {
    display: list-item;
    list-style: square;
    margin-bottom: 5px;
}
.nav-sections nav a {
    color: #333;
    padding: 0;
}
.nav-sections nav li:hover {
    background: none;
}
.nav-sections nav a:hover {
    text-decoration: underline;
    background: none;
}
.back-to-top {
    font-style: italic;
}
.nav-sections {
    width: 280px;
}
.nav-sections a.current{
    color: #29ABE2;
}


/**
 * Team 
 * ----------------------------------------------------------------------------
 */

/* Team */
.team-details .btn-toolbar {
    float: right;
    margin-top: -5px;
}
.team-details h2 {
    clear: none;
}
.team-details table.team,
.team-details .competitions ul {
    margin: 20px 0 30px;
}
/*
.team-details .team-table table {
    border: 0;
    border-bottom: 1px solid #ededed;
    table-layout: auto;
}
.team-details .team-table table td {
    vertical-align: middle;
    border: 0;
    border-top: 1px solid #ddd;
}
.team-details .team-table table td.image {
    width: 50px; 
    height: 46px;
}
.team-details .team-table table td.image div {
    height: 40px; 
    width: 40px; 
    overflow: hidden; 
    background-position: left center;
    background-repeat: no-repeat; 
    background-size: 40px auto ;
}
.team-details .team-table table td.image div.default {
    background-image: url(images/anonymous.gif);
}
.team-details .team-table table td.number {
    width: 20px;
}
.team-details .team-table table td.name .number {
    display: none;
}
*/
.team-details .team-grid, .team-details .team-grid tbody, .team-details .team-grid tr, .team-details .team-grid td {
    /*
    display: block;
    background: transparent ;
    border: 0;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    */
    text-align: center;
}
.team-details .team-grid {
    margin: 30px 0 0;
}
.team-details .team-grid .item {
    margin-bottom: 20px;
}
.team-details .team-grid .image {
    padding: 0 20px;
}
.team-details .team-grid .image div {
    /*
    width: 120px;
    height: 150px;
    overflow: hidden; 
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: auto 150px;    
    margin: 0 auto;
    */
    position: relative;
    width: 100%;
    padding-bottom: 140%;
    height: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 50%;*/
}
.team-details .team-grid .image div.default {
    background-image: url(images/default_member.jpg);
}
.team-details .team-grid .name {
    /*
    background-image: url(images/ball23-05.png);
    background-repeat: no-repeat;
    background-position: 0px -25px;
    background-size: 140px;
    font-family: 'Fjalla One', PTBold, BebasNeue, fontello !important;
    padding: 5px 0 5px;
    border-radius: 0 10px 0 10px;
    color: #fff;
    background-color: #212121;
    */
    color: #29ABE2;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    margin: 0;
    padding: 5px 0 0;
}
.team-details .team-grid .name a {
    /*
    text-decoration: none;
    color: #fff;
    */
}
.team-details .team-grid .details {
    font-size: 90%;
    /*font-weight: 100;*/
}
.team-details .team-grid .details label {
    display: none;
}
.team-details .team-grid .role {
}
.team-details .team-grid .year {
}
.team-details .team-grid .size {
}
.team-details .team-grid .nationality {
}
.team-details .team-grid .team {
}


/**
 * Rulebook
 * ----------------------------------------------------------------------------
 */
 /*
.rule .rule-material {
    margin-bottom: 20px;
}
.rule .rule-material-file .icon {
    padding-right: 10px;
    display: inline-block;
}
.rule .rule-material-file .icon img {
    width: 26px;
}
.rule .rules {
    margin-bottom: 20px;
}
.rule .rules ul {
    padding-left: 25px;
    list-style: square;
}
.rule .rules ul li {
    display: list-item;
}
.rule .rules ul li a {
}
*/
.rule .children {
    margin: 40px 0;
}
.rule .children .child {
    margin-bottom: 40px;
}
.rule .children .child .entry-title {
    margin-top: 0;
}



/**
 * Widget Sponsors
 * ----------------------------------------------------------------------------
 */

.widget-aoclubs-sponsors .row {
    text-align: center;
}
.widget-aoclubs-sponsors .row > .col {
    /*float: none;*/
    display: inline-block;
}


/**
 * Widget Mailchimp
 * ----------------------------------------------------------------------------
 */

.widget-ao-mailchimp .date {
    display: none;
}
.widget-ao-mailchimp ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 90%;
}
.widget-ao-mailchimp ul li {
    padding-bottom: 5px;
}


/**
 * Widget AO News 
 * ----------------------------------------------------------------------------
 */

.widget_gce_widget {
    /*
    margin-bottom: 20px;
    margin-top: 20px;
    */
}
.ao-news > .row > div {
    padding-bottom: 0 !important;
}
.ao-news article a.read-more {
    border: 0;
}
.ao-news article .entry-header .entry-medias {
    width: 30%;
    float: left;
    padding: 0 15px 0 0;
}
.ao-news article .entry-body {
    position: relative;
    background-color: transparent;
    padding: 0;
    color: #333;
}
.ao-news article .entry-title {
    font-size: 120%; /*110%;*/
    margin: 0 0 5px;
    text-transform: none;
}
.ao-news article .entry-title:hover a {
    color: #29ABE2;
}
.ao-news article .entry-meta {
    /* display: none; */
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 70%;
}
.ao-news article .entry-meta .date {
    color: #ccc;
    background: rgba(0,0,0,0.4);
    padding: 0 2px;
    border-radius: 0px;
    margin-right: 3px;
    color: #fff;
}
.ao-news article .entry-meta .categories {
    color: #F7931E;
}
.ao-news article .entry-meta .categories .rubrique {
    background: rgba(247, 147, 30, 0.8); /*#F7931E;*/
    padding: 0 2px;
    border-radius: 0px;
    margin-right: 3px;
    color: #fff;
}
.ao-news article .entry-meta .categories .rubrique a {
    color: #fff;
}
.ao-news article .entry-meta .categories .rubrique:hover {
    background: #29ABE2;
}
.ao-news article .entry-content {
    display: block;
    /*font-weight: 100;*/
}
.ao-news article a {
    color: #333;
}
.ao-news article {
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
    overflow: auto;
}
.ao-news > .row > div:first-child article {
    border-top: 1px solid #eee;
}
.ao-news {
    margin-bottom: 20px;
}
.ao-news article:hover {
    /*border-color: transparent;*/
    /*background-color: #f3f3f3;*/
}

#sidebar-top-content .ao-news article {
    /* border-bottom: 1px solid #ccc; */
    padding: 20px 10px;
    /* background-color: #f3f3f3; */
}
#sidebar-top-content .ao-news > .row > div:first-child article {
    /* border-top: 1px solid #ccc; */
}
#sidebar-top-content .ao-news {
    margin-bottom: 20px;
}
#sidebar-top-content .ao-news article:hover {
    /*border-color: transparent;*/
    background-color: #fcfcfc;
}

.ao-news .attachments {
    margin-top: 10px;
}
.ao-news .attachments h3 {
    display: none;
}
.ao-news .attachments ul li {
    display: inline-block;
    padding-right: 8px;
    font-size: 85%;
    /*font-weight: 100;*/
}
.ao-news .attachments ul li a {
    position: relative;
    z-index: 20;
    color: #f7931e;
}
.ao-news .attachments ul li a:hover .filename {
    text-decoration: underline;
}
.ao-news .attachments ul li .icon {
    padding-right: 2px;
}
.ao-news .attachments ul li .icon img {
    width: 16px;
    vertical-align: bottom;
}
.ao-news .btn {
    margin-top: 10px;
}


.widget-ao-last-pv .ao-news article {
    padding: 5px 0px;
    border: 0; 
}
.widget-ao-last-pv .ao-news article .entry-title {
    font-size: 90%;
}
.widget-ao-last-pv .ao-news .attachments {
    margin-top: 5px;
    font-size: 90%;
}
.widget-ao-last-pv .ao-news .attachments ul {
    padding-left: 0;
    margin-bottom: 0;
}
.widget-ao-last-pv .ao-news .attachments .icon {
    display: inline;
}

/**
 * Widget BPL - Sidebar
 * ----------------------------------------------------------------------------
 */

.bpl-widget .bpl-dropdown-selector .row > div {
    padding: 0 2px !important;
}
.bpl-widget .bpl-dropdown-selector .row > div .btn {
    font-size: 16px;
}
.bpl-widget .bpl-ranking h4, .bpl-widget .bpl-week-calendar h4 {
    font-size: 2rem;
    margin: 0px;
}
.bpl-widget .bpl-ranking .bpl-ranking-table thead tr th {
    font-size: 80% !important;    
}
.bpl-widget .bpl-ranking .bpl-ranking-table tbody tr td {
    font-size: 80% !important;
    padding: 7px;
}
.bpl-widget .bpl-week-calendar h3 {
    font-size: 2rem;
    margin: 0px;
}

.bpl-widget .bpl-games-summary-container .game-item-row {
    font-size: 100%;
}

.bpl-widget img {
    max-width: 100% !important;
}

/**
 * BPL - Styles
 * -----------------------------------------------------------------------------
 */

.bpl-ranking h4, .bpl-week-calendar h4, .bpl-full-calendar h4 {
    font-size: 2.4rem;
}

.bpl-games-summary-container .week-day-title {
    font-size: 80% !important;
    line-height: 18px !important;
}

.bpl-games-summary-container .game-item-row {
    font-size: 80% !important;
}
  
.bpl-full-calendar .week-day-title {
    text-align: center;
    color: #999;
    line-height: 28px;
    border: 0px;
    padding: 6px 5px;
    font-weight: bold;
    background-color: #f2f2f2;
}

/**
 * Widget agenda - Google calendar
 * ----------------------------------------------------------------------------
 */

.agenda-awbb .simcal-align-right,
.agenda-awbb .simcal-calendar-head,
.agenda-awbb .simcal-event-description {
    display: none !important;
}
.agenda-awbb .simcal-default-calendar-list {
    padding: 0 !important;
}
.agenda-awbb dl {
    background-color: #f3f3f3;
    border: 1px solid #eee;
}
.agenda-awbb dt {
    float: left;
    width: 60px;
    padding: 0;
    margin: 0 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    clear: both;
    border-bottom: 0;
    border-bottom: 0 !important;
}
.agenda-awbb dt span {
    background-color: transparent !important;
    color: #f7931e !important;
}
.agenda-awbb dt:nth-child(4n+1) span {
    background-color: transparent !important;
    color: #29ABE2 !important;
}
.agenda-awbb dt .simcal-date-format {
}
.agenda-awbb dd {
    padding-left: 60px;
    background-color: transparent;
}
.agenda-awbb dd:nth-child(4n) {
    background-color: #fff;
}
.agenda-awbb dd ul {
    padding: 0 0 0 15px;
    margin-top: 0 !important;
    border-left: 1px solid #ddd;
    margin-left: 0 !important;
}
.agenda-awbb dd ul li {
}
.agenda-awbb dd ul li {
}
.agenda-awbb .simcal-events li:last-child {
    margin-bottom: 0 !important;
}
.agenda-awbb .simcal-event-details {
}
.agenda-awbb .simcal-event-details p {
    display: none;
}
.simcal-default-calendar-list .simcal-event-details {
    font-size: 18px !important;
}
.agenda-awbb .simcal-event-details p:first-child {
    display: block;
    font-family: Changa;
    margin: 10px 0 0;
    font-weight: 100;
}
.agenda-awbb .simcal-event-details p:last-child {
    display: block;
    margin-bottom: 10px !important;
    color: #ccc;
}
.agenda-awbb .simcal-event-details p:last-child a {
        font-size: 70%;
    color: #ccc;
}
.agenda-awbb .simcal-default-calendar-list ul.simcal-events li.simcal-event {
    margin-bottom: -10px;
}

/**
 * Sponsors
 * ----------------------------------------------------------------------------
 */

.widget-aoclubs-sponsors.partenaires .sponsors {
    border: 1px solid #eee !important;
}
.widget-aoclubs-sponsors.partenaires .sponsors .row {
    margin: 0;
}
.widget-aoclubs-sponsors.banner-sponsors {
    margin: 80px 0 0;
    padding-left: 50px;
}
.widget_sp_image.banner-basketclubs {
    /*margin-top: -100px;*/
    /*clear: both;*/
}
.widget_sp_image.banner-basketclubs img {
    height: auto;
}
/*
.widget-aoclubs-sponsors.partenaires .sponsors a {
    text-decoration: none;
    color: #141412;
    overflow: auto;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
.widget-aoclubs-sponsors .sponsor img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
*/

/**
 * Widget Twitter 
 * ----------------------------------------------------------------------------
 */

.widget_ao_twitter_tweets_v2 .twitter-timeline {
    border: 1px solid #eee !important;
    height: 500px !important;
}


/**
 * Widget Instagram 
 * ----------------------------------------------------------------------------
 */

.pllexislider, .pllexislider .slides li, .pllexislider .slides > li > a {
    height: inherit !important;
}


/**
 * Widget series 
 * ----------------------------------------------------------------------------
 */

.widget-ao-series {
    overflow: auto;
    padding-bottom: 40px;
}
.widget-ao-series .filters > div {
    margin: 0 5px;
}
.widget-ao-series div.rankings {
    width: 50%;
    float: left;
    padding: 0 15px 0 10px;
}
.widget-ao-series div.games {
    width: 50%;
    float: left;
    padding: 0 10px 0 15px;
}
#sidebar-bottom-page2 .widget-ao-series {
    background: #f3f3f3;
    margin: -20px;
    padding: 20px;
    margin-top: 20px;
}
#sidebar-bottom-page2 .widget-ao-series h2 {
    text-align: center;
    text-transform: uppercase;
}
#sidebar-bottom-page2 .widget-ao-series .filters {
    text-align: center;
}
#sidebar-bottom-page2 .widget-ao-series h3 {
    color: #333;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 200%;
}
#sidebar-bottom-page2 .widget-ao-series .games .buttons .previous .text, 
#sidebar-bottom-page2 .widget-ao-series .games .buttons .next .text {
    text-decoration: none !important;
}
#sidebar-bottom-page2 .widget-ao-series .games .buttons .previous:hover .text, 
#sidebar-bottom-page2 .widget-ao-series .games .buttons .next:hover .text {
    /*color: #FF4F01;*/
    text-decoration: underline !important;
    /*color: #f7931e;*/
}
#sidebar-bottom-page2 .widget-ao-series .games .buttons .previous.disabled, 
#sidebar-bottom-page2 .widget-ao-series .games .buttons .next.disabled {
    color: rgba(0,0,0,0.4);
    cursor: default !important;
}
#sidebar-bottom-page2 .widget-ao-series .games .buttons .previous.disabled:hover .text, 
#sidebar-bottom-page2 .widget-ao-series .games .buttons .next.disabled:hover .text {
    text-decoration: none !important;
}
#sidebar-bottom-page2 .widget-ao-series table tr th {
    background-color: #f7931e;
    color: #fff;
}
#sidebar-bottom-page2 .widget-ao-series table tr th.week-details {
    padding-left: 10px !important;
}
#sidebar-bottom-page2 .widget-ao-series table tr td {
    background-color: #fff;
    border-bottom: 2px solid #eee !important;
    padding: 8px !important;
}
#sidebar-bottom-page2 .widget-ao-series table tr td.points {
    font-weight: bold;
}
#sidebar-bottom-page2 .widget-ao-series table tr th.home,
#sidebar-bottom-page2 .widget-ao-series table tr th.away {
    width: 40%;
}
#sidebar-bottom-page2 .widget-ao-series table tr td.home,
#sidebar-bottom-page2 .widget-ao-series table tr td.away {
    vertical-align: middle;
    width: 40%;
}
#sidebar-bottom-page2 .widget-ao-series table tr td.home span,
#sidebar-bottom-page2 .widget-ao-series table tr td.away span {
    width: 100%;
    display: block;
}
#sidebar-bottom-page2 .widget-ao-series table tr td.time-score {
    width: 20%;
}
#sidebar-bottom-page2 .widget-ao-series table tr td.time-score span {
    font-size: 150%;
    font-family: Changa, Exo;
}
#sidebar-bottom-page2 .widget-ao-series table tr td.time-score .date {
    color: #f7931e;
    font-size: 80%;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
}
#sidebar-bottom-page2 .widget-ao-series .games table tr td a {
    color: #333;
}
#sidebar-bottom-page2 .widget-ao-series table tr td.win,
#sidebar-bottom-page2 .widget-ao-series table tr td.win a {
    color: #29ABE2;
    font-weight: bold;
}
#sidebar-bottom-page2 .widget-ao-series table tr td.no-games {
    padding: 20px 10px 50px !important;
    /* font-style: italic; */
}
#sidebar-bottom-page2 .widget-ao-series table tr td .logo img {
    width: 22px;
    padding-right: 0px;
    /* font-style: italic; */
}
#sidebar-bottom-page2 .widget-ao-series .games table tr td .logo img {
    width: 45px;
    padding: 0;
    margin: 5px;
}
#sidebar-bottom-page2 .widget-ao-series table tr.date-separator {
    display: none !important;
}
#sidebar-bottom-page2 .widget-ao-series .show-all .btn {
    width: 100%;
}
#sidebar-bottom-page2 .widget-ao-series .games table tr {
    cursor: pointer;
}
#sidebar-bottom-page2 .widget-ao-series .games table tr:hover td {
    background: #f3f3f3 !important;
}


/**
 * Newsletter
 * ----------------------------------------------------------------------------
 */

.newsletter {
    background: #eee;
    height: 300px;
    padding: 50px;
    margin: 20px -20px;
    text-align: center;
    background: url('images/02_newsletter.png') no-repeat;
    color: #fff;
}


/**
 * Promo arbitrage
 * ----------------------------------------------------------------------------
 */

.promo-arbitrage {
    margin: -20px -20px 20px;
    background: #f3f3f3;
    padding: 20px 0 40px;
    border-bottom: 1px solid #ddd;
}
.promo-arbitrage iframe {
    width: 800px;
    height: 400px;
}


/**
 * Other competitions
 * ----------------------------------------------------------------------------
 */

.other-competitions {
    margin: 0px;
    background: #f3f3f3;
    padding: 20px 20px 40px; 
    text-align: center;
}
.other-competitions p {
    /*display: inline-block;*/
}
.other-competitions ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.other-competitions ul li {
    display: inline-block;
}
.other-competitions ul li a {
    padding: 5px 15px;
    display: block;
    background: #ccc;
    color: #fff;
}
.other-competitions ul li a:hover {
    background: #F7931E;
}


/**
 * Sitemap
 * ----------------------------------------------------------------------------
 */

#sitemap {
    /*background-color: #222;*/
    color: #686758;
    font-size: 14px;
    text-align: center;
    /*padding: 40px;*/
    background-repeat: no-repeat;
    background-position: center 300px;
}

#sitemap .widget-area,
.sidebar #sitemap {
    text-align: left;
}

#sitemap a {
    color: #333; /*#686758;*/
}

#sitemap .sidebar-container {
    background-color: #220e10;
    padding: 20px 0;
}

#sitemap .widget-area {
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;
}

.sidebar #sitemap .widget-area {
    max-width: 1020px;
    position: relative;
    left: 0;
    padding: 0 20px;
}

#sitemap .widget {
    background: transparent;
    color: #fff;
    float: left;
    margin-right: 20px;
    width: 245px;
}

.sidebar #sitemap .widget {
    width: 228px;
}

.sidebar #sitemap .widget:nth-of-type(4),
.sidebar #sitemap .widget:nth-of-type(3) {
    margin-right: 0;
}

#sitemap .widget a {
    color: #333; /*#e6402a;*/
}

#sitemap .widget-title,
#sitemap .widget-title a,
#sitemap .wp-caption-text {
    color: #fff;
}

.site-info {
    margin: 0 auto;
    max-width: 1020px;
    padding: 30px 0;
    width: 100%;
}

#wpstats {
    display: block;
    margin: -10px auto 0;
}

#sitemap .footer-menu {
    list-style: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    color: #aaa;
    display: inline-block;
}

#sitemap .footer-menu > li:first-child {
    display: none;
}

#sitemap .footer-menu > li {
    float: left;
    margin: 0; /*0 20px 0 0;*/
    padding: 0;
    text-align: left;
    line-height: 2em;
    width: 25%;
    margin-bottom: 20px;
}

#sitemap .footer-menu > li > a {
    font-weight: bold;
    color: #aaa;
    display: block;
    /*width: 120px;*/
    font-size: 150%;
    margin-bottom: 10px;
    text-transform: uppercase;
    /*text-decoration: underline;*/
    color: #29ABE2;
    color: #f7931e;
}

#sitemap .footer-menu > li > a:hover {
}

#sitemap .footer-menu > li > ul {
list-style: none;
margin: 0;
padding: 0;
}

#sitemap .footer-menu > li > ul > li {
margin: 0;
padding: 0;
}

#sitemap .footer-menu > li > ul > li > a {
    color: #aaa;
    display: block;
    /*width: 120px;*/
    font-weight: bold;
    margin: 20px 0 10px;
    /* text-transform: uppercase; */
    font-size: 120%;
    color: #f7931e;
    color: #29ABE2;
}

#sitemap .footer-menu > li > ul > li > a:hover {
}

#sitemap .footer-menu > li > ul > li > a .fa {
display: none;
}

#sitemap .footer-menu > li > ul > li > ul {
list-style: square;
margin: 0 0 0 20px;
padding: 0;
}

#sitemap .footer-menu > li > ul > li > ul > li {
margin: 0;
padding: 0;
}

#sitemap .footer-menu > li > ul > li > ul > li > a {
color: #aaa;
display: block;
/*width: 120px;*/
}

#sitemap .footer-menu > li > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

#sitemap .footer-menu > li > ul > li > ul > li > ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#sitemap .footer-menu > li > ul > li > ul > li > ul > li > a {
    color: #aaa;
}

#sitemap .footer-menu li.infos-contacts {
    display: none;
}

#sitemap .copyright p {
margin: 50px 0 0;
color: #999;
font-size: 12px;
line-height: 12px;
}

#sitemap .copyright a {
margin: 10px 0 0;
color: #999;
font-size: 12px;
display: inline-block;
border-left: 1px solid #999;
padding-left: 5px;
margin-left: 5px;
}

/******* MAP CLUB SEARCH ************/


 /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
       #map {
        height: 500px;
        width:100%;
        float:left;
        margin-bottom: 20px;
      }

      #searchWrap{
          float:left;
          width:100%;
          margin-bottom:10px;
      }

      #description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
        
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: #fff;
        font-size: inherit;
        font-weight: 300;
        margin-left: 0px;
        padding: 5px 15px;
        border-right:0px;
        border:1px solid #cdcdcd;
        text-overflow: ellipsis;
        width: 85%;
        box-shadow:none;
        position:relative !important
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      #title {
        color: #fff;
        background-color: #4d90fe;
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px;
      }
      #target {
        width: 345px;
      }

      .gm-style-iw{
        padding:5px 0px;
      }

      .gm-style-iw h4{
        margin-top:0px;
      }

      #results-container{
        clear:both;
        width:100%;
        display:none;
        border: 1px solid rgb(221, 221, 221);
        padding: 0px 10px;
      }

      ul#results-list{
        list-style:none;
        padding:0px;
      }

      @media (min-width: 992px) {
      ul#results-list{
        overflow: scroll;
        height: 488px;
      }
      }

      ul#results-list li{
        padding:10px 0px;
        width:100%;
        border-bottom:1px solid #e8e8e8;
        float:left;
      }

      ul#results-list li span{
        color:#777
      }

      #submit-search{
        width:15%;
        float:right;
      }

      #results-list h4{
        float:left;
        padding:0px;
        margin:5px 0px 0px 0px;
        margin-right:20px;
      }

      #results-list .court {
        font-size: 80%;
      }

/*********** MAP CLUB SEARCH END ***********/


/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    background-color: #222;
    color: #aaa; /*#686758;*/
    padding: 40px;
}
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 50px 0 0;
}
.site-footer ul li {
    border-top: 1px solid #333;
    padding: 10px 0
}
.site-footer ul li a {
    color: #aaa;
}


#mainfooter {
    text-align: center;
    background: #000;
    padding: 40px;
    margin-top: 40px;
}

#mainfooter .site {
background: #000;
padding: 40px 0;
}

/*
#mainfooter a {
color: #ac0404;
padding: 60px 0 100px;
background: #000 url('images/logo/logo-basketclubs-white-300.png') no-repeat center bottom;
text-align: left;
opacity: 0.6;
display: block;
font-family: PTBold;
text-align: center;
width: 400px;
margin: 0 auto;
}
*/

#mainfooter .row {
padding: 0 20px;
opacity: 0.4;
}

#mainfooter .row:hover {
opacity: 0.6;
}

#mainfooter .footer-logo {
color:#ccc;
text-align: left;
}

#mainfooter .footer-logo p {
margin-bottom: 5px;
}

#mainfooter .footer-logo .more-info a {
    margin-top: 10px;
    color: black;
}

#mainfooter .footer-logo .more-info a .fa {
    padding-right: 5px;
}

#mainfooter .footer-social {
text-align:right;
}

#mainfooter a {
color:#eee;
}

#mainfooter a:hover {
opacity: 1;
text-decoration: none;
}

#mainfooter span.text {
display: block;
font-size: 24px;
}

#mainfooter span.link {
font-size: 14px;
display: block;
}

/* Woocommerce CSS */

.shop-title {
	background: url('./images/title-line.png') center center no-repeat;
	color: #e6953e;
	text-align: center;
	margin-bottom: 20px;
}

.woocommerce ul.products li.product {
	border: 1px solid #ddd;
    padding: 10px;
}

.product .entry-meta-header {
    display: none;
}

.product_meta {
	display: none;	
}

.woocommerce div.product form.cart .variations td {
    padding: 0px 10px 8px 0px;
}

.woocommerce div.product form.cart .variations .label {
    color: #f7931e;
    padding: 0 1em 0 0;
    font-size: 90%;
}

.woocommerce div.product form.cart .variations .label label {
    margin-bottom: 0px;
}

.woocommerce div.product form.cart .variations .value select {
    padding: 8px;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    flex-direction: column;
}

.tax-dc_vendor_shop .products .columns-3 .woocommerce ul.products li.product {
	margin: 0 2.33% 2.992em 0;
}

.single-product .products .columns-3 .woocommerce ul.products li.product {
	margin: 0 2.33% 2.992em 0;
}

.evenements-wrapper ul.products li.product, .woocommerce-page ul.products li.product {
border: 1px solid #ddd;
padding: 10px;
width: 31%;
/* margin: 0 0 30px 3.5%; */
}
.evenements-wrapper ul.products li.first, .woocommerce-page ul.products li:nth-child(4n) {
clear: both;
margin-left: 0;
}
.evenements-wrapper ul.products li.product a img {
height: 180px;
object-fit: cover;
}
.evenements-wrapper ul.products li.product .button {
background: #29ABE2;
color: #fff;
border: 0 !important;
border-radius: 0 !important;
}
.evenements-wrapper ul.products li.product .button:hover {
    background: #F7931E;
    color: #fff;
}

/* HIDE TABS FOR PRODUCT */
.wc-tabs {
    display: none;
}
/* END HIDE TABS FOR PRODUCT */

.event-dates {
    font-size: 1.3rem;
}

.cart-contents {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 26px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background: #29ABE2;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: bottom;
    font-size: 1.5rem;
    bottom: 5px;
    left: -10px;
    position: relative;
}

#menu-menu-top {
    /* padding-top: 12.5px; */
    padding-top: 6.5px;
}

.woocommerce div.product div.summary, .woocommerce div.product form.cart {
    margin-bottom: 0px;
}

.single-product .post-navigation, .zoomImg {
    display: none !important;
}

.woocommerce-product-gallery__wrapper > .gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-product-gallery__wrapper > .gallery > figure {
    width: 100% !important;
    margin: 0px !important;
}

.woocommerce-product-gallery__wrapper > .gallery > figure:not(:last-child) {
    margin-right: 1.5% !important;
}

.woocommerce-product-gallery__wrapper > .gallery > figure > div > a > img {
    height: 150px!important;
    width: 250px!important;
    object-fit: cover;
    object-position: 50% 50%;
    margin: 0px auto;
}

.woocommerce ul.products li.product .button {
    text-align:center;
    background: #29ABE2;
    color: white;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce ul.products li.product .button:hover {
    background: #F7931E;
}

.product-type-ticket-event {
    display: flex;
    flex-direction: column;
}

.product-type-ticket-event .entry-meta .date {
    display: none;
}

.product-type-ticket-event .woocommerce-product-gallery {
    width: 100% !important;
}

.product-type-ticket-event .woocommerce-product-gallery__image {
    /* height: 56.25% !important; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-type-ticket-event .woocommerce-product-gallery__image a {
    flex: 1 1 0;
    overflow: hidden;
}

.product-type-ticket-event .woocommerce-product-gallery__image > a > img {
    height: 56.25% !important;
    object-fit: cover;
    margin-bottom: 1em;
}

.product-type-ticket-event .woocommerce-product-gallery__trigger {
    display: none;
}

.product-type-ticket-event .date_panel {
    display: flex;
}

.product-type-ticket-event .date_panel>span {
    width: auto !important;
    margin-right: 2.5px;
}

.product-type-ticket-event .entry-summary {
    width: 100% !important;
}

.product-type-ticket-event  .entry-summary .field_row {
    display: flex;
    flex-wrap: wrap;
}

.product-type-ticket-event  .entry-summary .field_row .form-field {
    width: 33%;
    padding: 0px 5px;
}

.product-type-ticket-event  .entry-summary .field_row .yith_textarea, .product-type-ticket-event  .entry-summary .field_row .yith_yes_no {
    width: 99%;
}

.product-type-ticket-event .entry-summary .field_row .form-field ._field_item {
    width: 100% !important;
    padding-left: 5px;
}

.product-type-ticket-event .entry-summary .field_row .form-field ._field_item textarea{
    width: 100%;
    padding-left: 5px;
}

.product-type-ticket-event .entry-summary .service_row hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #29ABE2;
    color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
}    

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #F7931E;
    color: #fff;
}

.woocommerce .quantity .qty {
    height: 36px;
}

@media screen and (max-width: 420px) {
    .page .row.week-selector {
        width: 100%;
        margin: auto;
    }
    .page .bpl-dropdown-selector.container {
        padding: 0px !important;
    }
        
    .page .bpl-games-info .container-fluid {
        padding: 0px !important;
    }

    .product-type-ticket-event .woocommerce-product-gallery__image {
        height: auto !important;
    }
    .product-type-ticket-event  .entry-summary .field_row .form-field, .product-type-ticket-event  .entry-summary .field_row textarea {
        width: 100%;
        padding: 0px;
    }
    .woocommerce-product-gallery__wrapper > .gallery > figure > div > a > img {
        height: 100px !important;
    }

    #pac-input {
        width: 70%;
    }
    #submit-search {
        width: 30%;
    }

}

/* Responsive */

@media (min-width: 1200px) {
    .organisation .member:nth-child(4n+1) {
        clear: both;
    }
    .team-details .team-grid .item:nth-child(6n+1) {
        clear: both;
    }

}
@media (max-width: 1199px) {
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
        padding: 0 10px;
        margin: 0 8px;
    }
    .organisation .member:nth-child(3n+1) {
        clear: both;
    }
    .team-details .team-grid .item:nth-child(4n+1) {
        clear: both;
    }
    .nav-sections {
        width: 220px;
    }
}
@media (max-width: 991px) {
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        border: 0;
    }
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
        padding: 0 10px;
        margin: 0 5px;
    }
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:after {
        display: none;
    }
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-home > a:before {
        display: none;
    }
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > .mega-sub-menu {
        padding: 30px 20px;
    }
    .blog #full-content .row > div, .blog #content .row > div {
        padding-bottom: 10px;
    }
    .organisation .member:nth-child(3n+1) {
        clear: both;
    }
    .team-details .team-grid .item:nth-child(4n+1) {
        clear: both;
    }
    .single-news article {
        margin-right: 0;
    }
    .widget-ao-series div.rankings, .widget-ao-series div.games {
        width: 100%;
        float: none;
        padding: 0;
    }
    .serie .games-table tr th.home,
    .serie .games-table tr th.away {
        width: 40% !important;
    }
    .serie .games-table tr td.home,
    .serie .games-table tr td.away,
    .serie .games-table tr td.logo {
        vertical-align: middle;
    }
    .serie .games-table tr td.home a,
    .serie .games-table tr td.away a {
        color: #333;
    }
    .serie .games-table tr td.time-score div {
        cursor: pointer;
    }
    .serie .games-table tr td.time-score span {
        font-size: 150%;
        font-family: Changa, Exo;
        color: #333;
    }
    .serie .games-table tr td.time-score .date {
        color: #f7931e;
        font-size: 80%;
        font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
        display: block;
    }
    .promo-arbitrage iframe {
        width: 720px;
        height: 360px;
    }
    .widget-ao-last-pv {
        clear: both;
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    blockquote {
        font-size: 20px;
    }
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .alignright, .alignleft {
        float: none;
    }
    .fixed-nav #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin: 12px 0;
    }
    .fixed-nav #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child {
        margin-top: 0px;
    }
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
        margin: 0 5px;
    }
    .widget-ao-series div.rankings .games,
    .widget-ao-series div.rankings .victories,
    .widget-ao-series div.rankings .defeats {
        display: none;
    }
    .fixed-nav {
        margin-top: initial;
    }
    #mainheader {
        height: initial;
        z-index: 2000;
    }
    #mainheader .social, #mainheader #header-nav, #mainheader #searchform {
        display: none;
    }
    #mainheader > a {
        position: fixed;
        z-index: 2000;
        /* top: 0; */
    }
    #mainheader > a #header-logo {
        height: 55px;
        padding: 3px 15px;
    }
    #mainnav {
        position: fixed;
        top: 0;
        z-index: 1000;
        left: 0;
        right: 0;
    }
    #mainnav .mega-menu-toggle {
        background: linear-gradient(to right, #e6953e 0%,#e3633c 100%);
        padding-right: 15px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        line-height: 50px;
        height: 50px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        overflow-y: scroll;
        max-height: 100vh;
        height: 100vh;
    }
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
        text-align: left;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 100%;
        margin-bottom: 10px;
    }
    #mainnav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        border-top: 1px solid rgba(255,255,255,0.2);
        padding-top: 15px;
    }
    #mega-menu-wrap-primary #mega-menu-primary .mega-infos-formulaires {
        margin-left: 0 !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary .mega-infos-trouver {
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    #mainpage {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 70px;
    }
    #maincontent #content {
        margin-left: 10px; 
        margin-right: 10px; 
    } 
    #sidebar {
        margin-left: 20px;
        margin-right: 20px;
    }
    .nav-links .btn {
        white-space: normal;
        text-align: left;
    }
    #breadcrumbs {
        margin: 0 20px;
    }
    .blog #full-content .row > div, .blog #content .row > div {
        padding-bottom: 0;
    }
    .blog article.content-excerpt a.read-more:hover {
        border: transparent;
    }
    .blog .site-content .twothirds article.content-excerpt .entry-header,
    .blog .site-content .third article.content-excerpt .entry-header {
        height: initial; 
    }
    .blog .site-content .twothirds article.content-excerpt .entry-medias .image,
    .blog .site-content .third article.content-excerpt .entry-medias .image {
        padding-bottom: 56%;
        height: 0;
    }
    .content-excerpt .entry-medias {
        margin-bottom: 0;
    }
    .blog article.content-excerpt {
        margin: 0;
    }
    .blog article.content-excerpt .entry-body {
        position: relative;
        background-color: rgba(0,0,0,1);
        padding: 10px 20px !important;
        margin-bottom: 20px;
    }
    .blog .site-content .third article.content-excerpt .entry-title {
        font-size: 150%;
    }
    .blog .site-content .twothirds article.content-excerpt .entry-medias .image img,
    .blog .site-content .third article.content-excerpt .entry-medias .image img {
        height: initial;
    }
    .home #full-content article {
        margin-left: -20px;
        margin-right: -20px;
    }
    #sidebar-bottom-page1 aside {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-top: 15px;
    }
    #sidebar-bottom-page1 aside h3.widget-title {
        /*display: none;*/
        margin-top: 0;
    }
    #sidebar-bottom-page1 aside:last-child {
        border-bottom: 0;
    }
    #sidebar-bottom-page1 .widget-ao-last-news h1.widget-title {
        margin-bottom: 0;
    }
    .ao-news article {
        border-bottom: 1px solid #eee;
        padding: 20px 0px 20px;
    }
    .blog #content .normal article.content-excerpt .entry-body {
        padding: 0 !important;
        margin-bottom: 0;
    }
    .blog #content .normal:nth-child(2) article.content-excerpt,
    .ao-news > .row > div:first-child article {
        border-top: 0px solid #eee;
        padding-top: 0;
    }
    .ao-news > .row > div:last-child article {
        border-bottom: 0px solid #eee;
    }
    .entry-medias img {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .blog #content .normal article.content-excerpt {
        padding: 20px 0;
    }
    .blog #content .normal article.content-excerpt .entry-header .entry-medias {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .blog article.content-excerpt .entry-content {
        font-size: inherit;
    }
    .ao-news article .entry-header .entry-medias {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }
    .newsletter {
        margin: 0;
        padding: 20px 0 40px;
        height: inherit;
    }
    #sidebar-bottom-page2 {
        margin-left: -10px;
        margin-right: -10px;
    }
    #sidebar-bottom-page2 .rankings-table,
    #sidebar-bottom-page2 .games-table {
        margin-left: -20px;
        margin-right: -20px;
    }
    #sidebar-bottom-page2 .games-table p,
    #sidebar-bottom-page2 .games-table .show-all {
        margin-left: 20px;
        margin-right: 20px;
    }
    #sidebar-bottom-page2 .widget-ao-series, 
    .other-competitions {
        margin: 0;
    }
    .other-competitions ul li {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    #sidebar-bottom-page3 aside {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    #sidebar-bottom-page3 aside:last-child {
        border-bottom: 0;
    }
    #sidebar-bottom-page3 .ao-news {
        margin-bottom: 0;
    }
    .widget_sp_image.banner-basketclubs {
        margin-top: 0;
    }
    .widget_sp_image.banner-basketclubs img {
        height: auto;
    }    
    .clubs .club .details .ref {
        margin-top: 15px;
    }
    .serie td.logo {
        min-width: 40px;
    }
    .serie .rankings-table,
    .serie .games-table {
        margin-left: -20px;
        margin-right: -20px;
    }
    .modal.game .time, 
    .modal.game .score { 
        font-size: 200%;
    }
    .site-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    #mainfooter {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    #mainfooter .row {
        padding: 0;
    }
    #mainfooter .footer-logo {
        text-align: center;
    }
    #mainfooter .footer-social {
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .event-button-map {
        display: none;
    }
}
@media (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        position: absolute;
    }
}
@media (max-width: 400px) {
    .serie .rankings .games,
    .serie .rankings .victories,
    .serie .rankings .defeats,
    .serie .rankings .draws,
    .serie .rankings .score-for,
    .serie .rankings .score-against {
        display: none;
    }
    .modal.game .logo,
    .modal.game .logo img { 
        max-height: 80px;
    }
    .modal.game .time, 
    .modal.game .score { 
        font-size: 150%;
    }
    .bt4 .game-score {
        min-width: 55px !important;
    }
}


@media print {
    a[href]:after {
        content: none !important;
    }
    .toolbar {
       display: none !important;
    }
    body.modal-open * {
        visibility:hidden;
    }
    body.modal-open .modal-body * {
        visibility:visible;
    }

}

     
