/*
Theme Name: Avocat MediaLab v4
Theme URI: Factory Templates 4.
Description: Thème personalisé factory v4 avec Gutenberg, Bootstrap v5.
Version: 1.0.0
Author: MediaLab Factory
Author URI: 
Details URI: 
*/
/* Ne rien écrire ici */

nav li a {
    font-size: 18px !important;
}

.to-top {
    bottom: 60px !important;
}

/* footer */
.infos-footer {
    margin-bottom: 0;
    line-height: 1.5em;
}

footer .container .row {
    gap: 10px;
}

footer .container .row .col {
    padding: 0;
}

@media all and (max-width: 781px) {
    .wp-block-columns > .wp-block-column + .min-height-img {
        order: -1;
    }

    .min-height-img {
        height: 450px;
    }
}