
@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);

@import url(https://fonts.googleapis.com/earlyaccess/Traditional Arabic.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(https://fonts.googleapis.com/earlyaccess/Traditional Arabic.css); 
@import url(https://fonts.googleapis.com/earlyaccess/scheherazade.css);
@import url(https://fonts.googleapis.com/earlyaccess/Traditional Arabic.css);

/* Public */

body {
  font-family:"Amiri","Traditional Arabic";
  color: #444444;
  font-size:16px;
}
a {
  font-family: "Amiri","Traditional Arabic";
  color: #003C3B;
  font-size:16px;
  text-decoration: none;
  
}
a:hover {
  color: #B7B67A;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, span {
  font-family:"Amiri","Traditional Arabic";
  font-size:16px;
}

h4 {
  font-family:"Amiri","Traditional Arabic";
  font-size:16px;
 font-weight: 600;

}


#NumTitre,
#GouvTitre,
#DoubTitre{
	 width:100px;
	 border-radius: 4px;
     box-shadow: none;
	 height: 30px;
	 font-size: 16px;
     color: black;
     font-family:"Amiri","Traditional Arabic"; 
	 padding:0px;
	 text-align:right;
	 margin-right:2px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #003C3D;
  color: #B7B67A;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #B7B67A;
  color: #003C3D;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar ul{
  padding: 28px;
  margin: 0;
  list-style: none;
}
#topbar ul li{
    font-family:"Amiri","Traditional Arabic";
	font-size:14px;
	text-align:center;
	color:#fff;
	position: relative;
    white-space: nowrap;
}
#topbar  img{
	width:40px;
	position:relative;
	float:right;
	margin-top:37px;
	padding:5px;
}
#topbar {
  height: 60px;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: red;
  float:right;
  background:RGB(13, 59, 60,0.5); 
}
#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .cta {
  background: transparent;
}

#topbar .contact-info a .icofont-facebook {
	 color:#fff;
	 border-radius:50%;
	 padding:3px;
	 font-size:18px;
	 background:#0D3B67;
}


#topbar .contact-info a .icofont-twitter {
	 color:#fff;
	 background:#21ABF7;
	 border-radius:50%;
	 padding:3px;
	 font-size:18px;
}


#topbar .contact-info a .icofont-envelope {
	 color:#fff;
	 border-radius:50%;
	 padding:3px;
	 font-size:18px;
	 background:#FFAD13;
}


#topbar .contact-info a:hover .icofont-facebook {
	 background:#fff;
	 color:#4267B2;
}


#topbar .contact-info a:hover .icofont-twitter {
	 background:#fff;
	 color:#21ABF7;
}


#topbar .contact-info a:hover .icofont-envelope {
	 background:#fff;
	 color:#FFAD13;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #B6B679; /* Menu */
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  top: 60px;
  text-align:right;
}

#header.header-scrolled {
  top: 0;
  background: #0D3B3C; /* Menu Scolled */
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
   
}

@media (max-width: 992px) {
  #header {
    top: 0;
   /* padding: 15px 0;*/
    padding: 25px 0;
    background: transparent;
	text-align:right;
  }
 
 #header .logo {
    font-size: 28px;
  }
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;

}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 15px 0 15px 15px;
}

.nav-menu a {
  display: block;
  position: relative;
  color:white;
  transition: 0.3s;
  font-size: 16px;
  padding: 0 1px;
  font-family:"Amiri","Traditional Arabic";
}
.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: white;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  right: 10px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #00403F;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #B5B67B;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


#header .Espace-Client{
	 width:100%;
	 text-align:left;
}
#header .Espace-Client ul{
	 list-style:none;
	 padding:0px;
}
#header .Espace-Client ul li{
	 padding:0;
}
#header .Espace-Client a{
	font-weight:700;
	padding:5px;
	color:wheat;
	font-size:16px;
	font-weight:700px;
}
#header .Espace-Client i{
 color:wheat;
 font-size:22px;
}


#header .Espace-Client a:hover{
	color:#fff;
}


#header .Espace-Client i:hover{
	color:#fff;
}



@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background:#fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #003C3D;
  padding: 10px 20px;
  font-weight: 700;
  outline: none;
  font-size:16px;
  font-family:"Amiri","Traditional Arabic";
}


.mobile-nav .active > a {
  color: #B7B67A;
  text-decoration: none;
}



.mobile-nav li:hover > a {
  color: #B7B67A;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
  color:#000;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0,61,62, 0.2);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Procedure Section
----------------------------------------------------------------*/
#Procedure {
  padding: 60px 0;
  overflow: hidden;
  text-align:right;
}
#Procedure .container{
  padding: 10px 20px 2px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}	
.Procedure .section-header h3 {
    position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 font-size:16px;
	 text-align:right;
}
#Procedure #proc-list {
  padding: 0;
  list-style: none;
}
#Procedure #proc-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family:"Amiri","Traditional Arabic";
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-right: 25px;
  color:#003C3D;
}
#Procedure #proc-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 20px;
  color:#000;
}
#Procedure #proc-list p {
  margin-bottom: 20px;
  text-align:right;
  color:#777777;
}
@media (max-width: 768px) {
  #Procedure #proc-list a {
    font-size: 18px;
  }
  
  #Procedure #proc-list i {
    top: 13px;
  }
}
#Procedure #proc-list a.collapse {
  color: red;
}
#Procedure #proc-list a.collapsed {
  color: #003C3D;
}

#Procedure #proc-list a.collapsed i::before {
  content: "\f2c7" !important;
}
#Procedure ul {
  padding: 0;
  list-style: circle;
  margin-right:25px;
}
#Procedure ul li {
 border-bottom: 1px solid #111;
}
#Procedure ul.PROC {
  margin-right:25px;
  color: #777;
  padding-bottom:10px;
  font-weight:600;
}
#Procedure ul ul.PROC  li{
	border-bottom: 0px;
}
/*--------------------------------------------------------------
# AcceInfo Section
----------------------------------------------------------------*/
#AcceInfo {
  padding: 60px 0;
  overflow: hidden;
  text-align:right;
}
#AcceInfo .container{
  padding: 10px 20px 2px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}	
.AcceInfo .section-header h3 {
    position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 font-size:16px;
	 text-align:right;
}
#AcceInfo #Acce-list {
  padding: 0;
  list-style: none;
}
#AcceInfo #Acce-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family:"Amiri","Traditional Arabic";
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-right: 25px;
  color:#003C3D;
}
#AcceInfo #Acce-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 20px;
  color:#000;
}
#AcceInfo #Acce-list p {
  margin-bottom: 20px;
  text-align:right;
  color:#777777;
}
@media (max-width: 768px) {
  #AcceInfo #Acce-list a {
    font-size: 18px;
  }
  #AcceInfo #Acce-list i {
    top: 13px;
  }
}
#AcceInfo #Acce-list a.collapse {
  color: red;
}
#AcceInfo #Acce-list a.collapsed {
  color: #003C3D;
}

#AcceInfo #Acce-list a.collapsed i::before {
  content: "\f2c7" !important;
}
#AcceInfo ul {
  padding: 0;
  list-style: circle;
  margin-right:25px;
}
#AcceInfo ul li {
 border-bottom: 1px solid #111;
}
#AcceInfo ul.ACCE {
  margin-right:25px;
  color: #777;
  padding-bottom:10px;
  font-weight:600; 
}
#AcceInfo ul ul.ACCE  li{
	border-bottom: 0px;
}
/*--------------------------------------------------------------
# Gouvernance Section
----------------------------------------------------------------*/
#Gouvernance {
  padding: 60px 0;
  overflow: hidden;
  text-align:right;
}
#Gouvernance .container{
  padding: 10px 20px 2px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}	

.Gouvernance .section-header h3 {
    position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 font-size:16px;
	 text-align:right;

}

#Gouvernance #Gov-list {
  padding: 0;
  list-style: none;
}

#Gouvernance #Gov-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family:"Amiri","Traditional Arabic";
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-right: 25px;
  color:#003C3D;
}

#Gouvernance #Gov-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 20px;
  color:#000;
}

#Gouvernance #Gov-list p {
  margin-bottom: 20px;
  text-align:right;
  color:#777777;
}

@media (max-width: 768px) {
  #Gouvernance #Gov-list a {
    font-size: 18px;
  }
  
  #Gouvernance #Gov-list i {
    top: 13px;
  }
}

#Gouvernance #Gov-list a.collapse {
  color: red;
}

#Gouvernance #Gov-list a.collapsed {
  color: #003C3D;
}

#Gouvernance #Gov-list a.collapsed i::before {
  content: "\f2c7" !important;
}

#Gouvernance ul {
  padding: 0;
  list-style: circle;
  margin-right:25px;
}
#Gouvernance ul li {
 border-bottom: 1px solid #111;
}

#Gouvernance ul.GOV {
  margin-right:25px;
  color: #777;
  padding-bottom:10px;
  font-weight:600;
  
}
#Gouvernance ul ul.GOV  li{
	border-bottom: 0px;
}

/*--------------------------------------------------------------
# About Section
----------------------------------------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
  text-align:right;
}
#about .container{
  padding: 10px 20px 2px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;

  background: url("../../../img/about.png") no-repeat center center;
  /* background-size:cover; */
  background-color: aliceblue;
}	

.about .section-header h3 {
    position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 font-size:16px;
	 text-align:right;

}

#about #About-list {
  padding: 0;
  list-style: none;
}

#about #About-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family:"Amiri","Traditional Arabic";
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-right: 25px;
  color:#003C3D;
}

#about #About-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 20px;
  color:#000;
}

#about #About-list p {
  margin-bottom: 20px;
  text-align:right;
  color:#777777;
}

@media (max-width: 768px) {
  #about #About-list a {
    font-size: 18px;
  }
  
  #about #About-list i {
    top: 13px;
  }
}

#about #About-list a.collapse {
  color: red;
}

#about #About-list a.collapsed {
  color: #003C3D;
}

#about #About-list a.collapsed i::before {
  content: "\f2c7" !important;
}

#about ul {
  padding: 0;
  list-style: circle;
  margin-right:25px;
}
#about ul li {
 border-bottom: 1px solid #111;
}

#about ul.ABOUT {
  margin-right:25px;
  color: #777;
  padding-bottom:10px;
  font-weight:600;
  
}
#about ul ul.ABOUT  li{
	border-bottom: 0px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
  background:url("../../../img/ONPF.png") top center;
  background-size:cover;
  position:relative;
  margin-bottom: -90px;
}

#hero:before {
  content: "";
  background:rgba(13, 59, 60 , 0.5); /* HERO Vert */
  position: absolute;
  bottom:0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #B7B67A;
}

#hero .btn-get-started:hover {
  background: #B7B67A;
  color: #fff;
  text-decoration: none;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  font-family:"Amiri","Traditional Arabic";
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-align:right;
  font-family:"Amiri","Traditional Arabic";
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
    margin-bottom: 60px;
  }
  #hero h2 {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
# Conservateurs
--------------------------------------------------------------*/
.Conservateurs {
  padding-top: 0;
}

.Conservateurs .container{
	background:#fff;
	text-align:center;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding:25px;
	margin-top:25px;
}

.Conservateurs .icon-box {
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align:center;
}



.Conservateurs .icon-box {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius:10px;
  background: #fff;
  width:520px;
  margin-bottom:10px;
}

.Conservateurs .icon-box .pic {
  overflow: hidden;
  width: 50px;
  border-radius: 50%;
}

.Conservateurs .icon-box .pic img {
  transition: ease-in-out 0.3s;
  float:right;
}

.Conservateurs .icon-box:hover img {
  transform: scale(1.1);
}

.Conservateurs .section-title h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 text-align:right;
	 font-size:16px;

}


.Conservateurs .section-title p {
  font-weight: 700;
  margin-bottom: 15px;
  font-family:"Amiri","Traditional Arabic";
  font-size: 12px;
  color: #777777;
  font-style:normal;
  text-align:right;
}


.Conservateurs .icon-box h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  color: #00403F;
  float:left:
}

.Conservateurs .icon-box span {
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 300;
  font-family:"Amiri","Traditional Arabic";
}

.Conservateurs .icon-box span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
section-InscRq{
    overflow: hidden;
}
.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
}

.section-title p {
  margin-bottom: 0;
 
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
background:#fff;
}

.icon-boxes .icon-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 2s ease-in-out,background 2s;
  border-radius: 10px;
  text-align:center;
  width:350px;
  height:200px;
  padding:35px 0px;
}

.icon-boxes .icon-box:hover {
 background:#003C3D;
 border:2px solid #003C3D;
}

.icon-boxes i {
  font-size: 56px;
  line-height: 1;
  color: #0D3B3C;
  padding-bottom:25px;
  transition:color 2s;

}

.icon-boxes .icon-box:hover i {
  color: #fff;
}


.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  text-align:center;
  font-family:"Amiri","Traditional Arabic";
  margin-top:25px;
}

.icon-boxes .title a {
  color: #0D3B3C;
  padding-top:15px;
  transition:font-size 2s, color 2s;
}

.icon-boxes .icon-box:hover a {
  color: #fff;
  font-size:22px;
}




@media (max-width: 900px) {
  .icon-boxes {
	margin:0px auto;
	text-align:center;
  }
  .icon-boxes .icon-box{
	   height:150px;
  }
  
}

   
/*--------------------------------------------------------------
#Insc Services
--------------------------------------------------------------*/
.Insc-Services {
  padding-top: 0;

}
.Insc-Services .container {
  padding: 25px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align:right; 
}


#iRequisition tbody tr:hover {
   color: #B7B67A;}



.Insc-Services h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 text-align:right;
	 font-size:16px;
	 padding:0px;
}

.Insc-Services h3{
	padding:0;
	color:#003C3D;
	font-family:"Amiri","Traditional Arabic";
	font-size:14px;
	text-align:right;
	margin-top:2px;
	padding-right:20px;
	border:0;
}



.Insc-Services h3 span{
	padding:0;
	color:#e96b56;
	font-family:"Amiri","Traditional Arabic";
	font-size:14px;
	text-align:right;
	margin-top:2px;
	padding-right:5px;
	border:0;
}




.Insc-Services .Insc-box {
  padding: 25px 25px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align:center;
  width:400px;
  height:200px;
  margin-right:35px;
  margin-top:15px;
  transition: background 2s;
}
.Insc-Services .Insc-box:hover {
background:rgba(183,182,122,1);
}

.Insc-Services i {
  font-size: 56px;
  line-height: 1;
  color: #003C3D;
  transition:color 2s;
}

.Insc-Services .Insc-box:hover i {
  color: #fff;
}

.Insc-Services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  text-align:center;
  font-family:"Amiri","Traditional Arabic";
  margin-top:25px;
}
.Insc-Services .title a {
  color: #003C3D;
  transition:color 2s;
  font-family:"Amiri","Traditional Arabic";
  margin-top:16px;
  transition: font-size 2s,color 2s;
}
.Insc-Services .Insc-box:hover a {
  color: #fff;
  font-size:22px;
}
.Insc-Services .IdentReqtion{
margin-right:15px;
margin-top:15px;
padding:35px;
}

.Insc-Services .IdentReqtion .TitConsult h1 {
  display: inline-block;
  background: #B7B67A;
  color: #fff;
  padding: 6px 20px 7px;
  font-family:"Amiri","Traditional Arabic";
  transition: 0.3s;
  font-size: 16px;
  height:35px;
  border-radius: 4px;
  margin-right:15px;    
  cursor:pointer;
}
 
.Insc-Services .IdentReqtion{

	 border-radius:10px;
	 width:700px;
	 padding:15px;
}
.Insc-Services .IdentReqtion .TitConsult h1:hover {
  background: #003C3D;
}   

.Insc-Services .IdentReqtion h6{
	 white-space:nowrap;
	 margin-bottom:10px;
} 
 
.Insc-Services .IdentReqtion  #Direction,.Insc-Services .IdentReqtion #Numreq,.Insc-Services .IdentReqtion #DateDebNumreq,.Insc-Services .IdentReqtion #DateFinNumreq,.Insc-Services .IdentReqtion #Numdos,.Insc-Services .IdentReqtion #DateDos{
	 width:110px;
	 border-radius: 4px;
     box-shadow: none;
	 height: 30px;
	 font-size: 15px;
     color: black;
     font-family:"Amiri","Traditional Arabic"; 
	 padding:0;
	 margin-left:10px;
	 margin-bottom:10px;
	 text-align:right;
}
.Insc-Services .IdentReqtion #Numreq{
	
	 margin-right:15px;       
	 
}
.Insc-Services .IdentReqtion #DateDebNumreq{
	 width:110px;
	 margin-right: -10px;   
}

.Insc-Services .IdentReqtion #Numdos{
	
	 margin-right:15px;       
	 
}

 .Insc-Services .container #NumRequisition-error {
	 text-align:center;
	 color: tomato;
 }
 
 

/*--------------------------------------------------------------
#Services Info
--------------------------------------------------------------*/
.Services-Info {
  padding-top: 0;

}
.Services-Info .container {
  padding: 25px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align:right;
}

.Services-Info h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 text-align:right;
	 font-size:16px;
}
.Services-Info .Services-box {
  padding: 25px 25px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align:center;
  margin-top:25px;
  width:400px;
  height:200px;
  margin-right:35px;
  transition:background 2s;
}
.Services-Info i {
  font-size: 56px;
  line-height: 1;
  color: #0D3B3C;
  transition:color 2s;
}

.Services-Info .Services-box:hover i {
  color: #fff;
}

.Services-Info .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  text-align:center;
  font-family:"Amiri","Traditional Arabic";
  margin-top:25px;
}
.Services-Info .title a {
  color: #003C3D;
  font-size:16px;
  font-family:"Amiri","Traditional Arabic";
  transition:color 2s, font-size 2s;
}
.Services-Info .Services-box:hover a {
  color: #fff;
  font-size:18px;
}

.Services-Info .Services-box:hover {
background:rgba(183,182,122,1);
}

/* Contenu Publication */

.Services-Info .IdenTitre{
	border-radius:10px;
    margin-right:10px;
    margin-top:25px;
	padding:0;
}
.Services-Info .IdenTitre h1 {
  display: inline-block;
  background: #B7B67A;
  color: #fff;
  padding:3px 10px 3px 10px;
  font-family:"Amiri","Traditional Arabic";
  font-weight:bold;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 4px;
  margin-right:5px;
  cursor:pointer;
}

.Services-Info .IdenTitre h1:hover {
  background: #003C3D;
}
.Services-Info .IdenTitre  #NumTitre,
.Services-Info .IdenTitre  #DoubTitre{
	 width:60px;
	 border-radius: 4px;
     box-shadow: none;
	 height: 25px;
	 font-size: 15px;
     color: black;
     font-family:"Amiri","Traditional Arabic"; 
	 padding:0;
}
.Services-Info .IdenTitre  #GouvTitre{
	 width:85px;
	 border-radius: 4px;
     box-shadow: none;
	 height: 25px;
	 font-size: 15px;
     color: black;
     font-family:"Amiri","Traditional Arabic"; 
	  padding:0;
}



@media (max-width: 992px) {
  .Services-Info .Services-box {
    padding:0;
	height:100px;
	padding: 5px 5px;
	width:200px;
	margin-bottom:2px;
	margin-top:5px;
  }
  .Services-Info .Services-box h4{
    margin-top:5px;
  }
}


/*--------------------------------------------------------------
# Description-Titre
--------------------------------------------------------------*/
.Description-Titre{
	padding:0px;
}

.Description-Titre .container{
	color:#fff;
}

.Description-Titre h2{
	padding:0;
	color:#003C3D;
	font-family:"Amiri","Traditional Arabic";
	font-size:14px;
	text-align:right;
	margin-top:2px;
	padding-right:5px;
	border:0;
}



.Description-Titre p{
	padding:0;
	color:#8fc04e;
	font-family:"Amiri","Traditional Arabic";
	font-size:14px;
	text-align:right;
	margin-top:2px;
	padding-right:5px;
	border:0;
}

.Description-Titre h2 span{
	padding:0;
	color:#e96b56;
	font-family:"Amiri","Traditional Arabic";
	font-size:14px;
	text-align:right;
	margin-top:2px;
	padding-right:5px;
	border:0;
}

.Description-Titre .icon-box-Entete h3 {
	padding:0;
	color:#000;
	font-family:"Amiri","Traditional Arabic";
	font-size:14px;
}
.Description-Titre .icon-box-Entete h4 {
	padding:0;
	color:#8fc04e;
	font-family:"Amiri","Traditional Arabic";
	font-size:14px;
	margin-right:5px;
	white-space: nowrap;
}

.Description-Titre .icon-box-Entete h4 span{
	padding:0;
	color:#e96b56;
	font-family:"Amiri","Traditional Arabic";
	font-size:14px;
	text-align:right;
	margin-top:2px;
	padding-right:5px;
	border:0;
}

.Description-Titre .icon-box-Entete {
  text-align: right;
  padding: 15px ;
  transition: all ease-in-out 15s;
  background:#fff;
  border:0px solid #003C3D;
  margin-top:10px;
}

.Description-Titre .icon-box {
  text-align: right;
  padding: 5px;
  transition: all ease-in-out 15s;
  background:#fff;
  border-right:2px solid #B7B67A;
  margin-top:10px;
  width:350px;
}


.Description-Titre .icon-box h4  {
	padding:0;
  margin-top:2px;
  color:#e96b56;
  font-family:"Amiri","Traditional Arabic";
  font-size:14px;
  transition: ease-in-out 0.3s;
}


.Description-Titre .Rubriques{
	margin-top:15px;
	padding:0px;
	margin-right:15px;
	}
	

.Description-Titre .Rubriques a{
	font-family:"Amiri","Traditional Arabic";
	font-size:16px;
	color:#fff;
	padding:2px;
	padding-left:15px;
	padding-right:15px;
	}
	
.Description-Titre .nav-tabs {
  border: 0;
  padding:2px;
}

.Description-Titre .nav-link {
  border: 0;
  padding: 2px 15px 2px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 5px;
  border-right: 0px solid #003C3D;
  font-weight: 700;
  font-size: 16px;
  background:#B7B67A;
  margin-left:5px;
}

.Description-Titre .tab-content{
	margin-right:15px;
}

.Description-Titre .nav-link:hover {
  color: #fff;
}

.Description-Titre .nav-link.active {
  color: #fff;
  border-color: #003C3D;
  background:#003C3D;
}

.Description-Titre .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}




/*--------------------------------------------------------------
# Resultat-Demande
--------------------------------------------------------------*/

.Services-Info .IdenTitre h6{
	 white-space:nowrap;
	 margin-bottom:10px;
}

.Services-Info .IdenTitre  #Direction,.Services-Info .IdenTitre  #NumDemande,.Services-Info .IdenTitre #DateDemande{
	 width:90px;
	 border-radius: 4px;
     box-shadow: none;
	 height: 30px;
	 font-size: 15px;
     color: black;
     font-family:"Amiri","Traditional Arabic"; 
	 padding:0;
	 margin-left:10px;
	 margin-bottom:10px;
	 text-align:right;
}

.Services-Info .IdenTitre #DateDemande{
	 width:100px;
	
	
}

#DeTailResultatDemande{
	 background:#fff;
}


#DeTailResultatDemande h1{
	 color:#003C3D;
}


#DeTailResultatDemande h1 span{
	 color:#B7B67A;
}

#DeTailResultatDemande .icon-box{
	 border:1px solid gray;
	 padding:0px;
	  background:#fff;
	  margin-top:10px;
	  box-shadow:2px 2px 2px gray;
}

#DeTailResultatDemande .icon-box #iTitre{
	 width:100%;
	  padding:5px 5px 0px 5px;
	 background:gray;
	 border-bottom:1px solid gray;
}



#DeTailResultatDemande .icon-box #iTitre h3{
	color:#fff;
}

#ReultatDemandeExist h3 {
	color:red;
	padding:0;
}

#DeTailResultatDemande .icon-box h3{
	padding:5px 5px 0px 5px;
	color:#003C3D;
	font-size:12px;
}

#DeTailResultatDemande .icon-box #iTitre em{
	color:red;
	font-style:normal;
	
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/


/* #about {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
  background:url("../../../img/about.png") top center;
  background-size:cover;
  position:relative;
  padding:0px;
}

#about:before {
  content: "";
  background:rgba(255, 255, 255,0.8); 
  position: absolute;
  bottom:0;
  top: 0;
  left: 0;
  right: 0;
}

.about .container {
  margin-top:5px;
}


.about .section-title h2 {
  font-weight: 900;
  font-size: 35px;
  color:#0D3B3C;
 
}

.about .section-title p,.about .content p {
  font-weight: 600;
  font-size: 18px;
  color:#777777;
  font-style:normal;
  text-align:right;
}


.about .content {
  text-align:right;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin-right:50px;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
  margin-left:90px;
}

.about .content ul li + li {
  margin-top: 10px;

}

.about .content ul i {
  position: absolute;
  right: -30px;
  top: 1px;
  font-size: 25px;
  color: #0D3B3C;
  line-height: 1;
    
}

@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
} */


/*--------------------------------------------------------------
# Services En Ligne
--------------------------------------------------------------*/

 .services .container {
   box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
   padding:25px;
   border-radius:5px;
  
 }
.services .icon-box {
  text-align: center;
  border: 1px solid #003C3D;
  width: 320px;
  height: 220px;
  padding-top:60px;
  background:#fff;
  border-radius:10px;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
   transition: all 0.3s ease-in-out,background 2s;
}


.services .icon-box:hover {
  background: #003C3D;
  border-color: #003C3D;
}
.services h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 text-align:right;
	 font-size:16px;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #003C3D;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #B7B67A;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 a {
    color: #B7B67A;
    font-weight: 700;
    margin-bottom: 15px;
	font-size:18px;
    font-family:"Amiri","Traditional Arabic";
	transition:font-size 3s;
}

.services .icon-box:hover h4 a {
	font-size:25px;
	color:#fff;
}


.services .section-title  a{
  font-weight:500px;
  font-size: 24px;
  /*text-decoration:underline;*/
  margin-bottom: 0;
  color:#0383BA;
  font-family:"Amiri","Traditional Arabic";
  padding:0px 5px 0px 5px;
}


.services .section-title  a:hover{
  color:#B7B67A;
}


.services .section-title p {
  margin-right: 35px;
  line-height: 24px;
  font-size: 22px;
  margin-bottom: 0;
  text-align:right;
  font-style:normal;
  font-family:"Amiri","Traditional Arabic";
  color:#777777;
}


.services .icon-box:hover .icon {
  background: #fff;
}


.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition:transform 2s;
}

.services .icon-box:hover .icon i {
  color: #003C3D;
  transform:rotate(360deg);
}
.services .icon-box:hover .icon::before {
  background: #badaf7;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}




/*--------------------------------------------------------------
# Balagh
--------------------------------------------------------------*/
.Balagh {
  overflow: hidden;
  text-align:right;
}
.Balagh .container{
  padding: 25px;
  padding-bottom:15px;
  position: relative;
  overflow: hidden;
  background:#fff;
  background-size:cover;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}


.Balagh  .icon-box{
	 text-align:center;
}
.Balagh  h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 text-align:right;
	 font-size:16px;
	 padding-bottom:0px;
	 margin-bottom:25px;
}
.Balagh .Balagh-navigation {
	 margin-right:15px;
}


.Balagh h3 {
	 margin-right:15px;
	 font-family:"Amiri","Traditional Arabic";
	 font-size:18px;
	 margin-top:15px;
	 color:#003C3D;
}

.Balagh .Balagh-navigation #Balagh-box{
	 height:35px;
}

.Balagh .Balagh-Info{
	 width:100%;
	 margin:35px auto;
	 padding:15px;
}

.Balagh  ul{	
 list-style:none;
 margin-top:25px;
 padding:0;
}
.Balagh  ul li{	
     font-family:"Amiri","Traditional Arabic";
	 font-size:18px;
	 background:wheat;
	 margin-bottom:5px;
	 color:#fff;
	 padding:5px 0px 5px 0px;
}
.Balagh  ul li:first-child{
	background:#003C3D;
}
.Balagh  ul li:nth-child(3){
	background:#B7B67A;
}

.Balagh  a{	
	 font-size:18px;
	 background:one;
	 color:#fff;
	 padding:0px 5px 0px 0px;
}
.Balagh  a:hover{
	 color:#FFAD13;
}
.Balagh  i{
	 color:#FFAD13;
}


.Balagh  select{
	 border:1px solid #E5E9F0;
	  font-family:"Amiri","Traditional Arabic";
	 font-size:18px;
	 padding:0px;
}

.Balagh .icon-box .B-info {
  margin: 5px auto;
  width: 130px;
  height: 100px;
  background: #B7B67A;
  border-radius: 10px;
  transition: all .3s ease-out 0s;
  justify-content: center;
  margin-bottom: 20px;    
  transform-style: preserve-3d;
  text-align:center;   
  transition: all ease-in-out 0.3s;
}


.Balagh .icon-box .B-info:hover {
  background: #003C3D;
  padding-top: 10px;
  box-shadow: 10px 15px 30px gray;
}


.Balagh .icon-box .B-info:hover h6, .Balagh .icon-box .B-info:hover h5 {
   color: #fff;
}



.Balagh .Balagh-Info .icon-box h4{
	color:rgba(0,60,61,0.3);
	font-size:16px;
	transition:color 2s,font-size 2s;
}

.Balagh .Balagh-Info .icon-box:hover h4{
	color:#003C3D;
	font-size:18px;
}



.Balagh .icon-box .B-info::before {
  position: absolute;
  content: '';
  left: -5px;
  top: -5px;
  height: 100%;
  width: 100%;
  background: #EFEEE9;
  border-radius: 10px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.Balagh .icon-box .B-info h6 {
	 color:#000;
	 font-size:20px;
	 font-weight:900;
	 padding-top:15px;
}

.Balagh .icon-box .B-info h5 {
	 color:#000;
	 font-size:16px;
	 font-weight:900;
}

.Balagh  h4{
	font-weight:600;
	color:#003C3D;
	margin-bottom:5px;
	margin: 5px auto;
}


.Balagh .Entete{
	background:rgba(0,60,61,0.2);
	border-radius:10px;
	margin-left:5px; 
}

.Balagh .Detail{
	 background:#F2F2F2;
	 border-radius:10px;
}
/*Fin*/

/*--------------------------------------------------------------
# Directions
--------------------------------------------------------------*/
.Directions {
  overflow: hidden;
  text-align:right;
  margin-top:5px;
}
.Directions .container{
  padding: 25px;
  position: relative;
  overflow: hidden;
  background:#fff;
  background-size:cover;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

#iHeurTravail thead tr{
	line-height: 0.2;
}

#iHeurTravail tbody tr{
	line-height: 1;
}
#iHeurTravail.table td {
    padding: .25rem;
	font-size: 16px;
}
.Directions .container:before {
  content: "";
  background:rgba(13, 59, 60 , 0.5);
  position: absolute;
}
.Directions  h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 text-align:right;
	 font-family:"Amiri","Traditional Arabic";
	 font-size:16px;
	 padding-bottom:0px;
}


.Directions .Direction-content h3{
	 font-size:18;
	 color:#fff;
}

.Directions .Dir-Local {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  /*color: #66A340;*/
 color: #138e13;
  }

  .Directions .Dir-Adresse {
    font-size: 14px;
  }

.Directions .Dir-Adresse span{
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  /*color: wheat;*/
  color:#ae973c;
  margin-left: 5px;
}

.Directions .Dir-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-right: 2px solid #B7B67A;
  position: relative;
}

.Directions .Dir-item h4 {
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #2c4964;
  margin-bottom: 10px;
  margin-right:10px;
  margin-top:25px;
}


.Directions .Direction-navigation h4 {
	 margin-top:15px;
	 line-height: 18px;
	 color:#fff;
}
 .Directions .Direction-navigation #Direction-box{
	 height:35px;
}

.Directions .Dir-item h5 {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.Directions .Dir-item ul {
  padding-right: 25px;
  list-style: none;
  text-align:right;
}
.Directions .Dir-item ul li {
  padding-bottom: 10px;
}
.Directions .Dir-item:last-child {
  padding-bottom: 0;
}
.Directions .Dir-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  right: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #B7B67A;
}


  .Directions .Directions-navigation {
	 margin-right:15px;
}

.Directions .COL-Diresctions {
    background:rgba(0,60,61,0.7);
   	border-radius:10px;
	margin-left:5px;
	margin-bottom:5px;
}

.Directions .COL-InfoDir {
   background:rgba(0,60,61,0.5);
   border-radius:10px;
   padding:10px 10px 0px 0px;
   margin-left:5px;
   margin-bottom:5px;
}


.Directions .COL-MapDir {
   background:rgba(0,60,61,0.2);
   border-radius:10px;
   margin-bottom:5px;
   padding:10px;
}

.Directions .Direction-navigation select{
	 border:1px solid #E5E9F0;
	  font-family:"Amiri","Traditional Arabic";
	 font-size:18px;
	 padding:0px;
}

.Directions .HeurTravail{
	text-align:right;
	padding:0px;
	margin-top:2px;
	padding-bottom:5px;
}

.Directions .HeurTravail h6{
	 color: #fff;
}

 
.Directions .Direction-content hr{
	 border-bottom-color:#B7B67A;
	 border-bottom-width:2px;
	 border-bottom-style:double;
	 margin-left:10px;
	 margin-top:2px;
}

.Directions .HeurTravail  tr, .Directions  .HeurTravail  td {
	 border:1px solid #000;
	 text-align:center;
     white-space: nowrap; 
	 
} 

.Directions  .HeurTravail .Tab-HeurTravail {
	 padding-right:45px;
	 border:1px solid #777;
	 padding:0;
	 border-collapse:collapse;
	 font-family:"Amiri","Traditional Arabic";
	 font-size: 13px;
	 /*color:#66A340;*/
}

.Directions .Direction-content span {
  font-weight: 700;
  color: wheat;
  padding-right:5px;
  white-space: pre-line;
}


.Directions .COL-InfoDir .Direction-content p {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  padding-right:15px;
}


.Directions  .HeurTravail span {
  font-weight: 700;
  font-size: 16px;
  color: wheat;
  white-space: nowrap;
}


.Directions  .HeurTravail  td{
	  color:wheat;
	  text-align:center;
   	  font-weight: 700;
	  font-size: 12px;
      margin-top:10px;
	 
} 

/*--------------------------------------------------------------
# Statistiques
--------------------------------------------------------------*/
.Statistiques {
  overflow: hidden;
}
.Statistiques .container {
  padding: 25px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align:right; 
}


.Statistiques .tab-content{
	 text-align:center;
}
.Statistiques .nav-tabs {
  border: 0;
}

.Statistiques hr{
    margin-right:55px;	
	margin-top:5px;
	border:2px solid #B7B678;
}
.Statistiques .nav-link {
  border: 0;
  padding: 2px 15px 2px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 5px;
  border-right: 0px solid #B6B67A;
  font-weight: 700;
  font-size: 16px;
  background:#003C3D;
  margin-left:25px;
  
}

.Statistiques .tab-pane{
	padding-top:45px;
}
.Statistiques .nav-link:hover {
  color: #B6B67A;
}

.Statistiques .nav-link.active {
  color: #fff;
  border-color: #003C3D;
  background:#B6B67A;
}

.Statistiques .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.Statistiques h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 font-size:16px;
	 text-align:right;
	 }
	 
.Statistiques .icon-box {
  width:100%;
  text-align:center;
   /*padding-right:110px;*/
}

.Statistiques .tab-content .icon-box .iStat {
  margin: auto auto;
  width: 80px;
  height: 80px;
  background: #003C3D;
  border-radius: 50px;
  transition: all .3s ease-out 0s;
  justify-content: center;
   padding-top: 25px;
  transform-style: preserve-3d;
  text-align:center;
  transition: all ease-in-out 0.3s;
	 
}


.Statistiques .icon-box h3 {
	 color:#fff;
	 font-weight:700;	
	 font-size:22px;
}

.Statistiques .icon-box p {
	 color:#003C3D;
	 font-weight:700;
	 margin-top:15px; 
	  padding-right:5px;
	  white-space: nowrap;
}

.Statistiques hr{
	 border-bottom-color:#003C3D;
	 border-bottom-width:1px;
	 margin-left:10px;
	 margin-right:10px;
	 margin-top:5px;
}

@media (max-width: 992px) {
  .Statistiques .nav-link {
    margin-top:5px;
	padding: 2px 5px 2px 5px;
  }
}


/*--------------------------------------------------------------
# Liens Utile
--------------------------------------------------------------*/

.Liens-Utile {
  background:#fff;
  text-align:right;
}

.Liens-Utile h5{
	position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 font-size:16px;
	 text-align:right;
}
.Liens-Utile .content {
  padding: 0px;
  padding-top:15px;
  margin-right:15px;
  text-align:center;
}

.Liens-Utile .container {
  padding: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align:right;
 }

.Liens-Utile h3 {
  font-weight: 500;
  font-size: 34px;
  color: #2c4964;
  text-align:center;
}

.Liens-Utile .content p {
  margin-bottom: 0;
  padding: 2px 0 0 0;
  font-size: 14px;
  color:#B6B67A;
    
}


.Liens-Utile .iLien{
	padding:0;
	border-radius:10px;
	text-align:right;
}
.Liens-Utile .iLien:hover{
	background:#fff;
	box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
}

.Liens-Utile .content a {
  font-weight: 600;
  display: block;
  margin-top: 2px;
  color: #003C3D;
  font-family:"Amiri","Traditional Arabic";
  font-size: 12px;
}




.Liens-Utile .image {
text-align:center;
}

.Liens-Utile .image img {
margin-top:5px;
border-radius:20px;
}


.Liens-Utile .image img:hover {
box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
}



@media (max-width: 991px) {
  .Liens-Utile .content a {
  font-size: 10px;
 }
}

@media (max-width: 900px) {
  .Liens-Utile .content a {
  font-size: 10px;
 }
}


/*--------------------------------------------------------------
# Espace Client Questions
--------------------------------------------------------------*/
.IdentClient{
	margin:2px auto;
	 background: #fff;
	 background: rgba(255, 255, 255, 0.7);
	 width:35%;
}


.IdentClient .container{
  position: relative;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  border-radius: 6px;
  padding:25px;
  padding-bottom:5px;
  border:1px solid #777;
}

.IdentClient  h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding:0px;
	 padding-right:5px;
	 text-align:right;
	 font-size:16px;
	 margin-bottom:10px;
	 
}

.IdentClient  h3 {
     position:relative;
	 color:#003C3D;
	 padding-right:25px;
	 text-align:right;
	 font-size:16px;
	 font-family:"Amiri","Traditional Arabic";
	 width:110px;
}

.IdentClient .IdentClient-form{
	width: 100%;
    background: #fff;
	margin:2px auto;
	padding:10px;
}

.IdentClient .IdentClient-form input {
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  font-family:"Amiri","Traditional Arabic";
  height: 40px;
}

.IdentClient .IdentClient-form button[type="submit"] {
  border: 0;
  padding: 5px 25px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  border: 1px solid #000;
  background: #777777;
  font-family:"Amiri","Traditional Arabic";
  font-size:16px;
}



@media (max-width: 900px) {
  .IdentClient {
    width:70%; 
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
  text-align:right;
}
#faq .container{
  padding: 10px 20px 2px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}	
.faq .section-header h3 {
    position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 font-size:16px;
	 text-align:right;
}
#faq #faq-list {
  padding: 0;
  list-style: none;
}
#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family:"Amiri","Traditional Arabic";
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-right: 25px;
  color:#003C3D;
}
#faq #faq-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 20px;
  color:#000;
}
#faq #faq-list p {
  margin-bottom: 20px;
  text-align:right;
  color:#777777;
}
@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: red;
}
#faq #faq-list a.collapsed {
  color: #003C3D;
}
#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}
#faq ul {
  padding: 0;
  list-style: none;
  margin-right:25px;
}
#faq ul li {
 border-bottom: 1px solid #111;
}
#faq ul.FAQ {
  margin-right:25px;
  color: #777;
  padding-bottom:10px;
  font-weight:600;
}
#faq ul ul.FAQ  li{
	border-bottom: 0px;
	color: #777;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: #fff;
  position: relative;

}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}

.contact .container {
  position: relative;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  border-radius: 6px;
  padding:25px;
  padding-bottom:5px;
}


.contact .section-title{
	 padding:0px;
}

.contact .info {
  padding: 1px;
  width: 100%;
  background: #fff;
  padding-right:50px;
 
}


.contact .info i {
  font-size: 18px;
  color: #003C3D;
  float: right;
  width: 30px;
  height: 30px;
  background: #B7B67A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}


.contact .info h4 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #003C3D;
  position:relative;
  text-align:right;

}

.contact .info p {
  padding: 0;
  margin-top:0px;
  margin-bottom: 0;
  font-size: 14px;
  color: #777;
  text-align:right;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i,.contact .info .fax:hover i {
  background: #003C3D;
  color: #fff;
}

.contact .section-title h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding:0px;
	 padding-right:5px;
	 text-align:right;
	 font-size:16px;
	 margin-bottom:10px;

}




.contact .info h4,.contact .info p{
	 margin-right:50px;
}



.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {

  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  text-align:right;
  font-family:"Amiri","Traditional Arabic";
  font-size: 15px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  font-family:"Amiri","Traditional Arabic";
}

.contact .php-email-form input {
  height: 40px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form .text-center input {
  border: 0;
  padding: 5px 25px;
  color: #003C3D;
  font-weight: 900;
  transition: 0.4s;
  border-radius: 50px;
  background: #B7B67A;
  font-family:"Amiri","Traditional Arabic";
  font-size:16px;
}

.contact .php-email-form .text-center input:hover {
  background: #003C3D;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #808080;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
  text-align:right;

}

#footer .footer-top {
  background: rgba(255,255,255);
  padding: 5px 0 0 0;
  width: 100%;
  overflow: hidden;
  position: relative;

  background-size:cover;
  position:relative;
}

#footer .footer-top img{
  padding: 0;
}



#footer .footer-top .social-links{
	 margin-right:29px;
	 padding:0;
}

#footer .footer-top .social-links a i{
	 color:#003C3B;
	 border-radius:50%;
	 padding:3px;
	 font-size:18px;
	 background:#0D3B679;
}


#footer .footer-top .social-links a:hover .icofont-facebook {
	 background:#4267B2;
	 color:#fff;
}


#footer .footer-top .social-links a:hover .icofont-twitter {
	 background:#0284BC;
	 color:#fff;
}


#footer .footer-top .social-links a:hover .icofont-envelope {
	 background:#B7B67A;
	 color:#fff;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  font-family:"Amiri","Traditional Arabic";
  font-size: 16px;
  color:#8fc04e;
}


#footer .footer-top .footer-links ul li a {
  color: #003C3D;
  transition: 0.3s;
  font-family:"Amiri","Traditional Arabic";
  font-size: 16px;
  line-height: 1;
  font-weight:bold;
}
#footer .footer-top .footer-links ul li a:hover {
	color:#28a745;
}
#footer .footer-top h4{
     font-family:"Amiri","Traditional Arabic";
	 color:#B7B67A;
	 font-size: 18px;
	 font-weight: 700;
	 padding:0;
	 margin-left:5px;
}
#footer .copyright {
  text-align: center;
  padding-top: 10px;
  font-family:"Amiri","Traditional Arabic";
  font-size:16px;
}
#footer .copyright span {
font-size:18px;
}
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family:"Amiri","Traditional Arabic";
}

/* Les Formulaire */


/*   Demandeur-Services */
.Demandeur-Services {
  background: #fff;
  position: relative;
  text-align:center;
}
.Demandeur-Services:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.Demandeur-Services .container {
  position: relative;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  border-radius: 6px;
  padding:25px;
  padding-bottom:5px;
  text-align:right;
}
.Demandeur-Services h1 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 font-family:"Amiri","Traditional Arabic";
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 font-size:20px;
	 text-align:right;
	 font-weight:900px;
	 }
	 
.Demandeur-Services .section-title{
	 padding:0px;
	 background:#fff;
	 padding:0;
}


.Demandeur-Services .Demandeur-form{
	padding:0px;
	margin:10px auto;
	text-align:center;
	width:95%;
}

.Demandeur-Services .Demandeur-form .section-title  h2{
     color: #B7B67A;
     font-family:"Amiri","Traditional Arabic";
	 font-size: 16px;
	 margin-top:15px;
	 font-weight:700px;
	 text-align:right;
	 padding:0;
	 margin-right:15px;
}

.Demandeur-Services .Demandeur-form .InfoDemandeur{
	 margin-right:15px;
}
.Demandeur-Services h3{
	font-size: 16px;
    color: #003C3D;
    font-family:"Amiri","Traditional Arabic"; 
	font-weight:900;
    white-space: nowrap;
    padding:2px;
	margin-top:5px;	
	text-align:right;
	width:100px;
}
.Demandeur-Services h5{
	font-size: 18px;
    color: #B7B67A;
    font-family:"Amiri","Traditional Arabic"; 
	font-weight:900;
    white-space: nowrap;
    padding:2px;
	margin-top:5px;	
	text-align:right;
	width:100px;
}
.Demandeur-Services .Demandeur-form input[type="text"],
.Demandeur-Services .Demandeur-form input[type="date"], 
.Demandeur-Services .Demandeur-form input[type="email"],
.Demandeur-Services .Demandeur-form #TypIdentDep{
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  font-family:"Amiri","Traditional Arabic";
  height: 25px;
  padding:0px;
  text-align:right;
}

.Demandeur-Services h4{
	font-size: 16px;
    color: #003C3D;
    font-family:"Amiri","Traditional Arabic"; 
	font-weight:900;
    white-space: nowrap;
    padding:0;
	width:120px;
	margin-top:5px;	
	margin-right:25px;		 
}

.Demandeur-Services .Demandeur-form button[type="submit"],.Demandeur-Services .Demandeur-form a {
   border: 0;
  padding: 5px 25px;
  color: #003C3D;
  font-weight: 900;
  transition: 0.4s;
  border-radius: 50px;
  background: #B7B67A;
  font-family:"Amiri","Traditional Arabic";
  font-size:18px;
}

.Demandeur-Services .Demandeur-form button[type="submit"]:hover,.Demandeur-Services .Demandeur-form a:hover {
  background: #003C3D;
  color: #fff;
}


.Demandeur-Services .Demandeur-form .iIndex i{
	color:#badaf7;
}


.Demandeur-Services .Demandeur-form button[type="submit"]:hover i,.Demandeur-Services .Demandeur-form a:hover i{
  color: #fff;
}


.Demandeur-Services .Demandeur-form .iIndex{
	text-align:center;
	width:100%;
	margin:0px auto;
}



/* Service En ligne 4 et 13 */



.Demandeur-Services .Demandeur-form  #NumTitre,
.Demandeur-Services .Demandeur-form  #GouvTitre,
.Demandeur-Services .Demandeur-form  #DoubTitre{
	 width:70px;
	 border-radius: 4px;
     box-shadow: none;
	 height: 25px;
	 font-size: 16px;
     color: black;
     font-family:"Amiri","Traditional Arabic"; 
	 padding:0;
	 text-align:right;
	 margin-right:2px;
}
.Demandeur-Services .Demandeur-form .icofont-plus{
	 color:#003C3D;
	 background:transparent;
	 font-family:"Amiri","Traditional Arabic"; 
	 font-size:16px;
	 padding-right:10px; 
	 padding-left:10px; 
	 margin-top:5px;
	 text-align:right;
}
.Demandeur-Services .Demandeur-form .icofont-plus:hover{
	 color:#003C3D; 
	 cursor:pointer;
}

.Demandeur-Services #DetailDemServ{
	margin-top:15px;
	padding:0px;
	margin-right:15px;
}

.Demandeur-Services h6{
	font-size: 16px;
    color: #003C3D;
    font-family:"Amiri","Traditional Arabic"; 
	font-weight:900;
    white-space: nowrap;
    padding:0px;
	text-align:right;
}


/* Service En ligne 6 et 7 */

.Demandeur-Services .Demandeur-form .InfoServices{
	 padding:15px;
	 border:1px solid gray;
	 border-radius:10px;
	 
}
.Demandeur-Services .DivPersMoral{
	display:none;
}
.Demandeur-Services  #PersPhys, .Demandeur-Services #PersMoral{
	padding:0;
	margin-right:10px;
	color:#003C3D;
}
.Demandeur-Services #TypPersonne{
	padding:0px;
	margin-right:15px;
	width:100%;
	margin-top:25px;
}

.Demandeur-Services #TypPersonne h6{
 padding-right:5px;
}

.Demandeur-Services #GouvService,.Demandeur-Services #GouvCertif{
	 border-radius: 4px;
     box-shadow: none;
	 height: 25px;
	 font-size: 16px;
     color: #000;
     font-family:"Amiri","Traditional Arabic"; 
	 padding:0;
	 text-align:right;
	}

.Demandeur-Services #Prenom,
.Demandeur-Services #Pere,
.Demandeur-Services #GPere, 
.Demandeur-Services #Nom {
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  font-family:"Amiri","Traditional Arabic";
  height: 25px;
  padding:0px;
  text-align:right;
  margin-left:5px;
}
.Demandeur-Services #TypIdent,
.Demandeur-Services #NumIdent,
.Demandeur-Services #DatIdent,
.Demandeur-Services #LieuIdent,
.Demandeur-Services #DatNais,
.Demandeur-Services #LieuNais{
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  font-family:"Amiri","Traditional Arabic";
  height: 25px;
  padding:0px;
  text-align:right;
  margin-left:5px;
}

.Demandeur-Services .DivPersMoral .cNumeroIdentMoral{
	margin-right:15px;
	padding-right:10px;
	border-right:2px solid #B7B67A;
}

.Demandeur-Services .DivPersMoral .TypIdentChoice{
	margin-right:15px;
	margin-top:15px;
	
}


.Demandeur-Services .DivAdd {
  display: inline-block;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #B7B67A;
  text-align:center;
  margin-top:15px;
  margin-bottom:15px;
  padding:0;
  
}

.Demandeur-Services .DivAdd:hover {
  background: #B7B67A;
  color: #fff;
  cursor:pointer;
}

.Demandeur-Services .DivAdd h3{
	padding:0px;
	font-size: 16px;
    font-family:"Amiri","Traditional Arabic";
	color:#003C3D;
	text-align:center;
}

.Demandeur-Services .DivAdd i{
	padding:0px;
	padding-top:0px;
	color:#003C3D;
}



.Demandeur-Services .container  h2 {
     position:relative;
	 color:#003C3D;
	 padding-right:25px;
	 text-align:right;
	 font-size:16px;
	 font-family:"Amiri","Traditional Arabic";
}


.Demandeur-Services .container .card-columnsPers .card{
	padding:0px;
	padding-bottom:0px;
	padding-top:15px;
	border:0px;
	border-radius:10px;
	background:rgba(245,245,245);
	border:1px solid rgba(169,169,169);
	margin-top:5px;
}


.Demandeur-Services .Demandeur-form .icofont-error{
	 color:red;
	 font-size:16px;
	 padding-right:10px; 
	 padding-left:10px; 
	 margin-top:5px;
	 text-align:right;
	 background:transparent;
}

.Demandeur-Services .Demandeur-form .icofont-error:hover{
	 color:#003C3D;
	 cursor:pointer;
	 width:15px;
}

.Demandeur-Services .container .card-columnsPers .card .card-body{
	background:rgba(245,245,245);
	border:0px solid balck;
	border-radius:0px 0px 10px 10px;
	border-top:1px solid rgba(169,169,169);
	padding:5px 10px 0px 0px;
}

.Demandeur-Services .container .card-columnsPers .card h3{
	 padding:0px;
	 padding-right:5px;
	 color:#003C3D;
	 font-size:16px;
}


		
.Demandeur-Services .container .card-columnsPers .card h5{
	 padding:0px;
	 padding-right:15px;
	 color:#003C3D;
	 font-size:18px;
	 font-family:"Amiri","Traditional Arabic";
	 white-space:nowrap;
	 margin-top:2px;
}


		
.Demandeur-Services .container .card-columnsPers .card h6{
	 padding:0px;
	 padding-right:5px;
	 color:#000000;
	 font-size:16px;
	 padding-right:10px;
	 font-family:"Amiri","Traditional Arabic";
}

		
.Demandeur-Services .container .card-columnsPers .card span{
	 padding:0px;
	 padding-right:5px;
	 color:#B7B67A;
	 font-size:16px;
	 padding-left:10px;
	 font-family:"Amiri","Traditional Arabic";
}



/* Service En ligne 5 */
.Demandeur-Services .container #DetailDemServ .InfoTitre{
	 padding:0px;
	 margin-top:15px;
}

.Demandeur-Services .container #DetailDemServ .InfoTitre #NumTitre,
.Demandeur-Services .container #DetailDemServ .InfoTitre #GouvTitre,
.Demandeur-Services .container #DetailDemServ .InfoTitre #DoubTitre{
	 width:70px;
	 border-radius: 4px;
     box-shadow: none;
	 height: 25px;
	 font-size: 16px;
     color: black;
     font-family:"Amiri","Traditional Arabic"; 
	 padding:0;
	 text-align:right;
	 margin-right:2px;
}


/* Service En ligne 9 et 15 */
.Demandeur-Services #Sack,.Demandeur-Services #Oprat,
.Demandeur-Services #Depot,
.Demandeur-Services #Volume, 
.Demandeur-Services #Numero {
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  font-family:"Amiri","Traditional Arabic";
  height: 25px;
  padding:0px;
  text-align:right;
  margin-left:5px;
}


/* Service En ligne 11 */

.Demandeur-Services #TitAull{
	padding-left:25px;
	 margin-top:9px;
	 height:15px;
}










/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.News {
  padding: 40px 0 40px 0;
}


.News .container{
	background:#fff;
	text-align:center;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding:25px;
	margin-top:25px;
}


.News .section-title h2 {
     position:relative;
	 margin-left:25px;
	 color:#003C3D;
	 border-right:4px solid #B7B67A;
	 padding-right:5px;
	 text-align:right;
	 font-size:16px;

}
.News .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align:right;
}

.News .entry .entry-img {
  max-height: 300px;
  max-width: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}


.News .entry .entry-img img{
  max-height: 300px;
  max-width: 400px;
}
.News .entry .entry-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.News .entry .entry-title a {
  color: #003C3D;
  font-family:"Amiri","Traditional Arabic"; 
  font-size:18px;
  transition: 0.3s;
  text-align:right;
}

.News .entry .entry-title a:hover {
  color: #B7B67A;
}




.News .entry .entry-meta {
  margin-bottom: 15px;
  color: #B7B67A;
}
.News .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.News .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.News .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.News .entry .entry-meta a {
  color: #B7B67A;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  padding-right:5px;
}

.News .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
  font-family:"Amiri","Traditional Arabic"; 
  font-size:16px;
}
.News .entry .entry-content .read-more {
	text-align:left;
}

.News .entry .entry-content .read-more a {
  display: inline-block;
  background: #B7B67A;
  color: #fff;
  padding: 6px 20px 7px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.News .entry .entry-content .read-more a:hover {
  background: #003C3D;
}


.News .News-pagination {
  color: #8795a4;
}

.News .News-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.News .News-pagination li {
  border: 1px solid #B7B67A;
  margin: 0 5px;
  transition: 0.3s;
}

.News .News-pagination li.active {
  background: #fff;
}

.News .News-pagination li a {
  color: #003C3D;
  padding: 7px 16px;
  display: inline-block;
}

.News .News-pagination li.active, .News .News-pagination li:hover {
  background: #003C3D;
  border: 1px solid #003C3D;
}
/* -------------------------------------- */










.News .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.News .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.News .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.News .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.News .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.News .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}

.News .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.News .entry .entry-footer i {
  color: #8795a4;
  display: inline;
}

.News .entry .entry-footer a {
  color: #a4afba;
  transition: 0.3s;
}

.News .entry .entry-footer a:hover {
  color: #d9232d;
}

.News .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.News .entry .entry-footer .cats li {
  display: inline-block;
}

.News .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.News .entry .entry-footer .tags li {
  display: inline-block;
}

.News .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.News .entry .entry-footer .share {
  font-size: 16px;
}

.News .entry .entry-footer .share i {
  padding-left: 5px;
}

.News .entry-single {
  margin-bottom: 30px;
}

.News .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.News .News-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.News .News-author img {
  width: 120px;
}

.News .News-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.News .News-author .social-links {
  margin: 0 0 5px 140px;
}

.News .News-author .social-links a {
  color: #c1c8d0;
}

.News .News-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.News .News-comments {
  margin-bottom: 30px;
}

.News .News-comments .comments-count {
  font-weight: bold;
}

.News .News-comments .comment {
  margin-top: 30px;
  position: relative;
}

.News .News-comments .comment .comment-img {
  width: 50px;
}

.News .News-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.News .News-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.News .News-comments .comment h5 a:hover {
  color: #d9232d;
}

.News .News-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}

.News .News-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #c1c8d0;
  margin-bottom: 5px;
}

.News .News-comments .comment p {
  margin-left: 65px;
}

.News .News-comments .comment.comment-reply {
  padding-left: 40px;
}

.News .News-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.News .News-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.News .News-comments .reply-form p {
  font-size: 14px;
}

.News .News-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.News .News-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.News .News-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.News .News-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.News .News-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.News .News-comments .reply-form .btn-primary {
  border-radius: 4;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}

.News .News-comments .reply-form .btn-primary:hover {
  background-color: #d9232d;
}


.News .News-pagination li.active a, .News .News-pagination li:hover a {
  color: #fff;
}

.News .News-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.News .News-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.News .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.News .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}

.News .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.News .sidebar .search-form form {
  background: #fff;
  border: 1px solid #556270;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.News .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.News .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #556270;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.News .sidebar .search-form form button:hover {
  background: #6b7b8d;
}

.News .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.News .sidebar .categories ul li + li {
  padding-top: 10px;
}

.News .sidebar .categories ul a {
  color: #6b7b8d;
}

.News .sidebar .categories ul a:hover {
  color: #d9232d;
}

.News .sidebar .categories ul a span {
  padding-left: 5px;
  color: #c1c8d0;
  font-size: 14px;
}

.News .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.News .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.News .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.News .sidebar .recent-posts h4 a {
  color: #292f36;
  transition: 0.3s;
}

.News .sidebar .recent-posts h4 a:hover {
  color: #d9232d;
}

.News .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #c1c8d0;
}

.News .sidebar .tags {
  margin-bottom: -10px;
}

.News .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.News .sidebar .tags ul li {
  display: inline-block;
}

.News .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #dee2e6;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s;
}

.News .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #d9232d;
  background: #d9232d;
}

.News .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
}


/*--------------------------------------------------------------
# HeroStatistiques Section
--------------------------------------------------------------*/
#heroStat {
  width: 100%;
 
  overflow: hidden;
  position: relative;
   background-size:cover;
  position:relative;
  margin-bottom: -90px;
}

#heroStat:before {
  content: "";
  
  position: absolute;
  bottom:0;
  top: 0;
  left: 0;
  right: 0;
}

#heroStat .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#heroStat .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #B7B67A;
}

#heroStat .btn-get-started:hover {
  background: #B7B67A;
  color: #fff;
  text-decoration: none;
}

#heroStat h2 {
  color: #B7B67A;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  font-family:"Amiri","Traditional Arabic";
}




#heroStat p {
  width: 60%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-align:right;
  font-family:"Amiri","Traditional Arabic";
}

#heroStat .carousel-control-prev, #heroStat .carousel-control-next {
  width: 10%;
}

#heroStat .carousel-control-next-icon, #heroStat .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
 
  #heroStat .carousel-control-prev, #heroStat .carousel-control-next {
    width: 5%;
  }
}
 
@media (max-width: 768px) {
  #heroStat {
    height: 100vh;
    margin-bottom: 60px;
  }
 
}

  
/*--------------------------------------------------------------