/* Couleurs sobres */
nav {
  background-color: #343a62;
}

.page-footer {
  background-color: #343a62;
  margin-top: 20px;
}

.card-panel {
  font-size: 0.8rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

nav .brand-logo {
  color: #fff;
}

nav ul a {
  color: #fff;
}

nav ul a:hover {
  background-color: rgb(135, 111, 197);
}

nav .brand-logo {
  height: 100%;
}

.row .col.s6 {
  width: 70%;
}

.row {
  margin-bottom: 0;
}


.fullheight {
  min-height: 70vh;
}

.wide {
  width: 90%;

}

.small-font {
  font-size:0.8rem;
}

html {
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 300;
}

.address-feedback {
  display: grid;
}

.logo {
  width: 5rem;
  margin-left: 10px;
}

.map {
  height: 65vh;
  width: 90vw;
  margin: auto;
}

.leaflet-popup-content2 {
  font-size: 1.5rem;
}

.header-image {
  background-image: url('images/bandeau-accueil.png');
  background-size: cover;
  background-position: top;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
}

.header-text {
  text-align: center;
  padding-top: 100px;
  /* Placer le text en bas du div header-image */
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* animation compteurs */
.box{
  flex: 1;
  text-align: center;
  padding: 20px;
  color: #000000;
  text-transform: uppercase;
}
.box i{
  font-size: 40px;
  color: #333;
}
.counter-sec{
  padding: 80px 0;
  width: 100%;
  background: #131416;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.num{
  font-size: 40px;
  margin: 20px 0;
}


/* h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
} */

#moteurrecherche {
  /* z-index: 1000; */
  background: white;
  padding: 10px;
  left: 20px;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100 !important;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/* @media only screen and (min-width: 320px) and (max-width: 1000px) {
  html {
    font-size: 40px;
  }
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 150px;
  }
}

@media only screen and (min-width: 1001px) {
  html {
    font-size: 17px;
  }
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i{
    height: 64px;
  }
} */
