/*Styles personnalisées hébergements Baie de Morlaix*/

.titre-journal h1 {
  font-family: 'Bebas Neue', "Lucida Grande", "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

@media print {
  .titre-journal h1 {
    margin-top: 20px;
  }
}

#logoBdm {
    width: 9em;
    margin-top: 3.5em;
    float: left;
    margin-left: 0em;
}


#listeVille {
  /*font-family: "Digital-medium", "Lucida Grande", "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", sans-serif;*/
  font-family: 'Bebas Neue', "Lucida Grande", "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
  font-size: 1.4em;
  padding-top: 0.8em;
}

#violetbdm {
  background-color: #6B83B6;
  width: 16.667%;
  display: inline-block;
  min-height: 3mm;
}
#rosebdm {
  background-color: #F386A7;
  width: 16.667%;
  display: inline-block;
  min-height: 3mm;
}
#bleubdm {
  background-color: #34C3E0;
  width: 16.667%;
  display: inline-block;
  min-height: 3mm;
}
#orangebdm {
  background-color: #FAA61A;
  width: 16.667%;
  display: inline-block;
  min-height: 3mm;
}
#vertbdm {
  background-color: #BFD730;
  width: 16.667%;
  display: inline-block;
  min-height: 3mm;
}

.row-1 {
  background-color: #FAA61A;

}

.hotel .row-1 {
  background-color: #47CDE5;
}

.bb .row-1 {
  background-color: #6B83B6;
}

.camping .row-1 {
  background-color: #BFD730;
}

.nom-ccar {
  color: #FAA61A;
}

.collectif .row-1 {
  background-color: #47CDE5;
}

/*background différent selon les territoires, classe générée à partir du champ territoire*/
.row-1.MORLAIX {
  background-color: #47CDE5;
}
.row-1.CARANTEC {
  background-color: #F386A7;
}
.row-1.LOCQUIREC {
  background-color: #FAA61A;
}
.row-1.PLOUGASNOU {
  background-color: #BFD730;
}
.row-1.SAINT-THÉGONNEC {
  background-color: #6B83B6;
}


img.hautdegamme {
  width: 25px;
  height: auto;
  padding-bottom: 2px;
}

.pictos {
  margin-right: 10px;
  margin-left: auto;
}

.territoire {
  line-height: 0.85;
  font-family: Bebas Neue;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.55px;
}

.jp-commune {
  line-height: 0.85;
  letter-spacing: -0.75px;
}

.descriptif p {
  line-height: 8.25px;
}

ul.liste-services {
  margin-top: 5px;
}

.hautdegamme {
  background-color: #FFECDA;
}

.labels-2 img {
  height: 18px;
}

.th img {
  height: 18px;
}

td.table-ouverture {
}

.picto-interpage figure {
  margin: 1.5px;
}
