body {
  margin: 0;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
}

h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: lighter;
  padding: 20px 0 20px 20px;
  margin-top: 20px;
  color: #FFFFFF;
  line-height: 28px;
}

.body-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  height: 100%;
}

.global-content {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.conteneur, .header-conteneur {
  display: flex;
  justify-content: space-around;
}

.element, .header-element {
  margin: auto;
}

.relative {
  position: absolute;
  bottom: 0;
  right: 20%;
}

.mb-2 {
  margin: 20px;
}

hr {
  color: #FFFFFF;
  padding: 0;
  margin: 20px 0 0;
}

.acces-portail {
  color: #FFF;
  padding: 20px 5px;
}

.logo_taxe {
  width: 80px;
  background-color: #FFF;
}

a {
  text-decoration: none;
}

@media (max-width: 800px) {
  .conteneur {
    flex-direction: column;
  }
  h1 {
    font-size: 26px;
    padding: 20px 0 20px 0;
  }
  .element {
    width: 100%;
  }
  .relative {
    position: initial;
  }
  .logo_taxe {
    float: right;
    margin-right: 30px;
  }
  .acces-portail {
    padding: 5px 10px;
  }
}
/*# sourceMappingURL=style.css.map */
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;
}

.logo_header {
  padding: 100px 0;
  display: flex !important;
  justify-content: space-around;
  margin: 0 50px;
}

.body-content {
  height: inherit;
}

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

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

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

.sudavesnois: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=avesnois.css.map */
