#megamenu-nav li a {
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #a5a5a51c;
	margin: 1px;
	border-radius: 2px;
	letter-spacing: 0.5px;
	padding: 6px 3px;
}

a.nav-link.dropdown-toggle {}

#megamenu-nav li a:hover {
	background: #0052b4;
	color: #ffffff !important;
}

.navbar-toggler{
	background: #0052b4;
	border: 0;
	padding: 6px !important;
	height: 40px;
	color: #fff;
	font-size: 14px;
}
.card{
	transition: 0.3s;
}
.card:hover{
	transform: translate(1px, -3px);
	box-shadow: 0 0 0 10px #f2f2f2;
}
.flag.lang-selector.selected{
	outline: 5px solid #0052b4;
	border-radius: 18px !important;
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
}

.gallery-column {
	width: 100%;
	float: left;
	line-height: 14px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	height: auto;
	background: url(../images/columnbg.jpg);
	padding: 10px;
}

.gallery-column img {
	width: 100% !important;
	height: auto;
	margin-bottom: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 245px;
	background-color: #ffffff;
}

.avizier-home-box{
	line-height: 14px;
	font-size: 13px;
	overflow-y: scroll;
	max-height: 340px;
}

.old-website-link{
	background: #00326d;
	border-radius: 5px;
	padding: 1px 4px;
	margin-bottom: 3px;
	color: #ffffff !important;
	font-size: 15px;
}
a.fr-file{
	border-bottom: #00316c;
	border-radius: 3px;
	color: #00316c;
	padding: 0 5px;
}
a.fr-file::before{
	content: '>> ';
}
img.fr-fic.fr-dib{
	width: 100% !important;
	max-width: 767px;
}
.custom-top-class{
	background: #f0f6ff;
	margin-left: 20px !important;
	border-left: 1px solid #ddd;
}
.bg-primary{
	background-color: #003069 !important;
}
.text-primary{

}

/*MIN WIDTH*/
@media(min-width: 1421px){
	.calendar-rservation-container{
		zoom: 1.2;
	}
}
@media(min-width:767px) {
	.close-navbarNav{
		display: none;
	}
}

/*MAX WIDTH*/
@media(max-width:1200px) {
	.flag.lang-selector.selected{
		width: 30px;
		height: 30px;
	}
	.menubar-100{
		width: 100%;
		text-align: right;
	}
	.website-sections{
		border-radius: 3px;
	}
	.gallery-column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media(max-width:991px){
	.reservation-modal-close {
		top: 5px;
		right: 5px;
	}

	.zoom-out-btn{
		display:block;
	}

	.reservation-modal {
		max-height: 100%;
		left: 0;
		position: absolute;
		height: 100%;
		top: 0;
		width: 100%;
		overflow-y: scroll;
	}

	.select-reservation-type {
		margin-bottom: 30px;
	}

	.reservation-modal-inner {
		height:auto;
	}

	.reservationInfoToolTipTrigger{
		display:block;
	}


}
@media(max-width:767px){

	.calendar-rservation-container{
		overflow-x:scroll;
		zoom: 0.7;
	}

	.orar_event_box_view {
		height: auto;
		margin: 2px 3px;
		width: calc(100% - 6px);
	}

	.alertMsg{
		width: calc(100% - 30px);
		left: 15px;
	}

	#navbarNav {
		background: linear-gradient(45deg, #ffffff, #ebf1ff);
		padding: 10px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		margin: 0;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.dropdown-menu.multicolumn-dropdown{
		width: -webkit-fill-available;
	}
	.gallery-column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.old-website-link {
		float: right;
		margin-right: 12px;
	}
}


@media(max-width:532px){
	.calendar-rservation-container{
		zoom: 0.6;
	}
}

@media(max-width:462px){
	.calendar-rservation-container{
		zoom: 0.5;
	}
}

@media(max-width:380px){
	.calendar-rservation-container{
		zoom: 0.45;
	}
}

@media(max-width:320px){
	.calendar-rservation-container{
		zoom: 0.4;
	}
}