.bg-image--nuptial-notebook-1 {
    background: url(../images/old_img/nuptial-notebook/header6.jpg) no-repeat center center/cover;
}

.bg-image--welcome {
    background: url(../images/welcome/slide.jpg) no-repeat center center/cover;
}

.bg-image--visibility {
    background: url(../images/welcome/visibility_2023.jpg) no-repeat center center/cover;
}

.bg-image--accueil-1 {
    background: url(../images/old_img/accueil/header.jpg) no-repeat center center/cover;
}

.bg-image--accueil-2 {
    background: url(../images/home/find-town-hall.jpg) no-repeat center center;
    background-size: cover;
    backdrop-filter: blur(5px);
}

.reservation-area {
    background: url(../images/old_img/reservation.jpg) no-repeat center center;
    background-size: cover;
    backdrop-filter: blur(5px);
}

.bg-image--6 {
    background-image: url(../images/old_img/shopping/6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.bg-image--contact-1 {
    background-image: url(../images/old_img/contact/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.bg-image--contact-2 {
    background-image: url(../images/old_img/contact/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-image--contact-3 {
    background-image: url(../images/old_img/newsletter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.bg-image--newsletter {
    background-image: url(../images/old_img/g3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.shadow {
    -webkit-box-shadow: 0px 10px 20px -26px black;
    -moz-box-shadow: 0px 10px 20px -26px black;
    box-shadow: 0px 10px 20px -26px black;
}

.primary-button {
    background: #b71c1c none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.third-button {
    background: #b71c1c none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.secondary-button {
    background: #9e9e9e none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.default-button {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 0 none;
    color: #b71c1c;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.card-container {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(85, 85, 85, 0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(85, 85, 85, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(85, 85, 85, 0.3);
}

.auth-input {
    background: transparent;
    border: none;
    border-bottom: 0.5px solid #EEEEEE;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 30px;
}

.auth-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0.5px solid #b71c1c;
    outline: none;
}

.btn-primary {
    background-color: #b71c1c;
    border-color: #b71c1c;
    color: #fff;
}

.btn-primary:hover {
    background-color: rgba(212, 53, 53, 0.9);
    border-color: rgba(183, 28, 28, 0.9);
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    border-color: rgba(183, 28, 28, 0.8);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: rgba(183, 28, 28, 0.8);
    border-color: rgba(183, 28, 28, 0.8);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b71c1c;
    border-color: #b71c1c;
    box-shadow: 0 0 0 .2rem rgba(183, 28, 28, 0.5)
}

.text-primary {
    color: #b71c1c !important
}


.primary-button, .secondary-button, .default-button {
    transition: all 0.3s ease-in-out;
}

.primary-button:hover, .secondary-button:hover, .default-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
