footer .info{
	width: 100%;
    background: #2957a4;
    position: relative;
    text-align: center;
    padding-top: 10px;
	margin-right: 0;
    margin-left: 0;
}
footer .info .adresse, footer .info .tele, footer .info .email{
	position: relative;
    color: #ffffff;
    font-weight: 400;
}
footer .info .ico{
	width: 60px;
    height: 60px;
    color: #2957a4;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    padding-top: 16px;
}

footer .byvivace p {
    margin: 0 0 -3px;
    color: gray;
    font-size: 13px;
}
footer .byvivace p {
    margin: 0 0 -3px;
    color: gray;
    font-size: 13px;
}
footer .byvivace a {
    color: gray;
}

footer .navbar-default {
    background-color: #1f7972;
    border-top: inherit;
    border-radius: inherit;
    border-right: inherit;
    border-bottom: 4px solid #fff;
}
footer .navbar .navbar-collapse {
    text-align: center;
    background: #1f7972;
}
footer .navbar .navbar-nav {
    display: inline-block;
    float: none;
}
@media (min-width: 770px){
footer .navbar-nav>li {
    float: left;
    height: 47px;
}}
footer .navbar-default .navbar-nav li a:hover::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #dbe464 transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	
} 