/* Pages legales : le theme Cookie est en page-fullwidth sans .container
   (mentions FR/EN/ES/DE/PL). Le HTML colle n'a plus les colonnes WPBakery. */

body.bdl-legal-page .page-fullwidth #main.site-main {
	width: 100%;
	max-width: 46rem;
	margin: 0 auto;
	padding: 4.5rem 1.25rem 5rem;
	box-sizing: border-box;
}

body.bdl-legal-page .page-fullwidth article.page,
body.bdl-legal-page .page-fullwidth article.page > .entry-content {
	margin: 0;
}

body.bdl-legal-page .page-default #main.site-main {
	padding-bottom: 2rem;
}

body.bdl-legal-page .entry-content,
.bdl-legal {
	color: #333;
	font-size: 16px;
	line-height: 1.65;
}

body.bdl-legal-page .entry-content > h2:first-child,
.bdl-legal > h2:first-child {
	margin: 0 0 1.25rem;
	color: #111;
	font-family: Oswald, Lato, Helvetica, sans-serif;
	font-size: 1.85rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: none;
}

body.bdl-legal-page .entry-content h3,
body.bdl-legal-page .entry-content h4,
.bdl-legal h3,
.bdl-legal h4 {
	margin: 2rem 0 0.75rem;
	color: #111;
	font-family: Oswald, Lato, Helvetica, sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.3;
}

body.bdl-legal-page .entry-content p,
.bdl-legal p {
	margin: 0 0 0.85rem;
}

body.bdl-legal-page .entry-content ul,
.bdl-legal ul {
	margin: 0 0 1rem 1.2rem;
	padding: 0;
}

body.bdl-legal-page .entry-content li,
.bdl-legal li {
	margin: 0 0 0.35rem;
}

body.bdl-legal-page .entry-content a,
.bdl-legal a {
	color: #b00060;
	text-decoration: underline;
}

body.bdl-legal-page .entry-content a:hover,
body.bdl-legal-page .entry-content a:focus,
.bdl-legal a:hover,
.bdl-legal a:focus {
	color: #e2007b;
}

body.bdl-legal-page .entry-content table,
.bdl-legal table {
	width: 100%;
	max-width: 100%;
	margin: 1rem 0 1.5rem;
	border-collapse: collapse;
	background: #fff;
}

body.bdl-legal-page .entry-content th,
body.bdl-legal-page .entry-content td,
.bdl-legal th,
.bdl-legal td {
	padding: 0.65rem 0.8rem;
	border: 1px solid #d5dbe3;
	vertical-align: top;
	text-align: left;
}

body.bdl-legal-page .entry-content thead th,
.bdl-legal thead th {
	background: #f3f5f8;
	color: #111;
	font-weight: 700;
}

body.bdl-legal-page .entry-content table td:first-child,
.bdl-legal table td:first-child {
	width: 38%;
	color: #111;
	font-weight: 600;
	background: #f7f8fa;
}

body.bdl-legal-page .entry-content table thead + tbody td:first-child,
body.bdl-legal-page .entry-content table:has(th:nth-child(2)) td:first-child,
.bdl-legal table thead + tbody td:first-child,
.bdl-legal table:has(th:nth-child(2)) td:first-child {
	width: auto;
	font-weight: 400;
	background: transparent;
}

body.bdl-legal-page .entry-content code,
.bdl-legal code {
	padding: 0.1em 0.35em;
	background: #f3f5f8;
	font-size: 0.92em;
}

@media (max-width: 640px) {
	body.bdl-legal-page .page-fullwidth #main.site-main {
		padding: 3rem 1rem 3.5rem;
	}

	body.bdl-legal-page .entry-content,
	.bdl-legal {
		font-size: 15px;
	}

	body.bdl-legal-page .entry-content table,
	.bdl-legal table {
		display: block;
		overflow-x: auto;
	}

	body.bdl-legal-page .entry-content th,
	body.bdl-legal-page .entry-content td,
	.bdl-legal th,
	.bdl-legal td {
		padding: 0.55rem 0.65rem;
	}
}
