.divBGFooter{
	width:100%;
	padding : 5px;
	margin:auto;
	background-color : #fccd2a;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.divBGFooter{
	margin-left:auto;
	margin-right:audio;
	text-align:center;
	font-size:1.6vw;
}

.imgLogoF{
	max-width:75px;
	max-height:75px;
	border: 2px solid #fff;
}
a.linkFT:hover, a.linkFT:active, a.linkFT:visited {
	color: inherit;
}

.btPOV{
	word-wrap: break-word;
	display:block;
	width:55%;
	padding: 5px 10px 5px 10px;
	background-color:#059212;
	font-size:1.5vw;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	transition:.2s;
	cursor:pointer;
	border-radius: 25px;
	margin-bottom:10px;
}

.btPOV:hover {
	transform: scale(1.04);
}

.linkPOV_1{
	display: flex;
	width:80%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}

.linkPOV_2{
	display: flex;
	width:10%;
	height:auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	background-color:#fff;
	margin-bottom:4px;
}

.linkPOV_3{
	word-wrap: break-word;
	display:block;
	width:95%;
	padding: 3px 5px 3px 5px;
	background-color:#999999;
	font-size:0.9vw;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	transition:.1s;
	cursor:pointer;
	border-radius: 7px;
}
.linkPOV_3:hover {
	background-color:#fccd2a;
	color:#059212;
}