html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1, h2, h3, h4, h5, h6 {
  color:#159957;
}

.header {
  background-color: #c6a2dc;
  background-image: linear-gradient(120deg, #c6a2dc, #cb81ee);
  display: flex;
  align-items: center;
  justify-content: left;
  height: 50px;
  user-select: none;
}

.header h1 {
  color: #fff;
  margin: 0 auto;
}



code {
  background-color: #f3f6fa;
  color: #567482;
  display: inline-block;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  padding: 3px;
  word-break: normal;
  white-space: pre;
}

footer {
  border-top: solid 1px #eff0f1;
  padding: 30px;
}

.header>h1{
  font-size: xx-large;
  text-overflow: fade;
  white-space: nowrap;
  font-family: "Caveat", cursive;
  font-weight: lighter;
  text-align: center;
  display: block;
  width: 70%;
}

.lang-selector{
  color:white;
  font-size: 10px;
  margin-right: 15px;
  width: 50px;
  min-width: 50px;
  background: #c28edc;
  display: block;
  line-height: 50px;
  height: 50px;
  text-align: center;
}

.lang-selector:hover{
  background: #b45fe0;
  cursor: pointer;
}

.lang-selector:active{
  background: #ca8fe9;
}

.lang-selector-content {
  width: 250px;
  height: auto;
  z-index: 10000;
  background: white;
  top: 50px;
  left: 0;
  line-height: 10px;
  user-select: none;
  border: 3px solid #c6a2dc;
  border-top: 0;
  position: absolute;
}

.lang-name{
  height: 36px;
  padding: 10px;
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.lang-name:hover{
  background: #b45fe0;
  color: white;
  cursor: pointer;
}

.lang-name>a{
  color: #181818;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 25px;
}




.current{
  background: #b980dc;
  color: white;
  cursor: default !important;
  pointer-events: none;
}

.button{
  display: inline-flex;
  color: white;
  background: transparent;
  width: 36px;
  height: 3em;
  padding-top: 10px;
}

svg{
  fill: white;
}

.content{
  width: 100%;
  text-align: left;
  margin: 0 auto;
  max-width: 1000px;
}

.inner-content{
  display: block;
  margin: 0 auto;
  padding: 25px;
}

.infos-uteis{
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}
.info-block{
  display: block;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 25px;
}
.info-block>b{
  text-align: center;
  padding-left: 10px;
}

tr, td {
  text-align: center;
  padding: 5px 15px;
}