@import url("../../style.css");
body {
  background-image: url("../images/fond.jpg");
  background-size: cover;
}

h1 {
  padding: 20px 0 0 20px;
  margin-top: 28px;
}

.header-element {
  margin: 0 !important;
}

.img_center {
  width: 100px;
}

.bloc_collectivite {
  text-align: center;
}

.bloc_collectivite a {
  color: #FFF;
}

.mova:hover {
  color: #FF0000 !important;
}

.brennevaldecreuse:hover {
  color: #0075C7 !important;
}

.coeurdebrenne:hover {
  color: #4AAFB3 !important;
}

.valdelindrebrenne:hover {
  color: #009B7D !important;
}

@media (max-width: 800px) {
  body {
    background-image: url("../images/fond.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .conteneur {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .img_center {
    width: 100px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .body-content {
    height: initial;
    margin-bottom: 10px;
  }

  .conteneur {
    display: flex;
  }

  h1 {
    font-size: 20px;
    padding: 0;
    line-height: 21px;
  }
}

/*# sourceMappingURL=destinationbrenne.css.map */
