/* couleurs */
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body#login-page {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}
body#login-page .container {
  width: 350px;
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body#login-page .container form {
  display: flex;
  flex-direction: column;
}
body#login-page .container form input {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
body#login-page .container form input[type=submit] {
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
}
body#login-page .container form input[type=submit]:hover {
  background-color: #0056b3;
}

body#dashboard .sidebar {
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 48px 0;
  background-color: #f3f6f9;
  transition: all 0.5s;
  width: 260px;
}
body#dashboard .sidebar .nav-link {
  color: rgb(11, 11, 11);
  padding: 0.7rem;
}
body#dashboard .sidebar .nav-link i {
  text-align: center;
  width: 1.5rem;
}
body#dashboard .sidebar .nav-link:hover {
  color: #adb5bd;
}
body#dashboard .sidebar .nav-link.active {
  color: #809254;
}
body#dashboard .sidebar.active {
  left: -200px;
  position: absolute;
  transition: all 0.5s;
}
body#dashboard .main-content {
  margin-left: 260px;
  width: calc(100% - 260px);
}
body#dashboard .main-content.active {
  left: -260px;
  width: 100%;
  transition: all 0.5s;
  position: absolute;
}

body#dashboard .submenu ul {
  list-style: none;
}
body#dashboard .submenu ul li {
  padding: 0.5rem 0;
}
body#dashboard .submenu ul li a {
  color: inherit;
  text-decoration: none;
}
body#dashboard .submenu ul li a:hover {
  color: #4c90ce;
}
body#dashboard header {
  background-color: #f3f6f9;
}
body#dashboard header button#sidebarCollapse {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #809254;
  color: whitesmoke;
}
body#dashboard header button#sidebarCollapse:hover {
  background-color: whitesmoke;
  color: #809254;
}
body#dashboard header .h3 {
  color: #809254;
}

.cc_square {
  display: inline-block;
  height: 1rem;
  width: 2rem;
  margin-right: 0.5rem;
}

.red_quare {
  background-color: #fa2f30;
}

.green_square {
  background-color: #5ac856;
}

.orange_square {
  background-color: #fbad37;
}

.accordion-button.linked-color {
  color: #4c90ce;
}

.projects {
  gap: 10px;
}

.dimensions_anchors {
  flex-wrap: wrap;
  gap: 10px;
}

.pp-table {
  width: 90%;
  margin: auto;
}

#suivi__participation {
  max-width: 1024px;
  margin: auto;
}

h1 {
  font-size: 2.2rem;
  color: #225165;
}

h2 {
  font-size: 1.7rem;
  color: #225165;
}

h3 {
  font-size: 1.5rem;
  color: #225165;
}

p.lead, p, li, label {
  font-size: 1.1rem;
  font-weight: normal;
}

.btn {
  background-color: #225165;
  border-color: #225165;
  color: white;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: #f9af01;
  border-color: #f9af01;
  color: rgb(82, 82, 82);
}

.bg-ecm {
  background-color: #225165;
}

tr.bg-secondary {
  color: whitesmoke;
}

label.nc {
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 1.2rem;
  border-radius: 7px;
}

.jumbotron {
  background-color: #e9ecef;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
}

table td {
  vertical-align: inherit !important;
}

img.hidden {
  display: none;
}

footer {
  background-color: #225165;
  height: 40px;
  color: whitesmoke;
}

canvas {
  max-height: 600px;
}

caption {
  caption-side: top;
  font-size: 0.8rem;
  width: 100%;
}

.cc_square {
  display: inline-block;
  height: 1rem;
  width: 2rem;
  margin-right: 0.5rem;
}

.red_quare {
  background-color: #fa2f30;
}

.green_square {
  background-color: #5ac856;
}

.orange_square {
  background-color: #fbad37;
}

.accordion-item {
  border: 1px solid black;
  width: 100%;
  padding: 1rem;
}

.accordion-container {
  width: 100%;
}

.hidden {
  display: none;
}

#download_charts, .button_qvct {
  background-color: #225165;
  color: white;
  padding: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #225165;
}
#download_charts:hover, .button_qvct:hover {
  background-color: white;
  border: 1px solid #225165;
  color: #225165;
}

.results {
  max-width: 1024px;
  margin: auto;
}
.results nav.results_nav {
  padding: 1rem;
  margin: 2rem auto;
  width: 100%;
  background-color: #225165;
  border-radius: 12px;
}
.results nav.results_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.results nav.results_nav ul li {
  margin-right: 10px;
  padding: 0.5rem;
}
.results nav.results_nav ul li:last-child {
  margin-left: auto;
}
.results nav.results_nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
}
.results nav.results_nav ul li a:hover {
  background-color: white;
  border-radius: 12px;
  color: #225165;
}
.results nav.results_nav ul li.active {
  background-color: white;
  color: #225165;
  border-radius: 12px;
}
.results nav.results_nav ul li.active a {
  color: #225165;
}

.table-full th, .table-full td {
  font-size: 0.8rem;
}
.table-full th:first-child, .table-full td:first-child {
  position: sticky;
  left: 0;
  background-color: #f2f2f2;
  z-index: 1;
}

body {
  font-family: "Barlow", sans-serif;
}

.container-small {
  margin: auto;
  max-width: 900px;
}

.hidden {
  display: none;
}

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.button_qvct {
  background-color: #809254;
  color: white;
  padding: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #809254;
}
.button_qvct:hover {
  background-color: white;
  border: 1px solid #809254;
  color: #809254;
}

.table-questions thead tr, .table-questions tbody tr {
  background-color: #e9ecef;
}
.table-questions thead tr:hover, .table-questions tbody tr:hover {
  background-color: white;
}

/*# sourceMappingURL=styles.css.map */
