@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem !important;
}

.fs-5 {
    font-size: 1.1rem !important;
}

.top-5 {
    top: 5px;
}

.text-ci {
    color: #0B5BA2;
}

.imgquad {
    width: 400px;
    height: 400px;
    object-fit: cover;
    object-position: 56%;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.4rem;
    color: #212529;
    text-align: left;
    background-color: #FAFFE3;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}

.bg-primary-taphd {
    background-color: #789439 !important;
}

.link-primary-taphd {
    color: #f4fbe6;
}

.link-primary-taphd:hover,
.link-primary-taphd:focus {
    color: #a8be7c;
}

.link-secondary-taphd {
    color: #475f17;
}

.link-secondary-taphd:hover,
.link-secondary-taphd:focus {
    color: #394c12;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(153, 205, 49, 0.25);
}

.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn:active,
.btn.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus,
.btn:active:focus,
.btn.active:focus {
    box-shadow: 0 0 0 0.25rem rgba(153, 205, 49, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}

.btn-primary {
    color: #000;
    background-color: #99cd31;
    border-color: #99cd31;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover {
    color: #000;
    background-color: #a8d550;
    border-color: #a3d246;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: #a8d550;
    border-color: #a3d246;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(130, 174, 42, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #add75a;
    border-color: #a3d246;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(130, 174, 42, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #000;
    background-color: #99cd31;
    border-color: #99cd31;
}
