@charset "UTF-8";
/* 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: 200px;
}
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: 200px;
  width: calc(100% - 200px);
}
body#dashboard .main-content.active {
  left: -200px;
  width: 100%;
  transition: all 0.5s;
  position: absolute;
}

footer {
  padding: 2rem;
}

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;
}

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

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

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

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.2rem;
  }
}
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;
}

/* Style de base pour le tableau */
.table-questions {
  width: 100%;
  border-collapse: collapse;
}

/* Style du tableau en mode desktop */
@media (min-width: 768px) {
  .table-questions thead tr {
    display: table-row;
  }
  .table-questions td, .table-questions th {
    text-align: center;
    padding: 10px;
  }
  .table-questions td label span {
    display: none;
  }
}
/* Mode mobile : présentation verticale */
@media (max-width: 767px) {
  .table-questions thead {
    display: block;
  }
  .table-questions tr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .table-questions th {
    display: none;
  }
  .table-questions td {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }
  .table-questions td label span {
    display: block;
    font-weight: 600;
  }
}
.question-block {
  background: #f8f9fa;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.question-block.error {
  border: 2px solid red; /* Ajoute une bordure rouge */
  background-color: #ffe6e6; /* Légère coloration du fond */
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}
.question-block .question-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.question-block .responses {
  display: flex;
  justify-content: space-between;
}
.question-block .responses .response {
  flex: 1 1 18%;
  padding: 10px;
  background: white;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.question-block input[type=radio] {
  display: none;
}
.question-block input[type=radio]:checked + .response {
  background: #4c90ce;
  color: white;
  border-color: #4c90ce;
}
.question-block .response:hover {
  background: #e9ecef;
}
@media (max-width: 768px) {
  .question-block .responses {
    flex-direction: column;
    align-items: center;
  }
  .question-block .responses .response {
    width: 100%;
  }
}

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.8rem;
  font-size: 1rem;
  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 */
