@charset "utf-8";

@font-face {
  font-family: BlissRegular;
  src: url(fonts/bliss.woff) format('woff');
}

*
{
  font-family: BlissRegular;
  color : #6d6e70;
}

body
{
  background-color: white;
}

#container
{
  text-align: center;
  width: 100%;
  min-height: 100%;
  background-color: white;
}

header
{
  display:inline;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#logo
{
  position: absolute;
  z-index: 2000;
  left:0;
  right:0;
  margin-left: auto;
  margin-right:auto;
  text-align: center;
  width: 25%;
  height: auto;
  max-height: 370px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#logo img
{
  padding: 0px;
  width: auto;
  margin-top : 15px;
  /*max-width: 90%;*/
  max-height: 370px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2000;
}

#logo:hover, #logo *:hover
{
  cursor: pointer;
  cursor: hand;
}

#top_menu
{
  z-index: 1000;
  position: absolute;
  top:0px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
  max-width: 1800px;
  height: 20px;
}

.nav_item
{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  float: left;
  display: inline;
  text-align: center;
  width: 12.5%;
  height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: color 0.5s, background-color 0.5s, height 0.5s, font 0.5s;
  transition: color 0.5s, background-color 0.5s, height 0.5s, font 0.5s;
}

.nav_item *
{
  text-decoration: none;
}

.nav_item:hover, .nav_item *:hover
{
  color: white;
  background-color: #6d6e70;
  cursor: pointer;
  cursor: hand;
  height: auto;
}

.nav_logo
{
  
  float: left;
  display: hidden;
  text-align: center;
  width: 25%;
  height: 100%;
  z-index: -1;
}

.sub_item
{
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  min-height: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav_item:hover .sub_item
{
  display:block;
}

.first_sub_item
{
  margin-top:10px;
}

#accueil_slideshow
{
  display : block;
  padding-top: 30px;
  float: left;
  width:100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

#accueil_slideshow img
{
  float: left;
}

#ancre
{
  width: 90px;
  height: 90px;
  position : absolute;
  margin: 0 auto;
  top : 0;
  left : 0;
  right : 0;
  z-index: 1;
}

#ancre:hover
{
  cursor: pointer;
  cursor: hand;
}

.banner
{
  float :left;
  min-height: 300px;
  max-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  background-color: #6d6e70; /*TEMP*/
}

.banner p
{
  width:60%;
  margin: 0 auto;
  color:white;
  text-transform: uppercase;
  font-size: 90px;
}

#banner_experimente
{
  background-image: url("../images/notre_desir.jpg");
}

#banner_predication
{
  background-image: url("../images/predications.jpg");
}

#banner_annonces
{
  width: auto;
  height: auto;
  max-height: 450px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tabs
{
  float: left;
  min-height: 260px;
  max-height: 450px;
  padding-top: 70px;
  padding-bottom: 60px;
  width: 100%;
}

.tabs p
{
  width:60%;
  margin: 0 auto;
  color:#6d6e70;
  text-transform: uppercase;
  font-size: 90px;
}

#tabs
{
  position: relative;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  width: auto;
  max-width: 1800px;
  height:95px;
}

.tab_item
{
  float: left;
  padding-top: 20px;
  margin-bottom: 20px;
  display: inline;
  text-align: center;
  font-style: italic;
  font-size: 30px;
  width: 25%;
  height:100%;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

.tab_item:hover
{
  color: white;
  background-color: #6d6e70;
  cursor: pointer;
  cursor: hand;
}

/***** CONTACT *****/

#contact_top
{
  position: relative;
  float:left;
  width:100%;
  min-height:848px;
  max-height:848px;
  background-color: #6d6e70;
}

.contact_texte
{
  height: auto;
  width:50%;
  float:right;
}

.contact_texte *
{
  text-align: left;
}

#contact_title
{
  margin: 0 auto;
  margin-top: 77px;
  color: white;
  font-size: 90px;
  text-transform: uppercase;
  width: 60%;
}

#contact_bottom
{
  position: relative;
  float:left;
  width:100%;
  min-height:250px;
  max-height:250px;
  background-color: white;
}

#contact_top img
{
  z-index:2;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  right: 50%;
}

#contact_top_texte
{
  padding-left:15px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#contact_titre
{
  color:white;
  font-size: 30px;
  text-transform: uppercase;
}

#contact_adresse, #contact_adresse *
{
  color:white;
  margin-top: 5px;
  text-decoration: none;
  font-style: italic;
}

#contact_invitation
{
  color: #f89728;
  margin-top:65px;
  font-size: 30px;
  text-transform: uppercase;
}

#contact_evenements
{
  color:white;
  margin-top:65px;
  margin-bottom:20px;
  font-style: italic;
}

#contact_bottom_texte
{
  margin-top: 20px;
  padding-left:15px;
  position: absolute;
  left : 50%;
}

#contact_marche
{
  color:#6d6e70;
  font-style: italic;
}

#contact_bus
{
  color:#6d6e70;
  margin-top: 10px;
  font-size: 30px;
  text-transform: uppercase;
}

footer
{
  float:left;
  width:100%;
  padding-top: 32px;
  padding-bottom: 32px;
  min-height: 24px;
  color : white;
  font-size: 20px;
  background-color: #6d6e70;
}

/******************************************************************
*
* Première visite
*
******************************************************************/
#banner_premiere_visite
{
  margin-top: 80px;
  background-image: url("../images/premiere_visite.jpg");
}

#prem_visite_desc
{
  color:white;
  width: 100%;
  font-size: 30px;
  margin-top: 20px;
  text-transform: uppercase;
}

.prem_content
{
  clear : both;
  left:0;
  right:0;
  margin-top: 20px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  width: 100%;
  max-width: 992px;
  height: auto;
}

.squared_btns_row
{
  width:100%;
  height:auto;
}

.squared_btn
{
  position: relative;
  float:left;
  width: 248px;
  height: 248px;
}

.squared_btn p
{
  position: absolute;
  text-align: left;
  color: white;
  top: 80px;
  margin-left: 15px;
  font-size: 42px;
  text-transform: uppercase;
}

#btn_nous_sommes
{
  background-image: url("../images/nous_sommes.jpg");
}

#btn_nous_croyons
{
  background-image: url("../images/nous_croyons.jpg");
}

#btn_notre_equipe
{
  background-image: url("../images/notre_equipe.jpg");
}

#btn_notre_histoire
{
  background-image: url("../images/notre_histoire.jpg");
}

#btn_dimanches
{
  background-image: url("../images/dimanches.jpg");
}

#btn_mardis
{
  background-image: url("../images/mardis.jpg");
}

#btn_mercredis
{
  background-image: url("../images/mercredis.jpg");
}

#btn_vendredis
{
  background-image: url("../images/vendredis.jpg");
}

#btn_relation_aide
{
  background-image: url("../images/relation_aide.jpg");
}

#btn_education_chretienne
{
  background-image: url("../images/education_chretienne.jpg");
}

#btn_revolution
{
  background-image: url("../images/revolution_jeunesse.jpg");
}

#btn_festin_st_michel
{
  background-image: url("../images/festin_st_michel.jpg");
}

.squared_btn_overlay
{
  margin:0;
  float:left;

  background-color: rgba(0,0,0,0.5);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.squared_btn_overlay:hover
{
  cursor: pointer;
  cursor: hand;

  background-color: rgba(0,0,0,0);
}

.prem_texte
{
  float:left;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 124px;
  min-height: 600px;
}

.prem_titre
{
  font-size: 42px;
  text-transform: uppercase;
}

.prem_desc
{
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: italic;
}

#a_propos,
#reunion_hebdo,
#attendre,
#nous_offrons,
/*#nous_sommes_texte,*/
#nous_croyons_texte,
#notre_equipe_texte,
#notre_histoire_texte,
/*#dimanches_texte,*/
#mardis_texte,
#mercredis_texte,
#vendredis_texte,
/*#relation_aide_texte,*/
#education_chretienne_texte,
#revolution_texte,
#festin_st_michel_texte
{
  display: none;
}


/******************************************************************
*
* Prédications
*
******************************************************************/
#banner_predications
{
  margin-top: 80px;
  background-image: url("../images/predications.jpg");
}

#predications_desc
{
  color:white;
  width: 100%;
  font-size: 30px;
  margin-top: 20px;
  text-transform: uppercase;
}


#accueil_slideshow #slideshowWindow {
  width:100%;
  height:100%;
  max-height:800px;
  margin:0;
  padding:0;
  position:relative;
  overflow:hidden;
}

#accueil_slideshow #slideshowWindow .slide {
  margin:0;
  padding:0;
  width: 2000px;
  max-height:800px;
  float:left;
  position:relative;
}