/* GENERAL */
body {font-family: 'cantarell', sans-serif; color: #000; font-size:14px;}
h1,h2,h3,h4,h5,h6 {font-family: arial, sans-serif;color: #000;margin: 10px 0 8px 0;}

h1 {font-size: 32px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
p {letter-spacing: -.5px;}
bold {letter-spacing: -.5px;}
.field-name-field-introduction {letter-spacing: -.5px;}
.view-flash-news-for-homepage .field-name-title-field {font-family: arial;text-transform: uppercase;}

article .content {font-size:16px;}

html body.admin-menu {
    margin-top: 0px !important;
}

html body.webmaster-menu-fixed {
    margin-top: 0px;
}

html body.admin-menu-with-shortcuts {
    margin-top: 0px !important;
}

::selection {
    background: #3297FD;
}
::-moz-selection {
    background: #3297FD;
}

input.form-text, textarea.form-textarea, select {
    border: 1px solid #bbbbbb;
}

input.form-text:focus, textarea.form-textarea:focus {
    border: 1px solid #3297FD;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #FF0066;
    font-family: arial;
}

.title-sep:after, #pre-header h2:after, #promoted h2:after, .sidebar h2:after, #footer h2:after {
    display: none;
}

.title-sep, #pre-header h2, #promoted h2, .sidebar h2, #footer h2 {
    margin-bottom: 20px;
}

hr {border-top: 1px solid #aaaaaa;}

a, a:hover, a:focus, ul.menu li a.active, ul.menu li a:hover, #forum thead a:hover, #block-node-recent .node-title a:hover {
    //color: #30588e;
	color: #4077BA;
}

a.readmore {
    background: #FF0066;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    text-decoration: none;
    color: #fff !important;
    font-weight: normal !important;
}

.node-directory a.readmore {
    display: block;
}


p {
    margin: 0;
    padding: 0 0 10px;
}

#whitebox {
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    transition:all .3s ease-in;
}

body.front .whitebox {
    background-color:rgba(255,255,255,.5);
}

#sidebar-first, #sidebar-second {
    margin-top: 15px;
}

div.messages {
    margin-bottom: 10px;
    margin-top: 20px;
}

iframe {
    width: 100%;
    max-width: 100%;
}

/* HEADER TOP */
#header-top {
    background-color: rgba(255, 255, 255, 0.5);
    border-top: 0px solid #222222;
    border-bottom: 0px dashed #eaeaea;
    min-height: 0;
}

.tourist .content {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0;
}

.tourist #close-tourist {
    font-size: 17px;
}

.tourist .content a, .tourist .content a:hover {
    color: #000;
    text-decoration: none;
}

ul.pager li a, ul.pager li.pager-current {
    padding: 10px 15px;
}

ul.pager li a {
    color: #000;
}

/* HEADER */
#header .container {
    width: 100%;
    height:100%;
    padding-left: 0px;
}

body.front #header {
    height: 692px;
    border-bottom: 50px solid rgba(0,0,0,0.5);
	background:transparent;
}

body.front h1.page-title, body.front .node-article {
    display: none;
}
#page {
	background-color:white;
}
#header {
	background-color:transparent;
    height: 354px;
    border-bottom: 35px solid rgba(0,0,0,0.5);
    padding: 0;
    z-index: auto;
	background: url(../images/banner_std.jpg) no-repeat top fixed;
}

#header-inside {
    margin-top: 30px;
}

#header .logo {
    margin-top: -3%;
    z-index: 99;
}

#header .logo img {
    margin: 0 auto;
}

#header-inside .col-md-12 {
    padding-right: 0;
}

.site-name, .page-title-block {
    background: #000;
    background: radial-gradient(circle at -60px, transparent, transparent 78px, #000 1px, #000);
    margin-top: -30px;
	margin-left: 1px; /* bugfix bootstrap 1px margin between columns */
    margin-right: -1px; /* bugfix bootstrap 1px margin between columns */
	background-size: auto 90.5px !important;
}

body.not-front .site-name .content {
    padding: 45px 0 15px 0;
}

.site-name .content, body.node-type-directory .site-name .content {
    padding: 35px 0 45px 0;
}

.page-title-block {
    text-align: left;
    margin-top: -30px !important;
}

.page-title-block .content {
    padding: 35px 0 17px 0;
}

.page-title-block .field-content {
    margin-left: 35px;
}

#site-name {
    font-size: 18px;
    color: #fff;
    float: left;
    margin-left: 35px;
    min-height: 35px;
    max-height: 35px;
    line-height: 0px;
}

#site-name span.message {
    font-weight: normal;
}

#site-name a, .page-title-block .content {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-family:arial;
}

body.not-front #site-name a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.node-type-directory #site-name a {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#site-name a:hover {
    opacity: 1;
}

.header-links {
    text-align: right;
    margin-right:40px;
}

.header-links img {
    display: inline-block;
    margin-right: 7px;
}

.header-links a, .header-links a:hover {
    color: #fff;
    text-decoration: none;
}

.menu-links div.link {
    display: inline-block;
}

.menu-links {
    background-color: #000;
    margin-top: -30px;
}

.menu-links .content {
    padding: 35px 0 7px 0;
}

.round-button {
    width: 40px;
    margin: 0 10px 0 5px;
}

.links-menu span.round-button, .links-menu  span.round-button-circle,
.header-links span.round-button, .header-links  span.round-button-circle{
    display: inline-block;
}
.links-menu span.menu-text {
    display: block;
    margin-top: -2px;
}

.round-button-circle {
    width: 44px;
    height:0;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #000;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body.logged-in .account-button .round-button-circle {
    background: #fff;
}

body.logged-in .account-button .round-button-circle img {
    content: url('/sites/default/files/links-header-images/moncompte_black.png');
}

.links-menu  .round-button span img,
.header-links  .round-button span img,
.round-button a img {
    width: 27px;
    height: 27px;
    margin-top: 6px;
    margin-left: 6px;
}

.footer-social .round-button-circle img[alt="Instagram"] {
    margin-left: 6.6px;
}

/* LANGUAGE SWITCHER */
.language-switcher-locale-url li {
    list-style: none;
    float: left;
    margin-right: 5px;
}

.language-switcher-locale-url li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.language-switcher-locale-url li a.active {
    font-weight: bold;
}

#block-locale-language {
    background: #000;
    background: radial-gradient(circle at 120% center, transparent, transparent 78px, #000 1px, #000);
    padding-left: 2%;
    margin-top:-6px;
}

.language-switcher-locale-url li.fr::after, .language-switcher-locale-url li.nl::after {
    content: "//";
    margin-left: 5px;
    color: #fff;
    font-size: 15px;
}

/* SEARCH */
#solr-search-block-form ::-webkit-input-placeholder {
    color: #000;
}

#solr-search-block-form :-moz-placeholder { /* Firefox 18- */
    color: #000;
}

#solr-search-block-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}

#solr-search-block-form :-ms-input-placeholder {  
    color: #000;
}

body.front #search-block-form, body.front #solr-search-block-form {
    margin-top: 100px;
}

#search-block-form, #solr-search-block-form {
    width: 31%;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 80px;
    font-weight: bold;
}

body.front #search-block-form input.form-text, body.front #solr-search-block-form input.form-text {
    border: 4px solid #fff;
    font-size: 20px;
    padding: 25px 10px;
    padding-right: 150px;
    height: 100%;
    text-transform: lowercase;
}

#search-block-form input.form-text, #solr-search-block-form input.form-text {
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid #fff;
    color: #000;
    font-size: 18px;
    padding: 5px 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-right: 100px;
    font-weight: bold;
    height: 100%;
    text-transform: lowercase;
}

#block-search-form .form-actions, #solr-search-block-form .form-actions {
    right: auto !important;
}

body.front #solr-search-block-form .form-actions {
    margin-top: 115px;
    margin-left: 27%;
    font-size: 35px;
    z-index: 10;
}

#solr-search-block-form .form-actions {
    margin-top: -12px;
    margin-left: 27%;
    color: #000;
    font-size: 20px;
}

#solr-search-block-form .form-actions {
    position: absolute;
    top: 0px;
    right: auto;
    color: #000;
    font-size: 16px;
    z-index: 10;
}

#solr-search-block-form .form-actions { 
    top: 6px;
}

body.logged-in #solr-search-block-form .form-actions {
    top: 5px;
}

body.not-front.logged-in #solr-search-block-form .form-actions {
    top: 0px;
}

#block-search-form .social a, #solr-search-block-form .social a {
    display: block;
    margin-bottom: 2px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    padding-left: 2px;
}

#solr-search-block-form .social {
    margin-top: -50px;
    margin-left: 9%;
    position: absolute;
    display: inline-block;
    z-index: 10;
}

body.front #solr-search-block-form .social {
    margin-top: -68px;
    margin-left: 12%;
    position: absolute;
    display: inline-block;
    z-index: 99;
}

#block-search-form .social a:hover, #solr-search-block-form .social a:hover {
    background: #30588e;
}

#block-search-form .social a:active, #solr-search-block-form .social a:active {
    background-color: #20487e;
    transform: translate3d(1px,1px,1px);
}

.block-submenublock  {
    margin-left:-15px;
}

.search-results {
    padding-left: 0px;
}

.search-result  {
    list-style-type: none;
    padding-top:8px;
}

.search-form input.form-text {
    width: 80%;
    margin: 0 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#solr-search-block-form input.form-submit {
    background-color: transparent;
    color: #000;
    position: relative;
    z-index: 1;
    height: 52px;
    margin: 0;
    padding: 30px;
}

#solr-search-block-form .form-actions:after {
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 0;
}

.form-item.form-type-textfield.form-item-shadow {
    margin-top: -94px;
    position: relative;
    z-index: 0;
}

body.not-front .form-item.form-type-textfield.form-item-shadow {
    margin-top: -64px;
}

body.admin-menu .form-item.form-type-textfield.form-item-shadow {
    margin-top: -54px;
}

body.front .form-item.form-type-textfield.form-item-shadow {
    margin-top: -101px;
}

#solr-search-block-form #edit-custom-search-block-id-shadow {
    background: none;
}

.form-item.form-type-textfield.form-item-search {
    position: relative;
    z-index: 9;
}

html.js input.form-autocomplete { background-position: 99% center;}

#autocomplete {
    background-color:rgba(255,255,255,0.9);
    z-index:1000;
    border: 0px solid #fff;
    margin-left: 0;
    width: 100% !important;
}

#autocomplete ul {
    margin: 10px;
}

#autocomplete li {
    border-bottom: 1px solid #aaaaaa;
    padding-top:5px;
    padding-bottom:8px;
    padding-left:5px;
    padding-right:5px;
    background-color:rgba(255,255,255,0);
    list-style: none;
}

#autocomplete span.search-title {
    width: 70%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#autocomplete span.search-ct {
    width: 30%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}

#autocomplete li:last-child, #autocomplete li:last-child:hover {
    text-decoration: none;
    float: right;
    color: #fff;
    background: none;
    border-bottom: 0;
}

#autocomplete li:last-child a {
    text-decoration: none;
    background-color: purple;
    padding: 8px;
    float:right;
    margin-top:10px; 
    margin-bottom:5px;
    list-style-type: none;
    border-bottom: 0px solid #aaaaaa;
    color: #fff;
}

#autocomplete li:last-child a {
    color:white;
}

#autocomplete li:hover {
    background: #dddddd;
}
#autocomplete li a {
    text-decoration: none;
    color: #000;
}
#autocomplete li.selected {
    color: #000;
}

.search-ct { float:right;}

.block-facetapi .content ul li, #block-apachesolr-search-sort .content ul li {
    border-bottom: 0px dashed #ddd;
    list-style: none;
    margin-left: 0;
	color: #30588e;
}

.block-facetapi input[type="checkbox"] {
    margin-right: 5px;
}

.block-facetapi .content ul li a {
    text-decoration: none;
}

#block-apachesolr-search-sort li img {
    float: right;
}

ul.ui-autocomplete {
    border-radius: 0;
}

ul.ui-autocomplete li, ul.ui-autocomplete li:hover {
    list-style: none;
    zoom: 1;
    margin: 0;
    padding: 0;
}

ul.ui-autocomplete li a:hover {
    background: none;
    zoom: 1;
    margin: 0;
    border: 0px solid #fff;
}

.hightlighted_text{
    background-image: linear-gradient(-100deg, rgba(255, 255, 255, 0), yellow 85%, rgba(255, 255, 255, 0));
}

html.js input.form-autocomplete {
    background-image: url(../images/throbber-active.gif);
    background-position-y: -18px;
}

html.js body.front input.throbbing {
    background-position-y: 30px;
}

html.js input.throbbing {
    background-position-y: 15px;
}

@-moz-document url-prefix() {
    html.js input.form-autocomplete {
        background-position: 98% -18px;
    }

    html.js body.front input.throbbing {
        background-position: 98% 30px;
    }

    html.js input.throbbing {
        background-position: 98% 15px;
    }
}

/* MENU */
.links-menu .link-item {
    text-align: center;
    z-index: 5;
    color: #fff;
    line-height: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 0;
}

#banner-inside .links-menu .link-item:first-child {
    margin-left: 4.5%;
}

.links-menu .link-item a {
    color: #fff;
    text-decoration: none;
}

.links-menu .link-item img {
    margin-bottom: 5px;
}

.links-menu .round-button {
    margin: 0 auto;
    margin-bottom: 3px;
}

#banner {
    margin-top: -70px;
	height:70px;
}

#banner-inside {
    padding-top: 20px;
    margin-bottom: 0px;
}

.links-menu {
    z-index: 5;
    margin-top:	-15px;
}
.colorline {
    width:100%;
    height:10px;
    position:relative;
    top:25px;
}

/* SUBMENU BLOCK */
#block-submenublock-submenublock .submenu-link {
    background-color: #000;
    padding: 15px 10px 15px 10px;
    margin-bottom: 15px;
    font-family: arial;
    font-size: 15px;
    height: 50px;
}

body.page-node-17 #block-submenublock-submenublock {
    width: 50% !important;
}

body.page-node-17 #block-submenublock-submenublock .col-md-6 {
    padding-left: 0px;
}

/* Safari 9+ (iOS Only!) */
_::-webkit-:not(:root:root), #block-submenublock-submenublock .submenu-link { padding: 12px 10px 15px 10px; } 

#block-submenublock-submenublock .submenu-link .title {
    float: left;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#block-submenublock-submenublock .submenu-link .title, #block-submenublock-submenublock .submenu-link .arrow-right {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#block-submenublock-submenublock a {
    color: white;
    text-decoration: none;
}

#block-submenublock-submenublock .item-menu {
    padding-right: 0px;
}

.col-md-8 .item-menu {
    width:50% !important;
}

#block-submenublock-submenublock .submenu-link .arrow-right {
    float: right;
    font-size: 20px;
}

body.menu-885 #block-submenublock-submenublock .submenu-link {
    background-color: #54011c;
}

body.menu-885 #block-submenublock-submenublock .submenu-link:hover {
    background-color: #883550;
}

#block-submenublock-submenublock .field-name-field-cell {
    font-weight: normal;
}

/* HIGHLIGHT BUTTONS  */
.submenu-link:hover{
    filter: brightness(1.3);
    -moz-filter: brightness(130%);
    -webkit-filter: brightness(130%);
    -ms-filter: brightness(130%);
    -o-filter: brightness(130%);
}

/* SITEMAP BLOCK */
#block-vbx-sitemap-vbx-sitemap .submenu-link {
    background-color: #000;
    padding: 15px 10px;
    margin-bottom:15px;
	font-family: arial;
    font-size: 15px;
}

#block-vbx-sitemap-vbx-sitemap a {
    color: white;
    text-decoration: none;
}

#block-vbx-sitemap-vbx-sitemap .submenu-link .arrow-right {
    float: right;
    font-size: 20px;
}

body.menu-885 #block-vbx-sitemap-vbx-sitemap .submenu-link {
    background-color: #54011c;
}

body.menu-885 #block-vbx-sitemap-vbx-sitemap .submenu-link:hover {
    background-color: #883550;
}

/* SITEMAP IMAGES */
body.page-node-32 #header { background: url(../images/banner_std.jpg) no-repeat top fixed; }
/* Administratieve departementen */
body.parent-node-791 #header { background: url(../images/banner_791.jpg) no-repeat top fixed; }
/* Agenda */
body.parent-node-agenda #header { background: url(../images/banner_agenda.jpg) no-repeat top fixed; }
/* Archief */
body.parent-node-784 #header { background: url(../images/banner_784.jpg) no-repeat top fixed; }
/* Bevolking & Burgerlijke stand */
body.parent-node-1412 #header { background: url(../images/banner_1412.jpg) no-repeat top fixed; }
/* Bibliotheken */
body.parent-node-567 #header { background: url(../images/banner_567.jpg) no-repeat top fixed; }
/* Communicatie */
body.parent-node-573 #header { background: url(../images/banner_573.jpg) no-repeat top fixed; }
/* Cultuur */
body.parent-node-783 #header { background: url(../images/banner_783.jpg) no-repeat top fixed; }
/* Duurzame ontwikkeling */
body.parent-node-2856 #header { background: url(../images/banner_2856.jpg) no-repeat top fixed; }
/* Erfgoed */
body.parent-node-178 #header { background: url(../images/banner_178.jpg) no-repeat top fixed; }
/* Evenementen */
body.parent-node-569 #header { background: url(../images/banner_569.jpg) no-repeat top fixed; }
/* Financiën */
body.parent-node-789 #header { background: url(../images/banner_789.jpg) no-repeat top fixed; }
/* Gezondheid */
body.parent-node-565 #header { background: url(../images/banner_565.jpg) no-repeat top fixed; }
/* Groene ruimten */
body.parent-node-790 #header { background: url(../images/banner_790.jpg) no-repeat top fixed; }
/* Handel */
body.parent-node-786 #header { background: url(../images/banner_786.jpg) no-repeat top fixed; }
/* Kinderen, familie & jeugd */
body.parent-node-792 #header { background: url(../images/banner_792.jpg) no-repeat top fixed; }
/* Milieu */
body.parent-node-121 #header { background: url(../images/banner_121.jpg) no-repeat top fixed; }
/* Mobiliteit */
body.parent-node-123 #header { background: url(../images/banner_123.jpg) no-repeat top fixed; }
/* Netheid */
body.parent-node-793 #header { background: url(../images/banner_793.jpg) no-repeat top fixed; }
/* Nieuws */
body.parent-node-news #header { background: url(../images/banner_news.jpg) no-repeat top fixed; }
/* Onderwijs */
body.parent-node-566 #header { background: url(../images/banner_566.jpg) no-repeat top fixed; }
/* Overheidsopdrachten */
body.parent-node-82 #header { background: url(../images/banner_82.jpg) no-repeat top fixed; }
/* Participatie */
body.parent-node-572 #header { background: url(../images/banner_572.jpg) no-repeat top fixed; }
/* Politie */
body.parent-node-88 #header { background: url(../images/banner_88.jpg) no-repeat top fixed; }
/* Preventie */
body.parent-node-179 #header { background: url(../images/banner_179.jpg) no-repeat top fixed; }
/* Senioren */
body.parent-node-90 #header { background: url(../images/banner_90.jpg) no-repeat top fixed; }
/* Sociaal */
body.parent-node-568 #header { background: url(../images/banner_568.jpg) no-repeat top fixed; }
/* Smart City */
body.parent-node-2857 #header { background: url(../images/banner_2857.jpg) no-repeat top fixed; }
/* Sport */
body.parent-node-788 #header { background: url(../images/banner_788.jpg) no-repeat top fixed; }
/* Stedenbouw */
body.parent-node-91 #header { background: url(../images/banner_91.jpg) no-repeat top fixed; }
/* Toerisme */
body.parent-node-89 #header { background: url(../images/banner_89.jpg) no-repeat top fixed; }
/* Werken & bouwwerven */
body.parent-node-205 #header { background: url(../images/banner_205.jpg) no-repeat top fixed; }
/* Werkgelegenheid & opleiding */
body.parent-node-180 #header { background: url(../images/banner_180.jpg) no-repeat top fixed; }
/* Wijkcontracten */
body.parent-node-122 #header { background: url(../images/banner_122.jpg) no-repeat top fixed; }
/* Woningen */
body.parent-node-570 #header { background: url(../images/banner_570.jpg) no-repeat top fixed; }

/* EGOV */
body.parent-node-22 .icon-22 {
    background: rgb(0,132,164);
}
body.parent-node-22 #header {
    background: url(../images/banner_egov.jpg) no-repeat top fixed;
}
body.parent-node-22 #footer {
    background: url(../images/banner_egov.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-22 #footer .footer-color {
    background-color: rgba(0,132,164,0.65);
}
.icon-22:hover {
    background: rgb(0,132,164);
}
body.parent-node-22 .sidebarstyle {
    color:black;
    background-color: rgba(184,143,0,.65);
}
body.parent-node-22 .sidebarstyle a {
    color:black;
}
body.parent-node-22 .colorline,body.parent-node-22 .collapsediv,body.parent-node-22 .submenu-link {
    background-color: rgb(0,132,164) !important;
}
body.parent-node-22 table {
    border: 0px solid #fff;
    border-collapse: collapse;
}
body.parent-node-22 thead, body.parent-node-22 td i {
    display: none;
}
body.parent-node-22 tr {
    border-bottom: 10px solid #fff;
}
body.parent-node-22 td {
    border: none !important;
    background-color: rgb(0,132,164);
    border-radius: 0 !important;
    padding: 9px 10px !important;
}
body.parent-node-22 td a {
    color: #fff;
    display: block;
    text-decoration: none;
}
body.parent-node-22 td.footable-last-column {
    border-left: 10px solid #fff !important;
    width: 10%;
    vertical-align: middle;
}
body.parent-node-22 td.footable-last-column img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/* HOURS */
body.parent-node-23 .icon-23 {
    background: rgb(129,107,34);
}
body.parent-node-23 #header {
    background: url(../images/banner_hours.jpg) no-repeat top fixed;
}
body.parent-node-23 #footer {
    background: url(../images/banner_hours.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-23 #footer .footer-color {
    background-color: rgba(129,107,34,0.65);
}
.icon-23:hover {
    background: rgb(129,107,34);
}
body.parent-node-23 .sidebarstyle {
    color:black;
    background-color: rgba(129,107,34,.65);
}
body.parent-node-23 .sidebarstyle a {
    color:black;
}
body.parent-node-23 .colorline ,body.parent-node-23 .collapsediv,body.parent-node-23 .submenu-link {
    background-color: rgb(129,107,34) !important;
}

/* APPOINTMENT */
body.parent-node-17 .icon-17 {
    background: rgb(234,91,12);
}
body.parent-node-17 #header {
    background: url(../images/banner_appoint.jpg) no-repeat top fixed;
}
body.parent-node-17 #footer {
    background: url(../images/banner_appoint.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-17 #footer .footer-color {
    background-color: rgba(234,91,12,0.65);
}
.icon-17:hover {
    background: rgb(234,91,12);
}
body.parent-node-17 .sidebarstyle {
    color:black;
    background-color: rgba(234,91,12,.65);
}
body.parent-node-17 .sidebarstyle a {
    color:black;
}
body.parent-node-17 .colorline, body.parent-node-17 .collapsediv, body.parent-node-17 .submenu-link {
    background-color: rgb(234,91,12) !important;
}

/* WEBCAMS */
body.parent-node-24 .icon-24 {
    background: rgb(111,44,145);
}
body.parent-node-24 #header {
    background: url(../images/banner_webcam.jpg) no-repeat top fixed;
}
body.parent-node-24 #footer {
    background: url(../images/banner_webcam.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-24 #footer .footer-color {
    background-color: rgba(111,44,145,0.5);
}
.icon-24:hover {
    background: rgb(111,44,145);
}
body.parent-node-24 .sidebarstyle {
    color:black;
    background-color: rgba(111,44,145,.55);
}
body.parent-node-24 .sidebarstyle a {
    color:black;
}
body.parent-node-24 .colorline, body.parent-node-24 .collapsediv, body.parent-node-24 .submenu-link {
    background-color: rgb(111,44,145) !important;
}

/* POLITICS */
body.parent-node-7 .icon-7 {
    background: rgb(127,22,33);
}
body.parent-node-7 #header {
    background: url(../images/banner_politics.jpg) no-repeat top fixed;
}
body.parent-node-7 #footer {
    background: url(../images/banner_politics.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-7 #footer .footer-color {
    background-color: rgba(127,22,33,0.65);
}
.icon-7:hover {
    background: rgb(127,22,33);
}
body.parent-node-7 .sidebarstyle {
    color:black;
    background-color: rgba(127,22,33,.5);
}
body.parent-node-7 .sidebarstyle a {
    color:black;
}
body.parent-node-7 .colorline,body.parent-node-7 .collapsediv,body.parent-node-7 .submenu-link {
    background-color: rgb(127,22,33) !important;
}

/* JOB OFFERS */
body.parent-node-25 .icon-25 {
    background: rgb(184,143,0);
}
body.parent-node-25 #header {
    background: url(../images/banner_jobs.jpg) no-repeat top fixed;
}
body.parent-node-25 #footer {
    background: url(../images/banner_jobs.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-25 #footer .footer-color {
    background-color: rgba(184,143,0,0.8);
}
.icon-25:hover {
    background: rgb(184,143,0);
}
body.parent-node-25 .sidebarstyle {
    color:black;
    background-color: rgba(184,143,0,.75);
}
body.parent-node-25 .sidebarstyle a {
    color:black;
}
body.parent-node-25 .colorline, body.parent-node-25 .collapsediv, body.parent-node-25 .submenu-link {
    background-color: rgb(184,143,0) !important;
}

/* PARTICIPATE */
body.parent-node-26 .icon-26 {
    background: rgb(124,110,176);
}
body.parent-node-26 #header {
    background: url(../images/banner_participate.jpg) no-repeat top fixed;
}
body.parent-node-26 #footer {
    background: url(../images/banner_participate.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-26 #footer .footer-color {
    background-color: rgba(124,110,176,0.5);
}
.icon-26:hover {
    background: rgb(124,110,176);
}
body.parent-node-26 .sidebarstyle {
    color:black;
    background-color: rgba(124,110,176,.55);
}
body.parent-node-26 .sidebarstyle a {
    color:black;
}
body.parent-node-26 .colorline, body.parent-node-26 .collapsediv, body.parent-node-26 .submenu-link {
    background-color: rgb(124,110,176) !important;
}

/* MAPS */
body.parent-node-27 .icon-27 {
    background: rgb(137,204,202);
}
body.parent-node-27 #header {
    background: url(../images/banner_map.jpg) no-repeat top fixed;
}
body.parent-node-27 #footer {
    background: url(../images/banner_map.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-27 #footer .footer-color {
    background-color: rgba(137,204,202,0.8);
}
.icon-27:hover {
    background: rgb(137,204,202);
}
body.parent-node-27 .sidebarstyle {
    color:black;
    background-color: rgba(137,204,202,.75);
}
body.parent-node-27 .sidebarstyle a {
    color:black;
}
body.parent-node-27 .colorline, body.parent-node-27 .collapsediv, body.parent-node-27 .submenu-link {
    background-color: rgb(137,204,202) !important;
}

/* TOMORROW */
body.parent-node-28 .icon-28 {
    background: rgb(100,166,4);
}
body.parent-node-28 #header {
    background: url(../images/banner_tomorrow.jpg) no-repeat top fixed;
}
body.parent-node-28 #footer {
    background: url(../images/banner_tomorrow.jpg) no-repeat center;
    background-size: cover;
}
body.parent-node-28 #footer .footer-color {
    background-color: rgba(100,166,4,0.65);
}
.icon-28:hover {
    background: rgb(100,166,4);
}
body.parent-node-28 .sidebarstyle {
    color:black;
    background-color: rgba(100,166,4,.70);
}
body.parent-node-28 .sidebarstyle a {
    color:black;
}
body.parent-node-28 .colorline, body.parent-node-28 .collapsediv, body.parent-node-28 .submenu-link {
    background: rgb(100,166,4) !important;
}
body.parent-node-28 .project-item h2 {
	font-size: 14px;
	font-family: 'cantarell',sans-serif;
	margin-top: 3px;
}

/* VOUS ETES (no icon) */
body.parent-node-40 #header {
    background: url(../images/banner_agenda_news.jpg) no-repeat top fixed;
}
body.parent-node-40 .sidebarstyle {
    color:white;
    background-color: rgb(215,11,140);
}
body.parent-node-40 .sidebarstyle a {
    color:white;
}
body.parent-node-40 .sidebarstyle {
    color:black;
    background-color: rgba(215,11,140,.65);
}
body.parent-node-40 .sidebarstyle a {
    color:black;
}
body.parent-node-40 .colorline, body.parent-node-40 .collapsediv, body.parent-node-40 .submenu-link {
    background: rgb(215,11,140) !important;
}


/* AGENDA */
body.node-type-agenda #header {
    background: url(../images/banner_agenda_news.jpg) no-repeat top fixed;
}
body.node-type-agenda .colorline {
    background: rgb(215,11,140);
}
body.node-type-agenda .sidebarstyle {
    color: black;
    background-color: rgba(215,11,140,.7);
}
body.node-type-agenda .sidebarstyle a {
    color:black;
}
body.node-type-agenda .field-name-field-event-languages .field-item {
    float: left;
    margin-right: 5px;
}
body.node-type-agenda .collapsediv, body.node-type-agenda .submenu-link {
    background: rgb(215,11,140) !important;
}
.columnpushbottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;	
}
.view-agenda-search-engine .filter {
    margin-bottom: 15px;
}
.view-agenda-search-engine .views-exposed-form .views-exposed-widget .form-submit, #block-views-exp-agenda-search-engine-page .form-submit {
    margin-top: 1.9em;
}
@media only screen and (min-width : 992px) { 
    #edit-mots-wrapper {
        padding-top: 0px;
    }
    #edit-cat-wrapper {
        margin-top: 5px;
    }
    .view-agenda-search-engine .views-exposed-form .views-exposed-widget .form-submit {
        margin-top: 1.3em;
    }
}
.view-agenda-search-engine input, #block-views-exp-agenda-search-engine-page input, .view-agenda-search-engine select, #block-views-exp-agenda-search-engine-page select {
    width: 200px !important;
}
.view-agenda-search-engine .ms-drop input {
    width: auto !important;
    margin-right: 5px;
}
#edit-cat-wrapper .ms-parent button {
    height: 52px;
    line-height: 52px;
}
#edit-cat-wrapper .ms-choice>div {
    top: 15px;
}
#edit-cat-wrapper .ms-choice, #edit-cat-wrapper .ms-drop {
    background-color: #fcfcfc;
    color: #999999;
}
.view-agenda-search-engine .container-inline-date .form-item, #block-views-exp-agenda-search-engine-page .container-inline-date .form-item, .view-agenda-search-engine .container-inline-date .form-item input, #block-views-exp-agenda-search-engine-page .container-inline-date .form-item input {
    margin-right: 0em;
}
.ui-datepicker .ui-datepicker-title select {
    min-height: 20px;
    padding: 5px;
}
.ui-widget-header {
    background: #FF0066 !important;
}
.ui-datepicker {
    padding: 0;
    max-width: 100%;
    margin-bottom: 10px;
}
.ui-datepicker table {
    margin: 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #363636;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #FF0066;
    background: #FF0066;
    color: #212121;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    border: 1px solid #FF0066;
    background: #FF0066;
    color: #212121;
    top: 2px;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    border: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    border: 0;
}
#block-block-10 {
    margin-top: 50px;
}

/* MYBXL (not used) */
body.node-type-mybxl#header {
    background: url(../images/banner_mybxl.jpg) no-repeat top fixed;
    border-bottom: 50px solid rgba(236,95,114,1);
}
body.node-type-mybxl .sidebarstyle {
    color:white;
    background-color: rgb(236,95,114);
}
body.node-type-mybxl .collapsediv,body.node-type-mybxl .submenu-link {
    background: rgb(236,95,114) !important;
}

/* ACTUALITE (actually an article, make exception here) */
body.parent-node-news #header {
    background: url(../images/banner_agenda_news.jpg) no-repeat top fixed;
}
body.parent-node-news .sidebarstyle {
    color:black;
    background-color: rgba(215,11,140,.7);
}
body.parent-node-news .sidebarstyle a {
    color:black;
}
body.parent-node-news .colorline, body.parent-node-news .collapsediv, body.parent-node-news .submenu-link  {
    background: #FF0066 !important;
}

/* TOP CONTENT */
#top-content {
    padding: 5px 0 5px 0;
}

/* CONTENT */
#main-content {
    padding: 0;
    background-color: #fff;
}

.page-node.page-node- #content-wrapper h1.page-title {
    padding: 0;
    margin: 0;
    padding-bottom:10px;
}

.node > .content, #comments, .page-contact #content-wrapper {
    padding: 0;
}

#block-system-main .content {
    padding: 0px;
}

#content-wrapper h1.page-title {
    margin: 20px 10px 10px 10px;
}


.node.node-teaser, .page-node- #content-wrapper, .page-contact #content-wrapper {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}


.node header {
    display: none;
}

/* ARTICLE */
.node-article .field-name-field-introduction {
    font-weight: bold;
}

.node-article .agenda-link .content, .node-article .info-pratique .content {
    padding: 10px 0 !important;
}

/* BREADCRUMB */
.breadcrumb {
    background-color: transparent;
    border: 0;
    padding-top:30px;
    margin-bottom:0px;
    padding-left:0px;
}
.breadcrumb>li+li:before {
    content: "//";
    margin-left:-6px;
}
.breadcrumb li.last a{
    pointer-events: none;
    cursor: default;
}

/* SOCIAL SHARE */
#block-socialshare-socialshare .social-share-content {
    padding-top:15px;
}

#block-socialshare-socialshare .social-share-content a, .social-share-content a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
}

.node-agenda .social-share-content a {
    background-color: #6D6D6D;
}

#block-socialshare-socialshare {
    clear: both;
}

/* BLOCK */
.block {
    padding: 0 0 10px 0;
    clear: none;
}

/* FOOTER */
#footer {
    background: url(../images/footer_background.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    margin-bottom: 0px;
    padding: 0;
}

#footer .footer-color {
    padding: 20px 0 0 0;
}

#footer .content a {
    text-decoration: underline;
    color: #fff;
}

#footer h2 {
    color: #fff;
}

#toTop {
    bottom: 50px;
}

#toTop .glyphicon {
    color: #000;
    font-size: 20px;
    margin-top: 5px;
}

#block-block-1 .content ul li {
    list-style: none;
    display: inline-block;
    margin-right: 3%;
    padding: 0;
}

#block-block-1 .content ul li a {
    text-decoration: underline;
    text-transform: uppercase;
}

#block-block-3 {
    position: relative;
    top: -375px;
    float: right;
    margin-bottom: -240px;
}

/* TEMP - GEM - 22012019 */
#block-block-3 {
    top: -190px;
    margin-bottom: -190px;
}

#block-block-15 .footer-social .link {
    display: inline-block;
}

#block-block-15 .footer-social {
    text-align: center;
}

#block-newsletter-newsletterblock label, #block-newsletter-newsletterblock .form-item-newsletter-choice, #block-newsletter-newsletterblock .form-required {
    display: none;
}

#block-newsletter-newsletterblock .form-item-email label {
	display: block;
	font-weight: normal;
	text-align: center;
}

#block-newsletter-newsletterblock form {
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
}

#block-newsletter-newsletterblock input.form-text {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 5px 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: bold;
    min-height: 100%;
}

#block-newsletter-newsletterblock input.form-submit {
    display: block;
    margin: 0 auto;
    padding: 5px 20px;
}

/* COOKIES */
.cc-cookies {
    width: 100%;
    background: #000;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 0 0 rgba(0,0,0,0.35);
}

.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-accept:hover {
    text-transform: uppercase;
    background: #FF0066;
    box-shadow: 0 0 0 rgba(0,0,0,0.25);
    text-shadow: 0 0 0 rgba(0,0,0,0.35);
    float: right;
}

.cc-cookies div.text {
    display: inline-block;
    margin-top: 5px;
}

.cc-cookies div.text a, .cc-cookies div.text a:hover {
    text-decoration: underline;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #solr-search-block-form .form-actions {
        margin-left: 27% !important;
    }
    body.front #solr-search-block-form .form-actions {
        margin-left: 25% !important;
    }
    #solr-search-block-form .social {
        margin-left: 23% !important;
    }
}

/* ADMIN MENU */
.admin-menu input {
    min-height: 0;
}

#toolbar ul.menu li {
    padding: 5px 0;
    border-bottom: 0px dashed #ddd;
}

#toolbar ul.menu li a {
    font-size: 11px;
}

/* SLIDESHOW HOMEPAGE */
#block-views-actualit-swiper-homepage-block h2 {
    background-color:#FF0066;
    padding:10px;
    color:white;
    margin-bottom: 10px;	
}

.view-actualit-swiper-homepage .views-field-field-image-article img {
    width: 100%;
}

.view-actualit-swiper-homepage .intro {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 10px 25px 10px; 
}

.view-actualit-swiper-homepage .intro .title a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.view-actualit-swiper-homepage .intro .title {
    margin-bottom: 10px;
}

/* ACTU ITEMS HOMEPAGE */
#block-views-actualit-swiper-homepage-block h2 {
    font-size: 16px;
}
#block-views-actualit-swiper-homepage-block h2 .fa {
    float: right;
}
#block-views-actualit-swiper-homepage-block h2 a {
    color: white;
}
#block-views-actualit-swiper-homepage-block h2 a:hover {
    text-decoration: none;
}

/* AGENDA ITEMS HOMEPAGE & BPART */
#block-views-agenda-homepage-details2-block h2 {
    background-color:#FF0066;
    margin-left:15px;
    margin-right:15px;
    padding:10px;
    color:white;
    font-size: 16px;
}
#block-views-agenda-homepage-details2-block h2 .fa {
    float: right;
}
#block-views-agenda-homepage-details2-block h2 a {
    color: white;
}
#block-views-agenda-homepage-details2-block h2 a:hover {
    text-decoration: none;
}

.event {
    margin-bottom:10px;
}

#block-views-agenda-homepage-details2-block .col-md-4  {
    margin-bottom:15px;
}

#block-views-agenda-homepage-details2-block .views-field-title-field-et .field-content, #block-views-bpart-block-bpart .field-content {
    position: absolute; 
    bottom: 0; 
    //height: 40px;
    background: rgb(255, 255, 255); /* fallback color */
    background: rgba(255, 255, 255, 0.75);
    padding:10px;
    width:92%;
    //text-overflow: ellipsis;
    //white-space: nowrap;
    overflow: hidden;	
}

.views-field-title-field-et a, .views-field-field-titre-raccourci a, #block-views-bpart-block-bpart .field-content {
    color:black;
    font-weight:bold;
    text-decoration:none;
}

#block-views-agenda-homepage-details2-block .view-footer {
    padding-left: 15px;
}

/* FLASH */
.view-flash-news-for-homepage {
    margin-top:20px;
    background-color:#CBCBCB;
}

.field-name-title-field {
    font-weight:bold;
}

.view-flash-news-for-homepage .readmore-button {
    text-align: right;
    width: auto !important;
    margin-top: -80px;
    margin-right: 19px;
    padding-bottom: 15px;
}

.view-flash-news-for-homepage .readmore-button .fa {
    color: #fff;
    font-size: 19px;
    border-radius: 100%;
    background-color: #FF0066;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    padding: 5.5px 6.5px 0 0;
    margin-top: 20px;
}

/* NEWS & AGENDA */
.view-news .news, .view-agenda-search-engine .agenda, .view-archive-news .news {
    border-bottom: 1px solid #CBCBCB;
    padding: 15px 0;
}

.view-news .news .image, .view-agenda-search-engine .agenda .image, .view-archive-news .news .image {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.view-news .news .title, .view-agenda-search-engine .agenda .title, .view-archive-news .news .title, .view-news .news .title a {
    font-size: 17px;
    margin-bottom: 15px;
	color: #4077BA;
	font-weight: normal;
	font-family: 'cantarell',sans-serif;
}
.page-archive-news .title a {
	color: #4077BA !important;
}

.view-news .news h2 {
    margin-top: 0;
}

.view-news h1.page-title {
    margin: 20px 10px 10px 0 !important;
}

.view-news .news .readmore, .view-agenda-search-engine .agenda .readmore, .view-archive-news .news .readmore {
    background: #FF0066;
    float: right;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    margin-top: 10px;
}

.view-news .news .readmore a, .view-agenda-search-engine .agenda .readmore a, .view-archive-news .news .readmore a {
    color: #fff;
    text-decoration: none;
}

#block-block-10 > h2 {
    background: rgb(215,11,140);
    color: #fff;
    margin: 0;
    padding: 20px 0 20px 10px;
    text-transform: uppercase;
}

ul.pager li a, ul.pager li.pager-current {
    border: 1px solid #CBCBCB;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul.pager li a:hover, ul.pager li.pager-current {
    background-color: #000;
    border: 1px solid #000;
}

ul.pager {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0 15px;
    padding-left: 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.9em;
}

.view-agenda-search-engine #edit-mots-wrapper, #block-views-exp-agenda-search-engine-page #edit-mots-wrapper {
    clear: both;
}

.view-agenda-search-engine #edit-start-wrapper, .view-agenda-search-engine #edit-end-wrapper {
    display: none;
}

.view-archive-news .views-summary li {
    border-bottom: 0px dashed #ddd;
    list-style: none;
    color: #30588e;
}

.view-archive-news .views-summary li a {
    text-decoration: none;
}

.view-archive-news .views-summary li a.active {
    color: #30588e;
}

.view-archive-news .views-summary li input {
	margin-right: 5px;
}

/* SITEMAP */
body.page-node-32 #block-system-main {
    display: none;
}

#block-vbx-sitemap-vbx-sitemap > h2 {
    font-size: 32px;
    margin-top: 10px;
}

#block-vbx-sitemap-vbx-sitemap {
    padding: 0;
}

#block-vbx-sitemap-vbx-sitemap .content {
    margin-left: -15px;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #banner-inside {
        padding-top: 10px;
    }
    #views_slideshow_cycle_main_actualit_swiper_homepage-block img {
        max-width: 98.3% !important;
    }
}
.field-type-image img {width:100%;} // fix for IE

/* always float the postal code from the DIR's to the left */
.field-name-field-postal-code {
    float:left;
    padding-right:5px;
}

/* COLLAPSE */
.collapsediv {
    cursor: pointer;
    color:white;
    background-color:#000;
    padding:7px;
    font-size:16px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.collapsediv  .glyphicon-chevron-right {
    float:right;
    padding-top:2px;
}
/* CALCULATE ROAD */
.directions-bicycle-icon {
    background-image: url(//maps.gstatic.com/tactile/directions/omnibox/directions-1x-20150929.png);
    background-position: 0px -168px;
    width: 24px;
    height: 24px;
    border-color:red;
}
.directions-drive-icon {
    background-image: url(//maps.gstatic.com/tactile/directions/omnibox/directions-1x-20150929.png);
    background-position: 0px -96px;
    width: 24px;
    height: 24px;
}
.directions-transit-icon {
    background-image: url(//maps.gstatic.com/tactile/directions/omnibox/directions-1x-20150929.png);
    background-position: 0px -120px;
    width: 24px;
    height: 24px;
}
.directions-walk-icon {
    background-image: url(//maps.gstatic.com/tactile/directions/omnibox/directions-1x-20150929.png);
    background-position: 0px -144px;
    width: 24px;
    height: 24px;
}
.directions-current-location {
    background-image: url(/sites/all/themes/bxl/images/currentposition.png);
    width: 24px;
    height: 24px;
}
.adp-placemark {display:none;}

/* VIEW BUTTONS */
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}

#nmbssncb  img{float:left;margin-right:10px;height:22px;}
#mivbstib img{float:left;margin-right:10px;height:22px;}
#villo img{float:left;margin-right:10px;height:22px;}

/* CONTENT SMALLER FOR ARTICLES */

@media (min-width: 1200px) {
    .not-front #main-content .container {
        width: 940px !important;
    }
}

/* slider */
.owl-theme .owl-controls {
    margin-top: -25px;
    padding-bottom: 7px;	
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #FF0066;
    border: 2px solid #FF0066;
    opacity: 0.5;
}

.owl-theme .owl-controls .owl-page span:hover, .owl-theme .owl-controls .owl-page span {
    opacity: 0.5 !important;
}

.owl-carousel .play-pause {
    float: right;
    margin-top: -30px;
    opacity: 0.99;
    font-size: 25px;
}

.owl-carousel .play-pause a {
    margin-right: 5px;
    color: #FF0066;
}

.owl-carousel .play-pause a:hover {
    cursor: pointer;
}

/* edit buttons */
.tabs .primary {padding-left:0px;}
.tabs {overflow:hidden;}

ul.primary, ul.primary li a, ul.primary li.active a {
    border-color: #eaeaea;
    padding-left: 0px;
    padding: 9px;
}
ul.primary li a:hover {border-bottom-color:#ccc;}
ul.primary li a {border-style: solid solid solid solid;}
ul.primary  {border:none}

/* BOOKMARKS */
.flag-bookmarks:before {
    font-family: FontAwesome;
    content: "\f02e";
    color: #30588e;
}
.flag-outer-bookmarks {
    clear:left;
    padding-top:20px;
    padding-bottom:20px;
}

/* REDIRECT WARNING */
.blinkme {
    animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/* UNPUBLISHED NODES */
.node-article.node-unpublished {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(220,220,220,1) 10px,
        rgba(220,220,220,1) 20px
        );
}

/* DIR DISPLAY MODIFS */
.node-directory .well {padding:10px}
.node-directory .field-name-field-cell{font-weight:bold;}
.node-directory .field-name-field_department{font-weight:bold;}
.node-directory .field-name-field_section{font-weight:bold;}
.node-directory .field-name-field_association{font-weight:bold;}
.node-directory .field {display:inline-block;}
.node-directory .fa {width:22px;font-size:19px;text-align:center;padding-right:5px;vertical-align:top;padding-top:2px;}

/* FIREFOX FIX */
@-moz-document url-prefix() {
    body.front #block-block-9, body.front #block-solr-search-solr-search-block {
        line-height: 1.42857;
    }
    body.front #solr-search-block-form .form-actions {
        margin-top: 100px;
    }
    @media only screen and (max-width : 991px) {
        body.front #solr-search-block-form .form-actions {
            margin-top: -100px !important;
        }
    }
    @media only screen and (min-width : 992px) and (max-width : 1224px) {
        body.front #solr-search-block-form .form-actions {
            margin-top: -105px !important;
        }
    }
    #autocomplete span.search-ct {
        margin-top: -25px;
    }
    body.front .form-item.form-type-textfield.form-item-shadow {
        margin-top: -101px;
    }
}

/* IE10+ FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.front .form-item.form-type-textfield.form-item-shadow {
        margin-top: -101px;
    }
    body.front .links-menu {
        margin-top: -5px;
    }
}

/* AnySurfer */
a:focus {
    outline: thin dotted;
}
.navbar-toggle:focus {
    outline: #fff thin dotted;
}

/* DIR exceptions for horaire */
.parent-node-23  .col-md-8  article {
    width: 50%;
    display: inline-block;
}

.parent-node-23 .col-md-8 .item-menu {
    width: auto !important;
    margin-right: 10px;
}
.parent-node-23 .collapsediv {
    margin-right: 10px;
}

/* Livevideo */
#livevideodiv {
    z-index: -99;
}
#video-home {
    position: absolute;
    bottom: -48px;
    right: 5%;
    visibility: visible;
    z-index: 10 !important;
}
#video-image:focus {
    outline: #fff thin dotted;
}
#video-home .round-button-circle {
    background: #FF0066;
}
#video-home .video-text {
    color: #fff;
    text-align: center;
    line-height: 19px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 0;
    font-weight: normal;
}
#livevideo {
    cursor: pointer;
    margin: 0 auto;
}
#livevideo .movie {
    height: 36px;
    width: 36px;
    cursor: pointer;
    position: relative;
    left: 2px;
    top: 2px;
    background: url('../images/video_sprites.png') left center;
    animation: playmovie 5s steps(2) infinite;
	display: block;
}
#livevideo .live {
    height: 66px;
    width: 130px;
    cursor: pointer;
    position: relative;
    left: -45px;
    top: -14px;
    background: url('../images/live_sprites.png') left center;
    animation: playlive 3s steps(6) infinite;
	display: block;
}
#livevideo .close {
    background-image: url('../images/close.png');
    float: none;
    opacity: 1;
    height: 36px;
    width: 36px;
    cursor: pointer;
    position: relative;
    left: 1px;
    top: 2px;
	display: block;
}
body.not-front #video-home {
    display: none !important;
}
@keyframes playmovie {
    100% { background-position: -72px; }
}
@keyframes playlive {
    100% { background-position: -780px; }
}
#vegas-play-stop {
    position: absolute;
    bottom: -22px;
    right: 5%;
    visibility: visible;
    z-index: 10 !important;
}
body.not-front #vegas-play-stop {
    display: none;
}
#vegas-play-stop a {
	color: #fff;
	font-size: 25px;
}

/* WEBFORM */
.webform-component--form-of-address .form-radios .form-item, .webform-component--i-wish-to-be-contacted-in .form-radios .form-item {
    display: inline-block;
    margin-right: 10px;
}

.hide-asterisk .form-required {
	display: none;
}

/* PUBLIC INQUIRY */
.view-public-inquiry .item-list ul li {
    border-bottom: 0px dashed #ddd;
    padding: 0;
}

.view-public-inquiry img {
    display: none;
}

.view-public-inquiry .view-content {
    font-size: 16px;
}

#node-48395 span.fieldset-legend {
	font-size: 20px;
}

.webform-datepicker select {
	width: auto;
}

.node-webform .tabledrag-toggle-weight-wrapper {
		display: none;
}

/* CADASTRE */
#node-43477 .col-md-8 {
    width: 100%;
}

#pol-table_wrapper {
    width: 175%;
}

#pol-table_wrapper select {
    padding: 2px;
    min-height: 28px;
    margin: 5px 0;
}

#pol-table_wrapper .dataTables_filter {
    margin-top: 25px;
}

#pol-table_wrapper .dataTables_info {
    display: none;
}

#pol-table, #pol-table_wrapper label, #pol-table_wrapper input {
    font-size: 12px;
}

#pol-table tfoot {
    display: table-header-group;
}

#pol-table_wrapper tfoot select {
    padding: 0px;
    min-height: 23px;
    margin: 0;
	font-size: 12px;
}

#pol-table input {
	width: 95% !important; 
}

#pol-table td {
    padding: 5px;
}

/*#pol-table tr th:nth-child(2), #pol-table tr td:nth-child(2) {
    display: none !important;
}*/

@media screen and (min-width: 1200px) { 
    body.page-node-43477 #main-content .container {
        width: 85% !important;
    }
}

button[aria-expanded=true] .glyphicon-chevron-right {
   display: none;
}
button[aria-expanded=false] .glyphicon-chevron-down {
   display: none;
}

.collapsediv {font-family: 'cantarell',sans-serif;font-weight: 200;margin-top:0;margin-bottom:0;}
.collapsediv .glyphicon-chevron-down {padding-top:2px;}
.collapsediv button {background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden;width:100%;text-align:left;}
.collapsediv button:focus { outline: #fff thin dotted; }

.logged-in table#hidden-table.sr-only {
	position:relative !important;
	width: 100% !important;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(220,220,220,1) 10px,
        rgba(220,220,220,1) 20px
        );	
}
#nmbssncb h3,#mivbstib h3,#villo h3 {font-size:18px;}

.agreetext {font-size:14px;line-height:1;padding-top:9px;font-weight: normal;}

.table-responsive table {
	font-size: 13px;
	max-width: 100%;
	width: 100%;
	table-layout: auto;
}

.table-responsive table th {
	width: 13%;
}

.table-responsive table th:nth-child(1), .table-responsive table th:nth-child(5), .table-responsive table th:nth-child(6) {
    width: 20%;
}

@media screen and (max-width: 767px) {
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
		white-space: normal;
	}
	.header-fixed > thead > tr > th {
		font-size: 10px;
	}
}

/*@media screen and (min-width: 768px) {*/
	.table-responsive table {
		table-layout: fixed;
		max-width: none;
		width: 170%;
	}
/*}*/

/*@media screen and (min-width: 768px) {*/
	.header-fixed {
		width: 100% 
	}

	.header-fixed > thead,
	.header-fixed > tbody,
	.header-fixed > thead > tr,
	.header-fixed > tbody > tr,
	.header-fixed > thead > tr > th,
	.header-fixed > tbody > tr > td {
		display: block;
	}

	.header-fixed > tbody > tr:after,
	.header-fixed > thead > tr:after {
		content: ' ';
		display: block;
		visibility: hidden;
		clear: both;
	}

	.header-fixed > tbody {
		overflow-y: auto;
		height: 600px;
	}

	.header-fixed > tbody > tr > td,
	.header-fixed > thead > tr > th {
		float: left;
	}

	.header-fixed > thead > tr > th {
		height: 70px;
	}
	
	html:lang(nl) .header-fixed > thead > tr > th {
		height: 80px;
	}

	.table-responsive table th, .table-responsive table td {
		width: 13%;
	}

	.table-responsive table th:nth-child(1), .table-responsive table th:nth-child(5), .table-responsive table th:nth-child(6),
	.table-responsive table td:nth-child(1), .table-responsive table td:nth-child(5), .table-responsive table td:nth-child(6) {
		width: 16%;
	}
	.header-fixed>tbody>tr:nth-child(odd) {
		background-color: #f9f9f9;
	}

.webform-client-form-47839 .form-actions {
    display: none;
}
.webform-client-form-47839 .form-required {
    display: none;
}
	
	/*}*/

.view-id-gallery_slideshow.view-display-id-block_masonry .masonry-item{
    background: none;
    border: none;
}
.view-id-gallery_slideshow.view-display-id-block_masonry .masonry-item a:focus img{
    outline: gray thin dotted;
}
#cboxContent button:focus {
    border: 1px dotted gray;
}

body.page-node-48395 #block-system-main .content .links {
	display: none;
}

div#map {margin-top:10px;}

/* ISABELLE ALACOQUE TEMP */
#node-47839 .webform-component--are-you .form-item-submitted-are-you:nth-child(2) {
	display: none;
}