@font-face {
    font-family: "barlow";
    src:
      url("/static/fonts/Barlow-Regular.ttf") format("truetype");
  }

@font-face {
    font-family: "dosis";
    src:
       url("/static/fonts/Dosis-Regular.ttf") format("truetype");
}

body {
    font-family: dosis, sans-serif;
    font-size: 1.6em;
}

.hero-body {
    padding: 1rem 1.5rem 1rem;
}

.breadcrumb {
  font-size: 1em;
}

.breadcrumb a {
  text-decoration-line: none !important;
  /* font-weight: 600 !important; */
}

.breadcrumb a:hover {
  color: red !important;
}

.notification.is-primary {
  background-color: #008c86;
}

.button.is-success.is-outlined:hover {
  background-color: #e30613;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #e30613;
  color: #e30613;
}

.button.is-danger {
  background-color: #e30613;
}
.button.is-danger.is-hovered, .button.is-danger:hover {
  background-color: #f03a5f;
}

.button.is-success {
  background-color: #e30613;
}

.button.is-success.is-hovered, .button.is-success:hover {
  background-color: #f03a5f;
}
 

input.searchmenu {
    width: 200px;
}

input.larger {
  width: 25px;
  height: 25px;
}

.has-background-info {
  background-color: #00a19a !important;
}

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

.select select {
    font-size: 0.8em;
}
/*
.checkbox {
    width: 20px;
    height: 20px;
}
*/
.footer {
    padding: 1rem 1.5rem 1rem;
    background-color: #00a19a !important;
}

@media screen and (min-width: 1024px) {
    .section {
      padding: 2rem 2rem;
    }
}

.hiddenform {
    display: none;
}

.shownform {
    display: block;
}


img.logo {
    max-height: 200px;
    float: right;
}

img.logocenter {
    max-height: 200px;
    float: center;
}

img.logoaccueil {
    max-height: 80px;
    float: right;
}
