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

#frontpage {
  background-color: #E85858;
  position: relative;
}
#frontpage .layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  overflow-x: hidden;
}
#frontpage .layer img {
  max-width: 200vw;
}
@media (min-width: 782px) {
  #frontpage .layer img {
    max-width: 100vw;
  }
}
#frontpage .diapo {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#frontpage .diapo .texte {
  padding: 25vw 25px 15px 25px;
  color: #fff;
}
#frontpage .diapo .texte h2 {
  background-image: url(images/demiBouleBlanche.svg);
  background-repeat: no-repeat;
  background-position: 0px 15px;
  padding-left: 20px;
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 29px;
  font-family: Caviar;
  font-weight: normal;
}
#frontpage .diapo .texte h2 span {
  font-weight: bold;
}
#frontpage .diapo .image {
  flex-grow: 1;
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 100vw;
  background-size: cover;
}
@media (min-width: 782px) {
  #frontpage .diapo {
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
  }
  #frontpage .diapo .texte {
    padding: 200px 100px 100px 100px;
    flex-grow: 1;
    width: 50%;
  }
  #frontpage .diapo .image {
    min-height: auto;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  #frontpage .diapo .texte {
    padding-top: 300px;
  }
}

#reseaux h2 {
  background-image: url(images/demiBoule.svg);
  background-repeat: no-repeat;
  background-position: 0px 15px;
  padding-left: 20px;
  margin: 10px 0 10px 0;
  color: #107E86;
  font-size: 36px;
  font-family: Caviar;
  font-weight: normal;
  max-width: 280px;
}
#reseaux h2 span {
  font-weight: bold;
}
#reseaux .facebook {
  padding: 10px 25px 15px 25px;
}
#reseaux .instagram {
  padding: 10px 25px 15px 25px;
}
@media (min-width: 600px) {
  #reseaux {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  #reseaux .instagram, #reseaux .facebook {
    width: 50%;
  }
  #reseaux .instagram {
    max-width: 400px;
  }
  #reseaux .facebook {
    max-width: 600px;
  }
}

#navbar #iconesContact a {
  color: #fff !important;
  text-decoration: none;
  margin-right: 25px;
}

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