#canvas-cnt {
  width: 1204px;
}

#btn-switch-view {
  display: inline-block;
  padding: 6px;
  background: #4bc0c0;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
}
#btn-switch-view:hover {
  background: #64e5d6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #cecece;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.dropdown-menu,
.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #cecece;
}
/* .navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: #CECECE;
} */

/* .navbar-default .navbar-nav > .dropdown.a.active > a,
.navbar-default .navbar-nav .dropdown.a:active,
.navbar-default .navbar-nav .dropdown.a:hover,
.navbar-default .navbar-nav .dropdown.a.active:active,
.navbar-default .navbar-nav .dropdown.a.active:hover{
    color: #fff;
    background-color: #40BAC3;
}
.navbar-default .navbar-nav > .dropdown.a.active > a:hover,
.navbar-default .navbar-nav .dropdown.a:active,
.navbar-default .navbar-nav .dropdown.a:hover {
    color: #fff;
    background-color: #40BAC3;
}
.navbar-default .navbar-nav > .dropdown.b > a,
.navbar-default .navbar-nav > .dropdown.b.active > a,
.navbar-default .navbar-nav .dropdown.b:active,
.navbar-default .navbar-nav .dropdown.b:hover {
    color: #fff;
    background-color: #A4BD10;
}
.navbar-default .navbar-nav > .dropdown.c.active > a,
.navbar-default .navbar-nav .dropdown.c:active,
.navbar-default .navbar-nav .dropdown.c:hover {
    color: #fff;
    background-color: #EE7700;
} */
.navbar-default .navbar-nav > .bgc-statistique.active > a,
.navbar-default .navbar-nav .bgc-statistique:active,
.navbar-default .navbar-nav .bgc-statistique:hover {
  color: #fff;
  background-color: #777171;
}
/* .navbar-default .navbar-nav > .dropdown.d.active > a,
.navbar-default .navbar-nav .dropdown.d:active,
.navbar-default .navbar-nav .dropdown.d:hover {
    color: #fff;
    background-color: #4e4646;

}  */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
}
/* .navbar-default .navbar-nav .dropdown .dropdown-menu.open,
.navbar-default .navbar-nav .dropdown-menu.open>li>a{
    color: #fff;
    background-color: #40BAC3;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu.open-lieu,
.navbar-default .navbar-nav .dropdown-menu.open-lieu>li>a{
    color: #fff;
    background-color: #A4BD10;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu.open-rapport,
.navbar-default .navbar-nav .dropdown-menu.open-rapport>li>a{
    color: #fff;
    background-color: #EE7700;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu.open-stat,
.navbar-default .navbar-nav .dropdown-menu.open-stat>li>a{
    color: #fff;
    background-color: #777171;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu.open-admin,
.navbar-default .navbar-nav .dropdown-menu.open-admin>li>a{
    color: #fff;
    background-color: #4e4646;
} */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff !important;
  background-color: #bbb !important;
  border-color: #bbb !important;
}

.panel-primary > .panel-heading {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.panel-primary {
  border-color: #cecece;
}

#canvas-cnt .canvas-sep {
  padding: 5px 0 5px 69px;
  margin-bottom: 50px;
  border: 1px solid #a3a3a3;
  border-radius: 6px;
}

.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}

.navbar {
  min-height: 60px;
  margin-bottom: 0;
}

.frise-opti-fichiers {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  background: #fff;
  margin: 20px 0 10px 0;
}
.frise-opti-fichiers > .actived {
  border-bottom: 0.5em solid #40bac3;
  height: 30px;
  width: 298px;
  font-weight: bold;
  text-align: center;
}
.frise-opti-fichiers .no-active {
  height: 30px;
  width: 298px;
  font-weight: bold;
  text-align: center;
}
.frise-rencontre-fichiers {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  background: #fff;
  margin: 20px 0 10px 0;
}
.frise-rencontre-fichiers > .actived {
  border-bottom: 0.5em solid #a4bd10;
  height: 30px;
  width: 298px;
  font-weight: bold;
  text-align: center;
}
.frise-rencontre-fichiers .no-active {
  height: 30px;
  width: 298px;
  font-weight: bold;
  text-align: center;
}
body {
  font-size: 16px;
}

.panel-heading {
  font-weight: bold;
}

.info-bubble {
  font-size: 12px;
  display: inline-block;
  min-width: 200px;
}

.info-bubble p {
  line-height: 16px;
  margin-bottom: 2px;
}

ul.no-bullet {
  padding: 0;
  list-style-type: none;
}

ul.accordion-main {
  margin: 0 0 15px 0;
  border: 1px solid #ddd;
  width: 100%;
  background: #f5f5f5;
}

ul.accordion-submain,
ul.accordion-main {
  border-radius: 4px;
}

li.accordion-list-item {
  font-size: 12px;
  padding: 4px;
}

li.accordion-bar {
  padding: 10px;
  width: 316px;
}

#accordion-container {
  margin: 0 20px 0 0;
  width: 316px;
}

#accordion-container,
#map-cnt,
#details-cnt {
  display: inline-block;
  vertical-align: top;
}

#details-cnt {
  width: 472px;
}

.accordion-bar {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.button-close {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 100%;
  margin: 0;
  text-align: center;
  font-weight: bold;
  right: 0;
  top: 0;
  position: absolute;
  padding: 10px 0 0 0;
}

.button-close:hover {
  background: #ededed;
}

a.put-margins {
  margin: 0 0 0 78px;
}

li.accordion-list-item:nth-child(even) {
  background: #ededed;
}

li.accordion-list-item:nth-child(even):hover {
  background: #dadada;
}

li.accordion-list-item:nth-child(odd) {
  background: #fff;
}

li.accordion-list-item:nth-child(odd):hover {
  background: #fafafa;
}

span.nb-teams-label {
  display: inline-block;
  padding: 0 0 0 5px;
  right: 50px;
  position: absolute;
  font-size: 15px;
}

.info-bubble form select {
  color: #1a1a1a;
}

.link-rapport-poule,
.btn-rapport-poule {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 26px;
  padding: 8px;
  background: #40bac3;
  width: 120px;
  text-align: center;
  border-radius: 4px;
  border: 0;
}
.link-rapport-poule,
.link-rapport-poule:hover,
.btn-rapport-poule {
  text-decoration: none;
  color: #fff;
}

#ajax-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 9999;
}

#ajax-wrapper img {
  display: block;
  margin: 22% auto 0 auto;
}

.table-stats th h4 {
  font-size: 15px !important;
}

#map-cnt {
  width: 100%;
  height: 852px;
  background: grey;
}

#btn-container {
  position: absolute;
  top: 125px;
  right: 144px;
  z-index: 400;
}

/* a.link-rapport-poule,
button.btn-rapport-poule {
  opacity: 0.65;
} */

a.link-rapport-poule:hover,
button.btn-rapport-poule:hover {
  opacity: 1;
}

/*#btn-container:hover {
    opacity: 1;
}*/

@media screen and (max-width: 1680px) {
  #map-cnt {
    width: 100%;
  }
}
.footer-connect {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    height: 162px;
}
.yourBtn {
  /* position: relative; */
  width: 300px;
  padding: 10px;
  border: 1px solid #4bc0c0;
  text-align: center;
  /* background-color: #f5f5f5; */
  cursor: pointer;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  /* font-size: 1.25em;
    font-weight: 700; */
  color: grey;
  background-color: #fff;
  border-color: #40bac3;
  display: inline-block;
}

/* .inputfile:focus + label,
.inputfile + label:hover {
    background-color: #40BAC3;
} */
.inputfile + label {
  cursor: pointer; /* "hand" cursor */
  width: -webkit-fill-available;
}
.button {
  position: relative;
  /* padding: 8px 16px;
    background: #40BAC3;
    border: none; */
  outline: none;
  /* border-radius: 2px; */
  cursor: pointer;
}

.button:active {
  background: #40bac3;
}

.button__text {
  color: #ffffff;
  transition: all 0.2s;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
  /* animation-iteration-count: 1.5; */
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}
.modal-title {
  font-size: larger;
  color: black;
}
.modal-header.center {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.modal-footer.center {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
#searchbar {
  /* margin-left: 15%; */
  margin-bottom: 12px;
  padding: 5px;
  border-radius: 10px;
  border-color: #40bac3;
}

@media all and (max-width: 1024px)
{
    .navbar-brand>img
    {
        width: 100px;
    }
    footer{
      width: 100vw;
    }
}
