.reseau {
	display: flex;
}
.reseau > div:not(:last-child) {
	margin-right: 1rem;
}
.reseau img {
	width: 30px;
	height: 30px;
	filter: invert(74%) sepia(18%) saturate(439%) hue-rotate(91deg) brightness(85%) contrast(86%);
}
/*
 * Formules
 */
 .formules {
	width: 100%;
	margin: 1rem auto 10rem;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
}

@media screen and (max-width : 940px) {
	.formules {
		flex-flow: column;
	}
	.formules .formule.parent{
		width: 100%;
		margin-bottom: 2rem;
	}
}
.formules .formule{
	width: 32%;
	background-color: var(--light-pink);
	position: relative;
	min-height: 20rem;
	padding: 0;
	z-index: 0;
}
.formule a {
	height: 100%;
	display: block;
	text-decoration: none !important;
}
.formule a div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;
}
.formules .formule .glightbox4 .titre-content {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	height: 338px;
	width: 300px;
	position: relative;
}
.formule .glightbox4 .titre > p {
	font-size: 12em;
	position: absolute;
	color: var(--vert);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	font-family: var(--title-font);
	text-decoration: none;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.formule a .titre {
	text-decoration: none;
}
.formule .titre {
	position: relative;
	height: 338px;
	width: 300px;
	margin: auto;
}
.formule.parent .titre > img {
	position: absolute;
	z-index: -1;
	height: 338px;
	object-fit: contain;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.formule .glightbox4 .titre-content h3 {
	font-family: var(--title-font);
	font-size: 3rem;
	margin-bottom: 2rem;
	line-height: 1.1em;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: initial;
}
.data-content h3 br {
	display: none;
}
.formule button {
	background: var(--vert);
	border-radius: 0;
	width: 300px;
	margin: 2rem auto;
}
.goverlay {
	display: none;
}
@media screen and (min-width: 940px) {
	.gbtn {
		display: none;
	}
}
@media screen and (min-width: 850px) {
	.glightbox-clean .gslide-media {
		width: 40% !important;
	}
}
.titre.titre-content {
	position: relative;
	z-index: 0;
}
.titre.titre-content h3, 
.entry-content h3, 
.formule h2{
    font-size: 1.05em;
    font-weight: 600;
    color: var(--main-color);
}
.number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -43%);
	color: var(--main-color);
	font-family: var(--number-font);
	font-size: 20.5rem;
	z-index: -1;
	opacity: 0.15;
	line-height: 0;
	margin: 0;
	-webkit-transform: translate(-50%, -43%);
	-moz-transform: translate(-50%, -43%);
	-ms-transform: translate(-50%, -43%);
	-o-transform: translate(-50%, -43%);
}
/* user board */
.acf-tab-title { cursor: pointer; background: #ddd; padding: 10px; margin: 5px 0; }
.acf-tab-content { display: none; padding: 10px; border: 1px solid #ccc; }
.acf-tab-content.active { display: block; }
.success { color: green; }
.error { color: red; }
.acf-tab-title {
	cursor: pointer;
	padding: 10px;
	background: #f1f1f1;
	display: inline-block;
	margin: 0 5px 0 0;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
}

.acf-tab-title.active {
	background: #0073aa;
	color: #fff;
}

.acf-tab-content {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 0 5px 5px 5px;
	margin-bottom: 10px;
}
.button.lien_paiement {
	background: grey;
	padding: 1rem;
	display: inline-block;
	border-radius: 5px;
}
.publication-error-message.notice {
    display: block;
    background: #fff;
    border-left: 4px solid #d63638;
    padding: 12px 16px;
    margin: 0 0 24px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.publication-error-message.notice p {
    margin: 0 0 8px;
}

.publication-error-message.notice ul {
    margin: 8px 0 0 20px;
    list-style: disc;
}