/*
Theme Name: Venetoulis v6
Version: 1
Text Domain: venetoulis
*/


/* Fonts
---------------------------------------------------- */

/*@font-face {
	font-family: union;
	src: url('fonts/union_regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: union;
	src: url('fonts/union_regular_italic.otf');
	font-weight: normal;
	font-style: italic;
}*/


/* General
---------------------------------------------------- */
* {
	box-sizing: border-box;

}

:root {
	font-size: 4.2667vw;

	--gris-1: #9B9B9B;
	--gris-2: #C8C8C8;

	--text-color-dark: #333333;
	--text-color-light: #666666;
	--bg-color: #FFFEF5;
}

@media (min-width: 900px) {
	:root {
		font-size: 1.1111vw;
	}
}

body {
	position: relative;
	margin: 0;

	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 1.0625rem;
	line-height: 1.5;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	background-color: var(--bg-color);
}

body.menu-open {
	overflow: hidden;
}

figure {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: inherit;
}

a {
	transition: color 300ms;
}

a:hover {
	color: var(--gris-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.hidden {
	display: none !important;
}

@media (max-width: 899px) {
	.desktop-only {
		display: none !important;
	}
}

@media (min-width: 900px) {
	.mobile-only {
		display: none !important;
	}
}




/* Site Header
---------------------------------------------------- */

.site-header {
	background-color: var(--bg-color);
	position: relative;
	/*top: 0;*/
	width: 100%;
	z-index: 2;
}

/*body.scrolled .site-header-container {
	display: flex;
}*/

.page-main {
	padding-top: 3.6rem;
}

@media (min-width: 900px) {
	.page-main {
		/*padding-top: 4.3rem;*/
		padding-top: 0;
	}

	.site-header-top {
		/*height: 6rem;*/
		/*overflow: hidden;*/
		display: flex;
		align-items: flex-end;
		/*transition: height 400ms;*/
	}

	/*body.scrolled .site-header-top {
		height: 0;
	}*/

}

.site-header-top .site-header-top-content {
	padding: 1.25rem 5rem;
	border-bottom: 1px solid var(--gris-1);
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: end;
	grid-gap: 1.5rem;
	flex-grow: 1;
}

.site-header-top .site-title svg {
	display: block;
	/*width: 6.25rem;*/
	height: 1rem;
	width: auto;
}

.site-header-top .site-tagline {
	font-weight: 600;
}

.site-header .burger {
	cursor: pointer;
	align-self: center;
}

.site-header .close {
	cursor: pointer;
}

.site-header-top .burger svg {
	display: block;
	width: 0.8125rem;
	height: auto;
}



@media (max-width: 899px) {
	.site-header-top .site-header-top-content {
		padding: 1.3125rem 1.875rem;

		/*border-bottom: 1px solid var(--gris-1);*/
	}

	.site-header-top .site-tagline {
		font-size: 0.5625rem;
	}

	.site-header .close {
		grid-column-start: 3;
	}

	.site-header .close svg {
		display: block;
		width: 0.9375rem;
		height: auto;
	}



}

@media (min-width: 900px) {
	.site-header-top .site-header-top-content {
		grid-template-columns: 1fr auto 1fr;
	}

	/*body.scrolled .site-header {
		grid-template-columns: auto;
		padding-right: 0;
	}*/

	.site-header-top .site-title {
		grid-column-start: 2;
	}

	/*body.scrolled .site-header .site-title {
		grid-column-start: 1;
	}*/

	.site-header-top .site-title svg {
		/*width: 17rem;*/
		height: 3.2rem;
	}

	/*body.scrolled .site-header .site-title svg {
		width: 9.875rem;
	}*/

	.site-header-top .site-tagline {
		grid-column-start: 3;
		justify-self: end;
	}

	/*body.scrolled .site-header .site-tagline {
		display: none;
	}*/

	.site-header-top .burger {
		display: none;
	}
}



/* Site Navigation
---------------------------------------------------- */

.site-nav {
	/*position: absolute;*/
	width: 100%;
	padding: 1.3125rem 5rem;
	display: flex;
	align-items: center;
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--gris-2);
}

.site-nav .site-nav-content {
	display: flex;
	gap: 1.6875rem;
	flex-grow: 1;
}

.site-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.site-nav .site-menu {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 4.4375rem;
	color: var(--text-color-dark);
}

.site-nav .languages {
	display: flex;
	align-items: center;
	gap: 0.2rem;

	font-size: 0.875rem;
	text-transform: uppercase;
}

.site-nav .languages a {
	color: var(--text-color-light);
}

.site-nav .languages a.active {
	color: var(--text-color-dark);
}

.site-nav .my-cart {
	font-size: 0.875rem;
	text-transform: uppercase;
	color: var(--text-color-light);
	align-items: center;
	display: flex;
}

.site-nav .my-cart a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}



@media (max-width: 899px) {
	.site-nav {
		padding: 1.25rem 1.875rem 3rem;
		flex-wrap: wrap;
		gap: 2.875rem;
	}

	.site-nav.desktop-nav {
		display: none;
	}

	.site-nav .site-menu {
		flex-direction: column;
		gap: 1.875rem;
		font-size: 1.25rem;
		order: 3;
		width: 100%;
	}

	.site-nav .languages {
		order: 1;
		flex: 1 0 0;
	}

	.site-nav .my-cart {
		order: 2;
		flex: 1 0 0;
		text-align: right;
	}

	.site-nav .site-title {
		display: none;
	}
}

@media (min-width: 900px) {
	.site-nav {
		/*position: absolute;*/
		position: sticky;
		top: 0;
		z-index: 1;
		height: 4.3rem;
	}

	.site-nav .site-title {
		width: 0rem;
		overflow: hidden;
		display: flex;
		justify-content: flex-end;
		transition: width 200ms;
	}

	body.scrolled .site-nav .site-title {
		width: 15rem;
	}

	.site-nav .site-title a {
		width: 15rem;
		display: block;
		flex-shrink: 0;
	}

	.site-nav .site-title svg {
		width: 10rem;
		height: auto;
		display: flex;
	}
}


/* Mobile Menu
---------------------------------------------------- */

.mobile-menu {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: var(--bg-color);
	overflow: auto;
	z-index: 2;

	transition: left 300ms;
}

body.menu-open .mobile-menu {
	left: 0;
}

@media (min-width: 900px) {
	.mobile-menu {
		display: none;
	}
}


/* Page
---------------------------------------------------- */

.page-header {
	/*height: 47.8125rem;*/
	position: relative;
}

.page-header img {
	display: block;
	width: 100%;
	/*height: 100%;*/
	height: 47.8125rem;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 899px) {
	.page-header img {
		height: 16rem;
	}
}


/* Actu
---------------------------------------------------- */

.page-header .actu {
	position: absolute;
	width: 7.5rem;
	height: 7.5rem;
	background-color: var(--bg-color);
	border-radius: 50%;
	bottom: 0;
	right: 0;
	color: var(--text-color-light);
	opacity: 0.92;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (max-width: 899px) {
	.page-header .actu {
		box-shadow: -3px 3px 6px 0 #0000001c;
		font-size: 0.625rem;
		line-height: 1.46;
		padding: 0 1rem;
		right: 1.0rem;
		bottom: -3rem;
	}
}

@media (min-width: 900px) {
	.page-header .actu {
		width: 16.3125rem;
		height: 16.3125rem;
		font-size: 1.25rem;
		line-height: 1.6;
		padding: 0 2rem;

		right: 5rem;
		bottom: 4.375rem;
	}
}






/* Bouquets Grid
---------------------------------------------------- */

.bouquets-grid {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	padding: 1.875rem 0;
}

.bouquets-grid .bouquet-cell {
	display: flex;
}

.bouquets-grid .bouquet-cell .bouquet-cell-left {}

.bouquets-grid .bouquet-cell .bouquet-cell-right {}

.bouquets-grid .bouquet-cell img {
	display: block;
	width: 100%;
	height: auto;
	/*height: 34.75rem;
	object-fit: cover;
	object-position: center;*/
}

.bouquet-cell .bouquet-title {
	font-size: 2.375rem;
	line-height: 1.1053;
	color: var(--text-color-dark);
}

.bouquet-cell .bouquet-content {
	font-weight: 700;
	color: var(--text-color-light);
}

.bouquet-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--text-color-light);
}

@media (max-width: 899px) {
	.bouquets-grid {
		gap: 3.125rem;
	}

	.bouquets-grid .bouquet-cell {
		flex-direction: column;
		padding: 0 1.875rem;
	}

	.bouquet-cell .bouquet-content {
		font-size: 0.75rem;
		font-weight: 500;
	}

	.bouquet-cell .bouquet-title {
		font-size: 1.25rem;
		font-weight: 600;
	}

	.bouquets-grid .bouquet-cell .bouquet-cell-right {
		margin: 0 0 1rem;
	}

	.bouquets-grid .bouquet-cell img {
		height: 24rem;
	}

	.bouquet-nav .button {
		font-size: 0.6875rem;
		padding: 0 1rem;
		height: 2.875rem;
	}



}

@media (min-width: 900px) {

	.bouquets-grid {
		gap: 4.3125rem;
		padding: 6.5625rem 0;
	}

	.bouquets-grid .bouquet-cell .bouquet-cell-left {
		flex-grow: 1;
		flex-shrink: 1;
		padding: 0 6.25rem;
	}

	.bouquets-grid .bouquet-cell .bouquet-cell-right {
		flex-grow: 0;
		flex-shrink: 0;
		width: 51.4375rem;
	}
}


/* Buttons
---------------------------------------------------- */

.button {
	height: 4.4375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gris-2);
	padding: 1.75rem 1.6875rem;
	gap: 2.8125rem;
	color: var(--text-color-light);
	cursor: pointer;

	transition: 300ms color, 300ms background-color;
}

.button.disabled {
	color: var(--gris-2);
}

.button:hover:not(.disabled) {
	color: var(--bg-color);
	background-color: var(--text-color-light);
}

.button .picto {
	margin-right: 1.125rem;
}

.button.plus .picto {
	border: 1px solid var(--gris-2);
	padding: 0.5rem;
	border-radius: 50%;
}

.button .picto svg {
	width: 1.0625rem;
	height: auto;
	display: block;
}

.button:hover:not(.disabled) .picto svg path {
	stroke: var(--bg-color);
	/*fill: var(--bg-color);*/
}



@media (max-width: 899px) {
	.button {
		font-size: 0.6875rem;
		height: 2.875rem;
		padding: 0 1.5rem;
	}
}


/* Home Tiles
---------------------------------------------------- */

.home-tiles ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.tiles {
	display: grid;
	grid-template-columns: 50% 50%;
}

.tiles .tile {
	padding: 4rem;
	min-height: 31.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tiles .tile:nth-child(1) {
	background-color: #F6F5E8;
}

.tiles .tile:nth-child(2) {
	background-color: #EEEDDE;
}

.tile-title {
	font-size: 3.4375rem;
	line-height: 1.1;
	text-align: center;
	color: var(--text-color-dark);
}

.tile-content {
	min-height: 7.625rem;
	text-align: center;
	color: var(--text-color-light);
}

.tile-nav {
	display: flex;
	justify-content: center;
	gap: 1.1875rem;
	color: var(--text-color-light);
}

.tile-nav .button {
	min-width: 12rem;
}

@media (max-width: 899px) {
	.tiles {
		grid-template-columns: auto;
	}

	.tiles .tile {
		padding: 2.75rem 1.875rem;
		min-height: 21.25rem;
	}

	.tile-title {
		font-size: 2rem;
		font-weight: 600;
	}

	.tile-content {
		font-size: 0.75rem;
		font-weight: 500;
		flex-grow: 1;
	}

	.tile-nav {
		flex-direction: column;
		align-items: center;
	}

	.tile-nav .button {
		width: 13.625rem;
	}


}


/* Page
---------------------------------------------------- */

.page-section {
	padding: 0 0 2rem;
}

.page-content {
	width: 100%;
	max-width: 62.25rem;
	margin: 0 auto;
	padding: 0 4rem;

	color: var(--text-color-light);
	font-weight: 500;
}

.page-section .page-content h1,
.page-section .page-content h2,
.page-section .page-content h3 {
	font-size: 2.375rem;
	color: var(--text-color-dark);
	text-align: center;
	margin-top: 1.5em;
	font-weight: 600;
}

.page-content a {
	text-decoration: underline;
}

.page-content a:hover {
	color: var(--text-color-dark);
}

@media (max-width: 899px) {
	.page-content {
		font-size: 0.75rem;
		padding: 0 1.875rem;
	}

	.page-section .page-content h1,
	.page-section .page-content h2,
	.page-section .page-content h3 {
		font-size: 1.25rem;
		margin-top: 2.25em;
	}
}


/* Page Gallery
---------------------------------------------------- */

.gallery-header {
	padding: 3rem 4rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.875rem;
}

.gallery-header-column.left-column {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.gallery-header .gallery-title {
	font-size: 2.375rem;
	color: var(--text-color-dark);
}

.gallery-header .gallery-content {
	font-weight: 500;
}


.gallery-body {
	padding: 0 1.875rem;
}

.gallery-body ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.gallery-body .gallery-images {
	column-count: 3;
	column-gap: 0.625rem;
}

.gallery-body .gallery-images .gallery-image {
	margin-bottom: 0.625rem;
}

.gallery-body .gallery-images img {
	width: 28.3125rem;
	height: auto;
	display: block;
}

@media (min-width: 900px) {
	.gallery-header-column.left-column {
		align-items: flex-start;
	}
}

@media (min-width: 1200px) {
	.gallery-body .gallery-images {
		column-count: 4;
	}

	.gallery-body .gallery-images img {
		width: 21.0562rem;
	}
}

@media (max-width: 899px) {
	.gallery-header {
		padding: 3rem 1.875rem;
		grid-template-columns: auto;
		gap: 1rem;
	}



	.gallery-header .gallery-title {
		font-size: 1.25rem;
		text-align: center;
	}

	.gallery-header .gallery-content {
		font-size: 0.75rem;
	}

	.gallery-header .gallery-nav {
		display: flex;
		justify-content: center;
	}

	.gallery-header .button {
		width: 13rem;
	}

	.gallery-body {
		padding: 0 0.5625rem;
	}

	.gallery-body .gallery-images {
		column-count: 2;
		column-gap: 0.5625rem;
	}

	.gallery-body .gallery-images .gallery-image {
		margin-bottom: 0.5625rem;
	}

	.gallery-body .gallery-images img {
		width: 10.875rem;
	}


}


/* Commandes
---------------------------------------------------- */
.section-commandes {
	padding: 2rem 5rem;
}

.section-commandes .commandes-columns {
	display: flex;
}

.section-commandes .commandes-column.main-column {}

.section-commandes .commandes-column.side-column {}

.commandes-column-title {
	font-size: 0.9375rem;

	font-weight: 700;
	color: var(--text-color-light);
	margin: 0 0 1rem;
}

.commandes-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.9375rem;
}

.commandes-contact-grid input:nth-child(3) {
	grid-column: 1 / 3;
}

.commandes-type-grid,
.commandes-livraison-creneaux {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.commandes-bouquet-nav {
	padding: 3rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 1.6875rem;
	max-width: 20rem;
}

.commandes-destinataire-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.9375rem;
}

.commandes-destinataire-grid .dcivilite,
.commandes-destinataire-grid .dco,
.commandes-destinataire-grid .dlocalite,
.commandes-destinataire-grid .dtel {
	grid-column: 1 / 3;
}

@media (max-width: 899px) {
	.section-commandes {
		padding: 1.25rem 1.875rem;
	}

	.section-commandes .commandes-columns {
		flex-direction: column;
		gap: 4rem;
	}

	.commandes-sizes .button {
		padding: 0;
	}
}

@media (min-width: 900px) {
	.section-commandes .commandes-columns {
		/*align-items: flex-start;*/
	}

	.section-commandes .commandes-column.main-column {
		flex-shrink: 1;
		flex-grow: 1;
		padding: 0 14.125rem 0 0;
	}

	.section-commandes .commandes-column.side-column {
		width: 33.375rem;
		flex-shrink: 0;
		flex-grow: 0;
		border-left: 1px solid #9B9B9B;
		padding: 0 1.875rem 2rem 5rem;

		/*align-self: flex-end;
		position: sticky;
		bottom: 0;*/
	}
}


.section-commandes .commandes-error {
	color: red;
}

/*.section-commandes .commandes-alert {
	color: darkorange;
}*/

.section-commandes .commandes-alert {
	background-color: #23B82F;
	width: 100%;
	height: 11.25rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	text-align: center;
}


/* Form
---------------------------------------------------- */

button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	border-radius: 0;
}

textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: var(--text-color-light);
	border: 1px solid var(--text-color-light);
	padding: 1.4375rem 2.25rem;
	background-color: transparent;
	min-width: 0;
}

input {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: var(--text-color-light);
	border: 1px solid var(--text-color-light);
	padding: 0 2.25rem;
	height: 3rem;
	background-color: transparent;
	min-width: 0;
}

input::placeholder,
textarea::placeholder {
	color: #9B9B9B;
}

.select {
	display: grid;
	grid-template-columns: 1fr 6rem;
	border: 1px solid var(--text-color-light);
}

.select select {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	color: var(--text-color-light);
	background-color: transparent;
	border: none;
	grid-area: 1 / 1 / 2 / 3;
	min-width: 0;
	height: 3rem;
	appearance: none;
	padding: 0 2.25rem;
}

.select .picto {
	grid-area: 1 / 2 / 2 / 3;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select .picto svg {
	display: block;
	width: 1.875rem;
	height: auto;
}

@media (max-width: 899px) {
	input {
		padding: 1rem;
		height: 3rem;
		min-width: 0;
	}
}


/* Commandes Form
---------------------------------------------------- */

.commandes-form {
	display: flex;
	flex-direction: column;
	gap: 4.5rem;
}

.commandes-form .form-section {
	display: flex;
	flex-direction: column;
	gap: 1.6875rem;
}

.form-title {
	font-size: 2.375rem;
	line-height: 1.1053;
	margin: 0;
	color: var(--text-color-dark);
}

.commandes-sizes {
	display: flex;
	gap: 0.875rem;
}

.commandes-sizes .button {
	flex-grow: 1;
}

.button.active:not(.disabled) {
	background-color: var(--text-color-dark);
	color: #FFFEF0;
	border-color: var(--text-color-dark);
}

.form-section p {
	margin: 0;
	color: var(--text-color-light);
}

.commandes-form .button {
	gap: 1rem;
}

.commandes-form .button .picto.vu svg {
	display: block;
	width: 0.75rem;
	height: auto;
}

.commandes-form .button:not(.active) .picto.vu {
	display: none;
}

.commandes-livraison-crenaux {
	display: flex;
	gap: 0.875rem;
}

.commandes-livraison-crenaux .button.disabled {
	color: var(--gris-2);
	pointer-events: none;
}

@media (max-width: 899px) {
	.commandes-form {
		font-size: 0.75rem;
		gap: 4.5rem;
	}

	.form-title {
		font-size: 1.25rem;
	}
}



/* Commandes Checkout
---------------------------------------------------- */

.commandes-checkout {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;

	/*position: sticky;
	top: 1rem;*/
}

.commandes-checkout-image img {
	display: block;
	width: 100%;
	max-width: 8rem;
	height: auto;
}

.commandes-checkout-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0;
	color: var(--text-color-light);
	font-weight: 500;
	border-top: 1px solid #9B9B9B;
}

.commandes-checkout-grid .checkout-cell {
	border-bottom: 1px solid #9B9B9B;
	padding: 1rem 0;
}

.commandes-checkout-grid .checkout-cell.total-cell {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--text-color-dark);
}

.commandes-checkout-grid .full-row {
	grid-column: 1 / 3;
}

.commandes-checkout-grid .price-cell {
	text-align: right;
}

.commandes-payment .payment-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff70;
	z-index: 10;
	backdrop-filter: blur(2px);

	display: flex;
	align-items: center;
	justify-content: center;
}

.commandes-payment .payment-popup iframe {
	width: 100%;
	height: 100%;
	max-width: 32rem;
	max-height: calc(100% - 4rem);
	border: none;
	box-shadow: 0 0 12px 4px #00000029;
}

/* Panier
---------------------------------------------------- */
.section-panier {
	padding: 2rem 5rem;
}

.panier-page-title {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--text-color-light);
	margin: 0 0 1rem;
}

.panier-title {
	font-size: 2.375rem;
	line-height: 1.1053;
	margin: 0;
	color: var(--text-color-dark);
}

@media (max-width: 899px) {
	.section-panier {
		padding: 1.25rem 1.875rem;
	}

	.panier-title {
		font-size: 1.25rem;
	}
}


/* Panier Grid
---------------------------------------------------- */
.panier-grid {
	display: grid;
	grid-template-columns: 8rem 1fr 1fr 1fr auto auto;

	color: var(--text-color-light);
	font-weight: 500;
}

.panier-cell {
	padding: 1.25rem;
	border-bottom: 1px solid var(--text-color-light);
}

.panier-cell-title {
	font-weight: 700;

}

.panier-cell-image {
	padding-left: 0;
}

.panier-cell-image img {
	display: block;
	width: 100%;
	height: auto;
}

.panier-cell-modifier,
.panier-cell-supprimer {
	align-self: flex-end;
}

.panier-cell-supprimer {
	padding-right: 0;
}

.panier-cell-modifier a,
.panier-cell-supprimer a {
	margin-bottom: -0.3rem;
	display: block;
	cursor: pointer;
}

.quantite-input {
	display: inline-flex;
	border: 1px solid var(--text-color-light);
	/*padding: 0.2031rem 1rem;*/
	align-items: center;
	height: 2rem;
	margin: 0.2rem 0;
	user-select: none;
}

.quantite-button,
.quantite-count {
	width: 1.75rem;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
}

.quantite-button {
	cursor: pointer;
}


/* Panier Total
---------------------------------------------------- */
.panier-total {
	display: flex;
	gap: 2.5rem;
	height: 4.5rem;
	align-items: center;
	margin: 1.5rem 0 0;
}

.panier-total-cell-label {
	width: 8rem;
}

.panier-total-cell-label,
.panier-total-cell-value {
	font-size: 1.875rem;
	font-weight: 600;
}

.panier-total-cell-value {
	flex-grow: 1;
}

.panier-total-cell-payment {
	flex-shrink: 0;
}

.panier-total-cell-payment .button {
	background-color: var(--text-color-dark);
	color: var(--bg-color);
}

/* Footer
---------------------------------------------------- */

.site-footer {
	background-color: var(--text-color-dark);
	color: #FFFEF0;
}

.footer-columns {
	padding: 4rem;
	display: grid;
	grid-template-columns: 20rem 20rem 1fr;
	gap: 2.6875rem;
}

.footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4rem;
}

.footer-title {
	font-size: 1.5rem;
}

.footer-content {
	font-weight: 700;
}

.footer-social {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.footer-social .button {
	text-transform: uppercase;
	color: #FFFEF0;
}

.site-footer .button .picto svg path {
	stroke: #FFFEF0;
}

.footer-column.map {
	background-color: var(--bg-color);
}


.footer-column.map iframe {
	width: 100%;
	height: 100%;
	display: block;
	filter: grayscale(100%);
	mix-blend-mode: multiply;
}


@media (max-width: 899px) {

	.footer-content {
		font-weight: 500;
	}

	.footer-columns {
		padding: 2.5rem 1.875rem;
		grid-template-columns: 1fr;
		gap: 2.6875rem;
	}

	.footer-column.contact {
		order: 2;
	}

	.footer-column.horaires {
		order: 1;
	}

	.footer-column.map {
		order: 3;
	}

	.footer-column.contact .footer-contact {
		order: 2;
	}

	.footer-column.contact .footer-social {
		order: 1;
	}
}

@media (min-width: 900px) {
	.footer-title {
		font-weight: 700;
	}
}

/* Footer Whatsapp
---------------------------------------------------- */

.site-footer .whatsapp {
	position: fixed;
	z-index: 100;
	right: 2rem;
	bottom: 2rem;
}

.site-footer .whatsapp img {
	width: 4.75rem;
	height: 4.75rem;
	display: block;
}
