#cms #columns .container-info-concession {
  padding: 35px 20px;
}
#cms #columns .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
#cms #columns h1 {
  font-weight: 700;
}
#cms #columns .phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
#cms #columns .container-horaire-concession p span {
  min-width: 70px;
  display: inline-block;
  font-weight: 700;
}

.timeline-post-left .ult-timeline-arrow s {
  display: none;
}
.timeline-post-right .ult-timeline-arrow l {
  display: none;
}
.btn-actions-list a {
  display: inline-block;
}

#cms .list-group i.float-right {
  line-height: 22px;
}

/* cms-744 SERVICE  */

@media (max-width: 991px) {
  .service_bloc {
    display: flex;
    flex-direction: column;
  }

  .service_bloc .vc_col-sm-6 {
    width: 100%;
  }

  .service_bloc:nth-child(even) .vc_col-sm-6:last-child {
    order: -1;
  }
}

/* cms-748 https://simonneau.imaweb.com/content/748-notre-groupe */

@media (max-width: 991px) {
  .story-item {
    display: flex;
    flex-direction: column;
  }

  .story-item .vc_col-sm-6 {
    width: 100%;
  }

  .story-item.story-item-2 .vc_col-sm-6:last-child,
  .story-item.story-item-4 .vc_col-sm-6:last-child {
    order: -1;
  }
}

/* cms-754 https://simonneau.imaweb.com/content/754-notre-histoire */

@media (max-width: 991px) {
  .history_group {
    display: flex;
    flex-direction: column;
  }

  .history_group .vc_col-sm-6 {
    width: 100%;
  }
}


.cms-29 .block-cms > h2 {
  display: none;
}

.cms-29 .block-cms > h1 {
  margin-bottom: 2rem;
  text-align: center;
}


#cms #columns a:not(.btn) {
  text-decoration: underline;


}