html, body {
  font-size: 16px;
  color: #070D40;
}

#div_titre {
  width: 100%;
  height: 80px;
  margin-bottom: -80px;
  background-size: cover;
}

h1 {
  margin-bottom: 1em;
  font-size: 1.5em;
}

h2 {
  margin-bottom: 1em;
  font-size: 1.2em;
  color:#773E90;
  font-weight: bold;
}

#titre {
  color: coral;
  font-weight: bold;
  padding-right: .2em;
  padding-top: .1em;
  padding-bottom: .1em;
}

.p_center_white {
  text-align: center;
  color: white;
}

#violet {
  color:#773E90;
}
.violet_clair {
  color: #b28dc0;
}
.violet_gras {
  color: #773E90;
  font-weight: bold;
}
.green {
  color:green;
}
.blue {
  color: blue;
}
.red {
  color: red;
}
.fond_gradue {
  background: linear-gradient(135deg, #773E90 0%, #E84A3C 100%);
}
.fond_violet {
  background-color: rgb(119, 62, 144);
}
.hidden{
  visibility: hidden;
}
.container {
  max-width: 2500px;
}
/* page auth client */
.container_auth {
  width: auto;
  max-width: 350px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}
.numero_titre {
  margin-left: -50px;
  margin-top: 1em;
}
.h2_auth {
  font-size: 2rem;
  color: rgb(105 105 105);
  font-weight: 500;
  line-height: 1.2;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* page accueil client */
.card_75 {
  margin-left: auto;
  margin-right: auto;
  width: 75%
}

/* page récap */
#recapitulatif {
  padding-bottom: 3em
}

.footer {
  background-color: #b28dc0;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer a {
  background-color: #b28dc0;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  }

.util, .util a {
  background: #002043;
  color: white;
  margin-right: 1px;
  text-align: center;
}

.navbar {
  background-color: #773E90;
}

.navbar-nav .nav-link.active {
  color: white;
  font-weight: bold;
  border-radius: 2em;
  background-color: coral;
}

.navbar-nav .nav-link.show, .nav-link:hover {
  color: coral;
  font-weight: bold;
}

.nav-link {
  color: white;
  font-weight: bold;
}

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

.btn-primary, .btn-primary:hover, .btn-primary:active {
  color: white;
  background-color: #773E90;
  border-color:#773E90;
}

.btn-info, .btn-info:hover, .btn-info:active {
  color: white;
  background-color: coral;
  border-color:coral;
}

.button-container {
  display: flex;
  justify-content: space-between;
  margin-left: 20%;
  margin-right: 20%;
}

.tab_data {
  border: 2px solid #773E90;
  margin-bottom: 30px;
  padding-left: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="checkbox"] {
  margin-right: 8px; /* Adjust this value to your preference */
}

.form-control::placeholder {color: #B9B9B9}

.max-btable-width {
  max-width: 200px;
  word-wrap: break-word;
  white-space: normal;
}

/* Barre de progression */
  #barre {
    background-color: lightgray;
  }
  .progress-bar-20 {
    width: 20%;
  }
  .progress-bar-40 {
    width: 40%;
  }
  .progress-bar-60 {
    width: 60%;
  }
  .progress-bar-80 {
    width: 80%;
  }
  .progress-bar-100 {
    width: 100%;
  }
  .progress_ul {
    padding-left: 0px;
  }
  .progress_li {
    position: relative;
    display: inline-block;
    width: 20%;
  }
  .progress-main {
    height: 10px;
    background-color: white;
    position: relative;
    left: 1%;
    width: 98%;
    top: 18px;
  }
  .progress__step {
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .progress__step.progress__step--active {
    color: coral;
    font-weight: 600;
  }
  .progress__step.progress__step--active .progress__indicator {
    background-color: coral;
    font-weight: 600;
  }
  .progress__step.progress__step--complete .progress__indicator {
    background-color: #773E90;
    border-color: black;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
  }

  .progress__step.progress__step--complete .progress__indicator .icon {
    display: block;
  }

  .progress__step.progress__step--complete .progress__indicator .icon2 {
    display: none;
  }

  .progress__step.progress__step--complete .progress__label {
    font-weight: 600;
    color: #773E90;
  }

  .progress__indicator {
    width: 25px;
    height: 25px;
    border: 1px solid grey;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-bottom: 10px;
  }

  .progress__indicator .icon {
    display: none;
    font-size: 16px;
    color: #FFFFFF;
  }

  .progress__indicator .icon2 {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
  }

  .progress__label {
    top: 40px;
  }
/* FIN Barre de progression */

  .btn {
    width: fit-content;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
  }

/* Clash avec clavier, pas nécessaire ailleurs ?
  .btn:nth-child(2) {
    margin: 0 10px;
  }
*/

/* spinner centré */
#spinner {
  position: fixed;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  z-index: 1;
  width: 120px;
  height: 120px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #E84A3C;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.score_fort {text-align: center; background-color: whitesmoke; color: #FF2121;}
.score_moyen {text-align: center; background-color: whitesmoke; color: darkgoldenrod;}
.score_faible {text-align: center; background-color: whitesmoke; color:#31A11B;}
#app {padding-bottom: 1em;}
.bloc_fichier h4 {padding-top: 1em;}
.bloc_fichier .card-body {height: 10em; width: 20em;}
