/*!
Theme Name: Bacane
Theme URI: https://them.es/starter
Author: Web Romandie
Author URI: https://web-romandie.ch
Description:
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: becane
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

@font-face {
	font-family: 'DCC-Ash';
	src: url('./assets/fonts/DCC-Ash.woff2') format('woff2'),
	url('./assets/fonts/DCC-Ash.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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-caption {
	max-width: 96%; /* Image does not overflow the content area */
	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;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
body #main{
	margin-top: 0;
}

.home .alignfull,
.alignfull2{
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.alignfull.header{
	padding-top: 56.25%; /* 9/16 * 100 = 56.25% */
}
.opacity0 .psbParallaxImg{
	background-color:inherit!important;
}
.alignfull > * {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}


.alignfull2 {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 0;
	display: table;

}

.alignfull2 > * {

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body .navbar-brand img{
	width:100px;
	height:100px;
}
h1,h2,.h1,.h2,h3,.h3{
	font-family: 'DCC-Ash', sans-serif;
}
#slogan .h1,#slogan .h2{
	color:#dcd6c5;
}
a{
	color:#bf6413!important;
}
.slick-track  figcaption{
	display: none;
}
#post-2{position:relative}
#fooevents-event-listing-compact{
	position: absolute;
	right:0px;
	top:60vh;
	z-index: 999;
	padding:50px;
	width:300px!important;
	background-color:rgba(255,255,255,0.8);

}
#fooevents-event-listing-compact .fooevents-event-listing-compact-details{
	vertical-align: middle;
}
.vertical-align-middle{
	display: flex;
	align-items: center; /* Centre les éléments horizontalement */
	justify-content: center; /* Centre les éléments verticalement */
	flex-direction: column;

}
#fooevents-event-listing-compact .fooevents-event-listing-compact-details h3{
	margin:0px!important;
	padding:0px 0px 0px 20px!important;
	font-weight: normal!important;
}
#fooevents-event-listing-compact td{
	padding:5px;
	border-bottom:1px solid white;
	border-right:1px solid white;
}
#fooevents-event-listing-compact a{color:#000}

body .nav-link{
	font-family: 'DCC-Ash', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	color:#dcd6c5!important;
	padding: 0 20px!important;
}
#cart{
	position: relative;
}
#cart #countItems{
	position: absolute;
	right:10px;
	top:-15px;
	color:#dcd6c5!important;
}
#icoCart,#icoAccount{
	width:33px;
	margin-left:10px;
}
p{
	line-height: 1.3em;
}
.wp-block-columns{
	padding-top:0px;
	margin-bottom:20px;
}
.home .wp-block-columns{
	padding-top:20px;
	margin-bottom:20px;
}
.wp-block-psb-parallax {margin-bottom: 20px;}
#coursesCarousel{margin-bottom: 0px;}
#coursesCarousel .item{position: relative}
.btn-primary, .wp-block-button .wp-block-button__link{border-color:#dcd6c5!important; background-color:#dcd6c5!important;color:#000!important;}
body #page-container .et_pb_section .et_pb_button_0, body #page-container .et_pb_section .et_pb_button_1{color:#A3C85F!important;}
.home #wrapper{padding-top:70px}
#wrapper{padding-top:130px}

.woocommerce-page div.product div.summary{float:none!important;width:100%!important;}
.separator{width:100%;border-bottom: 1px solid #dcd6c5;margin:20px 0;}
.product_meta{display:none;}
.single_variation_wrap{display:flex;justify-content: center;}
.variations th.label{display:none}
#calendar{padding:20px;border-radius: 20px;border: 3px solid black;}
.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed{
	background: #000;
}
.woocommerce .quantity .qty{
	line-height: 30px;
}
.woocommerce-page .columns-2  .product,
.wc-block-grid__product{
	overflow: hidden;
	border: 4px solid #000!important;
	border-radius: 20px!important;
	text-align: center;
	padding:0px!important;
}
#dateChoice{text-align: center;}
.variations #date{display:none}
.woocommerce-page .columns-2  a h2,
.wc-block-grid__products{gap:20px;}
.wc-block-grid__products li{max-width:calc(50% - 10px)!important;}
.hustle-ui [class*="hustle-icon-"]::after, .hustle-ui [class*="hustle-icon-"]::before{
	color:#000;
}
@media (max-width: 766px) {
	.wc-block-grid__products li{max-width:100%!important;	margin-bottom:30px!important;}
	.navbar-nav .menu-item,
	.woocommerce-cart-account{text-align: center}
	select,input,textarea,label{width:100%}
	.hustle-ui.hustle-popup{
		width:90%!important;
		height:80%!important;
		left:5%!important;
		top:10%!important;
	}
	.hustle-content-wrap{
		padding-top:0px!important;
	}
	.hustle-ui.module_id_2 .hustle-layout .hustle-title{
		font-size: 1.4em!important;
		line-height: 1.2em!important;
	}
	.hustle-layout-footer{
		margin-top:0px!important;
	}
	.hustle-layout-content.hustle-layout-position--above{
		padding:10px!important;
	}
	.spectra-image-gallery__media-wrapper{
		height:auto!important;
		display:table!important;
	}

	.hustle-success h1{
		font-size: 1.4em!important;
		line-height: 1.2em!important;
	}
	.hustle-icon-close{
		color:red!important;
	}

}
.wp-block-list.text-center{
	padding-left:0px;
}
.wc-block-grid__product-title{color:#000!important;font-size:1.5em!important;}
.wc-block-grid__product-image img,.wc-block-grid__product-link,.wc-block-grid__product-image{width:100%!important;}
.woocommerce-page .columns-2  .product_type_variable,
.woocommerce-page  .columns-2 .product_type_simple{display:none!important;}
.woocommerce .columns-2  ul.products li.product .price{color:#000!important;font-size:1em!important;margin-bottom:20px;}
.woocommerce-page .columns-2   .event-date,
.wc-block-grid__product-add-to-cart{display:none}
.reset_variations{display:none!important;}
.woocommerce-variation-availability {display:none}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
footer#footer{
	background-color: #000;
	margin-top:0px;
	padding-top:20px;

}
footer#footer,
footer#footer a{
	color: #dcd6c5!important;
}
#modal-1-content .wp-block-navigation__container{
	display: flex;
	justify-content: center;
	padding:10px;
	margin: 30px 0px 50px 0px;
}
.wp-block-navigation .wp-block-navigation-item{
	width:10%;
	text-align: center;
	border: 2px solid #000;
	border-radius: 10px;
	justify-content: center;
}

.wpcf7-form-control-wrap,
.wpcf7-textarea,
.wpcf7-text{
	width:100%;
}
body h2, body h1{
	font-size:2.2rem!important;
	margin: 30px 0px 20px 0px;
}
h1.has-text-align-center,
h2.has-text-align-center{
	margin: 40px auto 20px;
}
#main{
	padding-top:20px!important;
}
h2.has-text-align-center{margin-top:20px;}
.home h2,
.home h2.has-text-align-center{
	margin-top:20px;
}
.mb-20{
	margin-bottom:20px!important;
}
.mb-40{
	margin-bottom:40px!important;
}
.mb-50{
	margin-bottom:50px!important;
}
.mb-100{
	margin-bottom:100px!important;
}
.mt-50{
	margin-top:50px!important;
}
.mt-40{
	margin-top:40px!important;
}
.mb-0{
	margin-bottom:0px!important;
}
h2,
h2.has-text-align-center{
	margin-top:0px;
}
h1,h2 {
	position: relative;
	width: fit-content;
	padding-top:8px;
}

h1::before, h1::after,
h2::before, h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px; /* Épaisseur de la ligne */
	background-color: black; /* Couleur de la ligne */
	left: 0;
}

h1::before,
h2::before{
	top: 0; /* Soulignement en haut */
}

h1::after,
h2::after{
	bottom: 0; /* Soulignement en bas */
}
h2.center{
	margin: 20px auto;
}
.bgLeft .psbParallaxImg{
	background-position: 0px center;
}


#coursesCarousel .carousel-caption{
	position: relative;
	left:0px;
	bottom:0px;
	right:0px;
	color:#000;
}
#coursesCarousel .btn{
	display: none;
}
#coursesCarousel .border{
	border: 2px solid #000!important;
	border-radius: 20px!important;
	overflow: hidden;
}
.borderRadius{
	border: 3px solid #000!important;
	border-radius: 20px!important;
	display: table;
	margin: 0 auto;
	padding:30px;
}
#coursesCarousel .carousel-caption{
	padding:20px 20px 0px 20px;
}
.carousel-control-prev{display:none!important;}
.carousel-control-next{display:none!important;}
#loginform,.woocommerce-form-register {
	border:3px solid black;
	border-radius: 20px;
	padding:50px 50px 20px 50px;
	max-width: 610px;
	margin: 0 auto;
}
.wplf-lostpassword {display:none}
#loginform label,
.woocommerce-form-register label{
	min-width:250px
}
.woocommerce-form-register  .woocommerce-FormRow{
	text-align: center;
}

.hustle-layout-content{
	padding-top:0px!important;
	padding-bottom:0px!important;
}
.hustle-popup h1 {
	width:100%;
	color:#000!important;

}
.hustle-popup h2{
	text-align: center;
	width: 100%;
	font-weight: bold;
	color:#bf6413!important;
	font-size:2em!important;
	font-family: 'DCC-Ash'!important;
}
.hustle-title{

}
.hustle-popup h1::before,
.hustle-popup h1::after,
.hustle-popup h2::before,
.hustle-popup h2::after,
.hustle-icon-check{
	display:none!important;
}
.hustle-popup h2{
	font-size:3em !important;
}
.hustle-popup-content{

	background: #fff;
}
.hustle-popup-content .hustle-success{
	border:2px solid black!important;
	padding:10px!important;
	margin:20px!important;
}
.format-16-9{
	height: calc(100vw / 4)!important;
	min-height: auto!important;
}
.wp-block-image.img-fluid{
	border:4px solid #000!important;
	border-radius: 20px!important;
	overflow: hidden;
}
.nav-link.active{
	color:#bf6413!important;
}
.nav-link:hover{
	color:#bf6413!important;
}
.list-style-position-inside{
	list-style-position: inside;
}
#post-459 .wp-block-list{
	padding-left:18px
}
#post-459 .wp-block-list li{
	font-weight: bold;
}
.fc-day-grid-event{
	padding:5px!important;
	background: #000!important;
	cursor:pointer;
}
.fc-day-grid-event:hover{
	background:white!important;
}
.woocommerce-Price-amount.amount{
	color:#bf6413;
	font-size:1.2em;
	font-weight:bold;
}
.cart-empty.woocommerce-cart .wp-block-product-new,
.cart-empty.woocommerce-cart .wp-block-woocommerce-single-product,
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before,
.cart-empty.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading.has-text-align-center{
	display: none;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before,
.taxonomy-product_cat{
	display:none!important;
}
.cart-empty.woocommerce-cart .wc-block-cart__empty-cart__title{
	display:block!important;
}
#productGallery{
	margin-bottom:50px
}
#productGallery img {
	width: 100% !important;
	height: 300px !important;
	margin-bottom:10px;

	object-fit: cover; /* Ajuste l'image pour qu'elle remplisse l'espace sans déformation */
}
.input-text.qty.text{
	min-width:80px;
}
.wpml-ls-statics-footer{
	display:none;
}


