footer {
	margin-left:60px;
	color:#faedcd;
	transition:margin-left 0.7s;
	}
	
@media (max-width: 550px) {
	footer {
		margin-left:0;
		}
	}
	
footer a {
	color:#faedcd;
	}
	
footer a:hover {
	text-decoration:none;
	}
	
	
footer .footer_header {
	background-color:#9b592a;
	padding:50px 0;
	text-align:center;
	box-shadow: 0px 1px 10px 3px #000000;
	z-index:2;
	position:relative;
	}

footer .footer_header_zone {
	width:33%;
	padding:20px 30px;
	display:inline-block;
	vertical-align:top;
	height:110px;
	}

footer .footer_header_zone:not(:first-child) {
	border-left:2px solid #faedcd;
	}
	
@media (max-width: 880px) {
	footer .footer_header {
		padding:20px 0;
		}

	footer .footer_header_zone {
		width:270px;
		margin:auto;
		padding:30px 30px;
		display:block;
		height:fit-content;
		}

	footer .footer_header_zone:not(:first-child) {
		border-left:none;
		border-top:2px solid #faedcd;
		}
	}

footer .footer_header_zone .footer_header_titre {
	font-weight:bold;
	font-size:1.1em;
	margin:0;
	margin-bottom:0.5em;
	color:#ffffff;
	}

footer .footer_header_zone .footer_header_content {
	margin:0;
	}

footer .footer_bottom {
	background-color:#283518;
	z-index:1;
	position:relative;
	padding:50px;
	padding-left:350px;
	padding-right:330px;
	/* color:#FFFFFF; */
	}

footer .footer_bottom a {
	/* color:#FFFFFF; */
	}

footer .footer_bottom .footer_logo {
	/* color:#ffffff; */
	text-align:center;
	font-weight:bold;
	width:224px;
	position:absolute;
	top:40px;
	left:50px;
	color:#faedcd;
	text-decoration:none;
	display:block;
	}

footer .footer_bottom .footer_logo span {
	display:block;
	}

footer .footer_bottom .footer_logo span.trois_d {
	font-size:163px;
	line-height:121px;
	}

footer .footer_bottom .footer_logo span.paysage {
	font-size:44px;
	}

footer .footer_bottom .footer_logo span.sous_titre {
	margin-top:8px;
	font-size:0.75em;
	}

footer .footer_bottom .vue_3d {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:50px;
	}

footer .footer_bottom .vue_3d img {
	width:300px !important;
	height:auto !important;
	border-radius:5px;
	}

footer .footer_bottom .services {
	/* width:700px; */
	/* padding-left:300px; */
	/* color:#FFFFFF; */
	}

footer .footer_bottom .services .services_title {
	font-weight:bold;
	font-size:1.1em;
	margin:0;
	margin-bottom:20px;
	/* color:#FFFFFF; */
	}

footer .footer_bottom .services .services_nav {
	list-style:none;
	padding:0;
	margin:0;
	}

footer .footer_bottom .services .services_nav a {
	text-decoration:none;
	}

footer .footer_bottom .services .services_nav a:hover {
	text-decoration:underline;
	}

footer .footer_bottom .services .services_nav li {
	margin-bottom:10px;
	width:50%;
	display:inline-block;
	}

footer .footer_bottom .mentions_legales {
	font-size:13px;
	margin-top:45px;
	/* text-align:center; */
	}

footer .footer_bottom .mentions_legales a {
	/* color:#FFFFFF; */
	}

footer .footer_bottom .watermark {
	/* text-align:center; */
	}

footer .footer_bottom .watermark img {
	height:18px;
	}
	
@media (max-width: 1150px) {
	footer .footer_bottom {
		padding-right:20px;
		/* color:#FFFFFF; */
		}

	footer .footer_bottom .vue_3d {
		position:relative;
		top:0;
		transform:none;
		right:0;
		margin-top: 45px;
		}
	}
	
@media (max-width: 880px) {
	footer .footer_bottom {
		padding-left:20px;
		}

	footer .footer_bottom .footer_logo {
		position:relative;
		top:0;
		left:0;
		margin:auto;
		margin-bottom: 45px;
		}

	footer .footer_bottom .vue_3d {
		text-align:center;
		}

	footer .footer_bottom .vue_3d img {
		width:60% !important;
		}

	footer .footer_bottom .mentions_legales,
	footer .footer_bottom .watermark {
		text-align:center;
		}
	}
	
@media (max-width: 660px) {
	footer .footer_bottom .vue_3d img {
		width:80% !important;
		}
	}
	
@media (max-width: 440px) {
	footer .footer_bottom .services .services_nav li {
		width:100%;
		}

	footer .footer_bottom .vue_3d img {
		width:100% !important;
		}
	}