.elementor-36 .elementor-element.elementor-element-b1462ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:110px 110px;--row-gap:110px;--column-gap:110px;--padding-top:250px;--padding-bottom:110px;--padding-left:0px;--padding-right:0px;}.elementor-36 .elementor-element.elementor-element-797c3b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:80px 80px;--row-gap:80px;--column-gap:80px;--padding-top:0px;--padding-bottom:0px;--padding-left:110px;--padding-right:110px;}.elementor-36 .elementor-element.elementor-element-1252013{text-align:center;}@media(min-width:768px){.elementor-36 .elementor-element.elementor-element-797c3b6{--content-width:1024px;}}@media(max-width:1600px){.elementor-36 .elementor-element.elementor-element-b1462ea{--gap:90px 90px;--row-gap:90px;--column-gap:90px;--padding-top:210px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-36 .elementor-element.elementor-element-797c3b6{--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:0px;--padding-bottom:0px;--padding-left:90px;--padding-right:90px;}}@media(max-width:1024px){.elementor-36 .elementor-element.elementor-element-b1462ea{--padding-top:200px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-36 .elementor-element.elementor-element-797c3b6{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-36 .elementor-element.elementor-element-b1462ea{--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:180px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-36 .elementor-element.elementor-element-797c3b6{--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}}/* Start custom CSS for html, class: .elementor-element-2a25a04 *//* =========================================================
   MODALITÉS DE LIVRAISON
   Modifie principalement les variables ci-dessous
   ========================================================= */

.delivery-policy {
	--delivery-accent: #b68b59;
	--delivery-accent-dark: #8f683d;
	--delivery-accent-light: #f8f3ed;
	--delivery-text: #262626;
	--delivery-muted: #666666;
	--delivery-border: #e5e5e5;
	--delivery-background: #ffffff;
	--delivery-soft-background: #f8f8f8;

	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--delivery-text);
	font-size: 16px;
	line-height: 1.65;
}

.delivery-policy,
.delivery-policy * {
	box-sizing: border-box;
}

.delivery-policy h2,
.delivery-policy h3,
.delivery-policy p {
	margin-top: 0;
}

.delivery-policy h2 {
	margin-bottom: 18px;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.2;
	color: var(--delivery-text);
}

.delivery-policy h3 {
	margin-bottom: 8px;
	font-size: 19px;
	line-height: 1.35;
	color: var(--delivery-text);
}

.delivery-policy p:last-child {
	margin-bottom: 0;
}


/* En-tête des sections */

.delivery-section {
	margin-top: 42px;
}

.delivery-section:first-child {
	margin-top: 0;
}

.delivery-section-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.delivery-section-heading::before {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 5px;
	height: 30px;
	border-radius: 99px;
	background: var(--delivery-accent);
}

.delivery-section-heading h2 {
	margin: 0;
}


/* Cartes d'informations */

.delivery-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.delivery-card {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid var(--delivery-border);
	border-radius: 14px;
	background: var(--delivery-background);
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.045);
}

.delivery-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--delivery-accent);
}

.delivery-card-label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 5px 10px;
	border-radius: 99px;
	background: var(--delivery-accent-light);
	color: var(--delivery-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.delivery-card p {
	margin-bottom: 10px;
	color: var(--delivery-muted);
}

.delivery-card strong {
	color: var(--delivery-text);
}


/* Tableau des tarifs */

.delivery-table-wrapper {
	overflow-x: auto;
	border: 1px solid var(--delivery-border);
	border-radius: 14px;
	background: var(--delivery-background);
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.045);
}

.delivery-table {
	width: 100%;
	min-width: 720px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.delivery-table caption {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.delivery-table th,
.delivery-table td {
	padding: 17px 18px;
	border: 0;
	border-right: 1px solid var(--delivery-border);
	border-bottom: 1px solid var(--delivery-border);
	text-align: center;
	vertical-align: middle;
}

.delivery-table th:last-child,
.delivery-table td:last-child {
	border-right: 0;
}

.delivery-table tbody tr:last-child td {
	border-bottom: 0;
}

.delivery-table thead th {
	background: var(--delivery-text);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.delivery-table thead th:first-child {
	text-align: left;
}

.delivery-table tbody td {
	font-weight: 600;
}

.delivery-table tbody td:first-child {
	width: 32%;
	background: var(--delivery-soft-background);
	text-align: left;
	font-weight: 700;
}

.delivery-table tbody tr {
	transition: background-color 0.2s ease;
}

.delivery-table tbody tr:hover td:not(:first-child) {
	background: var(--delivery-accent-light);
}

.delivery-table .delivery-price {
	color: var(--delivery-accent-dark);
	font-size: 17px;
	font-weight: 800;
}

.delivery-zone-name {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 500;
	opacity: 0.75;
}


/* Zones géographiques */

.delivery-zones {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.delivery-zone {
	padding: 22px;
	border: 1px solid var(--delivery-border);
	border-radius: 14px;
	background: var(--delivery-soft-background);
}

.delivery-zone-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 76px;
	margin-bottom: 14px;
	padding: 6px 12px;
	border-radius: 8px;
	background: var(--delivery-accent);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
}

.delivery-zone p {
	margin: 0;
	color: var(--delivery-muted);
	font-size: 15px;
	line-height: 1.7;
}


/* Délais de livraison */

.delivery-lead {
	max-width: 850px;
	margin-bottom: 20px;
	color: var(--delivery-muted);
}

.delivery-times {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.delivery-time {
	padding: 20px 16px;
	border: 1px solid var(--delivery-border);
	border-radius: 12px;
	background: var(--delivery-background);
	text-align: center;
}

.delivery-time-country {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 700;
	color: var(--delivery-text);
}

.delivery-time-duration {
	display: block;
	color: var(--delivery-accent-dark);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}

.delivery-time-unit {
	display: block;
	margin-top: 3px;
	color: var(--delivery-muted);
	font-size: 13px;
	font-weight: 500;
}


/* Responsive */

@media screen and (max-width: 900px) {
	.delivery-zones {
		grid-template-columns: 1fr;
	}

	.delivery-times {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.delivery-section {
		margin-top: 34px;
	}

	.delivery-info-grid,
	.delivery-times {
		grid-template-columns: 1fr;
	}

	.delivery-card {
		padding: 20px;
	}

	.delivery-table-wrapper {
		overflow: visible;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.delivery-table {
		display: block;
		min-width: 0;
		background: transparent;
	}

	.delivery-table thead {
		display: none;
	}

	.delivery-table tbody {
		display: grid;
		gap: 16px;
	}

	.delivery-table tr {
		display: block;
		overflow: hidden;
		border: 1px solid var(--delivery-border);
		border-radius: 14px;
		background: var(--delivery-background);
		box-shadow: 0 8px 26px rgba(0, 0, 0, 0.045);
	}

	.delivery-table tbody td,
	.delivery-table tbody td:first-child {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		width: 100%;
		padding: 14px 16px;
		border: 0;
		border-bottom: 1px solid var(--delivery-border);
		background: var(--delivery-background);
		text-align: right;
	}

	.delivery-table tbody td:first-child {
		justify-content: flex-start;
		padding: 17px 16px;
		background: var(--delivery-text);
		color: #ffffff;
		font-size: 16px;
		text-align: left;
	}

	.delivery-table tbody td:last-child {
		border-bottom: 0;
	}

	.delivery-table tbody td:not(:first-child)::before {
		content: attr(data-label);
		color: var(--delivery-muted);
		font-size: 14px;
		font-weight: 600;
		text-align: left;
	}

	.delivery-table tbody tr:hover td:not(:first-child) {
		background: var(--delivery-background);
	}
}/* End custom CSS */