@font-face {
  • font-family: 'Qualy Bold';
  • font-style: normal;
  • font-weight: normal;
  • src: url('./custom/themes/margot/fonts/Qualy_Bold.woff') format('woff'); /* Modern Browsers */
  • }
:root{
--navbar-bg-color:var(--secondary-color-2);
  • -main-text-fontfamily: 'Nunito', sans-serif;
  • --main-title-fontfamily:'Qualy Bold', sans-serif;
  • --
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
  • color: var(--navbar-link-color) !important;
  • background-color: var(--navbar-link-bg-color) !important;
  • font-family: var(--main-text-fontfamily);
  • text-transform: uppercase;
}

h1{font-size:3.5rem;
text-transform:uppercase;
  • text-align:center;
}
h2{font-size:2.8rem;
  • text-transform:uppercase;
}
h3{
  • font-size:2rem;
  • color:var(--secondary-color-1);}
h4{
  • font-size:1.5rem;
  • color:var(--secondary-color-2);}
h5{
  • font-size:1.2rem;
  • color:var(--secondary-color-2);}
iframe{border-radius:20px;}
.results-container .filter-box:nth-of-type(1), .results-container .filter-box:nth-of-type(4)
{--neutral-color: var(--primary-color);}

.home-map {
  • padding:2em;
  • margin-top: -150px;
  • margin-bottom: -150px;
  • border-radius: 20px;
  • z-index: 10;
  • position: relative;
}

.home-compteurs b{
  • font-size:2em;}

.white .btn-primary,.white .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  • background-color: white;
  • color: var(--primary-color) !important;
}

.white .btn-secondary-1,.white .btn-secondary-1:hover, .btn-secondary-1:active, .btn-secondary-1:focus, .btn-secondary-1:active:focus {
  • background-color: white;
  • color: var(--secondary-color-1) !important;
}
.img-opacite img{
  • opacity:0.8;
  • border-radius:20px;
}
.bazar-checkbox-cols{column-count:2;}

/* Bloc adr utilisé dans template twig fiche 1 (services) */
.bloc-adr{background-color:#f5f5f5;border-left:3px solid var(--primary-color);padding:1em;}

.panel-body ul {
  • list-style-type: disclosure-closed;
}