@charset "UTF-8";

/*
Theme Name: Mediweb
Author: Mediweb team
*/

.grecaptcha-badge {
	visibility: hidden;
}

body .single-page .content-wrapper a:not(.m-button) {
	--_color: var(--c-secondary);
	 text-decoration: none !important;
	text-underline-position: from-font;
}
body .single-page .content-wrapper a:not(.m-button):hover {
	--_color: var(--c-secondary);
 	text-decoration: underline 1px solid var(--_color) !important;
}

.wp-block-columns > * > * {
	margin-block: 1.5rem;
}

.wp-block-columns > * > *:first-child {
	margin-top: 0px;
} 
.wp-block-columns > * > *:last-child {
	margin-bottom: 0px;
} 


.single-page.template-treatment .wp-block-treatments .treatment-content .excerpt {
	text-align: left !important;
}