button.actived {background-color:#E9E7E7 !important;color:#4A4A4A !important}

.my-gallery-wrapper {margin-bottom:0px;}

span.alert {font-size:inherit;color:inherit;}
span.alert:after {content:" (*)";font-size:10px;font-weight:normal;color:red;}

.levelstypooooooooooooo.hierarchy-select.dropdown .dropdown-menu a[data-level='1']:not(:first-of-type) {
    text-transform:uppercase;
	max-width:360px;
	font-size:11px;
	font-weight:bold;
	border-top:solid 1px #ccc;
}
.filter-search.glossary .form-item {float:left;margin-right:10px;}
.filter-search.glossary .form-item label {display:block;font-weight:bold;}


.filter-search.glossary .form-item input[type="text"] {
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
    color: white;
}

#reset2 {
    width: 30px;
    overflow: hidden;
    background-image: url(/_integration/heritage/assets/css/images/icons/reset.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
    text-indent: -999px;
    font-weight: bold;
}

.filter-search.glossary .form-item.action {float:none;clear:both;padding-top:10px;}
.object-info.list  div.hidden-wrapper a:not(.is-open):before {
	content:"+";
	display:inline-block;text-align:center;
	height:15px;width:15px;border-radius:50%;margin-right:4px;
	background-color:#4A4A4A;color:white;font-size:14px;line-height:14px;font-weight:bold;}

.wysiwyg span.inner_illustration {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}

.wysiwyg a.button {color:white;text-decoration:none;}
a.zoom {
  position: relative;
  text-decoration: none;
  color: black;
}

.myCluster {
	height: 41px;
	width: 36px;
	background: url("/img/clusterMarker.svg") no-repeat;
	background-size: cover;
	color:white;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;

	}

.alert.red {
	color:red;
	font-weight:bold;
	padding:4px;
	background-color:rgba(255, 0, 0, 0.1);
	}

.hierarchy-select.dropdown .dropdown-menu a[data-level='2']:first-letter, .hierarchy-select.dropdown 

.dropdown-menu a[data-level='3']:first-letter {
    text-transform:uppercase;
	
}
 not(.tests) .dropdown-menu {max-width:400px;}


.thumbnail-feed.liste, .thumbnail-feed.free-grid {display:none;}
.thumbnail-feed.liste.visibles, .thumbnail-feed.free-grid.visibles {display:flex}

.thumbnail-feed.free-grid a.single-feed {max-width:50%;height:230px;}
.thumbnail-feed.free-grid .single-feed img {
    height:auto;
	max-height: 220px;
    width: auto;
}

.thumbnail-feed.free-grid .single-feed h3 {
    width: 90%;
}

.front .wysiwyg p.chapeau {
    font-size: 18px;
    line-height: 22px;
	max-width:90%;
}

h2 + .wysiwyg {margin-top:2em;}

.wysiwyg a.view-more {display:block;border:none;}
.wysiwyg a.view-more:hover {border:none;}

#footer .iris img {
    height:auto;
    width:100px;
}
span.light {font-weight:normal !important;}

.gris {color:#9B9B9B !important;}
.object-info a:hover {text-decoration:underline;}

body, html {overflow-x:hidden;}
#phrise {height:66px;overflow:hidden;min-height:66px;max-height:66px;margin-bottom:80px;width:110vw;}
#phrise img {max-height:66px;width:auto;}

@media screen and (max-width: 640px) {
#phrise {display:none;}
}


.search-single.glossary {
	width:100%;
}
.search-feed .search-single.glossary .img-wrapper {height:66px;}
.search-single.glossary .img-wrapper {float:left;margin-right:15px;width:100px;border-bottom:none;}
.search-single.glossary p {height:1em;overflow:hidden;}
.search-single.glossary h3 {font-size:16px;line-height:100%;margin-bottom:0.5em}

@media screen and (min-width: 200px) and (max-width: 640px) {

  a.info {
    position: relative;
    text-decoration: none;
    color: black;
    border-bottom: 1px gray dotted;
  }


  a.info span {
    display: none;
    position: absolute;
    margin-top: 15px;
    background: white;
    color: #3C2A2A;
    padding: 10px;
    width: 90vw;
    text-decoration: none;
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #3C2A2A;
    box-sizing: border-box;
  }


  a.info span.highlight {
    display: inline;
  }


  a.info:hover {
    background: none;
    z-index: 80;
    text-decoration: none;
  }

  a.info:hover span {
    display: block;
  }

  a.info:hover span.highlight {
    display: inline;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #3C2A2A;
    color: white;
    padding: 0px;
    width: auto;
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    border-style: none;
  }


  .no_highlight a.info {
    border-bottom: none;
    cursor: text;
  }


  .no_highlight a.info:hover span {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  /************ INFOBULLES ***************/

  a.info {
    position: relative;
    text-decoration: none;
    color: black;
    border-bottom: 1px gray dotted;
  }


  a.info span {
    display: none;
  }

  a.info span.highlight {
    display: inline;
  }

  a.info:hover {
    background: none;
    /* correction d'un bug IE */
    z-index: 80;
    text-decoration: none;
    /* height:303px;*/
  }

  a.info:hover span {
    display: inline;
    position: absolute;
    top: 18px;
    left: 0px;
    background: white;
    color: #3C2A2A;
    padding: 5px;
    width: 220px;
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #3C2A2A;
  }


  a.info:hover span.highlight {
    display: inline;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #3C2A2A;
    color: white;
    padding: 0px;
    width: auto;
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    border-style: none;
  }

  .no_highlight a.info {
    border-bottom: none;
    cursor: text;
  }


  .no_highlight a.info:hover span {
    display: none;
  }
}

input[type="text"]:not([value=""]) {
	background-color: #E9E7E7 !important;
    color: #4A4A4A !important;
}




  
/* WYSIWYG */

/* ne jamais mettre des em sur span car parfois ils sont dans un p et alors affichent trop petit !!!! */
.source p span {font-size:1em;}


/* PRINT  TO PDF */


@media print {
	#main-header, #footer, #phrise, .my-gallery-wrapper, .icons-wrapper, .view-more {display:none;}
	.main-content.col-md-8, .site-wrapper.container, .site-wrapper.container > div {width:100% !important;padding:0 !important;margin:0 !important;max-width:100% !important}
	
	.print-bkg-none, .print-bkg-none a {color:black !important;}
	
	.hidden-wrapper .toggle-container {display:block !important;}
	.hidden-wrapper > a, a.view-more {display:none !important;}
	
	a.info {text-decoration:none;}
	a.info span, span.alert:after {display:none;}
	
	.object-info.list, .object-info.description {margin-bottom:2em;}
	.print-header #logo > p, .print-header #logo > .baseline {width:auto !important;}
}



/* contact */

#contact label.send_mail {
	display:block;
	margin-top:9px;
	}
#contact input.send_mail {
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#5d4c4c;
	width:255px;
	}	
#contact textarea.send_mail {
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#5d4c4c;
	width:400px;
	height:200px;
	margin-bottom:9px;
	}	
#contact input.submit {margin-top:8px;}

.picto {float:left;margin-right:4px;}
.picto img {max-height:20px;width:auto;}

.embed_map {
	margin-top:20px;
	height:calc(100vh - 200px);
	width:100%;
}
.leaflet-popup-content-wrapper {border-radius: 0px !important;background:#4A4A4A !important;}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {background:#4A4A4A !important;}
.leaflet-popup-content-wrapper * {color:white !important;}
.leaflet-popup-content {margin: 10px !important;}
.leaflet-container a {text-decoration:underline;}
.leaflet-popup-content-wrapper a.float {float:left;margin-right:8px;margin-bottom:8px}
.leaflet-popup-content-wrapper a.float img {max-height:55px;width:auto;}
h1.page-title {margin-bottom:1em;}


.buildingname {text-transform:uppercase;}

/* COOKIE */

.cookie-pop {
    background-color:#F8B232;
    color:black;
    
}
.cookie-pop a {color:black;text-decoration:underline !important;}

.cookie-pop button.bouton {
    margin: 10px;
    padding:5px !important;
    background-color:white;
    border:solid 1px white;
    color:black;
	line-height:100%;
}
.cookie-pop button.bouton:hover {
    background-color:#F8B232;

}
.monuments .search-header {border-bottom:none;}

.multicontent h4.bkg-title {
	padding:0px;background-color:white;
	border-top:none;
	border-bottom:solid 1px #4A4A4A;
	margin-bottom:20px;
	}
h4.bkg-title .nobar {display:none;}
.bkg-title a {
	color:#4A4A4A;
	text-decoration:none !important;
	display:inline-block;
	padding:6px;
	}
.bkg-title a.active {background-color:#4A4A4A;color:white;}
.bkg-title a:not(.active):hover {background-color:#E9E7E7 ;}

.bkg-title a span {color:inherit;font-size:inherit;}
a.toggleresults {font-weight:normal;text-decoration:underline;}

.hierarchy-select.dropdown .dropdown-menu {max-width:420px;}

@media screen and (max-width: 1340px) {
.hierarchy-select.dropdown .dropdown-menu {max-width:380px;}
}
@media screen and (max-width: 1200px) {
.hierarchy-select.dropdown .dropdown-menu {max-width:320px;}
}
.leaflet-pane.leaflet-marker-pane img:first-child {z-index:10000 !important;}

.wplaceh::placeholder {color:white;}



/* fullscreen leaflet */
.fullscreen-icon { background-image: url(/img/icon-fullscreen.png); }
.leaflet-retina .fullscreen-icon { background-image: url(/img/icon-fullscreen-2x.png); background-size: 26px 26px; }
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }


.flexwrap {display: flex;flex-wrap: wrap;}

.arborescence_results a.results {
    position: relative;
    display: inline-block;
    height: 190px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    background-color: #FFF;
    vertical-align: top;
    text-decoration: none;
	font-size: 12px;
    line-height: 16px;
}

.frame_left, .frame_right {
   display:none;
}

.arborescence_results .thumb {
    border-width: 1px;
    border-style: solid;
    border-color: #9B9B9B;
    border-radius: 7px;
	max-height:68px;
	width:auto;
	position:relative;
	display:block;
}


.arborescence_results {
	display:inline-block;
	margin-right:30px;
	padding:10px 0 40px;
	position:relative;
	max-width:calc(25% - 30px);
}

.arborescence_results a {text-decoration:none;}
.arborescence_results figure {
	position:relative;
	display:inline-block;
}
.arborescence_results b {display:block;}
.arborescence_results figure:before {
	position:absolute;
	height: 20px!important;
    left:50%!important;
    top: -10px!important;
    width: 10px!important;
	border-left:solid 1px #9B9B9B;
	border-top:solid 1px #9B9B9B;
	content: '';
	border-radius: 10px 0 0 0;
}

.arborescence_results:nth-child(4) figure:before {
	border-right:solid 1px #9B9B9B;
	border-left:none;
	border-radius: 0 10px 0 0;
}

.arborescence_results figure:after {
	position:absolute;
	height: 10px!important;
    left:calc(50% + 10px)!important;
    top: -10px!important;
    width:calc(50% - 5px)!important;	
	border-top:solid 1px #9B9B9B;
	content: '';
	
}
.arborescence_results:after {
	position:absolute;
	height: 10px!important;
    left:calc(50% - 10px)!important;
    top:0px!important;
    width:calc(50% + 40px)!important;	
	border-top:solid 1px #9B9B9B;
	content: '';
	
}

.arborescence_results:before {
	position:absolute;
	height: 10px!important;
    width:33px !important;
    top:0px!important;
    left:0px !important;	
	border-top:solid 1px #9B9B9B;
	content: '';
	
}
.arborescence_results .address {height:48px;}
.arborescence_results:nth-child(4) figure:after, .arborescence_results:nth-child(4):after, .arborescence_results:nth-child(1):before, .arborescence_results:nth-child(5):before {
	display:none;
}

.object-header .location-wrapper a {color:white;}

.single-list h3 {margin-top:2em;}
.col-md-6.single-list {border-right:solid 6px white;}

.search-result .details, .nodisplay {display:none;}

.actionlinks {padding:0px;text-align:center;}
.actionlinks a.button {margin:10px 5px;}
.actionlinks a.button.active, .actionlinks a.button:hover {background-color:#E9E7E7;color:#4A4A4A;}


.pager.top {
	margin:0 0 20px 0;
	border-bottom: 1px solid #4A4A4A;
	border-top-style:none;
	padding-left:10px;
}

.small-size, .pager *, .search-feed .search-single *, .search-result, .search-result p, .search-result span, .filter-search > h4, .prepager {
    font-size: 12px;
    line-height: 15px;
}
.search-result {
    color:#4C3A3A;
	font-weight:normal;
}
.search-result .result {font-weight:bold;}

.prepager {
	background-color: #E9E7E7;
    border-top: 1px solid #4A4A4A;
	padding:10px;	
	font-weight:bold;
}
.prepager span {font-size:inherit;}


.pager .pager__item.grey {position:relative;opacity:0.5;padding-left: 10px;display: block;}
.pager .pager__item--first.grey:before {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(heritage/assets/css/images/icons/double-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: auto 6px;
    background-position: center left;
    width: 10px;
}
.pager .pager__item--previous.grey:before {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(heritage/assets/css/images/icons/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: auto 6px;
    background-position: center left;
    width: 10px;
}

@media print {
	
.object-header {border-bottom-width:0 !important;
}	

.wysiwyg span.inner_illustration {display:none;}
	
.object-info.list .single-list {border-top:0.3mm solid #9B9B9B;border-bottom-color:white !important;border-right-width:0 !important;}	
.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:32.5%;float:none;display:inline-block;vertical-align:top;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}
.object-info.list .single-list .list-content span {font-weight: normal;}
.object-info.list .single-list .label {font-size:7px;line-height:10px;}
.object-info.list .single-list {padding:4px 0;}
}



