.Banner_Principal{
   background:url(../Images/Header_Top_2.png) bottom center no-repeat;
    -webkit-animation-name: fadeInDown !important;
    height: auto;
    margin-top: -236px;
    text-align: center;
    height: 960px;
    position: relative;
    z-index:9999;
}



.Banner_Principal img{


}
.wrapper_Acceuil{
  width: 100%;
    background:#fff url(../Images/bg_dec6.png) top  center no-repeat;
    padding: 50px 0px;
    float: left;

    animation: awan-animasi 10000ms linear infinite;
    -ms-animation: awan-animasi 10000ms linear infinite;
    -moz-animation: awan-animasi 10000ms linear infinite;
    -webkit-animation: awan-animasi 10000ms linear infinite;
    position: relative;
}
.Titre_Principal{
    font-family:'Hobo-Regular';
    font-size: 40px;
    padding-bottom: 35px;
    background: url(../Images/puce_Titre1.png) bottom  center no-repeat;
    width: 100%;
    text-align: center;
    color: #e3ae0d;
    margin-bottom: 50px;
       text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);

}
.Titre_Principal span{
    color: #6a471c;
    font-size: 40px;
    display: block;
}
.Presantation{
   width: 100%;
    font-family:'Dosis-Book';
    font-size: 15px;
    color: #6a471c;
    line-height: 22px;
    text-align: left;

}


.Voi_Plus_pre{
    display: table;
    margin: 35px auto;

}
.Voi_Plus_pre a{
  font-family:'Hobo-Regular';
  font-size: 17px;
  color: #fff;
  padding: 10px 35px;
  text-decoration: none;
  display: block;
  float: left;
  background: #e3ae0d;
  -webkit-border-radius:25px;
  -moz-border-radius: 25px;
  border-radius: 25px;

}
.Voi_Plus_pre a:hover{
background:#6a471d;

}
/****/
.Nos_Activitee{
   width: 100%;
   background:#fff url(../Images/bg_Nos_Activitee.png) top  center no-repeat; 
   float: left;
   padding-top: 50px;
}

.Titre_Principal2{
    font-family:'Hobo-Regular';
    font-size: 40px;
    color: #fff;
    padding-bottom: 35px;
    background: url(../Images/puce_Titre2.png) bottom  center no-repeat;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);

}
.BlocActivite{
  float: left;
  width: 242px;
  margin-right: 8px;
  text-align: center;
}

.BlocActivite_title{
    font-family:'Hobo-Regular';
    font-size: 24px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 35px;
  
}
.BlocActivite_title a{
  color: #fff;
  text-decoration: none;
}
.BlocActivite_title a:hover{
  color: #e9ff8e;
}

.BlocActivite img:hover{
opacity: 0.8;
}
.BlockRight{margin-right: 0px !important;}



@keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  };
}

@-webkit-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  };
}

@-ms-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  };
}

@-moz-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  };
}





