/* Couleurs L’Édifice Édition – surcharge */

a {
  color: #d8ba76 !important;
}

.btn-primary {
  background-color: #d8ba76 !important;
  border-color: transparent !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #5f3a40 !important;
}

body {
  background-image: url('../img/gravure-b.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#wrapper {
  background: url('../images/gravure.jpg') top center no-repeat;
  background-size: cover;
}

.header-top {
    background-color: #5f3a40!important;
    border-top: 2px solid #3d161c;
}

.btn-primary {
    background-color: #d8ba76 !important;
    color: #ffffff !important;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #5f3a40 !important;
    color: #ffffff !important;
}
