/*Les classes CSS définie ici sont utilisable dans tous les écrans*/

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

body {
    font-family: Raleway;
    background-image: none;
}

.fill-body {
    min-height: calc(100vh - 486px);
}

h1, h2, h3, h4, h5 {
    font-family: Libre Baskerville;
}

@media only screen and (max-width: 600px) {
    .hideOnMobile{
        display:none;
    }
}

.screen-container {
    height: calc(100% - 66px);
    overflow: auto;
}

[z-path="/collections/top_menu/"] {
    min-height: 82px;
}