/* **** // EE19 CSS File // **** */

/* // Fonts Open Sans // */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');*/

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* open-sans-700italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('fonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* open-sans-800italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('fonts/open-sans-v15-latin-800italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
    url('fonts/open-sans-v15-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v15-latin-800italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v15-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v15-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}


/* // General // */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 1.65em;
}
/* overflow overwrite for the Election results script that has a overflow-y: scroll property inside */
body.result-page{
    overflow-y: auto !important;
}
a {
    color: #ffffff;
    text-decoration: none;
}
::selection {
    background-color: #0C70D3;
    color: #fff;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.animation {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


/* *********************** */
/* // Content Home page // */
/* ----------------------- */

a.skip-main {
    left: -999px;
    position: fixed;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
a.skip-main:active, a.skip-main:focus {
    color: #ffffff;
    background-color: #0c70d3;
    border: solid 2px #ffffff;
    left: 5px;
    top: 5px;
    width: auto;
    height: auto;
    overflow: auto;
    padding: .5em 1em;
    text-align: center;
    font-size: 0.9em;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}

/* Back to top btn */

.container {
    width: 100%;
    padding-bottom: 0px;
    min-height: 100vh;
    flex-direction: column;
}
.homebg {
    background-color: #ffffff;
    background-image: url("../images/homebg.jpg");
    background-size: 1440px 550px;
    background-position: center -80px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

button::-moz-focus-inner, .top .menu-homepage .list .item button::-moz-focus-inner {
    padding:0;
    border:0;
    outline:0
}

/* // Custom Menu PAGES // */

/* For the menu custom styles, check at the bottom of this document in the responsive styles */

.topNav .main-menu {
    position: absolute;
    top:0;
    right: 0px;
    width:                      100%;
    text-align:                 right;
}
.topNav .main-menu button::-moz-focus-inner{padding:0;border:0;outline:0}
.topNav .main-menu .menu-pages .list .arrownav {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 10px;
    top: -8px;
}
.topNav .main-menu .menu-pages{
    position: 					relative;
    right:                      0px;
    display: 					inline-block;
    text-align:                 left;
}
.topNav .main-menu .menu-pages:focus {
    outline: 0;
    border: 0;
}
/* BOUTON */
.topNav .main-menu .menu-pages .title {
    transform: translateY(20px);
}
.topNav .main-menu .menu-pages .title,
.topNav .main-menu .menu-pages .access{
    position: 					static;
    display: 					block;
    overflow: 					hidden;
}
.topNav .main-menu .menu-pages .title > span,
.topNav .main-menu .menu-pages .access button,
.topNav .main-menu .menu-pages .access a{
    position: 					static;
    display: 					block;
    overflow: 					hidden;
    font-size: 					0.6em;
    font-weight:                normal;
    color: 						#ffffff;
    cursor:                     pointer;
    padding-bottom:             10px;
}
.topNav .main-menu .menu-pages .access button{
    position:                   relative;
    background-color:           transparent;
    margin:                     0;
    padding:                    0;
    border:                     none;
    box-sizing:                 border-box;
    font-family:                'Open Sans', sans-serif;
    font-size:                  1em;
    font-weight:                bold;
    color:                      #fff;
}
.topNav .main-menu .menu-pages[data-expand] .title{
    opacity:                    0;
}
.topNav .main-menu .menu-pages[data-expand] .access, .topNav .main-menu .menu-pages[data-expand] .access:hover{
    transform:                  translate(0, -30px);
}
.topNav .main-menu .menu-pages .access a:before,
.topNav .main-menu .menu-pages .access button:before{
    position: 					absolute;
    display: 					block;
    z-index: 					5;
    top: 						0;
    bottom: 					0;
    left: 						0;
    right: 						0;
    cursor:                     pointer;
    content: 					"";
}
.topNav .main-menu .menu-pages .title > span,
.topNav .main-menu .menu-pages .access button > span{
    position: 					relative;
    display:                    block;
    /*padding:                    .75em 2.5em;*/
    padding:                    .4em 2em;
    background-color:           rgba(0,0,0,0.5);
    z-index: 					10;
    transition:                 background-color 0.2s ease-out 0s;
    -webkit-transition:         background-color 0.2s ease-out 0s;
    cursor:                     pointer;
    -webkit-border-radius:      30px;
    -moz-border-radius:         30px;
    border-radius:              30px;
    border:                     solid 3px transparent;
    text-shadow:                1px 1px 1px rgba(0,0,0,.3);
}
.topNav .main-menu .menu-pages .access button:hover > span{
    background-color:           #0C70D3;
    border:                     solid 3px transparent;
    text-shadow:                none;
}
.topNav .main-menu .menu-pages .access button:focus > span {
    background-color:           #fff;
    color:                      #0C70D3;
    border:                     solid 3px #0C70D3;
    text-shadow:                none;
}
.topNav .main-menu .menu-pages .access button > span{
    font-size:                  0.95em;
}
.topNav .main-menu .menu-pages .access a:after,
.topNav .main-menu .menu-pages .access button:after{
    position: 					absolute;
    display: 					block;
    z-index: 					15;
    top: 						0;
    bottom: 					0;
    left: 						0;
    right: 						0;
    background-color: 			#000000;
    opacity: 					0;
    cursor:                     pointer;
    content: 					"";
}
.topNav .main-menu .menu-pages .access a > span{
    position: 					absolute;
    display: 					block;
    overflow: 					hidden;
    width: 						0;
    height: 					0;
    text-indent: 				5px;
    white-space: 				nowrap;
}
.topNav .main-menu .menu-pages .access a span:after,
.topNav .main-menu .menu-pages .access button span:after {
    position: 				fixed;
    display:  				none;
    overflow:  				hidden;
    z-index: 				12;
    top: 					0;
    bottom: 				0;
    left: 					0;
    right: 					0;
    background-color: 		#fff;
    opacity: 				0;
    content: 				"";
    cursor: default;
}
.topNav .main-menu .menu-pages .access[data-type="close"] a span:after{
    display: 				block;
}
.topNav .main-menu .menu-pages[data-jsmenunav][data-expand="true"]         .access[data-type="open"],
.topNav .main-menu .menu-pages[data-jsmenunav][data-expand="true"]:target  .access[data-type="open"],
.topNav .main-menu .menu-pages[data-jsmenunav][data-expand="false"]         .access[data-type="open"],
.topNav .main-menu .menu-pages[data-jsmenunav][data-expand="false"]:target  .access[data-type="open"]{
    display:                block;
}
.topNav .main-menu .menu-pages[data-jsmenunav][data-expand="true"]         .access[data-type="close"],
.topNav .main-menu .menu-pages[data-jsmenunav][data-expand="true"]:target  .access[data-type="close"],
.topNav .main-menu .menu-pages[data-jsmenunav][data-expand="false"]         .access[data-type="close"],
.topNav .main-menu .menu-pages[data-jsmenunav][data-expand="false"]:target  .access[data-type="close"]{
    display:                none;
}

.topNav .main-menu .menu-pages {}
/* LIST DROP DOWN */

.topNav .main-menu .menu-pages .list .custom-language .item button:first-child {
    padding-left: 0em !important;
}
.topNav .main-menu .menu-pages .list .custom-language .item button:hover, .topNav .main-menu .menu-pages .list .custom-language .item button.jslinkfocus:focus {
    padding-left: 1.5em !important;
}

.topNav .main-menu .menu-pages .list,
.topNav .main-menu .menu-pages[data-expand="false"]           .list,
.topNav .main-menu .menu-pages[data-expand="false"]:target    .list{
    position: 					absolute;
    display:                    none;
    z-index:                    20;
    opacity: 					0;
    visibility:                 hidden;
    height: 					0;
    top: 						70px;
    right:                      0px;
    box-shadow:                 1px 1px 3px 0px rgba(0,0,0,0.25);
}
.topNav .main-menu .menu-pages .list.overflow_hidden{
    overflow: visible;
}
.topNav .main-menu .menu-pages:target .list,
.topNav .main-menu .menu-pages[data-expand="true"]        .list,
.topNav .main-menu .menu-pages[data-expand="true"]:target .list{
    display:                    block;
    opacity: 					1;
    visibility:                 visible;
    height: 					auto;
    -webkit-border-radius:      4px;
    -moz-border-radius:         4px;
    border-radius:              4px;
    background-color: 			#ffffff;
    width: 250px;
    padding: 0;
    padding-top: 0.5em;
    box-shadow:                 1px 1px 3px 0px rgba(0,0,0,0.25);
    -webkit-transition: 		opacity .3s ease-out;
    -moz-transition: 			opacity .3s ease-out;
    -o-transition: 				opacity .3s ease-out;
    transition: 				opacity .3s ease-out;
    margin-top:                 -0.5em;
}
.topNav .main-menu .menu-pages:target .list:before,
.topNav .main-menu .menu-pages[data-expand="true"]        .list:before,
.topNav .main-menu .menu-pages[data-expand="true"]:target .list:before {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 10px;
    top: -8px;
}
.topNav.homepos .main-menu .menu-pages:target .list:before,
.topNav.homepos .main-menu .menu-pages[data-expand="true"]        .list:before,
.topNav.homepos .main-menu .menu-pages[data-expand="true"]:target .list:before {
    display: none;
}

.topNav .main-menu .menu-pages .list .item {
    margin: 0;
}
.topNav .main-menu .menu-pages .list .item,
.topNav .main-menu .menu-pages .list .item a,
.topNav .main-menu .menu-pages .list .item button{
    position: 					static;
    display: 					block;
    font-weight:                normal;
}
.topNav .main-menu .menu-pages .list .item a,
.topNav .main-menu .menu-pages .list .form div.item,
.topNav .main-menu .menu-pages .list .item button{
    padding:                    10px 20px 10px 0px;
    color:                      #0C70D3;
    text-decoration:            none;
    font-family:                'Open Sans', sans-serif;
    font-size:                  0.9em;
    font-weight:                normal;
    -webkit-transition:         all .3s ease-out;
    -moz-transition:            all .3s ease-out;
    -o-transition:              all .3s ease-out;
    transition:                 all .3s ease-out;
}
.topNav .main-menu .menu-pages .list .form label,
.topNav .main-menu .menu-pages .list .form div.item span:first-child{
    position:                   absolute;
    display:                    block;
    overflow:                   hidden;
    width:                      0;
    height:                     0;
    opacity:                    0;
}
.topNav .main-menu .menu-pages .list .form div.item span + span{
    padding:                    0 10px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.topNav .main-menu .menu-pages .list .item button[type="button"]{
    display:                    block;
    width:                      100%;
    background-color:           transparent;
    border:                     none;
    text-align:                 left;
}
.topNav .main-menu .menu-pages .list .item a, .topNav .main-menu .menu-pages .list .form div.item, .topNav .main-menu .menu-pages .list .item button {
    cursor:                     pointer;
}

.topNav .main-menu .menu-pages .list .item a{
    line-height: 1.4em;
}

.topNav .main-menu .menu-pages .list .item a:hover:not(.current-page),
.topNav .main-menu .menu-pages .list .item a:focus:not(.current-page),
.topNav .main-menu .menu-pages .list .item a:active:not(.current-page),
.topNav .main-menu .menu-pages .list .item button:hover,
.topNav .main-menu .menu-pages .list .item button:focus{
    padding-left: 			    2.5em !important;
    color:                      #ffffff;
    background-color:           #0C70D3;
    text-decoration:            none;
}
.topNav .main-menu .menu-pages .list .item a.current-page{
    display: block;
    color:                      #ffffff;
    background-color:           #0C70D3;
}
.topNav .main-menu .menu-pages .list .item a.current-page span{
    padding-left: 1em;
    display: block;
    line-height: 1.4em;
}

.topNav .main-menu .menu-pages .list .form,
.topNav .main-menu .menu-pages .list .form select{
    position: 					static;
    display: 					block;
}
.topNav .main-menu .menu-pages[data-expand] .form select{
    display:                    none;
}
.topNav .main-menu .menu-pages .list .form{
    letter-spacing: 			normal;
    white-space: 				nowrap;
    margin-left:                15px;
}
.topNav .main-menu .menu-pages[data-expand] .list .form{
    position:                   relative;
}
.topNav .main-menu .menu-pages[data-expand] .list .form select,
.topNav .main-menu .menu-pages[data-expand] .list .form button[type="submit"]{
    display: 					none;
}
.topNav .main-menu .menu-pages[data-expand] .list .form ul{
    position:                   absolute;
    display:                    block;
    overflow:                   hidden;
    left:                       -1px;
    width:                      calc(100% + 2px);
    height:                     0;
    margin:                     0;
    padding:                    0 10px;
    background-color:           #fff;
    box-sizing:                 border-box;
    opacity:                    0;
    border:                     solid 1px #0C70D3;
    border-top:                 none;
    border-radius:              0 0 3px 3px;
}
.topNav .main-menu .menu-pages[data-expand] .list .form form[data-expand="true"] ul{
    display:                    block;
    overflow-x:                 hidden;
    overflow-y:                 auto;
    height:                     auto;
    max-height:                 200px;
    margin-top:                 -5px;
    opacity:                    1;
}

.topNav .home-page .menu-pages[data-expand] .list .form form[data-expand="true"] ul{
    margin-top:                 -5px;
}
.topNav .main-menu .menu-pages .list .item a, .jslinkfocus {
    padding: .7em 1.5em !important;
}
/* Adaptation du menu en mode "language" */

.topNav .main-menu .menu-pages.menu-home{
    right:                      0;
    width:                      100%;
    margin-top:                 0;
}
.topNav .main-menu .menu-pages.menu-home .title{
    position:                   absolute    !important;
    display:                    block       !important;
    overflow:                   hidden      !important;
    width:                      0           !important;
    height:                     0           !important;
    opacity:                    0           !important;
    text-indent:                5px         !important;
    white-space:                nowrap      !important;
}
.topNav .main-menu .menu-pages.menu-home .access{
    display:                    none        !important;
}
.topNav .main-menu .menu-pages.menu-home .list,
.topNav .main-menu .menu-pages.menu-home[data-expand="false"] .list,
.topNav .main-menu .menu-pages.menu-home[data-expand="false"]:target .list{
    position:                   static;
    display:                    block;
    top:                        0;
    right:                      0;
    width:                      auto;
    height:                     0;
    max-width:                  640px;
    margin:                     0 auto;
    padding:                    0;
    background-color:           transparent;
    opacity:                    1;
    visibility:                 visible;
    border:                     none;
    box-shadow:                 none;
    -webkit-transition:         none;
    -moz-transition:            none;
    -o-transition:              none;
    transition:                 none;
    transform:                  translateY(25px);
    text-align:                 right;
}
.topNav .main-menu .menu-pages.menu-home .list .form select{
    background-color:           rgba(0,0,0,0.25);
    background-image:           url(../images/fleche.png);
    border-color:               #fff;
    cursor:                     pointer;
    -webkit-transition:         background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out;
    -moz-transition:            background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out;
    -o-transition:              background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out;
    transition:                 background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out;
    color:                      #fff;
}
.topNav .main-menu .menu-pages.menu-home .list .form select:hover{
    background-color:           #fff;
    background-image:           url(../images/fleche_footer.png);
    border-color:               #fff;
    color:                      #0C70D3;
}
.topNav .main-menu .menu-pages.menu-home .list .form button[type="submit"]{
    border-color:               #fff;
}
.topNav .main-menu .menu-pages.menu-home .list .form{
    display:                    inline-block;
    width:                      200px;
    margin:                     0 0px 0 0;
    padding:                    0;
    border:                     none;
    text-align:                 left;
}
.topNav .main-menu .menu-pages.menu-home .custom-language,
.topNav .main-menu .menu-pages.menu-home .list .form{
    background:                 none;
}
.topNav .main-menu .menu-pages.menu-home .list .form div.item{
    min-width:                  200px;
    background-color:           rgba(0,0,0,0.25);
    background-image:           url(../images/fleche.png);
    background-repeat:          no-repeat;
    background-position:        center right;
    background-size:            12%;
    border:                     solid 2px #fff;
    box-sizing:                 border-box;
    border-radius:              5px;
    color:                      #fff;
}
.topNav .main-menu .menu-pages.menu-home .list .form div.item:hover,
.topNav .main-menu .menu-pages.menu-home .list .form div.item:focus,
.topNav .main-menu .menu-pages.menu-home .list .form div.item:active{
    background-color:           #fff;
    background-image:           url(../images/fleche_footer.png);
    border-color:               #fff;
    color:                      #0C70D3;
}
.topNav .main-menu .menu-pages.menu-home:target .list,
.topNav .main-menu .menu-pages.menu-home[data-expand="true"] .list,
.topNav .main-menu .menu-pages.menu-home[data-expand="true"]:target .list{
    width:                      auto;
    height:                     0;
    padding:                    0;
    background-color:           transparent;
    box-shadow:                 none;
}
.topNav .main-menu .menu-pages.menu-home[data-expand="true"] .list .form form[data-expand="true"] div.item{
    background-color:           #fff;
    background-image:           url(../images/fleche_footer.png);
    border-color:               #0C70D3;
    color:                      #0C70D3;
}
.topNav .main-menu .menu-pages.menu-home[data-expand] .list .form form[data-expand="true"] ul{
    left:                       0;
    width:                      100%;
    max-height:                 300px;
    border-width:               2px;
    border-radius:              0 0 5px 5px;
}
.topNav .main-menu .menu-pages.menu-home[data-expand="false"] .list .form form[data-expand] ul,
.topNav .main-menu .menu-pages.menu-home                      .list .form form[data-expand="false"] ul{
    display:                    none;
}
/************************ // MENU SECTION 1 // **********************/

/*the container must be positioned relative:*/

/* Main menu language selector */
.main-menu .custom-language {
    margin: 1em;
}
/* Footer menu language selector */
.custom-language {
    margin: 1em 0 0 0;
}
.custom-language fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.custom-language fieldset legend {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.topNav .main-menu .custom-language {
    position: relative;
    font-family: "Open Sans", Arial, sans-serif;
    border: solid 1px #0C70D3;
    font-weight: bold;
    margin-top: 10px;
    background-image: url(../images/fleche_footer.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.topNav .main-menu .custom-language select {
    display: none; /*hide original SELECT element:*/
}
.topNav .main-menu .select-selected {
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.topNav .main-menu .select-selected:hover,
.topNav .main-menu .select-selected:focus {
    padding-left: 20px;
}
/*style the arrow inside the select element:*/
.topNav .main-menu .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
}
/*point the arrow upwards when the select box is open (active):*/
.topNav .main-menu .select-selected.select-arrow-active:after {
    border-color: transparent transparent #ffffff transparent;
    top: 7px;
}
.topNav .main-menu .select-selected, .select-items {
    color: #0c70d3;
    font-size: 0.9em;
    font-weight: normal;
}
/*style the items (options), including the selected item:*/
.topNav .main-menu .select-items div, .select-selected {
    padding: 8px 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
/*style items (options):*/
.topNav .main-menu .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 5px;
    border: 0;
    box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.25);
}

.topNav .main-menu .select-items div.custom {
    padding: 5px;
    display: block;
}
.topNav .main-menu .select-items div:hover,
.topNav .main-menu .select-items div:focus {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding-left: 20px;
}
/*hide the items when the select box is closed:*/
.topNav .main-menu .select-hide {
    display: none;
}
.topNav .main-menu .select-items div:hover,
.topNav .main-menu .select-items div:focus, .same-as-selected {
    background-color: #0c70d3;
    color: #ffffff;
}
/* Opening action */
.topNav .main-menu .menu-pages 			.access[data-type="open"],
.topNav .main-menu .menu-pages:target 	.access[data-type="close"]{
    display: 					block
}
.topNav .main-menu .menu-pages:target 	.access[data-type="open"],
.topNav .main-menu .menu-pages 			.access[data-type="close"]{
    display: 					none;
}

/* // End custom menu PAGES // */

/* // START Lang Footer Selector HOW TO VOTE PAGE // */

/* // Footer lang menu // */

.lang-footer-selector #menu .list .form select{
    display: 					inline-block;
    box-sizing: 				border-box;
    height:                     40px;
    padding-top:                0px;
    padding-right:              40px;
    padding-bottom:             0px;
    padding-left:               10px;
    background-color:           transparent;
    -webkit-appearance:         none;
    -moz-appearance:            none;
    appearance:                 none;
    color:                      #0C70D3;
    font-size:                  0.8em;
    font-weight:                bold;
    border:                     solid 1px #0C70D3;
    -webkit-border-radius:      4px;
    -moz-border-radius:         4px;
    border-radius:              4px;
    background-image: url("../images/fleche_footer.png");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
.lang-footer-selector #menu .list .form button{
    display: 					inline-block;
    width: 						60px;
    padding: 					10px;
    box-sizing: 				border-box;
    font-weight:                bold;
    background-color: 			#0C70D3;
    color:                      #ffffff;
    -webkit-border-radius:      4px;
    -moz-border-radius:         4px;
    border-radius:              4px;
    border:                     solid 2px transparent;
    cursor:                     pointer;
    -webkit-transition:         all .2s ease-out;
    -moz-transition:            all .2s ease-out;
    -o-transition:              all .2s ease-out;
    transition:                 all .2s ease-out;
}
.lang-footer-selector #menu .list .form button:hover,
.lang-footer-selector #menu .list .form button:focus{
    background-color: 			#ffffff;
    color:                      #0C70D3;
    -webkit-border-radius:      4px;
    -moz-border-radius:         4px;
    border-radius:              4px;
    border:                     solid 2px #0C70D3;
    cursor:                     pointer;
}
.lang-footer-selector .custom-language {
    color: #000000;
}
.lang-footer-selector .custom-language select {
    display: block;
    color: #000000;
}

.lang-footer-selector .custom-language div {
    display: none;
}

/* // End footer lang menu // */


/* // End Lang footer Selector HOW TO VOTE PAGE // */

.container main.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 0;
}
.hidden{
    position:       relative;
    display:        block;
    overflow:       hidden;
    width:          100%;
    height:         0;
    box-sizing:     border-box;
    opacity:        0;
    margin:         none;
    padding:        none;
    font-size:      0;
    white-space:    nowrap;
    text-indent:    100%;
}
.container main.content section.title {
    margin-top: 195px;
    min-height: 250px;
    margin-bottom: 0;
}
.container main.content section.title img {
    max-width: 67px;
    max-height: 45px;
    display: block;
    margin: 0 auto;
    border: solid 1px #ffffff;
}
.container main.content section.title h1 {
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(1,1,1,0.5);
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-top: 15px;
    text-align: center;
}
.container main.content section.title h1 span {
    display: block;
    margin: auto;
    margin-left: -0.3em;
    padding: 0 1em;
    max-width: 300px;
}

/* Ongoing banner */
.container main.content section.ongoing-banner {
    display: flex;
    justify-content: center;
    align-items:  center;
    background-color: #1c2446;
    color: #fff;
    padding: 20px 0;
    margin-top: -25px;
    margin-bottom: 15px;
    max-width: 1440px;
    width: 100%;
}
.container main.content section.ongoing-banner h2 {
    font-size: 2.5em;
    margin: -10px 20px 0 20px;
}
.container main.content section.ongoing-banner ul.ongoing-btn-list {
    display: flex;
}
.container main.content section.ongoing-banner ul.ongoing-btn-list li {
    list-style: none;
    list-style-position: outside;
}
.container main.content section.ongoing-banner ul.ongoing-btn-list li a {
    display: flex;
    justify-content: center;
    padding-right: 25px;
    padding-left: 25px;
    max-width: 150px;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: normal;
    margin: 0 10px;
}
.container main.content section.ongoing-banner ul.ongoing-btn-list li a {
    display: flex;
    justify-content: center;
    padding-right: 25px;
    padding-left: 25px;
}

.container main.content section.ongoing-banner ul.ongoing-btn-list li a:hover, .container main.content section.ongoing-banner ul.ongoing-btn-list li a:focus {
    background-color: #0C70D3;
    border-color: #0C70D3;
    color: #fff;
}
.container main.content section.ongoing-banner ul.ongoing-btn-list li a:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
}
.container main.content section.ongoing-banner ul.ongoing-btn-list li a span {
    letter-spacing: normal;
    white-space: normal;
    font-weight: bold;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-word;
}
.btn--live {
    min-width: 140px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: solid 2px #ffffff;
    background-color: transparent;
    padding: .4em 1.5em;
    text-align: center;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
}
.live--icon {
    min-width: 20px;
    max-width: 45px;
    position: relative;
    display: inline-block;
    margin: auto 10px auto auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    width: 20px;
    /*margin-right: 5px;*/
    background-image: url("../images/ongoing_live_arrow.svg");
    background-position: 0px 2px;
    background-repeat: no-repeat;
}
.container main.content section.how {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.home-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
section.links-navigation {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
section.links-navigation ul.howToVote {
    margin-left: 0px;
    margin-right: 0px;
    width: 330px;
}
section.links-navigation ul.howElectionsWork {
    margin-left: 0px;
    margin-right: 0px;
    width: 330px;
}

section.links-navigation ul li a {
    display: block;
    font-size: 0.9em;
    text-align: center;
    padding: 1em .5em;
    color: #000000;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: transparent;
    padding-left: 0px;
}
section.links-navigation ul li a:hover,
section.links-navigation ul li a:focus,
section.links-navigation ul li a:active{
    color: #0a64bd;
    padding-left: 15px;
}
section.links-navigation ul.howToVote li, section.links-navigation ul.howElectionsWork li {
    border-bottom: solid 1px #bbbbbb;
    list-style-type: none;
    list-style-position: outside;
}
section.links-navigation ul.howToVote li:last-child, section.links-navigation ul.howElectionsWork li:last-child {
    border-bottom: none;
}
.how {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
ul.how li:first-child {
    margin-right: 30px;
}
ul.how li:last-child {
    margin-left: 30px;
}
ul.how li {
    font-size: 1.05em;
    line-height: 1.2em;
    display: inline-block;
    list-style-type: none;
    list-style-position: outside;
}
ul.how li a {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: normal;
    width: 250px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: solid 2px #ffffff;
    background: #0c70d3; /* Old browsers */
    padding: 1em 2.2em;
    text-align: center;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
ul.how li a:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0px;
}
ul.how li a span {
    letter-spacing: normal;
    white-space: normal;
    font-weight: bold;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-word;
}

ul.how li a:hover,
ul.how li a:focus {
    background: #ffffff; /* Old browsers */
    border: solid 2px #0c70d3;
    color: #0C70D3;
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
}
.arrow-bottom a {
    display: none;
    margin: 20px auto 30px auto;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    border: solid 2px #bbbbbb;
    width: 50px;
    height: 50px;
    background-image: url("../images/fleche_rond.svg");
    background-repeat: no-repeat;
    background-position: center -41px;
    background-size: 40%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1.0;
}
.arrow-bottom a:hover,
.arrow-bottom a:focus,
.arrow-bottom a:active{
    background-image: url("../images/fleche_rond.svg");
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center 19px;
}

/* ************************************* */
/* // Content How Elections work page // */
/* ------------------------------------- */

@keyframes slideInFromBottom {
    0% {
        -webkit-transform: translateY(80%) rotateX(180deg);
        -moz-transform: translateY(80%) rotateX(180deg);
        transform: translateY(80%) rotateX(180deg);
    }
    100% {
        -webkit-transform: translateY(0) rotateX(180deg);
        -moz-transform:  translateY(0) rotateX(180deg);
        transform: translateY(0) rotateX(180deg);
    }
}

a#return-to-top, button#return-to-top, span#return-to-top {
    display: none;
    position: fixed;
    z-index: 10;
    right: 25px;
    bottom: 100px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    border: solid 2px #bbbbbb;
    width: 50px;
    height: 50px;
    background-image: url("../images/fleche_rond.svg");
    background-repeat: no-repeat;
    background-position: center -41px;
    background-size: 40%;
    background-color:  rgba(255,255,255,1.0);
    text-indent: -999em;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1.0;
    animation: 0.6s ease-out 0s 1 slideInFromBottom;
    -webkit-animation: 0.6s ease-out 0s 1 slideInFromBottom;
    -moz-animation: 0.6s ease-out 0s 1 slideInFromBottom;
}
a#return-to-top:hover, button#return-to-top:hover, span#return-to-top:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0.8;
}
.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

/* Pages navigation menu */

header.topNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 882px;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}
header.homepos {
    position: static;
}
header.topNav .tinyBar {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.bg-picture {
    display: block;
    margin: auto;
    max-width: 1440px;
    width: 100%;
    height: 500px;
    margin-top: -50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}
.banner-error {
    background-image: url("../images/homebg.jpg");
}
.banner-how-election {
    background-image: url("../images/banners/how-elections_bg.jpg");
}
.banner-why {
    background-image: url("../images/banners/why-vote_bg.jpg");
}
.banner-how-vote {
    background-image: url("../images/banners/how-vote_bg.jpg");
}
.banner-news {
    background-image: url("../images/banners/news_bg.jpg");
}
.banner-get-involved {
    background-image: url("../images/banners/get-involved_bg.jpg");
}
.banner-quiz {
    background-image: url("../images/banners/quiz_bg.jpg");
}
.banner-results {
    background-image: url("../images/banners/results_bg.jpg");
}
.banner-cookies {
    background-image: url("../images/banners/cookies_bg.jpg");
}
.bg-title-error:before {
    background: url(../images/homebg.jpg) no-repeat center;
    background-size: 98% 98%;
}
.bg-title-how-election:before {
    background: url(../images/banners/how-elections-title_bg.jpg) no-repeat center;
    background-size: 98% 98%;
}
.bg-title-why:before {
    background: url(../images/banners/why-vote-title_bg.jpg) no-repeat center;
    background-size: 98% 98%;
}
.bg-title-how-vote:before {
    background: url(../images/banners/why-vote-title_bg.jpg) no-repeat center;
    background-size: 98% 98%;
}
.bg-title-news:before {
    background: url(../images/banners/news-title_bg.jpg) no-repeat center;
    background-size: 98% 98%;
}
.bg-title-get-involved::before {
    background: url(../images/banners/get-involved-title_bg.jpg) no-repeat center;
    background-size: 98% 98%;
}
.bg-title-quiz:before {
    background: url(../images/banners/quiz-title_bg.jpg) no-repeat center;
    background-size: 98% 98%;
}
.bg-title-results:before {
    background: url(../images/banners/results-title_bg.jpg) no-repeat center;
    background-size: 98% 98%;
}
.bg-title-cookies:before {
    background: url(../images/banners/cookies-title_bg.jpg) no-repeat center;
    background-size: 98% 98%;
}
header.topNav .howToVote-btn a {
    margin-left: 10px;
}
header.topNav .howToVote-btn a, header.topNav .howElectionsWork-btn a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    letter-spacing: -0.3em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
    background-color: #0C70D3;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 2;
}
header.topNav .howToVote-btn a:hover, header.topNav .howElectionsWork-btn a:hover ,
header.topNav .howToVote-btn a:focus, header.topNav .howElectionsWork-btn a:focus {
    background-color: rgba(255, 255, 255, 1.0);
    color: #0C70D3;
    text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
}
header.topNav .howToVote-btn a:before, header.topNav .howElectionsWork-btn a:before {
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
}
header.topNav .howToVote-btn a span, header.topNav .howElectionsWork-btn a span {
    letter-spacing: normal;
    white-space: normal;
    font-size: 1.0em;
    font-weight: bold;
    vertical-align: middle;
}
header.topNav .howElectionsWork-btn a {
    margin-left: 10px;
}
header.topNav .howToVote-btn a {
    margin-right: 10px;
}

/* // Menu top right // */

header.topNav .main-menu a {
    text-decoration: none;

}
header.topNav .main-menu nav {
    font-size: 1.0em;
    font-weight: bold;
    display: block;
    margin-top: 0.8em;
}

/*Style for the first level menu bar*/
header.topNav ul.menu {
    position:absolute;
    right: 0;
    top:14px;
    /*left: 400px; /* positionne Ã  partir de la gauche */
    width:60px;
    height:2em;
    margin:auto;
    padding:0px;
    background-color: transparent;
    color:#414141;
}

header.topNav ul.menu > li {
    float:left;
    list-style-type:none;
    position:relative;
    border: solid 2px #bbbbbb;
    background-color: rgba(0,0,0,0.45);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

header.topNav label {
    position:relative;
    display:block;
    padding: 0 18px 0 18px;
    line-height:2.2em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
}

header.topNav label:after {
    content:"";
    position:absolute;
    display:block;
    top:50%;
    right:5px;
    width:0;
    height:0;
}

/*hide the inputs*/
header.topNav input {
    display:none;
}

/*show the second level menu of the selected voice*/
header.topNav input:checked ~ ul.submenu {
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

/*style for the second level menu*/
header.topNav ul.submenu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-height:0;
    padding: 0;
    overflow:hidden;
    list-style-type:none;
    background:#ffffff;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
    position: absolute;
    right: 0; /* positionne le sous-menu Ã  droite */
    margin-top: 8px; /* espace le label "Menu" du sous-menu de 5px */
    min-width: 100%;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.20);
}
header.topNav ul.submenu li {
    padding: 0;
}
header.topNav ul.submenu li a {
    padding-left: 20px;
    display:block;
    line-height: 40px;
    font-weight: bold;
    font-size: 0.9em;
    color: #0C70D3;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

header.topNav ul.submenu li a:hover {
    background: #0C70D3;
    color: #ffffff;
    padding-left: 25px;
}

/* // Custom Lang menu templates pages // */

/* Select Wrapper (for befores & afters) */

.arrow-lang {
    background:url(../images/fleche_footer.png) no-repeat right center #ffffff !important;
}

.wrapper section.main {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    max-width: 882px;
    margin-top: -220px;
    width: 100%;
    transition: all .3s ease-in-out;
}

/* BANNER MENU
    ----------------------------------------------------*/
.wrapper section.main .banner-menu {
    display: flex;
    width: 100%;
    max-width: 882px;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
}

/*LOGO*/
.wrapper section.main .banner-menu .logo {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}
.wrapper section.main .banner-menu .logo a {
    display: inline-block;
    width: 200px;
}
html[lang="lt"] .wrapper section.main .banner-menu .logo a {
    width: 244px;
}
.wrapper section.main .banner-menu .logo img {
    display: inline-block;
    width: 49px;
    height: 33px;
    margin-left: auto;
    border: solid 1px #ffffff;
}
.wrapper section.main .banner-menu .logo .logo_title {
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 800;
    margin-top: 10px;
    padding: 0;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    text-align: center;
}
.wrapper section.main .banner-menu .logo .logo_title span {
    display: block;
    /*max-width: 170px;*/
}

/*COUNTRIES*/
.wrapper section.main .banner-menu ul.right-menu {
    display: block;
    position: absolute;
    background-color: #0C70D3;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    bottom: 0;
    right: 0;
    width: 202px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 3px solid transparent;*/
    transition: all .3s ease-in-out;
}
.wrapper section.main .banner-menu ul.right-menu li {
    list-style-position: outside;
    list-style: none;
    padding: 5px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper section.main .banner-menu ul.right-menu li a {
    max-width: 250px;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 1.0em;
    text-decoration: underline;
    vertical-align: middle;
    white-space: normal;
    font-weight: bold;
    padding: 0.4em 1.1em;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper section.main .banner-menu ul.right-menu li a:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
}
.wrapper section.main .banner-menu ul.right-menu li a span {
    line-height: 1.3em;
    letter-spacing: normal;
    white-space: normal;
    font-weight: bold;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-word;
}
.wrapper section.main .banner-menu ul.right-menu li a:hover,
.wrapper section.main .banner-menu ul.right-menu li a:focus,
.wrapper section.main .banner-menu ul.right-menu li a.menu-active{
    background-color: #ffffff;
    color: #0C70D3;
    text-decoration: none;
    white-space: nowrap;
}

/*.wrapper section.main .banner-menu ul.right-menu:focus-within {
    border: 3px solid #fff;
}*/

/* END BANNER MENU
----------------------------------------------------*/

.wrapper section.main .main-container {
    padding-left: 0;
    padding-right:0;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.wrapper section.main .main-container .collapsed-panels {
    padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 20px;
}
.lang-name-section {
    display: block;
    color: #333333;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.0em;
    border-bottom: solid 1px #bbbbbb;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.title-container {
    background-color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
}
@supports (mix-blend-mode: lighten) {
    .title-container .main-title {
        display: inline-block;
        position: relative;
        color: #000000;
        background: #ffffff;
        /*mix-blend-mode: multiply;*/
    }
    .title-container .main-title::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
    }
    .title-container .main-title::before {
        mix-blend-mode: screen;
    }
}
.wrapper section.main .main-container .title-container h1 {
    margin: 0 auto;
    display: block;
    max-width: 740px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.3em;
    /*overflow-wrap: break-word;*/
    /*word-wrap: break-word;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    /*hyphens: auto;*/
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    line-height: 1em;
    padding-bottom: 20px;
}
/*.wrapper section.main .main-container .title-container:focus, .wrapper section.main .main-container p:focus, .answer-panel:focus, .infos-txt:focus {
    border: dotted 3px #0c70d3;
}*/

/* Election results page */
.ep_election_results_app {
    width: 700px;
    padding:20px 20px 0;
    margin: auto;
}
.wrapper section.main .main-container img.result-default-img {
    max-width: 1000px;
    width: 100%;
}
.wrapper section.main .main-container .intro {
    font-size: 1.25em;
    line-height: 1.65em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    padding-left: 60px;
    padding-right: 60px;
    color: #444444;
    font-weight: normal;
}

/* //COOKIES PAGE added: 27-03-2019 // */
.wrapper section.main .main-container.cookies-page-content {}
.wrapper section.main .main-container.cookies-page-content .summary_cookies {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    padding-left: 60px;
    padding-right: 60px;
}
.wrapper section.main .main-container.cookies-page-content .summary_cookies p {
    font-size: 1.25em;
    line-height: 1.65em;
    text-align: left;
    margin-bottom: 15px;
    color: #444444;
    font-weight: normal;
}
.wrapper section.main .main-container.cookies-page-content .big-questions-cookies {}
.wrapper section.main .main-container.cookies-page-content .big-questions-cookies ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrapper section.main .main-container.cookies-page-content .big-questions-cookies .lang-name-section, .wrapper section.main .main-container.cookies-page-content .cookies-address-block .lang-name-section {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 1.8em;
}
.wrapper section.main .main-container.cookies-page-content .big-questions-cookies .master-label, .wrapper section.main .main-container.cookies-page-content .cookies-address-block .master-label {
    color: #0C70D3;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrapper section.main .main-container.cookies-page-content h3 {
    margin-top: 15px;
}
.wrapper section.main .main-container.cookies-page-content a {
    color: #0C70D3;
    text-decoration: underline;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.wrapper section.main .main-container.cookies-page-content .cookies-address-block address {
    font-style: normal;
}
.wrapper section.main .main-container.cookies-page-content .cookies-address-block address h3 {
    margin: 0;
}
.wrapper section.main .main-container.cookies-page-content .cookies-address-block address a {
    text-decoration: none;
}
.wrapper section.main .main-container.cookies-page-content a:hover, .wrapper section.main .main-container.cookies-page-content a:focus, .wrapper section.main .main-container.cookies-page-content .cookies-address-block address a:hover, .wrapper section.main .main-container.cookies-page-content .cookies-address-block address a:focus {
    text-decoration: underline;
    color: #333;
}
.wrapper section.main .main-container.cookies-page-content .cookies-address-block address a.cookies-phone-link {
    color: #000;
    text-decoration: none;
    cursor: auto;
}
.wrapper section.main .main-container ol {
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.5em;
    list-style-position: inside;
}
.wrapper section.main .main-container ul {
    transform: translateX(15px);
    padding-bottom: 10px;
    list-style-position: inside;
}
.wrapper section.main .main-container ul.btn-news-container {
    transform: translateX(0px) !important;
}

/* // Cookies inside the page:  Text + 2 buttons // */
.news-cookies-wrapper {
    color: #0c70d3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}
.news-cookies-wrapper p {
    padding: 0 10px;
}
.wrapper ul.news-cookies-btn-wrapper {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
    transform: translateX(0px) !important;
}
.news-cookies-wrapper ul.news-cookies-btn-wrapper li {
    list-style: none;
    list-style-position: none;
    margin: 0.2rem 0.4rem;
}
.news-cookies-wrapper ul.news-cookies-btn-wrapper li a {
    letter-spacing: normal;
    font-size: 1rem;
}
/* // End of COOKIES PAGE // */

/* // Live Coverage style // */
.live-feed-container {
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-top: 30px;
}

/* // Vualto player styles for EE19 // */
.vualto-video-wrapper {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}
.vualto-video-content {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.vualto-video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.vualto-video-content .video-caption {
    position: absolute;
    bottom: -10px;
    display: block;
    padding: 10px 0 0 10px;
    max-width: 560px;
    width: 96%;
    margin: auto;
}
.vualto-video-wrapper a {
    color: #0c70d3; !important;
}
.vualto-video-wrapper a:hover {
    color: #000; !important;
}

/* Responsive breakpoints for the video */
@media screen and (max-width: 480px) {
    .vualto-video-wrapper {
        left: -5px;
    }
    .vualto-video-wrapper .video-caption {
        bottom: -30px;
    }
}

.wrapper section.main .main-container section div ul.ep_menu_js {
    transform: translateX(0px);
}
.wrapper section.main .main-container p.intro a {
    color: #0C70D3;
    text-decoration: underline;
}
.wrapper section.main .main-container p.intro a:hover {
    color: #000;
}
.wrapper section.main .main-container h2.title-collapsed-panel button {
    all: inherit;
    font-size: 1.2rem;
    line-height: 1.875rem;
    background-color: transparent;
    border: none;
    position: relative;
}

/* // styles expanded menus // */

main {
    font-size: 1.08em;
}
main h2.title-collapsed-panel:active, main h2.title-collapsed-panel:hover, main h2.title-collapsed-panel button span:focus {
    color: #0C70D3;
}
main h2.title-collapsed-panel {
    margin: 0;
    width: 100%;
    cursor: pointer;
}

main h2.title-collapsed-panel button span {
    margin-right: auto;
    display: inline-block;
    padding-right: 10px;

}
h2.title-collapsed-panel button {
    padding: 1.25em 1em !important;
    margin-left: -1em !important;
    margin-right: -1em !important;
}
h2.title-collapsed-panel button:focus svg {
    border: solid 2px #0C70D3;
}
h2.title-collapsed-panel button svg {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    border: solid 2px #0C70D3;
    color: #0C70D3;
    padding: 5px;
    right: 0;
    top: 0;
    min-width: 20px;
}

[aria-expanded="true"] .vert {
    display: none;
}
[aria-expanded] rect {
    fill: currentColor;
}
.selected {
    color: #0C70D3;
}
.title-collapsed-panel:hover {
    color: #0C70D3;
}
@keyframes fade {
    from {opacity: 0;bottom: -10px;}
    to {opacity: 1;bottom: 0;}
}
.answer-panel[aria-hidden=false]{
    animation-name: fade;
    animation-duration: .4s;
    position: relative;
}
.answer-panel {
    /*border-bottom: 10px solid #F3F8FD;*/
}
.answer-panel p, .answer-panel ul {
    font-size: 1.1rem;
    line-height: 1.5em;
    padding: .7em 0;
}
.answer-panel a {
    word-wrap: break-word;
    word-break: break-word;
    color: #0C70D3;
    font-weight: normal;
    text-decoration: underline;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.answer-panel a:hover, .answer-panel a:focus {
    color: #333333;
}
.spacer {
    border-bottom: solid 1px #bbbbbb;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 19px;
}
.spacer-end {
    border-bottom: solid 1px #333333;
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    height: 10px;
}
.bottom-language-menu {
    padding-top: 1em;
    padding-left: 60px;
    padding-right: 60px;
}
.bottom-language-menu div.title-simple-panel {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
.bottom-language-menu .lang-footer-selector {
    margin-left: auto;
}
.bottom-language-menu .lang-footer-selector .arrow-lang {
    background:url(../images/fleche_footer.png) no-repeat right center #ffffff !important;
    color: #0C70D3;
    border: solid 2px #0C70D3;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
}
.lang-footer-selector ul li {
    list-style: none;
    list-style-position: outside;
}

.bottom-language-menu div.title-simple-panel .question {
    font-size: 1.1em;
    font-weight: bold;
    cursor: auto;
}
.bottom-language-menu div.title-simple-panel .question span.tooltip {
    font-size: 0.875rem;
    font-weight: normal;
    color: #666666;
    display: block;
    padding-top: 5px;
    padding-right: 20px;
    max-width: 340px;
}
.bottom-language-menu div.title-simple-panel .question p span.hidden{
    position:       relative;
    display:        block;
    overflow:       hidden;
    height:         0;
    box-sizing:     border-box;
    opacity:        0;
    white-space:    nowrap;
    text-indent:    100%;
}
ul.share {
    display: flex;
    align-items: center;
    border: 0px dotted #0C70D3;
    margin-left: -1em;
    margin-bottom: 2em;
    width: calc(100% + 1em);
    padding: 1em 0;
    opacity: 0.7;
}
ul.share:focus-within {
    border: 3px dotted #0C70D3;
    margin-top: 0.5em;
}
ul.share li {
    list-style: none;
    list-style-position: outside;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
ul.share li a {
    display: block;
    background-image: url("../images/share.svg");
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
ul.share li a:hover {
    padding: 0;
}
ul.share li.facebook a {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 80px;
    height: 50px;
}
ul.share li.facebook a:hover, ul.share li.facebook a:focus {
    background-position: 0 -56px;
}
ul.share li.twitter a {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: -40px 0;
    width: 80px;
    height: 50px;
}
ul.share li.twitter a:hover, ul.share li.twitter a:focus {
    background-position: -40px -56px;
}
ul.share li.linkedin a {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: -80px 0;
    width: 80px;
    height: 50px;
}
ul.share li.linkedin a:hover, ul.share li.linkedin a:focus {
    background-position: -80px -56px;
}

/* // Videos list expand / collapse // */

article ul.videos-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0;
    margin: 1em -1em;
    outline: dotted 3px transparent;
}
article ul.videos-list:focus-within {
    outline: dotted 3px #0C70D3;
}
article ul.videos-list li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 1em;
}
article ul.videos-list li a {
    color: #000;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    position: relative;
}
article ul.videos-list li a:hover, article ul.videos-list li a:focus, article ul.videos-list li a:focus-within, article ul.videos-list li a:active {
    color: #0C70D3;
}
article ul.videos-list li a figure {
    position: relative;
}
article ul.videos-list li a figure .desc_video {
    /*min-height: 60px;*/
}
article ul.videos-list li a figure .article-content {
    position: relative;
}
article ul.videos-list li a figure .article-content iframe {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    border: 0;
}
article ul.videos-list li a img {
    display: block;
    width: 440px;
    max-height: 200px;
    height: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
article ul.videos-list li a figure figcaption .video-title {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding-top: 0.5em;
    max-width: 440px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
article ul.videos-list li a:hover .video-title, article ul.videos-list li a:focus .video-title, article ul.videos-list li a:active .video-title {
    text-decoration: underline;
    color: #0C70D3;
    transform: translateX(.5em);
}
article ul.videos-list li a .video-time:before {
    content: "► ";
    left: 0.5em;
    width: 0;
    height: 0;
    position: absolute;
    display: inline-block;
}
article ul.videos-list li a .video-time {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 0.5em 0.8em 0.5em 2em;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
article ul.videos-list li a:hover .video-time, article ul.videos-list li a:focus .video-time, article ul.videos-list li a:active .video-time {
    color: #0C70D3;
}
article ul.videos-list li iframe#player {
    display: block;
    width: 350px;
    height: 200px;
}

@media all and (max-width: 940px) {
    article ul.videos-list {
        flex-direction: column;
        justify-content: flex-start;
    }
    article ul.videos-list li a img {
        max-height: 100%;
        height: auto;
    }

    article ul.videos-list li iframe#player {
        display: block;
        width: 100%;

    }
}
@media all and (max-width: 465px) {
    article ul.videos-list {
        font-size: 0.9rem;
        justify-content: center;
    }
    article ul.videos-list li a {
        font-size: 1.0rem;
    }
}
@media all and (max-width: 360px) {
    article ul.videos-list li a {
        font-size: 0.9rem;
    }

}

/* // Video list Why you should vote // */

.video-wrapper-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0;
    margin: 1em -1em;
    outline: dotted 3px transparent;
}
.video-wrapper-page:focus-within {
    outline: dotted 3px #0C70D3;
}
.video-wrapper-page a {
    color: #000;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: normal;
    display: block;
    margin: 1em auto;
    max-width: 740px;
    width: 100%;
    position: relative;
}
.video-wrapper-page a:hover, .video-wrapper-page a:focus, .video-wrapper-page a:focus-within, .video-wrapper-page a:active {
    color: #0C70D3;
}
.video-wrapper-page a figure {
    position: relative;
}
.video-wrapper-page a figure .video-content {
    position: relative;
}
.video-wrapper-page a figure .video-content iframe {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-wrapper-page a img {
    display: block;
    width: 740px;
    height: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.video-wrapper-page a figure figcaption .video-title {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding-top: 0.5em;
    max-width: 440px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.video-wrapper-page a:hover .video-title, .video-wrapper-page a:focus .video-title, .video-wrapper-page a:active .video-title {
    text-decoration: underline;
    color: #0C70D3;
    transform: translateX(.5em);
}
.video-wrapper-page a .video-time:before {
    content: "► ";
    left: 0.5em;
    width: 0;
    height: 0;
    position: absolute;
    display: inline-block;
}
.video-wrapper-page a .video-time {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 0.5em 0.8em 0.5em 2em;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.video-wrapper-page a:hover .video-time, .video-wrapper-page a:focus .video-time, .video-wrapper-page a:active .video-time {
    color: #0C70D3;
}
@media all and (max-width: 1020px) {
    .video-wrapper-page {
        max-width: 640px;
        width: 90%;
        margin: auto;
    }
}
@media all and (max-width: 940px) {
    .video-wrapper-page a img {
        max-height: 100%;
        height: auto;
    }
}
@media all and (max-width: 600px) {
    .video-wrapper-page a {
        font-size: 1.0rem;
    }
}
@media all and (max-width: 465px) {
    .video-wrapper-page a {
        font-size: 1.0rem;
    }
}
@media all and (max-width: 360px) {
    .video-wrapper-page a {
        font-size: 0.9rem;
    }

}

/* Back home btn (404) */
a.home-btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: -0.3em;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #0C70D3;
    border: solid 2px transparent;
    color: #ffffff;
    font-size: 1.2em;
    box-shadow: 0 2px 1px rgba(0,1,0,0.25);
    font-weight: bold;
    text-align: center;
    margin: 30px auto 30px auto;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
}
a.home-btn:hover {
    color: #0C70D3;
    background-color: #ffffff;
    border: solid 2px #0C70D3;
}
a.home-btn:before {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
}
a.home-btn span {
    letter-spacing: normal;
    white-space: normal;
    font-weight: bold;
    vertical-align: middle;
}

/* General blue btn */
a.classic-btn {
    max-width: 250px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: -0.3em;
    padding: 12px 2em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background-color: #0C70D3;
    border: solid 2px transparent;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 10px auto;
    -webkit-border-radius: 30rem;
    -moz-border-radius: 30rem;
    border-radius: 30rem;
    cursor: pointer;
}
a.small-btn {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: -0.3em;
    padding: .1em 1.5em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background-color: #0C70D3;
    border: solid 2px transparent;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 10px auto;
    -webkit-border-radius: 30rem;
    -moz-border-radius: 30rem;
    border-radius: 30rem;
    cursor: pointer;
}
a.classic-btn:hover, a.classic-btn:focus {
    color: #0C70D3;
    background-color: #ffffff;
    border: solid 2px #0C70D3;
    text-shadow: none;
}
a.small-btn:hover, a.small-btn:focus {
    color: #0C70D3;
    background-color: #ffffff;
    border: solid 2px #0C70D3;
    text-shadow: none;
}
.newsstyle{
    color: #0C70D3;
    background-color: #ffffff;
    border: solid 2px #0C70D3;
}
a.classic-btn:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
}
a.classic-btn span {
    line-height: 30px;
    letter-spacing: normal;
    white-space: normal;
    font-weight: bold;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-word;
}
a.small-btn:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
}
a.small-btn span {
    line-height: normal;
    letter-spacing: normal;
    white-space: normal;
    font-weight: bold;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-word;
}

/* Voting btn */
.infos-txt a.vote-btn {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: -0.3em;
    padding-left: 50px;
    padding-right: 50px;
    background-color: rgba(187,20,78,1.0);
    border: solid 2px transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 40px auto;
    -webkit-border-radius: 30rem;
    -moz-border-radius: 30rem;
    border-radius: 30rem;
}
.infos-txt a.vote-btn:hover, .infos-txt a.vote-btn:focus {
    color: rgba(187,20,78,1.0);
    text-decoration: none;
    background-color: #ffffff;
    border: solid 2px rgba(187,20,78,1.0);
}
.infos-txt a.vote-btn:before {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    text-decoration: none;
}
.infos-txt a.vote-btn span {
    display: inline-block;
    letter-spacing: normal;
    white-space: normal;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
}
h2.title-simple-panel {
    font-size: 1.2em;
    color: #0C70D3;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.infos-txt {
    text-align: center;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
}
.infos-txt a {
    color: #0C70D3;
    text-decoration: underline;
}
.infos-txt a:hover {
    color: #000000;
    text-decoration: underline;
}
.infos-txt p {
    text-align: left;
    padding-bottom: 20px;
}
.error-page-content {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

/* Quiz */
figure {
    margin: auto;
}
figure img {
    max-width: 100%;
    height: auto;
}

/* Election results */
figure.results-container {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

/* News page content */

.main-container .btn-more-container:last-child{
    display: none;
}

.btn-news-container, .btn-more-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    outline: 4px solid transparent ;
}
.btn-news-container:focus-within{
    outline: 4px dotted #0C70D3;
}
article.news-item-wrapper {
    margin: 3em auto 1.5em auto;
    display: block;
    text-align: center;
    max-width: 560px;
    width: 100%;
}
ul.btn-news-container li {
    list-style-type: none;
    list-style-position: outside;
}
article.news-item-wrapper a {
    display: block;
}
article.news-item-wrapper a img {
    width: 100%;
    max-width: 579px;
    height: auto;
}
.wrapper section.main .main-container article.news-item-wrapper h2, article.news-item-wrapper p {
    text-align: left;
    line-height: 1.4em;
}
article.news-item-wrapper p {
    padding-top: 0;
}
.wrapper section.main .main-container article.news-item-wrapper h2.title_news_item {
    color: #0c70d3;
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    line-height: 1.65em;
    text-align: left;
}
article.news-item-wrapper a:focus, article.news-item-wrapper a:active {
    outline: 4px dotted #0C70D3;
}
article.news-item-wrapper p {
    color: #000000;
    font-size: 1.2em;
}

embed {
    width: 100%;
    height: auto;
}

/* Modal Box pure CSS */

#modal {
    left: 50%;
    margin: -250px 0 0 -32%;
    opacity: 0;
    position: absolute;
    top: -50%;
    visibility: hidden;
    width: 65%;
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#modal:target {
    opacity: 1;
    top: 50%;
    visibility: visible;
}
#modal .header, #modal .footer {
    border-bottom: 1px solid #ffffff;
    border-radius: 5px 5px 0 0;
}

#modal .footer {
    border: none;
    border-top: 1px solid #ffffff;
    border-radius: 0 0 5px 5px;
}

#modal h3 {
    margin: 0;
    color: #fff;
}

#modal .btn {
    float: right;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #E74C3C;
    outline: 0;
}
#modal .btn button {
    border: 0;
    outline: 0;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

#modal .copy, #modal .header, #modal .footer {
    padding: 10px;
    color: #fff;
}

.modal-content {
    background: #ffffff;
    position: relative;
    z-index: 20;
    border-radius: 5px;
    color: #fff;
}

#modal .copy {
    background: #46CFB0;
}

#modal .overlay {
    background-color: #000000;
    background: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.wrapper .main.padding-election-results {
    padding: 0;
}
.wrapper.usefullink_section {
    padding-bottom: 0;
}
.usefullink_section {
    margin-top: 40px;
}

.main-footer {
    width: 100%;
    box-sizing: border-box;
}
.main-footer img {
    max-width: 100%;
    display: block;
}

/* Header
-------------------------- */

.main-footer .useful-links-header{
    text-align: center;
    position: relative;
    top: 96px;
}

.main-footer .useful-links-header .bg-white-useful-links{
    width: 49px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main-footer .useful-links-header .subtitle{
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: .1rem;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.main-footer .useful-links-header .title_main{
    max-width: 740px;
    /*overflow-wrap: break-word;*/
    /*word-wrap: break-word;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    /*hyphens: auto;*/
    margin: 0 auto;
    display: block;
    padding-top: 0;
    font-size: 4.5em;
    color: #0c70d3;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    line-height: 1em;
    padding-bottom: 28px;

}

/* Content List logos
-------------------------- */

.main-footer .useful-links-content{
    background-color: rgb(240,239,238);
    max-width: 1440px;
    margin: auto;
    overflow-x: hidden;
}

.main-footer .useful-links-content section{
    max-width: 882px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(210,211,213);
}

.main-footer .useful-links-content section.political-groups{
    padding-top: 100px;
}

.main-footer .useful-links-content section h3, .main-footer .useful-links-content section h2{
    text-align: left;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-footer .useful-links-list.more-questions p{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: left;
}
.main-footer .useful-links-list.more-questions p a {
    color: #0C70D3;
    text-decoration: underline;
}
.main-footer .useful-links-list.more-questions p a:hover, .main-footer .useful-links-list.more-questions p a:focus {
    color: #000000;
    text-decoration: underline;
}
.main-footer .useful-links-list.more-questions p a.tel {
    color: #000;
    text-decoration: none;
}
.main-footer .useful-links-list.more-questions p a.tel:hover, .main-footer .useful-links-list.more-questions p a.tel:focus {
    color: #0C70D3;
    text-decoration: underline;
}
.main-footer .useful-links-content .useful-links-list ul{
    list-style-type: none;
    margin: 0;
    border: 4px dotted transparent;
    transition: all .3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
}

.main-footer .useful-links-content .useful-links-list ul li{
    /*float: left;*/
    width: 23%;
    margin: 0 2.66% 3% 0;
    transition: all .3s ease-in-out;

}
.main-footer .useful-links-content .useful-links-list ul li a{
    display: block;
    color: #0c70d3;
    text-decoration: underline;
}
.main-footer .useful-links-content .useful-links-list ul li:nth-of-type(4n+4){
    margin-right: 0;
}
.main-footer .useful-links-content .useful-links-list ul li a:hover, .main-footer .useful-links-content .useful-links-list ul li a:focus{
    color: #000000;
    text-decoration: underline;
}
.main-footer .useful-links-content .useful-links-list ul li a img {
    margin: 0 auto;
}
.main-footer .useful-links-content .useful-links-list ul li p {
    padding-top: 10px;
    padding-bottom: 20px;
}
.main-footer .useful-links-content .useful-links-list ul:focus-within{
    border: 4px dotted #0c70d3;
}
@media screen and (max-width: 900px) {
    .main-footer .useful-links-content section {
        margin: 0 20px;
    }
    .main-footer .useful-links-content .useful-links-list ul.col3 li{
        width: 31.56%;
    }
    .main-footer .useful-links-content .useful-links-list ul li:nth-of-type(4n+4){
        margin: 0 2.66% 3% 0;
    }
    .main-footer .useful-links-content .useful-links-list ul li:nth-of-type(3n+3){
        margin: 0 0 3% 0;
    }
}
@media screen and (max-width: 680px){
    .wrapper section.main .main-container h2.title-collapsed-panel button {
        font-size: 1.0rem;
    }
    .answer-panel p, .answer-panel ul {
        font-size: 0.9rem;
    }
    .main-footer .useful-links-content .useful-links-list ul.col2 li{
        width: 48.67%;
    }
    .main-footer .useful-links-content .useful-links-list ul li:nth-of-type(3n+3){
        margin: 0 2.66% 3% 0;
    }
    .main-footer .useful-links-content .useful-links-list ul li:nth-of-type(2n+2){
        margin: 0 0 3% 0;
    }
}

@media screen and (max-width: 480px){
    .main-footer .useful-links-content .useful-links-list ul.col1 li{
        width: 100%;
        margin: 0 0 3%;
    }
    .wrapper section.main .main-container p.intro {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 320px){
    .main-footer .useful-links-header .subtitle {
        font-size: 1.2rem;
        line-height: 1.4rem;
        word-break: normal;
        white-space: normal;
    }
    .main-footer .useful-links-header .title_main {
        font-size: 3.5rem;
        line-height: 3.6rem;
        padding-top: 0;
    }
    .main-footer .useful-links-header .bg-white-useful-links{
        width: 49px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
.main-footer .useful-links-content .useful-links-list ul li a{
    color: #0c70d3;
    text-decoration: underline;
}
.main-footer .useful-links-content .useful-links-list ul li a:hover, .main-footer .useful-links-content .useful-links-list ul li a:focus{
    color: #000000;
    text-decoration: underline;
}

.main-footer .useful-links-content .useful-links-list ul li a div{
    background-color: #fff;
    padding: 10px;
    border: 1px solid rgb(210,211,213);
    transition: all .3s ease-in-out;
}

.main-footer .useful-links-content .useful-links-list ul li a p {
    font-size: 0.9rem;
    min-height: 50px;
}

.main-footer .useful-links-content .useful-links-list ul li a:hover div, .main-footer .useful-links-content .useful-links-list ul li a:focus div{
    transform: translateY(-4px);
}

.main-footer .useful-links-content .useful-links-list.eu-institutions{
    padding: 0 0 30px;
}

.main-footer .useful-links-content .useful-links-list.eu-institutions ul{
    justify-content: flex-start;
}

.main-footer .useful-links-content .useful-links-list.eu-institutions ul li{
    width: auto;
    text-align: center;
    margin: 0 2% 3% 0;
}

.main-footer .useful-links-content .useful-links-list.eu-institutions ul li:last-of-type{
    margin-right: 0;
}

.main-footer .useful-links-content .useful-links-list.eu-institutions ul li:first-of-type{
    margin-left: 0;
}

.main-footer .useful-links-content .useful-links-list.eu-institutions ul li a{
    font-size: 0.9rem;
}

/* Footer useful links */

.main-footer .nav_bottom {
    background-color: #000000;
    max-width: 1440px;
    margin: auto;
}

.main-footer .nav_bottom .general-links-footer{
    max-width: 882px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 50px 1%;
}

.main-footer .nav_bottom .general-links-footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-footer .nav_bottom .general-links-footer ul li{
    display: inline-block;
}

.main-footer .nav_bottom .general-links-footer ul li a{
    color: #fff;
    text-decoration: none;
    font-size: .7rem;
}

.main-footer .nav_bottom .general-links-footer ul.general-links{
    width: 40%;
}

.main-footer .nav_bottom .general-links-footer ul.general-links li a{
    margin-right: 5px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

.main-footer .nav_bottom .general-links-footer ul.general-links li a:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.main-footer .nav_bottom .general-links-footer ul.general-links li a:hover,
.main-footer .nav_bottom .general-links-footer ul.general-links li a:focus,
.main-footer .nav_bottom .general-links-footer ul.general-links li a:active{
    transform: translateY(-4px);
}

.main-footer .nav_bottom .general-links-footer ul.general-links:focus-within li a:after{
    width: 100%;
}

.main-footer .nav_bottom .general-links-footer ul.social-links{
    text-align: right;
    width: 60%;
}

.main-footer .nav_bottom .general-links-footer ul.social-links li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items:center;
    background-color: #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-left: 5px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    position: relative;
}

.main-footer .nav_bottom .general-links-footer ul.social-links li a img{
    max-width: 46px;
    width: 46px;
    height: 46px;
}

.main-footer .nav_bottom .general-links-footer ul.social-links li a:hover,
.main-footer .nav_bottom .general-links-footer ul.social-links li a:focus,
.main-footer .nav_bottom .general-links-footer ul.social-links li a:active{
    transform: translateY(-4px);
}

.main-footer .nav_bottom .general-links-footer ul.social-links:focus-within li a:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-left: 8px;
}

.main-footer .nav_bottom .general-links-footer ul li a.fb-icon{
    color: #305995;
}

.main-footer .nav_bottom .general-links-footer ul li a.tw-icon{
    color: #5CA9D9;
}

.main-footer .nav_bottom .general-links-footer ul li a.fl-icon{
    color: #305995;
}

.main-footer .nav_bottom .general-links-footer ul li a.ln-icon{
    color: #0B78B3;
}

.main-footer .nav_bottom .general-links-footer ul li a.yt-icon{
    color: #CD1525;
}

.main-footer .nav_bottom .general-links-footer ul li a.in-icon{
    color: #000;
}

.main-footer .nav_bottom .general-links-footer ul li a.pt-icon{
    color: #BC0C25;
}

.main-footer .nav_bottom .general-links-footer ul li a.sc-icon{
    color: #F5E60F;
}

.main-footer .nav_bottom .general-links-footer ul li a.rd-icon{
    color: #101211;
}

.main-footer .nav_bottom .general-links-footer ul li a.goo-icon{
    color: #D74638;
}

@media screen and (max-width: 600px){
    .main-footer .nav_bottom .general-links-footer{
        flex-direction: column;
    }
    .main-footer .nav_bottom .general-links-footer ul.general-links, .main-footer .nav_bottom .general-links-footer ul.social-links{
        width: 100%;
        margin-bottom: 20px;
    }
    .main-footer .nav_bottom .general-links-footer ul, .main-footer .nav_bottom .general-links-footer ul.social-links{
        text-align: center;
    }
}



/*
 * The Standard Breakpoints. Working with fluid images.
*/

@media all and (max-width: 1020px) {

    /* How elections work */
    .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* Pages navigation menu */


    header.topNav.homepos {
        margin: 0 auto;
    }
    .topNav .main-menu {
        position: absolute;
        right: 0;
    }
    header.topNav .howToVote-btn a, header.topNav .howElectionsWork-btn a {
        display: inline-block;
        vertical-align: middle;
        margin-top: 25px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        white-space: nowrap;
        letter-spacing: -0.3em;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        background-color: #0C70D3;
        padding-left: 25px;
        padding-right: 25px;
        box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
    }
    header.topNav .howToVote-btn a:hover, header.topNav .howElectionsWork-btn a:hover,
    header.topNav .howToVote-btn a:hover, header.topNav .howElectionsWork-btn a:focus{
        background-color: rgba(255, 255, 255, 1.0);
        color: #0C70D3;
        text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
    }
    header.topNav .howToVote-btn a:before, header.topNav .howElectionsWork-btn a:before {
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    header.topNav .howToVote-btn a span, header.topNav .howElectionsWork-btn a span {
        letter-spacing: normal;
        white-space: normal;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: middle;
    }
    header.topNav .howElectionsWork-btn a {
        margin-left: 10px;
    }
    header.topNav .howToVote-btn a {
        margin-right: 10px;
    }

    /* // Menu top right // */

    header.topNav .main-menu a {
        text-decoration: none;
    }

    .wrapper section.main .main-container {
        background-color: #ffffff;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        width: 100%;
    }
    .bg-picture {
        display: block;
        margin: auto;
        width: 100%;
        height: 500px;
        margin-top: -50px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
    }

    /* // Menu top right // */

    header.topNav .main-menu a {
        text-decoration: none;

    }
    header.topNav .main-menu nav {
        font-size: 1.0em;
        font-weight: bold;
        display: block;
        margin-top: 0.8em;
    }

    /*Style for the first level menu bar*/
    header.topNav ul.menu {
        position:absolute;
        right: 32px;
        top:12px;
        width:60px;
        height:2em;
        margin:auto;
        padding:0px;
        background-color: transparent;
        color:#414141;
    }
    a#return-to-top, button#return-to-top, span#return-to-top {
        right: 15px;
    }

}

@media all and (max-width: 960px) {
    header.topNav{
        max-width: 768px;
    }
    .wrapper section.main{
        max-width: 768px;
    }
    .wrapper section.main .main-container h1.main-title,
    .main-footer .useful-links-header .title_main{
        font-size: 3.25em;
        line-height: 1em;
        padding-bottom: 20px;
    }
    .wrapper section.main .main-container p.intro {
        font-size: 1.15em;
        line-height: 1.5em;
    }
}

@media all and (max-width: 900px) {
    header.topNav{
        max-width: 700px;
    }
    .wrapper section.main{
        max-width: 700px;
    }
    .wrapper section.main .main-container .title-container h2 {
        font-size: 3.8em;
        line-height: 0.95em;
    }

    .wrapper section.main .main-container .title-container h2.main-title-highFont {
        font-size: 4.8em;
        line-height: 0.96em;
    }
    .topNav .main-menu .menu-pages{
        right: 10px;
    }
    header.topNav .howElectionsWork-btn a {
        margin-left: 20px;
    }

    /* // Main container // */
    .wrapper section.main .main-container {
        min-width: 100%;
        background-color: #ffffff;
        padding: 0;
        margin-top: 0;
    }

    /* // Menu top right // */

    header.topNav .main-menu a {
        text-decoration: none;

    }
    header.topNav .main-menu nav {
        font-size: 1.0em;
        font-weight: bold;
        display: block;
        margin-top: 0.8em;
    }

    /*Style for the first level menu bar*/
    header.topNav ul.menu {
        position:absolute;
        right: 102px;
        top:12px;
        /*left: 400px; /* positionne Ã  partir de la gauche */
        width:60px;
        height:2em;
        margin:0;
        padding:0px;
        background-color: transparent;
        color:#414141;
    }
    /* Voting btn */
    a.vote-btn {
        display: block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        width: 100%;
        max-width:300px;
        padding-left: 40px;
        padding-right: 40px;
        background-color: rgba(187,20,78,1.0);
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        margin: 50px auto 40px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    a.vote-btn:hover,
    a.vote-btn:focus {
        color: rgba(187,20,78,1.0);
        background-color: #ffffff;
        border: solid 2px rgba(187,20,78,1.0);
    }
    a.vote-btn:before {
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.vote-btn span {
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
    }
    h2.title-simple-panel {
        font-size: 1.2em;
        color: #0C70D3;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .infos-txt {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .infos-txt p {
        padding-bottom: 20px;
    }


    .main div.title-simple-panel .question {
        padding-right: 20px;
    }
    /* // START Lang Footer Selector HOW TO VOTE PAGE // */

    .lang-footer-selector #menu .list .form select{
        display: 					inline-block;
        box-sizing: 				border-box;
        height:                     40px;
        padding-top:                0;
        padding-right:              40px;
        padding-bottom:             0;
        padding-left:               10px;
        background-color:           transparent;
        -webkit-appearance:         none;
        -moz-appearance:            none;
        appearance:                 none;
        color:                      #0C70D3;
        font-size:                  0.8em;
        font-weight:                bold;
        border:                     solid 1px #0C70D3;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        background-image: url("../images/fleche_footer.png");
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }
    .lang-footer-selector #menu .list .form button{
        display: 					inline-block;
        width: 						60px;
        padding: 					10px;
        box-sizing: 				border-box;
        font-weight:                bold;
        background-color: 			#0C70D3;
        color:                      #ffffff;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        border:                     solid 2px transparent;
        cursor:                     pointer;
        -webkit-transition:         all .2s ease-out;
        -moz-transition:            all .2s ease-out;
        -o-transition:              all .2s ease-out;
        transition:                 all .2s ease-out;
    }
    .lang-footer-selector #menu .list .form button:hover,
    .lang-footer-selector #menu .list .form button:focus{
        background-color: 			#ffffff;
        color:                      #0C70D3;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        border:                     solid 2px #0C70D3;
        cursor:                     pointer;
    }
    .lang-footer-selector .custom-language {
        color: #000000;
    }
    .lang-footer-selector .custom-language select {
        display: block;
        color: #000000;
    }

    .lang-footer-selector .custom-language div {
        display: none;
    }

    /* // end Lang footer Selector HOW TO VOTE PAGE // */

    /* CSS embed code Election results */

    .wrapper section.main .main-container .title-container h2.title-results {
        padding-left: 60px;
        padding-right: 60px;
    }
    .ep_election_results_app {
        width: auto;
        padding:20px 60px 0 60px;
    }

}
@media all and (min-width: 481px) and (max-width: 750px){
    .lang-footer-selector #menu .list .form select{
        display: 					inline-block;
        box-sizing: 				border-box;
        height:                     40px;
        padding-top:                0;
        padding-right:              40px;
        padding-bottom:             0;
        padding-left:               10px;
        background-color:           transparent;
        -webkit-appearance:         none;
        -moz-appearance:            none;
        appearance:                 none;
        color:                      #0C70D3;
        font-size:                  0.8em;
        font-weight:                bold;
        border:                     solid 1px #0C70D3;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        background-image: url("../images/fleche_footer.png");
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }
}
@media all and (max-width: 750px) {

    /* // Homepage // */

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container header.top {
        display: block;
        position: relative;
        height: 80px;
        margin: 0;
    }
    .top #menu .list .form {
        margin-left: 0;
    }
    .topNav .main-menu .menu-pages.menu-home {
        display: flex;
        justify-content: center;
    }
    .topNav .main-menu .menu-pages.menu-home .list .form {
        margin: 0;
    }
    .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .top #menu {
        position: relative;
    }

    /* LIST DROP DOWN */
    .top #menu .list,
    .top #menu[data-expand="false"]           .list,
    .top #menu[data-expand="false"]:target    .list{
        right:                      0;
        left: 50%;
        transform: translateX(-50%);
    }

    .top .custom-language{
        width: auto;
    }

    /* // Homepage // */
    .homebg {
        background-size: auto 380px;
        background-repeat: no-repeat;
    }
    .home-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .container main.content section.title {
        margin-top: 90px;
        min-height: 10px;
        height: 120px;
    }
    .container main.content section.title img {
        max-width: 45px;
        max-height: 30px;
        display: block;
        margin: 0 auto;
        border: solid 1px #ffffff;
    }
    .container main.content section.title h1 {
        color: #ffffff;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(1,1,1,0.5);
        font-weight: 800;
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-top: 10px;
        text-align: center;
    }
    .container main.content section.title h1 span {
        display: block;
        margin: auto;
        margin-left: -0.3em;
        padding: 0 1em;
        max-width: 240px;
    }
    /* Ongoing banner */
    .container main.content section.ongoing-banner {
        display: flex;
        flex-direction: column;
        width: calc( 100vw - 18px);
        margin-top: 25px;
        margin-bottom: 0px;
        top: 300px;
    }
    .container main.content section.ongoing-banner h2 {
        text-align: center;
        font-size: 2em;
        margin-right: 0;
        margin-top: 0;
    }
    .container main.content section.ongoing-banner ul.ongoing-btn-list {
        display: block;
        margin-top: 30px;
    }
    .container main.content section.ongoing-banner ul.ongoing-btn-list li {
        list-style: none;
        list-style-position: outside;
    }
    .container main.content section.ongoing-banner ul.ongoing-btn-list li:last-child {
        margin-top: 20px;
    }
    .container main.content section.ongoing-banner ul.ongoing-btn-list li a {
        display: flex;
        justify-content: center;
        padding-right: 25px;
        padding-left: 25px;
    }
    .container main.content section.ongoing-banner ul.ongoing-btn-list li a span.live--icon {
        height: 28px;
        min-width: 20px;
        max-width: 45px;
        margin-right: 10px;
        background-position: 0px 4px;
    }

    .container main.content .home-content ul.how {
        display: block;
    }
    .container main.content .home-content ul.how li {
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .container main.content .home-content ul.how li:first-child {
        margin-bottom: 20px;
    }
    .container main.content .home-content ul.how li:last-child {
        margin-bottom: 0;
    }
    ul.how li a {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: normal;
        width: 180px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        border: solid 2px #ffffff;
        background: #0c70d3; /* Old browsers */
        background: -moz-linear-gradient(top, #0c70d3 0%, #0a64bd 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0c70d3 0%,#0a64bd 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0c70d3 0%,#0a64bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        padding: 1em 2.2em;
        text-align: center;
        -webkit-border-radius: 30em;
        -moz-border-radius: 30em;
        border-radius: 30em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    ul.how li a:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0px;
    }
    ul.how li a span {
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
        word-wrap: break-word;
        word-break: break-word;
    }
    section.links-navigation ul.howToVote, section.links-navigation ul.howElectionsWork {
        max-width: 250px;
    }
    .arrow-bottom a {
        display: none;
        margin: 30px auto 15px auto;
        -webkit-border-radius: 180px;
        -moz-border-radius: 180px;
        border-radius: 180px;
        border: solid 2px #bbbbbb;
        width: 50px;
        height: 50px;
        background-image: url("../images/fleche_rond.svg");
        background-repeat: no-repeat;
        background-position: center -41px;
        background-size: 40%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        opacity: 1.0;
    }
    section.links-navigation {
        display: block;
    }
    section.links-navigation ul.howToVote {
        margin: 0 auto 0 auto;
    }
    section.links-navigation ul.howElectionsWork {
        margin: 0 auto 0 auto;
    }
    section.links-navigation ul li a {
        display: block;
        font-size: 0.9em;
        text-align: center;
        padding: 15px 10px;
        text-shadow: none;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        background-color: transparent;
        padding-left: 0;
    }
    section.links-navigation ul li a:hover,
    section.links-navigation ul li a:focus {
        color: #666666;
        text-shadow: none;
        padding-left: 15px;
    }
    section.links-navigation ul.howToVote li, section.links-navigation ul.howElectionsWork li {
        border-bottom: solid 1px #bbbbbb;
        list-style-type: none;
        list-style-position: outside;
    }
    section.links-navigation ul.howToVote li:last-child {
        border-bottom: solid 1px #bbbbbb;
    }

    /* Pages navigation menu */
    header.topNav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        /*width: 100%;*/
        max-width: 680px;
        height: 65px;
        position: relative;
        z-index: 1;
    }
    header.topNav .howToVote-btn a, header.topNav .howElectionsWork-btn a {
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        white-space: nowrap;
        letter-spacing: -0.3em;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        background-color: #0C70D3;
        padding-left: 25px;
        padding-right: 25px;
        box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
    }
    header.topNav .howToVote-btn a:hover, header.topNav .howElectionsWork-btn a:hover,
    header.topNav .howToVote-btn a:focus, header.topNav .howElectionsWork-btn a:focus {
        background-color: rgba(255, 255, 255, 1.0);
        color: #0C70D3;
        text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
    }
    header.topNav .howToVote-btn a:before, header.topNav .howElectionsWork-btn a:before {
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    header.topNav .howToVote-btn a span, header.topNav .howElectionsWork-btn a span {
        letter-spacing: normal;
        white-space: normal;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: middle;
    }
    header.topNav .howElectionsWork-btn a {
        margin-left: 10px;
    }
    header.topNav .howToVote-btn a {
        margin-right: 10px;
    }
    /* How to vote page with Wrapper for the right menu */
    .wrapper section.main .banner-menu{
        flex-direction: column;
    }
    .wrapper section.main .banner-menu .logo {
        width: 100%;
    }
    .wrapper section.main .banner-menu .logo a{
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper section.main .banner-menu ul.right-menu {
        position: relative;
        width: 100%;
        margin-left: 0;
        background-color: #0C70D3;
        padding: 14px 0 6px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .wrapper section.main .banner-menu ul.right-menu li {
        display: inline-block;
        text-align: center;
        padding: 0;
        margin-bottom: 5px;
    }
    .wrapper section.main .banner-menu ul.right-menu li a {
        display: inline-block;
        font-size: 0.9em;
        color: #ffffff;
        text-decoration: none;
        font-weight: normal;
        line-height: 1.4em;
        position: relative;
        padding: 0.35em 1em;
    }
    .wrapper section.main .banner-menu ul.right-menu li a:hover,
    .wrapper section.main .banner-menu ul.right-menu li a:focus,
    .wrapper section.main .banner-menu ul.right-menu li a.menu-active{
        font-weight: bold;
        background-color: #fff;
    }


    /* // bg img // */

    .wrapper .bg-picture {
        display: block;
        margin: auto;
        margin-top: -65px;
        height: 600px;
        -webkit-background-size: auto 370px;
        -moz-background-size: auto 370px;
        -o-background-size: auto 370px;
        background-size: auto 380px;
        background-position: center 0;
        background-repeat: no-repeat;
    }
    .wrapper section.main {
        margin-top: -440px;
    }
    .wrapper section.main.box_aside {
        margin-top: -427px
    }
    .wrapper section.main .main-container {
        background-color: #ffffff;
        padding: 0;
        max-width: 640px;
        display: block;
    }
    .wrapper section.main .main-container h1.main-title {
        margin: 0 auto;
        max-width: 600px;
        font-size: 3.438em;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        line-height: 1.0em;
        padding-bottom: 20px;
    }
    .wrapper section.main .main-container .title-container h2.main-title-highFont {
        font-size: 3.438em;
        line-height: 0.96em;
    }
    .wrapper section.main .main-container h3 {
        font-size: 1.3em;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .wrapper section.main .main-container.cookies-page-content h3 {
        margin-bottom: 0px;
    }
    .wrapper section.main .main-container.cookies-page-content .cookies-address-block h3 {
        font-size: 1.1em;
    }
    .wrapper section.main .main-container.cookies-page-content .big-questions-cookies .lang-name-section, .wrapper section.main .main-container.cookies-page-content .cookies-address-block .lang-name-section {
        font-size: 1.5em;
    }

    /* Election results */
    figure.results-container {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* // Menu top right // */

    header.topNav .main-menu {
        margin-left: auto;
    }
    header.topNav .main-menu a {
        text-decoration: none;
    }
    header.topNav .main-menu nav {
        font-size: 1.0em;
        font-weight: bold;
        display: block;
        margin-top: 1.2em;
    }

    /*Style for the first level menu bar*/
    header.topNav ul.menu {
        position:absolute;
        right: 112px;
        top:12px;
        width:60px;
        height:2em;
        margin:0;
        padding:0px;
        background-color: transparent;
        color:#414141;
    }

    /* // Videos list // */

    article ul#video-list {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-items: center;
        padding-left: 0;
    }
    article ul#video-list li {
        list-style: none;
        list-style-postion: outside;
    }
    article ul#video-list li:first-child {
        margin-bottom: 10px;
    }
    article ul#video-list li a {
        padding: 0;
    }
    article ul#video-list li a:hover,
    article ul#video-list li a:focus {
        padding: 0;
        margin: 0;
    }
    article ul#video-list li a img {
        width: 100%;
        max-width: 360px;
        height: auto;
        border: solid 1px transparent;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    article ul#video-list li a:hover img,
    article ul#video-list li a:focus img {
        border: solid 1px #333333;
    }

    .infos-txt {
        text-align: center;
        display: block;
        padding-left: 50px;
        padding-right: 50px;
    }
    .infos-txt a {
        color: #0C70D3;
        text-decoration: underline;
    }
    .infos-txt a:hover ,
    .infos-txt a:focus {
        color: #000000;
        text-decoration: underline;
    }
    .infos-txt p {
        text-align: left;
        padding-bottom: 20px;
    }

    /* Voting btn */
    .infos-txt a.vote-btn {
        display: inline-block;
        max-width:250px;
        width: 100%;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgba(187,20,78,1.0);
        border: solid 2px transparent;
        color: #ffffff;
        text-decoration: none;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        margin: 40px auto 40px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    .infos-txt a.vote-btn:hover,
    .infos-txt a.vote-btn:focus {
        color: rgba(187,20,78,1.0);
        text-decoration: none;
        background-color: #ffffff;
        border: solid 2px rgba(187,20,78,1.0);
    }
    .infos-txt a.vote-btn:before {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
        text-decoration: none;
    }
    .infos-txt a.vote-btn span {
        display: inline-block;
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
        text-decoration: none;
    }

    /* News page content */

    .btn-news-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    article.news-item-wrapper {
        margin-top: 3em;
        display: block;
        margin-bottom: 1.5em;
        text-align: center;
        max-width: 560px;
    }
    article.news-item-wrapper a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    article.news-item-wrapper a img {
        width: 100%;
        max-width: 579px;
        height: auto;
    }
    article.news-item-wrapper h2, article.news-item-wrapper p {
        text-align: left;
        line-height: 1.4em;
    }
    article.news-item-wrapper h2 {
        color: #0c70d3;
        font-size: 1.2em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    article.news-item-wrapper p {
        color: #000000;
        font-size: 1.1em;
    }

    /* // START Lang Footer Selector HOW TO VOTE PAGE // */
    .bottom-language-menu {
        text-align: center;
    }
    .bottom-language-menu div.title-simple-panel {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 5px;
        margin-left: 0;
        width: 100%;
        display: block;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        cursor: pointer;
    }
    .bottom-language-menu div.title-simple-panel .question span.tooltip {
        font-size: 0.875rem;
        font-weight: normal;
        color: #666666;
        display: block;
        padding-top: 5px;
        padding-bottom: 20px;
        max-width: 100%;
    }
    .bottom-language-menu .access span {
        visibility: hidden;
        display: none;
        opacity: 0;
        height: 0;
        width: 0;
    }

    .lang-footer-selector #menu .list .form button{
        display: 					inline-block;
        width: 						60px;
        padding: 					10px;
        box-sizing: 				border-box;
        font-weight:                bold;
        background-color: 			#0C70D3;
        color:                      #ffffff;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        border:                     solid 2px transparent;
        cursor:                     pointer;
        -webkit-transition:         all .2s ease-out;
        -moz-transition:            all .2s ease-out;
        -o-transition:              all .2s ease-out;
        transition:                 all .2s ease-out;
    }
    .lang-footer-selector #menu .list .form button:hover,
    .lang-footer-selector #menu .list .form button:focus{
        background-color: 			#ffffff;
        color:                      #0C70D3;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        border:                     solid 2px #0C70D3;
        cursor:                     pointer;
    }
    .lang-footer-selector .custom-language {
        color: #000000;
        margin: 0;
    }
    .lang-footer-selector .custom-language select {
        display: block;
        color: #000000;
    }

    .lang-footer-selector .custom-language div {
        display: none;
    }

    /* // end Lang footer Selector HOW TO VOTE PAGE // */

    a#return-to-top, button#return-to-top, span#return-to-top {
        display: none;
        position: fixed;
        z-index: 10;
        bottom: 20px;
        left: 50%;
        margin-left: -25px;
        -webkit-border-radius: 180px;
        -moz-border-radius: 180px;
        border-radius: 180px;
        border: solid 2px #bbbbbb;
        width: 50px;
        height: 50px;
        background-image: url("../images/fleche_rond.svg");
        background-repeat: no-repeat;
        background-position: center -41px;
        background-size: 40%;
        text-indent: -999em;
        cursor: pointer;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1.0;
        animation: 0.6s ease-out 0s 1 slideInFromBottom;
        -webkit-animation: 0.6s ease-out 0s 1 slideInFromBottom;
        -moz-animation: 0.6s ease-out 0s 1 slideInFromBottom;
    }

}
@media all and (min-width: 601px) and (max-width: 750px) {
    header.topNav ul {
        display: flex;
        flex-direction: column;
    }
    header.topNav ul li:nth-child(2){
        margin-top: 1.5em;
    }
}

@media all and (min-width: 751px) and (max-width: 960px) {
    .main div.title-simple-panel .question {
        max-width: 240px;
    }
}
@media all and (min-width: 641px) and (max-width: 900px) {
    /* // Main container // */
    .wrapper section.main .main-container {
        background-color: #ffffff;
        padding: 0;
    }
}

@media all and (max-width: 700px) {
    header.topNav{
        max-width: 610px;
    }
    .wrapper section.main {
        max-width: 600px;
    }
}
@media all and (min-width: 641px) and (max-width: 680px){
    .wrapper section.main .main-container.cookies-page-content .cookies-address-block {
        font-size: 0.9em;
    }
    .wrapper section.main .main-container.cookies-page-content .cookies-address-block address {
        font-size: 0.9em;
    }
}
@media all and (max-width: 640px) {
    .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wrapper section.main .main-container {
        max-width: 530px;
    }
    /* Pages navigation menu */
    header.topNav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        max-width: 590px;
        height: 65px;
        position: relative;
        z-index: 1;
    }

    header.topNav .howToVote-btn a, header.topNav .howElectionsWork-btn a {
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        white-space: nowrap;
        letter-spacing: -0.3em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        background-color: #0C70D3;
        padding-left: 25px;
        padding-right: 25px;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    }

    header.topNav .howToVote-btn a:hover, header.topNav .howElectionsWork-btn a:hover,
    header.topNav .howToVote-btn a:focus, header.topNav .howElectionsWork-btn a:focus {
        background-color: rgba(255, 255, 255, 1.0);
        color: #0C70D3;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
    }
    header.topNav .howToVote-btn a:before, header.topNav .howElectionsWork-btn a:before {
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    header.topNav .howToVote-btn a span, header.topNav .howElectionsWork-btn a span {
        letter-spacing: normal;
        white-space: normal;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: middle;
    }
    header.topNav .howElectionsWork-btn a {
        margin-left: 10px;
    }
    header.topNav .howToVote-btn a {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* // Menu top right // */

    header.topNav .main-menu {
        margin-left: auto;
    }
    header.topNav .main-menu a {
        text-decoration: none;

    }
    header.topNav .main-menu nav {
        font-size: 1.0em;
        font-weight: bold;
        display: block;
        margin-top: 1.2em;
    }

    /*Style for the first level menu bar*/
    header.topNav ul.menu {
        position:absolute;
        right: 70px;
        top:12px;
        width:60px;
        height:2em;
        margin:0;
        padding:0px;
        background-color: transparent;
        color:#414141;
    }
    .wrapper section.main .main-container.cookies-page-content .cookies-address-block {
        font-size: 0.9em;
    }
    .wrapper section.main .main-container.cookies-page-content .cookies-address-block address {
        font-size: 0.9em;
    }
}

@media all and (max-width: 600px) {
    .wrapper{
        overflow-y: hidden;
    }
    .wrapper header.topNav{
        height: 0;
        width: 100%;
        max-width: 100%;
        background-color: #0C70D3;
    }
    .wrapper header.topNav ul{
        display: flex;
        flex-direction: row;
        width: 100%;
        background-color: #0C70D3;
        justify-content: center;
        align-items: center;
        height: 40px;
        padding-top: 26px;
    }
    .wrapper header.topNav ul li{
        display: flex;
        align-items: center;
        margin-top: 4px;

    }
    .wrapper header.topNav ul li:first-child{
        margin-right: 0;
    }
    .wrapper header.topNav ul a{
        font-size: .8em;
        box-shadow: none;
        text-shadow: none;
        border: none;
        padding: 0 2em;
    }
    .topNav .main-menu.home-page{
        top: 0;
    }
    .topNav .main-menu{
        top: 20px;
    }
    .wrapper section.main {
        width: 100%;
    }
    .wrapper section.main .banner-menu ul.right-menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .wrapper section.main .banner-menu ul.right-menu li a {
        /*display: block;*/
    }
    .wrapper section.main .banner-menu ul.right-menu li a:after,
    .wrapper section.main .banner-menu ul.right-menu li a.menu-active:after{
        bottom: 0;
        opacity: 0;
        height: 1px;
        width: calc(100% - 15px);
    }
    .wrapper section.main .banner-menu ul.right-menu li a:hover:after,
    .wrapper section.main .banner-menu ul.right-menu li a:focus:after,
    .wrapper section.main .banner-menu ul.right-menu li a.menu-active:after {
        height: 1px;
        opacity: 1;
        background-color: #fff;
    }
    .wrapper .bg-picture{
        margin-top: 0;
    }
}


@media all and (min-width: 481px) and (max-width: 639px) {
    .wrapper section.main .logo {
        margin-top: 0;
        margin-bottom: 56px;
    }
    .wrapper section.main .logo img {
        width: 49px;
        height: 33px;
        border: solid 1px #ffffff;
    }
    .wrapper section.main .logo h1 {
        margin-top: 5px;
        padding: 0;
        color: #ffffff;
        font-size: 1.5625rem;
        line-height: 1.5625rem;
    }
    /* Voting btn */
    a.vote-btn {
        display: block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        width: 100%;
        max-width: 200px;
        padding-left: 35px;
        padding-right: 35px;
        background-color: rgba(187,20,78,1.0);
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        margin: 30px auto 40px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    a.vote-btn:hover,
    a.vote-btn:focus {
        color: rgba(187,20,78,1.0);
        background-color: #ffffff;
        border: solid 2px rgba(187,20,78,1.0);
    }
    a.vote-btn:before {
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.vote-btn span {
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
    }

}

@media all and (max-width: 560px) {

    /* // Menu top right // */

    header.topNav .main-menu {
        margin-left: auto;
    }
    header.topNav .main-menu a {
        text-decoration: none;

    }
    header.topNav .main-menu nav {
        font-size: 1.0em;
        font-weight: bold;
        display: block;
        margin-top: 1.2em;
    }

    /*Style for the first level menu bar*/
    header.topNav ul.menu {
        position:absolute;
        right: 45px;
        top:12px;
        width:60px;
        height:2em;
        margin:0;
        padding:0px;
        background-color: transparent;
        color:#414141;
    }
}

@media all and (min-width: 0) and (max-width: 530px) {

    /* // Menu top right // */

    /*Style for the first level menu bar*/

    header.topNav .tinyBar {
        position: absolute;
        z-index: -1;
        top: 0;
        margin-top: 0;
        display: block;
        visibility: visible;
        opacity: 1;
        background-color: #0C70D3;
        width: 100%;
        height: 32px;
    }
    .wrapper section.main .main-container {
        width: 100%;
    }
    header.topNav .howToVote-btn, header.topNav .howElectionsWork-btn {
        margin-left: auto;
        display: none;
    }
    header.topNav .howToVote-btn a, header.topNav .howElectionsWork-btn a {
        display: inline-block;
        vertical-align: middle;
        -webkit-border-radius:0;
        -moz-border-radius: 0;
        border-radius: 0;
        white-space: nowrap;
        letter-spacing: -0.3em;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        box-shadow: none;
        background-color: transparent;
        margin-top: -35px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    header.topNav .howToVote-btn a:hover, header.topNav .howElectionsWork-btn a:hover,
    header.topNav .howToVote-btn a:focus, header.topNav .howElectionsWork-btn a:focus {
        background-color: rgba(255, 255, 255, 1.0);
        color: #0C70D3;
        text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
    }
    header.topNav .howToVote-btn a:before, header.topNav .howElectionsWork-btn a:before {
        height: auto;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    header.topNav .howToVote-btn a span, header.topNav .howElectionsWork-btn a span {
        letter-spacing: normal;
        white-space: normal;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: middle;
    }
    /* How Elections work */
    header.topNav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}
@media all and (max-width: 480px) {

    /* Homepage */

    /* Nav centered */
    .container header.top {
        display: flex;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .container header.top form label {
        display: flex;
        margin-bottom: auto;
    }

    /* Fix Nav top margin */
    .top .select-items {
        margin-top: -12px;
    }
    section.links-navigation {
        display: flex;
        flex-direction: column;
    }
    section.links-navigation ul.howToVote {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
    }

    section.links-navigation ul.howElectionsWork {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
    }
    section.links-navigation ul.howToVote li:last-child {
        border-bottom: solid 1px #bbbbbb;
    }
    section.links-navigation ul.howElectionsWork li:last-child {
        border-bottom: none;
    }
    /* End homepage */


    /* // Menu top right // */
    .wrapper section.main{
        margin-top: -300px;
    }
    .wrapper section.main.box_aside{
        margin-top: -244px;
    }
    .wrapper .bg-picture {
        /*margin-top: -70px;*/
        min-width: 100%;
        height: 400px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
    }
    .wrapper section.main .main-container .collapsed-panels {
        padding-right: 20px;
        padding-left: 20px;
    }
    .wrapper section.main .main-container h1.main-title {
        margin: 0 auto;
        max-width: 400px;
        font-size: 3.125em;
        /*overflow-wrap: break-word;*/
        /*word-wrap: break-word;*/
        /*-webkit-hyphens: auto;*/
        /*-ms-hyphens: auto;*/
        /*-moz-hyphens: auto;*/
        /*hyphens: auto;*/
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        line-height: 1.0em;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .wrapper section.main .main-container .title-container h2.main-title-highFont {
        font-size: 3.125em;
        line-height: 0.96em;
    }

    /* election results embed code styles */
    .wrapper section.main .main-container .title-container h2.title-results {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ep_election_results_app {
        max-width: 400px;
        width: auto;
        padding:20px 20px 0 20px;
    }
    .wrapper section.main .main-container h3 {
        font-size: 1em;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        color: #444444;
        font-weight: normal;
    }
    .wrapper section.main .main-container.cookies-page-content .summary_cookies {
        padding: 0;
        margin: 0;
    }
    .wrapper section.main .main-container.cookies-page-content .summary_cookies p {
        font-size: 1em;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
    }
    .wrapper section.main .main-container.cookies-page-content .big-questions-cookies p {
        font-size: 0.9em;
    }
    .wrapper section.main .main-container.cookies-page-content h3 {
        text-align: left;
        margin: 0;
        padding: 0;
        color: #000;
        font-weight: bold;
    }
    .wrapper section.main .main-container.cookies-page-content .cookies-address-block, .wrapper section.main .main-container.cookies-page-content .cookies-address-block address, .wrapper section.main .main-container.cookies-page-content .big-questions-cookies, .wrapper section.main .main-container.cookies-page-content .big-questions-cookies ul, .wrapper section.main .main-container.cookies-page-content .big-questions-cookies p {
        font-size: 0.9em;
    }
    .wrapper section.main .main-container.cookies-page-content .cookies-address-block h3 {
        font-size: 1em;
    }
    .wrapper section.main .main-container.cookies-page-content .big-questions-cookies .master-label, .wrapper section.main .main-container.cookies-page-content .cookies-address-block .master-label {
        color: #0C70D3;
        font-weight: bold;
        font-size: 1em;
        line-height: 1em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wrapper section.main .main-container h3.title-collapsed-panel {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .lang-footer-selector {
        display: block;
    }
    .lang-footer-selector .arrow-lang {
        background:url(../images/fleche_footer.png) no-repeat right center #ffffff !important;
        color: #0C70D3;
        border: solid 2px #0C70D3;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 40px;
        position: absolute;
        margin-top: 100px;
    }
    .lang-footer-selector ul li {
        list-style: none;
        list-style-position: outside;
    }
    main div.title-simple-panel {
        padding-bottom: 80px;
    }
    main div.title-simple-panel .question {
        font-size: 1.125rem;
        cursor: auto;
    }
    main div.title-simple-panel .question p {
        display: block;
        width: 100%;
    }
    main div.title-simple-panel .question span.tooltip {
        font-size: 0.875rem;
        font-weight: normal;
        color: #666666;
        display: block;
        padding-top: 5px;
        max-width: 100%;
    }
    main div.title-simple-panel .question p span.hidden{
        position:       relative;
        display:        block;
        overflow:       hidden;
        height:         0;
        box-sizing:     border-box;
        opacity:        0;
        white-space:    nowrap;
        text-indent:    100%;
    }

    /* Voting btn */
    a.vote-btn {
        display: block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        width: 100%;
        max-width:200px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgba(187,20,78,1.0);
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        margin: 30px auto 40px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    a.vote-btn:hover {
        color: rgba(187,20,78,1.0);
        background-color: #ffffff;
        border: solid 2px rgba(187,20,78,1.0);
    }
    a.vote-btn:before {
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.vote-btn span {
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
    }
    h2.title-simple-panel {
        font-size: 1.0em;
        color: #0C70D3;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .infos-txt {
        font-size: 0.95em;
        display: block;
        padding: 10px 20px 0 20px;
    }
    .infos-txt p {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 420px) {
    .wrapper header.topNav{
        height: auto;
    }
    .wrapper header.topNav ul{
        flex-direction: column;
        padding: 6px 0 3px;
        height: auto;
    }
    .wrapper header.topNav ul li{
        margin-top: 0;
    }
    .wrapper header.topNav ul li a{
        padding: 3px 8px;
        margin-bottom: 4px;
    }
    header.topNav .main-menu nav{
        margin-top: 4.0em;
    }
}

@media all and (min-width: 370px) and (max-width: 480px) {
    .wrapper section.main .logo {
        margin: 50px auto 0 auto;
        height: 130px;
    }
    .wrapper section.main .logo img {
        margin-top: -10px;
        width: 49px;
        height: 33px;
        border: solid 1px #ffffff;
    }
    .wrapper section.main .logo h1 {
        margin-top: 5px;
        padding: 0;
        color: #ffffff;
        font-size: 1.5625rem;
        line-height: 1.5625rem;
    }
    .wrapper section.main .main-container h1.main-title {
        padding-top: 20px;
        /*overflow-wrap: break-word;*/
        /*word-wrap: break-word;*/
        /*-webkit-hyphens: auto;*/
        /*-ms-hyphens: auto;*/
        /*-moz-hyphens: auto;*/
        /*hyphens: auto;*/
    }
}
@media all and (max-width: 380px) {
    .bottom-language-menu {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main div.title-simple-panel .question {
        padding-right: 0;
    }
    .topNav .main-menu {
        right: 10px;
    }
    .topNav.homepos .main-menu {
        right: 0;
    }
    .wrapper section.main .main-container h1.main-title {
        margin: 0 auto;
        max-width: 350px;
        font-size: 2.625em;
        /*overflow-wrap: break-word;*/
        /*word-wrap: break-word;*/
        /*-webkit-hyphens: auto;*/
        /*-ms-hyphens: auto;*/
        /*-moz-hyphens: auto;*/
        /*hyphens: auto;*/
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        line-height: 1.0em;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main-footer .useful-links-header .title_main{
        font-size: 2.625em;
    }
    .main-footer .useful-links-header .subtitle{
        font-size: 1.2em;
    }
    .wrapper section.main .main-container .title-container h2.main-title-highFont {
        font-size: 2.625em;
        line-height: 0.96em;
    }

}
@media all and (min-width: 320px) and (max-width: 369px) {
    .wrapper section.main .logo {
        margin-bottom: 20px;
    }
    .wrapper section.main .main-container h1.main-title {
        font-size: 2.2em;
    }
}

@media all and (max-width: 320px) {

    /* How elections work page */
    .wrapper section.main .main-container h3 {
        font-size: 1.1em;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .wrapper section.main {
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -220px;
    }
    .wrapper section.main .title-container {
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper section.main .main-container h1.main-title {
        margin: 0 auto;
        max-width: 350px;
        font-size: 2em;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        line-height: 1.0em;
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
    }
    .wrapper section.main .main-container .title-container h2.main-title-highFont {
        font-size: 2.250em;
        line-height: 0.96em;
    }
    .wrapper section.main .main-container h3.title-collapsed-panel {
        margin: 0;
        padding-top: 0;
        font-size: 1.0625rem;
    }

    /* // Menu top right // */

    header.topNav ul.submenu {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        max-height:0;
        padding:0;
        overflow:hidden;
        list-style-type:none;
        background:#ffffff;
        -webkit-transition: max-height 0.4s ease-out;
        -moz-transition: max-height 0.4s ease-out;
        -o-transition: max-height 0.4s ease-out;
        transition: max-height 0.4s ease-out;
        position: absolute;
        right: 0; /* positionne le sous-menu Ã  droite */
        margin-top: 8px; /* espace le label "Menu" du sous-menu de 5px */
        min-width: 100%;
        max-width: 240px;
    }
    header.topNav ul.submenu li {
        padding: 0;
    }
    header.topNav ul.submenu li a {
        padding-left: 20px;
        display:block;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.0em;
        color:#0C70D3;
        text-decoration:none;
        white-space:nowrap;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    /* // Cookies inside the page:  Text + 2 buttons // */
    .wrapper ul.news-cookies-btn-wrapper {
        display: block;
        transform: translateX(-15px) !important;
        width: calc(100% + 30px);
    }
    .news-cookies-wrapper ul.news-cookies-btn-wrapper p {
        display: block;
        padding-left: 0 20px;
    }
    .news-cookies-wrapper ul.news-cookies-btn-wrapper li {
        margin: 0;
    }
    /* // End of COOKIES PAGE // */

    a.classic-btn {
        max-width: 150px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #0C70D3;
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        margin: 5px auto;
        -webkit-border-radius: 180px;
        -moz-border-radius: 180px;
        border-radius: 180px;
    }
    a.small-btn {
        max-width: 150px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding: .1em 1.2em;
        background-color: #0C70D3;
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        margin: 10px auto 10px auto;
        -webkit-border-radius: 180px;
        -moz-border-radius: 180px;
        border-radius: 180px;
    }
    a.classic-btn:hover, a.classic-btn:focus {
        color: #0C70D3;
        background-color: #ffffff;
        border: solid 2px #0C70D3;
    }
    a.small-btn:hover, a.small-btn:focus {
        color: #0C70D3;
        background-color: #ffffff;
        border: solid 2px #0C70D3;
    }
    a.classic-btn:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.small-btn:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.classic-btn span {
        line-height: 30px;
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
        word-wrap: break-word;
        word-break: break-word;
    }
    a.small-btn span {
        line-height: 30px;
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
    }

    a.signin-link {
        max-width: 320px;
        width: 97%;
        padding-top: 15%;
        position: relative;
    }
}
@media all and (min-width: 250px) and (max-width: 320px) {
    .wrapper section.main .main-container h1.main-title {
        padding-top: 40px;
        padding-bottom: 10px;
    }
}
@media all and (min-width: 200px) and (max-width: 480px){
    .lang-footer-selector #menu .list .form select {
        max-width: 200px;
    }
}
@media all and (min-width: 321px) and (max-width: 480px) {
    .wrapper section.main .main-container h1.main-title {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
@media all and (min-width: 0px) and (max-width: 350px) {
    .infos-txt a.vote-btn {
        display: inline-block;
        max-width:200px;
        width: 100%;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgba(187,20,78,1.0);
        border: solid 2px transparent;
        color: #ffffff;
        text-decoration: none;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        margin: 40px auto 40px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    .infos-txt a.vote-btn:hover,
    .infos-txt a.vote-btn:focus {
        color: rgba(187,20,78,1.0);
        text-decoration: none;
        background-color: #ffffff;
        border: solid 2px rgba(187,20,78,1.0);
    }
    .infos-txt a.vote-btn:before {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0px;
        text-decoration: none;
    }
    .infos-txt a.vote-btn span {
        display: inline-block;
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
        text-decoration: none;
    }
}
@media all and (min-width: 0) and (max-width: 250px) {
    /* Homepage */
    .container .main header.content section.title h1 {
        font-weight: 800;
        font-size: 2.1875rem;
        margin-top: 10px;
        text-align: center;
    }
    /* End homepage */

    /* How elections work page */
    .wrapper section.main .main-container h1.main-title {
        padding-top: 40px;
        padding-bottom: 20px;
        font-size: 1.8em;
    }
    .wrapper section.main .main-container .title-container h2.main-title-highFont {
        font-size: 1.8em;
    }
    .wrapper section.main {
        display: block;
        justify-content: center;
        align-items: center;
        margin-top: -180px;
    }

    /* // Main container // */
    .wrapper section.main .main-container {
        background-color: #ffffff;
        padding: 0;
        margin-top: 45px;
        display: block;
    }
    .wrapper section.main .main-container h3 {
        font-size: 0.9em;
        line-height: 1.2em;
        padding: 5px;
    }
    h3.title-collapsed-panel span {
        font-size: 0.9em;
        line-height: 1.2em;
    }
    .answer-panel p, .answer-panel ul {
        font-size: 0.9em;
        line-height: 1.2em;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    h2.title-collapsed-panel button svg {
        margin-left: 10px;
        max-width: 15px;
        height: 15px;
        width: 100%;
        -webkit-border-radius: 360px;
        -moz-border-radius: 360px;
        border-radius: 360px;
        border: solid 2px #0C70D3;
        color: #0C70D3;
        padding: 3px;
    }
    h2.title-simple-panel {
        font-size: 1.0em;
        color: #0C70D3;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .infos-txt {
        font-size: 0.95em;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .infos-txt p {
        padding-bottom: 20px;
    }
    /* Back home btn (404) */
    a.home-btn {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #0C70D3;
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.0em;
        box-shadow: 0 2px 1px rgba(0,1,0,0.25);
        font-weight: bold;
        text-align: center;
        margin: 20px auto 20px auto;
        -webkit-border-radius: 180px;
        -moz-border-radius: 180px;
        border-radius: 180px;
    }
    a.home-btn:hover {
        color: #0C70D3;
        background-color: #ffffff;
        border: solid 2px #0C70D3;
    }
    a.home-btn:before {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.home-btn span {
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
    }
    .title-simple-panel .lang-footer-selector {
        width: 165px;
        display: block;
        position: absolute;
        margin-left: -80px;
        left: 50%;
    }

    .title-simple-panel .lang-footer-selector .arrow-lang {
        background:url(../images/fleche_footer.png) no-repeat right center #ffffff !important;
        color: #0C70D3;
        border: solid 2px #0C70D3;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 40px;
        margin-top: 180px;
    }
    a.classic-btn {
        max-width: 150px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #0C70D3;
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        margin: 10px auto 10px auto;
        -webkit-border-radius: 180px;
        -moz-border-radius: 180px;
        border-radius: 180px;
    }
    a.classic-btn:hover, a.classic-btn:focus {
        color: #0C70D3;
        background-color: #ffffff;
        border: solid 2px #0C70D3;
    }
    a.classic-btn:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.classic-btn span {
        line-height: 30px;
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
        word-wrap: break-word;
        word-break: break-word;
    }

    a.signin-link {
        max-width: 250px;
        width: 96%;
        position: relative;
    }

}

/* **** CSS media queries only for IE ****************************************************************************** */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    header.topNav{
        transition: none;
    }
    .wrapper section.main{
        transition: none;
    }
    ul.how li a {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: normal;
        width: 250px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        border: solid 2px #ffffff;
        background: #0c70d3; /* Old browsers */
        background: -moz-linear-gradient(top, #0c70d3 0%, #0a64bd 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0c70d3 0%,#0a64bd 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0c70d3 0%,#0a64bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        padding: 1.0em 1.5em;
        text-align: center;
        -webkit-border-radius: 30em;
        -moz-border-radius: 30em;
        border-radius: 30em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    ul.how li a:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0px;
    }
    ul.how li a span {
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        line-height: 1.5em;
        vertical-align: middle;
        display: inline-block;
    }
    section.links-navigation ul.howToVote, section.links-navigation ul.howElectionsWork {
        width: 300px;
    }
    .topNav ul{
        display: flex;
    }
    .topNav > ul li:first-of-type a{
        margin-right: 20px;
    }
    .main-title{
        color: #0c70d3;
    }
    /* Home page scroll button fix */
    .arrow-bottom a {
        display: none;
        border: solid 2px #bbbbbb;
        width: 50px;
        height: 50px;
        background-image: url("../images/fleche_rond_ie.png");
        background-repeat: no-repeat;
        background-position: center -51px;
        background-size: 200%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        opacity: 1.0;
    }
    .arrow-bottom a:hover {
        width: 50px;
        height: 50px;
        background-image: url("../images/fleche_rond_ie.png");
        background-repeat: no-repeat;
        background-position: center 5px;
        background-size: 200%;
        opacity: 0.5;
    }
    main{
        display: block;
    }
    .wrapper section.main .main-container{
        margin: 0 auto;
        position: relative;
        width: 100%;
    }
    .wrapper section.main .main-container h2 button {
        font-size: 1.125rem;
        font-weight: bold;
        text-align: left;
        background-color: transparent;
        border: none;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        cursor: pointer;
        padding-left: 0 !important;
        padding-right: 2.3em !important;
    }
    .wrapper section.main .main-container h2 button:focus {
        border: none;
        outline: 0;
    }
    .wrapper section.main .main-container h2 button svg {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    h2.title-collapsed-panel button{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wrapper h2.title-collapsed-panel button span{
        padding-left: 10px;
    }
    .wrapper .collapsed-panels .answer-panel{
        padding-left: 2em;
    }
    .wrapper .collapsed-panels .answer-panel p{
        font-weight: normal;
    }
    .topNav .main-menu :target.menu-pages .list, .topNav .main-menu [data-expand='true'].menu-pages .list, .topNav .main-menu [data-expand='true']:target.menu-pages .list {
        margin-top: 0em;
    }
    /* // START Lang Footer Selector HOW TO VOTE PAGE // */
    #menu .list .form select::-ms-expand {
        display: none;
    }
    .lang-footer-selector #menu .list .form select{
        display: 					inline-block;
        box-sizing: 				border-box;
        height:                     40px;
        padding-top:                0;
        padding-right:              40px;
        padding-bottom:             0;
        padding-left:               10px;
        background-color:           transparent;
        -webkit-appearance:         none;
        -moz-appearance:            none;
        -ms-appearance:             none;
        -o-appearance:              none;
        appearance:                 none;
        color:                      #0C70D3;
        font-size:                  0.8em;
        font-weight:                bold;
        border:                     solid 1px #0C70D3;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        background-image: url("../images/fleche_footer.png");
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }
    .lang-footer-selector #menu .list .form button{
        display: 					inline-block;
        width: 						60px;
        padding: 					5px;
        box-sizing: 				border-box;
        font-weight:                bold;
        background-color: 			#0C70D3;
        color:                      #ffffff;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        border:                     solid 2px transparent;
        cursor:                     pointer;
        -webkit-transition:         all .2s ease-out;
        -moz-transition:            all .2s ease-out;
        -o-transition:              all .2s ease-out;
        transition:                 all .2s ease-out;
    }
    .lang-footer-selector #menu .list .form button:hover,
    .lang-footer-selector #menu .list .form button:focus{
        background-color: 			#ffffff;
        color:                      #0C70D3;
        -webkit-border-radius:      4px;
        -moz-border-radius:         4px;
        border-radius:              4px;
        border:                     solid 2px #0C70D3;
        cursor:                     pointer;
    }
    .lang-footer-selector .custom-language {
        color: #000000;
        margin: 1em 0 0 0;
    }
    .lang-footer-selector .custom-language select {
        display: block;
        color: #000000;
    }

    .lang-footer-selector .custom-language div {
        display: none;
    }
    .wrapper section.main .main-container .collapsed-panels{
        margin: 0 auto;
        max-width: 882px;
        /*overflow: hidden;*/
    }
    /* // End Lang footer Selector HOW TO VOTE PAGE // */
    /*FOOTER*/
    .main-footer .nav_bottom .general-links-footer ul.social-links li a img{
        /*margin-left: -4px;*/
    }
    .topNav .main-menu .menu-pages .list, .topNav .main-menu [data-expand='false'].menu-pages .list, .topNav .main-menu [data-expand='false']:target.menu-pages .list {
        margin-top: 5px;
    }
    .topNav .main-menu .menu-pages .title > span, .topNav .main-menu .menu-pages .access button > span {
        padding: .3em 2em;
    }

    /*COUNTRIES*/
    .wrapper section.main .banner-menu ul.right-menu {
        display: block;
        position: absolute;
        background-color: #0C70D3;
        padding-top: 0.625em;
        padding-bottom: 0.625em;
        bottom: 0;
        right: 0;
        width: 202px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 4px dotted transparent;
        transition: all .3s ease-in-out;
    }
    .wrapper section.main .banner-menu ul.right-menu li {
        list-style-position: outside;
        list-style: none;
        padding: 5px 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wrapper section.main .banner-menu ul.right-menu li a {
        max-width: 250px;
        width: 100%;
        display: block;
        color: #ffffff;
        font-size: 1.0em;
        text-decoration: underline;
        vertical-align: middle;
        white-space: normal;
        font-weight: bold;
        padding: 0.4em 1.1em;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wrapper section.main .banner-menu ul.right-menu li a:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    .wrapper section.main .banner-menu ul.right-menu li a span {
        line-height: 1.3em;
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
        word-wrap: break-word;
        display: inline-block;
        word-break: break-all;
    }
    article ul.videos-list li a img {
        display: block;
        max-width: 320px;
        min-height: 200px;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    a#return-to-top, button#return-to-top, span#return-to-top {
        background-position: center -29px;
        background-size: 120%;
    }

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:1021px) {
    h2.main-title {
        width: 100%;
        max-width: 600px;
        /*overflow-wrap: break-word;*/
        /*word-wrap: break-word;*/
        /*-webkit-hyphens: auto;*/
        /*-ms-hyphens: auto;*/
        /*-moz-hyphens: auto;*/
        /*hyphens: auto;*/
        text-align: center;
        display: block;
        margin: auto;
    }
    .wrapper section.main .banner-menu ul.right-menu li {
        white-space: nowrap;
    }
    .answer-panel p {
        font-size: 1.0em;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:870px) and (max-width: 883px) {
    .wrapper section.main .main-container {
        position: static;
        display: flex;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:560px) and (max-width: 1020px) {
    h2.main-title {
        width: 100%;
        max-width: 600px;
        /*overflow-wrap: break-word;*/
        /*word-wrap: break-word;*/
        /*-webkit-hyphens: auto;*/
        /*-ms-hyphens: auto;*/
        /*-moz-hyphens: auto;*/
        /*hyphens: auto;*/
        text-align: center;
        display: block;
        margin: auto;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:886px) {
    a.vote-btn {
        width: 350px;
        display: block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgba(187,20,78,1.0);
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.4em;
        box-shadow: 0 2px 1px rgba(0,1,0,0.25);
        font-weight: bold;
        text-align: center;
        margin: 30px auto 30px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    /* News page content */

    .btn-news-container, .btn-more-container {
        display: flex;
        justify-content: center;
        width: 300px;
        margin: auto;
        text-align: center;
    }
    .btn-more-container {

    }
    article.news-item-wrapper {
        margin-top: 3em;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
        text-align: center;
        width: 560px;
    }
    article.news-item-wrapper a img {
        width: 100%;
        max-width: 579px;
        height: auto;
    }
    article.news-item-wrapper h2, article.news-item-wrapper p {
        text-align: left;
        line-height: 1.4em;
    }
    article.news-item-wrapper h2 {
        color: #0c70d3;
        font-size: 1.2em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    article.news-item-wrapper p {
        color: #000000;
        font-size: 1.1em;
    }

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:236px) and (max-width: 2560px) {
    .news-item-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }
    .btn-news-container, .btn-more-container {
        max-width: 300px;
        margin: auto;
    }

    /* General blue btn */
    a.classic-btn {
        max-width: 250px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #0C70D3;
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        margin: 10px auto 10px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    a.classic-btn:hover, a.classic-btn:focus {
        color: #0C70D3;
        background-color: #ffffff;
        border: solid 2px #0C70D3;
    }
    a.classic-btn:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.classic-btn span {
        line-height: 30px;
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
        word-wrap: break-word;
        word-break: break-word;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 480px) {
    a.vote-btn {
        max-width: 150px;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:0px) and (max-width: 235px) {
    a.vote-btn {
        display: block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding: 0;
        background-color: rgba(187,20,78,1.0);
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 0.9em;
        box-shadow: 0 2px 1px rgba(0,1,0,0.25);
        font-weight: bold;
        text-align: center;
        margin: 30px auto 30px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    a.vote-btn:hover,
    a.vote-btn:focus {
        color: rgba(187,20,78,1.0);
        background-color: #ffffff;
        border: solid 2px rgba(187,20,78,1.0);
    }
    a.vote-btn:before {
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.vote-btn span {
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
    }

    /* General blue btn */
    a.classic-btn {
        max-width: 180px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: -0.3em;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #0C70D3;
        border: solid 2px transparent;
        color: #ffffff;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        margin: 10px auto 10px auto;
        -webkit-border-radius: 30rem;
        -moz-border-radius: 30rem;
        border-radius: 30rem;
    }
    a.classic-btn:hover, a.classic-btn:focus {
        color: #0C70D3;
        background-color: #ffffff;
        border: solid 2px #0C70D3;
    }
    a.classic-btn:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
    }
    a.classic-btn span {
        line-height: 30px;
        letter-spacing: normal;
        white-space: normal;
        font-weight: bold;
        vertical-align: middle;
        word-wrap: break-word;
        word-break: break-word;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:365px) and (max-width: 530px) {
    header.topNav .tinyBar {
        left: 0;
        padding: 0;
    }
    header.topNav {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:625px) and (max-width: 719px) {
    .wrapper section.main {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        max-width: 882px;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:720px) and (max-width: 729px) {
    .wrapper section.main .main-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width:735px) and (max-width: 885px) {
    .wrapper section.main .main-container {
        display: block;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 1000px) {
    .wrapper section.main{
        max-width: 760px;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 900px) {
    .wrapper section.main{
        max-width: 660px;
        padding: 0;
    }
    .wrapper section.main .main-container .title-container h2.title-results{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 940px) {
    article ul.videos-list li a img {
        max-width: 480px;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:750px) {
    .topNav .main-menu .menu-home.menu-pages {
        justify-content: flex-start;
    }
    .wrapper section.main .banner-menu ul.right-menu{
        position: relative;
        width: 100%;
        margin-left: 0;
        background-color: #0C70D3;
        padding: 14px 0 6px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    section.how ul li a {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        letter-spacing: normal;
        width: 200px;
        font-weight: normal;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        border: solid 2px #ffffff;
        background: #0c70d3; /* Old browsers */
        background: -moz-linear-gradient(top, #0c70d3 0%, #0a64bd 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0c70d3 0%,#0a64bd 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0c70d3 0%,#0a64bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        padding: 1em 2.2em;
        text-align: center;
        -webkit-border-radius: 30em;
        -moz-border-radius: 30em;
        border-radius: 30em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .wrapper section.box_aside.main{
        margin-top: -426px;
    }
    .container{
        display: block;
    }
    .top :target#menu .list,
    .top [data-expand='false']#menu .list,
    .top [data-expand='false']:target#menu .list,
    .top [data-expand='true']#menu .list,
    .top [data-expand='true']:target#menu .list {
        max-width: 180px;
        width: auto;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:700px) {
    .wrapper section.main{
        width: 100%;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:600px) {
    .wrapper section.main .banner-menu ul.right-menu{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:480px) {
    .container header.top{
        display: block;
    }
    .wrapper section.box_aside.main{
        margin-top: -244px;
    }
    article ul.videos-list {
        margin-left: 0px;
    }
    article ul.videos-list li a img {
        display: block;
        max-width: 300px;
        min-height: 169px;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:420px) {
    .topNav > ul li:first-of-type a{
        margin-right: 0;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:300px) {
    body{
        overflow-x: hidden;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:250px) {
    a.vote-btn {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px;
        max-width: 50%;
        line-height: 1.2em;
    }
}

/* Style Only for EDGE */

@supports (-ms-ime-align: auto) {
    header.topNav{
        transition: none;
    }
    .wrapper section.main{
        transition: none;
    }
    .main-title{
        color: #0c70d3;
    }
    h2.title-collapsed-panel {
        width: 100%;
    }
    h2.title-collapsed-panel button {
        width: calc(100% + 2em);
        font-weight: bold;
        text-align: left;
        display: flex;
    }
    h2.title-collapsed-panel button span {
        width: 100%;
    }
    h2.title-collapsed-panel button svg {
        /*margin-right: auto;*/
    }

}

/* Vitaly's updates */

.topNav ul {
    list-style-type: none;
    z-index: 2;
    /*padding-top: 53px;*/
    padding-top: 45px;
}

.btn, .access button {
    border-radius: 50px;
    white-space: nowrap;
    /*padding: .75em 2.5em;*/
    padding: .4em 2em;
    font-weight: bold;
    font-size: 1em;
    border: 3px solid transparent;
    outline: none;
}
.btn {
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
}
.access button {
    box-shadow: none;
}
.btn--blue {
    background-color: #0C70D3;
}
.btn--blue, .access button {
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.btn--blue:hover, .access button:hover {
    background-color: rgba(255, 255, 255, 1.0);
    color: #0C70D3;
    text-shadow: none;
}

.access button {
    background-color: rgba(0,0,0,.65);
    color: #fff;
    text-shadow: none;
    z-index: 2;
}

.access button:hover {
    cursor: pointer;
}

.btn--blue:focus, .btn--blue:active {
    border: 3px solid #0c70d3;
}

.access button:focus, .access button:active {
    border: 3px solid #fff;
    color: #fff;
}

.access button:focus:hover,
.access button:active:hover {
    color: #0c70d3;
}

@supports (display: flex) {
    .topNav ul {
        display: flex;
        flex-direction: row;
    }

    .topNav li:first-child {
        margin-right: 20px;
    }
}

.btn:focus, .btn:active {
    text-shadow: none;
    border-color: #0C70D3;
    background-color: #fff;
    color: #0C70D3;

}

.logo a {
    padding: 1em;
    margin-left: -1em;
    margin-top: -1em;
}
.logo a:active, .logo a:focus {
    outline: 3px dotted #fff;
}
nav.menu-home button:focus, nav.menu-home button:active {
    outline: none;
}

.title-collapsed-panel button {
    padding: 1em 1em !important;
    margin-left: -1em !important;;

}
.collapsed-panels .answer-panel {
    padding: .5em 1.5em 1.5em 1.5em;
    margin: 3px 0 -1.5em -1.5em;
    position: relative;
}
.title-collapsed-panel button:active, .title-collapsed-panel button:focus {
    outline: 3px dotted #0C70D3 !important;
}
.collapsed-panels div {
    margin: 0;
    padding: 0;
}
.title-collapsed-panel {
    display: flex;
    align-items: center;
}
/*div[itemprop="step"]:last-of-type h2{
    border-bottom: none;
}*/
div[itemprop="step"] h2{
    border-bottom: 1px solid #e7e7e7;
}
div[itemprop="step"]:first-of-type h2{
    border-bottom: 1px solid #e7e7e7;
}
.collapsed-panels hr {
    display: block;
    height: 0px;
    border: 0;
    border-bottom: solid 1px #999;
    margin-top: 3.5em;
    margin-bottom: 0em;
}
.title-collapsed-panel.selected {
    color: #0C70D3;
}

.title-collapsed-panel.selected button {
    color: #0C70D3;
}

/* ACCESSIBILITY STUFF */

/* Disable transition for accessibility purpose if checked into the browser */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}
/* if browser is set on "Dark mode" */
@media screen and (prefers-color-scheme: dark) {
    body {
        background-color: white;
        color: black;
    }
}

/* // Cookies privacy module // */

#cookie-policy {}
body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_title {
    font-size: 1.0em !important;
    padding: 0 0 5px 0 !important;
}
body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons {
    letter-spacing: -.3em !important;
}
body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_text {
    font-size: 0.8em !important;
}
body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a::before, body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a span, body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button::before, body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button span {
    font-size: 0.8rem !important;
}