/* INFOBOXES */
.infobox {
	padding: var(--vef-elements-padding, 1.5rem) !important;
	background: #F5F5F5;
	color: #444;
}

.infobox a:not(.cta) {
	color: inherit;
}


.infobox *:last-child {
	margin-bottom: 0;
}

.infobox.bleu {
	background-color: #dfe8ed;
}

.infobox.vert,
.infobox.goodbox,
.gform_confirmation_wrapper {
	background-color: #dff0d8;
}

.infobox.blanc {
	background-color: #FFF;
}

.infobox.jaune {
	background-color: #fff8e7;
}

.infobox.rouge,
.infobox.badbox {
	background-color: #f2dede;
}

.infobox.bleu,
.infobox.bleu a {
	color: #4a82a1;
}

.infobox.vert,
.infobox.vert a,
.gform_confirmation_wrapper {
	color: green;
}

.infobox.vert .cta {
	color: white !important;
}


.infobox.rouge,
.infobox.rouge a,
.infobox.badbox,
.infobox.badbox a {
	color: #b94a48;
}

.goodbox p:first-of-type,
.badbox p:first-of-type {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 0.5em;
}

.infobox a:not(.cta) {
	text-decoration: underline;
}

.infobox a:not(.cta):hover {
	text-decoration: none;
}