:root {
	--bs-primary: #C4000B;
	--bs-primary-rgb: 196, 0, 11;

	--bs-secondary: #247828;
	--bs-secondary-rgb: 36, 120, 40;

	--bs-light: #F3F0E1;
	--bs-light-rgb: 243, 240, 225;

	--bs-dark: #141124;
	--bs-dark-rgb: 20, 17, 36;

	--bs-cyan: #78A5DB;
	--bs-cyan-rgb: 120, 165, 219;

	--bs-font-sans-serif: "Montserrat", sans-serif;
}

.btn-primary {
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
}

.btn-secondary {
	--bs-btn-bg: var(--bs-secondary);
	--bs-btn-border-color: var(--bs-secondary);
}

.btn-dark {
	--bs-btn-bg: var(--bs-dark);
	--bs-btn-border-color: var(--bs-dark);
}

.btn-hover-secondary:hover {
	--bs-btn-bg: var(--bs-secondary) !important;
	--bs-btn-border-color: var(--bs-secondary) !important;
}


html,
body {
	font-size: 14px;
}

body {
	/* padding-top: 90px; */
}

table {
	--bs-table-striped-bg: #F2F0E1 !important;
}

.highlight {
	border: 1.5px solid var(--bs-secondary) !important;
}

.indice {
	font-size: 0.65rem;
}

.price {
	text-align: right;
	white-space: nowrap;
}

img {
	max-width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

small {
	font-size: 0.8em;
}

#catalogDrawer {
	width: 90vw;
	max-width: 1170px;
}

#catalogDrawer .offcanvas-header,
#catalogDrawer .offcanvas-body {
	padding: 0;
}

@media (min-width: 1400px) {
	.offcanvas-xxl {
		height: 100vh;
	}

	.offcanvas-xxl .offcanvas-header {
		display: flex;
	}

}

#catalogDrawer .offcanvas-body {
	height: 100%;
	padding: 0 1rem;
	background-color: var(--bs-light) !important;
}

#catalog,
#search {
	width: 100%;
}

@media (min-width: 1400px) {
	.offcanvas-xxl .offcanvas-body {
		flex-grow: 1;
		overflow-y: auto;
	}
}

.product {
	cursor: pointer;
}

.product:hover {
	background: var(--bs-gray-100);
}

.col[aria-expanded="true"]>.product {
	border-color: var(--bs-green) !important;
	background: var(--bs-gray-100);
}

#catalog .detail .size {
	display: none;
}

.color {
	position: relative;
	display: inline-block;
	border-radius: 1.5rem;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}

.color img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	border: 1px solid #DFDFDF;
	background-size: cover;
}

.color i {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	color: #FFFFFF;
	text-shadow: 0 0 1px #000000;
}

.menu_level_2 {
	margin-top: 2rem;
}

.input-group-text {
	display: block;
	white-space: initial !important;
}

.qty {
	padding: 0.25rem 0;
	text-align: center;
}

. {
	font-size: 0.5em;
}

.table tbody th {
	max-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table thead td,
.table tbody td {
	text-align: center;
}

#Femme {
	border-top: 12px solid var(--bs-green);
}

#Homme {
	border-top: 12px solid var(--bs-red);
}

#Mixte {
	position: relative;
	border-top: 6px solid var(--bs-red);
}

#Mixte:before {
	content: "";
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	border-top: 6px solid var(--bs-green);
}

#Enfant {
	border-top: 12px solid var(--bs-cyan);

}

#Accessoires {
	border-top: 12px solid var(--bs-yellow);

}

#Belem {
	border-top: 12px dashed var(--bs-black);
}

#cart {
	border-top: 2px solid var(--bs-dark);

}

#summary {
	width: 100%;
}

#summary tr {
	border-bottom: 1px solid var(--bs-dark);
}

#summary>div {
	display: grid;
	grid-template-columns: 1fr 2fr 3fr 1fr 50px;
	grid-template-rows: min-content min-content min-content min-content min-content;
	gap: 10px 5px;
	grid-template-areas:
		"Image Model Color Total Actions"
		"Image Description Variants Total Actions"
		"Image Description Variants Total Actions"
		"Link Description Variants Total Actions";

	border-bottom: 1px solid;
	padding: 1rem;
}

#summary>div>img {
	grid-area: Image;
}

#summary>div>span.model {
	grid-area: Model;
	font-weight: 700;
}

#summary>div>span.variants {
	grid-area: Variants;
}

#summary>div>span.color {
	grid-area: Color;
}

#summary>div>span.color {
	width: initial;
	height: initial;
}

#summary>div>span.color img {
	position: relative;
	border-radius: 1.5rem;
	width: 2rem;
	height: 2rem;
}

#summary>div>span.description {
	grid-area: Description;
}

#summary>div>a {
	grid-area: Link;
}

#summary>div>div.actions {
	grid-area: Actions;
}

#summary .qtyBySize {
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
}

#summary>div>.total {
	grid-area: Total;
	text-align: right;
	align-content: flex-start;
	font-size: 1.25rem;
	font-weight: 600;
	text-wrap: nowrap;
}

#emptyBasket {
	border-bottom: 2px solid var(--bs-dark);
}


#totals>div {
	padding: 15px 20px;
	border-top: 1px solid;
	text-align: right;
}

#remise .condition {
	color: var(--bs-secondary);
}

#total {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: right;
	border-top: 2px solid;
}

.btn-toggle {
	position: relative;
	padding-left: 2rem;
}

.btn-toggle input,
.btn-toggle input:checked {
	border: none;
	background: none;
}

.btn-toggle input:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\F5D5";
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	font-size: 1.75rem;
	-webkit-font-smoothing: antialiased;
	color: var(--bs-gray-500);
}

.btn-toggle input:checked:before {
	content: "\F5D6";
	color: var(--bs-secondary);
}


body.login {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/bg_port_paimpol.jpg");
	background-size: cover;
}

.footerLegal {
	font-weight: 500;
	font-size: .8rem;
}

.footerLegal a {
	color: var(--bs-primary)
}

.footerLegal ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.footerLegal ul li {
	display: inline-block;
	padding: 0 1rem;
}