/*verte  = #00D573*/
/*sombre = #01CF71*/

body {
  font-size: 16px;
}
a {
  color: #00d573;
}
.intro-message > p {
  text-shadow: 2px 2px 3px rgb(0 0 0 / 60%);
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
.intro-divider {
  border-top: 1px solid #01cf71;
}
.section-heading-spacer {
  border-top: 3px solid #01cf71;
}
.col-lg-5.col-lg-offset-2.col-sm-6 .img-responsive {
  margin: 5vh 0;
}
button.hbtn.hb-border-off2 {
  border: 5px solid #00d573;
  background-color: #222;
}
a.a2a_dd {
  color: #fff;
}
.fa-plus-square {
  color: #00d573;
}
details p,
details li {
  line-height: 1.8em;
}
.copied {
  display: none;
}
p#codeToCopy {
  font-size: 2.5em;
}
footer {
  padding: 0;
}
.lang-button a {
  color: #fff;
}
.fa-circle-info {
  font-size: .5em;
  position: absolute;
  margin-left: .5em;
}
.tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px 0;
  font-size: .5em;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.show {
  visibility: visible;
}

