@font-face {
  font-family: 'DroidArabicKufiRegular';
  src: url('DroidArabicKufiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DroidArabicKufiRegular';
  src: url('DroidArabicKufiRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'DroidArabicKufiRegular';
	color: #333;
	background-size: cover;
	/* position: relative; */
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: right;
	background-color: #eee;
	direction: rtl;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
}

.d-flex {
	display : flex;
}

.align-center {
	text-align : center;
}


.form-inline {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	background: #333583;
    padding: 15px 0px 15px 0px;
    width: 100%;
}

.title-societe {
	display: flex;
    justify-content: center;
    align-items: center;
}

form.form-inline img {
	z-index: 1;
    position: relative;
    margin: 0;
}

.text-white {
	color : #fff;
	z-index: 1;
    position: relative;
}
.text-color {
	color : #333583;
}
.service-wrap::before, .service-wrap::after {
    content: "";
    height: 300%;
    position: absolute;
    transform: rotate(45deg);
    width: 120%;
    z-index: -9;
    transition: all 0.5s;
    opacity: 0;
    background: #333583;
}
a.text-color:hover {
	background-color : #333583;
	color : #fff;
}

.div-title, .div-subtitle, .card {
	z-index: 1;
    position: relative;
}


.div-title a, .div-subtitle a {
    text-decoration: none;
}


.service-wrap-concours {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 9;
    margin-top: 20px;
    background-color: #9fa0c3;
}
.service-wrap h4 a {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    text-decoration: none;
    color: #333583;
}
/* .div-title a:hover { */
	/* background : red; */
/* } */