.page_upper_title_right {
	margin-top: 0;
}


.verifactu_lower {
	max-width: var(--max_content_inner_blocks);
	margin: 0 auto 10rem;
	display: flex;
	column-gap: 4rem;
	justify-content: space-between;
}
.verifactu_lower_top { margin-bottom: 2.5rem; }

.verifactu_lower_left,
.verifactu_lower_right {
	flex: 1 1;
}

.verifactu_lower_number {
	width: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: MuseoSans, sans-serif;
	font-weight: bold;
	aspect-ratio: 1;
	color: #fff;
	border-radius: 1rem;
	background-color: var(--color_orange_2i);
}

.verifactu_lower_image {
	width: 100%;
	aspect-ratio: 460/217;
	border-radius: 1.5rem;
	background-color: var(--color_orange_2i);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.verifactu_lower_title {
	font-weight: bold;
	color: var(--color_grey_menu);
	font-size: 1.5rem;
	margin: 1rem 0;
}

.verifactu_lower_description {
	margin-top: 1rem;
	font-weight: 300;
	font-size: 1.25rem;
	font-family: MuseoSans, sans-serif;
	color: var(--color_grey_menu);
}
.verifactu_lower_description li {
	list-style: disc;
	margin-left: 1.5em;
}

.verifactu_contact_mail {
	display: flex;
	max-width: var(--max_content_inner_blocks);
	margin: 0 auto 6rem;
	align-items: center;
	justify-content: center;
	height: 3rem;
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
	background-color: var(--color_orange_2i);
	border-radius: 1.5rem;
}

.verifactu_contact_mail a { text-decoration: underline; }

.verifactu_products_title {
	max-width: var(--max_content_inner_blocks);
	margin: 0 auto .25em;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	border-bottom: 4px #D2D2D2 solid;
}

.verifactu_products {
	text-align: center;
	margin-bottom: 6rem;
}
.verifactu_product {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	padding: 1.25rem 0;
	margin: 0 .75rem 3rem;
	width: 25.625rem;
	aspect-ratio: 410/578;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 1em;
	vertical-align: top;
}
.verifactu_product a {
	display: block;
	margin: .65em auto 0;
	padding: .2em 1em 0;
	height: 1.75em;
	width: fit-content;
	font-size: 1.5rem;
	border-radius: 1.125em;
	background-color: var(--color_grey_button);
	color: var(--color_grey_menu_light);;
}



@media screen and (max-width: 600px) {
	.verifactu_header_img {
		width: 140px;
	}

	.verifactu_lower {
		width: 90vw;
	}

	.verifactu_lower {
		width: 90vw;
		display: block;
	}

	.verifactu_lower_left {
		margin-bottom: 4rem;
	}

	.verifactu_contact_mail {
		display: block;
		padding: 1.5rem;
		height: auto;
		text-align: center;
	}
}