.lastupdated-header{
    font-size: 14px;
    margin-bottom: 1em;
    font-weight: normal;
    color: rgba(255,255,255,0.3);
}

.version{
    color: rgba(255,255,255,0.75) !important;
}

.center {
  text-align: center;
}


/* COULEUR DE L'APPLICATION */
.wy-side-nav-search {
  background-color: #1a78d8;
}

/*LARGEUR DE LA ZONE PRINCIPALE*/
.wy-nav-content {
    max-width: 80%;
}

/* JUSTIFICATION DU TEXTE */
.document{
  text-align: justify;
}

/*CENTRAGE DES IMAGES ET LARGUEUR MAXIMALE*/
.rst-content img {
  display: block;
  max-width: 85%;
  margin: 25px auto;
}

/*POLICE*/

.toctree-wrapper > p.caption, h1, h2, h3, h4, h5, h6, legend {
    font-family: Roboto,ff-tisa-web-pro,Georgia,Arial,sans-serif;
}

.language-flags {
  left: 0;
  display: flex;
  justify-content: flex-end;
}

.language-flags > a {
  width: 20px;
  height: 20px;
  display: inline;
  margin: 12px auto;
}

.dropbtn {
  background-color: white;
  color: white;
  min-width: 60px;
  min-height: 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn a {
  text-decoration: none;
  color: black;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #f9f9f9;
  min-width: 60px;
  min-height: 20px;
  box-shadow: 0px 8px 16px 
      0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropbtn img {
  width: 20px;
  height: 15px;
  margin: 10px 10px 10px 15px;
}

.dropdown-content img {
  width: 20px;
  height: 15px;
  margin: 10px 10px 10px 20px;
}

.dropdown-content a {
  color: black;
  padding: 1px 1px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #e1e1e1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: grey;
}

.wy-nav-top {
  background-color: #1a78d8 !important;
}
