
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    #home div img {
    margin-top: -270px;
    min-width: 600px;
    margin-left: -110px;
}
#home div h1 {
  margin-top: -420px;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
  margin-left: 50px;

}
#home div h2 {
  margin-top: -30px;
  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: 110px;

}


/*--------------------------------------------------------------
# conferenciers
--------------------------------------------------------------*/
.conferenciers {
  background: #fff;
}
.conferenciers .section-title p
{
    font-size: 25px;
    margin-left:10px;

}
.conferenciers .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 40px;
  border-radius: 10px;
}
.conferenciers .member .pic {
  overflow: hidden;
  width: 160px;
  border-radius: 50%;
}
.conferenciers .member .pic img {
  transition: ease-in-out 0.3s;
}
.conferenciers .member:hover img {
  transform: scale(1.0);
}
.conferenciers .member .member-info {
  padding-left: 30px;
}
.conferenciers .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.conferenciers .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.conferenciers .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.conferenciers .member p {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.conferenciers .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.conferenciers .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.conferenciers .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.conferenciers .member .social a:hover {
  background: #1977cc;
}
.conferenciers .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# publication
--------------------------------------------------------------*/

.publication .section-title p
{
  font-size:30px;
  margin-left:80px;

}


/*--------------------------------------------------------------
# Dates
--------------------------------------------------------------*/

dates {
  
  background: #fff;
  max-height: 600px;

}
.dates .section-title p
{
    font-size:30px;
    margin-bottom:-10px;
    margin-left:30px;

}

.dates .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.dates .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.dates .member img {
  transition: all ease-in-out 0.4s;
}
.dates .member:hover img {
  transform: scale(1.1);
}
.dates .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);
}
.dates .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.dates .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.dates .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.dates .member .social {
  margin-top: 10px;
}
.dates .member .social a {
  transition: color 0.3s;
  color: #01036f;
}
.dates .member .social a:hover {
  color: #1acc8d;
}
.dates .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

#dates2
{
    margin-top: -120px;
}
.dates2 .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #010483;
 
}
.dates2 .content ul {
  list-style: none;
  padding: 0;
  margin-left: -8px;
}
.dates2 .content ul li {
    
  font-size: 16px;
  color: #01036f;
  margin-left:2px;


}
.dates2 .content ul i {
  font-size: 30px;
  color: #1acc8d;
}
.dates2 .content p:last-child {
  margin-bottom: 0;
}

.dates2 #mg
{
  margin-left:34px;
}
.dates2 #mg2
{
  margin-left:35px;
}
      
/*--------------------------------------------------------------
# comites
--------------------------------------------------------------*/
.comites {
  
  background: #f5f5ff;
  max-height: 4000px;

}

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

}

.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:400px;
  height:300px;
}

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

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

/*--------------------------------------------------------------
#              Soumission
----------------------------------------------------------------*/

.wizard-container .wizard-navigation
{
  display:none;
}

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

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

.inputGroup
{
  font-size:8px;
}


}




/*-------------------------------------------------------------------------------------*-----------------------*-----------------------*-------------------
#                                                                         iPhone 6, 6S, 7 and 8 
-------------------------------------------------------------------------------------*-----------------------*-----------------------*---------------------

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {


#home div img {
  margin-top: -210px;
  min-width: 700px;
  margin-left: -102px;
}
#home div h1 {
  margin-top: -375px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  margin-left: 100px;

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

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

}




/*--------------------------------------------------------------
# conferenciers
--------------------------------------------------------------*/
.conferenciers {
  background: #fff;
}
.conferenciers .section-title p
{
    font-size: 30px;
    margin-left:10px;

}
.conferenciers .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 40px;
  border-radius: 10px;
}
.conferenciers .member .pic {
  overflow: hidden;
  width: 160px;
  border-radius: 50%;
}
.conferenciers .member .pic img {
  transition: ease-in-out 0.3s;
}
.conferenciers .member:hover img {
  transform: scale(1.0);
}
.conferenciers .member .member-info {
  padding-left: 30px;
}
.conferenciers .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.conferenciers .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.conferenciers .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.conferenciers .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.conferenciers .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.conferenciers .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.conferenciers .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.conferenciers .member .social a:hover {
  background: #1977cc;
}
.conferenciers .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# publication
--------------------------------------------------------------*/

.publication .section-title p
{
  font-size:30px;
  margin-left:100px;

}


/*--------------------------------------------------------------
# Dates
--------------------------------------------------------------*/

dates {
  
  background: #fff;
  max-height: 600px;

}
.dates .section-title p
{
    font-size:30px;
    margin-bottom:-10px;
    margin-left:50px;

}

.dates .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.dates .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.dates .member img {
  transition: all ease-in-out 0.4s;
}
.dates .member:hover img {
  transform: scale(1.1);
}
.dates .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);
}
.dates .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.dates .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.dates .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.dates .member .social {
  margin-top: 10px;
}
.dates .member .social a {
  transition: color 0.3s;
  color: #01036f;
}
.dates .member .social a:hover {
  color: #1acc8d;
}
.dates .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

#dates2
{
    margin-top: -120px;
}
.dates2 .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #010483;
 
}
.dates2 .content ul {
  list-style: none;
  padding: 0;
  margin-left: -8px;
}
.dates2 .content ul li {
    
  font-size: 20px;
  color: #01036f;
  margin-left:2px;


}
.dates2 .content ul i {
  font-size: 30px;
  color: #1acc8d;
}
.dates2 .content p:last-child {
  margin-bottom: 0;
}

.dates2 #mg
{
  margin-left:34px;
}
.dates2 #mg2
{
  margin-left:35px;
}

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

}

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

}

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

}

.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:400px;
  height:300px;
}

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

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

/*--------------------------------------------------------------
#              Soumission
----------------------------------------------------------------*/

.wizard-container .wizard-navigation
{
  display:none;
}

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

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

.inputGroup
{
  font-size:10px;
}


}

/*-------------------------------------------------------------------------------------*-----------------------*-----------------------*-------------------
#                                                             FIN iPhone 6, 6S, 7 and 8 
-------------------------------------------------------------------------------------*-----------------------*-----------------------*---------------------


/*-------------------------------------------------------------------------------------*-----------------------*-----------------------*-------------------
#                                                              iPhone 6, 6S, 7 and 8 Plus
-------------------------------------------------------------------------------------*-----------------------*-----------------------*---------------------

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

  #home div img {
  margin-top: -170px;
  min-width: 650px;
  margin-left: -80px;
}
#home div h1 {
  margin-top: -320px;
  font-size: 27px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  margin-left: 90px;

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

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

}




/*--------------------------------------------------------------
# conferenciers
--------------------------------------------------------------*/
.conferenciers {
  background: #fff;
}
.conferenciers .section-title p
{
    font-size: 30px;
    margin-left:35px;

}
.conferenciers .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 40px;
  border-radius: 10px;
}
.conferenciers .member .pic {
  overflow: hidden;
  width: 160px;
  border-radius: 50%;
}
.conferenciers .member .pic img {
  transition: ease-in-out 0.3s;
}
.conferenciers .member:hover img {
  transform: scale(1.0);
}
.conferenciers .member .member-info {
  padding-left: 30px;
}
.conferenciers .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.conferenciers .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.conferenciers .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.conferenciers .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.conferenciers .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.conferenciers .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.conferenciers .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.conferenciers .member .social a:hover {
  background: #1977cc;
}
.conferenciers .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# publication
--------------------------------------------------------------*/

.publication .section-title p
{
  font-size:30px;
  margin-left:140px;

}


/*--------------------------------------------------------------
# Dates
--------------------------------------------------------------*/

dates {
  
  background: #fff;
  max-height: 600px;

}
.dates .section-title p
{
    font-size:30px;
    margin-bottom:-10px;
    margin-left:70px;

}

.dates .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.dates .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.dates .member img {
  transition: all ease-in-out 0.4s;
}
.dates .member:hover img {
  transform: scale(1.1);
}
.dates .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);
}
.dates .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.dates .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.dates .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.dates .member .social {
  margin-top: 10px;
}
.dates .member .social a {
  transition: color 0.3s;
  color: #01036f;
}
.dates .member .social a:hover {
  color: #1acc8d;
}
.dates .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

#dates2
{
    margin-top: -125px;
}
.dates2 .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #010483;
 
}
.dates2 .content ul {
  list-style: none;
  padding: 0;
  margin-left: -1px;
}
.dates2 .content ul li {
    
  font-size: 20px;
  color: #01036f;
  margin-left:20px;


}
.dates2 .content ul i {
  font-size: 30px;
  color: #1acc8d;
}
.dates2 .content p:last-child {
  margin-bottom: 0;
}

.dates2 #mg
{
  margin-left:34px;
}
.dates2 #mg2
{
  margin-left:35px;
}

/*--------------------------------------------------------------
#              Visite alger
----------------------------------------------------------------*/

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

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

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


/*--------------------------------------------------------------
#              Soumission
----------------------------------------------------------------*/

.wizard-container .wizard-navigation
{
  display:none;
}

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

.fileUpload 
{
width:310px;
}

.inputGroup
{
  font-size:12px;
}


}

/*-------------------------------------------------------------------------------------*-----------------------*-----------------------*-------------------
#                                                             FIN iPhone 6, 6S, 7 and 8 Plus
-------------------------------------------------------------------------------------*-----------------------*-----------------------*---------------------
*/
   
 /*-------------------------------------------------------------------------------------*-----------------------*-----------------------*-------------------
#                                                             iPhone X
-------------------------------------------------------------------------------------*-----------------------*-----------------------*---------------------     */


 @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {

   
/*--------------------------------------------------------------
#              Soumission
----------------------------------------------------------------*/

.wizard-container .wizard-navigation
{
  display:none;
}

.wizard-container
{
min-height: 150vh;
}

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

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

.inputGroup
{
  font-size:10px;
}  

}

  /*-------------------------------------------------------------------------------------*-----------------------*-----------------------*-------------------
#                                                             Galaxy S3
-------------------------------------------------------------------------------------*-----------------------*-----------------------*---------------------     */

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {



#home div img {
  margin-top: -210px;
  min-width: 700px;
  margin-left: -122px;
}
#home div h1 {
  margin-top: -375px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  margin-left: 80px;

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

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

}



/*--------------------------------------------------------------
# conferenciers
--------------------------------------------------------------*/
.conferenciers {
  background: #fff;
}
.conferenciers .section-title p
{
    font-size: 25px;
    margin-left:30px;

}
.conferenciers .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 40px;
  border-radius: 10px;
}
.conferenciers .member .pic {
  overflow: hidden;
  width: 160px;
  border-radius: 50%;
}
.conferenciers .member .pic img {
  transition: ease-in-out 0.3s;
}
.conferenciers .member:hover img {
  transform: scale(1.0);
}
.conferenciers .member .member-info {
  padding-left: 30px;
}
.conferenciers .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.conferenciers .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.conferenciers .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.conferenciers .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.conferenciers .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.conferenciers .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.conferenciers .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.conferenciers .member .social a:hover {
  background: #1977cc;
}
.conferenciers .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# publication
--------------------------------------------------------------*/

.publication .section-title p
{
  font-size:30px;
  margin-left:100px;

}


/*--------------------------------------------------------------
# Dates
--------------------------------------------------------------*/

dates {
  
  background: #fff;
  max-height: 600px;

}
.dates .section-title p
{
    font-size:30px;
    margin-bottom:-10px;
    margin-left:50px;

}

.dates .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.dates .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.dates .member img {
  transition: all ease-in-out 0.4s;
}
.dates .member:hover img {
  transform: scale(1.1);
}
.dates .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);
}
.dates .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.dates .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.dates .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.dates .member .social {
  margin-top: 10px;
}
.dates .member .social a {
  transition: color 0.3s;
  color: #01036f;
}
.dates .member .social a:hover {
  color: #1acc8d;
}
.dates .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

#dates2
{
    margin-top: -120px;
}
.dates2 .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #010483;
 
}
.dates2 .content ul {
  list-style: none;
  padding: 0;
  margin-left: -1px;
}
.dates2 .content ul li {
    
  font-size: 18px;
  color: #01036f;
  margin-left:2px;


}
.dates2 .content ul i {
  font-size: 30px;
  color: #1acc8d;
}
.dates2 .content p:last-child {
  margin-bottom: 0;
}

.dates2 #mg
{
  margin-left:34px;
}
.dates2 #mg2
{
  margin-left:35px;
}

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

}

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

}

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

}

.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:400px;
  height:300px;
}

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

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

/*--------------------------------------------------------------
#              Soumission
----------------------------------------------------------------*/

.wizard-container .wizard-navigation
{
  display:none;
}

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

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

.inputGroup
{
  font-size:10px;
}


}

/*-------------------------------------------------------------------------------------*-----------------------*-----------------------*-------------------
#                                                             Galaxy S4,S5
-------------------------------------------------------------------------------------*-----------------------*-----------------------*---------------------     */

@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

 #home div img {
    margin-top: -270px;
    min-width: 600px;
    margin-left: -110px;
}
#home div h1 {
  margin-top: -420px;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
  margin-left: 50px;

}
#home div h2 {
  margin-top: -30px;
  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: 110px;

}




/*--------------------------------------------------------------
# conferenciers
--------------------------------------------------------------*/
.conferenciers {
  background: #fff;
}
.conferenciers .section-title p
{
    font-size: 25px;
    margin-left:10px;

}
.conferenciers .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 40px;
  border-radius: 10px;
}
.conferenciers .member .pic {
  overflow: hidden;
  width: 160px;
  border-radius: 50%;
}
.conferenciers .member .pic img {
  transition: ease-in-out 0.3s;
}
.conferenciers .member:hover img {
  transform: scale(1.0);
}
.conferenciers .member .member-info {
  padding-left: 30px;
}
.conferenciers .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.conferenciers .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.conferenciers .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.conferenciers .member p {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.conferenciers .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.conferenciers .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.conferenciers .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.conferenciers .member .social a:hover {
  background: #1977cc;
}
.conferenciers .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# publication
--------------------------------------------------------------*/

.publication .section-title p
{
  font-size:30px;
  margin-left:80px;

}


/*--------------------------------------------------------------
# Dates
--------------------------------------------------------------*/

dates {
  
  background: #fff;
  max-height: 600px;

}
.dates .section-title p
{
    font-size:30px;
    margin-bottom:-10px;
    margin-left:30px;

}

.dates .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.dates .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.dates .member img {
  transition: all ease-in-out 0.4s;
}
.dates .member:hover img {
  transform: scale(1.1);
}
.dates .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);
}
.dates .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.dates .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.dates .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.dates .member .social {
  margin-top: 10px;
}
.dates .member .social a {
  transition: color 0.3s;
  color: #01036f;
}
.dates .member .social a:hover {
  color: #1acc8d;
}
.dates .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

#dates2
{
    margin-top: -120px;
}
.dates2 .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #010483;
 
}
.dates2 .content ul {
  list-style: none;
  padding: 0;
  margin-left: -8px;
}
.dates2 .content ul li {
    
  font-size: 16px;
  color: #01036f;
  margin-left:2px;


}
.dates2 .content ul i {
  font-size: 30px;
  color: #1acc8d;
}
.dates2 .content p:last-child {
  margin-bottom: 0;
}

.dates2 #mg
{
  margin-left:34px;
}
.dates2 #mg2
{
  margin-left:35px;
}
      
/*--------------------------------------------------------------
# comites
--------------------------------------------------------------*/
.comites {
  
  background: #f5f5ff;
  max-height: 4000px;

}

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

}

.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:400px;
  height:300px;
}

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

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

/*--------------------------------------------------------------
#              Soumission
----------------------------------------------------------------*/

.wizard-container .wizard-navigation
{
  display:none;
}

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

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

.inputGroup
{
  font-size:8px;
}


}

/*-------------------------------------------------------------------------------------*-----------------------*-----------------------*-------------------
#                                                             Galaxy S6
-------------------------------------------------------------------------------------*-----------------------*-----------------------*---------------------     */

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

#home div img {
  margin-top: -210px;
  min-width: 700px;
  margin-left: -122px;
}
#home div h1 {
  margin-top: -375px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  margin-left: 80px;

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

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

}



/*--------------------------------------------------------------
# conferenciers
--------------------------------------------------------------*/
.conferenciers {
  background: #fff;
}
.conferenciers .section-title p
{
    font-size: 25px;
    margin-left:30px;

}
.conferenciers .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 40px;
  border-radius: 10px;
}
.conferenciers .member .pic {
  overflow: hidden;
  width: 160px;
  border-radius: 50%;
}
.conferenciers .member .pic img {
  transition: ease-in-out 0.3s;
}
.conferenciers .member:hover img {
  transform: scale(1.0);
}
.conferenciers .member .member-info {
  padding-left: 30px;
}
.conferenciers .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.conferenciers .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.conferenciers .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.conferenciers .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.conferenciers .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.conferenciers .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.conferenciers .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.conferenciers .member .social a:hover {
  background: #1977cc;
}
.conferenciers .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# publication
--------------------------------------------------------------*/

.publication .section-title p
{
  font-size:30px;
  margin-left:100px;

}


/*--------------------------------------------------------------
# Dates
--------------------------------------------------------------*/

dates {
  
  background: #fff;
  max-height: 600px;

}
.dates .section-title p
{
    font-size:30px;
    margin-bottom:-10px;
    margin-left:50px;

}

.dates .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.dates .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.dates .member img {
  transition: all ease-in-out 0.4s;
}
.dates .member:hover img {
  transform: scale(1.1);
}
.dates .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);
}
.dates .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.dates .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.dates .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.dates .member .social {
  margin-top: 10px;
}
.dates .member .social a {
  transition: color 0.3s;
  color: #01036f;
}
.dates .member .social a:hover {
  color: #1acc8d;
}
.dates .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

#dates2
{
    margin-top: -120px;
}
.dates2 .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #010483;
 
}
.dates2 .content ul {
  list-style: none;
  padding: 0;
  margin-left: -1px;
}
.dates2 .content ul li {
    
  font-size: 18px;
  color: #01036f;
  margin-left:2px;


}
.dates2 .content ul i {
  font-size: 30px;
  color: #1acc8d;
}
.dates2 .content p:last-child {
  margin-bottom: 0;
}

.dates2 #mg
{
  margin-left:34px;
}
.dates2 #mg2
{
  margin-left:35px;
}

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

}

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

}

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

}

.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:400px;
  height:300px;
}

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

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

/*--------------------------------------------------------------
#              Soumission
----------------------------------------------------------------*/

.wizard-container .wizard-navigation
{
  display:none;
}

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

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

.inputGroup
{
  font-size:10px;
}


}



      
      
      
      
      
      
      
      
      
















































































