/*
Theme Name: Brasserie du Léman - Weisber Child Theme
Description: Thème enfant pour Weisber. Nécessite le thème parent Weisber.
Template: weisber
Author: Marc Fournier
Version: 1.2.38
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: weisber-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your custom css below */
/* Ajouts MFR */

/* original yellow/orange #e6bf55 ou #ff9900 */

:root {
	--blem-color: #eeb900;
}
.alt-orange,
.custom-orange,
.custom-orange-btn,
.custom-histoire,
.woocommerce-page{
	--blem-color: #f6a412;
}

.alt-pink{
	--blem-color: #e61344;
}

a {
  /* color:#f6a412; */
  font-weight:bold;
}

.margin-default {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}
@media (max-width: 768px) {
  .margin-default {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
}

/* navbar / header shadow */
#nav-wrapper.navbar-layout-white .navbar, #nav-wrapper.navbar-layout-transparent nav.navbar{
box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.15);
}

/* header */
.header-wrapper.wrapper-navbar-layout-transparent {
  margin-bottom: 0px!important;
}

/* Compenser la hauteur de la navbar sticky dans le header */
.wrapper-navbar-layout-transparent header.page-header .container {
    padding-top: 200px; /* au lieu de 145px par défaut */
}

/* slideshow */
/* Overlay dynamique par slide */
.brasserie-overlay.zs-enabled.overlay-dots .zs-slideshow::before {
  -webkit-opacity: var(--slide-overlay-opacity, 0.5)!important;
  -moz-opacity: var(--slide-overlay-opacity, 0.5)!important;
  opacity: var(--slide-overlay-opacity, 0.5)!important;
  -webkit-transition: opacity 0.8s ease!important;
  -moz-transition: opacity 0.8s ease!important;
  -o-transition: opacity 0.8s ease!important;
  transition: opacity 0.8s ease!important;
}

/* brasserie location image */
@media (max-width: 767px) {
  .ltx-beer-hand img {
    zoom: 1 !important;
    filter: alpha(opacity=15) !important;
    -webkit-opacity: 0.15 !important;
    -moz-opacity: 0.15 !important;
    opacity: 0.15 !important;
  }
}

/* ---- */

/* custom contact (header icon..) */
@media (max-width: 768px) {
  .custom-shadow-header .heading-icon-fa-wrap.heading-icon-fa-wrap {
    font-size: 44px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.custom-shadow-header.shadow .header {
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 0.25);
}

.map-leman .wpb_map_wraper{
  border:3px solid #f6a412!important;
}

.custom-newsletter,
.custom-newsletter p{
  color:#fff;
  font-size:24px;
  text-align:center;
  padding:8px;
  line-height: 32px;
}


/* Supprimer la bordure blanche sous les images de la galerie en bas de page */
.gallery-sc.grid a {
    border-bottom: 0 none;
}

/* S'assurer que la section galerie n'a aucun espace résiduel */
.gallery-sc.swiper-gallery {
    margin-bottom: 0 !important;
    line-height: 0;
    font-size: 0;
}
/* Combler le 1px de gap entre contenu et footer */
.ltx-footer-wrapper {
    margin-top: -1px !important;
    position: relative;
    z-index: 1;
}
/* --- */ 


/* custom headlines - colors*/
.custom-header-6 .header{
color:#888888!important;
font-style: italic!important;
font-weight:normal!important;
}
.custom-taproom .subheader{
color:#e61344!important;
}
.custom-btn-taproom{
background-color:#e61344!important;

}
.custom-orange .cat-active{
color:var(--blem-color, #eeb900)!important;
border-color:var(--blem-color, #eeb900)!important;
}

.custom-orange-btn{color:#fff!important;background-color:var(--blem-color, #eeb900);}


.vc_tta-panel.custom-histoire .vc_tta-panel-heading {width: fit-content;color:#fff!important;background-color:var(--blem-color, #eeb900);}
.vc_tta-panel.custom-histoire .vc_tta-panel-heading h6{background-color:var(--blem-color, #eeb900);border-radius:7px;}
.vc_tta-panel.custom-histoire .vc_tta-panel-heading h6 >a{color:#fff!important;}
.vc_tta-panel.custom-histoire .vc_tta-panel-body{background-color:var(--blem-color, #eeb900)!important;color:#262022!important;padding:15px 10px!important;margin-top:8px!important;}

.vc_tta-panel.custom-histoire .vc_tta-icon{color:#fff!important;}
.vc_tta-panel.custom-histoire .vc_tta-controls-icon::before{border-color:#fff!important;}


/* custom headers with icons */
.header-with-icon .header::before {
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  padding-right: 8px;
  color: var(--blem-color, #eeb900);
  content: '\e80a';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
}

.header-with-icon .header::after {
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  padding-right: 8px;
  color: var(--blem-color, #eeb900);
  content: '\e80a';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
  transform: scaleX(-1);
}

.header-with-engine .header::before {
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  padding-right: 12px;
  color: var(--blem-color, #eeb900);
  content: '\e820';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
}

.header-with-engine .header::after {
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  padding-right: 12px;
  color: var(--blem-color, #eeb900);
  content: '\e820';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
  transform: scaleX(-1);
}

.header-with-brewing .header::before {
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  padding-right: 12px;
  color: var(--blem-color, #eeb900);
  content: '\e801';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
}

.header-with-brewing .header::after {
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  padding-right: 12px;
  color: var(--blem-color, #eeb900);
  content: '\e801';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
  transform: scaleX(-1);
}

.header-with-barrel .header::before {
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  padding-right: 12px;
  color: var(--blem-color, #eeb900);
  content: '\e819';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
}

.header-with-barrel .header::after {
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  padding-right: 12px;
  color: var(--blem-color, #eeb900);
  content: '\e819';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
  transform: scaleX(-1);
}


.after-icon-hop::before{
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  padding-left: 15px;
  color: var(--blem-color, #eeb900);
  content: '\e809';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
}

.after-icon-bottles::before{
  font-family: 'weisber-fontello';
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  padding-left: 15px;
  color: var(--blem-color, #eeb900);
  content: '\e81b';
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
}

/* custom sidebar - widgets */
h5.custom-h-widget{
color:var(--main, #eeb900);
font-weight:bold;
}
/*
.content-sidebar{
background-color:#e61344;
}
*/
.woocommerce-sidebar{
background-color:#21694d;
}

/* Masquer le badge "New" WooCommerce */
.woocommerce span.wc-label-new { display: none !important; }



/* custom banner text-colors */
.banner_white_text,
.banner_white_text h1,
.banner_white_text h2,
.banner_white_text h3,
.banner_white_text h4,
.banner_white_text h5,
.banner_white_text p,
.banner_white_text span
{color:#fff!important; text-align:center;padding:20px 10px;}

/* SOCIAL */
.footer-widget-area .ltx-social ul li .fa::before{font-size:32px;}


/* ===================================
   Custom Blog Grid
   ================================== */
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  background-color: var(--main,#eeb900);
  color: #fff;
  font-size: 16px!important;
  font-weight:bold;
}
.custom-post-grid .vc_gitem-post-data-source-post_excerpt{
    display:none!important;    
}
.custom-post-grid .vc_gitem-zone-mini{
	background-color:transparent!important;
	color:#262022!important;
}

.bg-color-black .vc_gitem-zone {
	background-color:transparent!important;
	color:#fff!important;
}

.bg-color-black .custom-post-grid .vc_gitem-zone-mini{
	background-color:transparent!important;
	color:#fff!important;
}

.custom-post-grid .vc_btn3-container.vc_btn3-left{
	display:none!important;
}
.custom-post-grid h4{
	font-size: 20px;
}

/* ===================================
     TAPROOM 
   ================================== */
.taproom-header{
	margin: 64px 0px 0px 0px;
}
.taproom-header-btn{
	display:none;
	color:#fff!important;
	background-color:#e61344!important;
}
.taproom-header-btn:hover{
	color:#000!important;
	background-color:var(--main,#eeb900)!important;
}

.custom-taproom-hours{
	/* color:#fff!important; */
}

.taproom-custom-slogan .subheader{
	padding-bottom:14px;
}

.custom-taproom-prog{
	width:100%;
	max-width:600px;
}

.custom-text-fondredue{
	color:#fff!important;
	text-shadow:2px 2px 3px rgba(0, 0, 0, 0.6) !important;
}
.custom-text-fondredue strong{
	font-size:1.8em!important;
}

@media (max-width : 768px){
  .custom-text-fondredue strong{
	font-size:22px!important;
}
}

/* ===================================
     Services
   ================================== 
*/
.custom-taproom-services article .photo {max-height:300px;}

/* .custom-taproom-services .btn{display:none;} */

/* .services .wp-post-image{display:none;} */

/* Services : forcer 4 colonnes */
.services-sc article.col-lg-4 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 1199px) {
    .services-sc article.col-lg-4 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .services-sc article.col-lg-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Services : images de hauteur égale */
.services-sc article .photo {
    display: block;
    height: 280px;
    overflow: hidden;
}

.services-sc article .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* ===================================
     Contact 7 Forms 
   ================================== */

/* ===== CHAMPS MATERIAL ===== */
.cf7-md .md-field { position:relative; width:100%; }

.cf7-md .md-input,
.cf7-md .md-field textarea.md-input {
  width:100%;
  font:inherit;
  color:#262022;
  padding:20px 14px 8px 14px;
  border:1px solid #bfbfbf;
  border-radius:8px!important;
  background:#fff;
  transition:border-color .2s, box-shadow .2s;
  appearance:none;
}

#responsive-form{
	max-width:600px /* modifier la largeur du formulaire ici*/;
	margin:0 auto;
  width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.3em;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*Instructions pour le responsive*/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%!important;
	}
}


/* ===================================
   MULTI-PRICE MENU — CSS
   ================================== */


@media (min-width: 1600px) {
  .ltx-menu-sc.ltx-menu-layout-two-cols .items .row > article {
    max-width: 600px;
    margin-left: 75px;
  }
}


/* ── Flex row : titre + pointillés + prix ── */
.ltx-menu-sc .ltx-mp-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 2px 0px;
	position: relative;
	z-index: 2;
}

/* Reset float du thème sur le header dans le flex row */
.ltx-menu-sc .ltx-mp-row .header {
	float: none;
	padding-right: 0;
}

/* Pointillés flexibles entre titre et prix */
.ltx-menu-sc .ltx-mp-row::after {
	content: "";
	order: 1;
	flex: 1;
	border-bottom: 1px dashed var(--blem-color,#eeb900);
	border-color: var(--blem-color, #eeb900);
	margin: 0 4px;
	align-self: baseline;
	position: relative;
	bottom: 4px;
	min-width: 10px;
}

/* Ordre : titre → pointillés → prix */
.ltx-menu-sc .ltx-mp-row .header {
	order: 0;
}

.ltx-menu-sc .ltx-mp-row h4.ltx-mp {
	order: 2;
}

/* Masquer les pointillés originaux sur items multi-prix */
.ltx-menu-sc article.ltx-mp-article::after {
	display: none;
}

/* ── Multi-prix inline ── */
.ltx-menu-sc h4.ltx-mp {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	white-space: nowrap;
}

.ltx-menu-sc .ltx-mp-sep {
	opacity: 0.35;
	font-size: 16px;
}

.ltx-menu-sc .ltx-mp-pair {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	white-space: nowrap;
}

.ltx-menu-sc .ltx-mp-qty {
	font-weight: 400;
	text-transform:lowercase;
	opacity: 0.7;
	font-size: 13px;
}

.ltx-menu-sc .ltx-mp-qty::after {
	content: "|";
	margin-left: 5px;
	opacity: 0.4;
}

.ltx-menu-sc .ltx-mp-val {
	font-weight: 700;
}

/* champs prix non-numérique (ex : prix au kilo) */
.ltx-menu-sc .ltx-mp-val-text {
    font-family: var(--font-main), sans-serif;
    font-weight: 400!important;
    
    text-transform: none;
}

/* Fix colonnes layout 2 colonnes — flexbox au lieu de float */
.ltx-menu-sc.ltx-menu-layout-two-cols .items .row {
    display: flex;
    flex-wrap: wrap;
}

.ltx-menu-sc.ltx-menu-layout-two-cols .items .row article {
    float: none;
}

/* Mobile block caché par défaut */
.ltx-menu-sc h4.ltx-mp-mobile {
	display: none;
}

/* ── Mobile ── */
@media (max-width: 768px) {

	.ltx-menu-sc .ltx-mp-row {
		display: block;
	}

	.ltx-menu-sc .ltx-mp-row::after {
		display: none;
	}

	.ltx-menu-sc .ltx-mp-row h4.ltx-mp-desktop {
		display: none;
	}

	.ltx-menu-sc h4.ltx-mp-mobile {
		display: flex;
		flex-wrap: wrap;
		gap: 4px 10px;
		margin: 6px 0 0 0;
		color: #262022;
		color: var(--black);
		border-bottom: 1px dashed var(--blem-color,#eeb900);
	}

	.ltx-menu-sc .price.price-hidden,
	.ltx-menu-sc.ltx-menu-layout-two-cols .items .price.price-hidden {
		color: #262022 !important;
	}
}

/* custom classes */
.alt-orange .cat-active{
color:var(--blem-color, #eeb900)!important;
border-color:var(--blem-color, #eeb900)!important;
}
.alt-orange .tabs-cats li span:hover{
color:var(--blem-color, #eeb900)!important;
}

.alt-pink .cat-active{
color:var(--blem-color, #e61344)!important;
border-color:var(--blem-color, #e61344)!important;
}
.alt-pink .tabs-cats li span:hover{
color:var(--blem-color, #e61344)!important;
}

/* ── Fond noir ── */
.bg-color-black .ltx-menu-sc h4.ltx-mp {
	color: var(--white);
}

.bg-color-black .ltx-menu-sc .ltx-mp-row .header {
	color: var(--blem-color, #eeb900);
}

.bg-color-black .ltx-menu-sc .ltx-mp-row::after {
	border-color: rgba(255, 255, 255, 0.25);
}


/* =====================================================
   WOOCOMMERCE — Page boutique par catégories
   ===================================================== */

/* Groupe catégorie */
.ltx-shop-category-group {
	margin-bottom: 20px;
}

/* Titre catégorie */
.ltx-shop-cat-title,
.woocommerce-category-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--blem-color,#eeb900);
	display: inline-block;
}

.ltx-shop-cat-title a,
.woocommerce-category-title a {
	color: inherit;
}

.ltx-shop-cat-title a:hover{
	color: var(--blem-color,#eeb900);
}

/* Description catégorie */
.ltx-shop-cat-desc {
	margin-bottom: 20px;
	font-size: 15px;
	opacity: 0.8;
}

/* Séparateur entre catégories */
/* Séparateur entre catégories */
.ltx-shop-cat-separator {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 40px 0;
	border: none;
	height: auto;
}
.ltx-shop-cat-separator::before,
.ltx-shop-cat-separator::after {
	content: '';
	flex: 1;
	border-top: 2px dashed var(--blem-color,#eeb900);
	opacity: 0.5;
}

/* Icône A (séparateurs impairs) */
.ltx-shop-cat-separator span.ltx-sep-icon-a::before {
	font-family: 'weisber-fontello';
	content: '\e809';
	font-size: 42px;
	color: var(--blem-color,#eeb900);
	opacity: 1;
}

/* Icône B (séparateurs pairs) */
.ltx-shop-cat-separator span.ltx-sep-icon-b::before {
	font-family: 'weisber-fontello';
	content: '\e81f';
	font-size: 42px;
	color: var(--blem-color,#eeb900);
	opacity: 1;
}

/* shortcode Product Categories */
.ltx-products-cats-sc a .image::before{
  background-color:transparent!important;
}

/* =====================================================
   WOOCOMMERCE — Infos Bière
   ===================================================== */

/* Conteneur */
.ltx-beer-info {
	padding: 0 15px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.6;
}

/* Type de bière (ex: India Pale Ale - 5.8°) */
.ltx-beer-type {
	font-family: var(--font-headers), serif;
	font-weight: 700;
	font-size: 18px;
	/* color: var(--main, #E6BF55); */
	color : var(--blem-color,#eeb900);
	margin-bottom: 4px;
}

/* Courte description */
.ltx-beer-desc {
	opacity: 0.75;
	margin-bottom: 4px;
}

/* Amertume */
.ltx-beer-amertume {
	font-weight: 600;
	margin-bottom: 2px;
}

/* IBU · EBC sur la même ligne */
.ltx-beer-ibu-ebc {
	margin-bottom: 2px;
}

.ltx-beer-ibu,
.ltx-beer-ebc {
	font-weight: 500;
}

.ltx-beer-sep {
	opacity: 0.4;
}

/* Conditionnement */
.ltx-beer-cond {
	font-style: italic;
	opacity: 0.7;
	margin-top: 4px;
}

/* hover */
.woocommerce ul.products li.product:hover .ltx-beer-desc,
.woocommerce ul.products li.product:hover .ltx-beer-amertume,
.woocommerce ul.products li.product:hover .ltx-beer-ibu-ebc,
.woocommerce ul.products li.product:hover .ltx-beer-cond {
	color: rgba(38, 32, 34, 0.65); !important;
}

/* ── Fiche produit : un peu plus grand ── */
.single-product .ltx-beer-info {
	padding: 0;
	font-size: 15px;
	margin-bottom: 20px;
}

.single-product .ltx-beer-type {
	font-size: 20px;
}

/* backgroung woocommerce */
.woocommerce-page .ltx-content-wrapper{
	background-image: url('images/paper_BG.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  padding-left:20px;
  padding-right:20px;
}

/* =====================================================
   TAPROOM CALENDRIER — CSS
   ===================================================== */

/* ── Shortcode principal [taproom_calendrier] ── */

/* Grille 2 colonnes */
.ltx-taproom-cal {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 30px;
}

/* Chaque jour */
.ltx-cal-item {
	border-bottom: 2px solid var(--blem-color, #eeb900);
	padding-bottom: 18px;
}

/* Ligne date */
.ltx-cal-date {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 8px;
	border-bottom: 1px dashed var(--blem-color, #eeb900);
	padding-bottom: 6px;
}

.ltx-cal-jour {
	font-family: var(--font-headers), serif;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	color: var(--blem-color, #eeb900);
}

.ltx-cal-num {
	font-family: var(--font-headers), serif;
	font-weight: 700;
	font-size: 22px;
	color: var(--blem-color, #eeb900);
}

/* Ligne titre + heure */
.ltx-cal-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

/* Séparation entre événements du même jour */
.ltx-cal-header + .ltx-cal-header,
.ltx-cal-desc + .ltx-cal-header {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.ltx-cal-title {
	margin: 6px 0 4px;
	font-size: 24px;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

.ltx-cal-heure {
	display: inline-block;
	border: 1px solid var(--blem-color, #eeb900);
	border-radius: 20px;
	padding: 2px 12px;
	font-size: 13px;
	color: var(--blem-color, #eeb900);
	white-space: nowrap;
	flex-shrink: 0;
}

.ltx-cal-desc {
	margin: 4px 0 0;
	font-size: 15px;
	font-weight: 600;
	opacity: 0.85;
}
.ltx-taproom-cal .ltx-cal-desc {
	margin-bottom: 0;
}

.ltx-cal-empty {
	text-align: center;
	font-style: italic;
	opacity: 0.6;
}

@media (max-width: 768px) {
	.ltx-taproom-cal {
		grid-template-columns: 1fr;
	}

	.ltx-cal-title {
		font-size: 20px;
	}
}

/* ── Shortcode mini [taproom_calendrier_mini] ── */

.ltx-taproom-cal-mini {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ltx-cal-mini-day {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.ltx-cal-mini-date {
	font-weight: 700;
	color: var(--blem-color, #eeb900);
	white-space: nowrap;
	min-width: 80px;
}

.ltx-cal-mini-events {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}

.ltx-cal-mini-event {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.ltx-cal-mini-title {
	font-weight: 600;
	flex: 1;
}

.ltx-cal-mini-heure {
	font-size: 12px;
	opacity: 0.7;
	white-space: nowrap;
}

@media (max-width: 479px) {
	.ltx-cal-mini-day {
		flex-direction: column;
		gap: 2px;
	}

	.ltx-cal-mini-event {
		padding-left: 10px;
	}
}

/* Apéro Chill — baseline sous les calendriers */
.ltx-cal-apero {
	text-align: center;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	font-size: 20px;
	color: var(--blem-color, #eeb900);
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dashed var(--blem-color, #eeb900);
	opacity: 0.85;
}
/* Apéro Chill — plus gros sur le shortcode de page */
.ltx-taproom-cal + .ltx-cal-apero {
	font-size: 28px;
}

/* Mini calendrier en sidebar — empiler au lieu d'aligner */
.div-sidebar .ltx-cal-mini-day {
	flex-direction: column;
	gap: 2px;
}

.div-sidebar .ltx-cal-mini-event {
	flex-wrap: wrap;
	padding-left: 10px;
}

.div-sidebar .ltx-cal-mini-heure {
	font-size: 11px;
}


/* =====================================================
   FERMETURES — CSS
   ===================================================== */

.ltx-fermetures {
	margin: 20px 0;
	padding: 20px 25px;
	background-color: rgba(214, 71, 58, 0.08);
	border-left: 4px solid var(--red, #d4473a);
	border-radius: 4px;
}

.ltx-fermetures-titre {
	margin: 0 0 12px;
	font-size: 20px;
	color: var(--red, #d4473a);
}

.ltx-fermetures-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ltx-fermetures-list li {
	padding: 2px 0;
	/* border-bottom: 1px dotted rgba(0, 0, 0, 0.1); */
	font-size: 15px;
}

.ltx-fermetures-list li:last-child {
	border-bottom: none;
}

.ltx-fermetures-date {
	font-weight: 700;
}

.ltx-fermetures-motif {
	opacity: 0.7;
	font-style: italic;
}

/* Fermetures widget */
.widget-area .ltx-fermetures {padding: 10px 25px;margin:10px 0;text-align:left;}

.widget-area .ltx-fermetures-titre {margin: 0 0 6px;}

.widget-area .ltx-fermetures-list li {padding: 2px 0;}

/* Fermetures en sidebar WooCommerce — fond adapté */
.woocommerce-sidebar .ltx-fermetures {
	background-color: rgba(255, 255, 255, 0.15);
	border-left-color: #fff;
}

.woocommerce-sidebar .ltx-fermetures-titre {
	color: #fff;
}

.woocommerce-sidebar .ltx-fermetures-list li {
	color: #fff;
	/* border-bottom-color: rgba(255, 255, 255, 0.2); */
}

.woocommerce-sidebar .ltx-fermetures-motif {
	opacity: 0.8;
	color: #fff;
}


/* =====================================================
   OUVERTURES — CSS
   ===================================================== */

.ltx-ouvertures {
	margin: 20px 0;
	text-align:center;
}

.ltx-ouvertures-titre {
	margin: 0 0 12px;
	font-size: 24px;
	color: var(--main, #eeb900);
	display:none;
}

.ltx-ouvertures-table {
	width: 100%;
	border-collapse: collapse;
}

.ltx-ouvertures-table,
.ltx-ouvertures-table tr,
.ltx-ouvertures-table td,
.ltx-ouvertures-table th {
	border: none !important;
	border-collapse: collapse;
	box-shadow: none !important;
}

.ltx-ouvertures-table td {
	padding: 10px 5px!important;
	font-size: 22px!important;
}

.ltx-ouvertures-jour {
	font-weight: 700;
	width: 50%;
	text-align: center;
	text-align: center;
}

.ltx-ouvertures-heure {
	text-align: center;
	opacity: 0.9;
}

/* Ouvertures widget */
.widget-area .ltx-ouvertures {margin:0 0;text-align:left;}
.footer-widget-area .ltx-ouvertures{margin:0 0;padding-left:15px;padding-right:15px;text-align:left;}

.widget-area .ltx-ouvertures-titre {display:block;}
/* .footer-widget-area .ltx-ouvertures-titre {display:block;} */

.widget-area .ltx-ouvertures-table td,
.footer-widget-area .ltx-ouvertures-table td {padding: 1px 0px!important;font-size: 17px!important;}

.widget-area .ltx-ouvertures-jour,
.footer-widget-area .ltx-ouvertures-jour {text-align: left;}

.widget-area .ltx-ouvertures-heure,
.footer-widget-area .ltx-ouvertures-heure {text-align: right;}



/* ── Sidebar WooCommerce — texte blanc ── */

.woocommerce-sidebar .ltx-ouvertures-table td {
	color: #fff;
}

.woocommerce-sidebar .ltx-ouvertures-table tr {
	/* border-bottom-color: rgba(255, 255, 255, 0.2); */
}


/* =====================================================
   GALERIES — CSS
   ===================================================== */

/* Descendre le popup galerie sous le menu sticky */
.mfp-container {
    padding-top: 80px !important;
}

.mfp-container .mfp-img {
    max-height: calc(100vh - 100px) !important;
}


/* =====================================================
   COOKIES POLICY
   ===================================================== */
.global-policy h1 {font-size:36px;}
.global-policy h2 {font-size:28px;margin:35px 0 15px 0!important;}
.global-policy h3 {font-size:22px;margin:20px 0 15px 0!important;}
a.cky-banner-element {
        padding: 8px 30px;
        background-color: var(--blem-color, #eeb900)!important;
        color: #262022;
        border: 1px solid #262022;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
}
a.cky-banner-element:hover {
        background-color: #262022!important;
        color: #fff;
        border: 1px solid #fff;
}

