.destinationContentBas span {
  color: var(--red);
  font-weight: bold;
}

.destinationContentLeft .destinationContentBottom2 div span + span {
  color: var(--blue);
  font-size: 24px;
}

#block-transport-views-block-destination-view-block-3 h2 {
  color: var(--red);
  font-weight: bold;
  width: 800px;
  margin: 0 auto 25px;
}

section#block-transport-views-block-destination-view-block-3 .view-content .views-row:last-child .destination
{
  border-bottom: 1px solid;
}

article.destination{
  border: none;
}

#block-transport-views-block-destination-view-block-3{
  margin-top: 50px;
}

#block-transport-views-block-gare-view-block-1 .views-field.views-field-title {
  font-size: 2rem;
  margin-bottom: 10px;
}

#block-transport-views-block-gare-view-block-1 {
  margin: 50px auto 100px;
}

.destinationContentBas {
height: 157px;
  margin-top: 23px;
  margin-bottom: 9px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.destinationContentBas .leaflet-container {
  height: 100%;
}

.destinationContentDuree span:nth-child(2) {
  color: var(--red);
  letter-spacing: 2px;
}

.destinationContentPrix span:nth-child(3) {
  font-size: 2rem;
  line-height: 22px;
  font-weight: bold;
      color: var(--blue);
}

.destinationContentBottom {
  margin: 50px 0;
  padding-right: 25px;
}

.destinationContentPrix span:nth-child(2) {
  font-size: 5rem;
  color: var(--blue);
  font-weight: bold;
}

.destinationContent {
  display: flex;
  justify-content: space-between;
}

.destinationContentLeft {
  width: 65%;
  font-size: 2rem;
}

.destinationContentTop {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.destinationContent span {
  display: block;
}

.destinationContentLeft div span + span {
  font-weight: bold;
  color: var(--red);
}

.destinationContentLeft div span + span a{
  font-weight: bold;
  color: var(--blue);
}

.destinationContentBottom span + span {
  font-size: 3rem;
}

.destinationContentRight {
  width: 20%;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  text-align: center;
}