.pre-home.has-widget-gpx > .with-border.with-border-to-top:before,
.pre-home.has-widget-gpx > .with-border.with-border-to-top:after {
  display: none;
}

.pre-home.has-widget-gpx .widget-gpx-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.pre-home.has-widget-gpx .widget-gpx-section-inner {
  padding: 2% 0% 4%;
}

.pre-home.has-widget-gpx .widget-carte-gpx {
  padding: 0 4%;
}

.pre-home.has-widget-gpx .widget-gpx-texte-wrap {
  padding: 0 7.5% 2.5% 7.5%;
  margin-bottom: 10px;
}

.pre-home.has-widget-gpx .widget-gpx-texte-wrap .texte p {
  margin-top: 0;
}

.pre-home.has-widget-gpx #widgetTdt {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #fff;
  height: 100%;
}

.pre-home.has-widget-gpx #mapTdt {
  height: 1000px;
  margin-bottom: 40px;
}

.pre-home.has-widget-gpx #gridTdt.view_maplist #containerGrid {
  overflow-y: scroll;
  height: 1000px;
}

.pre-home.has-widget-gpx #widgetTdt,
.pre-home.has-widget-gpx #widgetTdt * {
  box-sizing: content-box !important;
}

.pre-home.has-widget-gpx #gridTdt {
  background-color: white;
  z-index: 3;
  position: relative;
}

@media (max-width: 768px) {
  .pre-home.has-widget-gpx .widget-gpx-section-inner {
    padding: 2% 0% 4%;
  }

  .pre-home.has-widget-gpx .widget-gpx-titre-wrap .container-fluid.strate1,
  .pre-home.has-widget-gpx .widget-gpx-texte-wrap {
    padding-left: 38px;
    padding-right: 38px;
  }

  .pre-home.has-widget-gpx #mapTdt {
    height: 660px;
  }
}
