/* Concerne toutes les pages */

body {
  background-image: url("../images/background2.jpg");
  padding: 30px;
  text-align: center;
  font-family: "Times New Roman";
  color: white;
  position: relative;

  border-left: 20px solid rgb(58, 58, 58);
  border-right: 20px solid rgb(58, 58, 58);
}

h3 {
  font-weight: 100;
}

#couleurLien {
  color: rgb(255, 255, 255);
  /* font-weight: lighter; */
}

/* Index */

#container {
  width: 90%;
  padding: 1em;
  margin: auto;
}

/* Accueil */

#choisirRegion {
  font-size: 50px;
}

#txtChoisirRegionAccueil {
  font-size: 25px;
}

/* Régions */

#txtChoixRegion {
  font-size: 20px;
  font-style: italic;
}

/* Vins */

#vin {
  font-size: 30px;
}

.nomVinLst {
  font-weight: bold;
  font-size: 30px;
  text-align: left;
}

.infosVinLst {
  font-size: 20px;
  text-align: left;
}

.nomRegion {
  font-weight: bold;
  font-size: 50px;
}

/* Carte */

.nomCavesLst {
  font-weight: bold;
  font-size: 30px;
}

#descriptions {
  text-align: left;
  font-size: 20px;
}

#mapid {
  height: 680px;
}

/* Images */

#imgRegion {
  width: 25%;
}

#imgBienvenue {
  width: 25%;
}

#imgParchemin {
  width: 55%;
}

#imgChoixRegion {
  width: 25%;
}

/* Barre de menu */

.btn {
  color: #999;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  border: none;
  background: rgba(0, 0, 0, 0.4);
  background: #fff;
  padding: 20px 20px;
}

.footer {
  font-size: 8px;
  color: #fff;
  clear: both;
  display: block;
  letter-spacing: 5px;
  border: 1px solid #fff;
  padding: 5px;
  text-decoration: none;
  width: 210px;
  margin: auto;
  margin-top: 400px;
}
