
#zone_questions {
  padding: 10px; 
}


h1 {
  color: #17a2b8;
  font-size: 1.4rem; 
  margin-bottom: 0.3rem;
  text-align: center;
}

h6 {
  color: #848484;
  margin-bottom: 1.5rem;
  text-align: center;
}


.questions {
  border: 1px solid #17a2b8;
  padding: 15px 10px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.questions h1 {
  text-decoration: underline;
  margin-bottom: 15px;
  font-size: 1.3rem;
}


.questions label,
.questions p {
  color: #17a2b8;
  font-weight: bold;
}


input.form-control {
  border: none;
  border-bottom: 1px solid #17a2b8;
  border-radius: 0;
  padding: 8px 5px;
  transition: all 0.3s ease;
  background-color: transparent;
}

input.form-control:focus {
  border-bottom: 2px solid #17a2b8;
  outline: none;
  box-shadow: none;
}


.form-check-input {
  border: 1px solid #17a2b8;
  border-radius: 4px;
  width: 22px; 
  height: 22px;
  margin-top: 0;
  flex-shrink: 0;
}

.form-check-label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
}

.example-grid .row {
  margin: 0;
}


.example-grid .col-4, 
.example-grid .col-8 {
  width: 100% !important;
  text-align: left !important;
  padding: 0;
}

.example-grid ul {
  padding-left: 1.2rem;
  font-size: 0.9rem;
}


.btn-checkpatient {
  background-color: #17a2b8;
  border: none;
  color: white;
  width: 100%;
  padding: 12px; 
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
}


.warning { border: 2px solid #ff9800 !important; }
.warning h1 { color: #ff9800 !important; }
.warning label { color: #ff9800 !important; }
.modal-header { border-bottom: 2px solid #ff9800 !important; }


@media screen and (min-width: 768px) {
  #zone_questions {
    padding: 2%;
  }

  h1 { font-size: 1.6rem; }

  .questions {
    padding: 15px 20px;
  }

 
  .example-grid .col-4 {
    width: 33.33% !important;
    text-align: right !important;
    padding-right: 10px !important;
  }
  .example-grid .col-8 {
    width: 66.66% !important;
  }

  #titre {
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


canvas {
  max-width: 100% !important;
  height: auto !important;
}

footer {
  background-color: #dbdadb;
}