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

.global-content .container {
  width: 1080px;
}

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

.header-element {
  text-align: center;
}

.montagnes, .logo-aravis {
  width: 60%;
}

.img_center {
  width: 100px;
}

.bloc_collectivite {
  text-align: center;
}

.bloc_collectivite a {
  color: #FFF;
}

.collectivite {
  line-height: 20px;
  text-transform: uppercase;
}

.img_center {
  background-color: #FFF;
  padding: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.img_center img {
  width: 100px;
}

.image_border {
  width: 160px;
  background-color: #FFF;
  border-radius: 5px;
  margin: 0 10px 5px;
  padding: 10px 15px;
}

.logo_image {
  max-height: 80px;
}

.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.7);
  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 {
  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;
  float: right;
}

a {
  text-decoration: none;
}

a.laclusaz:hover {
  color: #008b75;
}

a.legrandbornand:hover {
  color: #ef7d00;
}

a.manigod:hover {
  color: #6284c2;
}

a.saintjeandesixt:hover {
  color: #88256a;
}

.container-fluid.bloc-footer {
  position: absolute;
  bottom: 0;
  height: 27px;
  z-index: 1000000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
}

.logos {
  position: absolute;
  bottom: 26px;
  width: 1080px;
  right: 20%;
}

.credits {
  width: 1080px;
  margin: auto;
}

@media (max-width: 1150px) {
  body {
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .img_center {
    width: 100px;
    margin-right: 40px;
  }

  .conteneur {
    flex-direction: column;
  }

  .bloc_collectivite {
    justify-content: center;
    display: flex;
  }

  h1 {
    font-size: 26px;
    padding: 20px 0 20px 0;
  }

  .header-element {
    margin: auto;
  }

  .element {
    width: 100%;
  }

  .relative {
    position: initial;
  }

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

  .acces-portail {
    padding: 5px 10px;
  }
}
@media (max-width: 576px) {
  .body-content {
    height: initial;
    margin-bottom: 10px;
  }

  .conteneur {
    display: flex;
  }

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

  .montagnes, .logo-aravis {
    width: 100%;
  }
}

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