body > footer {	padding: 2em 0 0}
body > footer > .background_footer {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: #fff}
	
/************************************************************************************************************************************************************/
/* BLOC GAUCHE																																				*/
/************************************************************************************************************************************************************/
body > footer > .center > .flex > .container_flex.small img {
	max-height: 5em;
	max-width: 100%;}

/************************************************************************************************************************************************************/
/* BLOC CENTRE																																				*/
/************************************************************************************************************************************************************/
body > footer > .center > .flex > .container_flex.small > ul.flex:not(.social-icons) > li > a  {
	display: block;
	padding: 0.25em 0.5em 0.25em 0;
	text-align: center;
	color: #3a2e24;
	font-size: 1rem}
body > footer > .center > .flex > .container_flex.small > ul.flex:not(.social-icons) > li > a > span.svg {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 1.7em;
	height: 1.7em;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin-right: 0.25em;
	background: #3a2e24;
	color: #fff}
body > footer > .center > .flex > .container_flex.small > ul.flex:not(.social-icons) > li > a > span.svg > svg {
	width: 0.9em;
	height: 0.9em}
body > footer > .center > .flex > .container_flex.small > ul.flex:not(.social-icons) > li > a > span:not(.svg) {
	position: relative;
	top: -1px}
body > footer > .center > .flex > .container_flex.small > ul.flex.social-icons {	margin: 1em 0 0}
body > footer > .center > .flex > .container_flex.small > ul.flex.social-icons > li {	margin: 0 0.25em}
body > footer > .center > .flex > .container_flex.small > ul.flex.social-icons > li:first-child {	margin-left: 0}
body > footer > .center > .flex > .container_flex.small > ul.flex.social-icons > li:last-child {	margin-right: 0}
body > footer > .center > .flex > .container_flex.small > ul.flex.social-icons > li > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 1.7em;
	height: 1.7em;
	text-align: center;
	border-radius: 50%;
	background: #3a2e24;
	color: #fff}
body > footer > .center > .flex > .container_flex.small > ul.flex.social-icons > li > a > svg {
	width: 0.9em;
	height: 0.9em}

/************************************************************************************************************************************************************/
/* BLOC DROITE																																				*/
/************************************************************************************************************************************************************/	
body > footer > .center > .flex > ul.container_flex.small > li {
	padding: 0 0;
	margin: 0 0 0.5em;
	font-size: 0.9rem;
	text-transform: uppercase}
body > footer > .center > .flex > ul.container_flex.small > li:last-child {	margin: 0 0 0}
body > footer > .center > .flex > ul.container_flex.small > li > a {
	display: block;
	padding: 0.25em 0.25em 0.25em 0}
	
/************************************************************************************************************************************************************/
/* WRAPPER																																					*/
/************************************************************************************************************************************************************/	
body > footer > .footer_wrapper {
	position: relative;
	z-index: 1;
	background: #f5ece1;
	margin: 2em 0 0;
	padding: 1em 0}
body > footer > .footer_wrapper > .center > p {
	text-align: center;
	margin: 0 0 0;
	font-size: 0.9rem}

/************************************************************************************************************************************************************/
/* ADAPTATION TAILLE ÉCRAN																																	*/
/************************************************************************************************************************************************************/
@media screen and (max-width: 1024px) {
	body > footer > .center > .flex > .container_flex.small {
		width: 32% !important;
		margin: 0 1% !important}
	body > footer > .center > .flex > .container_flex.small:first-child {	margin-left: 0 !important}
	body > footer > .center > .flex > .container_flex.small:last-child {	margin-right: 0 !important}
}
@media screen and (max-width: 768px) {
	body > footer > .center > .flex > .container_flex.small {
		width: 48% !important;
		margin: 0 2% !important}
	body > footer > .center > .flex > .container_flex.small:nth-child(2) {	margin-right: 0 !important}
	body > footer > .center > .flex > .container_flex.small:last-child {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100% !important;
		margin: 2em 0 0 !important}
	body > footer > .center > .flex > ul.container_flex.small > li {
		font-size: 0.75rem;
		padding: 0 0 0;
		margin: 0 0.5em 0}
	body > footer > .footer_wrapper {	margin: 1em 0 0}
	body > footer > .footer_wrapper > .center > p {	font-size: 0.75rem}
}
@media screen and (max-width: 480px) {
	body > footer > .footer_wrapper > .center > p > .block {	display: block}
	body > footer > .footer_wrapper > .center > p > .hidden {	display: none}
}
@media screen and (max-width: 360px) {
	body > footer > .center > .flex > ul.container_flex.small > li {
		min-width: 100%;
		margin: 0 0 0.5em;
		text-align: center}
	body > footer > .center > .flex > ul.container_flex.small > li {	margin: 0 0 0}
}
@media screen and (max-width: 340px) {
	body > footer > .center > .flex > .container_flex.small > ul.flex:not(.social-icons) > li > a {
		padding: 0 0 0 0;
		width: 1.7em;
		height: 1.7em;
		overflow: hidden}
	body > footer > .center > .flex > .container_flex.small > ul.flex:not(.social-icons) > li > a > span.svg {	margin-right: 0}
}