/* BASIC TYPOGRAPHY                       */
/* from https://github.com/oxalorg/sakura */
html {
  font-size: 55%;
  font-family: "Roboto", "Verdana", "Geneva", sans-serif;
  font-weight: 300;
}
body {
  font-size: 15px;
  line-height: 1.618;
  max-width: 100%;
  margin: auto;
  color: #444;
  /* background-color: #f9f9f9; */
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header {
  width: 100%;
}
content {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  height: calc(100% - 150px);
}
footer {
  width: 1150px;
}
@media print {
  body {
    max-height: initial;
    height: initial;
    overflow: initial;
  }
}

@media (max-width: 684px) {
  body {
    font-size: 1.53rem;
  }
}
@media (max-width: 382px) {
  body {
    font-size: 1.35rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2;
  font-family: "Roboto", "Verdana", "Geneva", sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}

main > h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 15px;
}
h1 {
  font-size: x-large;
  margin-bottom: 0px;
}
h2 {
  line-height: 45px;
  font-size: 24px;
  margin-bottom: 0px;
}
h2 + p {
  margin-top: 25px;
}
h2 + img {
  margin-top: 25px;
}
h3 {
  font-size: large;
  margin-bottom: 0px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 1em;
}

a {
  color: #ea5045;
  text-decoration: underline;
}
a:visited {
  color: #ea5045;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

nav a {
  color: #0c9586;
  text-decoration: none;
}
nav a:visited {
  color: #0c9586;
}
nav a:active {
  color: #5a606c;
  text-decoration: none;
}

nav a.nav-active {
  font-weight: bold;
}

nav a:visited.nav-active {
  font-weight: bold;
}

nav > p {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
  border-bottom: solid 1px lightgray;
}

nav ul {
  padding-left: 20px !important;
}

nav ul ul ul a {
  color: #5a606c;
  font-size: 85%;
}

nav ul ul ul a:visited {
  color: #5a606c;
}

main ul {
  list-style-type: none;
  counter-reset: itemOl; 
}

main ol {
  padding-left: 0px;
}

main ol:before {
  content: counter(itemOl) ". ";
  counter-increment: itemOl;
  color: #0c9586;
  padding-right: 20px;
}

main li::before {
  content: "#";
  color: #0c9586;
  padding-right: 20px;
  list-style: none;
}

body {
  min-width: 240px;
}

main {
  margin-left: 20px;
  width: 850px;
  max-height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
}
@media print {
  main {
    max-height: none;
    overflow-y: auto;
  }
}

@media print {
  nav {
    display: none;
  }
}
nav {
  width: 250px;
  padding: 0;
  max-height: 100%;
  overflow-y: auto;
}

footer {
  clear: both;
}
img {
  display: block;
  margin: auto;
  border: 1px solid #5a606c;
}

header > div > div {
  width: 1100px;
  margin: auto;
}

header {
  color: white;
  background-image: url("header_fond.png");
  height: 150px;
  background-position: center;
  position: relative;
}
header .bandeau-haut {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header .bandeau-haut > div {
  
  display: flex;
  align-items: center;
  justify-content: center;
}


header .header-second-image {
  background-image: url("fond2.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
}

header span {
  margin: 5px 10px;
}

header a {
  color: white;
  text-decoration: initial;
}
header a:visited {
  color: white;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

.meeting-users-table {
  border-collapse: collapse;
}

.meeting-users-table, th, td {
  border: 1px solid black;
}
