footer{
	background-color:#000;
	color:white;
	height: max-content;
}
.container_footer{
	display: flex;
	justify-content: space-around;
	align-items: top;
	flex-wrap: wrap;
}
.container_coordonnee{
	width:30%;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
}
.container_logo_footer{
	background-size: cover;
	width:400px;
	height:230px;
}
.container_menu_footer{
	width:30%;
	justify-content: center;
	flex-wrap:wrap;
}
.position_logo_facebook{
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	padding-bottom: 50px;
}
.footer_coordonnee{
	width:100%;
}
.footer_coordonnee a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color:white;
	font-weight: 700 !important;
	letter-spacing: 2.4px;
}
footer a:hover{
	color:#f7992b;
}
.facebook{
	background-size: cover;
	background-position: center;
	height: 45px;
	width:45px;
}
.footer_links{
	flex-direction: column;
	height: calc(100% - 230px);
	padding:0 0 15px 0;
	justify-content: space-between;
	width: 100%;
}
.footer_links a{
	font-size:16px;
	color:white;
}
.copyright{
	width:100%;
	margin:0 auto;
	justify-content: space-around;
	align-items: center;
	color:#f7992b;
	padding-top: 50px;
	margin-bottom: 20px;
}
.copyright p{
	width:30%;
}
.copyright p:first-child{
	text-align: center;
}
.copyright a{
	color:#f7992b;
}
.copyright a:hover{
	color:white;
}

@media screen and (max-width: 480px){

	.container_coordonnee {
	    width: 100%;
	}
	.container_logo_footer{
		width:100%;
	}
	.container_menu_footer {
		width: 85%;
	}
	.footer_coordonnee{
		width:100%;
	}
	.footer_coordonnee h3{
		width:70%;
		margin: 0;
	}
	.position_logo_facebook {
	    flex-wrap: wrap;
	    height: auto;
	    margin-top: 50px;
	}
	.position_logo_facebook a{
		justify-content: center;
		text-align: center;
	}
	.footer_links {
	    width: 85%;
	    height: auto;
	}
	.container_footer_links{
		text-align: center;
		margin: 5px 0;
	}
	.copyright p{
		width:40%;
	}
}

@media screen and (min-width:481px) and (max-width: 600px){

	.container_coordonnee {
	    width: 100%;
	}
	.container_menu_footer {
		width: 85%;
	}
	.footer_coordonnee{
		width:85%;
	}
	.footer_coordonnee h3{
		width:70%;
		margin: 0;
	}
	.position_logo_facebook {
	    flex-wrap: wrap;
	    height: auto;
	    margin-top: 50px;
	}
	.position_logo_facebook a{
		justify-content: center;
		text-align: center;
	}
	.footer_links {
	    width: 85%;
	    height: auto;
	}
	.container_footer_links{
		text-align: center;
		margin: 5px 0;
	}
	.copyright p{
		width:35%;
	}
}

@media screen and (min-width:601px) and (max-width: 800px){

	.container_coordonnee{
		width:45%;
	}
	.container_menu_footer{
		width:45%;
	}
	.footer_coordonnee a{
		width:100%;
	}
	.footer_coordonnee h3{
		width:81%;
		margin: 0;
	}
	.position_logo_facebook {
	    flex-wrap: wrap;
	}
	.position_logo_facebook a{
		justify-content: center;
		text-align: center;
	}
	.copyright p{
		width:45%;
	}
}

@media screen and (min-width:801px) and (max-width: 1000px){

	.container_coordonnee{
		width:45%;
	}
	.container_menu_footer{
		width:45%;
	}
	.footer_coordonnee a{
		width:100%;
	}
	.footer_coordonnee h3{
		width:calc(90% - 45px);
		margin: 0;
	}
	.copyright p{
		width:45%;
	}
}