@import url("../../style.css");
body {
  margin: 0;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  background-image: url("../images/fond.jpg");
  background-size: cover;
}

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;
}

.img_center {
  width: 300px;
  margin: auto;
}

.collectivite {
  color: #FFF;
  height: 150px;
  width: 150px;
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle !important;
  font-size: 18px;
  text-transform: uppercase;
}

.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;
}

.saintraphael, .lesadrets, .frejus, .pugetsurargens, .roquebrune {
  transition: all 0.2s ease-in-out;
}

.saintraphael {
  background-color: #32C9ED;
}

.lesadrets {
  background-color: #00779E;
}

.frejus {
  background-color: #FFC939;
}

.pugetsurargens {
  background-color: #DC5923;
}

.roquebrune {
  background-color: #6EBEA1;
}

.saintraphael:hover, .lesadrets:hover, .frejus:hover, .pugetsurargens:hover, .roquebrune:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.saintraphael:hover {
  background-color: #2272a1 !important;
}

.lesadrets:hover {
  background-color: #004c66 !important;
}

.frejus:hover {
  background-color: #cc8a2d !important;
}

.pugetsurargens:hover {
  background-color: #a8451b !important;
}

.roquebrune:hover {
  background-color: #518c4a !important;
}

@media (max-width: 800px) {
  .collectivite {
    display: block;
    height: auto !important;
    width: 300px !important;
  }

  .conteneur {
    flex-direction: column;
  }

  h1 {
    font-size: 26px;
    padding: 0;
    margin-bottom: 10px;
  }

  .bloc_collectivite {
    margin-bottom: 10px;
  }

  .relative {
    position: initial;
  }

  .logo_taxe {
    float: right;
    margin-right: 30px;
  }

  .acces-portail {
    padding: 5px 10px;
  }
}

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