/*
Theme Name:     Wolfpack Edition
Description:    Agence web - La meute du web
Author:         Yannick Lamour
Template:       Divi
Version:        1.0
*/

#main-footer {
	background-color: #3f4040!important;
}

#main-footer>.container {
	display: none;
}

#credentials-footer {
	width: 95%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

#credentials-footer p {
	padding: 0;
	color: #c0c0c0;
}

#credentials-footer a {
	color: #fffcff;	
	transition: 0.3s;
}

#credentials-footer .socialLinks {
	margin-top: 0.5rem;
}

#credentials-footer .socialLinks a {
	font-size: 12px;
}

#credentials-footer .socialLinks a:not(:last-child) {
	padding-right: 10px;
}

#credentials-footer a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 978px) {
	#credentials-footer {
		flex-direction: row;
		width: 66%;
		font-size: 12px;
	}

	#credentials-footer .socialLinks {
		margin-top: 0;
	}
}