body {
  transition-duration: 0.5s;
}

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

.header {
  color: #fff !important;
  background-color: #00448a !important
}

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

table {
  font-size: 12px;
}

thead {
  color: #fff !important;
  background-color: #00448a !important
}

.modal-content {
  width: 650px;
}

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

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

tr:nth-child(even) {
  background: #eaeaea;
}

/*
.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;
}

#contacts h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

#contacts .table-contact {
  margin-bottom: 30px;
}

.table-contact th {
  text-align: center;
  text-transform: uppercase;
}

.table-contact td {
  max-width: 400px;
}

#contacts {
  padding: 50px 10% 10%;
}

.tab-content {
    padding: 5%;
}

.campaign-block.col-12.mt-4, #totaux {
    padding: 20px;
    border-radius: 15px;
}

.campaign-block.col-12.mt-4:nth-child(odd) {
    background-color: #b7b7b72e;
}

.campaign-block.col-12.mt-4:nth-child(even) {
    border: 1px solid #dedcdc;
}


#totaux {
    background-color: #91c3f836;;
}

#totaux h4 {
    padding-bottom: 15px;
}

#totaux p {
    padding-left: 25px;
}

table * {
    background-color: transparent !important;
}