.tabContentCirc{
  width: 100%;
}

.listeCand .listeCircCand{
  padding-left: 0px;
  padding-right: 20px;
  height: 250px;
  overflow-y: scroll;
}

.listeCand .listeCircCand::-webkit-scrollbar{
  height: 10px;
  width: 5px;
}

.listeCand .listeCircCand::-webkit-scrollbar-track{
  background: linear-gradient(90deg, rgba(255,255,255,1) 47%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 53%);
}

.listeCand .listeCircCand::-webkit-scrollbar-thumb{
  background: var(--noir, black);
}

.listeCand .listeCircCand .listCircCandBTN{
  display: block;
  margin-bottom: 10px;
  padding: 15px 30px;
  background-color: var(--gris, lightgray);
  background-image: url(../images/icons/fleche-action.svg);
  background-repeat: no-repeat;
  background-position: center right+20px;
  background-size: 75px;
  cursor: pointer;
}

#blocsPartis,
#blocsCandidats{
  display: flex;
  flex-flow: row wrap;
}

.blocParti {
  width: 142px;
}

.blocCand {
  width: 295px;
}

.blocParti,
.blocCand{
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
  position: relative;
  box-shadow: inset 0px 0px 0px 4px #000;
  padding: 5px;
}

.bandeCouleurParti{
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0px;  
}

.abbrParti{
	font-family: "gilroy";
	font-weight: bold;
	margin-top: 4px;
}

.circEnAvance{
	font-family: "gilroy";
	font-size: 3.5rem;
	font-weight: bold;
}

.nbVoteTotal{
	padding-left: 7px;
	padding-right: 7px;
	font-size: 1rem;
	margin-top: 4px;
}

.infosParti, .tauxVote{
	font-family: "gilroy";
	font-weight: bold;
	font-size: 1rem;
}

.blocParti .avanceTxt{
  margin-top: -20px;
  font-size: 0.9rem;
  line-height: 1rem;
}

.nomCand{
  font-size: 1.4rem;
  word-break: break-word;
}

.noResults{
  max-width: 100% !important;
  width: 100%;
}

.prochMaj{
  text-align: right;
  margin-bottom: 2rem;
}

#mapSommaireInfo.infoCarteInteractive{
	position: absolute;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px 15px;
	font-size: 18px;
	top: -10em;
	pointer-events: none;
	display: none;
  text-align: center;
  min-width: 500px;
}

#mapSommaireInfo.infoCarteInteractive .circNameInfo{
  font-weight: bold;
}

#mapSommaireInfo.infoCarteInteractive .circNameInfo{
  margin-top: 10px;
}

.carteInteractive .popover{
  width: 500px;
  border-radius: 0;
}

.carteInteractive .popover .popover-header{
  margin-top: 0px;
  background-color: black;
  color: white;
  border-radius: 0;
  position: relative;
}

.carteInteractive .popover .popover-header .closePopover{
  color: white;
  position: absolute;
  display: block;
  top: 0;
  right: 12px;
  text-decoration: none;
  font-size: 2rem;
}

.stickyNavTabs{
    position: sticky;
    top: 15px;
    z-index: 1000;
    background-color: #FBFBFB;
}

.tableDesMatieresContainer {
    top: 95px!important;
}

.progressTauxPart{
    background-color:#ccc;
}

.progressTauxPartValeur{
    color:#fff!important;
    background-color:black!important;
    height:48px;
    text-align: center;
}

div.valeurTauxPart{
    font-weight: bold;
    padding: 10px;
    mix-blend-mode: difference;
}

div.zeroCent {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

@media (max-width: 992px){
  .nav .nav-link {
    padding: 5px;
    margin: 0px;
  }
}

@media (max-width: 768px){
  .listeCand .listeCircCand .listCircCandBTN{
    background-image: url(../images/icons/fleche-action-mobile.svg);
    background-size: 50px;
    background-position: center right+10px;
  }
}

@media (max-width: 440px){
  .listeCand .listeCircCand .listCircCandBTN{
    background-size: 25px;
  }

  .nav .nav-link {
      font-size: 1rem;
  }
}