/* fix mailchimp checkbox */
.form-row.mailchimp-newsletter > label {
	display: block !important;
}

/* fix color */
.woocommerce .form-row.woocommerce-invalid-required-field input[type="tel"] {
    border-color: #ff3100 !important;
}

#gift_card_checker_input {
	width: 200px;
	color: black;
}

ins.h2.price-soldout.closed {
	font-size: 17px;
}

.fooevents-variation-desc {
	font-weight: 600;
	color: #303133;
	margin-top: 18px;
}

/*AFTER*/
.after-link a {
	/*color: #d32133;*/
	font-weight: 400;
	margin-top: 9px;
	display: block;
}
.resist-event .after-link a {
    color: #66a000 !important;
}

/* permet de traduire le message si un produit es tnon vendable sur jazz en en */
.resist-event .label-jazz {
    display: none !important;
}
/* permet de traduire le message si un produit es tnon vendable sur resist en fr */
.resist-event .label-resist {
    display: block !important;
}

/*Tarif sur place*/
span.tarif_sur_place {
	margin-left: 9px;
	font-weight: 600;
	color: black;
}
.style-dark span.tarif_sur_place {
	color: white;
}

/*DONATION*/
div#donation-amounts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 36px;
	margin-bottom: 25px;
	border-bottom: 1px solid white; /*#d32133;*/
}

div#donation-amounts a.active {
	/*color: #ffffff !important;
	background-color: #d32133 !important;
	border-color: #d32133 !important;*/
	color: black !important;
	background-color: white !important;
	border-color: white !important;
}
.style-dark div#donation-amounts a.btn {
	color: white !important;
	border: 1px solid white !important;
}
.style-dark div#donation-amounts a.btn.active, .style-dark div#donation-amounts a.btn:hover {
	color: black !important;
	/*border: 1px solid white !important;*/
	background-color: white !important;
}

.page-body.product_cat-donation .fooevent-product-linueup-description strong {
	display: block;
	margin-top: 18px;
}

.page-body.product_cat-donation .uncont {
	display: flex;
	flex-direction: column;
}

.page-body.product_cat-donation .detail-container.product-event-page-categories {
	display: none;
}

.page-body.product_cat-donation .price-container {
	display: none;
}

.page-body.product_cat-donation form.cart {
	order: 2;
}

.page-body.product_cat-donation h1.product_title.entry-title {
	order: 1;
}

.page-body.product_cat-donation .uncont > * {
	order: 3;
}

@media (max-width	: 959px){

	div#donation-amounts {
		justify-content: left;
	}

	div#donation-amounts span.btn-container {
		margin-right: 18px;
	}

}

/* VIEW MORE Single product - Conteneur principal */
.viewmore-container {
    position: relative;
    margin-bottom: 20px;
}

/* Zone de contenu (qui contient tes div imbriquées) */
.viewmore-content {
    max-height: 190px; /* hauteur visible sans déplier */
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease-in-out;
}

/* Le dégradé blanc pour masquer proprement la coupure */
.viewmore-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #ffffff); /* Adapte #ffffff à la couleur de ton fond */
    transition: opacity 0.3s ease;
    pointer-events: none; /* Permet de cliquer à travers le dégradé */
}

/* --- ÉTAT OUVERT --- */
.viewmore-content.is-open {
    max-height: 2000px; /* Une hauteur max géante pour laisser le contenu respirer */
}

/* On masque le dégradé quand c'est ouvert */
.viewmore-content.is-open::after {
    opacity: 0;
}

/* Le Bouton */
.viewmore-btn {
    display: inline-block;
    margin-top: 10px;
}

.viewmore-btn:hover {
    /*color: #005177;*/
}


/*GIFT CARD*/
.gift_card_checker_inner {
	display: flex;
	align-items: center;
}

.gift_card_checker_action .btn i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 25px;
	transition: .25s;
}

.gift_card_checker_action a.btn-default {
	position: relative;
	padding: 0!important;
	height: 40px!important;
	width: 40px;
	display: block!important;
	background-color: transparent !important;
	color: black !important;
}
.style-dark .gift_card_checker_action a.btn-default {
	background-color: transparent !important;
	border: 1pex solid white !important;
	color: white !important;
}
.gift_card_checker_action a.btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover {
	background-color: black !important;
	color: white !important;
}
.style-dark .gift_card_checker_action a.btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover {
	background-color: white !important;
	color: black !important;
}
div#gift-card-checker {
	border-top: 0px !important;
	border-bottom: 0px !important;
}
div#gift-card-checker input {
	background-color: transparent !important;
	border: 1px solid black;
}
.style-dark div#gift-card-checker input {
	border: 1px solid white;
}

div#gift-card-checker label {
	display: block;
	margin-bottom: 9px;
	color: black !important;
	font-size: 17px;
	color: #777777;
	text-transform: uppercase;
	font-weight: 700;	
}
.style-dark div#gift-card-checker label {
	color: white !important;
}

.gift_card_checker_inner input {
	margin-top: 0;
}

.gift_card_checker_action {
	margin-left: 9px;
}

div#gift-card-checker.checking i.fa.fa-check {
	opacity: 0;
	visibility: hidden;
}

div#gift-card-checker.checking i.fa.fa-spinner {
	opacity: 1!important;
	visibility: visible!important;
}

.gift_card_checker_action a.success {
	pointer-events: none;
	background: none!important;
	border: none;
	color: #73d321 !important;
}


.gift_card_checker_action a.error i.fa.fa-times1 {
	opacity: 1!important;
	visibility: visible!important;
	color: #9e0000;
}
.gift_card_checker_action a.error i.fa.fa-check {
	opacity: 0!important;
	visibility: hidden!important;
}

.gift_card_checker_action a.error {
	pointer-events: none;
	background: none!important;
	border: none;
}

.gift_card_checker_msg{
	font-weight: 500;
	margin-top: 9px;
}

.gift_card_checker_msg.error {
	color: black; /*#9e0000;*/
}
.style-dark .gift_card_checker_msg.error {
	color: white;
}

.gift_card_checker_msg.success {
	color: black; /*#73d321;*/
}
.style-dark .gift_card_checker_msg.success {
	color: white; /*#73d321;*/
}

div#gift-card-checker {
	padding: 18px 0;
	margin: 18px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}



/**/

.woocommerce-MyAccount-navigation-link--fooevents-tickets a:before {
	content: '\f145';
}

a.button.wc-backward{
	display: none;
}

/*CART*/
a.button.wc-forward.btn-link {
	/*color: #d32133;*/
}

/*CHEKOUT*/
span.woocommerce-input-wrapper span.optional {
	display: none;
}

form.checkout h2 {
	/*color: #d32133;*/
}

form.checkout .col-1 h2 {
	margin-bottom: 18px;
}

div#checkout-login-form h2 {
	margin-top: 0;
}

.woocommerce-form.woocommerce-form-login.login {
	padding-bottom: 0;
	border: none;
}

body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .input-text {
	border-color: #a9a9a9;
}

div#checkout-login-form {
	background: #f5f5f5;
	margin-bottom: 72px;
}

form.checkout.woocommerce-checkout.uncode-wc-form.processing:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
	background: rgb(255 255 255 / 35%);
	cursor: wait;
}

.form-row.place-order {
	position: relative;
}

.processing div#order_review .form-row.place-order:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/wp-content/uploads/2022/02/sb-loading.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
	z-index: 1000000;
}

.woocommerce-shipping-fields {
	display: none;
}

.woocommerce-additional-fields__field-wrapper {
	width: 100%;
}

#customer_details .col-2 {
	margin-top: 0;
}

.woocommerce-additional-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*align-items: center;*/
	justify-content: space-between;
}

.woocommerce-additional-fields h3 {
	width: 100%;
}

.fooevents-attendee,
.giftcard-recipient {
	width: 47%;
}

form.checkout .woocommerce-additional-fields h3:after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #d32133;
	margin-top: 8px;
}

.woocommerce-cart h2,
.woocommerce-checkout h2,
.woocommerce-cart h3,
.woocommerce-checkout h3,
.woocommerce-cart h4,
.woocommerce-checkout h4 {
	text-transform: uppercase;
}

fieldset#wc-stripe-cc-form {
	padding: 0;
	border: none;
}

fieldset#wc-stripe-cc-form .form-row-first, fieldset#wc-stripe-cc-form .form-row-last {
	margin: 0;
}

div#payment label{
	cursor: pointer;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
	background-color: rgba(255, 49, 0, 0.05);
	border-radius: 3px;
	color: #ff3100;
	list-style-type: none !important;
	margin-bottom: 36px;
	padding: 18px 27px !important;
}

.style-light input[type=radio], .style-dark .style-light input[type=radio] {
	border-color: #303133;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before{
	left: 1px;
}

.payment_methods li input[type=radio]{
	cursor: pointer;
}

#payment p.form-row.validate-required {
	margin-bottom: 5px;
}

div#ppc-button {
	margin-top: 27px;
}

@media (max-width: 570px){
	
	.fooevents-attendee,
	.giftcard-recipient {
		width: 100%;
	}

}

/*QTY*/

strong.product-quantity {
	/*color: #d32133;*/
}

.woocommerce .quantity input.qty {
	/*font-family: 'Fugaz One';*/
	font-size: 16px;
	font-weight: 600;
}

.style-light .quantity .qty-inset {
	background-color: transparent !important; /*#191b1e;*/
	color: black !important;
	border: 1px solid black !important;
}
.style-dark .quantity .qty-inset {
	background-color: transparent!important; /*#191b1e;*/
	color: white !important;
	border: 1px solid white !important;
}

span.qty-minus i {
	font-weight: 600;
}
span.qty-minus {
	color: black !important;
}
.style-dark span.qty-minus {
	color: white !important;
}

span.qty-plus i {
	font-weight: 600;
}
span.qty-plus {
	color: black !important;
}
.style-dark span.qty-plus {
	color: white !important;
}


.woocommerce .shop_table .quantity {
	width: 100%;
}

.vertical-align-top .shop_table td.product-quantity input.qty {
	padding: 0!important;
}

.woocommerce .shop_table .quantity .qty-minus {
	left: 0;
}

.woocommerce .shop_table .quantity .qty-plus {
	right: 0;
}

.woocommerce .shop_table .quantity .qty-inset{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.vertical-align-top .shop_table td.product-quantity input.qty {
	height: 30px;
}

form.checkout .woocommerce-additional-fields h3 {
	margin-top: 36px;
}

.woocommerce-checkout-review-order .shop_table tbody td:first-child {
	width: 66%;
}

.woocommerce-checkout-review-order .shop_table tbody td:last-child {
	width: 33%;
}

.woocommerce .shop_table .quantity input[type="text"].qty, .woocommerce .quantity input[type="text"].qty{
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-quantity {
	min-width: 100px;
}

tbody td.product-quantity {
	padding-left: 9px;
	padding-right: 9px;
}

@media (max-width: 570px){

	.woocommerce .shop_table .quantity input[type="text"].qty, .woocommerce .quantity input[type="text"].qty{
		padding-right: 40px;
		padding-left: 40px;
	}

	.woocommerce .shop_table .quantity .qty-minus, .woocommerce .quantity .qty-minus {
		left: 10px;
	}

	.woocommerce .shop_table .quantity .qty-plus, .woocommerce .quantity .qty-plus {
		right: 10px;
	}

	div.product form.cart .single_variation .price {
		margin-bottom: 18px;
	}

	div.product form.cart .variations {
		margin-bottom: 18px;
	}

}

/*LOGIN - REGISTER*/

form.woocommerce-form.woocommerce-form-register.register .form-row-first input{
	margin-top: 9px!important;
}
form.woocommerce-form.woocommerce-form-register.register .form-row-last {
	margin-bottom: 0!important;
	margin-top: 0!important;
}

body.woocommerce-account .woocommerce-notices-wrapper {
	position: absolute;
	top: -126px;
	left: 0;
	width:1128px;
	max-width:none;
}

body.woocommerce-account .uncode-wc-account-forms.woocommerce {
	position: static;
}

/*GLOBAL*/

.row-container.row-message .row-parent.limit-width.double-top-padding.no-bottom-padding {
	padding-top: 9px;
}

@media (max-width: 569px){

	.woocommerce-message.wc-notice {
		display: flex;
		flex-direction: column-reverse;
	}

	.woocommerce-message.wc-notice * {
		width: 100%;
		text-align: right;
	}

	.woocommerce-message.wc-notice a {
		transform: none;
	}

	.btn:not(input):not(.checkout-button):not(.btn-no-scale), .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
		transform: none;
	}

}

/*MY ACCOUNT*/

.woocommerce-MyAccount-content .order-details h3 {
	text-transform: uppercase;
}

.woocommerce-MyAccount-content table.order_details tr th, 
.woocommerce-MyAccount-content table.order_details tr th span {
	background: none;
}

.woocommerce-MyAccount-content td {
	padding: 8px 18px 7px 18px;
}

.woocommerce-MyAccount-content .woocommerce-Price-amount.amount {
	font-size: inherit;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders, .woocommerce-MyAccount-content table.woocommerce-table--order-downloads{
	margin-top: 18px;
}

.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders thead th, .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead th {
	padding: 8px 18px 7px 18px;
}

.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number, .woocommerce-MyAccount-content table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number {
	background-color: transparent;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: 8px 18px 7px 18px;
	font-weight: 600;
	border-color: #eaeaea;
}
.woocommerce-MyAccount-navigation a:before {
	font-weight: 500;
}

.woocommerce-MyAccount-content .vertical-align-top .shop_table th{
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #eaeaea;
}

.woocommerce-MyAccount-content .vertical-align-top .shop_table td {
	background-color: transparent;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: 8px 18px 7px 18px;
	font-weight: 600;
	border-color: #eaeaea;
}

.woocommerce-MyAccount-content .vertical-align-top .shop_table td:last-child {
	border-right: 1px solid #eaeaea;
}

body.textual-accent-color .post-content > div nav.woocommerce-MyAccount-navigation  ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn) {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #020203!important;
	font-size: 13px;
}

body.textual-accent-color .post-content > div nav.woocommerce-MyAccount-navigation ul:not(.menu-smart):not(.nav-tabs):not(.pagination) li.is-active a:not(.btn) {
	/*color: #d32133!important;*/
}

.woocommerce-MyAccount-content table tr th, .woocommerce-MyAccount-content table tr th span {
	/*background: #d32133;*/
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .5px;
}

.woocommerce-MyAccount-content h1 {
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation-link--sb-gift-cards a:before {
	content: '\f06b';
}

table#my-account-tickets-list td:last-child i {
	margin-right: 10px;
}

@media (max-width: 569px){
	
	table#my-account-tickets-list td:first-child {
		display: none;
	}

	table#my-account-tickets-list td:last-child i {
		margin-left: 10px;
	}

	table#my-account-tickets-list td:last-child span {
		display: none;
	}

}

/*PRODUCT*/
.product-content-description-row {
	padding-right: 36px;
}
@media (max-width: 960px){
	.product-content-description-row {
		padding-left: 36px;
	}
}

/* couleur de fond des concert sur la fiche concert */
/*.t-entry-cf-_sounds_event_display,*/
/*.bg-monthly-color9,*/ /* remplacer par couleur du mois */
/*{
	background-color: var(--default-product-column-color);
}*/
.bg-monthly-color .uncol.sticky-element.sticky-sidebar { /* remplacer par couleur du mois */
	/*background-color: var(--default-product-column-color);*/
	min-height: 562px;
}
.product_cat-live-music .bg-monthly-color .uncol.sticky-element.sticky-sidebar,
.product_cat-live-music-resist .bg-monthly-color .uncol.sticky-element.sticky-sidebar
 { /* remplacer par couleur du mois */
	min-height: 980px;
}

.month-january-color .t-entry-cf-_sounds_event_display,
.month-january-color .bg-monthly-color{
	background-color : var(--color-january);
}
.month-february-color .t-entry-cf-_sounds_event_display,
.month-february-color .bg-monthly-color{
	background-color : var(--color-february);
}
.month-march-color .t-entry-cf-_sounds_event_display,
.month-march-color .bg-monthly-color{
	background-color : var(--color-march);
}
.month-april-color .t-entry-cf-_sounds_event_display,
.month-april-color .bg-monthly-color{
	background-color : var(--color-april);
}
.month-may-color .t-entry-cf-_sounds_event_display,
.month-may-color .bg-monthly-color{
	background-color : var(--color-may);
}
.month-june-color .t-entry-cf-_sounds_event_display,
.month-june-color .bg-monthly-color{
	background-color : var(--color-june);
}
.month-july-color .t-entry-cf-_sounds_event_display,
.month-july-color .bg-monthly-color .uncol.sticky-element.sticky-sidebar{
	background-color : var(--color-july);
}
.month-august-color .t-entry-cf-_sounds_event_display,
.month-august-color .bg-monthly-color .uncol.sticky-element.sticky-sidebar {
	background-color : var(--color-august);
}
.month-september-color .t-entry-cf-_sounds_event_display,
.month-september-color .bg-monthly-color{
	background-color : var(--color-september);
}
.month-october-color .t-entry-cf-_sounds_event_display,
.month-october-color .bg-monthly-color{
	background-color : var(--color-october);
}
.month-november-color .t-entry-cf-_sounds_event_display,
.month-november-color .bg-monthly-color{
	background-color : var(--color-november);
}
.v .t-entry-cf-_sounds_event_display,
.month-december-color .bg-monthly-color{
	background-color : var(--color-december);
}

/*.tmb.month-january-color .t-entry-title a,
.tmb.month-january-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-january-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-january-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-january-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-january-color a:not(.btn-text-skin):hover,*/
.style-dark div.date-detail-container ,
.t-entry-cf-_sounds_stock_display {
	color: white;
}


/* couleur des titres de produit dans les listage */
.tmb.month-january-color .t-entry-title a,
.tmb.month-january-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-january-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-january-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-january-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-january-color a:not(.btn-text-skin):hover,
.month-january-color .style-dark div.date-detail-container,
.month-january-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-january) !important;
}
.tmb.month-february-color .t-entry-title a,
.tmb.month-february-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-february-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-february-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-february-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-february-color a:not(.btn-text-skin):hover,
.month-february-color .style-dark div.date-detail-container,
.month-february-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-february) !important;
}
.tmb.month-march-color .t-entry-title a,
.tmb.month-march-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-march-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-march-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-march-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-march-color a:not(.btn-text-skin):hover,
.month-march-color .style-dark div.date-detail-container,
.month-march-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-march) !important;
}
.tmb.month-april-color .t-entry-title a,
.tmb.month-april-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-april-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-april-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-april-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-april-color a:not(.btn-text-skin):hover,
.month-april-color .style-dark div.date-detail-container,
.month-april-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-april) !important;
}
.tmb.month-may-color .t-entry-title a,
.tmb.month-may-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-may-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-may-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-may-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-may-color a:not(.btn-text-skin):hover,
.month-may-color .style-dark div.date-detail-container,
.month-may-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-may) !important;
}
.tmb.month-june-color .t-entry-title a,
.tmb.month-june-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-june-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-june-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-june-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-june-color a:not(.btn-text-skin):hover,
.month-june-color .style-dark div.date-detail-container,
.month-june-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-june) !important;
}
.tmb.month-july-color .t-entry-title a,
.tmb.month-july-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-july-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-july-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-july-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-july-color a:not(.btn-text-skin):hover,
.month-july-color .style-dark div.date-detail-container,
.month-july-color .t-entry-cf-_sounds_stock_display {
	color: var(--color-july) !important;
}
.tmb.month-august-color .t-entry-title a,
.tmb.month-august-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-august-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-august-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-august-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-august-color a:not(.btn-text-skin):hover,
.month-august-color .style-dark div.date-detail-container,
.month-august-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-august) !important;
}
.tmb.month-september-color .t-entry-title a,
.tmb.month-september-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-september-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-september-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-september-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-september-color a:not(.btn-text-skin):hover,
.month-september-color .style-dark div.date-detail-container,
.month-september-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-september) !important;
}
.tmb.month-october-color .t-entry-title a,
.tmb.month-october-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-october-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-october-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-october-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-october-color a:not(.btn-text-skin):hover,
.month-october-color .style-dark div.date-detail-container,
.month-october-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-october) !important;
}
.tmb.month-november-color .t-entry-title a,
.tmb.month-november-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-november-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-november-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-november-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-november-color a:not(.btn-text-skin):hover,
.month-november-color .style-dark div.date-detail-container,
.month-november-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-november) !important;
}
.tmb.month-december-color .t-entry-title a,
.tmb.month-december-color .t-entry-category, html body.textual-accent-color .post-content > div .tmb.month-december-color .t-entry-category a:not(.btn):not(.unmenu-block *), html body.textual-accent-color .post-content > div .tmb.month-december-color .t-entry-category a:not(.btn-text-skin):hover:not(.btn):not(.unmenu-block *),
.tmb.month-december-color .t-entry p.t-entry-meta a:not(:hover),
.tmb.month-december-color a:not(.btn-text-skin):hover,
.month-december-color .style-dark div.date-detail-container,
.month-december-color .t-entry-cf-_sounds_stock_display {
	color : var(--color-december) !important;
}

/* trait de couleur mois a gauche des vignette dans le listage des concerts */
.tmb-woocommerce.month-january-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-january);
}
.tmb-woocommerce.month-february-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-february);
}
.tmb-woocommerce.month-march-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-march);
}
.tmb-woocommerce.month-april-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-april);
}
.tmb-woocommerce.month-may-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-may);
}
.tmb-woocommerce.month-june-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-june);
}
.tmb-woocommerce.month-july-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-july);
}
.tmb-woocommerce.month-august-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-august);
}
.tmb-woocommerce.month-september-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-september);
}
.tmb-woocommerce.month-october-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-october);
}
.tmb-woocommerce.month-november-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-november);
}
.tmb-woocommerce.month-december-color .t-entry-visual .t-entry-visual-cont a{
	border-left: 6px solid var(--color-december);
}

.tmb .t-entry-text-tc {
	padding-top: 16px !important;
}
.t-entry-cf-WooCommerceEventsDate, .t-entry-cf-_sounds_event_display {
	font-weight : 600;
	font-size: 22px;
	text-transform: uppercase;
	color: white !important;
	padding: 1px 10px 3px 10px;
	width: fit-content;
	background-color: #505050 !important;
}

.t-entry-cf-_sounds_stock_display {
    text-transform: uppercase;
}

.tmb p.t-entry-meta {
	margin-top: 2px !important;
}
.tmb .t-entry-category, .tmb .t-entry-category a  {
	font-size: 16px;
}

.fooevent-product-linueup-description li {
	font-size: inherit;
}
.fooevent-product-linueup-description ul {
	list-style: initial;
	padding-left: 18px;
}

.woocommerce-variation-description {
	margin-top: 9px;
}

.style-light form.cart select
{
	background-color: transparent;
	border: 1px solid black;
}
.style-dark form.cart select
{
	background-color: transparent;
	border: 1px solid white;
}


.icon-pratical-info i.fa-1x {
	line-height: 2.0em;
	margin-right: -5px;
}


.woocommerce-variation-add-to-cart {
	margin-top: 9px;
}

.product .single_add_to_cart_button {
    min-height: 58px;
    min-width: 250px;
    float: right !important;
}
.product .style-light .single_add_to_cart_button {
    background-color: transparent !important;
    color: black !important;
    border-color: black !important;
}
.product .style-dark .single_add_to_cart_button {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
}
.product /*.style-light*/ .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
    background-color: black !important;
    border-color: black !important;
    color: white !important;
}
.product .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
    background-color: white !important;
    border-color: white !important;
    color: black !important; /* couleur dynamique ??? */
}
.month-january-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-january) !important;
}
.month-february-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-february) !important;
}
.month-march-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-march) !important;
}
.month-april-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-april) !important;
}
.month-may-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-may) !important;
}
.month-june-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-june) !important;
}
.month-july-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-july) !important;
}
.month-august-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-august) !important;
}
.month-september-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-september) !important;
}
.month-october-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-october) !important;
}
.month-november-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-november) !important;
}
.month-december-color .bg-monthly-color .style-dark .single_add_to_cart_button.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
	color : var(--color-december) !important;
}

@media (max-width: 1300px){
	.product .style-light .single_add_to_cart_button,
	.product .style-dark .single_add_to_cart_button {
		min-width: 200px;
	}
}
@media (max-width: 1200px){
	.product .style-light .single_add_to_cart_button,
	.product .style-dark .single_add_to_cart_button {
		min-width: auto;
	}
}
@media (max-width: 1050px){
	.product .style-light .single_add_to_cart_button,
	.product .style-dark .single_add_to_cart_button {
		margin-top: 9px !important;
		min-width: 100%;
	}
}

.single_add_to_cart_button, 
.single_add_to_cart_button span {
	/*font: 700 15px "Barlow Condensed";*/
	font-weight: 700;
	font-family: "Barlow Condensed";
	font-size: 15px "Barlow Condensed";
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

div.product span.price ins, div.product p.price ins {
	line-height: normal;
	margin: 0;
}

div.product form.cart .single_variation .price {
	margin: 9px 0px 9px 0px;
}

.style-light form.cart .variations td.label label {
	color: black !important;
	font-size: 17px;
	color: #777777;
	text-transform: uppercase;
	font-weight: 700;
	/*font-family: 'Barlow condensed';*/
}
.style-dark form.cart .variations td.label label {
	color: white !important;
	font-size: 17px;
	color: #777777;
	text-transform: uppercase;
	font-weight: 700;
	/*font-family: 'Barlow condensed';*/
}

div.product form.cart .variations select {
	font-weight: 600;
	color: black;/*#444;*/
	font-size: 16px;
	/*font-family: 'Barlow condensed';*/
}
div.product form.cart .variations td.label label {
	margin-top: 5px;
	margin-bottom: 6px;
}
div.product form.cart .variations .reset_variations {
	display: none;
}


/* ne pas mettre en grayscale les image des produits non event */
.product:not(.product-type-event):not(.product_cat-live-music):not(.product_cat-live-music-resist):not(.product_cat-live-music-jazz) .product-image .tmb-desaturated.tmb .t-entry-visual img {
	filter: none !important;
}



/*---- NAV ----*/

@media (max-width: 959px){

	.product.type-product .col-lg-6:first-child {
		margin-bottom: 18px;
	}

}

@media (max-width: 569px){

	.navigation .page-prev {
		padding-right: 18px;
		margin-left: -18px;
	}

	.single-product .main-container .row-container .double-top-padding {
		padding-top: 36px;
	}

	.single-product .pagination .page-prev .btn span, .navigation .page-prev .btn span {
		display: block;
	}

	.single-product .pagination .page-next .btn span, .navigation .page-next .btn span {
		display: block;
	}

	.single-product nav.post-navigation a.btn {
		display: flex;
		align-items: start;
		justify-content: end;
	}

	.pagination .page-prev i, .navigation .page-prev i,
	.single-product .pagination .page-next i, .navigation .page-next i  {
		top: -2px;
	}

	.single-product ul.navigation {
		display: flex;
		align-items: start;
		margin-left: 18px;
	}

	.single-product .pagination .page-prev, .navigation .page-prev {
		width: 50%!important;
	}

	.single-product .pagination .page-next, .navigation .page-next {
		width: 50%!important;
		display: flex;
		align-items: start;
		justify-content: end;
	}

	.single-product .main-container .row-navigation .row-parent nav.post-navigation {
		padding-bottom: 0;
		margin-top: -18px;
	}

}


/*NYP*/
.product .nyp span.woocommerce-Price-currencySymbol {
	display: none;
}

.product .nyp span {
	/*color: #303133;*/
	color: black;
	font-weight: 600;
	font-size: 25px;
	position: relative;
	top: 2px;
}
.product .style-dark .nyp span {
	color: white;
}
.product .nyp .nyp-input {
	font-size: 20px;
	min-width: initial;
	width: 110px;
	color: black;
	background-color: transparent;
	border : 1px solid black;
}
.product .nyp .nyp-input:focus {
	border : 1px solid black;
}
.product .style-dark .nyp .nyp-input {
	color: white;
}
.product .style-dark .nyp .nyp-input {
	border : 1px solid white;
}
.product .style-dark .nyp .nyp-input:focus {
	border : 1px solid white;
}



/*Lost password*/
.sb-lost-password-infos {
	color: #000;
	font-size: .9em;
}

.sb-lost-password-infos li {
	font-size: inherit;
}