@font-face {
    font-family: "Handel Gothic D";
    src: url("/fonts/Handel Gothic D Bold.woff") format("woff"), url("/fonts/Handel Gothic D Bold.otf")  format("truetype");
}
a {
	color: #345d6fff;
	text-decoration: none;
}
a:hover {
	color: #345d6fff;
}
.txt_egeri {
	font-family: "Handel Gothic D";
	color: #97be0e;
}
.color_egeri {
	color: #97be0e;
}
.nav-link {
	font-weight: 600;
}
.nav-link:hover {
	border-bottom: 1px solid #97be0e;
	color: #97be0e !important;
	transition-duration: 1s;
}
.nav-link.active {
	border-bottom: 1px solid #97be0e;
	color: #97be0e !important;
}
.btn_egeri {
	background-color: #97be0e;
	border-color: #97be0e;
	color: #ffffff;
}
.btn_egeri:hover {
	background-color: #239a40ff;
	border-color: #239a40ff;
}
div.adresse {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
div.adresse::before {
	content: "\f3c5";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.3em;
	width: 20px;
	text-align: center;
	position: absolute;
	left: 0;
}
div.tel {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
div.tel::before {
	content: "\f095";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.3em;
	width: 20px;
	text-align: center;
	position: absolute;
	left: 0;
}
div.email {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
div.email::before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.3em;
	width: 20px;
	text-align: center;
	position: absolute;
	left: 0;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
}