.offcanvas-menu .offcanvas-inner .collapse li a, .offcanvas-menu .offcanvas-inner .collapsing li a {
	    text-transform: inherit !important;
}

@media (max-width: 768px) {
  #sp-left {margin-bottom: 60px;margin-top:-10px;}
}

.tableau_background{
  border-radius: 25px;
  background-color: #ebebeb;
}
.tableau_background tr td:first-child{
  padding-left: 10px;
}
.tableau_background tr td:last-child{
  padding-right: 10px;
}
.tableau_background tr:last-child td{
  padding-bottom: 10px;
}/*
.tableau_background tr:first-child td{
  padding-top: 15px;
}*/
.tableau_background tr td,
.tableau_background tr td p,
.tableau_background tr td em{
  text-align: left !important;
}
@media (max-width: 768px) {
  .tableau_background {
    border-radius: 10px;
  }
  .tableau_background tr td{
    display: inline-block;
    width:unset !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
  .tableau_background tr:last-child td:not(:last-child){
    padding-bottom: 0;
  }
  body.itemid-143 .tableau_background tr:first-child td{
    padding-top: 15px;
    padding-bottom: 0;
  }
  body.itemid-143 .tableau_background tr:nth-child(1) td,
  body.itemid-143 .tableau_background tr:nth-child(3) td{
    width:100% !important;
  }
  body.itemid-143 .tableau_background tr:nth-child(1) td h2,
  body.itemid-143 .tableau_background tr:nth-child(3) td img{
    margin:auto;
    text-align: center;
  }
}