@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

body{
     font-family: 'Roboto', sans-serif !important;
     margin:0;
     font-size:14px;  direction: rtl;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
a:hover{text-decoration:none;}

textarea, input,button { outline:0;}

.left{float:left;}

.right{float:right;}

.clear{clear: both;height:0;}

.no-padding{padding:0;}

.no-margin{margin:0;}

.container{width:1200px !important;max-width:100%;margin:0 auto ;}

.wrapper {    padding: 10vh 0;min-height:50vh;}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-1c {
    position: relative;
    padding: 15px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    background: #B01F2D;
    z-index: 99999;
    margin-top: 10vh;
}
.btn-1c a{color:#fff;}
.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background:#06B000;
    border-radius:30px;
}
.btn-1c:hover,.btn-1c:active{color:#0B6890;}
.btn-1c:hover:after,.btn-1c:active:after{width: 100%;}
.bg_interne {
    background: url(/Files/App_002/images/PORT3.gif)no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 50vh;
    min-height:350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_interne p{
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 100px;
}
@-webkit-keyframes background {
    0% { background-position: left bottom; }
    100% { background-position: right bottom; }
}
@keyframes background {
    0% { background-position: left bottom; }
    100% { background-position: right bottom; }
}
@media only screen and (max-width: 768px){
.bg_interne {height:30vh;}
.bg_interne p{font-size:25px;}
}

















