#bandeau {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 150px 10px;
  text-align: center;
  color: white;
}
#bandeau .layer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  font-size: 0;
  overflow-x: hidden;
}
#bandeau .layer img {
  max-width: 200vw;
}
@media (min-width: 782px) {
  #bandeau .layer img {
    max-width: 100vw;
  }
}
#bandeau h1 {
  font-family: Caviar;
  font-size: 2.25em !important;
  font-weight: normal;
  color: #fff;
  background-image: none;
  padding-left: 0 !important;
  width: auto !important;
  margin: 10px 0;
}

#carte {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #carte {
    display: flex;
  }
}
#carte > div.slogan h2 {
  background-image: url(images/demiBoule.svg);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  padding-left: 30px;
  margin: 10px auto 0 auto;
  color: #107E86;
  font-size: 36px;
  font-family: Caviar;
  font-weight: normal;
  max-width: 280px;
}
@media (min-width: 1024px) {
  #carte > div.slogan h2 {
    margin: 126px 20px 0 60px;
    min-width: 258px;
  }
}
#carte > div.slogan h2 span {
  font-weight: bold;
}
#carte > div.slogan aside {
  text-align: center;
  padding: 15px;
  color: #107E86;
}
#carte > div.carte {
  padding: 15px;
}
#carte > div.carte > .cadre {
  position: relative;
}
#carte > div.carte > .cadre img {
  max-width: 100%;
}
#carte > div.carte > .cadre .point {
  display: block;
  position: absolute;
  height: 3.8%;
  width: 2.2%;
  border-radius: 50%;
  transition: all ease 0.3s;
}
#carte > div.carte > .cadre .point:hover {
  transform: scale(1.1);
}
#carte > div.carte > .cadre .point.rouge {
  background-color: #E85858;
}
#carte > div.carte > .cadre .point.vert {
  background-color: #107E86;
}
#carte > div.carte > .cadre .point.rivedoux-plage {
  top: 73.7%;
  left: 79.5%;
}
#carte > div.carte > .cadre .point.ars-en-re {
  top: 48.2%;
  left: 21.7%;
}
#carte > div.carte > .cadre .point.la-couarde-sur-mer {
  top: 54.5%;
  left: 42.4%;
}
#carte > div.carte > .cadre .point.la-flotte {
  top: 60.5%;
  left: 67%;
}
#carte > div.carte > .cadre .point.le-bois-plage-en-re {
  top: 65.6%;
  left: 54.4%;
}
#carte > div.carte > .cadre .point.les-portes-en-re {
  top: 19%;
  left: 24.5%;
}
#carte > div.carte > .cadre .point.loix {
  top: 35%;
  left: 41.8%;
}
#carte > div.carte > .cadre .point.saint-clement-des-baleines {
  top: 34%;
  left: 14.5%;
}
#carte > div.carte > .cadre .point.saint-martin-en-re {
  top: 48.7%;
  left: 53.7%;
}
#carte > div.carte > .cadre .point.sainte-marie-de-re {
  top: 79.9%;
  left: 68.1%;
}
@media (min-width: 1024px) {
  #carte > div.carte > .liens {
    display: none;
  }
}
#carte > div.carte > .liens a {
  display: block;
  color: #E85858;
  font-size: 17px;
  font-width: bold;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}
#carte > div.carte > .liens a.vert {
  color: #107E86;
}
#carte > div.carte > .liens:hover {
  color: #107E86;
}

#commune .description {
  max-width: 600px;
  padding: 20px;
  text-align: center;
  margin: auto;
}
#commune .biens {
  display: flex;
  justify-content: space-around;
  align-content: space-between;
  align-items: flex-start;
  justify-items: center;
  max-width: 900px;
  padding: 20px;
  margin: auto;
  flex-wrap: wrap;
}
#commune .biens .bien {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  transition: all ease 0.3s;
}
#commune .biens .bien:hover {
  transform: scale(1.05);
}
#commune .biens .bien .exclusivite {
  position: absolute;
  top: 10%;
  left: 0px;
  display: block;
  padding: 3px 10px;
  background-color: #E85858;
  color: white;
  font-size: 20px;
  border-radius: 3px;
  z-index: 10000;
}
#commune .biens .bien h2 {
  color: #107E86;
  font-size: 32px;
  font-family: Caviar;
  margin: 30px 0 0 0;
  max-width: 264px;
}
@media (min-width: 768px) {
  #commune .biens .bien h2 {
    max-width: 350px;
  }
}
#commune .biens .bien h3 {
  color: #E85858;
  font-size: 32px;
  font-family: Caviar;
  margin: 10px 0 0 0;
}
#commune .biens .bien h4 {
  color: #E85858;
  font-size: 20px;
  font-family: Caviar;
  margin: 10px 0 0 0;
}
#commune .biens .bien.vendu h3 {
  color: #7B7B7B;
}
#commune .biens .bien.vendu h4 {
  color: #7B7B7B;
}
#commune .biens .bien .image {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 3px solid #0C6C72;
  background-size: cover;
}
@media (min-width: 768px) {
  #commune .biens .bien .image {
    width: 350px;
    height: 350px;
  }
}
#commune .biens .bien.vendu .image {
  transition: all ease 0.5s;
  filter: grayscale(100%);
}
#commune .biens .bien.vendu:hover .image {
  filter: grayscale(0%);
}
#commune .biens .illustration {
  text-align: center;
  margin-bottom: 40px;
}
#commune .biens .illustration .image {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 3px solid #7B7B7B;
  background-size: cover;
}
@media (min-width: 768px) {
  #commune .biens .illustration .image {
    width: 350px;
    height: 350px;
  }
}
#commune .retour {
  display: block;
  width: fit-content;
  background-color: #E85858;
  color: white;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 15px;
  border-radius: 20px;
  margin: 60px auto;
}
#commune .retour:hover {
  color: #107E86;
}
#commune .aucun {
  text-align: center;
}

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