/* ////////// */
/* responsive media query start */
@media (max-width: 1300px) and (min-width: 1300px) {
    
    
     #home div img {
    
    margin-left: -240px;
         margin-top: -20px;
}

    
}

@media (max-width: 1104px) and (min-width: 1104px) {
    
    #home div img {
    
    margin-left: -260px;
    margin-top: -20px;
    
}
   
    
}

@media (max-width: 768px) and (min-width: 768px) {
     #home div img {
    margin-top: -200px;
    min-width: 700px;
    margin-left: -10px;
}
#home div h1 {
  margin-top: -380px;
  font-size: 37px;
  font-weight: 700;
  line-height: 49px;
  color: #fff;
  margin-left: 130px;

}
#home div h2 {
  margin-top: -20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  color: #1acc8d;
  margin-left: 130px;
  margin-bottom:-30px;

}
#home div a {
  margin-top: -120px;
  line-height: 20px;
  color: #1acc8d;
  margin-left: 250px;

}
    
    
   
    

}
@media (max-width: 690px) and (min-width: 690px) {
    
    #home div img {
    margin-top: -200px;
    min-width: 700px;
    margin-left: -110px;
}
#home div h1 {
  margin-top: -380px;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  margin-left: 50px;

}
#home div h2 {
  margin-top: -10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  color: #1acc8d;
  margin-left: 50px;
  margin-bottom:-30px;

}
#home div a {
  margin-top: -100px;
  line-height: 20px;
  color: #1acc8d;
  margin-left: 160px;

}
    
    
 
    
    
  /*--------------------------------------------------------------
# comites
--------------------------------------------------------------*/
.comites {
  
  background: #f5f5ff;
  max-height: 4000px;

}

.comites .section-title p 
{
    font-size: 28px;

}

.comites .section-title h3 
{
    font-size: 15px;

}

.comites .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.comites .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.comites .member img {
  transition: all ease-in-out 0.4s;
}
.comites .member:hover img {
  transform: scale(1.1);
}
.comites .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.comites .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.comites .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.comites .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.comites .member .social {
  margin-top: 10px;
}
.comites .member .social a {
  transition: color 0.3s;
  color: #01036f;
}
.comites .member .social a:hover {
  color: #1acc8d;
}
.comites .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
/*--------------------------------------------------------------
#              Visite alger
----------------------------------------------------------------*/

.about div #video iframe
{
  margin-top:40px;
  width:800px;
  height:600px;
}

.about div #video iframe
{
  margin-top:40px;
  width:800px;
  height:600px;
}

.about .section-title h3
{
  margin-left:40px;
}
     

/*--------------------------------------------------------------
#              Soumission
----------------------------------------------------------------*/
.wizard-container 
    {
       width:520px;
 
    }
    
.wizard-container .wizard-navigation
{
  display:none;

}

.info-text 
{
font-size:18px;
}

.fileUpload 
{
width:200px;
text-align:center;
}

.inputGroup
{
  font-size:10px;
}


}
  
    
    
    
    
    
    
    
    
    
    



    