/*FRONT OFFICE*/
table.tum{
  width:500px;
}


/*Moteur de recherche*/
.search_tum{
  padding:10px;
  border:2px solid #162e70;
}

.search_tum select{
  padding:3px;
}

.search_tum select{
  margin-bottom: 5px;
}

.search_tum img{
  vertical-align:middle;
  margin-bottom:4px;
}

/* Affichage des résultats*/

.titre{
  font-size: 20px;
  font-weight: bold;
}

.trajets{
  float:left;
  margin-right:10px;
  width:49%;
}

.trajets_droite{
  margin-right:0px;
}

/* feuille de style pour les tablette */
@media (max-width: 910px) {
  .trajets{
    width:108%;
    margin:0px -10px 0px -10px;
  }

  .pieton{
    width:108%;
    margin:0px -10px 0px -10px;
  }
}

/* feuille de style pour les mobile */
@media (max-width: 705px) {
  .trajets{
    width:108%;
    margin:0px -10px 0px -10px;
  }

  .pieton{
    width:108%;
    margin:0px -10px 0px -10px;
  }
}
#correspondance{
  display: none;
}
#corP{
  display: none;
}

.result img{
  vertical-align:middle;
}

.result{
  margin-bottom:10px;
  padding:5px;
  border:2px solid #162e70;
}

.pieton {
    border: 2px solid #162e70;
    /*border-radius: 10px;*/
    background: #D4EFDF;
    margin-bottom: 5px;
}
.pieton p{
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: smaller;
}
.pieton img{
  /*margin-top: 2px;
  margin-bottom: 2px;*/
  vertical-align: middle;
  margin-right:3px;
}
.pieton span{
  /*margin-top: 0px;
  margin-bottom: 0px;*/
}
.conseil {
    border: 2px solid #162e70;
    /*border-radius: 10px;*/
    background: #fff3cd;
    color: #856404;
    padding:5px;
}
