﻿@charset "utf-8";
/* CSS Document */

/************************************************ICOMOON**********************************************************************/

@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';
    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;
}

:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid, .fas {
    font-weight: 900
}

:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular, .far {
    font-weight: 400
}

:host, :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands, .fab {
    font-weight:400
}

.fa-solid, .fas {
    font-weight: 900
}

.icon-file-powerpoint:before {
  content: "\e90f";
}
.icon-file-pdf:before {
  content: "\e910";
}
.icon-file-excel:before {
  content: "\e911";
}
.icon-file-video:before {
  content: "\e912";
}
.icon-file-word:before {
  content: "\e913";
  vertical-align: middle;
}
.icon-file-zip:before {
  content: "\e914";
}
.icon-plus-square:before {
    content: "\e915";
}
.icon-minus-square:before {
    content: "\e916";
}
.icon-link:before {
    content: "\e9cb";
}
.icon-new-tab:before {
    content: "\ea7e";
}

.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";
    vertical-align: middle;
}

.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, .icon-linkedin-square, .icon-facebook-square {
	font-family: "Font Awesome 6 Brands";
}

.icon-twitter-square:before {
    content: "\e61a";
}

.icon-linkedin-square:before {
    content: "\f08c";
}

.icon-facebook-square:before {
    content: "\f082";
}

.list-socialurl .icon{
	font-size: 2em;
}

.list-inline.list-socialurl>li{
	padding:0 0 0 5px;
}

/**********************************************************************************************************************
                                   .__
   ____   ____   ____   ___________|__| ____   ______
  / ___\_/ __ \ /    \_/ __ \_  __ \  |/ ___\ /  ___/
 / /_/  >  ___/|   |  \  ___/|  | \/  \  \___ \___ \
 \___  / \___  >___|  /\___  >__|  |__|\___  >____  >
/_____/      \/     \/     \/              \/     \/
***********************************************************************************************************************/
body{
    font-size: 16px;
}
h1 {
    margin: 5px 0 25px 0;
}

h2 {
    margin: 40px 0 40px 0;
}

@media (min-width: 1024px) {
    .navbar-center-social{
        display: flex;
        align-items: center;
    }
}

@media (max-width: 970px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
}

h3 {
    color: #333;
    
}

h4 {
    margin-top: 50px;
    margin-bottom: 30px;
}

hr {
    border-bottom: 5px solid #b2b2b2;
    margin: 0;
    padding: 0;
}
table {
    font-size: 15px;
}

.big {
    font-size: 70px;
}

.text-normal {
    font-weight: normal;
}

.text-gris {
    color: #666666;
}

.text-bleu {
    color: #257fb2;
}

.text-evidence {
	padding: 10px 20px;
	margin: 10px 0px 10px;
	font-size: 16px;
	border-left: 5px solid #2c7bb8;
}

.well {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.label {
    font-size: inherit;
    line-height: 2;
}

.label-info {
    background-color: #257fb2;
}

/***** Définition Liste ******/
dt {
    margin-top: 20px;
    font-size: 18px;
}

dd {
    padding: 10px 0;
    border-bottom: 1px solid #b2b2b2;
}


/*************** PADDING ***************/
.padding-0 {
    padding: 0;
}

/*************** PADDING-LEFT ***************/

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-5 {
    padding-left: 5px;
}
.padding-left-10 {
    padding-left: 10px;
}

.padding-left-50 {
    padding-left: 50px;
}

/*************** PADDING-RIGHT ***************/
.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-50 {
    padding-right: 50px;
}


/*************** PADDING-TOP ***************/

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-100 {
    padding-top: 100px;
}

/*************** PADDING-BOTTOM ***************/

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

/*************** MARGIN ***************/

.margin-0 {
    margin: 0 !important;
}

/*************** MARGIN-TOP ***************/

.margin-top-0 {
    margin-top: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}


.margin-top-100 {
    margin-top: 100px;
}

/*************** MARGIN-BOTTOM ***************/

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}


.margin-bottom-100 {
    margin-bottom: 100px !important;
}


/*************** MARGIN-LEFT ***************/

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-50 {
    margin-left: 50px;
}


/*************** MARGIN-RIGHT ***************/

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-50 {
    margin-right: 50px;
}

/*************** VERTICAL-ALIGN ***************/

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

/*************** DISPLAY ***************/

.display-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

/**************** OVERFLOW **********************/
.scrollable {
    overflow-y: scroll;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* IE6 */
* html .clearfix {
    height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
    min-height: 1%;
}


/*************** LOADER *****************************************************************************/
.loader.desactivated {
    display: none;
}
.loader {
    margin: auto;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


/**********************************************************************************************************************
.__                       .___
|  |__   ____ _____     __| _/___________
|  |  \_/ __ \\__  \   / __ |/ __ \_  __ \
|   Y  \  ___/ / __ \_/ /_/ \  ___/|  | \/
|___|  /\___  >____  /\____ |\___  >__|
     \/     \/     \/      \/    \/
 */
/**********************************************************************************************************************/
.header {
}

    .header img {
        margin: 0 15px 0 0;
        height: 70px;
        width: 65px;
    }

.lead {
    height: 70px;
    margin-top: 23px;
    margin: 0;
    font-size: 18px;
    line-height: 70px;
    font-weight: 400;
}
    .lead span {
        display: inline-block;
        vertical-align: middle;
    }

@media (max-width: 480px) {
    .lead span {
        float: left;
        font-size: 14px
    }
}

/**********************************************************/
.navigation {
    text-align: right;
}

.menu-toggle { /*hamburger*/
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 20px;
    color: #888888;
}

/***********************************************************/
.navigation2 {
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

    .navigation2 a {
        text-decoration: none;
        font-weight: bold;
    }
        .navigation2 a.active {
            color: rgb(51, 51, 51);
        }


    .navigation2 ul.list-links {
        font-size: 18px;
        line-height: 60px;
        margin: 0;
    }
        .navigation2 ul.list-links li {
            margin-right: 10px;
        }

    .navigation2 ul.list-socialurl {
        margin: 0;
        font-size: 14px;
    }
        .navigation2 ul.list-socialurl > lh {
            line-height: 60px;
            margin-right: 10px;
        }
        .navigation2 ul.list-socialurl > li {
            padding: 0;
            vertical-align: middle;
        }
            .navigation2 ul.list-socialurl > li i {
                font-size: 32px;
                margin-right: 1px;
            }

@media (max-width: 480px) {
    .navigation2 ul.list-links {
        line-height: 45px;
        margin: 0;
    }
        .navigation2 ul.list-links li {
            margin-right: 0;
            border-bottom: 1px solid #cccccc;
            display: block;
            padding: 0;
        }
}

/***********************************************************/

.switch {
    font-size: 20px;
    background: #e1e1e1;
    color: #337ab7;
    padding-top: 45px;
    margin-bottom: 40px;
}

    .switch a {
        color: #337ab7;
        font-weight: bold;
        text-decoration: none;
        margin-right: 40px;
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 10px solid #e1e1e1;
    }
        .switch a:last-child {
            margin-right: 0;
        }
        .switch a:hover {
            color: #285f8f;
        }
        .switch a.active{
            border-bottom: 10px solid #b2b2b2;
        }

@media (max-width: 480px) {
    .switch {
        font-size: 16px;
        margin-bottom: 20px;
    }
        .switch a {
            margin-right: 20px;
        }
}

/*************************** BREADCRUMB ********************************/


.breadcrumb {
    padding: 0 0;
    margin-bottom: 30px;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

    .breadcrumb > li {
        display: inline-block
    }

    .breadcrumb a {
        color: #b2b2b2;
        text-decoration: none !important;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms
    }

        .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a.focus {
            color: #333
        }

    .breadcrumb > li + li:before {
        content: '\e900';
        padding: 0 10px;
        font-family: 'icomoon';
        font-size: 12px
    }



/*************************** STATUT : ETAT D'AVANCEMENT ********************************/

#geviweb-status {
    margin-bottom: 5px;
}


/*************************** PAGE D'ACCUEIL : SPLASH SCREEN ********************************/

.splash-screen {
    color: #ffffff;
    background-color: #257fb2;
    padding: 150px 0;
    margin: 0;
}
    .splash-screen h1 {
        padding-bottom: 80px;
    }
    .splash-screen .btn-default {
        font-size: 35px;
        font-weight: normal;
        border: 1px solid #ffffff;
        padding: 30px;
    }
        .splash-screen .btn-default:hover {
            color: #257fb2;
            text-decoration: none;
        }
@media (max-width: 480px) {
    .splash-screen {
        padding: 50px 0;
    }
        .splash-screen h1 {
            padding-bottom: 20px;
        }
        .splash-screen .btn-default {
            font-size: 20px;
            padding: 10px;
        }
}


/******************** ZONE DE RECHERCHE ***************************************/

.zone-recherche {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.zone-recherche .filtre-elu {
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
}

.form-control {
    font-size: 16px;
    line-height: 40px;
    color: #555;
    height: 40px;
    padding: 0 22px;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
}
.form-control:-moz-placeholder {
    color: #999;
}

.btn-default {
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    background-color: #257fb2;
    border: none;
    padding: 0 22px;
    margin-bottom: 10px;
    display: inline-block;
}

    .btn-default .icon-search {
        margin-left: 10px;
    }


/********************************************************************************************************************

*/
ul.gevi-tab {
    border-bottom: 5px solid #257fb2;
    padding-bottom: 8px;
    margin-left: 0;
}
    ul.gevi-tab li {
        padding: 0;
        display: inline-block;
        margin-right: 10px;
    }
        ul.gevi-tab li a {
            display: inline-block;
            padding: 10px 15px;
            background: #e7e7e7;
            color: #257fb2;
            text-decoration: none;
            font-weight: bold;
            font-size: 20px;
        }
            ul.gevi-tab li a.active {
                background: #257fb2;
                color: #ffffff;
            }

/* screen-xs < 640 */
@media only screen and (max-width: 640px) {
    ul.gevi-tab li {
        padding: 0;
        display: block;
        width: 100%;
        margin: 5px;
    }

        ul.gevi-tab li a {
            width: 100%;
        }
}

    .tab-nominatifs, .tab-suffrages {
        min-height: 600px;
    }


    .nav-commune {
        border: 1px solid #cccccc;
        padding: 15px 20px;
    }

        .nav-commune .libelle-liste,
        .nav-commune .libelle-plan {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            vertical-align: middle;
        }

    /* The switch - the box around the slider */
    .switch-checkbox {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 30px;
        margin: 0 15px;
        vertical-align: middle;
    }

        /* Hide default HTML checkbox */
        .switch-checkbox input {
            display: none;
        }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 24px;
            width: 24px;
            left: 4px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #257fb2;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(28px);
        -ms-transform: translateX(28px);
        transform: translateX(28px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }


    /**********************************************************************************************************************

  _____________   ____________               _____      _____ __________
 /   _____/\   \ /   /  _____/              /     \    /  _  \\______   \
 \_____  \  \   Y   /   \  ___    ______   /  \ /  \  /  /_\  \|     ___/
 /        \  \     /\    \_\  \  /_____/  /    Y    \/    |    \    |
/_______  /   \___/  \______  /           \____|__  /\____|__  /____|
        \/                  \/                    \/         \/
/**************** SVG AND MAPS ***********************/

    #gevi-map {
    }

        #gevi-map svg {
            min-height: 600px; /** set height for IE. GC communes map */
        }

    #map-select {
        margin-top: 0;
    }

    .map-comm-not-concerned {
        fill: url(#patternCommuneNonConcernee) !important;
    }

    #gevi-map-highlight /* legend ou le nom de la commune s'affiche */ {
        margin: 70px 0 0;
        padding: 5px 15px;
        text-align: left;
        background: white;
        border: 1px solid #efefef;
        font-size: 1.1em;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }

        #gevi-map-highlight ul,
        #gevi-map-highlight ul li {
            list-style: none;
            margin: 0;
            padding: 3px 0 0 5px;
            ;
        }

            #gevi-map-highlight ul li a {
                font-weight: normal;
            }

        #gevi-map-highlight a {
            text-decoration: none;
        }

    #gevi-map svg .communes, /* commune path element */
    #gevi-map svg .cantons /* canton path element */ {
        stroke-linejoin: round;
        stroke: #ffffff;
        stroke-linecap: round;
        stroke-miterlimit: 10;
        stroke-width: 0.95;
        fill: #ececec;
    }

    .response_oui {
        color: #059966;
    }

    .response_non {
        color: #cc3300;
    }

    #gevi-map svg .not_concerned,
    .legend.oui_60::before {
        fill: #059966;
        background: #059966;
        border: none;
    }

    #gevi-map svg .oui_60,
    .legend.oui_60::before {
        fill: #059966;
        background: #059966;
        border: none;
    }

    #gevi-map svg .non_60,
    .legend.non_60::before {
        fill: #cf3d0d;
        background: #cf3d0d;
        border: none;
    }

    #gevi-map svg .oui_55,
    .legend.oui_55::before {
        fill: #37ad85;
        background: #37ad85;
        border: none;
    }

    #gevi-map svg .non_55,
    .legend.non_55::before {
        fill: #d65c33;
        background: #d65c33;
        border: none;
    }

    #gevi-map svg .oui_505,
    .legend.oui_505::before {
        fill: #69c2a3;
        background: #69c2a3;
        border: none;
    }

    #gevi-map svg .non_505,
    .legend.non_505::before {
        fill: #e08566;
        background: #e08566;
        border: none;
    }

    #gevi-map svg .oui_50,
    .legend.oui_50::before {
        fill: #b4e0d1;
        background: #b4e0d1;
        border: none;
    }

    #gevi-map svg .non_50,
    .legend.non_50::before {
        fill: #ebad99;
        background: #ebad99;
        border: none;
    }

    #gevi-map svg .resProv.non_50{
		fill: url('#resProvNon50');
	}
	#gevi-map svg .resProv.non_505{
		fill: url('#resProvNon505');
	}
	#gevi-map svg .resProv.non_55{
		fill: url('#resProvNon55');
	}
	#gevi-map svg .resProv.non_60{
		fill: url('#resProvNon60');
	}
	#gevi-map svg .resProv.oui_50{
		fill: url('#resProvOui50');
	}
	#gevi-map svg .resProv.oui_505{
		fill: url('#resProvOui505');
	}
	#gevi-map svg .resProv.oui_55{
		fill: url('#resProvOui55');
	}
	#gevi-map svg .resProv.oui_60{
		fill: url('#resProvOui60');
	}



    #gevi-map-legend {
        margin-top: 150px;
    }


        #gevi-map-legend .legend::before {
            content: " ";
            display: inline-block;
            width: 40px;
            height: 20px;
            margin-right: 10px;
            vertical-align: middle;
        }

    #gevi-map-legend-mobile {
        font-size: 0.7em;
    }

        #gevi-map-legend-mobile .legend::before {
            content: " ";
            display: inline-block;
            width: 30px;
            height: 10px;
            margin-right: 5px;
            vertical-align: middle;
        }



    /***********************************************************************************************************************
                                                  .__
  _________  ______      ________________  ______ |  |__   ______
 /  ___/\  \/ / ___\    / ___\_  __ \__  \ \____ \|  |  \ /  ___/
 \___ \  \   / /_/  >  / /_/  >  | \// __ \|  |_> >   Y  \\___ \
/____  >  \_/\___  /   \___  /|__|  (____  /   __/|___|  /____  >
     \/     /_____/   /_____/            \/|__|        \/     \/
 SVG GRAPHS*/

    #canvas_container,
    #canvas_container_hemicycle {
        margin-bottom: 70px;
    }

        #canvas_container .hemisector,
        #canvas_container_hemicycle .hemisector {
            cursor: pointer;
            width: 100%;
            stroke: #ffffff;
            stroke-width: 3px;
        }

        #canvas_container svg,
        #canvas_container_hemicycle svg {
            height: 100%;
            width: 100%;
        }
    /* Small Devices < 480 */
    @media only screen and (max-width: 480px) {
        #canvas_container,
        #canvas_container_hemicycle {
            height: 300px;
            width: 100%;
        }

            #canvas_container text,
            #canvas_container_hemicycle text,
            #canvas_container rect,
            #canvas_container_hemicycle rect {
                display: none;
            }
    }
    /* screen-xs < 640 */
    @media only screen and (min-width : 480px) and (max-width: 640px) {
        #canvas_container,
        #canvas_container_hemicycle {
            height: 340px;
            margin: auto;
        }

            #canvas_container text,
            #canvas_container_hemicycle text,
            #canvas_container rect,
            #canvas_container_hemicycle rect {
                display: none;
            }
    }
    /* screen-sm 640 - 970 */
    @media only screen and (min-width : 640px) and (max-width: 970px) {
        #canvas_container,
        #canvas_container_hemicycle {
            width: 600px;
            height: 340px;
            margin: auto;
        }
    }
    /* screen-md 970 - 1170 */
    @media only screen and (min-width : 970px) and (max-width: 1168px) {
        #canvas_container,
        #canvas_container_hemicycle {
            height: 400px;
        }
    }

    /* screen-lg > 1170 */
    @media only screen and (min-width : 1168px) {
        #canvas_container,
        #canvas_container_hemicycle {
            height: 450px;
        }
    }

    /*****************Legend **************************************************************************/
    #canvas_legend {
    }

        #canvas_legend .color {
            width: 12px;
            height: 12px;
            display: inline-block;
        }

    .canvas_legend .nbsieges {
    }

    /*************** TOP 7 CE ***************************************************************************************************/
    #top7 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

        #top7 .top7-candidat {
            margin: 0 15px;
            padding-top: 10px;
            text-align: center;
            width: calc(14.28% - 30px);
            width: -moz-calc(14.28% - 30px);
            width: -webkit-calc(14.28% - 30px);
        }

        #top7 .top7-candidat {
        }

            #top7 .top7-candidat .content {
                padding: 20px;
            }

            #top7 .top7-candidat .flipper {
                transform: rotateY(180deg);
                backface-visibility: hidden;
            }

                #top7 .top7-candidat .flipper.flip {
                    transform: rotateY(0);
                    animation-duration: 500ms;
                    animation-timing-function: ease-out;
                    animation-name: flipAnimation;
                }

            #top7 .top7-candidat.elu .content {
                background-color: #dfecf4;
            }

    @keyframes flipAnimation {
        from {
            transform: rotateY(180deg);
        }

        to {
            transform: rotateY(0);
        }
    }

    #top7 .top7-candidat .position {
        font-weight: bold;
        color: #ffffff;
        line-height: 28px;
        background-color: #333333;
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    #top7 .top7-candidat .suffrage {
        line-height: 1.1;
        margin-bottom: 20px;
    }

    #top7 .top7-candidat .big-number {
        font-size: 20px;
    }

    #top7 .top7-candidat .libelle-suffrages {
        text-transform: uppercase;
    }

    @media (max-width: 970px) {
        #top7 .top7-candidat {
            width: calc(25% - 30px);
            width: -moz-calc(25% - 30px);
            width: -webkit-calc(25% - 30px);
        }
    }


    /*************** CARTOUCHE ********************************************************************************************/
    #gevi-cartouche {
        font-size: 18px;
        background-color: #f4f4f4;
        padding: 30px 15px;
        margin-bottom: 75px;
    }

        #gevi-cartouche .row1 {
        }

            #gevi-cartouche .row1 .icon {
                font-size: 60px;
            }

        #gevi-cartouche .icon.icon-info {
            font-size: 21px;
        }

        #gevi-cartouche .row2 {
            border-top: 1px solid #d3d3d3;
            padding-top: 30px;
            margin-top: 30px;
        }

        #gevi-cartouche.cartouche-commune .col-sm-2 {
            width: 14.2857%;
        }

        #gevi-cartouche.cartouche-commune-gc .col-sm-2 {
            width: 12.5%;
        }

        #gevi-cartouche .data-row.data-big {
            font-size: 24px;
            text-align: center;
            border: none;
            font-weight: 400;
            background-position: center 25px;
            background-repeat: no-repeat;
        }

            #gevi-cartouche .data-row.data-big .big-number {
                font-size: 35px;
                line-height: 1.2;
            }

        #gevi-cartouche .data-geviweb {
            font-weight: bold;
            font-size: 24px;
        }

    @media (max-width: 480px) {
        #gevi-cartouche .data-row.data-big {
            font-size: 13px;
            line-height: 1.2;
        }

            #gevi-cartouche .data-row.data-big .big-number {
                font-size: 30px;
            }

        #gevi-cartouche .data-row {
            padding-bottom: 20px;
        }

        #gevi-cartouche .row1 .icon {
            font-size: 40px;
        }

        #gevi-cartouche .icon.icon-info {
            font-size: 21px;
        }
    }


    /*************** TABLE suffrages ***************************************************************************************/
    .gevi-table-suffrages {
        width: 100%;
    }

        .gevi-table-suffrages th {
            vertical-align: top;
        }

        .gevi-table-suffrages td {
            padding: 10px;
            vertical-align: top;
        }

        .gevi-table-suffrages .cell_oui,
        .gevi-table-suffrages .cell_non {
            padding: 0px 10px;
        }

            .gevi-table-suffrages .cell_oui.active {
                background: #059966;
                color: #ffffff;
            }

            .gevi-table-suffrages .cell_non.active {
                background: #cc3300;
                color: #ffffff;
            }

        .gevi-table-suffrages tbody tr.highlight {
            background-color: #ccc;
            font-size: 1.1em;
        }


    /*************** résultats NOMINATIFS ***************************************************************************************/

    .cartouche-candidat {
        margin-top: 30px;
    }

        .cartouche-candidat .bloc-candidat {
            margin-bottom: 6px;
            padding-top: 5px;
            background-color: #f4f4f4;
            min-height: 150px;
        }

            .cartouche-candidat .bloc-candidat .libelle-elu {
                display: block;
                text-transform: uppercase;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .cartouche-candidat .bloc-candidat .info-candidat {
                padding-left: 18px;
                margin-top: 6px;
            }

        .cartouche-candidat.ce .bloc-candidat .info-candidat {
            margin-top: 0;
        }

        .cartouche-candidat .bloc-candidat .big-number {
            font-size: 30px;
        }

        .cartouche-candidat .bloc-candidat .libelle-suffrages {
            text-transform: uppercase;
        }

        .cartouche-candidat .histo-candidat {
            border: 1px solid #b2b2b2;
        }

            .cartouche-candidat .histo-candidat .histo-longueur {
                height: 11px;
                background-color: #b2b2b2;
            }

        .cartouche-candidat.elu .bloc-candidat {
            background-color: #dfecf4;
        }

    .liste_candidat_GC .cartouche-candidat .bloc-candidat {
        border-bottom: 5px solid #b2b2b2;
    }

    .liste_candidat_GC .cartouche-candidat.elu .bloc-candidat {
        border-bottom: 5px solid #257fb2;
    }

    .liste_candidat_GC .cartouche-candidat.egalite .bloc-candidat {
        border: none;
        background: #f4f4f4 url(../strip_border.png) bottom left repeat-x;
    }

    .cartouche-candidat.elu .histo-candidat {
        border-color: #257fb2;
    }

        .cartouche-candidat.elu .histo-candidat .histo-longueur {
            background-color: #257fb2;
        }


    @media (max-width: 480px) {
        .cartouche-candidat .bloc-candidat .info-candidat {
            margin-top: 0;
        }

        .cartouche-candidat .bloc-candidat .big-number {
            font-size: 20px;
        }
    }


    /*************** Affichage en liste ***************************************************************************************/


    ul.liste {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        padding: 0;
        column-count: 4;
        column-gap: 85px;
    }

        ul.liste.liste_2col {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }

        ul.liste.liste_1col {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1;
        }

        ul.liste li {
            list-style: none;
            font-size: 18px;
            margin: 0 10px 0 0;
            padding: 3px 0;
            border-bottom: 1px solid #b2b2b2;
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
        }

        ul.liste.liste_gd_espacement li {
            padding: 10px 0;
        }

        ul.liste li a {
            font-weight: bold;
            text-decoration: none;
        }

            ul.liste li a.selected {
                background: #addef7;
            }

        ul.liste li ul,
        ul.liste li ul li {
            list-style: none;
            font-weight: normal;
            line-height: 20px;
            margin: 0;
            padding: 0;
            border: none;
        }

    /* screen-xs < 640 */
    @media only screen and (max-width: 640px) {
        ul.liste,
        ul.liste.liste_2col {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1;
        }
    }



    /*************** FOOTER ***************************************************************************************/
    .footer {
        margin-top: 80px;
        background: #333;
        color: #fff
    }

        .footer .nav {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
            -moz-column-gap: 25px;
            -webkit-column-gap: 25px;
            column-gap: 25px;
            padding: 0
        }

            .footer .nav > li {
                display: inline-block;
                width: 100%;
                word-wrap: break-word;
                -moz-page-break-after: always;
                -webkit-column-break-after: always;
                break-after: always;
                word-wrap: break-word;
                -webkit-hyphens: auto;
                -moz-hyphens: auto;
                -ms-hyphens: auto;
                -o-hyphens: auto;
                hyphens: auto;
                color: #fff
            }

                .footer .nav > li a {
                    padding: 10px 0;
                    color: #fff;
                    border-bottom: 1px solid #999;
                    background: none;
                    -webkit-transition: all;
                    -o-transition: all;
                    transition: all;
                    -webkit-transition-duration: 300ms;
                    transition-duration: 300ms
                }

                    .footer .nav > li a:hover, .footer .nav > li a:focus, .footer .nav > li a.active {
                        color: #b2b2b2
                    }

                    .footer .nav > li a:before {
                        content: '\e900';
                        margin-right: 10px;
                        font-family: 'icomoon';
                        font-size: 10px
                    }

        .footer .footer_haut {
            padding-top: 44px;
            padding-bottom: 44px;
            background: #ededed;
            color: #333
        }

        .footer .footer_bas {
            padding-top: 44px;
            padding-bottom: 44px;
            background: #333;
            clear: both
        }

    @media (max-width: 970px) {
        .footer .footer_bas .region-footer-bas {
            padding-bottom: 22px
        }

        .footer .nav {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1
        }
    }

    .footer-logo {
        display: block;
        width: 128px;
        height: 100px;
        text-indent: -9999em;
        background: url("../footer-logo.svg") no-repeat center;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain
    }

    @media (max-width: 970px) {
        .footer-logo {
            margin: auto
        }
    }


    /************************************* SIDEDRAWER ******************************************/
    #gevi-sidedrawer {
        position: fixed;
        right: -450px;
        top: 0;
        background-color: #575757;
        height: 100%;
        width: 450px;
    }


        #gevi-sidedrawer.active {
            right: -450px;
            animation-duration: 200ms;
            animation-name: slideout;
        }

            #gevi-sidedrawer.active.opened {
                right: 0;
                animation-duration: 300ms;
                animation-name: slidein;
            }


    @keyframes slidein {
        from {
            right: -450px;
        }

        to {
            right: 0;
        }
    }

    @keyframes slideout {
        from {
            right: 0;
        }

        to {
            right: -450px;
        }
    }

    #gevi-sidedrawer #gevi-sidedrawer-drawer {
        position: absolute;
        top: 50%;
        width: 350px;
        text-align: center;
        cursor: pointer;
        visibility: hidden;
    }

        #gevi-sidedrawer #gevi-sidedrawer-drawer span {
            color: #ffffff;
            display: block;
            padding: 10px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: translate(-196px,0) rotate(-90deg);
            background-color: #6c6c6c;
            visibility: visible;
        }

    #gevi-sidedrawer #gevi-sidedrawer-content {
        font-size: 14px;
        color: #ffffff;
        background-color: #575757;
    }

        #gevi-sidedrawer #gevi-sidedrawer-content a {
            color: #ffffff;
        }

        #gevi-sidedrawer #gevi-sidedrawer-content h3 {
            font-size: 20px;
            font-weight: normal;
            color: #ffffff;
            text-transform: uppercase;
            margin: 0;
            padding: 27px 45px;
            background-color: #454545;
            line-height: 35px;
        }

        #gevi-sidedrawer #gevi-sidedrawer-content .taux-participation {
            font-weight: bold;
            padding: 5px 15px;
            margin-left: 15px;
            background-color: #c90000;
            border-radius: 20px;
        }

        #gevi-sidedrawer #gevi-sidedrawer-content .message {
            padding: 20px 45px;
        }

        #gevi-sidedrawer #gevi-sidedrawer-content .content {
            padding: 45px;
        }

        #gevi-sidedrawer #gevi-sidedrawer-content ul {
            padding: 0;
            font-weight: bold;
        }

            #gevi-sidedrawer #gevi-sidedrawer-content ul li {
                padding: 12px 0;
                border-bottom: 1px solid #818181;
                list-style: none;
            }

        #gevi-sidedrawer #gevi-sidedrawer-content .twitter-cha {
            bottom: 0;
            text-transform: uppercase;
            padding: 45px;
            margin-top: auto;
        }

            #gevi-sidedrawer #gevi-sidedrawer-content .twitter-cha .icon-twitter {
                vertical-align: middle;
            }


    @media (max-width: 480px) {
        #gevi-sidedrawer {
            position: relative;
            top: auto;
            right: 0;
            bottom: -2px;
            height: 45px;
            width: 100%;
        }

            #gevi-sidedrawer.active {
                top: auto;
                right: 0;
                bottom: -2px;
                height: 45px;
            }

                #gevi-sidedrawer.active.opened {
                    top: 0;
                    right: 0;
                    height: 100%;
                }

            #gevi-sidedrawer #gevi-sidedrawer-drawer {
                position: fixed;
                top: auto;
                bottom: 0;
                width: 100%;
            }

            #gevi-sidedrawer.active.opened #gevi-sidedrawer-drawer {
                position: relative;
            }

            #gevi-sidedrawer #gevi-sidedrawer-drawer span {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: translate(0,0) rotate(0deg);
            }

            #gevi-sidedrawer #gevi-sidedrawer-content {
                display: none;
                position: relative;
            }

            #gevi-sidedrawer.active.opened #gevi-sidedrawer-content {
                display: block;
                position: relative;
            }


        @keyframes slidein {
            from {
                right: 0;
                height: 45px;
            }

            to {
                right: 0;
                height: 100%;
            }
        }

        @keyframes slideout {
            from {
                right: 0;
                height: 100%;
            }

            to {
                right: 0;
                height: 45px;
            }
        }
    }

    /************************************ ANIMATIONS ************************************************/
    .animations .status {
        text-align: center;
        padding: 10px;
        font-size: 20px;
        background: #257fb2;
        color: #ffffff;
        width: 100%;
        font-weight: bold;
    }

    .animation .legend {
        font-size: 25px;
    }

    .animations h1 {
        text-align: center;
        margin-bottom: 80px;
    }

    .animations #top7 {
        margin-top: 60px;
    }

    .animations #canvas_container_hemicycle {
        width: 1000px;
        height: 600px;
        margin-bottom: 25px;
    }

    .animations #canvas_legend {
        padding: 0 40px 0 10px;
    }

        .animations #canvas_legend .color {
            width: 30px;
            height: 30px;
            vertical-align: text-bottom;
            margin-top: 4px;
        }

        .animations #canvas_legend table td {
            padding: 0;
            text-transform: uppercase;
            line-height: 45px;
        }


        .animations #canvas_legend tr {
            opacity: 0;
        }

            .animations #canvas_legend tr.flip {
                opacity: 1;
                transition: opacity 1s ease-in-out;
                border-bottom: 1px solid #656569;
            }

                .animations #canvas_legend tr.flip:first-child {
                    border-top: 1px solid #656569;
                }

    .animations .logo {
        position: fixed;
        bottom: 20px;
        right: 40px;
    }

    /**

*/
    .graphicbar {
        background: #ededed;
        padding: 20px 30px 3px 30px;
        margin-top: 20px;
        margin-bottom: 100px;
        text-decoration: none;
    }
    @media (max-width: 480px) {
        .graphicbar {
            margin-bottom: 30px;
        }
    }
    a.graphicbar {
        color: inherit;
        display: block;
        text-decoration: none;
    }

    .graphicbar .response_oui, .graphicbar .response_non {
        text-transform: uppercase;
    }

    .graphicbar .response_oui {
        color: #059966;
    }

    .graphicbar .response_non {
        color: #cc3300;
    }


    .graphicbar .bar_container {
        margin: 10px 0;
        padding: 0;
        width: 100%;
        background: none;
        position: relative;
        clear: both;
        height: 85px;
    }

        .graphicbar .bar_container:before {
            display: block;
            position: absolute;
            height: 85px;
            width: 1px;
            border-right: 1px dashed #ededed;
            background: none;
            left: 50%;
            z-index: 1;
            content: ' ';
        }

        .graphicbar .bar_container:after {
            display: block;
            position: absolute;
            width: 18%;
            text-align: center;
            left: 41%;
            top: -33px;
            content: '50%';
            font-weight: bold;
        }

        .graphicbar .bar_container .bar_oui, .graphicbar .bar_container .bar_non {
            height: 75px;
            line-height: 40px;
            width: 1px;
            color: #fff;
            padding: 20px;
            font-size: 1.1em;
            font-weight: bold;
            position: absolute;
        }

        .graphicbar .bar_container .bar_oui {
            left: 0;
            text-align: left;
            background: #059966;
            transition: width 1s ease;
        }

        .graphicbar .bar_container .bar_non {
            right: 0;
            text-align: right;
            background: #cc3300;
            transition: width 1s ease;
        }

            .graphicbar .bar_container .bar_non .numbers {
                position: absolute;
                right: 20px;
                z-index: 1;
            }

        .graphicbar .bar_container .bar_oui .numbers {
            position: absolute;
            left: 20px;
            z-index: 1;
        }


    /**
    Force colors for INCPQS type questions
*/
    .incpqs .response_oui {
        color: #327b9a;
    }

    .incpqs .response_non {
        color: #891E80;
    }

    .incpqs .graphicbar .bar_container .bar_oui {
        background: #327b9a;
    }

    .incpqs .graphicbar .bar_container .bar_non {
        background: #891E80;
    }

    .incpqs .gevi-table-suffrages .cell_oui.active {
        background: #327b9a;
        color: #ffffff;
    }

    .incpqs .gevi-table-suffrages .cell_non.active {
        background: #891E80;
        color: #ffffff;
    }

    .incpqs #gevi-map svg .oui_60,
    .incpqs .legend.oui_60::before {
        fill: #327b9a;
        background: #327b9a;
    }

    .incpqs #gevi-map svg .non_60,
    .incpqs .legend.non_60::before {
        fill: #891E80;
        background: #891E80;
    }

    .incpqs #gevi-map svg .oui_55,
    .incpqs .legend.oui_55::before {
        fill: #669db4;
        background: #669db4;
    }

    .incpqs #gevi-map svg .non_55,
    .incpqs .legend.non_55::before {
        fill: #8f648d;
        background: #8f648d;
    }

    .incpqs #gevi-map svg .oui_505,
    .incpqs .legend.oui_505::before {
        fill: #9abdcd;
        background: #9abdcd;
    }

    .incpqs #gevi-map svg .non_505,
    .incpqs .legend.non_505::before {
        fill: #b28397;
        background: #b28397;
    }

    .incpqs #gevi-map svg .oui_50,
    .incpqs .legend.oui_50::before {
        fill: #ccdee6;
        background: #ccdee6;
    }

    .incpqs #gevi-map svg .non_50,
    .incpqs .legend.non_50::before {
        fill: #eac5c7;
        background: #eac5c7;
    }

    .text-warning{
        color: #DD1840;
        font-weight: bold;
    }