@font-face {
    font-family: 'WebHostingHub-Glyphs';
    src: url('../font/webhostinghub-glyphs.eot');
    src: url('../font/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'),
		 url('../font/webhostinghub-glyphs.woff') format('woff'),
         url('../font/webhostinghub-glyphs.ttf') format('truetype'),
		 url('../font/webhostinghub-glyphs.svg') format('svg');
    -moz-font-feature-settings: "calt=0,liga=0";
}
.icones2 {
	font-family: 'WebHostingHub-Glyphs';
}

.maps-layout {
	display: block;
	clear: both;
	padding-top: 0px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

#mapid { 
	height: 490px;
	width: 100%;
	margin-bottom: 10px;
}
#map-notice {
	padding: 6px 8px;
    background: white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 360px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 188px);
	z-index: 99999;
	display: none;
}
.hall-info {
	font-family: 'Atlanta', Arial, Helvetica, sans-serif;
	padding: 6px 8px;
	font-size: 16px;
    background: white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.hall-info h4 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0 0 5px;
    color: #FF8000;
}
.hall-home {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'typicons';
	font-size: 20px;
    background: white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
	cursor: pointer;
	z-index: 450 !important;
}
.hall-home:hover {
	background: #F4F4F4;
}
.hall-name {
	padding: 8px 15px 5px;
	text-align: center;
	font-family: 'Atlanta', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
    background: white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
	cursor: pointer;
	z-index: 450 !important;
}

.maps-search {
	text-align: center;
	display: block;
	margin: 10px 0px;
	padding: 10px 15px;
	background-color: rgba(60,60,60,0.1);
	font-size: 16px;
	font-weight: bold;
	color: #1988FF;
}
#maps-search-del {
	display: none;
	line-height: 36px;
	width: 36px;
	margin: 0px 5px;
	vertical-align: middle;
	color: rgba(0,0,0,0.6);
}
#maps-search-del:hover {
	color: rgba(218,66,56,0.90);
	cursor: pointer;	
}
#search-input{
	width: 65%;
	display: inline-block;
	border: solid 1px #303030;
	margin: 10px 0px 0px;
	padding: 1%;
	font-family: 'Atlanta', Arial, Helvetica, sans-serif;
	color:rgba(0,0,0,0.6);
	outline: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
#search-input:hover {
	color:rgba(0,0,0,0.75);
	background-color:#DDDDDD;
}
#search-input:focus {
	color:rgba(0,0,0,0.9);
	background-color:#CAE3FF;
}

.ui-menu {
	z-index: 9999 !important;
}

.plans-pdf-boutons {
	padding: 0px 40px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	align-content: flex-start;
}
.mention-plans-pdf {
	color: #606060;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0px 5px
}
.plans-pdf-boutons a {
	width: calc(20% - 40px);
	-webkit-flex: auto;
	-moz-flex: auto;
	flex: auto;
	color: #FFFFFF !important;
}
.bouton-plans-pdf {
	background-color: #1988FF;
	padding: 10px 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.bouton-plans-pdf:hover {
	background-color: #FF8000;
}
.bouton-plans-pdf p {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.bouton-plans-pdf span {
	margin-right: 20px;
	width: 16px;
	line-height: 18px;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
}

.popup-label {
	width: 28px;
	height: 28px;
	position:absolute;
	background:url(../img/ico/label.png) left top no-repeat;
	top : -6px;
	left: -12px;
	margin: none;
	border: none;
	z-index: 99999;
}
.popup-haut, .popup-bas {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-family: 'Atlanta', Arial, Helvetica, sans-serif;
}
.popup-pres {
	padding: 5px 10px;
	font-size: 11px;
}
.popup-titre {
	font-size:16px;
	font-weight:bold;
	line-height: 24px;
}
.border-bas {
	border-top: solid 1px rgba(0,0,0,0.3);
}
.popup-desc {
	padding: 10px 10px 5px;
	font-size: 12px;
	color: #606060 !important;
}
.sitew {
	text-align:center;
	margin: 10px;
	color: #606060 !important;
	font-size:22px;
	cursor: pointer;
	transition: all 0.2s;
}
.sitew:hover {
	color: #FF7A19 !important;
}
.defilr {
	text-align: center;
	margin:10px;
	color: rgba(25,136,255,0.90) !important;
	font-size: 16px;
}

.mention-nohall {
	font-weight: bold;
	margin: 20px 0px;
}

@media only screen and (max-width: 889px) {
	.hall-home, .hall-info, .hall-name {
		box-shadow: none;
		border: solid 2px rgba(0,0,0,0.2);
	}
}