/* CSS Document */
html, body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
  scroll-behavior: smooth;
}
h2 {
  font-family: 'Lobster Two', cursive;
  font-weight: normal;
  font-style: italic;
}
a {
  font-family: 'Lobster Two', cursive;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #70aec5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 1px dotted;
}
a:hover {
  text-decoration: none;
  color: #06191d;
}
.container {
  background-image: url("fond-envie-dun-site.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  margin: 0;
  padding: 0;
  color: #fff;
}
.centre {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titre h2 {
  font-size: 80px;
  text-shadow: 3px 3px 5px #000;
  margin: 10px;
}
.bleu {
  color: #76d1f1;
}
.phrase::before {
  content: "\e900";
  font-family: 'enviedunsite';
  padding: 0 6px 0 0;
  position: relative;
  top: 2px;
}
.phrase {
  position: relative;
  top: -15px;
  text-shadow: 3px 3px 5px #000;
  line-height: 1.4em;
  font-size: 16px;
}
.tel {
  font-weight: bold;
  padding-left: 25px;
  font-size: 22px;
}
.localisation {
  font-family: 'Lobster Two', cursive;
  font-style: italic;
  text-align: center;
  font-size: 24px;
  text-shadow: 3px 3px 5px #000;
  padding-bottom: 80px;
}
.loc {
  font-size: 48px;
}
.plus {
  padding-top: 80px;
}
.boutonbas {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  background-color: #76d1f1;
  border-radius: 50%;
  text-align: center;
  line-height: 2.2em;
  text-decoration: none;
  color: #fff;
}
.suite1 {
  padding: 40px 0;
}
.suite2 {
  padding: 40px 0;
}
.suite1 {
  background-image: url("fond_sites_enviedunsite.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.zone1::before {
  background-color: #cc3a12;
  color: #fff;
  content: "nouveaux, sites en réalité virtuelle";
  display: block;
  font-size: 10px;
  left: -136px;
  padding: 6px 100px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  transform: rotate(-45deg);
  width: 116px;
}
.zone1 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
  color: #06191d;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1000px;
  margin: auto;
}
.zone1 h2::before {
  content: "Créer";
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
  font-weight: normal;
}
.zone1 h2::after {
  content: url(separation_enviedunsite.png);
  display: block;
}
.zone1 h2 {
  font-size: 48px;
  margin: 0;
  padding: 10px 0 15px;
  text-shadow: 1px 1px 3px #000;
  font-weight: normal;
  line-height: 1em;
  display: block;
  text-align: center;
}
.textes1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
.chapo {
  grid-column: 1 / span 2;
  font-family: 'Lobster Two', cursive;
  font-style: italic;
  text-align: center;
  font-size: 22px;
}
.textes1 ul {
  padding: 0;
}
.textes1 li {
  display: inline list-item;
}
.footer {
  padding: 0 10px 10px;
  background-color: rgba(6, 25, 29, 1);
  box-shadow: -2px -2px 5px #000;
  color: #fff;
}
.pieddepage {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
  text-align: center;
}
.pied {
  font-size: 10px;
}
.btn {
  background-color: #76d1f1;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: rgba(6, 25, 29, 1);
  transition: all 0.3s ease-in-out 0s;
}
.btn:hover {
  background-color: #fff;
}

@media screen and (max-width: 600px) {
	
  .localisation {
    font-size: 20px;
    text-shadow: 2px 2px 3px #000;
  }
  .loc {
    font-size: 36px;
  }
  .titre h2 {
    font-size: 50px;
    text-shadow: 2px 2px 3px #000;
  }
  .phrase {
    font-size: 11px;
  }
  .tel {
    padding-left: 19px;
    font-size: 18px;
  }
  .textes1 {
    grid-template-columns: 1fr;
  }
  .chapo {
    grid-column: inherit;
  }
	
}