.footer-supp-nap {
    background-color: #493113;
    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);
        
	}
}



.warning-message {
    background: #060;
    border-bottom: 1px solid #334C2E;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
    text-decoration: none;
}