.footer 
{
	background: var(--noir_antracite);
	color: var(--background_color) !important;
	position: relative;
}

.footer * 
{
	color: white;
}

.footer .scrollUp 
{
	position: absolute;
	right: 0;
	/* top: 0; */
	transform: translateY(-50%);
	box-shadow: #0000001a 0 0 0.4em;
	transition: transform .8s;
	position: fixed;
	bottom: 0;
	right: 2em;
	display: inline-block;
}

.footer .scrollUp:hover 
{
	transform: translateY(-50%) scale(1.1);
	box-shadow: #0000004d 0 0em 0.2em, #00000047 0 0em 0.8em;
}

.stripe_1.newsletter_suscribe_block 
{
	padding-top: 1em;
	display: none;
}

.stripe_1.newsletter_suscribe_block .newsletter_accroche 
{
	display: inline-block;
	width: 31em;
	/* background: red; */
	max-width: 100vw;
}

.newsletter_form_block 
{}

.slogan 
{
	font-family: 'archerbold';
	font-size: 1.5em;
}

.slogan span.fi-sr-envelope-open 
{
	font-size: 2em;
	margin-right: .4em;
}

.newsletter_form 
{
	display: inline-block;
	width: 40em;
	padding: 1.7em 2em;
	vertical-align: top;
	/* background: blue; */
	max-width: 100vw;
}

.input_wrapper.email_newsletter.type_email.email_newsletter 
{
	width: 22em;
	float: left;
	margin-right: 2em;
	max-width: 100vw;
}

.input_wrapper.email_newsletter.type_email.email_newsletter .input_placeholder 
{
	margin-top: -1em;
}

input.email_newsletter.email_newsletter 
{
	border: var(--gris_moyen) 3px solid;
	background-color: transparent;
	padding: 0.3em 1em;
	font-size: 1em;
	width: 100%;
	margin-right: 2em;
	display: inline-block;
}

.news_letter_CGU 
{
	display: inline-block;
	float: left;
	line-height: 1em;
	padding: 0.6em 0;
}

input#footer_news_letter_CGU_checkbox 
{}

.footer label 
{
	font-size: .8em;
	line-height: 1.3em;
}

.footer .bt.bt_inscription 
{
	padding: .2em 1em;
}

.stripe_2.footer_menu_block 
{
	border: var(--turquoise) 1px solid;
	border-color: var(--turquoise_sombre);
	border-width: 1px 0;
	/* margin: 1em auto; */
}

.stripe_2.footer_menu_block:after 
{
	content: '';
	display: block;
	clear: both;
}

.stripe_3 
{
	text-align: center;
	font-size: .8em;
	width: 100%;
}

.stripe_3 .copyright 
{
	display: inline-block;
}

.stripe_3 a 
{
	/* font-size: .8em; */
	display: inline-block;
	margin: 1em;
}

.stripe_3 a:hover 
{}

.footer_menu_block .footer_menu_column_wrapper 
{
	display: flex;
	width: calc( 100% - 14em);
	float: left;
}

.footer_menu_column 
{
	display: inline-block;
	vertical-align: top;
	padding: 0em 1em;
	line-height: 1.6em;
	border-right: var(--turquoise_sombre) 1px solid;
	margin: 1em 1em;
	width: 14em;
}

.footer_menu_column a 
{
	display: block;
	line-height: 1.2em;
	margin: 0.4em 0px;
	font-size: 0.9em;
	/* display: inline-block; */
}

.head_footer_column 
{
	font-family: 'archerbold';
	color: var(--turquoise);
	font-size: 1.4em;
}

a 
{}

.social_links_wrapper 
{
	/*     background: red; */
	width: 14em;
	/* height: 16em; */
	display: inline-block;
	/* float: right; */
	padding: 2em 3em;
	text-align: center;
	vertical-align: middle;
}

.social_links_wrapper a 
{
	/* background-color: var(--background_color_content); */
	display: inline-block;
	height: 1em;
	width: 1em;
	margin: 0.3em;
	border-radius: 100%;
	line-height: 0.2em;
	font-size: 2.2em;
	transition: var(--transition_medium);
	transform: scale(0.8);
	padding: 0;
}

.social_links_wrapper a:hover 
{
	text-decoration: none;
	transform: scale(1);
}

.social_links_wrapper a:after 
{
	font-family: 'icomoon';
}

a.facebook:after 
{
	content: '\ea90';
}

a.twitter:after 
{
	content: '\ea96';
}

a.instagram:after 
{
	content: '\ea92';
	font-family: 'icomoon';
}

a.linkedIn:after 
{
	content: '\eaca';
	content: '\eac9';
}

a.youtube:after 
{
	content: '\ea9d';
}

@media screen and (max-width: 1200px) 
{}

@media screen and (max-width: 825px) 
{
	.footer .page_width_wrapper 
	{
		display: block;
	}
	.footer_menu_column_wrapper 
	{
		width: 100vw;
		display: block;
	}
	.footer_menu_column 
	{
		width: 100vw !important;
		;
		text-align: center;
	}
	.stripe_1.newsletter_suscribe_block 
	{
		width: 100vw !important;
		;
	}
	.input_wrapper.email_newsletter.type_email.email_newsletter 
	{
		display: block;
		width: 100% !important;
		;
	}
	.footer_menu_column 
	{
		width: 100vw !important;
		display: block;
		margin: 0 !important;
	}
	.footer_menu_column_wrapper 
	{
		display: block !important;
		width: 100% !important;
	}
	.social_links_wrapper 
	{
		/* display: block !important; */
		width: 100% !important;
		/* padding: 1em !important; */
		float: none !important;
		margin: 0em auto !important;
	}
	.footer .scrollUp 
	{
		right: 0;
		bottom: 0;
		position: fixed;
		transform: translateY(0%) scale(1) !important;
	}
}

.footer_dje 
{
	display:flex;
	flex-direction:row;
	position:relative;
	/* border: var(--turquoise) 1px solid; */
	/* border-color: var(--turquoise_sombre); */
	/* border-width: 1px 0; */
	max-width:71.875em;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-left: auto;
	margin-right: auto;
}

.footer_dje_logo
{
	flex:1 1 14em;
	display:block;
	max-width:14em;
	align-content: space-around;
}

.footer_dje_milieu
{
	flex:1 1 43em;
	display:block;
	/* max-width:43em; */
	padding:25px;
}
