@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:#970002; font-size:32px;}
h2 { font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#880002;}
h4 { font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#5F0001; font-size: 16px;}

.jumbotron { border-radius:0rem; background:#C00003; background: linear-gradient(90deg, #8C0002 0%, #CC0003 50%, #960002 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);}
.card-title { margin-bottom:0rem;}

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

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.thumbnail { width:100%; height:100%;}
/* Gallery */
