@media only screen and (max-width: 768px) {
  h1 {
    padding-top: 26vw;
  }
}

@media only screen and (min-width: 768px) {
  .contact {
    margin-left: 50vw;
  }
}

.button {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
background: #50c9c3; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #50c9c3, #96deda); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #50c9c3, #96deda); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

@media only screen and (min-width: 1300px) {
  #continutpg {
    padding-left:40px!important;
    padding-right:40px!important;
  }
}

@media screen and (min-width: 1088px) {
.column.is-full-desktop {
    flex: none;
    width: 65vw;
}
}

.landing {
  background-image:url("../images/bg2.jpeg");
  height:auto;
  min-height:100vh;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.round a, .round a:visited, .round a:hover {
  color:#fff;
}

.landing .main-landing-wrapper {
    overflow: hidden;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: initial;
  }

  .landing .main-landing {
      justify-content: center;
      align-items: center;
    }

    .hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-body, .section {
    padding: 3rem 1.5rem;
  }


  .hero-body {
    flex-grow: 1;
    flex-shrink: 0;
}

.navbar.is-transparent {
    background-color: transparent;
}

.service1 {
  background-image: url("../images/bioclimatique.jpeg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  -webkit-border-top-left-radius: 360px;
-moz-border-radius-topleft: 360px;
border-top-left-radius: 360px;
}

.service2 {
  background-image: url("../images/bureaux.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  -webkit-border-top-right-radius: 360px;
  -moz-border-radius-topright: 360px;
  border-top-right-radius: 360px;
}

.service3 {
  background-image: url("../images/renovation.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  -webkit-border-bottom-left-radius: 360px;
  -moz-border-radius-bottomleft: 360px;
  border-bottom-left-radius: 360px;
}

.service4 {
  background-image: url("../images/construction.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  -webkit-border-bottom-right-radius: 360px;
  -moz-border-radius-bottomright: 360px;
  border-bottom-right-radius: 360px;
}

h1 {
  color: #fff;
  font-size: 2.5vh;
  text-shadow: 0px 2px 0px rgba(150, 150, 150, 1);
  padding-top: 9vw;
}

.modal1 {
  color: #fff;
  font-size: 3vh;
}

.ascunde {
  visibility: hidden;
}

html {
  font-size: 2rem; /* lazy scale by increasing this */
}
.outer-circle {
  height: 20.5rem;
  width: 20.5rem;
  /* background-color: #222; */
  /* padding: 0.5rem; */
  background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
border: 15px solid rgb(0, 0, 0,.5);
}
.stripe {
  visibility: hidden;
  width: 20.2rem;
  min-height: 0.4rem;
  position: relative;
  background-color: #222;
  /* opacity: 0.7; */
}
.horizontal {
      margin-top: 9.8rem; /* .outer-circle radius - height of 0.4rem */
}
.vertical {
  transform: rotate(90deg); /* prefix */
    margin-top: -0.5rem;
  left: -0.09rem; /* hacky centering tweak */
}
.round {
  border-radius: 100%;
}
.corner {
  height: 10rem;
  width: 10rem;
  float: left;
}
.pink {
  background-image: url("../images/bioclimatique.jpeg");
  background-size: cover;
  background-position: center;
  border-top-left-radius: 100%;
  margin-right: 0.25rem;
    margin-bottom: 0.55rem;
    box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.3);
}
.green {
  background-image: url("../images/bureaux.jpg");
  background-size: cover;
  background-position: center;
  border-top-right-radius: 100%;
  margin-left: 0.25rem;
margin-bottom: 0.55rem;
box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.3);
}
.blue {
  background-image: url("../images/renovation.jpg");
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 100%;
      margin-right: 0.25rem;
      box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.3);
}
.yellow {
  background-image: url("../images/construction.jpg");
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 100%;
      margin-left: 0.25rem;
      box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.3);
}

*, ::after, ::before {
    box-sizing: content-box;
}

.leftspan {
  position: absolute;
margin-top: 3.5rem;
margin-left: 3rem;
color: #fff;
    text-align: center;
}

.rightspan {
  position: absolute;
margin-top: 3.5rem;
margin-left: 1.5rem;
color: #fff;
    text-align: center;
}

.button {
  font-size:16px;
}

#titlupg {
  padding-top:1rem;
  padding-bottom:0.5rem;
  font-size:52px;
  text-align:left;
  padding-left:1rem;
  background: rgba(0,0,0,0.6);
  font-family: 'Merriweather', serif;

}

#continutpg {
  color:#fff;
  background:rgba(0,0,0,0.6);
  text-align: left;
  font-size:19px;
  padding:20px;
}

#impar {
  background:rgba(0,0,0,0.8)!important;
}

.navbar {
  background-color:#1e2b33;
}
