body {
    color: rgb(101, 100, 100);
    background-color: rgba(236, 237, 238, 1);
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.38em;
    letter-spacing: 0px;
}

a,
a:link,
a:active,
a:visited {
    text-decoration: none;
    color: #198499;
}

a:hover {
    text-decoration: none;
    color: #0f6070;
}

h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
    color: #222;
}

h3 {
    color: #198499;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 1.4em;
    font-weight: bolder;
    text-decoration: none;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .9em;
}

hr {
    border-top: 1px dotted #333;
    margin: 15px auto 15px;
}

header h5 {
    font-size: 1.7em;
}

bdi {
    color: rgb(207, 10, 44)
}

.top-bridge {
    margin-bottom: 5%;
    border-bottom: dotted 1px #2a9cb3;
}

label {
    font-weight: normal;
    margin: 5px 20px 5px 5px;
}

.toolbar-search img {
    width: 200px !important;
}

.form-choice-label label {
    font-weight: normal;
    margin-left: 5px;
    margin-right: 20px;
}

.header img {
    width: 125px;
    height: 125px;
}

.lecture h5 {
    color: #dc3545 !important;
}

.lecture ul,
.lecture ol {
    padding-left: 0;
    list-style: none;
}

label {
    font-weight: bold;
}

.row {
    margin: 15px 0px 15px;
}

td,
th {
    padding: 1em !important;
}

thead {
    background-color: #0099CC;
}

.explorer-actions {
    margin-bottom: 15px;
}

.explorer-actions button {
    margin-right: 15px;
}

.spectrum-photo-zone {
    width: auto;
    height: 350px;
    margin-bottom: 15px;
    border: 1px solid rgb(200, 200, 100);
    background-color: #0099CC;
}

.savane {
    border: 1px dotted rgb(200, 200, 100);
    margin-bottom: 15px;
    padding: 5px;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paysage {
    width: 100%;
    height: auto;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px dotted rgb(200, 200, 100);
}

.paysage .paysage-landscape {
    width: 100%;
    height: 250px;
}

.paysage .paysage-portrait {
    width: 100%;
    height: 500px;
}

.paysage .paysage-landscape img {
    width: 100%;
    height: auto;
}

.paysage .paysage-portrait img {
    width: auto;
    height: 100%;
}

.image-pdf {
    width: auto;
    height: 293px;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 130px;
    padding-left: 45px;
    border: 1px dotted rgb(200, 200, 100);
}

.image-pdf i {
    font-size: 13em;
}

.image-thumbnail {
    width: auto;
    height: 425px;
    overflow: hidden;
}

.image-guide {
    width: auto;
    height: 277px;
    overflow: hidden;
    border-bottom: 7px solid #198499
}

.image-article {
    width: auto;
    height: 277px;
    overflow: hidden;
    border-bottom: 7px solid #eff5f3
}

.image-thumbnail-walker {
    width: auto;
    max-height: 450px;
    min-height: 100px;
    overflow: hidden;
}

.image-thumbnail-product {
    width: auto;
    height: 330px;
    overflow: hidden;
}

.image-thumbnail-service {
    width: auto;
    height: 400px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px;
}

.image-thumbnail-service img {
    width: auto;
    max-height: 375px;
}

.btn-expo {
    background-color: #0099CC;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 25px 10px;
}

.btn-expo a {
    color: #ffffff;
    text-decoration: none;
}

.btn-expo:hover {
    background-color: #0099CC;
    border-radius: 0px 0px 0px 0px;
}

.breadcrumb {
    padding: 7px 10px 0px;
}

.breadcrumb .row {
    margin: 0px 0px 0px;
}

.toolbar {
    position: relative;
    min-height: 100vh;
}

.toolbar .toolbar-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    background-color: rgba(100, 100, 100, 1)
}

.toolbar .toolbar-box .toolbar-box {
    padding: 5px;
}

.fa-star {
    color: orange;
    font-size: 20px;
    font-weight: 400;
}

/* Modal Album */
.thumbnail {
    width: 100px;
    cursor: pointer;
    margin: 5px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-width: 90%;
    max-height: 90%;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.table-flex {
    display: flex;
}

.column-flex {
    min-width: 45%;
}

.table-flex .column-fixed {
    flex: 0 0 auto;
}


.leftside-menu {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}

.side-nav .side-nav-link {
    color: #000000 !important;
}

b {
    color: #7d7979 !important;
}

.btn-align {
    margin-top: 31px;
}

.sidebar {
    width: 240px;
    z-index: 1040;
}

.sidebar {
    width: 240px;
    z-index: 1040;
}

.sidebar-margin {
    margin-left: 250px;
}

.sidebar h4 {
    font-size: 1.1em;
}

.sidebar h5 {
    font-weight: bold;
    font-size: 0.9em;
}

.sidebar-topbar-margin {
    margin-top: 100px;
}

footer {
    color: #81878d !important;
    z-index: -1000 !important;
}

.card {
    margin-bottom: 50px;
}

:root {
    --bs-info: #009cdb;
    --bs-primary: #e91e63;
}

.bg-info {
    background-color: var(--bs-info) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.nav-paper {
    border-bottom: none;
    margin-bottom: 0rem;
}

.nav-paper .nav-link {
    color: #495057;
    background-color: #dfdfe0;
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-right: 5px;
    transition: background-color 0.3s ease;
    padding: 15px 50px;
}

.nav-paper .nav-link:hover {
    background-color: #e2e6ea;
    color: #212529;
}

.nav-paper .nav-link.active {
    background-color: #ffffff;
    color: #495057;
    font-weight: bold;
    border-color: #dee2e6 #dee2e6 #ffffff;
}

.col-form-label {
    color: #495057;
    font-weight: bold;
}

.notification-region {
    max-height: 300px;
    overflow-y: auto;
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    z-index: 3000;
}

.btn-bottom {
    margin-top: 35px;
}

.bg-expo {
    background-color: #caeefa !important;
}

.form-address textarea {
    min-height: 140px !important;
}