@charset "UTF-8";
@font-face {
  font-family: BlissRegular;
  src: url(fonts/bliss.woff) format("woff"); }
* {
  font-family: BlissRegular;
  color: #6d6e70; }

body {
  background-color: white;
  max-width: 100%; }

#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: 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 {
  z-index: 1500;
  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 {
  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; }

.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;
  height: auto;
  max-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
  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: 90px;
    text-shadow: 2px 2px 8px black; }

#banner_experimente {
  background-image: url("../images/notre_desir.jpg"); }

#banner_predication {
  background-image: url("../images/predications.jpg"); }

#annonces {
  padding-top: 150px;
  margin-top: -150px;
  width: auto;
  height: auto;
  max-height: 450px;
  padding-bottom: 0px;
  overflow: hidden; }

#banner_serie {
  margin-top: 150px;
  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: 90px; }

#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: 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 {
  float: left;
  width: 100%;
  height: auto;
  background-color: #6d6e70;
  padding-top: 20px;
  padding-bottom: 50px; }

#contact_container {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  max-width: 992px; }

#contact_texte {
  float: left;
  width: 80%; }
  #contact_texte * {
    text-align: left;
    width: 100%;
    color: white; }

#contact_imgs {
  margin-top: 20px;
  float: right;
  width: 20%; }
  #contact_imgs img {
    float: right;
    margin-left: 15px; }

#carte {
  /*position: relative;*/
  height: auto;
  width: 100%;
  height: auto; }
  #carte img {
    width: 100%;
    height: auto; }
  #carte p {
    height: auto;
    color: white;
    font-size: 12px;
    margin-top: -20px; }

#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: 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: 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_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; }

.prem_titre {
  font-size: 42px;
  text-transform: uppercase;
  margin-top: 15px; }

.prem_desc {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px; }

#a_propos,
#reunion_hebdo,
#attendre,
#nous_offrons,
#nous_croyons_texte,
#notre_equipe_texte,
#notre_histoire_texte,
#mardis_texte,
#mercredis_texte,
#vendredis_texte,
#education_chretienne_texte,
#revolution_texte,
#samaritain_texte {
  display: none; }

.top_desc {
  margin-bottom: 75px; }

/******************************************************************
*
* Prédications
*
******************************************************************/
#banner_predications {
  margin-top: 150px;
  background-image: url("../images/predications_banner.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; }

.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;
  margin: 0 auto; }

#series_list {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 992px; }

.serie {
  float: left;
  height: 248px;
  width: 496px; }

.preach,
.preach_last {
  border-bottom: 2px solid #6d6e70;
  width: 100%;
  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: 840px; }
#equipe_container .individu_nom {
  font-size: 40px; }
#equipe_container .individu_titre {
  font-size: 18px; }
#equipe_container .individu_photo,
#equipe_container .individu_photo img {
  float: left;
  width: 248px; }
#equipe_container .individu_texte {
  float: left;
  width: 582px;
  padding-top: 10px;
  padding-left: 10px; }
#equipe_container .individu_courriel {
  cursor: pointer;
  margin-top: 5px; }
  #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;
  color: white; }
  .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: 16px;
  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; }


  #dark-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    height: 100%;
    width: 100%;
    z-index: 9000;
  }
  
  #carrefour-modal {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    height: auto;
    min-height: 224px;
    width: 500px;
    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;
  }

/*# sourceMappingURL=test.css.map */
