body.single-post ul.default-wp-page {
	display: none !important;
}

.single-post .post-thumbnail img,
.post img.wp-post-image {
	display: block;
	margin-top: 5px;
	border-radius: 18px;
	overflow: hidden;
}

body.page h1 {
	font-size: 1.65rem;
	margin-top: 5px;
	margin-bottom: 10px;
	background: linear-gradient(90deg, #1abc9c, #289dcc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

@font-face {
	font-family: "Gagalin";
	src: url("https://www.professeurs-des-ecoles.com/Donations/Gagalin.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

.menu-bloc-gagalin {
	font-family: "Gagalin", Arial, sans-serif;
	font-size: 1em;
	border-radius: clamp(8px, 4vw, 24px);
	border-width: 3px;
	border-style: solid;
	transition: font-size 0.2s, border-width 0.2s, border-radius 0.2s;
}

.menu-bloc-gagalin span:first-child {
	position: absolute;
	top: 4px;
	right: 8px;
	font-size: clamp(0.9em, 2vw, 1.4em);
	pointer-events: none;
	line-height: 1;
	z-index: 3;
}

@media (max-width: 600px) {
	.menu-bloc-gagalin {
		border-width: 1.5px !important;
		font-size: 0.85em !important;
		border-radius: 8px !important;
	}
}

@media (min-width: 900px) {
	.menu-bloc-gagalin {
		font-size: 1.7em !important;
		border-width: 3px !important;
		border-radius: 24px !important;
	}
}

.single-post .category-lectures-de-livres .wp-post-image {
	display: none;
}

.cm-content,
.content-area,
.main-content-inner {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.page-id-22802 .cm-entry-title,
.page-id-19852 .cm-entry-title {
	display: none !important;
}

.video-actions {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.video-actions .btn {
	display: flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.75em 1.2em;
	border: none;
	border-radius: 2em;
	background: #f3f4f8;
	box-shadow: 0 1px 6px rgba(30, 50, 80, 0.07);
	color: #1a1a1a;
	font-size: 1.05rem;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease;
}

.video-actions .btn:hover {
	background: #e6e8f1;
	color: #215ee6;
}

.video-actions .btn:link,
.video-actions .btn:visited {
	color: #656565;
	text-decoration: none;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
	display: none !important;
}

button.registration_button {
	display: none;
}

.cm-header-main-row {
	background-color: #fff !important;
}

.pde-premium-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #289dcc;
	color: #fff;
	text-align: center;
	padding: 11.5px 0;
	font-size: 18.4px;
	font-weight: 700;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

.pde-premium-bar a {
	color: #fff;
	text-decoration: none;
}

.pde-overlay {
	position: fixed;
	inset: 0;
	background: rgba(30, 35, 60, 0.18);
	z-index: 9998;
}

.pde-popup-card {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #f3f4f8;
	padding: 2.2rem 1.2rem 1.5rem;
	border-radius: 1.2rem;
	box-shadow: 0 8px 32px rgba(30, 50, 80, 0.13);
	z-index: 9999;
	width: 90vw;
	max-width: 400px;
	min-width: 220px;
	text-align: center;
}

.pde-popup-card img {
	max-width: 220px;
	height: auto;
	border-radius: 10px;
	margin-bottom: 1.2rem;
	box-shadow: 0 2px 16px rgba(30, 50, 80, 0.08);
}

.pde-popup-card p {
	color: #222;
}

.pde-popup-buttons {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.pde-popup-buttons .btn,
.pde-popup-buttons button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	padding: 0.75em 1.35em;
	min-width: 160px;
	border: 2px solid transparent;
	border-radius: 2em;
	background: #ccccd6;
	color: #222;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease;
	box-shadow: 0 1px 6px rgba(30, 50, 80, 0.07);
	box-sizing: border-box;
	outline: none;
	white-space: nowrap;
}

.pde-popup-buttons .btn:hover,
.pde-popup-buttons .btn:focus,
.pde-popup-buttons button:hover,
.pde-popup-buttons button:focus {
	background: #b3b3c2;
	color: #222;
	border-color: transparent;
}

.pde-popup-buttons .pde-secondary {
	background: #e6e8f1;
	color: #444;
}

.pde-popup-buttons .pde-secondary:hover,
.pde-popup-buttons .pde-secondary:focus {
	background: #d4d7e7;
	color: #222;
}

.pde-donation-popup {
	background: #fff;
	padding: 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	max-width: 400px;
	min-height: 220px;
	border: 1.5px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	animation: pde-fade-in 0.4s ease;
}

.pde-donation-popup .pde-popup-buttons .btn {
	background: #289dcc;
	color: #fff;
	box-shadow: 0 3px 8px rgba(40, 157, 204, 0.3);
}

.pde-donation-popup .pde-popup-buttons .btn:hover,
.pde-donation-popup .pde-popup-buttons .btn:focus {
	background: #1f88b3;
	color: #fff;
}

@media (min-width: 500px) {
	.pde-popup-card {
		padding: 2.2rem 2.4rem 1.5rem;
		min-width: 280px;
	}
}

@keyframes pde-fade-in {
	from {
		opacity: 0;
		transform: translate(-50%, -48%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
