
/*PETIT ORDINATEUR*/
@media screen and (max-width: 1070px) {
	.footer-div{
		margin: 15px 25px !important;	
	}
	.footer-description-div {
		width: 300px !important;
		/*flex: 2;*/
	}
	#footer-link {
		justify-content: space-between !important;
	}
}

/*TABLETTE*/
@media screen and (max-width: 900px) {
	#footer-top{
		display: block !important;
	}
	.footer-description-div {
		margin: 15px 0 40px 0px !important;
		width: 80% !important;
		/*flex: 2;*/
	}
	#footer-logo {
		width: 230px !important;
	}
	.footer-div:nth-child(1) {
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 970px) {
	.footer-div{
		margin: 15px !important;	
	}
}

/*MOBILE*/
@media screen and (max-width: 600px) {
	.footer-description-div {
		margin: 15px 0 40px 0 !important;
		width: calc(100% - 60px) !important;
	}
	#footer-link {
		display: block !important;
	}
	.footer-div {
		margin: 50px 0 30px 0 !important;	
	}
	#footer-logo {
		width: 210px !important;
	}
	#footer-top {
		margin: 0 30px 10px 30px !important;
	}
	#footer-bottom {
		margin: 0 30px !important;
	}
}


/*ORDINATEUR PAR DEFAUT*/
#footer {
	border-top: 1px solid #e4e4e4;
}

/*TOP*/
#footer-top {
	padding-top: 35px;
	margin: 0 60px 10px 60px;
	border-bottom: 1px solid rgba(0,0,0,.1);;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer-description-div {
	margin: 15px 15px 15px 0;
	color: #656565;
	width: 370px;
}
#footer-link {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.footer-div {
	margin: 15px 50px 15px 50px;
	color: #656565;
}
.footer-div h5 {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 15px 0;
	font-weight: 600;
	color: #3e416d;
}
.footer-div a {
	white-space: nowrap;
	text-decoration: none;
	color: #6f6f6f;
	line-height: 25px;
	padding: 4px 0;
	font-size: 14px;
	font-weight: 600;
}
.footer-div a:hover {
	color: #000000;
}
.footer-list-link {
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-logo {
	width: 250px;
}
#footer-description {
	margin-top: 0;
	font-weight: 500;
	font-size: .9rem;
}

/*FOOTER BOTTOM*/
#footer-bottom {
	margin: 0 60px;
	padding-bottom: 60px;
}
#footer-bottom strong {
	font-weight: 600;
}
#footer-bottom p {
	margin: 0;
	color: #656565;
}
#footer-bottom a {
	text-decoration: none;
}
#footer-bottom a:hover {
	color: #3e416d;
}