/* Template */
.navbar-brand img {
  height: 45px;
}
.lang_selector_flag {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-right: 10px;
  background-size: 24px 18px;
}
.lang_selector_flag:hover, .lang_selector_flag.flag_active{
  box-shadow: 2px 2px 4px #666;
}
.flag_fr {
  background-image: url('../img/fr.svg');
}
.flag_en {
  background-image: url('../img/en.svg');
}

/* Global */
h1 {
  margin-bottom: 2rem;
  border-bottom: 1px solid #666;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.25rem;
}
table.border-table {
  border-collapse: 0;
  width: 100%;
}
table.border-table td {
  border: 1px solid #000;
  padding: 1rem;
}
table.border-table td.border-table-angle {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

/* Home page */
#home h1 {
  margin-bottom: 1rem;
}
#home h1 a {
  text-decoration: none;
}

/* Product page */


/* Manual page */
.manual-layout .nav h3 {
  font-size: 1rem;
}
.manual-layout h2 {
  margin-bottom: 2rem;
}
.manual-layout dd {
  margin-bottom: 3rem;
  border-bottom: 1px solid #666;
}
.manual-layout dd dt {
  font-weight: normal;
}
.manual-layout dd dd {
  margin-bottom: 1rem;
  border-bottom: none;
}

/* Contact page */
#contact .success-message {
  margin-bottom: 350px;
}