footer {
	position: relative;
	padding: 3em 0 0;
	background-image: url('https://www.boucherie-fournier-thaon.fr/upload/footer-1725281697.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover}
footer > .background_footer {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%)}
footer > .center {
	min-height: 600px;
	padding: 0 0 8em}
footer > .footer_wrapper {
	padding: 2em 0 1.5em;
	position: relative}
footer > .center > .container_flex img {
	max-height: 7.5em;
	max-width: 300px;
	filter: brightness(10000%)}
footer > .center > .container_flex > ul {
	font-size: 0.9em;
	margin-top: 4em}
footer > .center > .container_flex > ul > li:nth-child(n+2) {	margin: 1em 0 0}
footer > .center > .flex > .container_flex > .flex:nth-child(n+2),
footer > .center > .flex > .container_flex > .flex > .container_flex > li:nth-child(n+2) {	margin: 0.5em 0 0}
footer > .center > .flex > .container_flex > li:last-child {	margin-top: 0.25em}
footer > .center > .flex > .container_flex > li > h3 {
	text-transform: uppercase;
	margin-bottom: 0.5em}
footer > .center > .flex > li > a > svg {
	vertical-align: bottom;
	height: 1.4em;
	width: 1em}
footer > .footer_wrapper > .center > ul.flex {	margin: 0 0 1em}
footer > .footer_wrapper > .center > ul.flex > li > ul.absolute {
	bottom: 100%;
	right: -0.5em;
	max-height: 0;
	overflow: hidden;
	padding: 0 0 0;
	white-space: nowrap;
	z-index: 2;
	background-image: linear-gradient(90deg, #21343e 0, #21343e);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	transition: max-height 0.3s linear 0s, padding 0s linear 0.3s}
footer > .footer_wrapper > .center > ul.flex > li:hover > ul.absolute {
	max-height: 25vh;
	padding: 0.5em 0.5em 0;
	transition: max-height 0.3s linear 0.3s, padding 0s linear 0.3s}
footer > .footer_wrapper > .center > ul.flex > li > ul.absolute > li {	margin: 0 0 0.5em}
footer > .footer_wrapper > .center > ul.flex > li > ul.absolute > li:last-child {	margin-bottom: 0.5em !important}
footer > .footer_wrapper > .center > ul.flex > li > ul.absolute > li > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff}
footer > .footer_wrapper > .center > ul.flex > li svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	position: relative;
	top: -0.2em}
footer > .footer_wrapper > .center > p {	margin: 0 0 0}

	@media screen and (max-width: 1024px) {
		footer > .center {	min-height: 450px}	
	}
	@media screen and (max-width: 800px) {
		footer > .center {	min-height: 350px}
		footer > .footer_wrapper > .center > ul.flex {	margin: 0 0 1.5em}
	}
	@media screen and (max-width: 600px) {
		footer > .center {	min-height: 300px}
		footer > .footer_wrapper > .center {
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start;
			justify-content: space-between}
		footer > .footer_wrapper > .center > ul.flex {
			width: 48%;
			display: block}
		footer > .footer_wrapper > .center > ul.flex:nth-child(2n+1) {	margin-right: 2%}
		footer > .footer_wrapper > .center > ul.flex:nth-child(2n) {	margin-left: 2%}
		footer > .footer_wrapper > .center > ul.flex > li {	margin: 0 0 1em}
		footer > .footer_wrapper > .center > ul.flex > li:last-child {	margin-bottom: 0}
		footer > .footer_wrapper > .center > ul.flex:nth-child(2n+1) > li {	text-align: left}
		footer > .footer_wrapper > .center > ul.flex:nth-child(2n) > li {	text-align: right}
		footer > .footer_wrapper > .center > p {
			position: absolute;
			bottom: 0;
			text-align: left}
		footer > .footer_wrapper > .center > p > .block {
			display: block;
			margin: 0 0 1em}
		footer > .footer_wrapper > .center > p > .block:last-child {	margin-bottom: 0}
		footer > .footer_wrapper > .center > p > .hidden {	display: none}
	}
	@media screen and (max-width: 480px) {
		footer > .footer_wrapper > .center > ul.flex,
		footer > .footer_wrapper > .center > p {	width: 100%}
		footer > .footer_wrapper > .center > ul.flex:nth-child(2n+1) > li {	text-align: center}
		footer > .footer_wrapper > .center > ul.flex:nth-child(2n) > li {	text-align: center}
		footer > .footer_wrapper > .center > p {
			position: initial;
			text-align: center}
	}