@font-face{
font-family: 'Tovari Sans';
src: url('https://framasoft.org/fonts/TovariSans.woff2') format('woff2');
}

:root {
  • -main-text-fontsize: 12px;
  • -main-text-fontfamily: Roboto;
  • -main-title-fontfamily: 'Pitagon Sans', sans-serif;
  • -navbar-link-color:#117D95;
  • -panel-title-color:#117D95;

}
h1, h2, h3, h4 {
  • color: #117D95;
}

#yw-main {
background-color: #fff8ea;
}

body {
background-color: #fff8ea;
}


/ les iframes a incruster dans le site principal ont besoin d'une plus grande taille de texte /
.yeswiki-iframe-body {
  • -main-text-fontsize: 16px !important;
}

.yeswiki-iframe-body .bazar-list .panel-title {
  • font-size: 18px;
}


@media (max-width: 768px) {
  • .filter-box .panel-body {
    • display: flex;
    • flex-wrap: wrap;
    • justify-content: start;
    • align-content:center;
    • align-items:center;
  • }
  • .filter-box .checkbox {
    • margin: 0 0 0 1em;
    • min-width: 147px;
    • padding: 0;
  • }
}