/* reset & default */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, iframe,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    min-height: 100%
}

body {
    background: #f7f7f7;
    color: #3f3f3f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.3;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

h1 {
    font-size: 1.385em;
}

h2 {
    font-size: 1.308em;
    font-weight: 100;
    text-shadow: 1px 1px 1px #fff;
}

h3 {
    font-size: 1.154em;
    color: #C73D9F;
    text-shadow: 1px 1px 1px #fff;
}

h4 {
    font-size: 1em;
    color: #C73D9F;
    text-shadow: 1px 1px 1px #fff;
}

h5 {
    font-size: 1em;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active, a:visited {
    text-decoration: none;
}

:focus {
    outline: 0;
}

input[type="text"], input[type="password"], select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    vertical-align: middle;
    color: #444444;
    padding: 0 9px;
    height: 20px;
}

input[type="file"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    color: #bbbaba;
    width: 214px;
    height: 23px;
}

textarea {
    resize: none;
    overflow: auto;
    padding: 0 0 0 9px;
}

img {
    border: none;
}

/* common */
.hidden {
    display: none;
}

.invisible {
    visibility: hidden !important;
}

.disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

#themes_bar .disabled {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.fck {
    overflow: hidden;
    line-height: 16px;
}

.fck ul, .fck ol {
    margin: 0 0 10px 0;
}

.fck ul li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: inside;
    list-style-type: disc;
}

.fck ol li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: inside;
    list-style-type: decimal !important;
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #C73D9F;
    border: 1px solid #C73D9F;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .50);
    text-align: center;
    width: 108px;
    height: 29px;
    cursor: pointer;
}

.button.disabled {
    background: grey;
}

.bg-disabled {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.button-g {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/bg-button-g.gif) repeat-x #b0b2b2;
    border-color: #a4a3a3;
    color: #333;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
}

/* main structure */
#pagewrap {
    position: relative;
}

/* header */
#header {
    border-top: 3px solid #C73D9F;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 78px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 9;
    background: #f7f7f7;
    text-align: center
}

#firstpart {
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 217px;
    height: 77px;
    text-align: center;
    z-index: 32;
    padding-top: 2px;
    background-color: #F7F7F7;
}

#firstpart h1 {
    padding: 0px 0px;
}

#firstpart h2 {
    padding-top: 30px;
    font-size: 1.308em;
    color: #6e6e6e;
}

#secondpart {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/bg-right-shadow.gif) repeat-y 0 0;
    float: right;
    text-align: center;
    height: 57px;
   /* padding: 20px 0 0 15px;*/
    padding: 0 0 0 15px;
    position: absolute;
    right: 0;
    top: 0;
}

#secondpart p {
    margin-top: 10px;
}
#secondpart a {
    color: #959393;
    vertical-align: middle;
    padding: 20px 15px;
    display: inline-block;
}

#secondpart a strong {
    font-size: 1.308em;
    text-transform: uppercase;
}

#secondpart a:hover, #secondpart a:active, #secondpart a:focus {
    color: #C73D9F;
}

#secondpart li {
    display: inline;
    line-height: 2.5;
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/line.gif) no-repeat 0 3px;
}

#secondpart li:first-child {
    background: none;
}


/*main*/

#main {
    position: fixed;
    padding: 0 0 42px 217px;
    top: 123px
}

#maincontent {
    width: 100%;
    overflow: hidden;
}

#map-canvas {
    position: relative;
    overflow: hidden;
    background: #1a1a1a url(/img/f1.jpg) center center / cover no-repeat;
}

#map-canvas img.map-fallback {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#map-canvas .gm-err-container,
#map-canvas .gm-style {
    display: none !important;
}

#topbar {
    position: fixed;
    top: 80px;
    left: 0;
    background: #3c3c3c;
    border-top: 1px solid #5b5959;
    border-bottom: 1px solid #5b5959;
    width: 100%;
    z-index: 30;
}

#topbar ul {
    overflow: hidden;
    padding-left: 217px;
}

#topbar li {
    color: #fff;
    display: inline;
    font-size: 85%;
    float: left;
    border-right: 1px solid #333;
    border-left: 1px solid #5b5959;
    padding: 9px 8px 8px;
    height: 23px;
}

#topbar a {
    color: #fff;
    display: block;
    padding-bottom: 3px;
    padding-top: 4px;
}

#topbar a:hover, #topbar a:active, #topbar a:focus,
.listtype li a:hover, .listtype li a:active, .listtype li a:focus {
    color: #C73D9F;
}

#topbar .contact {
    border-right: none;
}

#topbar .suggest {
    float: right;
    border: none;
}

#topbar li.suggest a {
    float: left;
}

#topbar li.suggest .icon_eye {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-eye_tranparent.png) no-repeat 0 0px;
    width: 22px;
    height: 15px;
    float: left;
    margin-top: 2px;
    cursor: pointer;
}

#topbar li.zzOpacity50 .icon_eye {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-eye-closed-tranparent.png) no-repeat 0 0px;
}

#topbar li.zzOpacity50 {
    opacity: 0.5
}

#topbar li.zzOpacity50 a {
    color: #d55799
}

.link-derniers-ajouts-disabled {
    color: #999 !important
}

.link-derniers-ajouts-disabled:hover {
    color: #999 !important
}

.btn-geolocal {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/ico-se-geolocaliser.png) no-repeat;
    padding-left: 28px;
}

.btn-retour {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/ico-retour.png) no-repeat;
    padding-left: 35px;
}

.btn-contact {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/ico-contact.png) no-repeat;
    padding-left: 33px;
}

#topbar a.btn-statistique {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icons/ico-statistique_new.png) no-repeat;
    background-size: 30px;
    background-position: 0px 1px;
    padding-left: 34px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-top: -1px;
}

#topbar a.do-advsearch {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icons/ico-recherch-avancee-44-55.png) no-repeat;
    background-size: 30px;
    background-position: 0px 2px;
    padding-left: 34px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-top: -1px;
}


#topbar .searchaddress span.ico-search {
    background: transparent url('https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icons/ico-trouver-adresse-44-55.png') left no-repeat;
    background-size: 30px;
    padding-left: 36px;
    padding-bottom: 9px;
    padding-top: 7px;
}

#topbar .search-dropdown a {
    background: transparent url('https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icons/ico-trouver-adresse-44-55.png') left no-repeat;
}

/*.advsearch-icon {
    background-image: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icons/iconSearchAdvanced.jpg);
    background-repeat: no-repeat !important;
    background-position: 4px 3px !important;
    padding-left: 38px !important;
    padding-top: 5px !important;
    padding-bottom: 7px !important;
    margin-top: -1px;
}*/

.sociallinks {
    min-width: 245px;
    padding-right: 0 !important;
}

.twitter-count-horizontal {
    width: 90px !important;
}

.fb_iframe_widget {
    float: left;
    width: 82px;
}

#___plusone_0 {
    width: 70px !important;
}

/*sidebar*/
#sidebar {
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    position: fixed;
    top: 0;
    left: 0;
    background: #edecec;
    border-right: 1px solid #ddd;
    z-index: 30;
    width: 216px;
    height: 100%;
}

#sidebarin {
    padding: 81px 0 0;
}

.firstblk {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 8px 0 10px;
}

.firstblk img {
    display: block;
    margin: 0 auto;
}

.listtype {
    background: #f7f7f7;
}

.listtype li {
    background: #edecec;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: 7px 0 6px 10px;
}

.listtype li a {
    color: #3f3f3f;
    padding: 0 0 0 10px;
    margin-left: 2px;
}

.themes {
    border-top: 1px solid #fff;
    padding: 15px 0 20px 20px;
}

.themes h3 {
    padding-bottom: 10px;
}

/*start modified by khoado at 20121214*/
/*.themes > ul { height: 250px; overflow-y: auto; }*/
.themes .cont-vscroll {
    height: 250px;
    overflow-y: auto;
    position: relative;
}

.themes .cont-vscroll > ul {
    margin-right: 5px;
}

/*end modified by khoado at 20121214*/
.themes li {
    background-position: 0 13px;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 12px 0 10px 48px;
    position: relative;
}

.themes li.selected {
    background-position: 0 13px;
}

.themes ul > li {
    cursor: pointer;
}

.themes li a.btntheme {
    padding: 3px 0 3px 26px;
}

.themes li .btntheme {
    left: 20px;
    position: absolute;
    top: 8px;
}

.themes li ul {
    padding: 8px 0 0;
}

.themes li li {
    background: none;
    padding: 0 2px 0 0;
    display: inline;
}

.themes li .btntitle:hover {
    color: #C73D9F;
}

.leftbottom {
    font-weight: 700;
    background: #edecec;
    border-top: 1px solid #ddd;
    text-shadow: 1px 1px 1px #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 216px;
    z-index: 40;
}

.btn-suggest {
    padding: 7px 0 7px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    line-height: 1.8;
}

.btn-suggest a {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/ico-suggest.png) no-repeat;
    padding: 4px 0 4px 32px;
}

.operation {
    padding: 7px 0 7px 22px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.listoperation {
    border-top: 1px solid #fff;
    padding: 8px 0 10px 5px;
}

.listoperation a {
    margin-right: 8px;
}

.listoperation span {
    font-size: 83%;
    font-weight: 100;
}

/* footer */
#footer {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/bg-footer.png) repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#footer-inner {
    overflow: hidden;
   /* padding: 0px 0px 0px 217px;*/
    height: 45px;
    padding: 2px 0 0 0;
}

#footer ul.float-r {
    padding-top: 0px;
    white-space: nowrap;
}

#footer li {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/line.gif) no-repeat 0 center;
    padding: 0 15px 0 17px;
    font-size: 85%;
    display: table-cell;
    vertical-align: middle;
    height: 44px;
}

#footer .float-r li p.text-block-r {
    white-space: normal;
    word-wrap: normal;
    text-align: right;
    float: left;
}

#footer .float-r li p.text-block-r-ua {
    width: 40px;
    padding: 15px 5px 5px 0;
}

#footer .float-r li p.text-block-r-epa {
    width: 68px;
    padding: 5px 5px 5px 0;
}

#footer .float-r li p.text-block-r-cpp {
    width: 62px;
    padding: 5px 5px 5px 0;
}

#footer li:first-child {
    padding-left: 0;
    background: none;
}

#footer h2.float-l {
    line-height: 2.3;
    padding-left: 15px;
}

#footer li a {
    display: block;
    text-decoration: none;
}

#footer .logo-middle {
    display: block;
    vertical-align: middle;
}

#footer .logo-middle .text {
    display: table-cell;
    vertical-align: middle;
}

#footer .text span {
    max-width: 50px;
    white-space: normal;
    word-wrap: normal;
    text-align: right;
    display: block;
    margin-right: 5px;
}

#footer .logo-middle .img {
    display: table-cell;
    vertical-align: middle;
}

#footer .img img {
    max-width: 100%;
    display: block;
    max-height: 44px;
}

#footer #link-mentions-legales .text span {
    text-align: center;
}

#footer #link-credit .text span {
    max-width: 44px;
    text-align: right;
    margin-right: 0;
}

#link-mentions-legales p,
#link-credit p {
    padding: 20px 0 20px 0;
}

/* scroll */
.conent-scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 143px;
    margin-bottom: 15px;
}

#popin-flag-menu-large .content-wrap .tab-content:last-child .conent-scroll {
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}

.content-scroll-inner {
    float: left;
    width: 100%;
}

.zjs-vscontent {
    left: 0; /*position: absolute;*/
    top: 0;
}

.zjs-vscroller {
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    background: #ddd;
}

#popin-flag-menu-large .content-wrap .zjs-vscroller {
    right: 4px !important;
}

.zjs-knot {
    background: #C73D9F;
    float: right; /*height: 38px !important;*/
    width: 8px;
    cursor: pointer;
    max-height: 150px !important;
}

/**************/
.btn-close, .btn-delete {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/x.gif) no-repeat;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
}

.btns {
   /* background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/btns.png) no-repeat; */
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;

}

.btn-like {
    background-color: #525252;
    border: none !important;
    padding: 0!important;
}
.btn-like span {
    background-image: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/thumbsicons-like.png);
    background-repeat: no-repeat;
    border: none !important;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0!important;
}


.btn-dislike {
    background-color: #525252;
    border: none !important;
    padding: 0!important;
}
.btn-dislike span {
    background-image: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/thumbsicons-dislike.png);
    background-repeat: no-repeat;
    border: none !important;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0!important;
}

.is_desktop .btn-dislike:hover {
    background-color: #000000;
    border: none !important
}
.is_desktop .btn-like:hover {
    background-color: #000000;
    border: none !important
}

.voter_comments span {
    padding: 4px 0;
    float: left;
    margin: 0 4px;
}

.listcomment li .btns {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
}

.listcomment li .btn-dislike {
    margin-top: 5px !important;
}

.listcomment li a:hover, .listcomment li a:active, .listcomment li a:focus {
    color: #C73D9F;
    text-decoration: none;
}

.clearspan {
    clear: both
}

.voter_comments {
    font-size: 8pt;
    display: block;
    width: 100%;
    color: #555;
    height: 20px;
    margin: 0 0 !important
}

.comments_count {
    font-size: 8pt;
    color: #999;
    margin: 0 0 !important
}

.padr {
    padding-right: 35px;
}

.popin {
    position: absolute;
    top: 20px;
    left: 0;
    background: #f7f7f7;
    border: 1px solid #444;
}

.popin h1 {
    background: #3c3c3c;
    color: #C73D9F;
    line-height: 1.4;
    text-shadow: 1px 0 0 #333;
    padding: 5px 20px 8px 13px;
}

.popin-cont {
    padding: 13px 12px 5px;
}

#popin-flag-menu-large .popin-cont { /*padding: 13px 12px 5px;*/
    padding: 13px 0px 0px 12px;
}

.popin-cont h2 {
    font-size: 1.077em;
    font-weight: 700;
    margin-bottom: 10px;
}

#popin-advsearch h3 {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.btnsubmit {
    text-align: right;
}

.byline {
    clear: both;

}

.popin-cont p.byline {
    padding: 0 0 !important;
}

.lesvote {
    margin-bottom: 18px;
    overflow: hidden;
}

.lesvote dt {
    float: left;
    margin-right: 13px;
}

.lesvote dt img {
    display: block;
}

.lesvote dd {
    width: 95px;
    float: left;
}

.lesvotelist li span.detail_layer_score {
    float: none!important;
}
.lesvotelist li {
    border-bottom: 1px dashed #dededd;
    border-top: 1px dashed #fff;
    overflow: hidden;
    line-height: 1.1;
}

.lesvotelist li a, .lesvotelist li span {
    float: left;
    margin-top: 9px;
}

.lesvotelist li strong {
    color: #C73D9F;
    font-size: 2.308em;
    padding-right: 16px;
    float: right;
}

.lesvotelist li:first-child {
    border-top: none;
    font-weight: 700;
    padding-bottom: 5px;
}

.cont-inner {
    margin-right: 16px; /*margin-right: 30px;*/
    line-height: 1.2;
}

#popin-flag-menu-large .cont-inner {
    margin-right: 15px;
}

.cont-inner h4 {
    color: #3f3f3f;
    padding-bottom: 8px;
}

.cont-inner h4 a {
    color: #3f3f3f;
}

.cont-inner h4 a:hover, .cont-inner h4 a:active, .cont-inner h4 a:focus {
    text-decoration: underline;
}

.cont-inner p {
    padding-bottom: 10px;
}

.cont-inner p label {
    width: 40%;
    display: inline-block;
    padding-bottom: 6px;
}


.cont-inner p input.inputtype2, .cont-inner p select.inputtype2 {
    width: 53%;
    color: #222;
    padding: 0 9px;
    height: 32px;
}

.colorp {
    color: #C73D9F;
}

.listlinks {
    border-top: 1px solid #ddd;
}

.listlinks li {
    font-weight: 700;
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/bg-li.gif) repeat-x #efefef;
    padding: 0 13px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    text-shadow: 1px 1px 1px #fff;
}

.listlinks li:hover {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/bg-li-hover.gif) repeat-x 0 50%;
}

.listlinks li a {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/arrow.gif) no-repeat 0 11px;
    padding: 5px 0 5px 20px;
    line-height: 1.6;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listlinks li a:hover {
    color: #C73D9F;
    background-image: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/arrow-p.gif);
}

.in-tab-comment-v3 {
    width: 35%;
    /*float: right;*/
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.in-tab-comment-v3 li a {
    font-size: 13.5px !important;
}

/***small popin***/
.popin-s {
    width: 245px;
}

#popin-add-suggestion, #popin-edit-suggestion {
    width: 500px;
}

#popin-add-suggestion .popin-cont {
    padding: 13px 12px 5px;
}

.popin-cont .inputtype {
    width: 201px;
}

.popin-cont textarea.inputtype {
    width: 210px;
    height: 106px;
}

.popin-cont textarea.inputtype2, .popin-cont input.inputtype2 {
    height: 33px;
    overflow: hidden;
}

.popin-cont p {
    padding: 0 0 10px;
    position: relative;
}

.lbltext {
    position: absolute;
    top: 0;
    left: 11px;
    line-height: 1.7;
    color: #bbbaba;
}

.focus[type="text"], .focus[type="password"], textarea.focus, .focus {
    color: #000;
}

.popin-sm {
    width: 366px;
}

.popinmerci .popin-cont {
    text-align: center;
}

.popinmerci .popin-cont p {
    padding-bottom: 10px;
}

.popinmerci .popin-cont strong {
    font-size: 1.385em;
    color: #C73D9F;
}

.popinmerci .btnsubmit {
    text-align: center;
}

.popin-m {
    width: 409px;
}

.ajouter .popin-cont {
    padding-bottom: 0;
}

.ajouter .listlinks {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
}

.ajouter .listlinks li {
    border-bottom-color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ajouter .btnsubmit {
    text-align: center;
    border-top: 1px solid #ddd;
    background: #edecec;
    padding: 14px 0;
    margin: 0 -12px;
}

.popinssm .conent-scroll { /*height:249px;*/
    height: 470px;
}

.popinssm .conent-scroll.comment-scroll {
    width: 280px;
}

.popinssm .zjs-knot {
    height: 140px !important; /*height: 70px !important;*/
}

.popinssm .cont-inner {
    overflow: hidden;
    font-size: .923em;
}

.popinssm .cont-inner h4 {
    font-size: 1.167em;
}

.popinssm .cont-inner img {
    float: left;
    margin: 4px 20px 10px 0;
}

.popin-l {
    width: 494px;
}

.popin-l .popin-cont textarea.inputtype {
    width: 455px;
    height: 106px;
}

.popin-xl {
    width: 615px;
}

.popin-xl .popinssm .conent-scroll {
    height: 311px;
}

.popinsmm .conent-scroll {
    height: 290px;
}

.popinsmm .zjs-knot {
    height: 140px !important;
}

.listcomment li {
    border-top: 1px solid #ddd;
    padding-top: 12px;
    overflow: hidden; /*position: relative;*/
}

.listcomment li img {
    float: left;
    margin: 0 20px 14px 0;
}

.listcomment li:first-child {
    border-top: none;
    padding-top: 0;
}

.listcomment li img.list_icon_flag {
    margin: 0px;
    margin-right: 5px;
}

/*.lieux_descript_narrow a { color:#C73D9F!important; }
.lieux_descript_narrow a:hover {  color:#C73D9F!important; text-decoration:underline }
.listcommentwith li a { color:#C73D9F!important; }
.listcommentwith li a:hover {  color:#C73D9F!important; text-decoration:underline }
.listcomment li a { color:#C73D9F!important; }
.listcomment li a:hover {  color:#C73D9F!important; text-decoration:underline }
.horlistlinks li a { color:#C73D9F!important; }
.horlistlinks li a:hover {  color:#C73D9F!important; text-decoration:underline }*/

a.typelink {
    /*color:#C73D9F!important;
	text-decoration:underline;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap; overflow: hidden;*/
    color: #C73D9F !important;
    text-decoration: underline;
    display: inline;
    word-wrap: break-word;
}

a.typelink:hover {
    color: #C73D9F !important;
    text-decoration: none;
}

.popinslm .conent-scroll {
    height: 377px;
}

.popinslm .zjs-knot {
    height: 140px !important;
}

.popinsmmm .conent-scroll {
    height: 330px;
}

.popinsmmm .zjs-knot {
    height: 140px !important;
}

.popinslmm .conent-scroll {
    height: 420px;
}

.popinslmm .zjs-knot { /*height: 140px !important;*/
    min-height: 50px;
}

.poplinks {
    width: 170px;
}

.poplinks .listlinks {
    border: 1px solid #ddd;
}

.poplinks .listlinks li {
    border-bottom-color: #fff;
    border-top-color: #ddd;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.poplinks .listlinks li:first-child {
    border-top-color: #fff;
}

.horlistlinks {
    border: 1px solid #ddd;
    overflow: hidden;
}

.horlistlinks li {
    font-size: 1.077em;
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/bg-tab-li.gif) repeat-x #efefef;
    display: inline;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #fff;
    border-left-color: #ddd;
    float: left;
    padding: 5px 0;
    text-align: center;
    line-height: 1.6;
    width: 100px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.45);
    -webkit-appearance: none;
}

.horlistlinks li a {
    display: block;
}

.horlistlinks li:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
}

.horlistlinks li.current {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
    -webkit-appearance: none;
}

.horlistlinks li a:hover, .horlistlinks li.current a {
    color: #C73D9F;
}

.horlistlinks li:first-child {
    width: 99px;
    border-left-color: #fff;
}

.hortablinks li {
    font-size: 1.154em;
    width: 244px;
}

.hortablinks li:first-child {
    width: 244px;
}

.listcommentwith > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.listcommentwith > li h4 {
    font-size: 1.167em;
    color: #3f3f3f;
    padding-bottom: 8px;
}

.listcommentwith > li h4 a {
    color: #3f3f3f;
}

.meta {
    float: right;
    width: 174px;
    margin-left: 8px;
}

.meta .horlistlinks {
    margin-bottom: 18px;
}

.meta .horlistlinks li {
    width: 84px;
    text-align: left;
}

.meta .horlistlinks li a, .meta .horlistlinks li span {
    height: auto;
    text-indent: 13px;
    width: auto;
}

.meta .horlistlinks li .btn-like {
    background-position: 90% 2px;
    border: none !important
}

.meta .horlistlinks li .btn-like:hover {
    background-position: 90% -98px;
    border: none !important
}

.meta .horlistlinks li .btn-dislike {
    background-position: 90% -195px;
    border: none !important
}

.meta .horlistlinks li .btn-dislike:hover {
    background-position: 90% -295px;
    border: none !important
}

.meta .listlinks {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.meta .listlinks li {
    border-bottom-color: #ddd;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.meta .listlinks li:last-child {
    border-bottom-color: #fff;
}

/**********************/
.photos {
    overflow: hidden;
    padding-top: 6px;
}

.photos li {
    display: inline;
    float: left;
    margin: 7px 6px 7px 7px;
    position: relative;
}

.photos li img {
    display: inline-block;
    cursor: pointer;
    max-height: 180px;
}

.photos li:first-child {
    display: inline-block;
    margin-left: 13px;
    text-align: center;
    width: 308px;
}

.photos .selectphoto {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.photos .selectphotos {
    height: 83px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .photos .selectphoto {
        top: 45%;
    }
}

.popin-ss .conent-scroll {
    height: 195px;
}

.popin-ss .zjs-knot {
    height: 38px !important;
}

.popsuggest {
}

.popsuggest .popin-cont2 {
    padding-bottom: 0;
    padding-right: 0;
}

.popin-cont2 .listcommentwith {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/bg-line.gif) repeat-y 12px 0;
}

.popin-cont2 .listcommentwith > li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popin-cont2 .lesvotelist {
    margin: 0 6px 10px;
}

.popin-cont2 .lesvotelist li {
    line-height: 1.3;
    padding-left: 4px;
}

.popin-cont2 .lesvotelist li:first-child {
    padding-left: 16px;
    font-size: 1.077em;
}

.popin-cont2 .lesvotelist li a {
    margin-left: 12px;
}

.popin-cont2 .lesvotelist li strong {
    float: left;
    padding-left: 10px;
    padding-right: 0;
}

.popin-cont2 .lesvotelist li strong:first-child {
    padding-left: 0;
}

.popin-cont2 .lesvotelist li a.btn-dislike {
    margin-top: 14px;
    border: none !important
}

.popin-cont2 .lesvotelist .lieu_minusplus_list {
    padding-left: 16px;
    padding-top: 5px;
}

.popin-cont2 .meta .horlistlinks {
    margin-bottom: 23px;
}

.leftcol {
    float: left;
    width: 300px;
    padding-bottom: 8px;
}

.leftcol .btnsubmit, .zone-d .btnsubmit {
    overflow: hidden;
    padding: 0 10px 10px 0;
}

.leftcol .button, .zone-d .btnsubmit {
    display: block;
    float: right;
    line-height: 2.4;
}

.zone-d .btnsubmit {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: table;
    padding: 10px;
}

.column {
    overflow: hidden;
    padding-bottom: 13px;
}

.col1 {
    float: left;
    width: 190px;
    border-left: 1px solid #ddd;
    padding: 17px 0 10px 20px;
}

.col1:first-child {
    width: 221px;
    padding: 20px 24px 10px 0;
    margin-right: -1px;
    border-left: none;
    border-right: 1px solid #ddd;
}

.popin-cont fieldset .fbbtn {
    padding: 11px 0 0;
}

.col1 input[type="checkbox"] {
    margin: 0;
}

.col1 a.forgotpw {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/arrow.gif) no-repeat 0 2px;
    padding: 0 0 0 15px;
}

.col1 a.forgotpw:hover, .col1 a.forgotpw:active, .col1 a.forgotpw:focus {
    color: #C73D9F;
}

/********/
.popediter {
}

.popediter .meta .horlistlinks {
    margin-bottom: 0;
}

.popediter .meta .listlinksfirst {
    border-bottom: none;
}

.popediter .meta .listlinksfirst li:first-child {
    border-bottom-color: #fff;
}

.color2 {
    color: #555;
    font-size: .769em;
}

.color3 {
    color: #999;
}

/*****/
.bullemax {
    background-image: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: absolute;
    top: 330px;
    left: 300px;
    width: 34px;
    height: 34px;
    padding: 3px;
    -webkit-transform: translateZ(0px);
}

.bullemaxin {
    background: #296cbe;
    text-align: center;
    width: 100%;
    color: #fff;
    border-radius: 60px;
    height: 100%;
    display: table !important;
    box-shadow: -1px -1px 2px #444;
}

.bullemaxin p {
    margin: 0;
    font-size: 10px;
    font-weight: bolder;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 20;
}

.bullemaxin img {
    display: block;
    margin: 0 auto;
}

.bullemax .bullemaxin {
    background: #296cbe;
}

.bullemax.szHidden {
    display: none !important;
}

/*error message*/
.msg-type-0 {
    color: red;
}

.msg-type-1 {
    color: green;
}

.msg-type-0-incorrect {
    color: red;
}

.popsuggest .msg-type-1 {
    padding: 0 12px 10px;
}

/**tooltip**/
.tooltip {
    background: #3c3c3c;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
    color: #fff;
    font-size: .769em;
    left: 66px;
    padding: 5px 10px;
    position: absolute;
    top: -500000px;
    max-width: 150px;
    z-index: 50;
}

.title-type-1 {
    font-size: 14px;
}

/**ajax-loader**/
#ajax-loader {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/ajax-loader.gif) no-repeat 50% 50% #000000;
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 1000;
}

#cont-ajax-loader {
    height: 100%;
    width: 100%;
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 1000;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}

#cont-ajax-loader .layer {
    background: #000000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    height: 100%;
    width: 100%;
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
}

#cont-ajax-loader .inner {
    margin: auto;
    position: absolute;
    top: 40%;
    left: 43%;
    width: auto;
    height: auto;
}

#cont-ajax-loader .inner > .loading {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/ajax-loader.gif) no-repeat 50% 50% transparent;
    display: block;
    width: 100%;
}

.iframe-loading {
    background-color: #000000;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1000;
}

/*logo*/
.logo {
    margin: 0 10px 1px 0;
    vertical-align: middle;
}

#frm-my-profile input[type="text"], input[type="password"] {
    color: #333;
}

#frm-my-profile {
    padding: 0 12px 5px 0;
}

.img_edit {
    vertical-align: middle;
    width: 60px;
    border: 1px solid #333;
}

/* edit by huypham */
#topbar ul {
    overflow: visible;
}

.list-none-arrow {
    background: none !important;
    padding-left: 0 !important;
}

.btn-voir-plus {
    float: left !important;
    width: 130px;
}

.listtype li .icon_eye {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-eye.png) no-repeat 0 0px;
    width: 20px;
    height: 21px;
    float: left;
    cursor: pointer;
    position: relative;
    bottom: 3px;
}

ul.zzOpacityAll li .icon_eye {
    opacity: 0.5;
}

.listtype li.zzOpacity50 .icon_eye {
    opacity: 1;
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-eye-closed.png) no-repeat 0 0px;
}

.listtype li.zzOpacity50 a {
    color: #C73D9F
}

.lesvotelist .lieu_minusplus_list {
    padding-left: 16px;
    font-size: 1.077em;
    border-top: none;
    font-weight: 700;
    padding-bottom: 5px;
}

.lesvotelist .lieu_minusplus_list span {
    margin-top: 0px
}


.listlinks li a.lnk-retrouver {
    background: none;
    padding-left: 0;
}

/*#popin-add-suggestion-success-alert{top:150px !important}*/
.listlinks li a.partager {
    background: none;
    padding-left: 0;
}

.icon-partager {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/Very-Basic-Share-icon.png) no-repeat center transparent;
}
.listcommentwith .horlistlinks li .btns {
    width: 25px;
    height: 20px;
    display: inline-block;
    position: absolute;
}

.listlinks li a:hover,
.listlinks li a {
    background: none;
    padding-left: 0;
}

.select_user_infos, .z_authorFlag, .z_authorFlag_info {
    cursor: pointer;
}

/*
#popin-flag-menu-large .zone-c .byline {
clear: both;
position: absolute;
bottom: 8px;
}
.popin-ss .conent-scroll{
height: 180px;
}*/

.icon-custom {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding-right: 4px;
    position: relative;
    top: 3px;
}

.mobile_tablet .icon-custom {
    width: 14px;
    height: 15px;
}

.icon-info-sign {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-info-sign.png) no-repeat center transparent;
}

.icon-comment {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-comment.png) no-repeat center transparent;
}

.icon-comment-white {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-comment-white.png) no-repeat center transparent;
}

.icon-ban-circle {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-ban-circle.png) no-repeat center transparent;
}

.icon-pencil {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-pencil.png) no-repeat center transparent;
}

.icon-warning-sign {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-warning-sign.png) no-repeat center transparent;
}

.icon-remove-white {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-remove-white.png) no-repeat center transparent;
}

.icon-hand-down {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-hand-down.png) no-repeat center transparent;
}

.icon-hand-right {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-hand-right.png) no-repeat center transparent;
}

.icon-hand-up {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-hand-up.png) no-repeat center transparent;
}

.icon-retrouver {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-flagCenter.png) no-repeat center transparent;
}

.icon-user {
    background: url(/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-user.png) no-repeat center transparent;
}

.icon-trash {
    background: url(https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-trash.png) no-repeat center transparent;
}

#frm-my-profile p {
    float: left;
    width: 100%;
}

#frm-my-profile label {
    float: left;
    width: 40%;
    text-align: right;
}

#frm-my-profile em,
#frm-my-profile input[type="text"] {
    float: left;
    width: 40%;
    margin-left: 5%;
}

#frm-my-profile .receive {
    width: 77%;
    margin-left: 15%;
}

.sociallinks > * {
    float: left;
    margin-right: 10px;
}

.sociallinks .fb-share-button {
    margin-right: 35px;
}

.link-voir-plus, .link-voir-plus-search {
    float: none;
    display: inline-block;
    line-height: 2.2;
    text-align: center;
}

.lst-followed_by {
    background: none repeat scroll 0 0 #CCC;
    height: 200px;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}

.lst-followed_by ul li {
    padding: 8px 15px !important;
    position: relative;
}

.lst-themes a.btntheme {
    opacity: 0.5;
}

.lst-themes a.btntheme.cookie_visible {
    opacity: 1;
}

.lst-themes.clicked a.btntheme {
    opacity: 0.5 !important;
}

.lst-themes.clicked a.btntheme.visible {
    opacity: 1 !important;
}

#popin-statistiques table .btntheme,
i[class^="btntheme"] {
    display: block;
    float: left;
    padding-right: 5px;
    min-height: 25px;
    min-width: 20px;
}

#popin-statistiques table {
    margin-top: 10px;
}

#popin-statistiques table td {
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
}

#popin-statistiques table td:first-child {
    text-align: left;
}

#popin-statistiques table thead tr {
    border-top: none;
    border-bottom: 1px solid #ddd !important;
    background: #EFEFEF;
}

#popin-statistiques table thead th {
    padding: 6px 8px;
    vertical-align: middle;
}

#popin-statistiques table tr {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

#popin-statistiques table tr:last-child {
    border-bottom: none;
}

#popin-statistiques table td span {
    display: block;
    padding-left: 28px;
    padding-top: 4px;
}

#popin-statistiques .popin-cont {
    padding-right: 6px;
}

#popin-statistiques table td img {
    float: left;
    margin: 0 3px 3px 0;
}

#popin-statistiques.popin-l {
    width: 644px;
}

#popin-statistiques .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/glyphicons-halflings.png");
    background-repeat: no-repeat;
}

#popin-statistiques .icon-user {
    background-position: -168px 0;
}

#popin-statistiques .icon-idea {
    background-image: url("https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icon-idea.png");
}

#popin-statistiques .icon-comment {
    background-position: -240px -120px;
}

#popin-statistiques .icon-vote {
    background-position: -96px -144px;
}

#popin-statistiques .statistic_theme a.btntile {
    float: left;
    font-size: 0;
    color: transparent;
    line-height: 0;
}

#popin-derniers-ajouts h1 img {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

#header h2 {
    padding-top: 15px;
    font-size: 20px;
    color: #6e6e6e;
}

#header h2 span {
    font-size: 14px;
}

.rrssb-buttons.large-format li a, .rrssb-buttons.large-format li a .text {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.rrssb-buttons, .rrssb-buttons li, .rrssb-buttons li a {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    clear: both
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.rrssb-buttons {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%
}

.rrssb-buttons li {
    float: left;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0 2.5px;
    line-height: 13px
}

.rrssb-buttons li.email a {
    background-color: #0a88ff
}

.rrssb-buttons li.email a:hover {
    background-color: #006ed6
}

.rrssb-buttons li.facebook a {
    background-color: #306199
}

.rrssb-buttons li.facebook a:hover {
    background-color: #244872
}

.rrssb-buttons li.tumblr a {
    background-color: #32506d
}

.rrssb-buttons li.tumblr a:hover {
    background-color: #22364a
}

.rrssb-buttons li.linkedin a {
    background-color: #007bb6
}

.rrssb-buttons li.linkedin a:hover {
    background-color: #005983
}

.rrssb-buttons li.twitter a {
    background-color: #26c4f1
}

.rrssb-buttons li.twitter a:hover {
    background-color: #0eaad6
}

.rrssb-buttons li.googleplus a {
    background-color: #e93f2e
}

.rrssb-buttons li.googleplus a:hover {
    background-color: #ce2616
}

.rrssb-buttons li.linkedin a {
    background-color: #007bb6
}

.rrssb-buttons li.linkedin a:hover {
    background-color: #007bb6
}
.rrssb-buttons li.youtube a {
    background-color: #df1c31
}

.rrssb-buttons li.youtube a:hover {
    background-color: #b21627
}

.rrssb-buttons li.reddit a {
    background-color: #8bbbe3
}

.rrssb-buttons li.reddit a:hover {
    background-color: #62a3d9
}

.rrssb-buttons li.pinterest a {
    background-color: #b81621
}

.rrssb-buttons li.pinterest a:hover {
    background-color: #8a1119
}

.rrssb-buttons li.pocket a {
    background-color: #ed4054
}

.rrssb-buttons li.pocket a:hover {
    background-color: #e4162d
}

.rrssb-buttons li.github a {
    background-color: #444
}

.rrssb-buttons li.github a:hover {
    background-color: #2b2b2b
}

.rrssb-buttons li a {
    background-color: #ccc;
    border-radius: 2px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out
}

.rrssb-buttons li a .icon {
    display: block;
    height: 100%;
    left: 8px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%
}

.rrssb-buttons li a .icon svg {
    height: 17px;
    width: 17px
}

.rrssb-buttons li a .icon svg path, .rrssb-buttons li a .icon svg polygon {
    fill: #fff
}

.rrssb-buttons li a .text {
    color: #fff
}

.rrssb-buttons li a:active {
    box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25)
}

.rrssb-buttons li.small a {
    padding: 0
}

.rrssb-buttons li.small a .icon {
    height: 100%;
    left: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: auto;
    width: 100%
}

.rrssb-buttons li.small a .text {
    visibility: hidden
}

.rrssb-buttons.large-format {
    height: auto
}

.rrssb-buttons.large-format li {
    height: auto
}

.rrssb-buttons.large-format li a {
    font-size: 15px;
    font-size: 1vw;
    padding: 7% 0% 7% 12%;
    border-radius: 0.2em;
    line-height: 1vw
}

.rrssb-buttons.large-format li a .icon {
    left: 7%;
    padding-top: 0;
    width: 12%
}

.rrssb-buttons.large-format li a .icon svg {
    height: 100%;
    width: 100%
}

.rrssb-buttons.large-format li a .text {
    font-size: 15px;
    font-size: 1vw
}

.rrssb-buttons.large-format li a:hover {
    font-size: 15px;
    font-size: 1vw;
    padding: 7% 0% 7% 12%;
    border-radius: 0.2em
}

.rrssb-buttons.small-format {
    padding-top: 5px
}

.rrssb-buttons.small-format li {
    height: 80%;
    padding: 0 1.5px
}

.rrssb-buttons.small-format li a .icon {
    height: 100%;
    padding-top: 0
}

.rrssb-buttons.small-format li a .icon svg {
    height: 48%;
    position: relative;
    top: 6px;
    width: 80%
}

.rrssb-buttons.tiny-format {
    height: 22px;
    position: relative
}

.rrssb-buttons.tiny-format li {
    padding-right: 7px
}

.rrssb-buttons.tiny-format li a {
    background-color: transparent;
    padding: 0
}

.rrssb-buttons.tiny-format li a .icon svg {
    height: 70%;
    width: 100%
}

.rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
    background-color: transparent
}

.rrssb-buttons.tiny-format li.email a .icon svg path, .rrssb-buttons.tiny-format li.email a .icon svg polygon {
    fill: #0a88ff
}

.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.email a .icon:hover .icon svg polygon {
    fill: #0054a3
}

.rrssb-buttons.tiny-format li.facebook a .icon svg path, .rrssb-buttons.tiny-format li.facebook a .icon svg polygon {
    fill: #306199
}

.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon {
    fill: #18304b
}

.rrssb-buttons.tiny-format li.tumblr a .icon svg path, .rrssb-buttons.tiny-format li.tumblr a .icon svg polygon {
    fill: #32506d
}

.rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg polygon {
    fill: #121d27
}

.rrssb-buttons.tiny-format li.linkedin a .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon svg polygon {
    fill: #007bb6
}

.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon {
    fill: #003650
}

.rrssb-buttons.tiny-format li.twitter a .icon svg path, .rrssb-buttons.tiny-format li.twitter a .icon svg polygon {
    fill: #26c4f1
}

.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon {
    fill: #0b84a6
}

.rrssb-buttons.tiny-format li.googleplus a .icon svg path, .rrssb-buttons.tiny-format li.googleplus a .icon svg polygon {
    fill: #e93f2e
}

.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon {
    fill: #a01e11
}

.rrssb-buttons.tiny-format li.linkedin a .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon svg polygon {
    fill: #007bb6
}

.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon {
    fill: #007bb6
}
.rrssb-buttons.tiny-format li.youtube a .icon svg path, .rrssb-buttons.tiny-format li.youtube a .icon svg polygon {
    fill: #df1c31
}

.rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg polygon {
    fill: #84111d
}

.rrssb-buttons.tiny-format li.reddit a .icon svg path, .rrssb-buttons.tiny-format li.reddit a .icon svg polygon {
    fill: #8bbbe3
}

.rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg polygon {
    fill: #398bcf
}

.rrssb-buttons.tiny-format li.pinterest a .icon svg path, .rrssb-buttons.tiny-format li.pinterest a .icon svg polygon {
    fill: #b81621
}

.rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg polygon {
    fill: #5d0b11
}

.rrssb-buttons.tiny-format li.pocket a .icon svg path, .rrssb-buttons.tiny-format li.pocket a .icon svg polygon {
    fill: #ed4054
}

.rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg polygon {
    fill: #b61124
}

.rrssb-buttons.tiny-format li.github a .icon svg path, .rrssb-buttons.tiny-format li.github a .icon svg polygon {
    fill: #444
}

.rrssb-buttons.tiny-format li.github a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.github a .icon:hover .icon svg polygon {
    fill: #111
}

.call-popup {
    padding: 5px 0 0 5px;
    width: 80%;
    margin: 12px auto;
}

.call-popup li {
    height: 90% !important;
    padding: 0 8.5px !important;
}

.call-popup li a {
    padding: 0 27px 0 0;
}

.call-popup li a span {
    padding-top: 5px !important;
    left: 5.5px !important;
}

/**
* Display on header
*/
.call-popup-header {
    min-width: 125px;
    width: 7.5%;
    height: 40px !important;
}

.call-popup-header .fb-share-button {
    margin-right: 0;
}

.call-popup-header div {
    padding: 0 5.5px !important;
    margin-right: 0;
}

.call-popup-header div.facebook a {
    /*background-color: #306199;*/
    background-color: #4966B6;
}

.call-popup-header div.facebook a:hover {
    /*background-color: #244872;*/
    background-color: #306199;
}

.call-popup-header div.twitter a {
    background-color: #26c4f1;
}

.call-popup-header div.twitter a:hover {
    background-color: #0eaad6;
}



.call-popup-header div.linkedin a {
    background-color: #007bb6;
}

.call-popup-header div.linkedin a:hover {
    background-color: #007bb6;
}

.call-popup-header div.googleplus a {
    background-color: #e93f2e;
}

.call-popup-header div.googleplus a:hover {
    background-color: #ce2616;
}

.call-popup-header div a {
    padding: 0 25px 20px 0 !important;
    position: relative;
}

.call-popup-header div a .icon {
    display: block;
    height: 100%;
    left: 5px;
    /* padding-top: 9px; */
    position: absolute;
    top: 3px;
    width: 10%;
}

.call-popup-header div a .icon svg {
    height: 15px;
    width: 15px;
}

.call-popup-header div a .icon svg path, .call-popup-header div a .icon svg polygon {
    fill: #fff;
}

/* end small button share on header */

.linklogo {
    display: block;
    max-width: 216px;
}

.linklogo img {
    max-width: 100%;
}

.linklogo span {
    color: #678187;
    font-size: 11px;
}

.listcomment li span.btn-comment-fu {
    display: block;
    position: relative;
    left: 90%;
    top: -15px;
}

.listcomment li:first-child span.btn-comment-fu {
}

.popinssm .cont-inner span.btn-comment-fu img {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}

span.btn-comment-fu .edit-comment {
}

span.btn-comment-fu .cancel-comment {
    margin-right: 10px;
}

span.btn-comment-fu .report-comment {
    margin-right: 10px;
}

/* #topbar .advancedsearch */
.eye_popup .do-advancedsearch {
    display: none;
}

#topbar .advancedsearch {
    color: white;
    padding-top: 8px;
    margin-right: 9px;
    cursor: pointer;
    /*  float:left; */
    font-size: 11px;
}

#topbar span.ico-advsearch {
    background: transparent url('https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/icons/iconSearchAdvanced.jpg') left no-repeat;
    padding-bottom: 11px;
    padding-left: 34px;
    padding-top: 8px;
}


/* #topbar .searchaddress */
#topbar .searchaddress {
    color: white;
    padding-top: 8px;
    float: right;
    margin-right: 5px;
}

#topbar .searchaddress input#autocomplete {
    background: #fff;
}



/*H */
.btn-delete-file {
    display: block;
    position: absolute;
    right: 0px;
}

.btn-name-file {
    float: left;
    width: 50%;
}

#gl_file_str ul li {
    overflow: hidden;
    position: relative;
}

.div_upload .uploadArea {
    /* min-height: 100px;
    height: auto;
    border: 1px dotted #CCC;
    padding: 10px;
    cursor: move;
    margin-bottom: 10px;
    position: relative;
    width: 95%;*/

    background: none repeat scroll 0% 0% #FFF;
    border: 3px dashed #CCC;
    border-radius: 0px;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    margin: 0px;
    padding: 16px 23px 16px;
    text-align: center;
    width: 30%;
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    float: left;
    min-height: 58px;
}

.div_upload .dfiles {
    border: 1px solid #CCC;
    background-color: #E4E4E4;
    padding: 3px;
    position: relative;
    height: 25px;
    margin: 3px;
    z-index: 1;
    opacity: 0.6;
    cursor: default;
    width: 55%;
    float: left;
}

.div_upload .dfiles h5 img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
}

.div_upload .div_upload .dfiles h5 {
    margin: 0px;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-size: 14px;
}

.div_upload .uploadArea h5 {
    margin: 0px;
}

/*#frmcomment .dfiles h5 span {display:inline-block; width:140px; overflow:hidden}
#frmcomment .div_upload .dfiles {width: 90%; margin:5px auto; float:none;}
#frmcomment .div_upload .uploadArea {width: 70%; float:none; margin: 0 auto}*/

.div_upload .progress {
    float: right;
    position: relative;
    margin: 0px;
    bottom: 15px;
    background: none repeat scroll 0px center transparent;
    border: 0px none;
    border-radius: 0px;
}

.div_upload input[type='file'] {
    opacity: 0;
    display: none;
}

.div_upload .select_files {
    cursor: pointer;
    background: #e7e7e7;
    color: #575757;
    border: 1px #a4a4a4 solid;
    border-radius: 2px;
    padding: 2px 5px 2px;
}

.div_upload .btn_delete_file {
    float: right;
    position: relative;
    margin: 0px;
    bottom: 15px;
    background: none repeat scroll 0px center transparent;
    border: 0px none;
    border-radius: 0px;
    cursor: pointer;
    width: 13px;
}

.div_upload .btn_delete_file img {
    height: 11px;
}

#selected_files {
    margin-left: 5px
}

/* notification */
.new_flag_notification {
    position: fixed;
    bottom: 58px;
    right: 44px;
    left: 220px;
    display: inline-block;
    z-index: 9999;
    background: black;
    color: white;
    padding: 10px 10px 10px 20px;
}

.new_flag_notification .close {
    float: right;
    cursor: pointer;
    color: #DAD9D7
}

.new_flag_notification .title {
    float: left;
    text-transform: uppercase;
    padding-bottom: 12px;
    color: #DAD9D7
}

.new_flag_notification .content {
    clear: both;
    padding: 0 20px 0 10px;
}

#phases_header_tab {
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    left: 0;
    position: fixed;
    top: 122px;
    width: 100%;
    z-index: 30;
}

#phases_header_tab ul {
    padding-left: 217px;
}

/*#phases_header_tab ul li{
	border: 1px solid #9B969A;

	border-left: 1px solid #5b5959;
    border-right: 1px solid #9B969A;
    border-top: 1px solid #9B969A;;
    border-bottom: none;
    color: #fff;
    display: inline;
    float: left;
    font-size: 100%;
    height: 18px;
    padding: 3px 2px;
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 10px 10px 0px 0px;
}*/

#phases_header_tab ul li {
    /*border: 1px solid #9B969A;*/

    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: none;
    color: #fff;
    display: inline;
    float: left;
    font-size: 100%;
    height: 18px;
    padding: 3px 2px;
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 10px 10px 0px 0px;
}

#phases_header_tab ul li a {
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    margin-top: 3px;
    text-align: center;
    width: auto;
    display: block;
    color: #666666;
}

#phases_header_tab ul li a:hover {
    /*color:#EE1100;*/
    color: #000000;
}

#phases_header_tab ul li.active {
    background: white;
}

#phases_header_tab ul li.active a {
    /*color:#EE1100;*/
    color: #000000;
}

.label_phases0 {
    color: black;
    background: none repeat scroll 0 0 white !important;

}

.label_phases0 a:hover {
    color: black !important;
}

.ui_phases {

}

/*EH */

/* Viet */
/* Start edit theme */
#popin-edit-theme .msg-subtheme a.subtheme {
    padding: 3px;
    display: inline-block;
}

#popin-edit-theme .msg-subtheme a.subtheme-selected {
    background-color: #666666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* End edit theme */

/* Viet */
/* Polygon title */
.poly-labels {
    color: #ecf0f1;
    background-color: #34495e;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /*white-space: nowrap;*/
    max-width: 250px;
    padding: 7px;
}

/* end Polygon title */

/* viet, theme list */
.themes li .btntitle.theme-disable-add, .themes li .btntitle.phase-disable-add {
    opacity: 0.7;
}

/* End - viet, theme list */
body.mobile_tablet #main {
    padding-bottom: 0
}

#header h2.h2_long_header p {
    display: block;
}
/* header apecial @G2 */
#header h2.h2_short_header a, #header h2.h2_long_header a {
    display: block;
    background-color: #E62A5A;
    border-radius: 50%;
    position: fixed;
    z-index: 44;
    left: 235px;
    top: 0px;
}

#header h2.h2_long_header a {
    width: 75px;
    height: 75px;
    padding: 5px;
}

#header h2.h2_short_header a {
    width: 43px;
    height: 43px;
    padding: 0;
}

body.long_header #firstpart {
    padding-top: 0px;
    border-top: 3px solid #E62A5A;
}

#header h2.h2_short_header a span, #header h2.h2_long_header a span {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 0 0 #fff;
}


#frmsignup {
    position: relative;
}

/* end */

/**
 * user112, task 6032
 */
.visible-xss, .visible-xs {
    display: none !important;
}

/*model*/
.overlay-model {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/*.content-model{
	position: relative;
}*/
#model-logout {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 254px;
    margin-left: -127px;
    height: 172px;
    margin-top: -86px;
    border: 1px solid #333;
    background-color: #f6f6f6;
    display: none;
}

#model-logout h4 {
    background-color: #323232;
    height: 54px;
    line-height: 54px;
    text-shadow: none;
    color: #f00;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 33px;
    position: relative;
}

#model-logout svg {
    position: absolute;
    top: 14px;
    left: 6px;
}

#model-logout .close-search {
    margin-right: 5px;
    margin-top: 10px;
}

#model-logout p {
    color: #000;
    text-align: center;
    height: 55px;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #aaa;
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5);
}

#model-logout footer {
    padding: 4px 8px;
}

#model-logout footer a {
    background-color: #f00;
    height: 36px;
    width: 75px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    cursor: pointer;
}

.nav-button {
    display: none;
}

.nav-button .nav-popup {
    background-color: #333333;
    text-shadow: none;
}

.nav-button .nav-popup h4::before {
    content: "";
    border-right: 16px solid #050505;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: -13px;
    margin-top: -5px;
}

.nav-button .nav-popup h4 {
    background-color: #000;
    padding: 12px 7px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.nav-button .nav-popup h4 span.help-icon {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    padding: 1px 5px;
    margin-right: 5px;
    font-weight: bold;
}

.nav-button .nav-popup h4 span.close-nav {
    width: 15px;
    height: 15px;
    margin: 0;
}

.nav-button .nav-popup p {
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 10px 15px;
}

.nav-button .nav-popup footer {
    color: #fff;
    font-weight: normal;
    text-align: right;
    padding: 15px;
}


.mobile_tablet .zjs-vscroller {
    display: none;
}

.is_tablet .popin-cont .conent-scroll {
    overflow: auto;
}

.mobile_tablet #popin-flag-menu-large .popinssm .conent-scroll {
    position: static;
}

/*.mobile_tablet #popin-derniers-ajouts .conent-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
.mobile_tablet #popin-derniers-ajouts .conent-scroll::-webkit-scrollbar-track {
   	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.mobile_tablet #popin-derniers-ajouts .conent-scroll::-webkit-scrollbar-thumb {
   	background: #EE1100;
}*/
.safari input[type="submit"], .safari input[type="button"] {
    -webkit-appearance: none
}

.mobile_tablet #popin-leave-comment .popin-cont::-webkit-scrollbar, .mobile_tablet #popin-add-suggestion .popin-cont::-webkit-scrollbar, .mobile_tablet #popin-flag-menu-large .tab-content::-webkit-scrollbar, .mobile_tablet #popin-edit-suggestion .popin-cont::-webkit-scrollbar, .mobile_tablet .popin-cont .conent-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

/* Track */
.mobile_tablet #popin-leave-comment .popin-cont::-webkit-scrollbar-track, .mobile_tablet #popin-add-suggestion .popin-cont::-webkit-scrollbar-track, .mobile_tablet #popin-edit-suggestion .popin-cont::-webkit-scrollbar-track, .mobile_tablet #popin-flag-menu-large .tab-content::-webkit-scrollbar-track, .mobile_tablet .popin-cont .conent-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

/* Handle */
.mobile_tablet #popin-leave-comment .popin-cont::-webkit-scrollbar-thumb, .mobile_tablet #popin-add-suggestion .popin-cont::-webkit-scrollbar-thumb, .mobile_tablet #popin-edit-suggestion .popin-cont::-webkit-scrollbar-thumb, .mobile_tablet #popin-flag-menu-large .tab-content::-webkit-scrollbar-thumb, .mobile_tablet .popin-cont .conent-scroll::-webkit-scrollbar-thumb {
    background: #EE1100;
}

.is_tablet #popin-leave-comment .popin-cont::-webkit-scrollbar, .is_tablet #popin-add-suggestion .popin-cont::-webkit-scrollbar, .is_tablet #popin-flag-menu-large .tab-content::-webkit-scrollbar, .is_tablet #popin-edit-suggestion .popin-cont::-webkit-scrollbar, .is_tablet .popin-cont .conent-scroll::-webkit-scrollbar {
    width: 8px;
}

.is_mobile .photos li img {
    height: auto;
    width: 98%;
}

.is_mobile #popin-flag-menu-large .photos li {
    width: 33.33% !important;
    margin: 0 !important;
}

.is_portrait.is_mobile .photos li img {
    height: 80px;
}

.is_landscape.is_mobile .photos li img {
    height: 115px;
}

.add_text_l_image, .add_text_image {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    font-size: 15px;
}

.add_text_image {
    font-size: 11px;
    top: 34%;
}








.is_tablet #popin-flag-menu-large .zone-b .supprimer_image,
.is_desktop #popin-flag-menu-large .zone-b .supprimer_image {
    display: none;
}

.is_tablet #popin-flag-menu-large .zone-b li:first-child .supprimer_image,
.is_desktop #popin-flag-menu-large .zone-b li:first-child .supprimer_image {
    display: block;
}

.is_mobile #popin-leave-comment .popin-cont p.color2 {
    font-size: 12px;
}

.is_mobile .popin-flag-image-zoom-title {
    padding-left: 10px !important;
}

.is_mobile #topbar a, .mobile_tablet #topbar .searchaddress span.close-search {
    -webkit-tap-highlight-color: transparent;
}

.is_mobile .swiper-container-horizontal > .swiper-pagination {
    box-sizing: border-box;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

/*.is_mobile.is_landscape .popin {top: 0!important;}*/
.is_mobile .swiper-pagination {
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    background: #f7f7f7;
}

.is_mobile .swiper-container {
    padding-bottom: 0;
}

#popin-flag-image-zoom-mobile .swiper-pagination {
    width: 100%;
}

#popin-flag-image-zoom-mobile .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px 2px;
}

#popin-flag-image-zoom-mobile .swiper_custom_outer img {
    visibility: hidden;
}

#popin-flag-image-zoom-mobile .swiper-button-prev,
#popin-flag-image-zoom-mobile .swiper-button-next {
    top: auto;
    /*bottom: fixed;*/
    width: 28px;
    height: 22px;
    margin-top: 0;
    padding: 4px 0;
    position: fixed;
    bottom: 0;
}

#popin-flag-image-zoom-mobile .swiper-button-prev {
    background: url("https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/swiper_icon/prev.png") left 4px no-repeat
}

#popin-flag-image-zoom-mobile .swiper-button-next {
    background: url("https://debatomap2020.com/wp-content/plugins/blue-origami/laravel/public/fo/images/swiper_icon/next.png") right 4px no-repeat
}

/* end */

/* upgrate login icon @G2 */
/* NOT REMOVE, PLEASE */
/*#secondpart strong { color: #959393; vertical-align: middle; padding: 0 15px; display: inline-block; font-size: 1.308em; }
#secondpart ul.login-icon { display: block; }
#secondpart ul.login-icon li { width: 27px; height: 27px; background: none; }
#secondpart ul.login-icon li a { padding: 5px; background-color: #6C6C6C; }
#secondpart ul.login-icon li a:hover { background-color: #F01100; }
#secondpart ul.login-icon li a svg { width: 17px; height: 17px; }
#secondpart ul.login-icon li a svg path, #secondpart ul.login-icon li a svg polygon { fill: #fff; }
#secondpart ul.login-icon li.login-email {  }
#secondpart ul.login-icon li.login-facebook a { margin: 0 10px; }
#secondpart ul.login-icon li.login-google {  }

body.short_header #secondpart ul.login-icon { display: inline-block; margin-right: 5px; }
body.short_header ul.login-icon li a { padding: 4px; }
body.short_header #secondpart ul.login-icon li a svg { width: 13px; height: 13px; }
*/
/* end */

/* profile mobile @G2 */
#popin-my-profile span.my-profile-icon,
#popin-se-connecter .creer-mobile span,
#popin-se-connecter .se-connecter-mobile span {
    display: none;
}

/* end */

.mobile_tablet .gl_fixed_top {
    position: absolute !important;
    top: 0 !important;
}

.is_mobile .gl_absolute_position {
    position: absolute !important;
}



/****UPDATES 2019 -*/
.idea-detail-notes .idea-detail-smileys{
    padding-left: 11px;
    margin-top: 0px;
}

.idea-detail-notes .idea-detail-smileys span span.number{
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0px;
    width: 100%;
    text-align: center;
   clear: both;
}
.idea-detail-notes .idea-detail-smileys span span.smiley{
    font-size: 24px;
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 3px;
    cursor: pointer;
    color: #6e6e6e;
}

.inlistlayer .idea-detail-notes .idea-detail-smileys span span.smiley{
    font-size: 18px;

}
.inlistlayer .idea-detail-notes .idea-detail-smileys span span.number{
    font-size: 1.2em;
}
.inlistlayer .idea-detail-notes .idea-detail-smileys {
    padding-left: 0px;
}
.lesvotelist.inlistlayer{
    margin-bottom: 8px;
}
.inlistlayer .idea-detail-notes{
    margin-right: 8px;
}

.idea-detail-notes .idea-detail-smileys span span:hover{
    color: #000000;
}
.idea-detail-notes .idea-detail-smileys.disabled{
    opacity: 1;
}
.idea-detail-notes .idea-detail-smileys.disabled span span.smiley{
    color: #A9A9A9;
}
.idea-detail-notes .idea-detail-smileys.disabled span span:hover{
    color: #A9A9A9;
}


.bylinelistpanel {
    /*clear: both;*/

}

.popin-cont p.bylinelistpanel {
    padding: 0 0 !important;
    margin-left: 130px;
    margin-bottom: 5px;
}