.items_list {
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.items_list .item_title, .items_list .lire_suite_event {
  color: #02aed6;
}
.items_list .item_title:hover, .items_list .lire_suite_event:hover {
  font-weight: bold;
  background-color: #04AFDF !important;
  color: white !important;
  font-weight: bold !important;
  cursor: pointer;
}
.items_list .item_suite {
  content: "\e006";
}

.carte-france {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}/*# sourceMappingURL=styleSortir.css.map */