﻿@charset "utf-8";
/* CSS Document */

/************************************************ICOMOON**********************************************************************/

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNext-Bold-01.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNext-DemiBold-03.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNext-Medium-06.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNext-Regular-08.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNext-UltraLight-11.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?t0n7xl');
    src: url('../fonts/icomoon.eot?t0n7xl#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?t0n7xl') format('truetype'), url('../fonts/icomoon.woff?t0n7xl') format('woff'), url('../fonts/icomoon.svg?t0n7xl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-size: 25px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.icon-search:before {
    content: "\e90d";
    font-size: 20px;
    vertical-align: middle;
}

.icon-breadcrumb-arrow:before {
    content: "\e900";
    color: #fff;
}

.icon-info:before {
    content: "\e901";
    color: #337ab7;
}

.icon-tick:before {
    content: "\e902";
}

.icon-quorum:before {
    content: "\e906";
    color: #999;
}

.icon-majorite:before {
    content: "\e90c";
    color: #999;
}

.icon-sieges:before {
    content: "\e905";
    color: #999;
}

.icon-participation:before {
    content: "\e903";
    color: #999;
}

.icon-inscrits:before {
    content: "\e904";
    color: #999;
}

.icon-votes:before {
    content: "\e907";
    color: #999;
}

.icon-twitter-square:before {
    content: "\e908";
}

.icon-linkedin-square:before {
    content: "\e909";
}

.icon-google-plus-square:before {
    content: "\e90a";
}

.icon-facebook-square:before {
    content: "\e90b";
}

.icon-twitter:before {
    content: "\e90e";
}


/************ GLOBAL **************/

.display-none{
    display: none;
}


body{
    font-family: 'Avenir';
    text-transform: uppercase;
    background-color: transparent;
}

html{
    width: 1920px;
    height: 1080px;
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfbfb, #f9f9f9, #f7f7f7, #f2f2f2, #eeeeee, #e9e9e9, #e0e0e0, #d6d6d6, #cdcdcd, #c4c4c4);
    overflow: hidden;
}


html.home{
    width: 100%;
    height: 100%;
    background-image: url(../fond.jpg);
    background-size: cover;
}

html.home .fullpagelink{
    height: 1080px;
    width: 1920px;
    float: left;
}

.fond-bleu{
    background-color: #009fe3;
    color: #fff;
}

.fond-blanc{
    background-color: #fff;
    color: #333;
}

.texte-bleu{
    color: #009fe3;
}

#bandeau{
    height: 115px;
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
}

#titre-page{
    position: fixed;
    top: 115px;
    width: 100%;
    text-align: center;
}

#titre-page h2{
    font-size: 25px;
    margin-top: 30px;
}

#page{

}

#content{
   width: 80%;
    margin: auto;
}

.select-top{
    top: 35px;
    left: 150px;
}

.select-top select{
    height: 45px;
    background-color: #009fe3;
    color: #fff;
    border-color: #fff;
}

:focus {
outline: 0;
}

::-webkit-scrollbar {
    display: none;
}


* {
    /*cursor: none;*/
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

#nodatas{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 500px;
    font-size: 40px;
}

a:hover{
    text-decoration: none!important;
}


/********** MENU *************/

#menu{
    position: fixed;
    top: 0;
    z-index: 99999999;
}

#menu nav {

}

#menu nav span.bouton-menu {
  position: relative;
  background: url("../bouton-menu.png") no-repeat;
    background-size: cover;
  height: 37px;
  width: 37px;
  text-transform: uppercase;
  color: ivory;
  font-weight: 200;
  display: flex;
    margin-left: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
    cursor: pointer;
    border-radius: 32px;
  box-shadow: 4px 4px 20px -2px rgba(0,0,0,.35);
  transition: all .4s;
}

#menu nav span.bouton-menu.blue {
  background: url("../bouton-previous-next.png") no-repeat;
  background-size: cover;
}

#menu input {
  position: absolute;
  left: 10px;
  top: 0;
  width: 37px;
    height: 37px;
  z-index: 1;
  opacity: 0;
    margin: 0;
}

#menu #toggle:checked ~ul {
  height: 0%;
}

#menu nav ul {
  padding-left: 0;
  padding-top: 0;
  margin-top: 420px;
  margin-left: 100px;
  list-style: none;
  overflow: hidden;
  text-align: right;
  margin-bottom: 22px;
  text-align: center;
  transition: all .4s ease-out;
  
}
#menu nav ul li {
    border-radius: 1px;
    position: relative;
    display: inline-block;
    width: 400px;
    margin: 0;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 3s;
    float: left;
    clear: both;
    padding: 20px 40px;
    height: 110px;
    line-height: 70px;
}

#menu nav ul li.margin-top-10 {
  margin-top: 10px;
}

#menu nav ul li:hover {
  background: rgba(255, 255, 255, 0.8);
  transition: background .45s;
}

#menu nav ul li.active{
    background-color: #6dbee1;
} 

#menu nav ul a {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

#menu nav ul li.fond-blanc a {
    color: #333;
}


/*************** SIEGES ****************/

#page.sieges #content{   
    padding-top: 20px;
}

.sieges #canvas_container_hemicycle{
    margin-left: -20px;
}

.sieges #canvas_container_hemicycle .hemisector{
    stroke: transparent;
    stroke-width:1px;
}

.sieges #canvas_container_hemicycle text{
    display: block!important;
    font-family: "Avenir"!important;
}

.sieges #canvas_container_hemicycle text.hemicycleText tspan{
    font-weight: bold;
    text-transform: lowercase;
}

.sieges #canvas_container_hemicycle text.hemicycleText tspan:last-child{
    font-weight: 400;
    font-size: 8px;
}


.sieges #canvas_container_hemicycle rect{
    display: none!important;
}

.sieges #totalsieges{
    text-align: center;
    margin-top: -120px;
    font-size: 30px;
    font-weight: 400;
}


.sieges #totalsieges span{
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -5px;
}


span.bouton-chart {
  position: relative;
    float: left;
  background: url("../bouton-chart.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    border-radius: 32px;
}

span.bouton-apparentements {
  position: relative;
    float: left;
  background: url("../bouton-apparentements.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    border-radius: 32px;
}

/*************** APPARENTEMENTS ****************/

.partis.appar #content{
    width: 80%;
    padding-left: 0;
}

.partis.appar .cartouche {
    width: 376px;
}


/*************** ELUS ****************/

#page.elus{
    padding-top: 60px
}

.elu{
    margin-bottom: 30px;
    text-align: center;
    transition: opacity 4s ease;
    opacity: 1;
}

.elu.init{
    opacity: 0;
}

.elu .desc{
    background-color: #fff;
    height: 356px;
}

.elu .photo img{
    width: 100%;
}

.elu .nom{
    padding: 20px 10px 0px 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    height: 70px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.elu .liste{
    padding: 10px 10px 10px 10px;
    font-size: 14px;
}




/*************** PARTIS ****************/

#select-communes{
    position: absolute;
}

.partis #content{
    width: 100%;
    padding-left: 180px;
}

#page.partis{
    padding-top: 100px
}


.partis #diag-partis{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.partis .parti{
    flex: 0 0 auto;
}

.partis .cartouche{
    height: 700px;
    width: 220px;
    float: left;
}

.partis .parti .nom-parti{
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    padding-left: 5px;
}

.partis .parti .resultat{
    height: 660px;
    position: relative;
}

.partis .parti .top-barre{
    font-size: 55px;
    letter-spacing: -2px;
    font-weight: 900;
    position: relative;
}

.partis .parti .top-barre span.decimal{
    font-size: 30px;
    margin-left: 2px;
}

.partis .parti .pourcentage{
    position: absolute;
    bottom: 0;
    line-height: 40px;
    padding-left: 5px;
    transition: opacity 0.5s ease;
}

.partis .parti .pourcentage.init{
    opacity: 0;
}

.partis .parti .pourcentage span.sigle-pourcent{
    font-weight: 100;
    font-size: 30px;
    margin-left: 2px;
}

.partis .parti .barre{
    width: 100%;
    background-color: #1d1f88;
    transition: height 3s ease;
    bottom: 0;
    position: absolute;
}

.partis .parti .barre.init{
    height: 0px!important;
}

.partis .ligne-verticale{
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.33), #ffffff, #ffffff, #ffffff);
    width: 8px;
    height: 700px;
    float: left;
}

.partis #scrollright{
    position: absolute;
    top: 115px;
    bottom: 50px;
    right: 0;
    width: 100px;
    z-index: 9999999999
}

.partis #scrollleft{
    position: absolute;
    top: 115px;
    bottom: 50px;
    left: 0;
    width: 100px;
    z-index: 99
}

span.bouton-left {
  position: relative;
    float: left;
  background: url("../bouton-previous-next.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    border-radius: 32px;
    transform: rotate(90deg);
    margin-right: 5px;
}

span.bouton-right {
  position: relative;
    float: left;
  background: url("../bouton-previous-next.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    transform: rotate(-90deg);
    border-radius: 32px;
}



/*************** CANDIDATS ****************/

#select-listes{
    position: absolute;
}

.listes #content{
    width: 70%;
    overflow: scroll;
    height: 845px;
}

#page.listes{
    padding-top: 60px
}

.listes .candidat{
    margin-bottom: 15px;
}

.listes .candidat .desc{
    width: 100%;
    float: left;
    background-color: #e9f1f5;
    height: 90px;
    position: relative;
}

.listes .candidat.candidat-elu .desc{
    background-color: #d1e7f1;
}

.listes .photo{
    height: 90px;
    width: 90px;
}

.listes .photo, .listes .infos{
    float: left;
}

.listes .infos{
    padding: 10px 30px;
    
}

.listes .nom{
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
}

.listes .statut-elu, .listes .voix{
    float: right;
    height: 100%;
    line-height: 90px;
    padding: 0 30px;
}


.listes .voix{
    text-transform: none;
    padding: 0 100px;
}

.listes .voix span.total-voix{
    font-weight: bold;
    font-size: 35px;
}



.listes .statut-elu{
    font-size: 20px;
    font-weight: 600;
    width: 162px;
    visibility: hidden;
    z-index: 999;
    position: relative;
}

.listes .candidat.candidat-elu .statut-elu{
    visibility: visible;
}

.listes .candidat.candidat-elu-prev .statut-elu{
    visibility: visible;
}

.listes .candidat.candidat-elu-prev .icone-elu{
    opacity: 0.5;
    margin-left: 38px;
}

.listes .candidat.candidat-elu-prev .text-elu{
    display: none;
}

.listes .statut-elu span.icone-elu{
    background: url("../icone-elu.png") no-repeat;
    background-size: cover;
  height: 26px;
  width: 26px;
    float: left;
    margin-top: 30px;
    margin-right: 20px;
}

.listes .ligne-couleur{
    height: 10px;
    bottom: 0;
    position: absolute;
    left: 90px;
    right: 0px;
}

.listes #scrollbottom{
    position: absolute;
    bottom: 0px;
    right: 300px;
    left: 300px;
    height: 100px;
    z-index: 99999;
}

.listes #scrollup{
    position: absolute;
    top: 115px;
    right: 300px;
    left: 300px;
    height: 100px;
    z-index: 99999;
}

span.bouton-up {
  position: relative;
    float: left;
  background: url("../bouton-previous-next.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    border-radius: 32px;
    transform: rotate(180deg);
    margin-right: 5px;
}

span.bouton-bottom {
  position: relative;
    float: left;
  background: url("../bouton-previous-next.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    border-radius: 32px;
}


/*************** CDE ****************/

#page.cde{
    margin-top: 115px;
}

#page.cde #content{
    padding-top: 90px;
    width: 90%;
    overflow: hidden;
    height: 965px;
}

.cde .candidat{
    padding: 0px 25px;
    margin-bottom: 30px;
    text-align: center;
    transition: opacity 4s ease;
    opacity: 1;
}

.candidat.init{
    opacity: 0;
}
.cde .candidat.candidat-elu .desc{
    background-color: #d1e7f1;
}

.cde .candidat .desc{
    background-color: #e9f1f5;
}

.cde .candidat .photo img{
    width: 100%;
}

.cde .candidat .nom{
    padding: 30px 10px 0px 10px;
    font-size: 33px;
    font-weight: 600;
    text-transform: none;
    height: 77px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cde .candidat .liste{
    padding: 10px 10px 20px 10px;
    font-size: 24px;
}

.cde .candidat .voix{
    padding: 10px 10px 20px 10px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 100px;

}

.cde .candidat .voix .total-voix{
    font-size: 65px;
    font-weight: 900;
    line-height: 65px;
    display: none;
}

.cde .candidat .voix .label-voix{
    text-transform: lowercase;
    display: none;
}

.node-ce .cde .showvoix .candidat .voix .total-voix, .node-ce .cde .showvoix .candidat .voix .label-voix{
    display: block;
}

.node-ce .cde .showvoix .candidat .voix .entier, .node-ce .cde .showvoix .candidat .voix .decimal, .node-ce .cde .showvoix .candidat .voix .sigle-pourcent{
    display: none;
}



.node-ce .cde .candidat .voix .entier{
    font-size: 95px;
    font-weight: 900;
    line-height: 95px;
}

.node-ce .cde .candidat .voix .decimal{
    font-size: 35px;
    font-weight: 900;
}

.node-ce .cde .candidat .voix .sigle-pourcent{
    font-size: 35px;
    font-weight: 100;
}

.cde .statut-elu{
    font-size: 20px;
    font-weight: 600;
    visibility: hidden;
    padding: 12px 40px;
    text-align: left;
}

.cde .candidat.candidat-elu .statut-elu{
    visibility: visible;
}

.cde .statut-elu span.icone-elu{
    background: url("../icone-elu.png") no-repeat;
    background-size: cover;
  height: 26px;
  width: 26px;
    float: left;
    margin-right: 25px;
    margin-left: 95px;
}

.cde .candidat .position{
    position: absolute;
    bottom: 0;
    left: 23px;
    font-size: 73px;
    line-height: 58px;
    font-weight: 900;
    height: 52px;
    overflow: hidden;
    color: #D6D6D6;
}

.cde .candidat.candidat-elu .position{
    color: #d1e7f1;
}

.cde .photo{
    width: 382px;
    height: 382px;
    background: url(../default_candidat.jpg);
    background-size: cover;
}

.cde .group-candidats{
    float: left;
    clear: both;
    width: 100%;
}

.cde .group-candidats:last-child{
    margin-bottom: 112px;
}

.cde .next, .cde .previous{
    float: left;
    clear: both;
    height: 36px;
    text-align: center;
    width: 100%;
}

.cde .next{
    margin-top: 23px;
    margin-bottom: 83px;
}

.cde .previous{
    margin-top: 33px;
    margin-bottom: 43px;
}

.cde span.bouton-next {
  position: relative;
  background: url("../bouton-previous-next.png") no-repeat;
    background-size: cover;
  height: 36px;
  width: 36px;
  text-transform: uppercase;
  color: ivory;
  font-weight: 200;
  display: flex;
    margin:auto;
  flex: 1;
  justify-content: center;
  align-items: center;
    cursor: pointer;
    border-radius: 36px;
}

.cde span.bouton-previous {
  position: relative;
  background: url("../bouton-previous-next.png") no-repeat;
    transform: rotate(180deg);
    background-size: cover;
  height: 36px;
  width: 36px;
  text-transform: uppercase;
  color: ivory;
  font-weight: 200;
  display: flex;
    margin:auto;
  flex: 1;
  justify-content: center;
  align-items: center;
    cursor: pointer;
    border-radius: 36px;
}

.cde .candidat.egalite .statut-elu{
    display: none;
}

.cde .candidat.egalite .desc{
    background-color: #fff;
}

.cde .statut-egalite {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 40px;
    text-align: center;
    color: #333;
    background-color: #fff;
    display: none;
}

.cde .candidat.egalite .statut-egalite {
    display: block;
}

/*************** CDE 2EME TOUR **************/

.page-cde-2tour #page.cde #content{
    width: 95%;
}

.page-cde-2tour .cde .candidat{
    padding: 0 15px;
}

.page-cde-2tour .cde .photo{
    width: 100%;
    height: auto;
}

.page-cde-2tour .cde .candidat .nom{
    height: 124px;
}

.page-cde-2tour .cde .candidat .position{
    left: 13px;
}



/********* CE *********/

.node-ce h1{
    margin-top: 60px;
}


/***************** VOTATIONS *******************/


/*************** PARTIS ****************/

.votations #content{
   display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    width: 100%;
}

h1.titre-question{
    font-size: 65px;
    text-align: center;
    padding-top: 100px;
    margin-top: 0;
    margin-bottom: 80px;
}

#page.votations{
    height: 1080px;
}


.votations .question{
    height: 1080px;
    width: 100%;
    float: left;
    flex: 0 0 auto;
    position: relative;
}

.votations .diag-question{
    height: 1080px;
    width: 100%;
    padding: 0 10%;
    float: left;
    flex: 0 0 auto;
}

.votations .multiQview .diag-question{
    width: 50%;
    padding: 0 5%;
}

.votations .multiQ h1.titre-question{
    font-size: 45px;
    margin-bottom: 147px;
    margin-top: 0px;
    padding-top: 55px;
}

.votations .multiQ .reponse.resultat_ok .texte_oui_non{
    font-size: 120px;
}

.votations .multiQ .reponse .texte_oui_non .icon{
    font-size: 105px;
    margin-top: -2px;
}

.votations .multiQ .reponse.resultat_ok .barre{
    font-size: 120px;
}

.votations .multiQ .reponse .barre{
    font-size: 80px;
}

.votations .multiQ .cartouche, .votations .multiQ .ligne-verticale, .votations .multiQ .reponse .resultat{

}

.votations .multiQview .qs{
    position: absolute;
    left: 5%;
    top: 150px;
    width: 90%;
}

.votations .multiQview .qs .qsrep{
transition: width 1.5s ease-out;
}

.votations .multiQview .qs .qsrep.init{
width: 0%!important;
}

.votations .multiQview .qs #q1{
    background-color: #327b9a;
    float: left;
}

.votations .multiQview .qs #q2{
    background-color: #891E80;
    float: right;
    text-align: right;
}

.votations .multiQview .qsrep .icon{
    font-size: 65px;
    line-height: inherit;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0px;
}

.votations .multiQview .qs.ok1 #q2 .icon{
    opacity: 0;
}

.votations .multiQview .qs.ok2 #q1 .icon{
    opacity: 0;
}

 #boutons-acces{
    margin-left: 15px;
    float: left;
    text-align: center;
    z-index: 999999
}

 #boutons-acces .shortcut{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #fa393a;
    color: #fff;
    margin-right: 5px;
    line-height: 25px;
}

 #boutons-acces .shortcut.active{
    background-color: #b22020;
}



.votations .reponse{
    float: left;
    width: 49.5%;
}

.votations .cartouche{
    height: 700px;
    width: 100%;
    float: left;
}

.votations .reponse .titre-reponse{
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    padding-left: 5px;
}

.votations .reponse .resultat{
    height: 700px;
    position: relative;
}

.votations .reponse .top-barre{
    font-size: 55px;
    letter-spacing: -2px;
    font-weight: 900;
    position: relative;
}

.votations .reponse .barre{
    font-size: 100px;
    letter-spacing: -2px;
    font-weight: 900;
    position: relative;
}

.votations .multiQview .qs{
    font-size: 70px;
    letter-spacing: -2px;
    font-weight: 900;
}

.votations .reponse.resultat_ok .barre{
    font-size: 150px;
}

.votations .reponse.resultat_ok .barre span.decimal, .votations .reponse.resultat_ok .barre span.sigle-pourcent, .votations .reponse.resultat_ok .barre .voixlabel{
    font-size: 75px;
}

.votations .reponse.resultat_ok .pourcentage{
    line-height: 73px;
}

.votations .reponse .texte_oui_non{
    position: absolute;
    bottom: 0;
    line-height: 55px;
    width: 100%;
}

.votations .reponse .texte_oui_non span{
    float: left;
}

.votations .reponse.non .texte_oui_non span{
    float: right;
}

.votations .reponse.resultat_ok .texte_oui_non{
    font-size: 150px;
    line-height: 120px;
    transition: all 0.2s ease;
}

.votations .reponse.resultat_ok .texte_oui_non.init{
    font-size: 55px;
    line-height: 55px;
}

.votations .reponse .texte_oui_non .icon{
    font-size: 135px;
    opacity: 0;
    line-height: inherit;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -5px;
}

.votations .reponse .texte_oui_non.init .icon {
    opacity: 0!important;
    line-height: inherit!important;
}

.votations .reponse.resultat_ok .texte_oui_non .icon{
    opacity: 1;
    transition: opacity 0.5s ease;
}

.votations .reponse .barre span.decimal{
    font-size: 50px;
    margin-left: 0px;
}

.multiQview .qs span.decimal{
    font-size: 30px;
    margin-left: 0px;
}

.votations .reponse .pourcentage{
    position: absolute;
    bottom: 0;
    line-height: 53px;
    padding-left: 5px;
    padding-right: 10px;
    transition: opacity 0.5s ease;
    color: #fff;
    opacity: 1;
    width: 100%;
}

.votations .multiQview .qs .pourcentage{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    transition: opacity 0.5s ease;
    color: #fff;
    opacity: 1;
    width: 100%;
}

.votations .multiQview .qs .pourcentage.init{
    opacity: 0;
}

.votations .reponse.non .pourcentage{
    text-align: right;
}

.votations .reponse .pourcentage.init{
    opacity: 0;
}

.votations .reponse .pourcentage span.sigle-pourcent, .votations .pourcentage .voixlabel{
    font-weight: 100;
    font-size: 50px;
    margin-left: 2px;
}

.votations .multiQview .qs .pourcentage span.sigle-pourcent{
    font-weight: 100;
    font-size: 30px;
    margin-left: 2px;
}

.votations .reponse.resultat_ok .voix{
    font-size: 130px;
}

.votations .multiQ .reponse.resultat_ok .voix{
    font-size: 60px;
}

.votations .multiQ .reponse.resultat_pasok .voix{
    font-size: 45px;
}

.votations .multiQ .reponse.resultat_ok .voixlabel{
    font-size: 40px;
}

.votations .multiQ .reponse.resultat_pasok .voixlabel{
    font-size: 35px;
}

.votations .voix, .votations .voixlabel{
    display: none;
}

.votations #content.showvoix .voix, .votations #content.showvoix .voixlabel{
    display: inline;
}

.votations #content.showvoix .entier, .votations #content.showvoix .decimal, .votations #content.showvoix .sigle-pourcent{
    display: none;
}

.votations .reponse .barre{
    width: 100%;
    background-color: #1d1f88;
    bottom: 0;
    position: absolute;
}

.votations .reponse.oui .top-barre{
    color: #009b48;
}

.votations .reponse.non .top-barre{
    color: #db0043;
}

.votations .reponse.oui .barre{
    background-color: #009b48;
}

.votations .reponse.non .barre{
    background-color: #db0043;
}


.votations .reponse .barre.init{
    height: 0px!important;
}

.votations .reponse .top-barre.init{
    height: 100%!important;
}



.votations .ligne-verticale{
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.33), #ffffff, #ffffff, #ffffff);
    width: 1%;
    height: 700px;
    float: left;
}

.votations #scrollright{
    position: absolute;
    top: 115px;
    bottom: 50px;
    right: 0;
    width: 100px;
    z-index: 9999999999
}

.votations #scrollleft{
    position: absolute;
    top: 115px;
    bottom: 50px;
    left: 0;
    width: 100px;
    z-index: 99
}

span.bouton-left {
  position: relative;
    float: left;
  background: url("../bouton-previous-next.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    border-radius: 32px;
    transform: rotate(90deg);
    margin-right: 5px;
}

span.bouton-right {
  position: relative;
    float: left;
  background: url("../bouton-previous-next.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    transform: rotate(-90deg);
    border-radius: 32px;
}

/******* MAP VOTATIONS ********/

.votations #map svg{

    width: 1920px;
    height: 1080px;
    padding-top: 200px;
    padding-bottom: 70px;
    opacity: 1;
    position: absolute;
    top: 0;
    display: none;
    
}

.votations #map svg .communes{
    stroke-linejoin: round;
    stroke: #e6e6e6;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 0.1;
    fill: #ffffff;
}

.votations #map svg .oui_50{
    fill: #B4DBB6;
    background: #B4DBB6;
    border: none;
}

.votations #map svg .oui_60{
    fill: #8ABE8C;
    background: #8ABE8C;
    border: none;
}

.votations #map svg .oui_70{
    fill: #4F8F52;
    background: #4F8F52;
    border: none;
}

.votations #map svg .oui_80{
    fill: #2E6F30;
    background: #2E6F30;
    border: none;
}

.votations #map svg .oui_90{
    fill: #184D1B;
    background: #184D1B;
    border: none;
}

.votations #map svg .non_50{
    fill: #FA999A;
    background: #FA999A;
    border: none;
}

.votations #map svg .non_60{
    fill: #F96867;
    background: #F96867;
    border: none;
}

.votations #map svg .non_70{
    fill: #F60702;
    background: #F60702;
    border: none;
}

.votations #map svg .non_80{
    fill: #CC0502;
    background: #CC0502;
    border: none;
}

.votations #map svg .non_90{
    fill: #9A0200;
    background: #9A0200;
    border: none;
}

body.map .votations #map svg{
    display: block;
}

body.map #content .reponse, body.map #content .ligne-verticale{
    display: none;
}

#backup_map{
    display: none;
}



/*************** FOOTER **************/

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 10px;
}

footer span#lb-status{
    line-height: 26px;
    text-transform: none;
    font-size: 12px;
    float: right;
}

footer span.bouton-home {
  position: relative;
    float: left;
  background: url("../bouton-home.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    border-radius: 32px;
    margin: 0px 0px 0px 5px;
}

footer span.bouton-rafraichir {
  position: relative;
    float: left;
  background: url("../bouton-rafraichir.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    margin: 0px 5px 10px 5px;
    border-radius: 32px;
}

footer span.bouton-pourcent {
  position: relative;
    float: left;
  background: url("../bouton-pourcent.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    margin: 0px 5px 10px 0px;
    border-radius: 32px;
}

footer span.bouton-carte {
  position: relative;
    float: left;
  background: url("../bouton-carte.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    margin: 0px 5px 10px 0px;
    border-radius: 32px;
}

body.map footer span.bouton-resultats {
  position: relative;
    float: left;
  background: url("../bouton-resultats.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    margin: 0px 5px 10px 0px;
    border-radius: 32px;
    display: block!important;
}

footer span.bouton-resultats, body.map footer span.bouton-carte{
    display: none;
}

footer span.bouton-1tour {
  position: relative;
    float: left;
  background: url("../bouton-1tour.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    margin: 0px 5px 10px 0px;
    border-radius: 32px;
}

footer span.bouton-2tour {
  position: relative;
    float: left;
  background: url("../bouton-2tour.png") no-repeat;
    background-size: cover;
  height: 25px;
  width: 25px;
    margin: 0px 5px 10px 0px;
    border-radius: 32px;
}



