#index {
  background-image: url("/photos/batf.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: black;
}

#fond {
  background-image: url("/photos/background-lightblue.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: black;
}

.document {
  clear: both;
}

.enitalic {
  font-style: italic;
}

.enblanc {
  color: white;
}

.ennoir {
  color: black;
}

.envert {
  color: #1a7d0e;
}

.enrouge {
  color: red;
}

.enorange {
  color: #ee6c50;
}

.engris {
  color: #8a8685;
}

.engrisclair {
  color: #c9c6c6;
}
.contentdb {
  white-space: pre-wrap;
}

.infoimg {
  float: left;
  padding-right: 5px;
  width: 200px;
  height: auto;
}

.inner {
  overflow: hidden;
}

.inner img {
  transition: all 1s ease;
}

.inner:hover img {
  transform: scale(1.5);
}

.text-bg-ro {
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

.txtOverlay {
  opacity: 0.9;
  text-align: justify;
}

.theText {
  opacity: 0;
  font-size: 1.5em;
}

.txtOverlay:hover .theText {
  opacity: 0.9;
  color: #ffffff;
}

/* centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.legend {
  font-size: 1rem;
  color: #444444;
  font-style: italic;
}

.legend-light {
  font-size: 1rem;
  color: #c1bebe;
  font-style: italic;
}

.legend-dark {
  font-size: 1rem;
  color: #070707;
  font-weight: bold;
  font-style: italic;
}

.over-wrap {
  overflow-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

.fixed {
  table-layout: fixed;
}

hr.black1pt {
  border: 1px solid black;
}
