

@media (max-width: 1200px) { 
    .socialnetwork_copyright{
        padding: 2rem;
    }
	.footerbar {
		justify-content: space-around;
	}
}

@media (min-width: 1200px) { 
    .socialnetwork_copyright{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
    }
	.footerbar {
    	justify-content: flex-end;
	}
	.links{
		padding-right: 80px;
	}
}

footer{
	background:#444;
	min-width: 350px;
	width:100%;
	vertical-align:middle;
	font-size:11px;
	text-decoration: none;
}

.footerbar{
	height:160px;
	display: flex;
    align-items: center;
}

.socialnetwork_copyright{
	display: flex;
  	align-items: center;
	text-align: center;
	flex-direction: column;
}

.links{
	height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	font-size: 12px;
}

.socialnetwork_container{
	display: flex;
	padding-bottom: 20px;
}

.copyright_container{
	display: flex;
    flex-direction: column;
}

.contact_container{
	display: flex;
}

.cgu_container, .privacypolicy_container, .legalnotices_container{
	display: flex;
}

.copyright{
	color: #fff;
	font-size: 14px;
	cursor: default;
}

.version{
	color: #fff;
	font-size: 12px;
	cursor: default;
}

.facebook_logo{
	display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	background-color:rgb(92, 92, 92);
}

.facebook_logo:hover{
	background-color:#9c9c9c;
}

.facebook_logo_img{
	width: 26px;
}

.contact, .cgu, .privacypolicy, .legalnotices{
	line-height:30px;
	color:#fff;
	cursor: pointer;
}

.contact:hover, .cgu:hover, .privacypolicy:hover, .legalnotices:hover{
	text-decoration: underline;
	color: #ddd;
}