.footer{
	display: flex;
	flex-direction: column;
	float: left;
	width: 100%;
	border-top: 30px solid var(--color-gold);
	margin-top: 80px;
}
	.footer_top{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		float: left;
		width: 100%;
		padding: 60px 30px;
		position: relative;
	}
	.footer_top:before{
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		background: url(/public/images/decoration/pattern.png) repeat center top #efefef;
		z-index: 1;
		opacity: 0.3;
		content: '';
	}
		.footer_top > *{
			display: flex;
			width: calc(100% / 3);
			padding: 30px;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			z-index: 2;
		}
		.footer_left{
		}
		.footer_projet{
                	display: flex;
                	flex-direction: column;
                	float: left;
                	/*line-height: 24px;*/
                    font-style: normal;
                }
                .footer_button_projet{
					display: flex;
					flex-direction: row;
					justify-content: center;
					align-items: center;
					/* border: 1px solid var(--color-green); */
					border: 1px solid var(--color-gold);
					background: #fff;
					/* color: var(--color-green); */
					color: var(--color-gold);
					height: 40px;
					padding: 0 15px;
					
					cursor: pointer;
					transition: all .3s ease-in-out;
			}
			.footer_button_projet:hover{
				background: #fff;
				/* color: var(--color-green); */
				color: var(--color-gold);
			}
			.item2_button-icon{
				float: left;
				margin-left: 15px;
				font-size: 16px;
				/* color: var(--color-green); */
				color: var(--color-gold);
				
			}
			.item2_button-label{
				float: left;
			    text-transform: uppercase;
			    font-size: 15px;
			    font-weight: 500;
			}
			.footer_labels{
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				float: left;
				text-align: center;
			}
				.footer_labels-title{
					float: left;
					margin-bottom: 20px;
					color: #000000;
					font-size: 39px;
					font-weight: 300;
					text-transform: uppercase;
				}
				.footer_labels-logos{
					display: flex;
					flex-direction: row;
					align-items: center;
					justify-content: center;
					flex-wrap: wrap;
					float: left;
					max-width: 420px;
					padding: 10px;
					background: #ffffff;
				}
					.footer_labels-logo{
						flex-grow: 1;
						flex-basis: 0;
						display: flex;
						flex-direction: column;
						align-items: center;
						justify-content: center;
						float: left;
						margin: 10px;
					}
						.footer_labels-logo-image{
							float: left;
							max-height: 100px;
							max-width: 180px;
						}
		.footer_center{
		}
			.footer_center > *{
				margin-bottom: 50px;
			}
			.footer_center > *:last-child{
				margin-bottom: 0;
			}
			.footer_logo{
				float: left;
			}
				.footer_logo-image{
					float: left;
					height: 180px;
				}
			.footer_opening{
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				float: left;
				text-align: center;
			}
				.footer_opening-title{
					float: left;
					margin-bottom: 20px;
					color: #000000;
					font-size: 24px;
					font-weight: 500;
					text-transform: uppercase;
				}
				.footer_opening-text{
					float: left;
					line-height: 24px;
					color: #000000;
					font-size: 16px;
				}
		.footer_right{
		}
			.footer_contact{
				display: flex;
				flex-direction: column;
				align-items: center;
				float: left;
			}
				.footer_contact-title{
					float: left;
					width: 100%;
					margin-bottom: 20px;
					color: #000000;
					font-size: 39px;
					font-weight: 300;
					text-transform: uppercase;
				}
				.footer_contact-links{
					display: flex;
					flex-direction: column;
					float: left;
					margin-bottom: 20px;
				}
					.footer_contact-link{
						display: flex;
						flex-direction: row;
						justify-content: flex-start;
						float: left;
						padding: 2px 0;
						margin-bottom: 20px;
						cursor: pointer;
					}
					.footer_contact-link:last-child{
						margin-bottom: 0;
					}
						.footer_contact-link-icon{
							float: left;
							margin-right: 15px;
							color: #000;
							font-size: 28px;
						}
						.footer_contact-link-label{
							float: left;
							line-height: 24px;
							color: #000000;
							font-size: 20px;
						}
				.footer_contact-networks{
					display: flex;
					flex-direction: row;
					justify-content: flex-start;
					align-items: center;
					float: left;
					width: 100%;
				}
					.footer_contact-network{
						display: flex;
						flex-direction: row;
						justify-content: flex-start;
						float: left;
						padding: 2px 0;
						margin-right: 20px;
					}
						.footer_contact-network-icon{
							float: left;
							color: #000;
							font-size: 28px;
						}
	.footer_bottom{
		display: flex;
		flex-direction: column;
		align-items: center;
		float: left;
		width: 100%;
		padding: 20px 30px;
		background: #000000;
		position: relative;
	}
		.footer_links{
			display: flex;
			flex-direction: row;
			align-items: center;
			float: left;
		}
			.footer_link{
				float: left;
				line-height: 20px;
				color: #ffffff;
				margin-right: 20px;
				font-size: 14px;
				position: relative;
				cursor: pointer;
			}
			.footer_link:last-child{
				margin-right: 0;
			}
				.footer_link a{
					color: inherit;
				}
				.footer_link::after{
					content: "";
					float: left;
					width: 3px;
					height: 3px;
					border-radius: 50%;
					background: #ffffff;
					position: absolute;
					top: calc(50% - 2px);
					right: -12px;
				}
				.footer_link:last-child::after{
					display: none;
				}

@media (max-width: 1500px) {

	.footer_top{
		padding: 60px 10px;
	}
	.footer_top > *{
		padding: 20px;
	}
	.footer_logo-image{
		height: 160px;
	}
	.footer_labels-logo-image{
		max-height: 80px;
		max-width: 140px;
	}

}

@media (max-width: 1280px) {

	.footer_labels-logos{
		max-width: 280px;
	}
	.footer_labels-logo{
		margin: 10px;
	}
	.footer_labels-logo-image{
		max-height: 80px;
		max-width: 110px;
	}
	.footer_labels-title,
	.footer_opening-title,
	.footer_contact-title{
		font-size: 24px;
	}

}

@media (max-width: 1024px) {

	.footer_top{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer_top > *{
		min-width: 320px;
	}
	.footer_center{
		order: 1;
	}
	.footer_right{
		order: 2;
	}
	.footer_left{
		order: 3;
		margin-bottom: 0;
	}
	.footer_opening{
		margin-bottom: 30px;
	}
	.footer_logo-image {
	    height: 100px;
	}
	.footer_contact-title{
		width: auto;
		text-align: center;
	}
	.footer_contact-link-label{
		line-height: 20px;
		font-size: 16px;
	}
	.footer_contact-link-icon{
		font-size: 24px;
	}

}

@media (max-width: 768px) {

	.footer_top{
		flex-direction: column;
		padding: 20px;
	}
	.footer_top > *{
		min-width: 0;
		width: 100%;
		padding: 20px 0;
	}
	.footer_bottom{
		padding: 20px;
	}

}
