/*
    Theme Name:   Musées
    Theme URI :   https://musees.dijon.dev.inovagora.work/
    Author:       Inovagora
    Author URI:   https://inovagora.net
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain:  starter
*/


@media screen and (min-width: 992px) {

    .article-collection .article-section .row {
        column-count: 2;
        display: block;
        gap: 0;
    }
    .article-collection .article-section .row > .col-12 {
        width: 100%;
        break-inside: avoid;
    }
}

.novablock-portrait .col-lg-3 {
    padding: 0 15px;
}

@media screen and (max-width: 992px) {

    body.page-template-exposition .date-exposition ul {
        flex-direction: column;
    }

    body.page-template-exposition .date-exposition ul li {
        margin-bottom: 40px;
    }

    .card-line:not(.card-search).card-exposition .date-image {
        width: 100%;
    }

    .card-line:not(.card-search).card-exposition .card-body {
        width: 100%;
    }

    .accordion-body > :first-child {
        display: flex;
    }

    button.nav-link.search-toggle-trigger {
        border: 0;
        font-size: 26px;
    }

    .form-search .input-group .btn {
        width: 13px;
    }

}