/* common Section */



.navbar-brand img {
  width: 150px;
  height: 50px;
}



body,
html {
  color: #333;
}

body {
  font-size: 1.3em;
}

body#home {
  font-size: 1.2em;
}


p,
.presentation ul {
  font-size: 1.1em;
  line-height: normal;
}

p span {
  font-style: oblique;
}


h3 {

  margin: 0;
}

a {
  color: #000;
}


/********** header   ***************/


#home #header {
  height: 300px;
  display: flex;
    align-items: center;
    justify-content: center;
}

#header {
  background: url(../img/heaven.jpg) repeat center 65%;
  background-size: cover;
  padding: 20px;
  height: 200px;
}

.intro {
  width: 100%;
  background-color: transparent;
}

.logo {
  width: 100%;
  background: url(../img/logo_pow.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
  height: 150px;
}



/**********  body  ***************/



#bigtitle {

  background: #000;
  padding: 15px 0;
  color: white;

  text-align: center;
}

#bigtitle h3 {
  margin: 10px 0 0;
  font-size: 1.8em;
}

#bigtitle p {

  font-size: 1.4em;
}

#home #bigtitle h3 {
  font-size: 2em;
  margin: 10px 0;
}

.projets {
  background: #fff;
  color: #333;
  font-size: 1.2em;
  padding: 20px 0 0;
}


.projets .container {

  border-bottom: solid 1px #333;
  padding: 30px 0;
}

.projets #p5 {

  border-bottom: none;
  padding: 30px 0;
}

.projets .container h3 {
  padding-bottom: 10px;
}

.projets .image {
  width: 100%;
  margin-bottom: 20px;
  height: 360px;
  background-size: contain;
}


.projets #p1 .image {

  background: url(../img/portes_gogab.png) no-repeat top center;
  background-size: contain;

}

.projets #p2 .image {
  background: url(../img/pow_entonnoir.png) no-repeat top center;
background-size: contain;
}


.projets #p3 .image {
  background: url(../img/pow_invitation.png) no-repeat top center;
background-size: contain;
}


.projets #p4 .image {
  background: url(../img/bible.png) no-repeat top center;
background-size: contain;
}

.projets #p5 .image {
  background: url(../img/affiche_app.png) no-repeat top center;
background-size: contain;
}

.TH3 {

  color: #06c;
}



.vide {
  clear: both;
}



.btn-custom {
  background-color: #000;
  width: 100%;
  margin-top: 0;
  border-radius: 5px;
  padding: 14px 5px;
  border-top: none;
  font-size: 1.2em;
  text-transform: none;
  display: inline-table;
  text-align: center;
}

.btn-custom2 {

  border-radius: 5px;
  padding: 5px;
  border: solid 1px #333;
  font-size: 1em;
  text-transform: none;
  display: inline-block;
  margin-bottom: 5px;
}

a.btn-custom:hover,
a.btn-custom:focus,
a.btn-custom:active {
  color: #fff;
  background-color: #333;
}

details summary {
  font-weight: bold;
  padding-bottom: 10px;

}

details summary:hover {
  text-decoration: underline;
  cursor: pointer;
}


details p {
  font-size: 1em;
}



/**********  page gogab  ***************/

#wrap_acts {
  background-color: rgba(255, 255, 255, 0.404);
  padding: 15px;
  font-size: 1.2em;
}

#wrap_acts h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
}

#wrap_acts p {
  margin: 10px 0;
}

#wrap_acts ol {
  list-style: decimal;
  padding-left: 20px;
}

#wrap_acts ol span {
  display: block;
  font-weight: 700;
  font-style: oblique;
  padding: 10px 0;
}

#wrap_acts .act {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 30px #000;
}


#wrap_acts img {
  padding: 5px 0;
  display: block;

  height: 150px;

}


#wrap_acts p span {
  display: block;
  font-weight: bold;
  padding: 5px 0;
}

#wrap_acts div.fin {

  border-bottom: none;
}

#wrap_acts a {
  text-decoration: underline;
}

#wrap_acts a.btn-custom {
  text-decoration: none;
}

/**********  page download  ***************/

#wrap_acts #app_detail {
  font-size: 1em;
}

#wrap_acts #app_detail .affiche {
  height: 450px;
  background: url(../img/allbibles.jpg) no-repeat center center;
background-size: contain;
}

#wrap_acts #app_detail .affiche_en {
  background: url(../img/allbibles.jpg) no-repeat center center;
background-size: contain;
}

#app_detail h3 {
  padding: 20px 0 10px;
  margin: 0;
  border-bottom: 1px solid #000;
  font-size: 1.1em;
}

/**********  footer  ***************/

#footer {
  background: #fff;
  color: #000;
  border-top: solid 1px #333;
  padding: 15px 0 15px 0;
  color: #333;
}

#footer a {
  color: #333;
}

#footer a:hover {
  text-decoration: underline;
  color: #333;
}




/* End breakpoint */

  /* CSS rules for devices with a maximum width of 600px (mobile mobile) */
@media (max-width: 600px) {


  #home #header {
    padding: 20px 0 0;
    height: 200px;
  }

  .logo {
    background: url(../img/logo_pow.png) no-repeat center center;
    background-size: auto;
    background-size: contain;

  }

#home #bigtitle h3 {
  font-size: 1.4em;
}
  #bigtitle h3  , h3{
    font-size: 1.2em;
  }

  #bigtitle p{
    font-size: 1.2em;
  }

  .projets #p1 .image,
  .projets #p2 .image,
  .projets #p3 .image,
  .projets #p4 .image,
  .projets #p5 .image
  {
    margin: 10px 0;
    height: 200px;

    background-size: auto;
    background-size: contain;
  }

  .btn-custom {
    font-size: 1em;

  }
#wrap_acts h1 , #wrap_acts h3   {
  font-size: 1.1em;

}
  #wrap_acts img {
    padding: 5px 0;
    display: block;
    width: 240px;
    height: 80px;
  }

  #wrap_acts .act {
    border-bottom: dotted 20px #000;
  }

  #wrap_acts #app_detail .affiche {
    height: 160px;

  }

  #wrap_acts #app_detail {
    font-size: .9em;
  }
}
/* End breakpoint mobile */


/* CSS rules for devices with a width between 601px and 1023px (tablet devices) */
@media (min-width: 601px) and (max-width: 1023px) {

  #home #header {
    height: 300px;
  }

#wrap_acts #app_detail .affiche {
    height: 250px;

  }

}
/* End breakpoint tablet */


/* @media (max-width: 600px) { } ***  CSS rules for devices with a maximum width of 600px (mobile devices) */

/* @media (min-width: 601px) and (max-width: 1023px) {} ***  CSS rules for devices with a width between 601px and 1023px (tablet devices) */

/* @media (min-width: 1024px) { }  **** CSS rules for devices with a minimum width of 1024px (desktop devices) */
