/*
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;
}

.pms-form-submit {
	font-size: 16px;
	background-color: #f2c14e!important;
	border-width: 0px!important;
	border-radius: 25px!important;
	color: #474747;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em!important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all!important;
	transition-property: all!important;
	cursor: pointer;
}

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

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