@charset "utf-8";

body {
  background-color: #9c9c80;
  font-family: Open Sans, Lucida Grande, Lucida, Verdana, sans-serif;
  margin: 0;
}

a {
  display: inline-block;
  color: #a5f2ee;
}

header {
  background-color: #008184;
  min-height: 125;
  border-radius: 0px 0px 15px 15px;
}

main {
  background-color: #cccccc;
  padding: 15px 15px 15px 15px;
  min-height: 300px;
  border-radius: 30px;
  margin: 15px 0px 15px 0px;
}

footer {
  background-color: #1135a7;
  color: #ffffff;
  padding: 15px;
  border-radius: 30px 30px 0px 0px;
}

nav {
  background-color: #000000;
  border-radius: 30px;
  margin: 15px 0px 0px 0px;
}

nav.navbar {
  background-color: #000000;
}

nav.bg-secondary {
  background-color: #008184;
}

img.twitter {
  background-color: #000000;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

img.youtube {
  background-color: #ec1e12;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

img.pdf {
  height: 225px;
  width: 225px;
  border-radius: 100%;
}

img.schematics {
  height: 225px;
  width: 225px;
  border-radius: 100%;
}

span.documentations {
  font-size: 25px;
}

ul.losange {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}

li.losange {
  padding-left: 16px;
}

li.losange::before {
  content: "⧫"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: #008184; /* Or a color you prefer */
}

ol.number {
  list-style-type: upper-roman;
}

.dropdown-menu {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

ul.footer {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}
