@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(normalize.css);

body {
  background-color: #efefef;
}

.header {
  background-color: #70DAB1;
  display: flex;
  position: fixed;
  top: 0px;
  height: 50px;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 2px 2px #CCC;
}

.titre-page {
  background-color: white;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 50px;
  margin-bottom: 0px;
  border-bottom: 1px solid #efefef;
}

.complement-titre-page {
  color: grey;
  font-size: 14px;
}

.content {
  margin: 0;
  margin-bottom: 70px;
}

.footer {
  height: 60px;
  color: grey;
  font-size: 11px;
  text-align: center;
}

.orgue {
  background-color: white;
  margin: 10px;
  box-shadow: 0px 2px 3px #DDD;
}

.orgue header {
  padding: 6px 10px;
  border-bottom: 1px solid #EEE;
  background-color: #FAFAFA;
}

.orgue .titre {
  display: inline;
  margin-right: 4px;
  color: #F6094D;
  font-size: 16px;
  font-weight: normal;
}

.orgue .nom-ville {
  display: inline;
  color: grey;
  font-size: 16px;
}

.orgue .facteur {
  margin-top: 2px;
  font-size: 14px;
}

.orgue .photo {
  margin: 10px;
  float: left;
  width: 100px;
  height: 80px;
}

.orgue .specs {
  padding: 14px 10px;
  font-size: 12px;
  font-color: #000;
}

.orgue .specs abbr {
  text-decoration: none;
}

.orgue .histoire {
  padding: 0px 10px 14px;
  color: #aaa;
  font-size: 12px;
}

.orgue footer {
  clear: both;
  border-top: 1px solid #EEE;
  padding: 6px 10px;
  font-size: 12px;
}

.orgue .lien-notice,
.orgue .lien-itineraire {
  text-decoration: none;
  color: #70DAB1;
}

.orgue .distance {
  float: right;
  background-color: white;
  color: #70DAB1;
  vertical-align: middle;
}

.orgue .distance-icon {
  vertical-align: middle;
}

.ville {
  background-color: white;
  padding: 10px 18px;
  border-bottom: 1px solid #efefef;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}

.ville .cp {
  margin-top: 2px;
  font-size: 12px;
  color: #aaa;
}

.ville .nb_orgue {
  color: #70DAB1;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 18px;
  font-size: 14px;
}

.placeholder {
  text-align: center;
  color: #888;
  width: 100%;
  background-color: white;
  padding: 10px 18px;
  border-bottom: 1px solid #efefef;
  margin-top: 0px;
}

.group-letter {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  background-color: #f5f8fa;
}

.searchbar {
  margin-top: 50px;
  padding: 10px 8px;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #efefef;
  display: flex;
}

.search {
  height: 32px;
  width: 100%;
  outline: none;
  padding-left: 12px;
  border: none;
}

.searchbar .search-icon {
  vertical-align: middle;
  margin-left: 10px;
  height: 32px;
}

.searchbar .clear-search {
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: transparent;
}

.searchbar .clear-search-icon {
  vertical-align: middle;
  margin-right: 10px;
}

.searchbar .clear-search-icon path {
  fill: #aaa;
}

.sitename {
  width: 160px;
  border-right: 1px solid red;
}

.navbar {
  width: 100%;
}

.navbar ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar a {
  display: block;
  height: 50px;
  /*vertical-align: middle;*/
  padding: 10px 16px;
  align: center;

}

.navbar a.v-link-active {
  background-color: white;
  /*border-bottom: 3px solid #fff;*/
}

.navbar a.v-link-active .nav-icon path {
  fill: black;
}

.navbar .nav-icon {
  height: 30px;
  width: 30px;
}

.navbar .nav-icon path {
  fill: #fff;
}

.intro {
  font-size: 14px;
  padding: 100px 50px;
  margin-top: 50px;
  text-align: center;
  background-color: white;
}

.intro p {
  margin-top: 26px;
}

.intro-invite {
  font-size: 16px;
  color: #70DAB1;
}

.logo {
  width: 100%;
}

.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #70DAB1;
}

.svg-icon circle {
  stroke: #70DAB1;
  stroke-width: 1;
}
