#form_newsletter .form-check-label{
	font-size: 11px;
	margin-top:15px;
	display:block;
}

#form_newsletter .box-button{
	text-align:right;
}

.btn_submit {
	background: #333;
	color: #fff;
	font-size: 11px;
	border: 1px solid #333;
}
.btn_submit:hover {
	background:#f5f5f5;
	color:#333;
	border:1px solid #ecebeb;
}
.btn {
	border-radius: 0;
	cursor: pointer;
	border: 0;
	outline: 0;
	text-align: center;
	font-weight: 600;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.25;
	transition: all .15s ease-in-out;
}
.mt-2 {
    margin-top: .5rem!important;
}

.links-footer div{
  cursor:pointer;
  color: #cdcdcd;
}
.links-footer div:hover{
  color: #fb704a;
}