@charset "utf-8";
@media screen and (max-width: 660px) {
  .carte-region .regions .region-items {
    width: calc(312px + 5px*2);
  }
  .carte-region .contentBtn {
    width: calc(100% - 10px*2);
    padding: 0 10px 30px;
    max-width: calc(312px + 10px*2);
  }
}
