.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: none;
}

.navbar-inverse {
    border: none;
}

.navbar {
    margin-bottom: 0;
}

#menu-responsive a.navbar-brand {
    display: none;
}

#menu-responsive .links-menu {
    margin-top: 20px;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-left: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

#navbar ul.nav ul.language, #menu-responsive ul.language {
    padding-left: 15px;
    padding-top: 5px;
	float: left;
    margin-bottom: 0;
}

#navbar ul.nav ul.language li a, #menu-responsive ul.language li a {
    color: #fff;
    text-decoration: none;
}

#navbar ul.nav ul.language li a.active, #menu-responsive ul.language li a.active {
    font-weight: bold;
}

#navbar ul.nav ul.language li, #menu-responsive ul.language li {
    list-style: none;
    float: left;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}

#navbar ul.nav ul.language li.fr::after, #navbar ul.nav ul.language li.nl::after, #menu-responsive ul.language li.fr::after, #menu-responsive ul.language li.nl::after {
    content: "//";
    margin-left: 5px;
    color: #fff;
}

#menu-responsive p {
    display: none;
}

.navbar-toggle {
    margin-top: 15px;
}

@media only screen and (max-width : 767px) {
	/* #livevideodiv {height:535px;position:absolute !important;} */
}
	
@media only screen and (min-width : 320px) and (max-width : 479px) {
	
    /*--- Mobile portrait ---*/
    .site-name {
        background: #000;
        display: none;
    }
    .menu-links {
        background: none;
        padding: 0;
    }
    .navbar-header {
        background: rgba(0,0,0,0.7);
        /*background: red;*/
    }
    .navbar-inverse {
        background: none;
    }
    .menu-links .content {
        padding: 0;
    }
    .header-links {
        display: none;
    }
    #header {
        height: auto !important;
        background-size:cover !important;
    }
    #video-home {
        bottom: 25px;
        left: -5px;
        right: 0;
        margin: 0 auto;
        margin-bottom: 15px;
    }
	#vegas-play-stop {
		display: none;
	}
    .video-text {
        display: none;
    }
    #block-locale-language {
        display: none;
    }
    #solr-search-block-form {
        width: 83%;
        margin-bottom: 0;
    }
    body.front #solr-search-block-form .social {
        margin-left: 18%;
    }
    #solr-search-block-form .social {
        margin-left: 25%;
    }
    body.front #solr-search-block-form .form-actions {
        margin-top: -90px;
        position: relative;
        margin-left: 82%;
    }
    #solr-search-block-form .form-actions {
        position: relative;
        margin-top: -70px;
        margin-left: 90%;
    }
    #block-solr-search-solr-search-block {
        margin-top: 20px;
    }
    body.front #block-solr-search-solr-search-block {
        margin-top: -50px;
    }
    #banner {
        margin: 30px 0;
    }
    .round-button-circle {
        margin-top: 10px;
    }
    body.front #header {
        border-bottom: 0px solid rgba(0,0,0,0.5);
    }
    .view-actualites-et-agenda {
        margin-top: 30px;
    }
    .view-actualites-et-agenda .event {
        margin-left: -25px;
        margin-right: 25px;
    }
    #autocomplete {
        width: 100% !important;
    }
    #autocomplete span.search-ct {
        display: none;
    }
    #header {
        border-bottom: 0 !important;
    }
    .colorline {
        display: none;
    }
    #whitebox {
        min-height: 0 !important;
    }
    #banner {
        display: none;
    }
    .links-menu {
        margin-top: 0;
    }
    #menu-responsive .link-item {
        margin: 15px 0;
    }
    #header .logo {
        margin-top: 0;
        position: absolute;
        top: 0px;
        width: 80px;
        right: 70px;
        z-index: 9999 !important;
    }
    body.front #header .logo {
        display: none;
    }
    body.front .logo-smartphone {
        width: 250px;
        margin: 0 auto;
        margin-top: 70px;
        margin-bottom: -20px;
    }
    body.front #block-solr-search-solr-search-block .content:after {
        content: '\f078';
        font-family: FontAwesome;
        color: #fff;
        margin: 40px 0 0 0;
        font-size: 20px;
        display: inline-block;
    }
    #whitebox.black-background {
        background-color: rgba(0,0,0,0.5);
    }
    #block-block-3 {
        width: 100%;
        margin: 0 auto; 
        top: 0;
        margin-bottom: 0;
    }
    #toTop {
        display: none !important;
    }
    #block-newsletter-newsletterblock form {
        width: 90%;
    }
    .view-actualit-swiper-homepage .intro-chapo {
        display: none;
    }
    #block-vbx-sitemap-vbx-sitemap .col-xs-6:nth-child(odd) {
        clear: both;
    }
    #block-submenublock-submenublock .item-menu {
        width: 100%;
    }
    #block-views-agenda-homepage-details2-block .event {
        width: 100%;
    }
    body.page-agenda aside.col-md-3 {
        display: none;
    }
    #block-vbx-sitemap-vbx-sitemap .col-xs-6 {
        width: 100%;
    }
    body.parent-node-22 td.footable-last-column {
        width: 20%;
    }
	.parent-node-23 .col-md-8 article {
		width: 100%;
	}
}

@media only screen and (min-width : 480px) and (max-width : 689px) {
    /*--- Small tablet portrait ---*/
    .site-name {
        background: #000;
        display: none;
    }
    .menu-links {
        background: none;
    }
    .container>.navbar-header {
        /*background-color: rgba(255,133,0,0.5);*/
        background: rgba(0,0,0,0.7);
    }
    .navbar-brand {
        height: 60px;
    }
    .navbar-inverse {
        background: none;
    }
    #navbar {
        //background-color: #000;
    }
    .navbar-static-top {
        border-width: 0;
    }
    .menu-links .content {
        padding: 0;
        margin-top: 0;
    }
    .header-links {
        display: none;
    }
    #header {
        height: auto !important;
        background-size:cover !important;
    }
    #video-home {
        bottom: 25px;
        left: -5px;
        right: 0;
        margin: 0 auto;
        margin-bottom: 15px;
    }
	#vegas-play-stop {
		display: none;
	}
    .video-text {
        display: none;
    }
    #block-locale-language {
        display: none;
    }
    #solr-search-block-form {
        width: 90%;
        margin-bottom: 0;
    }
    body.front #solr-search-block-form .form-actions {
        margin-top: -90px;
        position: relative;
    }
    body.front #solr-search-block-form .form-actions {
        margin-left: 75%;
    }
    #solr-search-block-form .form-actions {
        position: relative;
        margin-top: -70px;
        margin-left: 90%;
    }
    #block-solr-search-solr-search-block {
        margin-top: 20px;
    }
    body.front #solr-search-block-form .social {
        margin-left: 29%;
    }
    #solr-search-block-form .social {
        margin-left: 30%;
    }
    body.front #solr-search-block-form .form-actions {
        margin-left: 89%;
    }
    #banner {
        margin: 30px 0;
    }
    .round-button-circle {
        margin-top: 10px;
    }
    body.front #header {
        border-bottom: 0px solid rgba(0,0,0,0.5);
    }
    .logo {
        padding: 0 15px;
        margin-top: -5% !important;
    }
    .view-actualites-et-agenda {
        margin-top: 30px;
    }
    .view-actualites-et-agenda .event {
        margin-left: -25px;
        margin-right: 25px;
    }
    #header {
        border-bottom: 0 !important;
    }
    .colorline {
        display: none;
    }
    #whitebox {
        min-height: 0 !important;
    }
    #banner {
        display: none;
    }
    .links-menu {
        margin-top: 0;
    }
    #menu-responsive .link-item {
        margin: 15px 0;
    }
    #header .logo {
        padding: 0;
        margin-top: 0 !important;
        position: absolute;
        top: -5px;
        width: 100px;
        right: 70px;
        z-index: 9999 !important;
    }
    body.front #header .logo {
        display: none;
    }
    body.front .logo-smartphone {
        width: 250px;
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: -20px;
    }
    body.front #block-solr-search-solr-search-block .content:after {
        content: '\f078';
        font-family: FontAwesome;
        color: #fff;
        margin: 40px 0 0 0;
        font-size: 20px;
        display: inline-block;
    }
    #whitebox.black-background {
        background-color: rgba(0,0,0,0.5);
    }
    #block-block-3 {
        width: 100%;
        margin: 0 auto; 
        top: 0;
        margin-bottom: 0;
    }
    body.page-agenda aside.col-md-3 {
        display: none;
    }
}

@media only screen and (min-width : 690px) and (max-width : 767px) {
    /*--- Tablet portrait ---*/
    .site-name {
        display: none;
    }
    .menu-links {
        background: none;
    }
    .container>.navbar-header {
        /*background: radial-gradient(circle at -71px, transparent, transparent 78px, green 1px, green);*/
        background: #000;
        background: radial-gradient(circle at -71px, transparent, transparent 78px, #000 1px, #000);
        margin-right: 0;
    }
    .navbar-brand {
        height: 60px;
    }
    .navbar-inverse {
        background: none;
    }
    .navbar-static-top {
        border-width: 0;
    }
    .menu-links .content {
        padding: 0;
        margin-top: 15px;
    }
    #menu-responsive .container {
        padding-right: 0px;
    }
    .header-links {
        display: none;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-right {
        float: left!important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        //border: 1px solid #101010;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    #header {
        height: auto !important;
        background-size:cover !important;
    }
    body.front #block-solr-search-solr-search-block .content:after {
        content: '\f078';
        font-family: FontAwesome;
        color: #fff;
        margin: 40px 0 0 0;
        font-size: 20px;
        display: inline-block;
    }
    #video-home {
        bottom: 25px;
        left: -5px;
        right: 0;
        margin: 0 auto;
        margin-bottom: 15px;
    }
	#vegas-play-stop {
		display: none;
	}
    .video-text {
        display: none;
    }
    #block-locale-language {
        display: none;
    }
    #solr-search-block-form {
        width: 90%;
        margin-bottom: 0;
    }
    body.front #block-search-form .form-actions, body.front #solr-search-block-form .form-actions {
        margin-top: -90px;
        position: relative;
    }
    #solr-search-block-form .form-actions {
        position: relative;
        margin-top: -70px;
        margin-left: 90%;
    }
    body.front #solr-search-block-form .social {
        margin-left: 30%;
    }
    #solr-search-block-form .social {
        margin-left: 30%;
    }
    body.front #solr-search-block-form .form-actions {
        margin-left: 90%;
    }
    #banner {
        margin: 30px 0;
    }
    .link-item.col-md-1.hidden-xs {
        display: none;
    }
    .round-button-circle {
        margin-top: 10px;
    }
    body.front #header {
        border-bottom: 0px solid rgba(0,0,0,0.5);
    }
    .logo {
        width: 30%;
        float: left;
        padding: 0 15px;
        margin-top: -5% !important;
    }
    .menu-links {
        width: 70%;
        float: left;
    }
    .view-actualites-et-agenda {
        margin-top: 30px;
    }
    .view-actualites-et-agenda .event {
        margin-left: -25px;
        margin-right: 25px;
    }
    #header {
        border-bottom: 0 !important;
    }
    .colorline {
        display: none;
    }
    #whitebox {
        min-height: 0 !important;
    }
    #banner {
        display: none;
    }
    .links-menu {
        margin-top: 0;
    }
    #menu-responsive .link-item {
        margin: 15px 0;
    }
    #navbar {
        margin-left: -40%;
    }
    body.front .logo-smartphone {
        display: none;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
    }
    #whitebox.black-background {
        background-color: rgba(0,0,0,0.5);
    }
    #block-block-3 {
        width: 100%;
        margin: 0 auto; 
        top: 0;
        margin-bottom: 0;
    }

    body.page-agenda aside.col-md-3 {
        display: none;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    /*--- Small tablet landscape ---*/
    .site-name {
        /*background: radial-gradient(circle at -60px, transparent, transparent 78px, gray 1px, blue);*/
        background: #000;
        background: radial-gradient(circle at -60px, transparent, transparent 78px, #000 1px, #000);
        z-index: 1;
    }
    #solr-search-block-form {
        width: 60%;
    }
    #solr-search-block-form .form-actions {
        position: relative;
        margin-top: -70px;
        margin-left: 90%;
    }
    body.front #block-search-form .form-actions, body.front #solr-search-block-form .form-actions {
        margin-top: -90px;
        position: relative;
        margin-left: 90%;
    }
    body.front #solr-search-block-form .social {
        margin-left: 20%;
    }
    #solr-search-block-form .social {
        margin-left: 20%;
    }
    #block-locale-language {
        padding-left: 0.5%;
        z-index: 1;
    }
    ul.language-switcher-locale-url {
        padding-left: 5px !important;
    }
    .header-links .link a span.link-text {
        display: none;
    }
    .header-links .round-button a {
        display: block;
    }
    .menu-links .content {
        padding: 30px 0 12px 0;
    }
    #header .logo {
        margin-top: -3%;
    }

    #menu-responsive {
        display: none !important;
    }
    .links-menu .link-item {
        padding-left: 0;
        padding-right: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .links-menu .hidden-xs {
        display: none !important;
    }
    .language-switcher-locale-url li.active {
        display: none;
    }
    body.front #search-block-form, body.front #solr-search-block-form {
        margin-top: 150px;
    }
    .menu-links {
        z-index: 1;
    }
    #header .logo img {
        margin-left: -15px;
    }
    body.front .logo-smartphone {
        display: none;
    }
    .links-menu .link-item a {
        font-size: 13px;
    }
    body.page-agenda aside.col-md-3 {
        display: none;
    }
    #block-block-1 p {
        width: 60%;
        margin: 0 auto;
    }
	#block-block-1 ul{
		max-width: 80%;
	}
    #video-home {
        bottom: 20px;
        right: 5%;
    }
	#vegas-play-stop {
		display: none;
	}
    #banner-inside .link-item:nth-child(6) {
        margin-left: 0;
        margin-right: 0;
        width: 11.113%;
    }
    body.i18n-nl #banner-inside .link-item a {
        font-size: 12.9px;
    }
	.menu-links {
		max-height: 90px;
	}
   #banner-inside .links-menu .link-item:first-child {
    margin-left: 0;
  }
  #banner-inside .links-menu .link-item{
    margin-right: 2px;
    margin-left: 2px;
  }
  #banner-inside .links-menu .link-item a{
    font-size: 10px !important;
  }
}

@media only screen and (min-width : 992px) and (max-width : 1224px) {
    /*--- Desktops and laptops --- */
    .site-name {
        /*background: radial-gradient(circle at -60px, transparent, transparent 78px, gray 1px, gray);*/
        background: #000;
        background: radial-gradient(circle at -60px, transparent, transparent 78px, #000 1px, #000);
    }
    #solr-search-block-form {
        width: 60%;
    }
    #solr-search-block-form .form-actions {
        position: relative;
        margin-top: -70px;
        margin-left: 90%;
    }
    body.front #block-search-form .form-actions, body.front #solr-search-block-form .form-actions {
        margin-top: -90px;
        position: relative;
        margin-left: 91%;
    }
    body.front #solr-search-block-form .social {
        margin-left: 21% !important;
    }
    #solr-search-block-form .social {
        margin-left: 20%;
    }
    #block-locale-language {
        padding-left: 0.5%;
    }
    ul.language-switcher-locale-url {
        padding-left: 5px !important;
    }
    .header-links .link a span.link-text{
        display: none;
    }
    .header-links .round-button a {
        display: block;
    }
    .menu-links .content {
        padding: 30px 0 12px 0;
    }
    #header .logo {
        margin-top: -3%;
    }
    #header .logo img {
        margin-left: -10px;
    }
    body.front .logo-smartphone {
        display: none;
    }
    #block-views-actualit-swiper-homepage-block, #block-views-projects-swiper-tomorrow-block {
        padding-right:10px;
    }
    .view.view-archive-news.view-id-archive_news.view-display-id-block {
        margin-top: 65px;
    }
    #banner-inside .link-item:nth-child(6) {
        margin-left: 0;
        margin-right: 0;
        width: 8.6%;
    }
    body.i18n-nl #banner-inside .link-item a {
        font-size: 12.9px;
    }
	.menu-links {
		max-height: 90px;
	}
	#block-block-1 ul{
		max-width: 80%;
	}
	#banner-inside .links-menu .link-item a{
		font-size: 12px !important;
	}
}
@media only screen and (min-width : 1024px) and (max-width : 1823px) {
    /*--- Large screens --- */
    body.front #solr-search-block-form .social {
        margin-left: 9.5%;
    }
    #header .logo {
        margin-top: -3.5%;
    }
    body.front .logo-smartphone {
        display: none;
    }
    #block-locale-language ul.language-switcher-locale-url {
        padding-left: 5px;
    }
    #block-views-actualit-swiper-homepage-block, #block-views-projects-swiper-tomorrow-block {
        padding-right:10px;
    }
    .view.view-archive-news.view-id-archive_news.view-display-id-block {
        margin-top: 65px;
    }
	.menu-links {
		max-height: 90px;
	}
}
@media only screen and (min-width : 1824px) {
    #header .logo {
        margin-top: -57px;
    }
    body.front #solr-search-block-form .social {
        margin-left: 9.5%;
    }
    #header {
        background-size: 100% 354px !important;
    }
    body.front #header {
        background-size: 100% auto !important;
    }
    body.front .logo-smartphone {
        display: none;
    }
    #block-views-actualit-swiper-homepage-block, #block-views-projects-swiper-tomorrow-block {
        padding-right:10px;
    }
    .view.view-archive-news.view-id-archive_news.view-display-id-block {
        margin-top: 65px;
    }
	.menu-links {
		max-height: 90px;
	}
}

