@charset "utf-8";

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

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

body
{
  background-color: white;
}

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

#overlay
{
  position         : fixed;
  top              : 0;
  left             : 0;
  width            : 100%;
  height           : 100%;
  background-color : #000;
  filter           : alpha(opacity=50);
  -moz-opacity     : 0.5;
  -khtml-opacity   : 0.5;
  opacity          : 0.5;
  z-index          : 10000;
  display          : none;
}

#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: 70px;
  background-color: white;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#div_slideout_hint
{
  position: absolute;
  left:20px;
  right:0;
  text-align: left;
}

#div_slideout_hint img
{
  padding: 0px;
  width: auto;
  margin-top : 25px;
  max-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2000;
}

#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: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

#mobile_menu
{
  z-index:900;
  display:none;
  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;
  margin-top:70px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.nav_item
{
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.nav_item p
{
  font-size: 100%;
  text-transform: uppercase;
}

.nav_item *
{
  text-decoration: none;
}

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

.sub_item
{
  z-index:2000;
  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;
}

.first_sub_item
{
  margin-top:10px;
}

.banner
{
  float :left;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
  background-position: center;
  text-shadow: 2px 2px 8px black;
}

.banner p
{
  width:65%;
  margin: 0 auto;
  color:white;
  text-transform: uppercase;
  font-size: 150%;
  text-shadow: 2px 2px 8px black;
}

#nom_eglise
{
  margin-top: 70px;
  float :left;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  width: 100%;
  background-position: center;
}

#nom_eglise p,
#nom_eglise #first_line p 
{
  width:65%;
  margin: 0 auto;
  color:#6d6e70;
  text-transform: uppercase;
  font-size: 150%;
}

#nom_eglise #first_line p
{
  font-size: 80%;
  letter-spacing: 4.5px;
}

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

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

#annonces
{
  padding-top: 150px;
  margin-top: -150px;
  width: auto;
  height: auto;
  max-height: 450px;
  padding-bottom: 0px;
  overflow: hidden;
}

#banner_serie
{
  margin-top:70px;
  width:100%;
  height:auto;
}

#banner_serie img
{
  width:100%;
  height:auto;
}

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

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

#carrefour-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-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 100%;
  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
{
  float:left;
  width:100%;
  height:auto;
  background-color: #6d6e70;
  padding-top:10px;
  padding-bottom:20px;
}

#contact_container
{
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
  height:auto;
  max-width: 100%;
}

#contact_texte
{
  float:left;
  width:100%;
}

#contact_texte *
{
  text-align: left;
  width:100%;
  color:white;
}

#contact_imgs
{
  float:left;
  width:100%;
}

#contact_imgs img
{
  float:right;
  margin-left: 15px;
}

#carte
{
  /*position: relative;*/
  height: auto;
}

#carte,
#carte img
{
  width:100%;
  height:auto;
}

#carte p
{
  height: auto;
  color: white;
  font-size: 50%;
  margin-top: -8%;
}

#contact
{
  float:left;
  height:auto;
}

#contact_titre
{
  margin-bottom: 20px;
}

footer
{
  float: left;
  height: auto;
}

#bio_freddy
{
  display: none;
}

/******************************************************************
*
* 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: 100%;
  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: 40px;
  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_COVID
{
  background-image: url("../images/248x248.png");
}

#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_samaritain
{
  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;
  margin-right: 124px;
  /*min-height: 600px;*/
}

.prem_titre
{
  font-size: 150%;
  text-transform: uppercase;
  margin-top:15px;
}

.prem_desc
{
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 100%;
  line-height: 25px;
}

#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,
#samaritain_texte
{
  display: none;
}

.top_desc
{
  margin-bottom: 75px;
}


/******************************************************************
*
* Prédications
*
******************************************************************/
#banner_predications
{
  margin-top: 70px;
  background-image: url("../images/predications_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#predications_desc
{
  color:white;
  width: 100%;
  font-size: 125%;
  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_slider_texte
{
  vertical-align: middle;
  margin-top:auto;
  margin-bottom: auto;
  height:100%;
}

.titre_accueil_slider
{
  margin-top: 3%;
  float:left;
  font-size: 60px;
  color:white;
  position: absolute;
  width:100%;
  text-shadow: 2px 2px 8px black;
}

.sous_titre_accueil_slider
{
  margin-top: 7%;
  float:left;
  font-size: 90px;
  text-transform: uppercase;
  color:white;
  position: absolute;
  width:100%;
  line-height: 75px;
  text-shadow: 2px 2px 8px black;
}

#series_list_container
{
  float:left;
  width: 100%;
  text-align: center;
}

#series_list
{
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 95%;
  max-width: 496px;
  margin: 0 auto;
}

.serie
{
  float:left;
  height: auto;
  width: auto;
  max-width: 496px;
}

.serie img
{
  width:100%;
  max-width:496px;
  height:auto;
}

.preach,
.preach_last
{
  border-bottom: 2px solid #6d6e70;
  width:95%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

.preach_last
{
  border-bottom: none;
}

.preach .audio-controls audio,
.preach_last .audio-controls audio
{
  width:100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.preach_last .audio-controls audio
{
  margin-bottom: 0px;
}

.preach_titre
{
  text-align: left;
  text-transform: uppercase;
}

.preach_preacher,
.preach_date
{
  font-size: 18px;
  text-align: left;
}

.preach_date
{
  margin-top: 5px;
}

#equipe_container
{
  width:100%;
  max-width: 850px;
}

#equipe_container .individu
{
  float: left;
  min-height: 248px;
  min-width: 100%;
}

#equipe_container .individu_nom
{
  font-size: 40px;
}

#equipe_container .individu_titre
{
  font-size: 18px;
}

#equipe_container .individu_photo
{
  float: left;
  width: 248px;
}

#equipe_container .individu_texte
{
  float:left;
  width: 582px;
  padding-top: 10px;
  padding-left: 10px;
}

#equipe_container .individu_courriel
{
  margin-top: 5px;
  cursor: pointer;
}

#equipe_container .individu_courriel a
{
  text-decoration: none;
}

#equipe_container .lire_bio
{
  float:left;
  font-size: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 5px;
  width: auto;
  border: 2px solid #6d6e70;
}

.italique
{
  font-weight: bold;
  font-style: italic;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

.prem_citation
{
  margin-bottom: 50px;
}

.attendre_sous_titre
{
  margin-bottom: 5px;
  font-size:20px;
}

.gray_block
{
  margin: -20px -100px;
  padding: 20px 100px;
  background-color: #6d6e70;
}

.gray_block,
.gray_block *
{
  color : white;
}

.gray_block_text
{
  margin-top: 10px;
}

.educ_first_titre,
.educ_titre
{
  margin-top:30px;
  margin-bottom: 10px;
}

.educ_first_titre
{
  margin-top:50px;
}

.educ_desc,
.jeu_desc
{
  line-height: 20px;
}

.jeu_desc
{
  margin-top: 50px;
}

#rev_jeu_jasmin
{
  margin-bottom: 0px;
}

.bio
{
  display    : none;
  text-align : left;
}

.bio_titre
{
  margin-top     : 10px;
  color          : white;
  font-family    : BlissRegular;
  font-size      : 50px;
  line-height    : 40px;
  text-transform : uppercase;
}

.bio_texte,
.bio_texte i
{
  color: white;
  height: auto;
  margin-top     : 20px;
  font-size      : 13.5px;
  line-height    : 20px;
}

.lire_bio:hover
{
  cursor: pointer;
  cursor: hand;
}

#btn_resp_relation_aide:hover,
#btn_pasteur_jeunesse:hover,
#btn_jasmin_equipe:hover,
#btn_jasmin_equipe2:hover,
#btn_jasmin_equipe3:hover
{
  cursor: pointer;
  cursor: hand;
}

#reunions_intro
{
  margin-left: 124px;
  margin-right: 124px;
  margin-bottom: 50px;
}

.attendre_texte_desc
{
  margin-top: 10px;
  margin-bottom: 30px;
}

#btn_jasmin_equipe,
#btn_jasmin_equipe2,
#btn_jasmin_equipe3,
.nous_offrons_relation_nom,
.nous_offrons_relation
{
  font-size: 20px;
}

#tous_les_dimanches
{
  margin-top: -15px;
}

.slideme
{
  max-width: 2000px;
  max-height: 450px;
  width: 100%;
  height: 100%;
}


#dark-overlay {
	display: none;
}

#carrefour-modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  height: auto;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 9001;
  border-radius: 5px;
  transform: translate(-50%, -50%); }
#carrefour-modal.large {
  width: 1000px; }
#carrefour-modal-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 52px;
  font-size: 27px;
  font-weight: 600;
  padding: 16px;
  text-align: center;
  order: 0; }
  #carrefour-modal-header:empty {
    display: none; }
#carrefour-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  min-height: 52px;
  width: calc(100% - 32px);
  flex-grow: 1;
  order: 1;
  overflow-y: auto;
  max-height: 85vh; }
  #carrefour-modal-body form,
  #carrefour-modal-body .field {
    width: 100%; }
#carrefour-modal-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  order: 2; }
  #carrefour-modal-footer:empty {
    display: none; }
  #carrefour-modal-footer button {
    height: 37px; }

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.toast-message {
  color: white !important;
}