@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

main {
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-color: #dbdb9f;
}

.image-header {
    z-index: 2;
}

.navbar-toggler {
    z-index: 3;
    background-color: white;
    border: solid 2px black;
}

.navbar-collapse.show {
    z-index: 3;
    background-color: white;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#herbier-info p {
    font-size: 0.75rem;
}

#advanced-search-form legend {
    font-size: 1.25rem;
}

#advanced-search-form label {
    font-size: 0.80rem;
}

table tr {
    font-size: 0.8rem;
    ;
}

div.bg-info a {
    color: black;
}

.square_grid_image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


#carousel-herbier .carousel-inner img {
    height: 45vh;
    object-fit: cover;
    background-position: center;
}

#section-schedule {
    background-color: #ededed;
}

#section-schedule p,
#section-schedule a {
    font-size: 0.80rem;
    margin-bottom: 5px;
}

#collect_detail table tr th {
    text-transform: uppercase;
}

#logo_herbier{
    margin-bottom: -20px;
    z-index: 2000;
}

.clickable_tr{
    cursor: pointer;
}

.swiper{
    width: 100%;
    height: 250px;
}

.accordion-header .accordion-button{
    font-size: 0.85rem;
    padding: 1rem;
}

.select2-container{
    display: block;
    width: 100% !important;
}

#advanced-search-form .form-control-sm{
    margin-top: -3px;
}
#advanced-search-form .form-select-sm {
    margin-top: -3=2px;
}
