a.cta,
.loop a.cta,
.entry #button-classic,
.entry .button-classic,
.entry .button_1.button_yellow,
ol.comments-list .reply a {
	font-size: var(--vef-cta-font-size);
	line-height: 1em;
	font-weight: var(--vef-cta-font-weight);

	color: var(--vef-cta-text-color);
	background: var(--vef-cta-background);

	padding: var(--vef-cta-padding);

	border: none !important;
	border-radius: 0px !important;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block !important;
}

.corps [type="submit"]:not(.mejs-inner [type="submit"]),
.corps [type="button"]:not(.mejs-inner [type="button"]) {
	font-size: var(--vef-cta-font-size);
	line-height: 1em;
	font-weight: var(--vef-cta-font-weight);

	color: var(--vef-cta-text-color);
	background: var(--vef-cta-background);

	padding: var(--vef-cta-padding);

	border: none !important;
	border-radius: 0px !important;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
}

a.cta:hover,
.loop a.cta:hover,
.entry #button-classic:hover,
.entry .button-classic:hover,
.entry .button_1.button_yellow:hover,
.corps [type="submit"]:not(.mejs-inner [type="submit"]):hover,
.corps [type="button"]:not(.mejs-inner [type="button"]):hover,
ol.comments-list .reply a:hover {
	background: var(--vef-cta-background-hover);
	color: var(--vef-cta-text-hover);
	text-decoration: none !important;
}


.entry a.cta + a.cta {
	/* margin-left: 10px !important; */
	border: 5px solid white !important;
}




.entry .multi_cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	text-align: center;
	margin-inline: auto;
}

.entry .multi_cta > a.cta + a.cta {
	border: none !important;
}

@media (min-width:800px) {
	.entry .multi_cta {
		flex-direction: row;
	}
}



/* LEGACY */
.entry * + #wrapper-buttons-classic {
	margin-top: var(--vef-elements-spacing);
	text-align: center;
}

.entry #button-classic,
.entry .button-classic {
	color: white !important;
}

.entry #button-classic:hover a {
	display: inline-block;
	margin-inline: auto;
}


/* NON : si je cache la misère, on la corrigera pas
.entry * + #wrapper-buttons-classic a:empty {
	display: none !important;
} */



#button-classic + #button-classic,
.button-classic + .button-classic {
	margin-left: 10px;
}