.btn-lumiere {
  background: #7f9910;
  color: #fff;
  border-radius: 0;
  padding: 5px 40px;
  text-transform: uppercase;
}
.btn-lumiere:hover {
  color: #13334d;
}


label {
  font-weight: 700;
}

/*
 * Elements de base
 */
body {
  color: #3e4143;
  background-color: #f4f4f4;
  font-family: "PT Sans Web",sans-serif;
  font-size: .9em;
  font-weight: 400;
}

a {
  color: #2168a7;
}

a, a:hover {
  text-decoration: none;
}

p {
  font-size: 1em;
}
p a {
  text-decoration: underline;
}

strong, .strong {
  font-weight: bold;
}

.h1, .h2, .h3, h1, h2, h3 {
  color: #13334d;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2em;
  padding: 0px;
  margin: 0;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

h4 {
  font-size: 1em;
  font-weight: 700;
}

.bg_white {
  background: #fff;
}

/*
 * Navigation
 ****************/
#menuTop a {
  color: #13334d;
  text-transform: uppercase;
  border-left: 1px solid #dddddd;
  padding-left: 15px;
  padding-right: 15px;
}
#menuTop a:hover, #menuTop a.active {
  color: #fff;
  background: #13334d;
}
#menuTop li:first-child a {
  border-left: none;
}
#menuTop .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
#menuTop .nav-link:hover, #menuTop .nav-link.active {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
#menuTop .dropdown-toggle::after {
  color: #dddddd;
  margin-left: 10px;
  font-size: 1.1em;
}
#menuTop .btco-menu li > a {
  padding: 10px 15px;
  color: #000;
}
#menuTop .btco-menu .active a:focus,
#menuTop .btco-menu li a:focus,
#menuTop .navbar > .show > a:focus {
  background: transparent;
  outline: 0;
}


/*
 * Main content
 ****************/
#main-content {
  padding-bottom: 20px;
  box-sizing: border-box;
}

#main-content input[type=radio] {
  display: none;
}

#main-content .floatRight input[type=radio] + label::before {
  margin-right: 2px;
}

#main-content input[type="radio"]:checked + label::before {
  background-position: 0 0;
}

#main-content ul {
  padding-left: 20px;
}

#sub-content {
  margin-top: -30px;
  margin-bottom: 30px;
}

/*
 * Banner
 ****************/
#banner {
  background: #13334d;
  min-height: 74px;
  color: #fff;
}
#banner p {
  font-size: 0.9rem;
}
#banner a {
  text-decoration: none;
  color: #fff;
}
#banner a:hover {
  text-decoration: underline;
}
#banner h1 {
  line-height: 1.4em;
  margin: 0;
  color: #fff;

  /* text-transform: uppercase; */
  font-size: 1.6em;
  font-weight: bold;
}
#banner h2 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
}

/*
 * Footer
 ****************/
footer {
  min-height: 30px;
  padding: 10px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  background: #13334d;
}

footer.dark {
  background: #11456e;
}
footer ul {
  list-style-type: none;
  text-align: center;
}

.results{
  font-size: 0.9em;
  width:100%;
  white-space: nowrap;
}

.search-box{
    color: white;
    position: relative;
    background: #7f9910;
    padding: 40px 40px;
    margin-bottom: 40px;
}

.search-box h3 {
  color: white;
}

.badge-link, .badge-link a{
  font-size: .9em;
  margin-right: 3px;
  background: #7f9910;
  color: #fff !important;
}
.badge-link:hover, .badge-link a:hover {
  background: #9fbe15;
}

.scrolltable-outer {
  overflow-x: auto;
  height: calc(50vh - 100px); /* full height minus header and footer */
  border: 1px solid #ccc;
}

.scrolltable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.scrolltable thead {
  position: sticky;
  z-index: 2;
  top: 0;
}

.scrolltable th,
.scrolltable td {
  padding: 1px 3px;
  /*white-space: nowrap;*/
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.nowrap {
  white-space: nowrap;
}

.scrolltable td.sticky,
.scrolltable th.sticky {
  z-index: 1;
  position: sticky;
  left: 0;
  background: white;
  border-right: 2px solid #ccc;
}

.scrolltable th.sticky {
  background: #ddd;
}

.scrolltable th {
  text-align: left;
  vertical-align: top;
  background: #ddd;
  border-bottom: 2px solid #ccc;
}

.scrolltable td {
  /* padding-top: 0.5rem;
  padding-bottom: 0.5rem; */
  color: #333;
}

.nb{
  text-align: right;
  min-width: 80px;
}

/* .scrolltable tr:last-child td {
  border-bottom: none;
} */

.scrolltable tr:nth-child(even) td {
  background: #eee;
}