body {
    font-family: 'Sulphur Point', sans-serif;
    color: #A8834C;
    background-image: url("../media/images/background/encoreplusclair.svg");
    background-repeat: no-repeat;
    background-position-x: -150px;
    background-position-y: 300px;
    background-size: 900px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer{
    margin-top: auto;
    background-color: white;
    border-top: #A8834C 1px solid;
}


nav {
    background-color: white;
}

a {
    color: #A8834C !important;
    text-decoration: none;
    font-size: 125%;
}

.loba-hover-bg:hover,
.loba-hover-bg:active {
    background-color: #5C83BD !important;
    color: white !important;
}

.loba-hover:hover,
.loba-hover:active {
    color: #5C83BD !important;
}

.lobita-hover-bg:hover,
.lobita-hover-bg:active {
    background-color: #C1D1E9 !important;
    color: white !important;
}

.hover-bg:hover,
.hover-bg:active {
    background-color: #A8834C !important;
    color: white !important;
}

.hover-ocbi {
    min-width: 150px;
}

.hover-ocbi:hover,
.hover-ocbi:active {
    color: #00236a !important;
}

.concerts-hover:hover,
.concerts-hover:active {
    color: #B7A4DF !important;
}

.hover-concerts-bg:hover,
.hover-concerts-bg:active {
    background-color: #B7A4DF !important;
    color: white !important;
}

.hover-trans:hover,
.hover-trans:active {
    color: #B7D68D !important;
}

.hover-trans-bg:hover,
.hover-trans-bg:active {
    background-color: #B7D68D !important;
    color: white !important;
}

.hover-contact:hover,
.hover-contact:active {
    color: #BF97C9 !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(168,131,76, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(168, 131, 76);
}

.nav-item {
    margin-left: 5%;
    margin-right: 5%;
}

#logo {
    transition: all 0.5s ease-in-out;
}

#logo:hover{
    transform: scale(1.1);
}

.btn {
    border: 1px solid #A8834C;
    margin-top: 10px;
    color : #A8834C;
    background-color: white;
}

.btn:hover {
    background-color: #A8834C;
    color: white !important;
    border: none;
}

.btn:hover a, .btn:hover button {
    color: white !important;
}

.admin {
    color: white;
    background-color: #A8834C;
    padding: 10px;
}


#btn-admin a, #btn-admin2 a {
    color : white !important;
}

#btn-admin, #btn-admin2 {
    border: 1px solid white;
    margin-top: 10px;
    color : white !important;
    background-color: #A8834C;
}

#btn-admin:hover, #btn-admin2:hover {
    background-color: white;
    color: #A8834C !important;
    border: none;
}

#btn-admin:hover a, #btn-admin2:hover a {
    color: #A8834C !important;
}