/*
Theme Name: CAB Handball 2020
Theme URI: https://www.comtogether.fr/
Author: Agence Comtogether
Author URI: https://www.comtogether.fr/
Description: CAB Handball 2020
Requires at least: WordPress 5.0
Version: 1.0
*/

body {
    font-size: 13px;
    font-family: zeitung-micro, sans-serif;
	font-weight: 100;
	font-style: normal;
    font-weight:400;
}
body.admin-bar .fixed-top {top:30px;}

/* MCE */

.alignnone {
    margin: 0px 00px 20px 0;
    max-width: 100%;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 100%;
    height: auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-smiley {
    height: 20px;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/***************** ROOT *****************/

:root {
    --main-bg-principal:#D8293F;
    --main-bg-secondary:#272F68;
    --main-bg-dark: #19225D;
}

ul { padding:0; margin:0; list-style-type: none; }
button { outline: none!important; }
a.btn {border-radius: 50px;padding: 15px 50px;text-transform: uppercase;font-size: 13px;}
.btn.red:focus, .btn.red.focus {outline: 0;box-shadow: 0 0 0 0.2rem rgba(216, 41, 63, 0.25);}
a.btn.red {background: #d8293f;color: white;}
/***************** SETTINGS *****************/

ul.social li {
	display:inline-block;
	margin:5px;
}
ul.social li:first-child { margin-left:0; }
ul.social li img {
	width:30px;
}

.grecaptcha-badge {
    display:none;
}
header {
	position:relative;
}
.home header,
.single-post header,
.error404 header {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
}
.home.admin-bar header, 
.single-post.admin-bar header,
.error404.admin-bar header {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 32px;
}
header .nav_center > ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	width:100%;
}
header .sub_header { 
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:9;
}
header nav ul li a.nav-link {
	color:white!important;
	text-transform: uppercase;
}
header nav .dropdown-menu {
	background-color: var(--main-bg-principal);
	color:white;
	border-radius:0;
    top:95%;
}
header nav .dropdown-menu a.dropdown-item {
	font-size:13px;
	color:white;
}
header nav .dropdown-item:hover, header nav .dropdown-item:focus {
	background-color: var(--main-bg-secondary);
}
@media only screen and (min-width:992px) {
    .dropdown:hover > .dropdown-menu {
     display: block;
    }
}
.dropdown-submenu > .dropdown-menu{
    top:0;left:100%;
    border:none;
}
@media only screen and (min-width:992px) {
    .dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

.dropdown-submenu:active > a:after{
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{
    float:none;
}
.dropdown-submenu.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;
}
/***************** HOMEPAGE *****************/

.home main section#introduction,
.single-post main section#introduction {
	height: 600px;
    background-size: cover; 
    background-position: center;
    position:relative;
    margin-bottom:100px; 
}
.home main section#introduction::before,
.single-post main section#introduction::before {
    content: ' ';
    background: rgba(39, 47, 104, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home main section#introduction .__next_match_bloc {
	transform: translateY(50px);
}
.home main section#introduction .__next_match_bloc .svg__match {
    max-width:80%;
}
.home main section#introduction .__next_match {
	background: white;
    border-radius: 20px;
    padding: 20px 15px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.home main section#introduction .__next_match ul.match, 
.home main section#resultats ul.match {
 	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
 }
.home main section#introduction .__next_match ul.match li, 
.home main section#resultats ul.match li {
    width: calc(100% / 4);
    text-align:center;
}
.home main section#introduction .__next_match ul.match li img, 
.home main section#resultats ul.match li img {
    width: 80px;
}
.home main section#introduction .__next_match span.date {
	color: var(--main-bg-principal);
	font-size: 25px;
    line-height: 20px;
}
.home main section#introduction .__next_match span.heure {
	font-size: 25px;
    font-weight: bold;
    color: var(--main-bg-secondary); 
}
.home h2, 
.home h2,
.tax-equipe h2,
.error404 h2 {
	line-height:35px;
	color:var(--main-bg-secondary);
}
.home h2 span:first-child, 
.home h2 span:first-child,
.tax-equipe h2 span:first-child,
.error404 h2 span:first-child {
	font-weight:100;
	font-size:30px;
}
.home h2 span:nth-of-type(2), 
.home h2 span:nth-of-type(2),
.tax-equipe h2 span:nth-of-type(2),
.error404 h2 span:nth-of-type(2) {
	font-weight:800;
	font-size:35px;
}
.home main section#actualites h2 span.club,
.error404 main section#actualites h2 span.club {
    content: url('img/club.svg');
    display: block;
    margin: 0 auto;
    transform: translateY(-20px);
    width: 150px;
}
.home main section#actualites .owl-actualites .owl-item .item,
.tax-equipe main section#actualites .owl-actualites .owl-item .item,
.error404 main section#actualites .owl-actualites .owl-item .item {
	width:500px;
	height:350px;
	background-size:cover;
	background-position:center;
	position:relative;
}
.home main section#actualites .owl-actualites .owl-item .item::before,
.tax-equipe main section#actualites .owl-actualites .owl-item .item::before,
.error404 main section#actualites .owl-actualites .owl-item .item::before {
    content: ' ';
    display: block;
    background: rgb(39,47,104);
    background: -moz-linear-gradient(180deg, rgba(39,47,104,0) 10%, rgba(39,47,104,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(39,47,104,0) 10%, rgba(39,47,104,1) 100%);
    background: linear-gradient(180deg, rgba(39,47,104,0) 10%, rgba(39,47,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272f68",endColorstr="#272f68",GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0;
    transition:all .4s ease-out;
}
.home main section#actualites .owl-actualites .owl-item.active.center .item::before, 
.home main section#actualites .owl-actualites .owl-item:hover .item::before,
.tax-equipe main section#actualites .owl-actualites .owl-item.active.center .item::before,
.tax-equipe main section#actualites .owl-actualites .owl-item:hover .item::before,
.error404 main section#actualites .owl-actualites .owl-item.active.center .item::before,
.error404 main section#actualites .owl-actualites .owl-item:hover .item::before {
	opacity:1;
}
.home main section#actualites .date,
.blog section#actualites .date,
.page section#actualites .date,
.tax-equipe main section#actualites .date,
.error404 main section#actualites .date {
	display: inline-block;
    background: var(--main-bg-principal);
    padding: 10px;
    color: white;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.home main section#actualites .owl-actualites .owl-item .item .post,
.tax-equipe main section#actualites .owl-actualites .owl-item .item .post,
.error404 main section#actualites .owl-actualites .owl-item .item .post {
	display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}
.home main section#actualites .owl-actualites .owl-item .item .post .content,
.tax-equipe main section#actualites .owl-actualites .owl-item .item .post .content,
.error404 main section#actualites .owl-actualites .owl-item .item .post .content {
	margin: auto 0 15px 0;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 15px;
    opacity:0;
    transition: all .4s ease-out;
    width:100%;
}
.home main section#actualites .owl-actualites .owl-item.active.center .item .post .content, 
.home main section#actualites .owl-actualites .owl-item:hover .item .post .content,
.tax-equipe main section#actualites .owl-actualites .owl-item.active.center .item .post .content,
.tax-equipe main section#actualites .owl-actualites .owl-item:hover .item .post .content,
.error404 main section#actualites .owl-actualites .owl-item.active.center .item .post .content,
.error404 main section#actualites .owl-actualites .owl-item:hover .item .post .content { 
	opacity:1;
} 
.home main section#actualites .owl-actualites .owl-item .item .post .content h3,
.blog section#actualites .post h3,
.page section#actualites .post h3,
.tax-equipe main section#actualites .post h3,
.error404 main section#actualites .post h3 {
	font-weight:bold;
	font-size:20px;
    line-height:20px;
}
.home main section#actualites .owl-actualites .owl-item .item .post .content .view,
.tax-equipe main section#actualites .owl-actualites .owl-item .item .post .content .view,
.error404 main section#actualites .owl-actualites .owl-item .item .post .content .view {
	color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.home main section#actualites .owl-actualites .owl-item .item .post .content .view::before,
.tax-equipe main section#actualites .owl-actualites .owl-item .item .post .content .view::before,
.error404 main section#actualites .owl-actualites .owl-item .item .post .content .view::before {
    content: url(img/view.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.home main section#resultats {
	margin-bottom:100px;
}
.home main section#resultats .panel {
	background: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    overflow: hidden;
}
.home main section#resultats .panel .no_result {
    display: block;
    line-height: 20px;
    padding: 80px 15px;
    font-size:20px;
}
.home main section#resultats ul.match {
	align-items: flex-end;
}
.home main section#resultats .panel span.equipe {
	color: var(--main-bg-principal);
	font-size:30px;
}
.home main section#resultats .panel span.resultat {
    font-size: 30px;
    font-weight: bold;
}
.home main section#resultats .panel ul.match li.vs img {
	margin-bottom:25px;
}
.home main section#resultats .panel a,
.home main section#boutique .owl-produits .item a {
	background: #d8293f;
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    margin-top:25px;
    color:white;
    text-decoration:none;
}
.home main section#resultats::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 300px;
    background: #272f68;
    transform: translateY(-200px);
    z-index: -1!important;
    position: absolute;
}
.home main section#d2f,
.home main section#boutique {
    position:relative;
    overflow:hidden;
}
.home main section#d2f::before,
.home main section#boutique::before {
    content: url('img/effet.svg');
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    opacity: .05;
    transform: translateX(50%);
}
.home main section#boutique::before {
    left: 0;
    transform: translateX(-50%);
    right: auto;
}
.home main section#d2f,
.home main section#boutique,
.home main section#instagram,
.home main section#reservation {
	background: var(--main-bg-secondary);
}
.home main section#boutique {
    display: none;
}
.home main section#d2f h2,
.home main section#boutique h2,
.home main section#instagram h2,
.home main section#reservation h2 {
	color:white;
}
.home main section#reservation p {
    color:var(--main-bg-principal);
    font-size:1.4em;
    font-weight:bold;
}
.home main section#d2f .owl-equipe {
	margin-top:35px;
	position:relative;
}
.home main section#d2f .owl-equipe .gradient {
    position:relative;
}
.home main section#d2f .owl-equipe .gradient::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(39,47,104);
    background: -moz-linear-gradient(0deg, rgba(39,47,104,1) 0%, rgba(39,47,104,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(39,47,104,1) 0%, rgba(39,47,104,0) 100%);
    background: linear-gradient(0deg, rgba(39,47,104,1) 15%, rgba(39,47,104,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272f68",endColorstr="#272f68",GradientType=1);
}
.home main section#d2f .owl-equipe .owl-item .item .gradient {
    transform-origin: center;
    transform: scale(0.6);
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}
.home main section#d2f .owl-equipe .owl-item.center .item .gradient {
    transform-origin: center;
    transform: scale(1);
    opacity:1;
}
.home main section#d2f .owl-equipe .owl-item .item span.name {
	font-weight:900;
	color:white;
	font-size:15px;
	transform: translateY(-70px);
	transition: all .5s ease-in-out;
}
.home main section#d2f .owl-equipe .owl-item .item span.poste {
    color:white;
    font-weight:100;
    opacity:0;
    transition: all .5s ease-in-out;
    transform: translateY(-70px);
}
.home main section#d2f .owl-equipe .owl-item.center .item span.name {
	font-size:20px;
	transform: translateY(0);
}
.home main section#d2f .owl-equipe .owl-item.center .item span.poste {
    opacity:1;
    transform: translateY(0);
}
.home main section#actualites .owl-actualites .owl-nav,
.home main section#d2f .owl-equipe .owl-nav,
.home main section#boutique .owl-produits .owl-nav,
.home main section#partenaires .owl-partenaires .owl-nav,
.error404 main section#actualites .owl-actualites .owl-nav {
	position: absolute;
    top: calc((100% - 45px) / 2);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height:0;
}
.home main section#d2f .owl-equipe .owl-nav .owl-prev,
.home main section#actualites .owl-actualites .owl-nav .owl-prev,
.error404 main section#actualites .owl-actualites .owl-nav .owl-prev {
	   transform: rotate(180deg);
}
.home main section#boutique .owl-produits .owl-nav .owl-prev, 
.home main section#partenaires .owl-partenaires .owl-nav .owl-prev {
	transform: rotate(180deg) translateX(100px);
}
.home main section#boutique .owl-produits .owl-nav .owl-next,
.home main section#partenaires .owl-partenaires .owl-nav .owl-next {
	   transform:translateX(100px);
}
.home main section#boutique .owl-produits {
	margin-top:30px;
}
.home main section#boutique .owl-produits .item {
	background: white;
    border-radius: 20px;
    overflow: hidden;
    color: var(--main-bg-secondary);
}
.home main section#boutique .owl-produits .item img {
	width:auto;
	height:200px;
    margin: 30px auto;
    display: block;
}
.home main section#boutique .owl-produits .item h3 {
	font-weight: bold;
    color: var(--main-bg-secondary);
    font-size: 20px;
    margin-top: 15px;
}
.home main section#boutique .owl-produits .item span.price {
	color: var(--main-bg-principal);
    font-size: 20px;
    letter-spacing: -2px;
    padding-bottom:30px;
}
.home main section#partenaires,
.home main section#instagram {
	padding: 50px 0;
}
.home main section#partenaires .owl-partenaires {
	margin-top:30px;
}
.home main section#partenaires .owl-partenaires .owl-stage {
    display:flex;
    align-items: center;
}
.home main section#partenaires .owl-partenaires .item img {
	opacity: 0.5;
    transition: all 0.4s ease-out;
    margin: 25px auto;
    width: auto;
    max-height: 100px;
    display: block;
}
.home main section#partenaires .owl-partenaires .item img:hover {
	opacity:1;
}

@media only screen and (max-width:992px) {
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background:white;
    }
    header .sub_header { position:initial; }
    header .nav.navbar-nav { background-color:var(--main-bg-secondary); padding: 0 10px;}
    header nav a.navbar-brand img { height: 120px; }
    .home main section#introduction { padding-top:150px; height:auto; min-height:250px }
    .home main section#introduction .svg__match { max-width:250px; }
    .home main section#introduction .__next_match ul.match li, .home main section#resultats ul.match li {width: calc((100% - 50px) / 2);}
    .home main section#introduction .__next_match ul.match li.vs, .home main section#resultats ul.match li.vs {width:50px;}
    .home main section#introduction .__next_match ul.match li span.ville {word-break: break-all;}
    .home main section#actualites h2 span.club { width:120px; }
    .home main section#resultats .panel { margin-bottom:30px; }
    .home main section#actualites .owl-actualites .owl-item .item, .tax-equipe main section#actualites .owl-actualites .owl-item .item {width:100%;}
    .home main section#boutique .owl-produits .owl-nav .owl-prev, .home main section#partenaires .owl-partenaires .owl-nav .owl-prev {transform: rotate(180deg) translateX(0);}
    .home main section#boutique .owl-produits .owl-nav .owl-next, .home main section#partenaires .owl-partenaires .owl-nav .owl-next { transform: translateX(0); }
    .home main section#d2f .owl-equipe .owl-nav, .home main section#boutique .owl-produits .owl-nav, .home main section#partenaires .owl-partenaires .owl-nav, .home main section#actualites .owl-actualites .owl-nav {top:auto; margin-top:10px; justify-content:center; height:auto; position:initial;}
    .home main section#partenaires .owl-partenaires .item img { max-width: 150px;  margin: 25px auto; }
    .home main section#d2f .owl-equipe .owl-nav button, .home main section#boutique .owl-produits .owl-nav button, .home main section#partenaires .owl-partenaires .owl-nav button, .home main section#actualites .owl-actualites .owl-nav button {margin: 5px;}
    .home main section#d2f::before, .home main section#boutique::before {content:none;}
}

/***************** PAGE *****************/
.page:not(.home) header, 
.single-album header, 
.archive > header,
.blog header,
.single-joueur header,
.woocommerce > header{ 
	background: var(--main-bg-secondary); 
}
.page section#heading,  
.single-album section#heading, 
.archive section#heading,
.blog section#heading,
.single-joueur section#heading {
	background: var(--main-bg-secondary);
    padding: 50px 0; 
    color: white;
}
.blog #actualites {
	padding: 50px 0;
}
.page .constructor ul {
    list-style-type: disc;
    padding-left:15px;
    margin-left:15px;
    margin-bottom:15px;
}
.page .constructor h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #d8293f;
    line-height: 1.1;
    margin-bottom:15px;
}
.page .constructor .content {
    padding: 25px 0;
}
.page .constructor .content.contentGray {
    background:#eee;
}
.page #membres .membre span.identite {
    font-weight: bold;
    color: #d8293f;
    font-size: 18px;
    text-align: center;
    margin-top:10px; 
}
.page #membres .membre span.fonction {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.page #membres .membre span.missions {
    margin-top:25px;
}
.page #membres .membre span.missions ul {
    list-style-type:disc;
    padding-left:15px;
}
/***************** ALBUMS *****************/

.single-album #photos, .post-type-archive-album #album {
	padding: 50px 0;
}

/* fluid 5 columns */
.grid-sizer,
.grid-item { width: calc(25% - 15px); }
.grid-item { margin-bottom: 15px; }

.post-type-archive-album #album .folder, .tax-equipe #album .folder {
	height:250px;
	background-size:cover;
	background-position:center;
	display:flex;
}
.post-type-archive-album #album .folder h2, .tax-equipe #album .folder h2 {
    background: white;
    color: var(--main-bg-principal);
    font-size: 16px;
    text-align: center;
    margin: auto 15px;
    padding: 10px;
    font-weight: bold;
    display:block;
    width:100%;
}
.post-type-archive-album #album .folder a, .tax-equipe #album .folder a {
	text-decoration:none;
	color: var(--main-bg-principal);
	display:flex;
    width:100%;
}
/***************** ACTUALITES *****************/
.blog section#actualites .date,
.page:not(.home) section#actualites .date {
    top:5px;
    left:20px;
} 
.blog section#actualites .post a.btn,
.page:not(.home) section#actualites .post a.btn {
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    padding: 10px;
    margin-top: 20px;
}
.blog section#actualites .post h3,
.page:not(.home) section#actualites .post h3 {
    margin: 15px 0;
    color: var(--main-bg-secondary);
}
.blog section#actualites .post ul.categories,
.single-post main section#introduction ul.categories,
.page:not(.home) section#actualites .post ul.categories {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.blog section#actualites .post ul.categories li,
.single-post main section#introduction ul.categories li,
.page:not(.home) section#actualites .post ul.categories li {
    background: var(--main-bg-secondary); 
    color: white;
    padding: 2px 5px;
    margin: 5px;
}
.blog section#actualites .post ul.categories li:first-child,
.single-post main section#introduction ul.categories li:first-child,
.page:not(.home) section#actualites .post ul.categories li:first-child {
    margin-left:0;
}
.single-post main section#introduction {
    margin-bottom:0;
}
.single-post main section#introduction h1 {
    font-weight: bold;
    color: white;
    line-height: 1;
    font-size: 35px;
}
.single-post main section#introduction .date span.date {
    color: var(--main-bg-principal);
    font-weight: bold;
    font-size: 18px;
}
.single-post main section#introduction ul.categories {
    margin-top:15px;
    justify-content: center; 
}
.single-post main section#introduction ul.categories li {
    background: var(--main-bg-principal);
}
.nav-posts-all .nav-posts a {
    border: 2px solid var(--main-bg-secondary);
    color: #272f68;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease-out;
    margin-top:30px;
    display:inline-block;
}
.nav-posts-all .nav-posts a:hover {
    background:var(--main-bg-secondary);
    color:white;
}
@media only screen and (max-width:992px) {
     .single-post main section#introduction {height:70vh;}
}

/***************** INSCRIPTION *****************/
.page-template-template-inscription #content {
    padding: 50px 0;
}
.page-template-template-inscription .file {
    border: 2px solid var(--main-bg-secondary);
    height:100%;
    margin:15px 0;
    border-radius: 20px;
    transition: all .3s ease-out;
}
.page-template-template-inscription .file * {
    transition: all .3s ease-out;
}
.page-template-template-inscription .file:hover {
    background-color: var(--main-bg-secondary);
}
.page-template-template-inscription .file a {
    color: var(--main-bg-secondary);
    padding: 15px;
    height: 100%;
    text-decoration: none;
    display:flex;
    align-items: center;
}
.page-template-template-inscription .file:hover a {
    color: white;
}
.page-template-template-inscription .file svg {
    width: auto;
    height: 28px;
    fill: var(--main-bg-principal);
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.page-template-template-inscription .file span {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}
.page-template-template-inscription h3 {
    background: var(--main-bg-secondary);
    color: white;
    padding: 15px;
    font-size: 20px;
    border-radius: 20px;
}
.page-template-template-inscription h2 {
    font-size: 25px;
    font-weight: bold;
    color: var(--main-bg-principal);
}
.page-template-template-inscription ul.step li {
    margin: 15px 0;
}
.page-template-template-inscription ul.step li .header {
    display: flex;
    width: 100%;
}
.page-template-template-inscription ul.step li .header .circle {
    width: 50px;
    height: 50px;
    background: var(--main-bg-principal);
    padding: 12px;
    border-radius: 100%;
    margin-right: 10px;
}
.page-template-template-inscription ul.step li .header .circle img {
    filter: invert(1);
}
.page-template-template-inscription ul.step li .header h4 {
    color: var(--main-bg-principal);
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
}
.page-template-template-inscription ul.step li .header .content {
    width: calc(100% - 100px);
    margin-left: 10px;
}
.page-template-template-inscription ul.step li ul {
    list-style-type: disc;
    padding-left:30px;
}
.page-template-template-inscription ul.step li blockquote {
    background: var(--main-bg-principal);
    color:white;
    padding:10px;
    border-radius: 10px;
}
.page-template-template-inscription ul.step li blockquote p {
    margin-bottom:0;
}
.page-template-template-inscription ul.cotisation {
    display: flex;
    flex-wrap: wrap;
}
.page-template-template-inscription ul.cotisation li {
    width:calc((100% - 20px) / 2);
    background: var(--main-bg-principal);
    color:white;
    text-align: center;
    padding:15px;
    margin: 5px;
    border-radius: 20px;
}
.page-template-template-inscription ul.cotisation li span.titre {
    font-weight: bold;
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 20px;
}
.page-template-template-inscription ul.cotisation li span.tarif {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
/***************** TAX EQUIPE *****************/
.tax-equipe .gradient, 
.single-joueur .gradient {
    position:relative;
}
.tax-equipe .gradient::after,
.single-joueur .gradient::after {
    content: ' ';
    display: block;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
}
.tax-equipe .joueur span.name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #272f68;
    line-height: 20px;
}
.tax-equipe .joueur span.role {
    font-size: 13px;
    font-weight: 300;
    color: var(--main-bg-secondary);
}
.tax-equipe .joueur img {
    max-height:320px;
    width:auto;
    display:block;
    margin:0 auto;
}
/***************** JOUEUSE *****************/
.single-joueur h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--main-bg-principal);
    letter-spacing: -2px;
    margin-top:25px;
    margin-bottom:25px;
}
.single-joueur .content span:nth-of-type(odd) {
    background: #eee;
}
.single-joueur .content span {
    display: block;
    padding: 10px;
    font-weight: bold;
}
/***************** 404 *****************/

.error404 #page {
    height:50vh;
    width:100%;
    background-size:cover;
    background-position:center;
    position:relative;
    color:white;
    text-align:center;
}
.error404 #page h1 {
    font-size: 4rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
.error404 #page h2 {
    font-size: 2rem;
    color: white;
}
.error404 #page::before {
    content: ' ';
    background: rgba(39, 47, 104, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/***************** CONTACT *****************/
.page #contact h2 {
    font-size: 25px;
    font-weight: bold;
    color: var(--main-bg-principal);
    text-transform: uppercase; 
}
.page #contact ul.contact {
    background-color: var(--main-bg-secondary);
    border-radius: 20px;
    transition: all .3s ease-out;
    padding:15px;
}
.page #contact ul.contact li h3 {
    font-weight: bold;
    font-size: 1.3em;
    color: white;
    display:block;
    width:100%;
    text-align: center;
}
.page #contact ul.contact li a {
    vertical-align: middle;
    color:white;
}
.page #contact form {
    margin-top:15px;
}
.page #contact form .form-control {
    border-color:var(--main-bg-principal);
}
.page #contact form label {
    margin-bottom:5px;
    font-size:14px;
}
.page #contact form label .obligatoire {
    font-size:12px;
}
.page #contact form .rgpd .wpcf7-list-item-label {
    font-size: 11px;
    color: #bfbfbf;
}
.page #contact form input[type="submit"] {
    background: var(--main-bg-principal);
    color:white;
    text-transform:uppercase;
}
/***************** DEVENIR PARTENAIRES *****************/
.page:not(.home) #partenaires h2 {
    text-transform: uppercase;
    color: #d8293f;
    font-weight: bold;
    margin-bottom: 25px;
}
.page #partenaires h2.type {
        display: inline-block;
    background: #272f68;
    padding: 10px;
    color: white;
}
.page #partenaires .offres .offre:nth-of-type(even) {
    background: #eee;
}
.page #partenaires .offres .offre {
    padding: 50px 0;
}
.page #partenaires .offres span.prix {
    background: #272f68;
    padding: 10px;
    display: inline-block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.page #partenaires .offres h3 {
    color: var(--main-bg-secondary);
    font-weight:bold;
}
.page #partenaires .offres h3 span.top {
    color:var(--main-bg-principal);
}
.page #partenaires .offres ul {
    list-style-type: none;
    margin-bottom:20px;
}
.page #partenaires .offres ul li {
    margin:10px 0;
}
.page #partenaires .offres ul li:nth-of-type(even){
    background: #eee;
    padding: 10px;
}
.page #partenaires ul.bache {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.page #partenaires ul.bache li {
    width:calc(100% / 3);
}
.page #partenaires ul.bache li .prix {
    display:block;
    margin-top:20px;
}
.page #partenaires ul.bache li.panneau_petit_format::before {
    content: ' ';
    width: 60px;
    height: 40px;
    background: var(--main-bg-principal);
    display: block;
    margin: 15px auto;
}
.page #partenaires ul.bache li.bache_murale_moyen::before {
    content: ' ';
    width: 150px;
    height: 60px;
    background: var(--main-bg-principal);
    display: block;
    margin: 15px auto;
}
.page #partenaires ul.bache li.bache_murale_grand::before {
    content: ' ';
    width: 200px;
    height: 150px;
    background: var(--main-bg-principal);
    display: block;
    margin: 15px auto;
}
.page #partenaires #cta {
    background: var(--main-bg-secondary);
    padding: 50px 0; 
}
.page #partenaires #cta h2 {
    color:white;
}
.page #partenaires #cta form label {
    color:white;
}
.page #partenaires #cta form input, .page #partenaires #cta textarea, .page #partenaires #cta select {
    background:transparent;
    border-color:white;
    color:white;
}
.page #partenaires #cta select option {
    color:black;
}

@media only screen and (max-width:992px) {
    .page #partenaires ul.bache {flex-wrap: wrap;}
        .page #partenaires ul.bache li {width:100%;}
}
/***************** STAGES *****************/
#page #stages ul.accordion {
    padding: 0;
    list-style: none;
}
#page #stages ul.accordion .accordion-item {
    position: relative;
}
#page #stages ul.accordion .accordion-item .accordion-title {
    display: block;
    margin: 0;
    padding: 15px 40px;
    text-decoration: none;
    cursor: pointer;
    background: var(--main-bg-secondary);
    color: white;
    text-align: center;
    font-weight: 700;
    min-height:50px;
}
#page #stages ul.accordion .accordion-item.active .accordion-title {
    background: var(--main-bg-principal);
    color: #fff;
}
#page #stages ul.accordion .accordion-item .accordion-content {
    padding: 15px;
    border: 1px solid var(--main-bg-secondary);
}
#page #stages ul.accordion .accordion-title::after {
    content: '+';
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    top: 10px;
    right: 30px;
    background: white;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100%;
    color:var(--main-bg-secondary);
}
#page #stages ul.accordion .accordion-item.active .accordion-title::after {
    content: '-';
}
#page #stages ul.accordion span.date::before {
    content: url(img/calendar.svg);
    filter: invert(1);
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 5px;
}
#page #stages ul.accordion span.title {
    float:left;
}
#page #stages ul.accordion span.date {
    float: right;
    margin-right: 35px;
}
#page #stages ul.accordion .accordion-item .accordion-content a {
    font-size: 12px;
    padding: 5px 20px;
    margin-top: 25px;
}
@media only screen and (max-width:768px) {
    #page #stages ul.accordion span.title, #page #stages ul.accordion span.date {float:none; display:block; margin: 5px 0;}
}
/***************** MATCHS *****************/
#matchs h2 {
    background: var(--main-bg-principal);
    color: white;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}
#matchs table ul.match {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#matchs table thead {
    background: var(--main-bg-secondary);
    color:white;
}
#matchs table td, #matchs table th {
    vertical-align: middle;
    text-align:center;
}
#matchs table ul.match li {
    text-align:center;
    width: calc(100% / 3);
}
#matchs table ul.match li .score {
    width: 50px;
    height: 50px;
    display: flex;
    background: #272f68;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0 auto;
    color: white;
    font-weight: bold;
}
#matchs table ul.match li.vs {
    margin: 0 30px;
}
#matchs table ul.match li.vs img{
    width:45px;
}
#matchs table ul.match li img {
    width:auto;
    max-height:50px;
}


#planning ul.select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#planning ul.select li a {
    background: #d8293f;
    padding: 15px 30px;
    color: white;
    display: inline-block;
    margin: 5px 15px;
    border-radius: 40px;
}
#planning .match h2 {
    color: var(--main-bg-secondary);
    margin-bottom:0;
}
#planning .match h3 {
    color: var(--main-bg-principal);
    font-size: 20px;
}
/***************** FOOTER *****************/
footer {
	background-color: var(--main-bg-secondary);
	padding-top:50px;
	padding-bottom:50px;
    clear:both; 
}
footer ul.contact,
.page #contact ul.contact {
	margin-top:15px;
}
footer ul.contact li,
.page #contact ul.contact li {
	display:flex;
	align-items: center;
	color:white;
	margin:5px 0;
}
footer ul.contact li a{
	color:white;
	vertical-align: middle;
}
footer ul.contact li::before,
.page #contact ul.contact li::before {
	display:inline-block;
	vertical-align: middle;
	width:15px;
	margin-right:20px;
}
footer ul.contact li.address::before,
.page #contact ul.contact li.address::before {
	content: url('img/social/location.svg');
}
footer ul.contact li.mail::before,
.page #contact ul.contact li.mail::before {
	content: url('img/social/email.svg');
}
footer ul.contact li.phone::before,
.page #contact ul.contact li.phone::before {
	content: url('img/social/phone.svg');
}
footer ul.menu li a {
    color:white;
    text-decoration:none;
}
#sub_footer {
	background-color: var(--main-bg-principal);
	padding-top:15px;
	padding-bottom:15px;
	color:white;
}
#sub_footer a {
	color:white;
}
@media only screen and (max-width:992px) {
    footer ul.contact li {display:block;margin: 15px 5px;}
    footer ul.contact li::before {display:block; width:100%;}
}

/* css cookie */

.bg-blue {
    background-color:var(--main-bg-secondary)!important;
}

/* woocommerce */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float:none;
    width:100%;
}

.woocommerce ul.thwmscf-tabs.align-center {
    text-align: center;
    margin: 2em auto;
}
.woocommerce ul.thwmscf-tabs li a.active {
    background:var(--main-bg-principal);
}
.woocommerce ul.thwmscf-tabs li a:not(.active), ul.thwmscf-tabs li a:visited {
    background:var(--main-bg-secondary);
    opacity:.4;
}
.woocommerce .thwmscf-tab-panels {
    background:transparent;
    padding:0;
}
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce form.checkout .wooccm-additional-fields {
    display:flex;
    flex-wrap:wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.woocommerce form.checkout .form-row {
    float:none;
    width:50%;
}
.woocommerce form.checkout .form-row.form-row-wide {
    width:100%;
}
.woocommerce form.checkout .form-row label,
.woocommerce .woocommerce-input-wrapper  {
    display:block;
    width:100%;
}
.woocommerce .woocommerce-radio-wrapper {
    display:flex;
    align-items: center;
}
.woocommerce form.checkout h3 {
    background: var(--main-bg-secondary);
    padding: .5em 1em;
    text-align: center;
    color: white;
    display:block;
    width:100%;
    margin:1em auto;
}
.woocommerce form.checkout h4 {
    background: var(--main-bg-principal);
    padding: .5em 1em;
    text-align: center;
    color: white;
    display:block;
    width:100%;
    margin:1em auto;
}
.woocommerce form.checkout input, .woocommerce form.checkout select {
    height:35px;
    border:2px solid var(--main-bg-secondary);
    padding:.5em;
}
.woocommerce form.checkout .form-row label {
    margin-bottom:0;
}
.woocommerce #payment .form-row {
    width:100%;
}
.woocommerce-checkout .woocommerce-cab-fields .woocommerce_cab-fields_wrapper, .woocommerce-checkout .woocommerce-cab-fields .wrap_person {
    display:flex; 
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout .woocommerce-cab-fields .wrap_person {
    padding: 2em;
    border: 2px solid var(--main-bg-principal);
    margin: 1em 0;
}
.woocommerce-checkout .woocommerce-cab-fields .wrap_person h5 {
    display: block;
    text-align: center;
    width: 100%;
    padding: .5em;
    transform: translateY(-50px);
    background: white;
    margin-bottom: -30px;
}
.woocommerce-checkout button.wooccm-file-button.button.alt {
    width: 100%;
    background: var(--main-bg-secondary);
    border-radius: 0;
    padding: 1em;
}
.woocommerce-checkout button[type="submit"].button.alt {
    width: 100%;
    background: var(--main-bg-principal);
    border-radius: 0;
    padding: 1em;
}
.woocommerce ul.products, .woocommerce-page ul.products {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width:calc((100% - 90px) / 3);
    float:none;
    margin: 15px; 
    padding: 0;
}
.woocommerce ul.products li.product , .woocommerce-page ul.products li.product {
    height:100%;
    background:var(--main-bg-secondary);
    display:flex;
}
.woocommerce ul.products li.product .content, .woocommerce-page ul.products li.product .content {
    margin:auto;
    display:block;
    width:100%;
    text-align:center;
    padding:15px;
}
.woocommerce ul.products li.product.product_cat-matchs .content a.woocommerce-LoopProduct-link::before, .woocommerce-page ul.products li.product.product_cat-matchs .content a.woocommerce-LoopProduct-link::before {
    content:url('images/match.svg');
    width:100px;
    display:block;
    margin:auto;
}
.woocommerce ul.products li.product.product_cat-licences .content a.woocommerce-LoopProduct-link::before, .woocommerce-page ul.products li.product.product_cat-licences .content a.woocommerce-LoopProduct-link::before {
    content:url('images/licence.svg');
    width:100px;
    display:block;
    margin:auto;
}
.woocommerce ul.products li.product .content h2, .woocommerce-page ul.products li.product .content h2 {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}
.woocommerce ul.products li.product span.date.d-block, .woocommerce-page ul.products li.product span.date.d-block {
    color: white;
    text-transform: uppercase;
    padding: 15px;
}
.woocommerce ul.products li.product span.date.d-block::before, .woocommerce-page ul.products li.product span.date.d-block::before, 
.woocommerce ul.products li.product span.date.d-block::after, .woocommerce-page ul.products li.product span.date.d-block::after {
    content: '';
    width: 15px;
    height: 2px;
    background: white;
    display: block;
    margin: 5px auto;
}
.woocommerce ul.products li.product .content a.button, .woocommerce-page ul.products li.product .content a.button {
    border-radius: 50px;padding: 15px 50px;text-transform: uppercase;font-size: 13px;
    background:var(--main-bg-principal);
    color:white;
    font-size:.9em;
}
.woocommerce ul.products li.product .price {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
}

.woocommerce table.shop_table thead {
    background: var(--main-bg-principal);
    color: white;
    border-radius: 15px;
    border: none;
}
.woocommerce table.shop_table button[name="update_cart"], .woocommerce table.shop_table button[name="update_cart"]:disabled, .woocommerce table.shop_table button[name="update_cart"]:focus, .woocommerce table.shop_table button[name="update_cart"]:hover, .woocommerce table.shop_table button[name="update_cart"]:active {
    background: var(--main-bg-secondary);
    color:white;
}
.woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active {
    background-color: var(--main-bg-principal);
    color:white;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals tr td {
    text-align: right;
}
nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    width: 100%;
    padding: 1em;
    background: var(--main-bg-principal);
    margin: .5em 0;
    color: white;
    text-decoration: none;
    border-radius: 25px;
}
nav.woocommerce-MyAccount-navigation ul li:first-child a {
    margin-top:0;
}
.woocommerce-MyAccount-content a {
    color:var(--main-bg-principal);
    text-decoration: none;
}
.woocommerce-Address {
    border: 1px solid;
    border-radius: 25px;
    padding: 1em;
}
.woocommerce .woocommerce-Address header {
    background:transparent;
}
.woocommerce-info {
    border-top-color: var(--main-bg-secondary);
}
.woocommerce-info::before {
    color: var(--main-bg-secondary);
}
.woocommerce a.button {
    border: 2px solid var(--main-bg-secondary);
    color: var(--main-bg-secondary);
    border-radius: 25px;
    padding-bottom: 10px;
    background:transparent;
    outline:none;
}
.woocommerce button.button:hover, .woocommerce button.button:active, .woocommerce button.button:focus {
    background: var(--main-bg-secondary);
    color: white;
}
.woocommerce form .form-row label {
    line-height: normal;
    display: block;
    width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border:2px solid var(--main-bg-secondary);
    padding: .5em;
    width:100%;
}
.woocommerce-message {
    border:none;
    background:var(--main-bg-secondary);
    color:white;
}
.woocommerce-message a.button {
    border-color:var(--main-bg-principal);
    color:var(--main-bg-principal);
}
.woocommerce-message a.button:hover, .woocommerce-message a.button:active, .woocommerce-message a.button:focus {
    background:var(--main-bg-principal);
    color:white;
}
fieldset {
    border: 2px solid var(--main-bg-secondary);
    border-radius: 15px;
    padding: 1em;
}
fieldset legend {
    text-align: center;
    width: auto;
    padding: 1em;
    margin: 0 1em;
}
button.woocommerce-Button.button, button.woocommerce-Button.button:hover, button.woocommerce-Button.button:active, button.woocommerce-Button.button:focus {
    margin-top: 2em;
    display: block;
    width: 100%;
    padding: 2em;
    text-transform: uppercase;
    color: white;
    border-radius: 40px;
    background: #d8293f;
}
.single-product .product.product_cat-matchs .badge-name::before {
    content:url('images/match.svg');
    width:200px;
    display:block;
    margin:auto;
}
.single-product .product.product_cat-licences .badge-name::before {
    content:url('images/licence.svg');
    width:200px;
    display:block;
    margin:auto;
}
.single-product .badged {
    width: 100%;
    height: 100%;
    background: var(--main-bg-secondary);
    display: flex;
    padding:1em;
}
.single-product .badged .badge-name {
    display: block;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    padding:2em;
}
.single-product .date {
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    color: var(--main-bg-principal);
    margin-bottom: 3em;
}
.woocommerce div.product form.cart .button {
    background: var(--main-bg-principal);
    display: block;
    width: 100%;
    padding: 1em;
    text-transform: uppercase;
    border-radius: 45px;
    margin-top: 3em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color:var(--main-bg-principal);
}
.woocommerce-products-header h1 {
    text-align:center;
    text-transform: uppercase;
    margin-bottom:.5em;
}
.woocommerce-products-header .page-description {
    max-width:800px;
    margin:auto;
}
.woocommerce-notices-wrapper {
    margin: 0 15px;
}
.woocommerce-error {
    background: transparent;
    border: none;
    padding:0;
}
.woocommerce-error a, .woocommerce-error a:focus, .woocommerce-error a:hover, .woocommerce-error a:active {
    color:white;
}
.woocommerce-error::before, .woocommerce-error::after {
    content:none;
}
.woocommerce-error li {
    background: #b81c23;
    color: white;
    border-top: none;
    font-weight: bold;
    margin: 0 !important;
    text-align: center;
    padding: 1em !important;
}
.woocommerce-cart .checkout-button {
    border:none!important;
}
.woocommerce-cart a,
.woocommerce-cart a:hover,
.woocommerce-cart a:focus,
.woocommerce-cart a:active {
    color:var(--main-bg-principal);
}

#billing_first_name_field .optional,
#billing_last_name_field .optional,
#billing_country_field .optional,
#billing_address_1_field .optional,
#billing_postcode_field .optional,
#billing_city_field .optional,
#billing_state_field .optional {
    display:none;
}
#billing_first_name_field label::after,
#billing_last_name_field label::after,
#billing_country_field label::after,
#billing_address_1_field label::after,
#billing_postcode_field label::after,
#billing_city_field label::after,
#billing_state_field label::after{
    content:'*';
    color:red;
    font-weight:700;
}
.wooccm-type-hidden {
    display:none!important;
}
.home #reservation {
    color:white;
}
.home .woocommerce ul.products li.product {
    height:auto!important;
    background:white;
    padding:1em;
    border-radius:25px;
} 
.home .woocommerce ul.products li.product .content h2,
.home .woocommerce ul.products li.product span.date.d-block {
    color: var(--main-bg-secondary)!important; 
}
.home .woocommerce ul.products li.product span.date.d-block::before, .home .woocommerce ul.products li.product span.date.d-block::after {
    background: var(--main-bg-secondary)!important; 
}
.home .woocommerce ul.products li.product .price {
    color: var(--main-bg-principal)!important;
}
.home .woocommerce ul.products li.product .content a.button {
    border:none !important;
}
.jauge_wrapper span {
    color:var(--main-bg-principal);
}
.jauge {
    width: 180px;
    height: 10px;
    border: 2px solid var(--main-bg-secondary);
    border-radius: 10px;
    margin: 1em auto;
    position: relative;
}
.single-product .jauge {
    margin:1em 0;
}
.jauge .line {
    position: absolute;
    top: 0;
    background: var(--main-bg-secondary);
    height: 100%;
}

#gestion button[type="submit"] {
    background: var(--main-bg-secondary);
    border:none;
    color:white;
    padding:1em;
}
#gestion table thead {
    background: var(--main-bg-secondary);
    color:white;
    
}
#gestion table thead tr th {
    padding:1em;
}
#gestion table tbody tr:nth-of-type(even) {
    background:#eee;
}
.woocommerce-cart h2.bc {
    display: block;
    margin: 1em auto;
    background: var(--main-bg-principal);
    padding: 1em;
    color: white;
    font-size: 1.4em;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--main-bg-principal);
    
}
.woocommerce-checkout #payment div.payment_box {
    background: var(--main-bg-principal);
    color:white;
    font-weight: bold;
}
.woocommerce-checkout .wc_payment_method.payment_method_cheque {
    display:flex;
    flex-wrap:wrap;
}
.woocommerce-checkout #payment div.payment_box.payment_method_cheque {
    width:100%;
}
.woocommerce-checkout .wc_payment_method.payment_method_cheque label {
    width:calc(100% - 40px);
}
@media only screen and (max-width:992px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width:100%!important;
        height:auto!important;
        margin:0;
        display:block;
    } 
}
@media only screen and (max-width:600px) {
    .woocommerce form.checkout .form-row {
        width:100%;
    }
    .single-product .badged .badge-name {
        padding: 2em 15px;
        font-size:1.5em;
    }
    .woocommerce div.product .product_title {
        font-size: 2em;
        text-align: center;
        margin-top: 2em;
    }
    .single-product .date, .woocommerce div.product p.price, .woocommerce div.product span.price {
        text-align: center;
    }
    .woocommerce div.product form.cart div.quantity {
        float:none;
        text-align: center;
    }
} 