footer{
	background-color: #353535;
	/*margin-top: 4em;*/
	margin-top: auto;
	padding: 2em 0 0 0;
	color: #8b8b8b;
    text-align: center;
    letter-spacing: .2em;
	font-size: 80%;
}

footer p{
	margin-bottom: 1.5em;
}

#footer-container{
    height: 100%;
	padding:2em .5em;
}
#footer-container img {
    width: 100px;
	margin-bottom: 2em;
}

footer a,
footer a:link,
footer a:visited{
	color: inherit;
}
.content footer a:hover{
	color: #d8d8d8;
}

.copyright{
	margin-top: 3em;
	font-size: 90%;
	letter-spacing: .08em;
}

.footer-line{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
	margin-bottom: 32px;
}
.footer-line:nth-child(1){
	height: 7em;
}
#footer-logo-cfa{
	height: 100%;
	background-image:url("../img/logo-cfa-footer.svg");
	background-position: right center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}
	#footer-logo-cfa a{
		height: 100%;
		width: 100%;
		display: block;
	}

.footer-line>div:nth-child(1){
	text-align: right;
	margin-right: 32px;
	position: relative;
	width: 50%;
}
.footer-line>div:nth-child(1):after{
	content: "";
	display: block;
	border-right:1px solid;
	opacity: .5;
	height: 100%;
	position: absolute;
	right: -32px;
	top:0;
}
.footer-line:nth-child(1)>div:nth-child(1):after{
	height: 50%;
	top:25%;
}
.footer-line>div:nth-child(2){
	text-align: left;
	margin-left: 32px;
	width: 50%;
}
#footer-links a{
	display: block;
}

#footer-reseaux{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#footer-reseaux a:hover .fa-stack-1x{
	color: black;
}

/* SOCIAL */
#social-share{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin: 1em 0;
}
.social-share-button{
	color:#999999;
	font-size: 120%;
	margin:0 .4em;
	cursor: pointer;
}
.social-share-button:hover{
	color:#777777;
}
.social-share-txt{
	font-family: 'Ubuntu Condensed', 'Ubuntu', sans-serif !important;
	transform: scale(.8);
	letter-spacing: -1px;
	display: inline-block;
	margin-left: -0.2em;
}
#footer-reseaux a>.fa-stack>.fa-solid.fa-circle{
	font-weight: 200;
}
#footer-reseaux a:hover>.fa-stack>.fa-solid.fa-circle{
	font-weight: 600;
	color: #d8d8d8;
}


#footer-logos-partenaires{
	background-color: white;
	width: 100%;
	height: 100px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#footer-logos-partenaires a{
	height: 100%;
	overflow: hidden;
}

#footer-logos-partenaires img{
	height: 100%;
	padding: 7%;
}

@media print {
	footer{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.footer-line-responsive{
		flex-direction:column;
	}
	.footer-line-responsive>div:nth-child(1) {
		text-align: center;
		margin-right: 0;
		width: 90%;
	}
	.footer-line-responsive>div:nth-child(1):after {
		display: block;
		border-bottom: 1px solid;
		border-right: none;
		opacity: .5;
		width: 25%;
		position: absolute;
		left: 37.5%;
		right: 0;
		top: 16px;
	}
	.footer-line-responsive>div:nth-child(2) {
		text-align: center;
		margin-left: 0;
		margin-top: 32px;
		width: 90%;
	}
}