/**************************/
/*  HOME - DIAPO
/**************************/

#home_diapo{
  padding: 0;
  position: relative;
  z-index: 0;
}

#home_diapo .home_diapo_titre{
  position: absolute;
  /*background: linear-gradient(165deg, transparent, 80%, #000);*/
  z-index: 9;
  width: 100%;
  height: 100%;
}

#home_diapo .home_diapo_titre img{
  width: 40%;
  position: absolute;
  right: 2em;
  bottom: 2em;
}

#home_diapo .carousel img{
  width: 100%;
}




.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}






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

#home_description{
  margin-bottom: 3em;
}

#home_description .home_description_titre{
  text-align: center;
  padding: 2em 2em;
}

#home_description .home_description_titre img{
  width: 100%;
  max-width: 500px;
  margin-top: 15px;
}

#home_description .home_description_titre h1{
  font-size: 250%;
  font-weight: 600;
  text-transform: uppercase;
}

#home_description .home_description_titre h2{
  font-size: 150%;
  font-weight: 400;
  margin-top: -25px;
  margin-left: 5em;
}

#home_description .home_description_photo{
  background-position: center;
  text-align: center;
}

#home_description .home_description_photo img{
  width: 100%;
  max-width: 500px;
}

#home_description .home_description_texte{
  padding: 0 2em;
}

#home_description .home_description_texte p{
  margin: 1em 0;
}




/**************************/
/*  HOME - BLOCS
/**************************/

#home_blocs{
  padding-top: 4em;
}

#home_blocs .home_bloc_content1,
#home_blocs .home_bloc_content3{
  padding: 0 1em 0 0;
}

#home_blocs .home_bloc_content2,
#home_blocs .home_bloc_content4{
  padding: 0 0 0 1em;
}

#home_blocs .home_bloc{
  display: block;
}

#home_blocs a{
  text-decoration: none;
}

#home_blocs .home_bloc_content{
  position: relative;
  margin: 1em 0;
}

#home_blocs .home_bloc_1:hover{
  background-color: #333;
}

#home_blocs .home_bloc_2,
#home_blocs .home_bloc_3{
  background-color: #333;
}

#home_blocs .home_bloc_4:hover{
  background-color: #333;
}

#home_blocs .home_bloc_titre{
  text-align: center;
  color: #fff;
  font-size: 120%;
  font-weight: 400;
  padding: 0.4em 0;
  background:url('../../template/img/croixbasque_blanche.png');
  background-repeat: no-repeat;
  background-size: auto 150%;
  background-position: -5% center;
}

#home_blocs .home_bloc_photo img{
  width: 100%;
}

#home_blocs .home_bloc_link{
  text-align: center;
  color: #fff;
  padding: 0.3em 0;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 992px){

  #home_blocs .home_bloc_titre{
    font-size: 90%;
  }

}

@media (max-width: 768px){

  #home_blocs .home_bloc_content{
    padding: 0 2em;
    margin-bottom: 2em;
  }

}


/**************************/
/*  HOME - BANDEAU
/**************************/

#home_bandeau{
  text-align: center;
  position: relative;
  padding: 0;
}

#home_bandeau .home_bandeau_content{
  padding: 3em 0 4em;
}

#home_bandeau .home_bandeau_hover{
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#home_bandeau .home_bandeau_titre{
  color: #fff;
  font-size: 180%;
  font-weight: 600;
  z-index: 9;
  position: relative;
}

#home_bandeau .home_bandeau_logo{
  margin: 20px 0 30px;
}

#home_bandeau .home_bandeau_logo img{
  width: 100%;
  max-width: 200px;
  z-index: 9;
  position: relative;
}

#home_bandeau .home_bandeau_link a{
  z-index: 9;
  position: relative;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 110%;
}

#home_bandeau .home_bandeau_link a:hover{
  background-color: #333;
  text-decoration: none;
}


/**************************/
/*  HOME - ALBUM
/**************************/

#home_album{
  padding: 3em 0 4em;
}

#home_album .grid figure{
  margin: 1em 0;
}