/* Imports désactivés pour les polices et Font Awesome */

/* Supprime le lissage */
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fit-picture {
  width: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", arial;
  background-image: url("https://bim.plateforme-tipee.com/Images/bat.png");
  background-size: cover; /* S'assure que l'image couvre toute la page */
  background-position: center; /* Centre l'image */
  background-repeat: no-repeat; /* Empêche la répétition de l'image */
  background-attachment: fixed; /* Garde l'image de fond fixe */
  color: #ffffff;
  font-weight: 300;
}

h1 {
  font-family: "Open Sans", arial;
  font-weight: 300;
  float: left;
  width: 55%;
  margin-left: 0.5em;
  font-size: 2.5em;
  margin-bottom: 2.5em;
}

h2 {
  margin: 0;
  margin-left: 0.5em;
  font-family: "Roboto";
  font-weight: 500;
  color: black;
}

.container {
  margin-top: 1%;
  width: 100%;
  height: 100%;
}

.spacer {
  width: 20em;
  float: left;
  margin-bottom: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
}

.footer {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}


/* Animation (en utilisant seulement les pourcentages) */
@-webkit-keyframes galeri {
  1% {
    background-position: 0 0;
  }
  10% {
    background-position: 0 10em;
  }
  20% {
    background-position: 0 10em;
  }
  30% {
    background-position: 0 20em;
  }
  40% {
    background-position: 0 20em;
  }
  50% {
    background-position: 0 30em;
  }
  60% {
    background-position: 0 30em;
  }
  70% {
    background-position: 0 40em;
  }
  80% {
    background-position: 0 40em;
  }
  100% {
    background-position: 0 40em;
  }
}

.abutton {
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.dropbtn {
  background-color: rgba(164, 196, 7, 1);
  color: white;
  width: 15em;
  padding: 1em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  font-size: 1.25em;
  border: none;
  cursor: pointer;
}

.disabledBtn {
  width: 15em;
  padding: 1em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  font-size: 1.25em;
  border: none;
  cursor: not-allowed;
  pointer-events: none;
  color: #c0c0c0;
  background-color: #ffffff;
}

.dropbtnA {
  background-color: rgba(86, 102, 27, 1);
  color: white;
  width: 15em;
  padding: 1em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  font-size: 1.25em;
  border: none;
  cursor: pointer;
}

.dropbtn

.testA {
  background-color: rgba(86, 102, 27, 0.5);
  width: 15em;
  padding: 1em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  font-size: 1.25em;
  border: none;
  color: grey;
}

.defil {
  background-color: #f44336;
  width: 15em;
  padding: 0.75em;
  margin-left: 0.5em;
  margin-top: 0;
  font-size: 1.25em;
  border: none;
  color: white;
}

.dropbtnI {
  background-color: rgba(0, 16, 77, 1);
  color: white;
  width: 15em;
  padding: 1em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  font-size: 1.25em;
  border: none;
  cursor: pointer;
}

.dropbtnOrange {
  background-color: #ffA500;
  color: white;
  width: 15em;
  padding: 1em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  font-size: 1.25em;
  border: none;
  cursor: pointer;
}

.dropbtnL {
  background-color: grey;
  color: white;
  width: 15em;
  padding: 1em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  font-size: 1.25em;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: rgba(113, 135, 7, 1);
}

.dropbtnA:hover,
.dropbtnA:focus {
  background-color: rgba(64, 77, 27, 1);
}

.dropbtnI:hover,
.dropbtnI:focus {
  background-color: rgba(0, 9, 44, 1);
}

.dropbtnL:hover,
.dropbtnL:focus {
  background-color: rgba(152, 70, 0, 1);
}

.dropdown-content {
  cursor: pointer;
  display: none;
  width: 97%;
  margin-left: 0.5em;
  position: absolute;
  color: white;
  background-color: rgba(113, 135, 7, 1);
  min-width: 10em;
  overflow: auto;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 0.75em 1em;
  text-decoration: none;
  display: block;
}

.dropdown-icon-content {
  cursor: pointer;
  display: none;
  width: auto;
  margin-left: 0.5em;
  position: absolute;
  color: white;
  overflow: auto;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-icon-content a {
  color : rgba(113, 135, 7, 1);
  background-color: rgba(113, 135, 7, 1);
  padding: 0.75em 1em;
  text-decoration: none;
  display: block;
}

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

.show {
  display: block;
}
---
.dropdown-content-right { position: absolute; left: 100%; top: 0; }
  .dropbtnA { padding: 6px 12px; cursor: pointer; }
  .arrow { float: right; }
----
img {
  width: 6.25em;
}

.pointer {
  cursor: pointer;
}

.mailto {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.mailto:hover {
  color: blue;
  background-color: green;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 3.5em auto;
  padding: 1.25em;
  background: white;
  color: black;
  border-radius: 0.25em;
  width: 80%;
  height: 50em;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 1.25em;
  right: 1.75em;
  transition: all 0.2s;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

.popup .close:hover {
  color: #06d85f;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.btnSmall {
  background-color: rgba(86, 102, 27, 1); /* même couleur que .dropbtnA */
  color: white;
  width: 15em;       /* même largeur fixe que .dropbtnA */
  padding: 1em;      /* même padding que .dropbtnA */
  margin-left: 0.5em;
  margin-top: 0.5em;
  font-size: 1.25em;
  border: none;
  cursor: pointer;
  text-align: left;
  display: block;
}

.btnSmall:hover,
.btnSmall:focus {
  background-color: rgba(64, 77, 27, 1); /* effet survol identique à .dropbtnA */
}
