@keyframes bg {
  0% { background: rgba(0,0,0,0.1); }
  25% { background: rgba(100,0,0,0.1); }
  50% { background: rgba(100,0,100,0.1); }
  75% { background: rgba(0,100,0,0.1); }
  100% { background: rgba(0,0,150,0.1); }
}
.btn_leaflet {
    background: rgba(0,250,0,0.1);
    animation: bg2 2s linear infinite;
    border-radius: 24px;
    box-shadow: 0 0 2px #392e2c;
}

@keyframes bg2 {
  0% { background: rgba(0,250,0,0.1); }
  50% { background: rgba(0,250,250,0.1); }
  100% { background: rgba(250,250,250,0.1); }
}

.tarifs_tab th
{
	font-size: 30px;
    background-color: #6c513e;
    color: white;
	border:1px solid #cbc9c9;
}

.tarifs_tab td
{
	border:1px solid #cbc9c9;
	padding-left: 10px;
	padding-right: 10px;
}

.tarifs_tab
{
	border-collapse:collapse;
}