.footer-supp-nap {
    background-color: #dfb634;
    color: rgba(255,255,255,.5);
    font-size: 16px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-supp-nap a {
    color: #fff;
}

@media (max-width: 767.1px) {
	.footer-supp-nap > .row > div:nth-child(2) {
	  border-top: 1px solid;
        border-top-color: rgba(255,255,255,.15);
        
	}
}

.widget.title-text {
    padding: 20px 0;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}

.widget.title-text a {
    display: block;
    padding: 10px 0;
    background: #fff;
}

.widget.title-text p:nth-child(odd) a {
    background: #f4f4f4;
}

.widget.title-text a:hover,
.widget.title-text p:nth-child(odd) a:hover {
    background: #517b47;
    color: #fff;
    text-decoration: none;
}