Download
body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "EB Garamond", serif;
}

.max-width {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.top-head {
	width: 100%;
	background-color: #49382a;
	color: var(--white);
	text-align: center;
	padding: 8px;
	font-size: 14px;
}

.top-head p {
	margin: 0;
	padding: 0;
	color: #fff;
}

header {
	width: 100%;
	clear: both;
	background: #000000;
	border-bottom: 4px solid #bf9d30;
}

.header-main {
	display: block;
	clear: both;
	position: relative;
	padding: 24px 15px;
}

.logo img {
	height: 80px;
	margin: 0 0;
	max-width: 100%;
	object-fit: contain;
}

.user-actions {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: end;
	align-items: center;
}

.user-actions li {
	display: block;
	list-style: none;
	float: left;
}

.user-actions li.user-account a {
	color: #fff;
	text-decoration: none;
	gap: 5px;
}

.user-actions li.cart {
	position: relative;
	margin-left: 15px;
}

.user-actions li.cart a {
	color: #fff;
}

.user-actions li.cart a i {}

.user-actions li.cart a span {
	position: absolute;
	top: -8px;
	right: -8px;
	background: #bb1f4a;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.top-search {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-bar .form-outline {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.search-bar .form-outline .search-input {
	width: 100%;
	padding: 10px 40px 10px 20px;
	border-radius: 60px;
	border: 1px solid #d9d9d9;
	background: #ededed;
	line-height: 1.5;
	font-size: 12px;
	height: 36px;
	color: #000;
}

.search-bar .form-outline .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
	height: 36px;
	color: #000;
}

.navbar {
	margin-bottom: 0;
}

nav {
	border-top: 1px solid #333;
	padding: 15px 0;
}

header .bg-dark {
	background: #000 !important;
}

header .nav-item .nav-link {
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

header .nav-item .nav-link:hover {
	color: #bf9d30 !important;
}

.navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff !important;
	padding: 5px !important;
}

footer {
	background-color: #000;
	color: #fff;
	padding: 60px 0 20px;
	margin-top: 0;
}

.copyright {
	text-align: center;
	border-top: 1px solid #333;
	padding-top: 20px;
	color: #888;
	font-size: 0.9rem;
	margin-top: 40px;
}

.footer-col h4 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0;
}

.footer-col ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

.footer-col ul li {
	display: block;
	list-style: none;
	margin-bottom: 10px;
}

.footer-col ul li a {
	font-size: 16px;
	color: #ccc;
	text-decoration: none;
}

.footer-col ul li a:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.newsletter-form {
	display: flex;
	gap: 10px;
}

.newsletter-form input {
	flex: 1;
	padding: 10px;
	border-radius: 4px;
	border: none;
	font-size: 14px;
}

.newsletter-form .btn-primary {
	background: #bb1f4a;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
	border-color: #bb1f4a;
	padding: 8px 24px;
}

main {
	margin: 0;
	padding: 0;
}

.hero-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 400px;
}

.hero-banner img {
	width: 100%;
	height: auto;
	display: block;
	min-height: 400px;
	object-fit: cover;
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	z-index: 2;
	width: 90%;
	max-width: 1200px;
}

.banner-text h1 {
	font-size: 3rem;
	color: white;
	margin-bottom: 15px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-text p {
	font-size: 1.2rem;
	color: white;
	max-width: 800px;
	margin: 0 auto;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.testimonials-section {
	padding: 60px 0;
	background: #f9f9f9;
}

.section-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 40px;
}

/* Carousel heading */
.heading {
	display: block;
	text-align: center;
}

/* Container for the entire carousel */
.multi-carousel-container {
	cursor: grab;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
	cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
	box-sizing: border-box;
	flex: 0 0 33.333333%;
	padding: 0 0px;
	position: relative;
	/* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	position: absolute;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s ease;
	width: 40px;
	z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
	left: 10px;
}

.multi-carousel-control-next {
	right: 10px;
}

/* Image container with dynamic height */
.img-container {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 15px;
}

/* Image styling */
.img-container img,
#carouselInner img {
	height: 100%;
	object-fit: cover;
	object-position: top;
	pointer-events: none;
	user-drag: none;
	width: 100%;
	-webkit-user-drag: none;
	transition: transform 0.3s ease;
}

.img-container:hover img {
	transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	display: inline-flex;
	font-size: 120%;
	font-weight: bold;
	height: 35px;
	justify-content: center;
	left: 1rem;
	position: absolute;
	top: 1rem;
	width: 35px;
	z-index: 2;
	/* Higher than default but below controls */
	/* Isolation prevents z-index context issues */
	isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
	cursor: grab;
	touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
	user-select: none;
	-webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {

	.multi-carousel-item,
	.clone {
		flex: 0 0 100%;
	}
}

.testimonial-card {
	background: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.testimonial-stars {
	color: #bf9d30;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.testimonial-text {
	font-style: italic;
	margin-bottom: 15px;
	color: #555;
	line-height: 1.6;
}

.testimonial-author {
	font-weight: 600;
	color: #333;
}


.caviste-section {
	padding: 60px 0;
	background: white;
}

.caviste-content {
	padding: 0 15px;
	display: flex;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.caviste-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.caviste-text {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 40px;
}

.caviste-text h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.caviste-text p {
	margin-bottom: 15px;
	line-height: 1.8;
	color: #555;
}

.caviste-text .btn-primary {
	background: #bb1f4a;
	border: 1px solid #bb1f4a;
	padding: 12px 24px;
}

.caviste-text .btn-primary:hover {
	background-color: #9e1a3e;
}


.domaines-section {
	padding: 60px 0;
	background: #f9f9f9;
}

.domaines-section .btn-secondary {
	background-color: transparent;
	color: #000;
	border-color: #000;
	font-weight: 600;
	padding: 12px 24px;
}

.domaines-section .btn-secondary:hover {
	background-color: #212529;
	color: #fff;
}

.partenaireslist {}

.partenaireslist ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.partenaireslist ul li {
	display: flex;
	list-style: none;
	width: 15.5%;
}

.partenaireslist ul li a {
	background: white;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
	width: 100%;
}

.partenaireslist ul li a img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	object-fit: contain;
}

.partenaireslist ul li a:hover {
	transform: translateY(-5px);
}

.product-Section {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px 0 60px;
}

.page-title {
	text-align: center;
	margin: 40px 0;
	font-size: 2.5rem;
}

.page-title h2 {
	font-size: 60px;
	font-weight: 600;
}

.product-card {
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s;
	display: flex;
	flex-direction: column;
}

.product-card:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 20px;
}

.product-info {
	padding: 15px;
	text-align: center;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-title {
	font-size: 18px;
	font-family: "EB Garamond", serif;
	margin-bottom: 10px;
	min-height: 48px;
}

.product-info .btn-secondary {
	background-color: transparent;
	color: #000;
	border-color: #000;
	padding: 12px 24px;
}

.product-info .btn-secondary:hover {
	background: #212529;
	color: #fff;
}

.page-hero-section {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/banner.webp);
	background-size: cover;
	background-position: center;
}

.page-hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.hero-title {
	position: relative;
	z-index: 2;
	color: white;
	text-align: center;
	padding: 0 20px;
}

.hero-title h1 {
	font-size: 3rem;
	color: white;
	margin-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-title p {
	font-size: 1.2rem;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


.productPage {
	width: 100%;
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	position: relative;
}

.product-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 10px;
}

.product-price {
	font-size: 1.2rem;
	font-weight: 700;
	color: #bb1f4a;
	margin-bottom: 15px;
}

.products-row .btn-secondary {
	background-color: #bb1f4a;
	color: #fff;
	border-color: #bb1f4a;
}

.products-row .btn-secondary:hover {
	background-color: #9e1a3e;
}

.filters h3 {
	font-size: 1.2rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.filter-group {
	margin-bottom: 20px;
}

.filter-group h4 {
	font-size: 1rem;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.filter-group label {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 14px;
}

.filter-group input[type="checkbox"] {
	margin-right: 10px;
	cursor: pointer;
}

.filters .btn-secondary {
	background-color: transparent;
	color: #212529;
	border-color: #212529;
}

.filters .btn-secondary {
	background-color: transparent;
	color: #212529;
	border-color: #212529;
	padding: 12px 24px;
}

.filters .btn-secondary:hover {
	background-color: #212529;
	color: #fff;
	border-color: #212529;
}

.filter-col .collapsebtn {
	display: none !important;
}


.composants-title-section {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 20px 20px 60px;
}

.composants-title-section .page-title h1 {
	font-size: 80px;
	font-weight: 600;
}

.component-section {
	margin-bottom: 60px;
}

.component-section h2 {
	font-size: 2rem;
	margin-bottom: 30px;
	border-bottom: 2px solid #bf9d30;
	padding-bottom: 10px;
}

.button-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-bottom: 20px;
}

.button-grid .btn {
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 600;
}

.button-grid .btn-primary {
	background-color: #bb1f4a;
	color: #fff;
	border-color: #bb1f4a;
}

.button-grid .btn-primary:hover {
	background-color: ##9e1a3e;
	color: #fff;
	border-color: ##9e1a3e;
}

.button-grid .btn-secondary {
	background-color: transparent;
	color: #212529;
	border-color: #212529;
}

.button-grid .btn-secondary:hover {
	background-color: #212529;
	color: #fff;
	border-color: ##212529;
}

.button-grid .btn-danger {
	background-color: #dc3545;
	color: white;
}

.button-grid .btn-danger:hover {
	background-color: #d72b3b;
	color: white;
}

.button-grid .btn-disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.button-grid .btn-disabled:hover {
	background-color: #a4a1a1;
	cursor: not-allowed;
}

.component-section h3 {
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0;
}

.bullet-list {
	list-style: none;
	padding-left: 0;
}

.bullet-list li {
	padding: 10px 0;
	padding-left: 0px;
	padding-left: 30px;
	position: relative;
}

.bullet-list li::before {
	content: "•";
	color: #bb1f4a;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 5px;
}

.checkable-list {
	list-style: none;
	padding-left: 0;
}

.checkable-list li {
	padding: 10px 0;
	padding-left: 0px;
	padding-left: 35px;
	position: relative;
	display: flex;
	align-items: center;
}

.checkable-list input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 13px;
	cursor: pointer;
	width: 18px;
	height: 18px;
}

.table-responsive {
	overflow-x: auto;
}

.data-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.data-table th,
.data-table td {
	padding: 12px 15px;
	text-align: left;
	border: 1px solid #ddd;
}

.data-table th {
	background-color: #000;
	color: white;
	font-weight: 600;
}

.data-table tbody tr:nth-child(2n) {
	background-color: #f9f9f9;
}

.data-table tbody tr:hover {
	background-color: #f0f0f0;
}

.component-section .image-card {
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}

.component-section .image-card:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.component-section .image-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.component-section .image-card-content {
	padding: 15px;
}

.accordion {
	padding: 5px 0 0;
}

.accordion-item {
	margin-bottom: 20px;
	border-radius: 8px !important;
	border: 1px solid #eee;
	overflow: hidden;
}

.accordion-item .accordion-header {
	padding: 20px;
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	background: #f9f9f9;
	transition: background 0.3s;
	border: 1px solid #eee;
	margin: 0;
	border-radius: 8px;
}

.accordion-item .accordion-button {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	color: #000
}

.accordion-body {}


.form-demo {
	max-width: 600px;
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
}

.form-demo .form-group {
	margin-bottom: 25px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	background: #f8f8fc;
}

.form-btn-group {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

.form-btn-group .btn-primary {
	background: #bb1f4a;
	padding: 10px 20px;
	border: 1px solid #bb1f4a;
}

.form-btn-group .btn-secondary {
	background-color: transparent;
	padding: 10px 20px;
	border: 1px solid #000;
	color: #000
}

.form-btn-group .btn-secondary:hover {
	background-color: #000;
	padding: 10px 20px;
	border: 1px solid #000;
	color: #fff
}


.cart-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	border: 1px solid #eee;
}

.cart-table th {
	background-color: #f9f9f9;
}

.cart-table th,
.cart-table td {
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.cart-table th,
.cart-table td {
	text-align: left;
}

.btn-danger {
	background-color: #dc3545;
	color: white;
	padding: 5px 10px;
}

.cart-table-col .btn-secondary {
	background-color: transparent;
	color: #111;
	border-color: #111;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
}

.cart-table-col .btn-secondary:hover {
	background-color: #111;
	color: #fff;
	border-color: #111;
}

.cart-summary {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
	max-width: 400px;
	margin-left: auto;
}

.cart-summary h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.summary-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.summary-total {
	font-weight: 700;
	font-size: 1.2rem;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.cart-summary .btn-primary {
	background-color: #bb1f4a;
	color: #fff;
	border-color: #bb1f4a;
}

.login-container {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 20px;
}

.login-box {
	background: white;
	padding: 50px 60px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.login-box h1 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 40px;
}

.password-toggle {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #888;
}

.password-input-wrapper {
	position: relative;
}

.btn-login {
	width: 100%;
	padding: 14px;
	background: #bb1f4a;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 20px;
}

.login-links {
	text-align: center;
	margin-top: 20px;
}

.login-divider {
	text-align: center;
	margin: 30px 0;
	color: #888;
}

.btn-create-account {
	width: 100%;
	padding: 14px;
	background: transparent;
	color: #bb1f4a;
	border: 2px solid #bb1f4a;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.btn-create-account:hover {
	background: #bb1f4a;
	color: white;
}

.form-group {
	margin-bottom: 25px;
}

.form-hint {
	font-size: 13px;
	color: #888;
	margin-top: 5px;
}

.login-page {
	background: #f4f4f4;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.login-page header {
	background: #fff;
	border: 0;
	padding: 15px 35px;
}

.loginlogo {
	text-align: center;
}

.login-back-link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	margin: 18px 0;
}

.login-back-link:hover {
	color: #000;
}

.login-secure {
	float: right;
	margin: 18px 0;
}

.login-breadcrumb {
	padding: 15px 50px;
	background: white;
	color: #888;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.login-breadcrumb p {
	margin: 0;
	padding: 0;
}