.elementor-34 .elementor-element.elementor-element-486b25c{--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:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:260px;--padding-bottom:110px;--padding-left:100px;--padding-right:100px;}@media(max-width:1600px){.elementor-34 .elementor-element.elementor-element-486b25c{--gap:90px 90px;--row-gap:90px;--column-gap:90px;--padding-top:210px;--padding-bottom:90px;--padding-left:70px;--padding-right:70px;}}@media(max-width:1024px){.elementor-34 .elementor-element.elementor-element-486b25c{--padding-top:200px;--padding-bottom:90px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-34 .elementor-element.elementor-element-486b25c{--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:200px;--padding-bottom:50px;--padding-left:30px;--padding-right:30px;}}@media(min-width:768px){.elementor-34 .elementor-element.elementor-element-486b25c{--content-width:840px;}}/* Start custom CSS for html, class: .elementor-element-e30d0f3 *//* =========================================================
   CONDITIONS GÉNÉRALES DE VENTE
   The English Shop
   ========================================================= */

:root {
	--cgv-bg: #f7f6f2;
	--cgv-card: #ffffff;
	--cgv-text: #3f3f3f;
	--cgv-title: #1f2923;
	--cgv-muted: #747474;
	--cgv-border: #e7e3dc;

	--cgv-accent: #536b5a;
	--cgv-accent-light: #edf2ee;

	--cgv-radius: 14px;
}


/* =========================================================
   CONTENEUR GLOBAL
   ========================================================= */



/* =========================================================
   HEADER
   ========================================================= */




.cgv-update {
	margin: 0;
	color: var(--cgv-muted);
	font-size: 14px;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.cgv-section {
	margin-bottom: 22px;
	padding: 32px 36px;

	background: var(--cgv-card);

	border: 1px solid var(--cgv-border);
	border-radius: var(--cgv-radius);

	box-shadow:
		0 2px 4px rgba(0, 0, 0, 0.015),
		0 8px 30px rgba(0, 0, 0, 0.025);
}


/* =========================================================
   TITRES
   ========================================================= */

.cgv-section h2 {
	position: relative;

	margin: 0 0 24px;
	padding-left: 18px;

	color: var(--cgv-title);

	font-size: clamp(21px, 2.5vw, 27px);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.3px;
}

.cgv-section h2::before {
	content: "";

	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 0;

	width: 4px;

	background: var(--cgv-accent);
	border-radius: 10px;
}

.cgv-section h3 {
	margin: 30px 0 15px;

	color: var(--cgv-title);

	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
}


/* =========================================================
   TEXTES
   ========================================================= */

.cgv-section p {
	margin: 0 0 16px;

	color: var(--cgv-text);

	font-size: 16px;
	line-height: 1.8;
}

.cgv-section p:last-child {
	margin-bottom: 0;
}

.cgv-section strong {
	color: var(--cgv-title);
	font-weight: 600;
}


/* =========================================================
   LIENS
   ========================================================= */

.cgv-section a {
	color: var(--cgv-accent);

	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: rgba(83, 107, 90, 0.35);
	text-underline-offset: 3px;

	transition:
		color 0.2s ease,
		text-decoration-color 0.2s ease;
}

.cgv-section a:hover {
	color: var(--cgv-title);
	text-decoration-color: var(--cgv-title);
}


/* =========================================================
   BLOC INFORMATIONS
   ========================================================= */

.cgv-details {
	margin: 24px 0;
	padding: 22px 24px;

	background: var(--cgv-accent-light);

	border: 1px solid rgba(83, 107, 90, 0.15);
	border-radius: 10px;

	color: var(--cgv-text);

	font-size: 15px;
	line-height: 1.8;
}

.cgv-details ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

.cgv-details li {
	position: relative;

	margin-bottom: 8px;
	padding-left: 18px;
}

.cgv-details li:last-child {
	margin-bottom: 0;
}

.cgv-details li::before {
	content: "";

	position: absolute;
	top: 11px;
	left: 0;

	width: 5px;
	height: 5px;

	background: var(--cgv-accent);
	border-radius: 50%;
}


/* =========================================================
   FORMULAIRE DE RÉTRACTATION
   ========================================================= */

.cgv-form {
	position: relative;

	margin-top: 32px;
	padding: 30px;

	background: #fafaf8;

	border: 1px dashed #cec9c0;
	border-radius: 12px;
}

.cgv-form::before {
	content: "Document à compléter";

	display: inline-flex;

	margin-bottom: 18px;
	padding: 6px 11px;

	background: var(--cgv-accent);
	color: #ffffff;

	border-radius: 50px;

	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.cgv-form h3 {
	margin-top: 0;
}

.cgv-form p {
	font-size: 15px;
}


/* =========================================================
   NOTICE / INFORMATION IMPORTANTE
   ========================================================= */

.cgv-notice {
	margin: 20px 0 24px;
	padding: 16px 20px;

	background: var(--cgv-accent-light);

	border-left: 4px solid var(--cgv-accent);
	border-radius: 0 8px 8px 0;

	color: var(--cgv-title);

	font-size: 15px;
}


/* =========================================================
   AMÉLIORATION DE LA LECTURE
   ========================================================= */

.cgv-section + .cgv-section {
	scroll-margin-top: 120px;
}

.cgv-section p,
.cgv-details,
.cgv-form {
	max-width: 900px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	header {
		margin-bottom: 30px;
		padding-bottom: 22px;
	}

	header h1 {
		font-size: 34px;
	}

	.cgv-section {
		margin-bottom: 15px;
		padding: 24px 20px;

		border-radius: 10px;
	}

	.cgv-section h2 {
		margin-bottom: 20px;

		font-size: 21px;
	}

	.cgv-section p {
		font-size: 15px;
		line-height: 1.75;
	}

	.cgv-details {
		padding: 18px;
	}

	.cgv-form {
		padding: 22px 18px;
	}

}


/* =========================================================
   TRÈS PETITS ÉCRANS
   ========================================================= */

@media (max-width: 480px) {

	.cgv-section {
		padding: 22px 17px;
	}

	.cgv-section h2 {
		padding-left: 14px;

		font-size: 19px;
	}

	.cgv-section h2::before {
		width: 3px;
	}

	.cgv-details,
	.cgv-form {
		border-radius: 8px;
	}

}/* End custom CSS */