body.fullscreen {
	position:relative;
}
body.fullscreen #content-main{
	position:static;
}

#result li{
	position:relative;
	list-style-image: none;  
	list-style: none;
	color: #999;
	margin-bottom: 4px;
}
#result li > a{
	color:#333;
}
#result li:hover{
	background-color:#eee;
}
#result li .glyphicons-map-marker{
  position: absolute;
  top: 3px;
  left: -19px;
  font-size: 15px;
}
#result .type_infrastructures .glyphicons,#result .type_infrastructures .glyphicons.glyphicons-plus:hover{
	color:#00a1d6;/*bleu clair*/
}
#result .type_logements .glyphicons,#result .type_logements .glyphicons.glyphicons-plus:hover{
	color:#ff2800;/*rouge*/
}
#result .type_espaces_publics .glyphicons,#result .type_espaces_publics .glyphicons.glyphicons-plus:hover{
	color:#ffb400;/*jaunne*/
}
#result .type_projets_mixtes .glyphicons,#result .type_projets_mixtes .glyphicons.glyphicons-plus:hover{
	color: #005875;/*bleu foncé*/
}

#result  .glyphicons.glyphicons-plus:hover,
#result  .glyphicons.glyphicons-plus:hover{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		text-decoration:none;
}

#result .glyphicons.glyphicons-plus{
  float: right;
  font-size: 12px;
  margin-right: 6px;
  padding-left: 1px;
  color: #C8C8C8;
  font-weight: 100;
  margin-top: -14px;
  -webkit-transition: all 0.2s linear; /* Chrome Safar*/
  -moz-transition: all 0.2s linear;       /* Mozilla*/
  -o-transition: all 0.2s linear;           /* Opéra */
  -ms-transition: all 0.2s linear;         /* IE */
  transition: all 0.2s linear;
}

#result  li.no_data{
  color: #005875;
  font-size: 13px;
  padding-left: 2px;
}

#map_leaflet > div.leaflet-control-container > div.leaflet-top.leaflet-left > div.leaflet-control-zoom.leaflet-bar.leaflet-control{
	top: 0;
	position: absolute;
}
#map_leaflet > div.leaflet-control-container > div.leaflet-top.leaflet-left > div.leaflet-control-layers.leaflet-control{
	left: 32px;
}

#map_leaflet{ width:100% ; height: 600px;border: 1px solid #eee;    margin-bottom: 10px;}
#result{ font-size:0.8em; max-height:340px;overflow-x:hidden;overflow-x:auto;margin-top:10px;width: 100%;}

body.fullscreen #result{ max-height: 200px;}
		
@media (max-height:910px ){
	#result{ font-size:0.8em; max-height:350px;overflow-x:none;overflow-x:auto;margin-top:2px}
	body.fullscreen #result{
	    max-height: 100px;
		}
}


.info {
	width: 215px;
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.info h4 {
	margin: 0 0 2px;
	color: #777;
	background: none;
	padding: 0px;
}
@media (max-width:480px ){
	.info {
		width: 125px;	
		font: 10px/12px Arial, Helvetica, sans-serif;
	}
	.info h4 {
		font-size: 12px;
		line-height: 14px;
	}
}
.legend {
	text-align: left;
	line-height: 18px;
	color: #555;
}
.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}

#last_project .text2 {
	position:absolute;
	background-color: rgba(255, 255, 255, 0.8);
	top: 4px;
	text-align:center;
	padding: 2px 2px 1px 2px;
	left: 14px;
	color: #000;
	text-shadow: 1px 2px 2px #fff;
	font-size: 12px;
	line-height:13px;
	margin:auto; 
	width:75%;
}
#last_project > div {
	margin-bottom : 25px;
}
.last_project__link{
	position: relative;
    float: left;
	border:1px solid #eee;
	width: 100%;
}
.last_project__link__img{
	float: left;
}

.last_project__link__text{	
	/*background-color: rgba(245, 245, 243, 0.8);*/
	background-color: rgb(0, 159, 227);;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    width: 100%;
    display: block;
    height: 0px;
    float: left;
    position: absolute;
    overflow: hidden;
    bottom: 0;
	-webkit-transition: all 0.5s linear; /* Chrome Safar*/
	-moz-transition: all 0.2s linear;       /* Mozilla*/
	-o-transition: all 0.2s linear;           /* Opéra */
	-ms-transition: all 0.2s linear;         /* IE */
	transition: all 0.3s linear;
}

.last_project__link:hover .last_project__link__text, 
.last_project__link.current .last_project__link__text {
	height:30px;
	padding:2px;
}

.last_project



#bottom_content{
	margin-top:10px;
}
#map_leaflet > div.leaflet-control-container > div.leaflet-top.leaflet-right > div > div > h4 > a{
	color:#777;
}
#map_leaflet > div.leaflet-control-container > div.leaflet-top.leaflet-right > div > div > b > a{
	color:#333;
}

#map_leaflet > div.leaflet-control-container div.info_infrastructures h4{
	border-right: 7px solid #00a1d6;
}
#map_leaflet > div.leaflet-control-container div.info_logements h4{
	border-right: 7px solid #ff2800;
}
#map_leaflet > div.leaflet-control-container div.info_espaces_publics h4{
	border-right: 7px solid #ffb400;
}
#map_leaflet > div.leaflet-control-container div.info_projets_mixtes h4{
	border-right: 7px solid #005875;
}

.color_espace{ color:#ffb400}
.color_infra{color:#00a1d6}
.color_mixte{color:#005875}
.color_logement{color:#ff2800}

.color_eau{color:#68B6CD}
.color_espacevert{color:#9ACC8F}
.color_commune{color:#BDBDBD;}

.leaflet-control-layers label {font-weight:normal}

.info.leaflet-control .info-loc{ 
	font-size: 0.9em;
	margin-top: 10px;
	font-style: italic;
}
  
.info_budget{
	text-align:right; 
	font-size:12px; 
	line-height:14px;
}
.info_budget > span, .info_budget_tot > span {
	min-width: 74px;
	display: inline-block;
}

.info_budget_tot{
	margin-top: 3px; 
	padding-top: 2px; 
	border-top: 1px solid #0099c6;
}

/*News*/
#news{
    border-left: 1px solid #F9F9F9;
	
}
@media (min-width: 992px){
	#news{
		margin-top:-135px;
	}
}
#news h2{
	min-height:41px;
	/*background-color:#f9f9f9;
	background:url('/asset/img/site/picto_news.png') no-repeat #f9f9f9;*/
	background:none;
	/*padding-left: 48px;*/
    font-size: 1.9em; 
    text-transform: uppercase;
	line-height: 1em;
	color:#009fe3;
	font-weight: 100;
	/*border-top: 1px solid #009fe3;*/
	border-top: 1px solid #9EBE35;
	margin: 0 15px;
	padding-left: 15px;	
}
.news_block_all{
	border-bottom:2px solid #66c6ec;
	float:left;
	text-align:right;
	width:100%;
	display:none;
}
a.all_news{
	font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    background: #66c6ec;
    display: inline-block;
    padding: 0 10px;    
    margin-top: 10px;
}
a.all_news:hover{
	/*color:#52A8DE;*/
}
.news{
	margin-top:15px;
}
.news:after{
	content:'';
    display:block;
    clear: both;
}
.news h3{
	background: none;
    font-size: 12px;
    margin: 10px 5px 0px 5px;
    padding: 0;
	color:#005875;
	/*height:65px;*/
}
.news h3 a:hover{
	text-decoration:none;
}
.news .date{
	font-size: 10px;
    float: left;
    font-style: italic;	
	margin:0;
	color:#2fb0e8;
}
.news.even .date{
	margin-left:5px;
	
}
.news.odd .date{
	margin-left:10px;
	/*float:right;*/
}
.news div.img{
	width:75px;
	height:75px;	
	overflow:hidden;
	box-shadow: 0px 1px 2px 1px rgba(170, 170, 170, 0.7);
}
.news div.img img{
	/*height:75px;*/
	height: 100%;
    width: 100%;
}
.news div.picto {
    color: #fff;
    border-radius: 50%;
    background-color: #52A8DE;
    font-size: 27px;
    line-height: 75px;
    width: 75px;
    height: 75px;
    text-align: center;
    border: 3px solid #F5F5F3;
	box-shadow: 0px 1px 1px 0px rgba(170, 170, 170, 0.7);
}
.picto span.glyphicons {
    padding-top: 8px;
}

.news.even div.img{
	float:left;
	margin-right: 8px;
	/*border-radius:50% 50% 0% 50%;*/
}
.news.even div.picto{
	float:left;
	margin-right: 8px;
}
.news.odd div.img{
	float:right;
	margin-left: 8px;
	/*border-radius:50% 50% 50% 0%;*/
}
.news.odd div.picto{
	float:right;
	margin-left: 8px;
}


@media (max-width: 991px){
	.news.odd .date{
		float:left;
	}
	.news.odd div.img{
		float:left;
		margin-left: 0px;
		margin-right: 8px;	
		/*border-radius:50% 50% 0% 50%;*/
	}
	.news.odd div.picto{
		float:left;
		margin-left: 0px;
		margin-right: 8px;		
	}
	.blue_title{
		font-size: 14px;
	}
}


/******************/
/* COLONNE SEARCH */
#col_search.fullscreen{
  width: 290px;
  position: absolute;
  right: 11px;
  background-color: #fff;
  bottom: 25px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 15px;
}
#col_search.fullscreen blockquote{
	display:none;
}

.col-search-box{
	/*border:1px solid #bcbcbc;*/
	background:#fff;
	/*padding:2px;*/
	display:none;
}
.col-search-title{
	min-height:41px;
	background:url('/asset/img/site/picto_search.jpg') no-repeat;
	padding-left: 48px;
    font-size: 1.7em;
    text-transform: uppercase;
	line-height: 1em;
	color:#66c6ec;
	font-weight:100;
}

#col_search.fullscreen .col-search-title {
    min-height: 16px;
    background-size: contain;
    padding-left: 20px;
    font-size: 1.2em;
}
#col_search.fullscreen .col-search-title br{
	display:none;
}

#qtext{
	width:100%;
	padding: 0.3em;
    border-color: #bcbcbc;
    margin-top: 4px;
    margin-bottom: 4px;
}



.form_search__row{
	height: 12px;
	width:100%;
}
.form_search__row_black{
	
	border-top:2px solid #00A0E0;
}
.row__submit{
	background:#00A0E0;
	color:#fff;
	border:none;
	margin:0;
	float: right;
	height: 25px;
}
/*SELECT*/
#form_search select{width:100%}

.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .8em;
}
.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;    
}

.custom-dropdown__select--grey {
    background-color: #e6e7e8;
    color: #444;    
}
.custom-dropdown {
	width:100%;
	margin-top:2px;
	margin-bottom:4px;
 }

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        border: 0;
        border-radius: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
		padding: 0.4em;
		padding-right: 2.5em;/* accommodate with the pseudo elements for the dropdown arrow */
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\2039";
        height: 1em;
		font-size: 3em;
        line-height: 1;
		right:0.3em;
        top: 50%; 
		margin-top: -.5em;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg); 
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2.49em;
		right: 0.1em; 
		top: 0; 
		bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        top: .5em; bottom: .5em;
        background-color: #fff;
        border-left: 1px solid rgba(0,0,0,.1);
    }
    .custom-dropdown--white::after {
        color: rgba(0,0,0,.9);
    }
	/* Grey */
    .custom-dropdown--grey::before {
        top: .5em; bottom: .5em;
        background-color: #e6e7e8;
        border-left: 1px solid #61abcb; 
    }

    .custom-dropdown--grey::after {
        color: #5eaaca;
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}
.contrats_quartiers{
	background:#fff;
	/*margin-top:50px;*/
}
.contrats_quartiers h3{
	min-height: 41px;
    background: none;
    /*padding-left: 48px;*/
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1em;
    color: #009FE3;/*#66c6ec;*/
    margin: 3px 0 0;
	font-weight:100;
	padding:0;
}
body.lang_nl .contrats_quartiers h3{
	font-size: 1.2em;
	min-height: 30px;
}
.contrats_quartiers blockquote {
	/*font-family: Georgia, serif;*/
	font-family: Helvetica,Arial,sans-serif, serif;
	text-align:left;
	font-size: 12px;	
	margin: 0;
	padding: 0;
	line-height: 1.40;
	position: relative;
	color: #333;
	border:0;
}
/*
blockquote:before {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	content: "\201C";
	font-size: 100px;
	position: absolute;
	left: -15px;
	top: -38px;
	color: rgba(122, 122, 122, 0.24);
}
*/

.list_slider{
	list-style-image:none;
	list-style:none;
}