﻿@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' !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-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";
    color: #2d7db5;
    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: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";
}

/**********************************************************************************************************************
                                   .__
   ____   ____   ____   ___________|__| ____   ______
  / ___\_/ __ \ /    \_/ __ \_  __ \  |/ ___\ /  ___/
 / /_/  >  ___/|   |  \  ___/|  | \/  \  \___ \___ \
 \___  / \___  >___|  /\___  >__|  |__|\___  >____  >
/_____/      \/     \/     \/              \/     \/
***********************************************************************************************************************/
body {
    font-size: 16px;
}

h1 {
    margin: 5px 0 25px 0;
}

h2 {
    margin: 0 0 50px 0;
}

@media (max-width: 970px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }
}

h3 {
    color: #333;
    margin-top: 50px;
    margin-bottom: 30px;
}

    h3 .small {
        font-weight: bold;
        color: #333;
        margin-top: 0;
    }

.candidat h3,
.candidat h5 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 25px;
}

h4 {
    margin-top: 50px;
    margin-bottom: 30px;
}

table {
    font-size: 15px;
}

.big {
    font-size: 70px;
}

.text-normal {
    font-weight: normal;
}

.text-gris {
    color: #666666;
}

.text-bleu {
    color: #257fb2;
}

.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;
}

.text-evidence {
    padding: 10px 20px;
    margin: 10px 0px 10px;
    font-size: 16px;
    border-left: 5px solid #2c7bb8;
}

/***** 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-50 {
    padding-left: 50px;
}

/*************** PADDING-RIGHT ***************/

.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: 40px;
    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: 16.5px;
        text-transform: uppercase;
        line-height: 60px;
        margin: 0;
    }

        .navigation2 ul.list-links li {
            margin-right: 5px;
        }

    .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;
        }
}

#geviweb-status {
    margin-bottom: 5px;
}

.status-target {
    font-size: 16px;
    font-weight: bold;
}

/*************************** BREADCRUMB ********************************/


.breadcrumb {
    padding: 0 0;
    margin-bottom: 10px;
    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
    }

/*************************** 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;
            }

.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;
        padding-top:3px;
    }

/* 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;
}

#gevi-map-highlight /* legend ou le nom de la commune s'affiche */ {
    z-index: 1;
    margin: 0;
    padding: 5px 15px;
    text-align: left;
    background: white;
    border: 1px solid #efefef;
    font-size: 1.1em;
}

    #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 */ {
    stroke-linejoin: round;
    stroke: #333333;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 0.35;
    fill: #ececec;
}

    #gevi-map svg .communes.nontraite,
    #gevi-map-legend .legend.nontraite::before {
        fill: #faf7f4;
        background: #faf7f4;
    }

    #gevi-map svg .communes.avancement_6,
    #gevi-map-legend .legend.anticipes::before {
        /*fill: #dcd6d5;
        background: #dcd6d5;*/
        fill: #95cbe9;
        background: #95cbe9;
    }

    #gevi-map svg .communes.avancement_7,
    #gevi-map-legend .legend.provisoires::before {
        /*fill: #b6b2b2;
        background: #b6b2b2;*/
        fill: #41a1d8;
        background: #41a1d8;
    }

    #gevi-map svg .communes.avancement_8,
    #gevi-map-legend .legend.definitifs::before {
        /*fill: #656569;
        background: #656569;*/
        fill: #164c6a;
        background: #164c6a;
        stroke: #ffffff;
    }

    #gevi-map svg .communes.percent75,
    #gevi-map-legend .legend.percent75::before {
        fill: #d7f0fe;
        background: #d7f0fe;
    }

    #gevi-map svg .communes.percent7590,
    #gevi-map-legend .legend.percent7590::before {
        fill: #9fd7f7;
        background: #9fd7f7;
    }

    #gevi-map svg .communes.percent90110,
    #gevi-map-legend .legend.percent90110::before {
        fill: #58baf2;
        background: #58baf2;
    }

    #gevi-map svg .communes.percent110125,
    #gevi-map-legend .legend.percent110125::before {
        fill: #257fb2;
        background: #257fb2;
    }

    #gevi-map svg .communes.percent125,
    #gevi-map-legend .legend.percent125::before {
        fill: #0d4c6f;
        background: #0d4c6f;
        stroke: #ffffff;
    }

#gevi-map.gevi-navigation-map svg .communes {
    cursor: pointer;
}

    #gevi-map.gevi-navigation-map svg .communes.highlighted,
    #gevi-map.gevi-navigation-map svg .communes:hover {
        fill: #addef7;
    }

    #gevi-map.gevi-navigation-map svg .communes.selected,
    #gevi-map.gevi-navigation-map svg .communes.selected.highselected {
        fill: #337ab7;
    }

    #gevi-map.gevi-navigation-map svg .communes.highselected {
        fill: #addef7;
    }

#gevi-map-legend {
    padding-top: 150px;
}

    #gevi-map-legend .legend {
        margin-bottom: 15px;
    }

        #gevi-map-legend .legend::before {
            content: " ";
            display: inline-block;
            width: 40px;
            height: 30px;
            margin-right: 10px;
            vertical-align: middle;
            border: 1px solid #333333;
        }

@media (max-width: 970px) {
    #gevi-map-legend {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    #tab-liste-commune {
        display: block !important;
    }
}

ul.liste_communeslocaux {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    padding: 0;
    column-count: 4;
    column-gap: 85px;
}

    ul.liste_communeslocaux.liste_2col {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    ul.liste_communeslocaux.liste_1col {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    ul.liste_communeslocaux li,
    .info_canton {
        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_communeslocaux li .info_communelocal {
            font-weight: bold;
        }

    ul.liste_communeslocaux.liste_gd_espacement li {
        padding: 10px 0;
    }

    ul.liste_communeslocaux li a {
        font-weight: bold;
        text-decoration: none;
    }

        ul.liste_communeslocaux li a.selected,
        .info_canton.selected {
            background: #addef7;
        }

    ul.liste_communeslocaux li ul,
    ul.liste_communeslocaux li ul li {
        list-style: none;
        font-weight: normal;
        line-height: 20px;
        margin: 0;
        padding: 0;
        border: none;
    }

        ul.liste_communeslocaux li ul li a.info_communelocal {
            font-weight: normal;
            text-decoration: none;
        }

/* screen-xs < 640 */
@media only screen and (max-width: 640px) {
    ul.liste_communeslocaux,
    ul.liste_communeslocaux.liste_2col {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}


/***********************************************************************************************************************
                                                  .__
  _________  ______      ________________  ______ |  |__   ______
 /  ___/\  \/ / ___\    / ___\_  __ \__  \ \____ \|  |  \ /  ___/
 \___ \  \   / /_/  >  / /_/  >  | \// __ \|  |_> >   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 ***************************************************************************************************/
/*************** TOP 7 CE ***************************************************************************************************/
#top7 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: center;
}

    #top7 .top7-separator {
        border-right: 3px solid #257fb2;
    }

    #top7 .top7-fonction {
        width: 100%;
        text-align: center;
        font-size: 24px;
        padding: 5px 0 10px 0;
    }

    #top7 .top7-candidat {
        margin: 0 12px;
        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;
            height: 100%;
        }

        #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;
}



/*************** BARRE HORIZONTALE ***************************************************************************************************/

.graphicbar {
    background: #ededed;
    padding: 20px 30px 20px 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    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: 130px;
}

    .graphicbar .bar_container .bar_sieges {
        height: 130px;
        line-height: 40px;
        width: 1px;
        color: #fff;
        padding: 20px 10px 20px 15px;
        font-size: 1.1em;
        font-weight: bold;
        float: left;
        border-right: solid 3px #ededed;
    }

        .graphicbar .bar_container .bar_sieges:last-child {
            border-right: 0;
        }

        .graphicbar .bar_container .bar_sieges div.desc {
            line-height: 25px;
            font-size: 0.9em;
            font-weight: normal;
        }

    .graphicbar .bar_container a.bar_sieges:hover {
        opacity: 0.9;
        text-decoration: none !important;
    }

    .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;
    }



/*************** TOP 3 CC ***************************************************************************************************/
#top3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    #top3 .top3-candidat {
        margin: 0 12px;
        text-align: center;
    }

    #top3 .top3-candidat {
    }

        #top3 .top3-candidat .content {
            padding: 20px;
            height: 100%;
        }

        #top3 .top3-candidat .flipper {
            transform: rotateY(180deg);
            backface-visibility: hidden;
        }

            #top3 .top3-candidat .flipper.flip {
                transform: rotateY(0);
                animation-duration: 500ms;
                animation-timing-function: ease-out;
                animation-name: flipAnimation;
            }

        #top3 .top3-candidat.elu .content {
            background-color: #dfecf4;
        }

@keyframes flipAnimation {
    from {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(0);
    }
}

#top3 .top3-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;
}

#top3 .top3-candidat .suffrage {
    line-height: 1.1;
    margin-bottom: 20px;
}

#top3 .top3-candidat .big-number {
    font-size: 20px;
}

#top3 .top3-candidat .libelle-suffrages {
    text-transform: uppercase;
}

@media (max-width: 970px) {
    #top3 .top3-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: 50px;
}

    #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.cartouche-local-cm .col-sm-2 {
        width: 12.5% !important;
    }

    #gevi-cartouche.cartouche-local-cama .col-sm-2 {
        width: 12.5% !important;
    }

    #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 .totalBulletin {
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .gevi-table-suffrages .bulletinCompacts {
        display: block;
        font-size: 0.9em;
        float: left;
        text-align: right;
        width: 45%;
    }

    .gevi-table-suffrages .bulletinModifies {
        display: block;
        font-size: 0.9em;
        float: right;
        text-align: left;
        width: 45%;
    }

    .gevi-table-suffrages .bulletinPanaches {
        font-weight: bold;
    }

    .gevi-table-suffrages .suffragePourcent {
        font-weight: bold;
    }

    .gevi-table-suffrages .ecartPourcent {
        font-weight: bold;
    }

    .gevi-table-suffrages .nbSieges {
        font-weight: bold;
    }



/*************** résultats NOMINATIFS ***************************************************************************************/

.cartouche-candidat {
    margin-top: 30px;
}

    .cartouche-candidat .bloc-candidat {
        margin-bottom: 6px;
        padding-top: 5px;
        background-color: #f4f4f4;
        min-height: 150px;
    }

    .noPhoto {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        min-width: 92vw;
        padding: 0px 10px 5px 10px;
        border-bottom: 5px solid #b2b2b2;
    }

        .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;
    }

    .row-candidat.elu {
        background-color: #dfecf4 !important;
    }

.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;
}

.histo-longueur.histo-egalite {
    background: #257fb2 url(../strip_border.png) bottom left repeat-x;
    height: 5px !important;
}

.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;
    }
}


/*************** GENERAL ***************************************************************************************/
.center-content {
    display: flex;
    justify-content: center;
}

.center-content-vertical-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-top{
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.blue-btn {
    padding: 10px;
    font-size: 20px;
    background: #257fb2;
    color: #ffffff;
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.commune-title-container-web {
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.commune-title-container-mobile {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.armoirie-container {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-right: 15px;
}

.image-responsive {
    display: block;
    max-width: 100%;
}

@media (max-width: 639px){
    .wrap-xs{
        display: flex !important;
        flex-wrap: wrap !important;
    }
}

table.new_table tbody tr:hover {
    cursor: pointer;
}

table.new_table {
    box-shadow: 0px 0px 20px 0px #88898B;
    border-radius: 10px;
}

table.new_table thead th:last-child {
    border-top-right-radius: 10px;
}

table.new_table thead th:first-child {
    border-top-left-radius: 10px;
}

table.new_table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.new_table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.new_table tr td:first-child {
    font-weight: bold;
    text-align: center;
}

table.new_table tbody tr:hover {
    box-shadow: 0px 9px 15px 0px grey;
    cursor:pointer;
    mix-blend-mode: darken;
}

table.new_table tbody tr:last-child:hover {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

table.new_table tbody td {
    transition: all 0.2s cubic-bezier(0.29, 0.6, 1, 0.98);
}

table.new_table tbody tr {
    transition: all 0.2s ease-in-out;
}

table.new_table tr.colored_row {
    background-color: #eaf5fb;
}

@media (max-width: 639px) {
    .switch_mobile_display {
        flex-direction: column;
    }
}

@media (min-width: 640px) {
    .switch_mobile_display {
        flex-direction: row;
    }
}

.container-switch-com-avancement {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 15px
}

.container-lst-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.label-smaller {
    font-size: 18px !important;
}

.back-avancement-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 15px 0px 15px !important;
}

.container-ecusson {
    display: flex;
    margin: 30px 0px 0px 15px;
}

@media (min-width: 640px) {
    .candidat-switch-mobile-display {
        display: flex;
        align-items: center;
    }
}

@media(max-width: 639px){
    .photo-ecusson-switch-mobile-display{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.container-infos-ecusson-liste {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 639px){
    .img-height-responsive {
        height: 70px;
    }
}

@media(min-width: 640px) {
    .img-height-responsive {
        height: 100px;
    }
}

.label-back-avancement {
    margin-top: 8px;
    margin-bottom: 0px !important;
}


.flip-effect {
    transform: rotateY(0);
    animation-duration: 500ms;
    animation-timing-function: ease-out;
    animation-name: flipAnimation;
}

.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}

@-webkit-keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-200px);
        transform:translateX(-200px)}
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-200px);
        -ms-transform:translateX(-200px);
        transform:translateX(-200px)}
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft
}

@-webkit-keyframes fadeOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeOpacity {
    -webkit-animation-name: fadeOpacity;
    animation-name: fadeOpacity
}

.logo-sits {
    justify-content: center;
    flex-direction: column;
    margin-top: 25px;
}

/*************** 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: middle;
        margin-top: -4px;
        margin-right: 5px;
    }

    .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;
}

.animations .container.barre {
    width: 100%;
}

.animations .bar_sieges {
    opacity: 0;
}

    .animations .bar_sieges.show {
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }

.animations .barre {
    margin-bottom: 40px;
}
