a {
	font-weight: bold;
	text-decoration: none;
}

.header-with-more-link .more-details-plus {
	align-items: center;
}

.syndicat-dropdown {
	border-bottom: 6px solid #a0a2a6;
	color: #f9fafb;
}

.formations-dropdown {
	border-bottom: 6px solid white;
	color: #f9fafb;
}

.tag.achat {
	background-color: red;
	color: #ffffff;
	font-weight: bold;
}

.tag.assurance {
	background-color: #fac137;
	color: #ffffff;
	font-weight: bold;
}

.tag.gestion {
	background-color: #fb8524;
	color: #ffffff;
	font-weight: bold;
}

.tag.publications {
	background-color: #40a9ff;
	color: #ffffff;
	font-weight: bold;
}

.tag.syndicat {
	background-color: #a0a2a6;
	color: #000000;
	font-weight: bold;
}

.tag.travaux {
	background-color: #6db641;
	color: #000000;
	font-weight: bold;
}

.tag.vos_droits {
	background-color: #d21f7e;
	color: #ffffff;
	font-weight: bold;
}

.tag.vos-droits {
	background-color: #d21f7e;
	color: #ffffff;
	font-weight: bold;
}

.tag.formations {
	background-color: white;
	color: #000000;
	font-weight: bold;
}


.mmenu-dropdown.achat {
	border-color: red;
	border: none;
}

.mmenu-dropdown.assurance {
	border-color: #fac137;
	border: none;
}

.mmenu-dropdown.gestion {
	border-color: #fb8524;
	border: none;
}

.mmenu-dropdown.publications {
	border-color: #40a9ff;
	border: none;
}

.mmenu-dropdown.syndicat {
	border-color: #d4d6db;
	border: none;
}

.mmenu-dropdown.travaux {
	border-color: #6db641;
	border: none;
}

.mmenu-dropdown.vos-droits {
	border-color: #d21f7e;
	border: none;
}

.mmenu-dropdown.formations {
	border-color: red;
	border: none;
}




a.nodeco {
	text-decoration: none !important;
}

p {
	margin-bottom: 1rem;
}

.desktop-tablet-navbar.dark {
	z-index: 10;
}

.tagheading {
	margin-bottom: 0px;
}

.w-dropdown {
	z-index: 2;
}

/* Dropdown menu */
.achat-dropdown.w--open {
	background-color: #002766;
}

.syndicat-dropdown.w--open {
	background-color: #002766;
}

.gestion-dropdown.w--open {
	background-color: #002766;
}

.assurance-dropdown.w--open {
	background-color: #002766;
}

.travaux-dropdown.w--open {
	background-color: #002766;
}

.publications-dropdown.w--open {
	background-color: #002766;
}

.paragraph-margin-0 {
	margin-bottom: 0;
}

.tag.notLogged {
	background-color: red;
	padding-bottom: 0px;
	border-style: none;
	font-size: 0.75rem;
	line-height: 1.5;
	color: white;
}

a.video-slides {
	text-decoration: none !important;
}

.video-slides .heading.xs {
	text-decoration: none !important;
}

.questions-listing-wrapper {
	padding: 24px;
}

.questions-listing-home {
	margin-bottom: 20px;
}

.questions-listing-home:last-child {
	margin-bottom: 0px;
}

.questions-listing-home a {
	text-decoration: none;
	color: #0f0f0f;
	line-height: 1.4;
	background-color: #eaf8fe;
	padding: 4px 12px;
	display: block;
	font-size: 0.875rem;
}

.questions-listing-home a:hover {
	background-color: #c0e7f6;
}

.w-input:disabled {
	background-size: 45px 45px;
	background-image: linear-gradient(-45deg, #f7f7fb 0, #f7f7fb 25%, #ffffff 25%, #ffffff 50%, #f7f7fb 50%, #f7f7fb 75%, #ffffff 75%);
}

.c-b-neutral-90.w-button {
	color: #ffffff;
}

.warning-box {
	border: none;
}

.form-control {
	margin-bottom: 20px;
}

span.last>a {
	color: #5e6875;
	font-weight: 500;
	text-decoration: none;
}

.home-article-pods {
	min-height: 160px;
	padding-bottom: 20px !important;

}

.home-article-pods .paragraph-margin-0 {
	margin-bottom: 0.45rem !important;
}

.home-article-pods .heading.xs {
	margin-bottom: 0;
}

.cart-buttons {
	display: flex;
	gap: 24px;
	flex-direction: row;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
}

.chroniqueurs-profile {
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 200px;
	margin-bottom: 12px;

}

@media screen and (max-width: 991px) {
	.questions-listing-home a {

		font-size: 1rem;
	}
}

.video_embed {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}

.video_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.checkout-submit {
	margin-bottom: 48px;
}

.text-block-10 {
	width: 140px !important;
	line-height: 1.5 !important;
	font-weight: 700;
}

.text-block-11 {
	line-height: 1.5 !important;
}

@media (max-width: 800px) {
	.video_embed iframe {
		width: 100%;
	}

	.cookie-notification {
		margin-bottom: 40px;
	}

}

@media only screen and (max-device-width: 480px) and (orientation: landscape) {
	.cookie-notification {
		margin-bottom: 42px;
	}
}

.cookie-notification {
	z-index: 5;
}