/* ==============================================
section hero 
====================================================*/
body{
 

}
.hero{
    margin-top: 40px;
    width: 100%;
    height: 70px;
    color: rgb(0, 0, 0);
   
}

.hero h4 span {
	
	
    font-size: 40px;
    
} 
.hero h4  {
    margin-top: 0px;
    font-size: 30px;
    
} 

.section-header h2 {
 text-align: center;
}
.section-header p {
 text-align: left;
}





/* ------------------------------
midr
------------------------------ */
@keyframes slidy {
	0% { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; }
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; }
	}
	
	body { margin: 0; } 
	div#slider { overflow: hidden; }
	div#slider figure img { width: 20%; float: left; height: 400PX; }
	div#slider figure { 
	  position: relative;
	  
	  width: 500%;
	  margin-top: PX;
	 
	 
	  left: 0;
	  text-align: left;
	  font-size: 0;
	  animation: 30s slidy infinite; 
	}
	
/* ------------------------------
end mide-2
------------------------------ */

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/

.ui-carde{
	border-radius: 10px;
    margin: 10px auto;
	width: 255px;
	position: relative;
	overflow: hidden;
	height: 300px;
	background-color: #000;
	
	
}
.ui-carde:hover{
	background: #dd0909;
	
}



.ui-carde .description{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 15px;
	width: 100%;
	
	
	font-size: 18px;
}
.ui-carde .description h3{
	font-weight: 700;
	font-size: 17px;
	color: white;
	text-align: center;
}
.ui-carde .description i{
	font-weight: 700;
	font-size: 45px;
	color: white;
	
	
}
.ui-carde .description p{
	color: white;
	top: 0;
	transform: translateY(30px);
	transition: all 0.3s ease-out 0.2s;
	
} 
 /* img{
	
	height: 300px;
	
}
.ui-carde{
	border-radius: 10px;
    margin: 10px auto;
	width: 255px;
	position: relative;
	overflow: hidden;
	
	
}
.ui-carde:hover{
	background: #dd0909;
	
}

.ui-carde img{
	
	transform: scale(1.3);
	
}
.ui-carde:hover img{
	transform: scale(1.1) translateY(-20px); 
	opacity: 0 ;
	background: #000;
}
.ui-carde .description{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 15px;
	width: 100%;
	
	
	font-size: 18px;
}
.ui-carde .description h3{
	font-weight: 700;
	font-size: 16px;
	color: white;
	text-align: justify;
}
.ui-carde .description i{
	font-weight: 700;
	font-size: 45px;
	color: white;
	
	
}
.ui-carde .description p{
	color: white;
	top: 0;
	transform: translateY(30px);
	transition: all 0.3s ease-out 0.2s;
	
}  */


/* .texte:hover {
	color: white;
	transition: all 0.1s ease-out 0.1s;
  } */
  




@media (max-width: 1000px){
	.ui-carde{
		border-radius: 10px;
		margin: 10px auto;
		width: 320px;
		position: relative;
		overflow: hidden;
		height: 300px;
		background-color: #000000;
		
		
	}
	.ui-carde:hover{
		background: #dd0909;
		
	}
	
	.hero{
		margin-top: 0px;
		width: 100%;
		height: 0px;
		color: rgb(0, 0, 0);
	   
	}
	.tdh{
		width: 100px;
		height: 100px;
		background: #000;
	}

	


	
	
}



@media (max-width: 1000px){

	.hero h4 {
		font-size: 24px;
		
	}
	#slider{
		width: 368px;
		position: relative;
		margin-top: ;
		margin-bottom: 20px;
	}
	.azer{
		display: none;

	}
	.azer-2{
			margin-top: 40px;
	}
	.carso-3{
		text-align: justify;
	}
	.azar{
		margin-top: 0px;
	}
	
}





@media (min-width: 1280px){
	
.azar{
	display: none;
}
.carso-3{
	text-align: justify;
}

}