@import url('https://fonts.googleapis.com/css2?family=Festive&family=IM+Fell+Great+Primer+SC&family=Ms+Madi&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Qwigley&display=swap');
.bg-site-gradient {
    background-image: linear-gradient(-119deg, rgb(187 156 91 / 17%) 18%, rgb(151 119 51) 38%, rgb(229 206 145) 80%, #3f3216 96%) !important;
}
.header-text {
    position: absolute;
    left: 0%;
    bottom: 20%;
    opacity: 1;
    border-radius: .5rem;
    box-shadow: -6px 6px 7px rgb(0 0 0 / 75%);
    border-width: 1px;
    border-style: solid;
    border-color: #c1a05a;
    border-right: 0;
}
.btn:hover {
    color: #ffffff;
    background-color: #c1a05a !important;
    border-color: #977733;
}
.header p:nth-of-type(2) {
    margin-right: 3.5rem;
}
h1, h2{
    /*font-family: "Ms Madi", cursive !important;*/
    /*font-family: "Festive", cursive !important;*/
    /*font-family: "Qwigley", cursive !important;*/
    /*font-family: "IM Fell Great Primer SC", serif !important;*/
    font-family: "Playfair Display", serif !important;
    font-weight: 400 !important;
    font-style: normal;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(0, 0, 0, 1) !important;
    color:#c1a05a !important;
}
h1::after {
    background: none;
    content: attr(data-heading) / "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow:
        -1px 0 1px #c6bb9f,
        0 1px 1px #c6bb9f,
        5px 5px 10px rgba(0, 0, 0, 0.4),
        -5px -5px 10px rgba(0, 0, 0, 0.4);
}
h1.fw-bold, h2.fw-bold{
    font-weight: 400 !important;
}
.bg-site-dark {
    background-color: rgb(151 119 51) !important;
}
.text-site-dark {
    color: rgb(151 119 51);
}
.bg-site {
    background-color: rgb(193 160 90);
}
.bg-site-light{
    background-color: rgb(193 160 90 /40%) !important;
}
.bg-site-lighter {
    background-color: rgb(193 160 90 / 20%) !important;
}
.header {
    background-color: transparent !important;
    background-image: none;
    color: #ffffff;
}
header {
    background-image: url(../img/bg-tpl-4.jpg);
    background-color: #0b0d1c !important;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
body {
    background-color: rgb(157 184 211 / 24%);
    background-image: url(../img/boules-noel.png), url(../img/boules-noel.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 16%;
    background-attachment: fixed;
    background-position: top left, top right;
}
#top {
    background-color: rgb(255 255 255 / 80%);
    padding-left: 2% !important;
    padding-right: 2% !important;
    padding-bottom: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    margin-bottom: 3rem !important;
}
.btn-primary {
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    border: none;
    border-radius: 50em;
    height: 2.75em;
    line-height: 2.5em;
    text-transform: uppercase;
    padding: 0 1em;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px rgb(151 119 51), inset 0 -1px 1px 2px rgb(250 227 133);
    background-image: linear-gradient(160deg, #977733, #b47e11, #fef1a2, #bc881b, #977733);
    border: 1px solid rgb(151 119 51 / 92%);
    color: rgb(255 255 255);
    text-shadow: 0 1px 1px #795548;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}
.btn-primary:focus,
.btn-primary:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250,227,133,1);
    border: 1px solid rgba(165,93,7,.6);
    color: rgb(255 255 255);
}
.btn-primary:active {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250,227,133,1);
}
