@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*فوتر الصفحة*/
.foter{
	background: #285D93;
	width: 100%;
	height: auto;
	min-height: 50vh;
	border-bottom: 3px solid #bea139;
	direction: rtl;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.foteren{
	background: #285D93;
	width: 100%;
	height: auto;
	min-height: 50vh;
	border-bottom: 3px solid #bea139;
	direction: ltr;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.foter .link{
	position: relative;
	margin: 25px 0;
	width: 20%;
	height: auto;
	text-align: right;
	display: inline-block;
	padding: 0;
}
.foteren .link{
	position: relative;
	margin: 25px 0;
	width: 20%;
	height: auto;
	text-align: left;
	display: inline-block;
	padding: 0;
}
.foter .link .libele,.foteren .link .libele{
	color: #bea139;
	margin-right: 5px;
	font-weight: 600;
	font-size: 22px;
}
.foter .link ul,.foteren .link ul{
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}
.foter .link ul li,.foteren .link ul li{
	text-decoration: none;
	padding: 15px 0 5px 0;
}
.foter .link ul li a{
	text-decoration: none;
	color: #bea139;
	font-size: 19px;
	font-weight: 500;
	margin-right: 20px;
}
.foteren .link ul li a{
	text-decoration: none;
	color: #bea139;
	font-size: 19px;
	font-weight: 500;
	margin-left: 20px;
}
.foter .link ul li:hover,.foteren .link ul li:hover{
	border-bottom: 1px solid #bea139;
}
.foter .map,.foteren .map{
	width: 100%;
	border-top: 3px solid #bea139;
	height: 80vh;
}
@media(max-width:800px){
	.foter .link,.foteren .link{
		text-align: center;
		border-bottom: 1px solid #bea139;
		padding: 1px;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.foter .link ul,.foteren .link ul{
		border-top: 0;
		width: 100%;
	}
	.foter .link ul li,.foteren .link ul li{
		width: 100%;
	}
	.foter .link .libele,.foteren .link .libele{
	margin-right: 0;
	}
}
.footer{
	width: 100%;
	max-width: 2000px;
	height: 60px;
	background: #285D93;
	border-radius:  0px 0px 35px 35px;
	margin: 0;
	padding: 0;
	position: relative;
}
.footer h1{
	color: #bea139;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
}