@charset "utf-8";
/* CSS Document */

body { background-color:rgba(227,224,223,1.00); }
h1 { font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; color:#4D280E; font-size:22px;}
h2 { color:#8A561B; font-size: 18px;}
h5 { font-size: 1rem;}

a:hover { color:#B6947D;}

.jumbotron { border-radius:0rem; background: rgb(84,40,0);
background: linear-gradient(90deg, rgba(84,40,0,1) 0%, rgba(145,102,35,1) 49%, rgba(84,40,0,1) 100%);}
.jumbotron p, a, h5 { color:rgba(255,255,255,1.00);}
.jumbotron a:hover { color:rgba(192,143,0,1.00); text-decoration:none;}

.contenu { background-color:rgba(244,244,244,1.00); border-radius:5px; padding-top:20px; padding-bottom:20px; margin-top:30px; margin-bottom:30px;}
.contenu h5 { color:rgba(82,82,82,1.00);}

.separ { width:100%; height:5px; background-color:rgba(88,44,0,1.00); margin-top:20px; margin-bottom:20px;}


.card-body h5 { color:rgba(78,78,78,1.00);}
.card-footer h5 { color:rgba(78,78,78,1.00);}


/* Gallery */
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}


.lightbox-gallery {background-color: #ffffff;overflow-x: hidden}
.lightbox-gallery p{color:#fff}
.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}
@media (max-width:767px){
    .lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}
}
.lightbox-gallery .intro{font-size:16px;max-width:500px;margin:0 auto 40px}
.lightbox-gallery .photos{padding-bottom:20px}
.lightbox-gallery .item{padding-bottom:30px}
