body {
  transition-duration: 0.5s;
  max-width: 100% !important;
}

ul.nav {
  background-color: #e3e3e3;
}

.header {
  color: #fff !important;
  background-color: #003da5 !important
}

h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

table {
  font-size: 12px;
}

thead {
  color: #fff !important;
  background-color: #003da5 !important
}

.modal-content {
  width: 650px !important;
}

input[type=date] {
  max-width: 180px;
  height: 30px;
  margin-bottom: 8px;
}

select {
  max-width: 180px;
  height: 30px;
  margin-bottom: 8px;
}

h2 {
  padding-left: 0px !important;
}

.btn-primary {
  background-color: #003da5 !important;
  border: none !important;
}


th {
  text-wrap: nowrap;


}


/*
.segments {display:none!important;}
*/
a.nav-link {
  text-decoration: none !important;
  color: #00448a !important;
  font-size: 20px;
}

a.nav-link:hover {
  text-decoration: none;
  color: #000 !important;
}

a.nav-link.active {
  border-bottom: solid 1px #00448a;
}

td.comp {
  background-color: #ffdfca99;
}

td.label {
  text-align: left;
}

td {
  text-align: center;
}

#go {
  height: 45px;
}

table {
  width: 100% !important;
}

.titre2 {
  font-weight: bold;
  font-size: 26px;
}

.titre3 {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 20px;
}

.subject {
  padding-left: 20px;
  font-weight: bold;
  font-size: 21px;
}