@CHARSET "UTF-8";

html, body {
    background: no-repeat fixed center top / cover rgba(0, 0, 0, 100%);
	background-image: url("../images/background.jpg"), /* is loaded if there is no .jpg */
    url("../images/background.jpg");
    padding-top: 10px;
}

@font-face {
    font-family: 'League Spartan';
    src: url(../files/webfonts/LeagueSpartan-Bold.otf);
    font-style: normal;
}

@font-face {
    font-family: 'Chonky';
    src: url(../files/webfonts/Chonky-Regular.woff2) format('woff2'), url('../files/webfonts/Chonky-Regular.woff') format('woff');
}

body, .back_to_page {
    font-family: League Spartan, Arial, Helvetica, sans-serif;
}

h1, h2, h3.category_heading {
    font-family: Chonky, Arial, Helvetica, sans-serif;
}

#categories-title-container {
    display: none;
}

.ressources h4,
#cross-selling-modal h1, 
#cross-selling-modal h2, 
#cross-selling-modal h3, 
#cross-selling-modal h4,
#cross-selling-modal .item-price, 
#cross-selling-modal .full-price-label {
    font-family: Chonky, Arial, Helvetica, sans-serif;
}

.header-menu-logo img {
   max-height: 180px;
   padding-bottom: 0px;
}
