body{
	font-family: 'omnes-pro', sans-serif;
	font-size: 1.3em;
	color: #000;
	overflow-y:scroll;
	overflow-x:hidden;
}
h2{
	/*color: #F86C7D;*/
	font-size: 1.1em;
	text-transform: uppercase;
}

a:hover{
	text-decoration: none;
}
/*#row_homepage{
	height: 200px;
}*/

/*====================================================*/
/* Pour ajuster le logo dans la barre nav-bar */
.navbar-brand {
	padding: 0px;
}
.navbar-brand>img {
	height: 100%;
	padding: 7px 15px;
	width: auto;
}

/*====================================================*/
/* Taille des glyphicon */
h1 span.glyphicon {
    font-size: 0.6em;
	color:brown;
}

/*====================================================*/
/* Taille des glyphicon */
h1 span.glyphicon {
    font-size: 0.6em;
	color:brown;
}

/*====================================================*/
/* Toutes les images des article en adaptif          */
img {
	max-width: 100%;
	align-items: center; 
}

/*/////////////////////////  CSS pour vidéo /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/																	

/*=====================================================*/
/* Positionnement de video   */
.video{
    position: inherit;
    width: 100%;
	height: auto;
    z-index: -1;
	
}

/*======================================================*/
															
/* Titre en dessous de video banner */
 .fullvideo_title {
  padding: 5px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #000;
}

/*======================================================*/
/* Positionnement de video banner*/
.fullvideo{
	/*position: absolute*/
	width: 100%;
    height:calc(100vw/5);
	overflow: hidden;
    position: relative;
}

/*======================================================*/
/* Filtr (grillage) poser sur videobanner*/
.video_filter{
	position:absolute;
	background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), 
	linear-gradient(45deg, black 25%, transparent 23%, transparent 75%, black 25%, black);
	background-size:4px 4px;
	background-position:0 0,2px 2px;
	width: 100%;
	height:100%;
	
}

/*======================================================*/
/* Positionnement zone vidéo */
.vid {
    position: relative;
    padding-bottom: 56.25%;
	width: 100%;
    height: 0; overflow: hidden;
}
											

/* ========================================================= */
/*  Font du site */
.modern_font {
	font-family: 'omnes-pro', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
}
.modern_font_sm {
	font-family: 'omnes-pro', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
}

/* ========================================================= */
/*  Pour obtenir un vignettage */
.vignet {
	-moz-box-shadow: inset 0 0 75px #666;  
	 -webkit-box-shadow: inset 0 0 75px #666;   
	 box-shadow: inset 0 0 75px #666;
}
.vignet_link {
	-moz-box-shadow: inset 0 0 25px #666;  
	 -webkit-box-shadow: inset 0 0 25px #666;   
	 box-shadow: inset 0 0 25px #666;
}
.vignet_link:hover {
	-moz-box-shadow: inset 0 0 20px #fff;  
	 -webkit-box-shadow: inset 0 0 20px #fff;   
	 box-shadow: inset 0 0 20px #fff;
}


/* =========================================================== */

/* Colorisation fond de page menu */

.fond_page_menu {
	background-color:#DCE6F2; 
	padding-top:20px; 
	padding-bottom:20px;
}

.barre_path_recherche {
	background-color:#f5f5f5; 
	padding:10px; 
	z-index: 100;
    height: 50px;
}

#main_navbar{
	padding-bottom: 0;
}

#koek_search:focus-visible {
	outline: 1px solid #B38EC3;  
	border-bottom: 1px solid #bbbbbb  
}

#check{
	background-color:rgb(250, 255, 189);
	border-left-style: none;
	}
#koek_passcrypt{
	border-right-style: none;
}

.fixme {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #E4E4E4;
  border: 1px solid #000;
  text-align: center;
  padding: 2%;
  box-sizing: border-box;
}
.contenu_special{
	margin-top: 10px;
}
/* =========================================================== */

/*  SPECIFIQUE POUR L'IMPRESSION  */
.cache_ecran {
	display:none;
}
@media only screen and (min-device-width:381px) {
	#logo_koek_petit{
		margin-top:-7px;
		margin-left: 25px;
		/*padding:0px;*/
		width:auto;
		height:auto;
	}
}
@media only screen and (min-device-width:360px) and (max-device-width : 380px){
	#logo_koek_petit{
		width:80%;	
	}
}
@media only screen and (max-device-width : 500px){
	#logo_koek_petit{
		width:60%;	
		margin-left: 25px;
	}
}
#demarche{
	margin-top: 0;
}
@media print {
	
	.cache_impression {
		display:none;
	}
	.cache_ecran {
		display:block;
	}

  /* Pour ne pas imprimer   */
  a[href]:after {
    content: none !important;
  }
}

@media only screen and (min-width:1580px) /*1024*/{
	.marge_menu{
		height: 50px;
	}
	#container_search{
		margin-top: -70px;
	}
	/* Affichage de 7 colonnes égales dans dropdown menu*/
	.col-lg-7ths {
        width: 14.28%;
        float: left;
    }
	.menu_deroulant{
		padding-left: 20px;
	}
	/* Affichage de menu dropdown en 100% de l'ecran */
	.full-width.dropdown {
		position: static;
	}
	.full-width.dropdown > .dropdown-menu {
		left: 0;
		right: 0;
		position: absolute;
	}
	.full-width.dropdown > .dropdown-menu > li > a {
	   white-space: normal; 
	}
	

}

@media only screen and (min-device-width:1024px) and (max-device-width : 1580px){
	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
		max-height:300px; 
		overflow:auto; 
    }
	.marge_menu{
		width: 10px;
		height: 150px;
	}
	#container_search{
		margin-top: -70px;
	}
	/* Affichage de 7 colonnes égales dans dropdown menu*/
	.col-lg-7ths {
      	width: 14.28%;
      	float: left;
    }
	.menu_deroulant{
		padding-left: 20px;
	}
	/* Affichage de menu dropdown en 100% de l'ecran */
	.full-width.dropdown {
		position: static;
	}
	.full-width.dropdown > .dropdown-menu {
		left: 0;
		right: 0;
		position: absolute;
	}
	.full-width.dropdown > .dropdown-menu > li > a {
	   white-space: normal; 
	}
	.contenu_special{
		margin-top: 10px;
	}
	
	#demarche{
		margin-top: 0;
	}
	
}
@media only screen and (min-device-width:1280px){
#banner{
		margin-top: 20px;
	}
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 1px 7.5px 5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	#navcol-1{
		overflow-y: scroll !important;
	}
	#option_vivre_koekelberg{
		margin-top: 25px;
		z-index: 100;
	}
	.contenu_special{
		margin-top: 10px;
	}
	.champ_recherche{
		height: 30px;
	}
	#demarche{
		margin-top: 50px;
	}
}

@media screen and (min-device-width : 275px) and (max-device-width : 768px) {
	
	/*#logo_koek_petit{
		margin-top:-7px;
		margin-left: 25px;
		/*padding:0px;*/
		/*width:75px;*/
	/*	height:auto;
	}*/
	
	.marge_menu{
		width: 10px;
		height: 40px;
	}
	#container_search{
		position: -webkit-sticky;
		position:sticky;
		z-index: 100;	
		top: 62px;
	}
	
	.contenu_special{
		margin-top: 60px;
	}
	
	
	#demarche{
		margin-top: 50px;
	}
}


.entetes_home{
/*	padding-top: 35px; */
	margin-bottom: 5px;
/*	color: darkgray;*/
}
.carousel-inner{
	margin-top: -30px;
}
.carousel .item { 
	margin: -1px 0 0 -1px; 
}
.contact_home{
	border: 1px solid #dddddd; 
}
#contact_home{
	margin-bottom: 10px;
}
#btn_actualite{
	color: #ffffff;
	background-color: #B00D3A;;
	padding: 20px;
	padding-top: 8px;
	height:70px;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 69%, 0 100%);
}
#btn_cartes_thematiques{
	color: #ffffff;
	background-color: #9F1171;
	padding: 20px;
	padding-top: 8px;
	height:70px;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 69%, 0 100%);
}
#btn_document{
	color: #ffffff;
	background-color: #A65D05;
	padding: 20px;
	padding-top: 8px;
	height:70px;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 69%, 0 100%);
}
.radius_btn{
	border-radius: 5px 5px 0px 0px;
}
.radius_img{
	border-radius: 0px 0px 5px 5px;
}

/*Border autour de sous menu et de contact*/
.panel > .list-group{
	border-radius: 4px 4px 4px 4px;
	border: #000000 3px solid;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse>.list-group:first-child .list-group-item:first-child{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.well{
	border: #000000 3px solid;
	background-color: #ffffff;
	
}
#formulaire_inscription{
	max-width: 450px;
	background: #FAFAFA;
	padding: 30px;
	margin: 50px auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	border: 1px solid #305A72;
}
.bloc_info li a{
	display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    margin-bottom: -10px;
}

/*Affichage des boutons socieux */
.share-btn-wrp {
    list-style: none;
    display: block;
    margin: 10px;
    padding: 7px;
	padding-right: 70px;
    width: 42px;
    right: 0px;
    position: fixed;
    top:50%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    z-index: 1000;
}

.img_sociaux{
	width:100px;
}

.share-btn-wrp .button-wrap{
  /*  text-indent:-100000px;*/
    width:65px;
    height: 70px;
    cursor:pointer;
    transition: width 0.1s ease-in-out;
}
@media screen and (min-width: 200px) and (max-width: 980px) {
	.share-btn-wrp {
		list-style: none;
		display: block;
		margin: 10px;
		padding: 7px;
		padding-right: 50px;
		width: 42px;
		right: 0px;
		position: fixed;
		top:50%;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		z-index: 1000;
	}
	
	.img_sociaux{
		width:50px;
	}
	
	.share-btn-wrp .button-wrap{
	  /*  text-indent:-100000px;*/
		width:65px;
		height: 50px;
		cursor:pointer;
		transition: width 0.1s ease-in-out;
	}
}

.titre1{
	font-size: 2em; 
}
.titre2{
	color: #F86C7D;
	font-size: 1.1em;
	text-transform: uppercase; 
}
.titre3{
	font-size: 1.17em; 
}
.titre4{
	font-size: 1em; 
}
.titre5{
	font-size: .83em;
}
.titre6{
	font-size: .67em;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu_scroll::-webkit-scrollbar{ 
	width: 0 !important 
}
/* Hide scrollbar for IE, Edge and Firefox */
.menu_scroll{
	scrollbar-width: none;	
}
/* Pour le Passage du mode PC au mode mobile */
/* On dois juste changer le max-width pour changer le point break */
@media (max-width: 1280px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
		
    }
}
/*@media screen and (min-width: 768px) and (max-width: 1280px) {
	.collapse.in{
		height: 200px;
	}
}*/

/* Pour les menu flotant pour éditer les pages */
.bouton_volant_conteneur {
    position: fixed;
    bottom: 2em;
    right: 20px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: bloc;
}
.bouton_volant_conteneur input {
	width:100%; 
	margin-bottom: 2px;
	display: block;
}

.demarches_img{
	width: 300px;
	margin-top: -25px; 
	margin-bottom: -35px;
}
.demarches_div{
	height:150px;
	background-color:#ECB914;
	cursor: pointer;
	text-align: center;
	padding-top: 30px;
}
.agenda_img{
	margin-top: -20px; 
	margin-bottom: -30px;
	width: 300px;
}
.agenda_div{
	height:150px;
	background-color:#e72168;
	cursor: pointer;
	text-align: center;
	padding-top: 20px;
}
.brochures_img{
	margin-bottom: -33px;
	margin-top: 5px;
	width: 300px;
}
.brochures_div{
	height:150px; 
	background-color:#8B96CB ; 
	cursor: pointer; 
	text-align: center;
}
@media screen and (min-device-width : 990px) and (max-device-width : 1200px) {
	.demarches_img{
		width: 250px;
	}
}


@media screen and (min-device-width : 300px) and (max-device-width : 500px) {
	.demarches_img {
		width: 200px;
	}
	.demarches_div {
		height: 120px;
	}
	.agenda_img {
		width: 200px;
	}
	.agenda_div {
		height: 120px;
	}
	.brochures_img {
		width: 200px;
	}
	.brochures_div {
		height: 120px;
	}
}
#serch_sous_page{
	margin-top: -6px;
}
@media screen and (max-device-width : 990px) {
	#serch_sous_page{
		margin-top: 0;
	}
}
/*  Modification du container Bootstrap  
.container {
	width:1400px;
} */

/* affichage des propositions pour la zone de recherche   */
.ui-widget.ui-widget-content {
	z-index: 10000;
}

.hand_nl{
	font-size: 25px;
	top:20px;
	position: relative;
	width: 1em;
	margin: 0px auto;
	display:block;
	line-height: 0.5;
}

.hand_fr{
	font-size: 25px;
	top:20px;
	position: relative;
	width: 1em;
	margin: 0px auto;
	display:block;
	line-height: 0.5;
}

/*Splashscreen */
@media screen and (min-device-width : 1400px) {
	.modal-body{
		font-size:18px;
	}
	.modal-dialog{
		width: 1000px;
	}
}
@media screen and (min-device-width : 300px) and (max-device-width :1400px) {
	#memberModal h3{
		font-size: 18px;
		margin-top: 0;
	}
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-backdrop{
	opacity:0.8 !important;
}