 footer img {
            height: 113px; 
            width: auto;
            margin: 5px;
        }
.resource__meta {
    text-align: center;
}

.custom-search-form {
    display: flex;
    align-items: center;
}

.search-input {
    flex: 1;
    margin-right: 10px; /* Ajustez la marge entre le champ de recherche et le bouton */
}
.main-footer__bottom {
    background-color: #707070;
}
body {
    background: #f0e5e4
;
}
.main-header {
    background-color: #872d25;
}
.browse-controls {
    border-bottom: 1px solid white;
}
.pagination {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
.title {
    border-bottom: 1px solid white;
}
.block.list-of-pages ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.block.list-of-pages li {
    list-style: none;
    padding: 10px;
    border: 1px solid #ccc;
}
.iiif, .openseadragon {
    width: 100%;
    border: 1px solid white;
    background: none #d0b69f80;
}
.regions-container .sidebar-region::after {
    background-color: white;
}
.metadata .media-list dd {
    border: 1px solid white;
}
.regions-container {
    border-bottom: 1px solid white;
}
.mapping-map .mapping-marker-popup-heading {
    font-size: 1.1rem;
    display: none;
    margin-bottom: 0.8rem;
}
.decoration img {
    outline: 1px solid #d0b69f;
}
.main-navigation .navigation>li>a {
    color: white;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: .3rem;
    padding-bottom: .3rem;
    margin: 30px 15px;
    position: relative;
}
.main-header hr {
    background-color: white;
    margin-bottom: 0;
}
.value a:visited {
    color: black;
}
.value a {
    color: black;
}
.resource__meta a {
    color: white;
}

body, button, input, select, optgroup, textarea {
    color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
.resource-grid .resource__content {
    padding: 15px;
    background-color: #872d25;
}
.resource .description.ellipsis {
    display: none;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.grid-item p {
    color: white;
    margin-bottom: 10px;
}
.col-container {
   background-color: #f0e5e4
}
.main-header__advanced-search {
    color: white;
}
.search-results-wrapper  a,  .search-results-wrapper  a:visited ,  .search-results-wrapper a:focus{
    color: white !important;
text-decoration: none;
 padding: 1em 0;
}
.resource-list .resource{
    background-color: #872d25;
}
body, button, input, select, optgroup, textarea {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.search-results .resource-list.grid .resource {
    align-items: center;
}

.resource__content {
  text-align: center;
}

.resource__content a:hover {
  color: white;
}

.main-header__advanced-search a:hover {
  color: #FFFFFF;
}

.main-header__advanced-search a:visited {
  color: #FFFFFF;
}

.main-header__advanced-search {
  color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}