/**************************/
/*  PAGE TOP
/**************************/

#page_top{
  position: relative;
}

#page_top .page_top_logo{
  position: absolute;
  bottom: 2em;
  left: 2em;
  z-index: 9;
}

#page_top .page_top_logo img{
  width: 100%;
  max-width: 500px;
}

#page_top .page_diapo{
  position: relative;
}

#page_top .page_top_content{
  background-color: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}

#page_top .page_top_titres h1{
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 170%;
}

#page_top .page_top_titres h2{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 250%;
}

@media(max-width: 768px){

  #page_top .page_top_logo{
    bottom: 1em;
    left: 1em;
  }

  #page_top .page_top_logo img{
    max-width: 400px;
  }

}


@media(max-width: 576px){

  #page_top .page_top_logo{
    bottom: 0.5em;
    left: 0.5em;
  }

  #page_top .page_top_logo img{
    max-width: 300px;
  }

}




/**************************/
/*  HOME DESCRIPTION
/**************************/

#home_description .home_description_left{
  padding: 5em 1em;
}

#home_description .home_description_left h1{
  text-transform: uppercase;
  font-size: 140%;
  font-weight: 400;
}

#home_description .home_description_left h2{
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 2em;
}

#home_description .home_description_left .home_description_texte{
  font-size: 95%;
}

#home_description .home_description_right{
  padding: 5em 4em 5em 1em;
}

#home_description .home_description_right img{
  width: 100%;
  box-shadow: 15px 15px 0px 1px #ccc;
}


@media(max-width: 992px){

  #home_description .home_description_left{
    padding: 4em 1em 1em;
  }

  #home_description .home_description_right{
    padding: 1em 3em 4em 1em;
  }

}



/**************************/
/*  HOME DEPARTS
/**************************/

#home_departs{
  color: #fff;
  padding: 2em;
}

#home_departs .home_departs_titre{
  text-align: center;
  text-transform: uppercase;
  font-size: 130%;
  text-align: center;
}

#home_departs .home_departs_date{
  text-align: center;
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 1em;
}

#home_departs .home_departs_heures{
  font-size: 120%;
}

#home_departs .home_departs_heures li{
  margin-top: 0.5em;
}






