.wrap-table{
  overflow-x: auto;
}
@media screen and (min-width:1200px){
  .wrap-table{
    overflow-x: hidden;
  }
}

.wrap-table .wp-block-group__inner-container {
  min-width: 992px;
  margin-bottom: 0;
  padding: .5rem;
}

.wrap-table .wp-block-columns {
  margin: 0;
  gap: 2rem;
  flex-wrap: nowrap !important;
}

.wrap-table .tableau .contenu {
  padding: 1rem;
}

.wrap-table .tableau .check{
  width:20px; height: 20px;
  border-radius: 50%;
  background: var(--white) url(../../img/check.png) no-repeat center / contain
}

/*SERVICES CARDS*/
.service-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  display: grid;
  grid-template-rows: 1fr 50px;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .service-card {
    margin-bottom: 1vw;
  }
}

.service-card .icon-infos {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(../../img/infos.svg) no-repeat center center;
  vertical-align: top;
  margin-top: 0;
  cursor: pointer;
}

.service-card .icon-infos:hover, .service-card .icon-infos:hover {
  background: transparent url(../../img/infos-hover.svg) no-repeat center center;
}

.service-card--listing {
  border-top: solid 1px var(--background);
}

.service-el--infos {
  font-style: italic;
}