:root {
  --dark-blue: #374665;
}
body {
  font-family: "Roboto", sans-serif;
}
header {
  position: fixed;
  padding: 15px;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
}
header .logo-container img {
  float: left;
  margin-right: 30px;
}
header .logo-container h1 {
  font-size: 46px;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
}
header .logo-container h1 em {
  color: #888;
  font-style: normal;
}
header .logo-container h1 strong {
  display: block;
  font-size: 26px;
  font-weight: 200;
}
header .contact-container i {
  margin-right: 20px;
}
header .contact-container a {
  text-decoration: none;
}
.hero {
  background: url('../img/entreposage-boites.png') calc(-600px + 31vw) 0 no-repeat;
  height: 600px;
  padding-top: 160px;
  overflow-x: hidden;
}
.hero .intro hr {
  width: 65%;
  display: block;
  margin-left: 35%;
}
.hero .intro p {
  font-size: 1.5rem;
}
h2.subtitle {
  font-size: 30px;
  margin-top: -20px;
  font-weight: 200;
}
.subcontent {
  padding: 60px 0;
}
.btn {
  padding: 0.5rem 3rem;
}
.btn-white {
  background-color: #fff;
  opacity: 0.8;
  color: #08c;
}
.btn-white:hover {
  background-color: #fff;
  opacity: 1;
}
.btn-rounded {
  border-radius: 50px;
}
.bg-grey {
  background-color: #dfdfdf;
}
.bg-beige {
  background-color: #e2e3d2;
}
.circle {
  display: inline-block;
  margin: 0 auto;
  border-radius: 100vw;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 9vw;
  top: -20%;
}
.circle__lightgreen {
  background-color: #c0d0be;
}
.circle__lightblue {
  background-color: #c6c8cd;
}
.circle__lightbeige {
  background-color: #d0d1c8;
}
.img-clickable {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.img-clickable:hover {
  transform: scale(1.05);
}
footer {
  text-align: center;
  padding: 20px;
  background-color: #222;
  color: #fff;
  font-size: 14px;
}
.btn-primary {
  background-color: #006da1;
}
.btn-primary:hover {
  background-color: #0d6efd;
}
a {
  color: #006da1;
}
a:hover {
  color: #0d6efd;
}
@media all and (max-width: 1199px) {
  header .logo-container img {
    margin-right: 30px;
    width: 90px;
  }
  .hero {
    background: url('../img/entreposage-boites.png') calc(-1000px + 40vw) 0 no-repeat;
    height: 600px;
    padding-top: 160px;
    overflow-x: hidden;
  }
  .hero .intro hr {
    width: 65%;
    display: block;
    margin-left: 35%;
  }
  .hero .intro p {
    font-size: 1.5rem;
  }
  .circle {
    left: 8vw;
  }
}
@media all and (max-width: 991px) {
  .circle {
    left: 6vw;
  }
}
@media all and (max-width: 767px) {
  header {
    background-color: rgba(255, 255, 255, 0.85);
  }
  header .logo-container img {
    width: 100px;
    margin: 0 20px 10px 0;
  }
  header .logo-container h1 {
    font-size: 5vw;
  }
  header .logo-container h1 strong {
    font-size: 18px;
  }
  header .contact-container {
    margin-top: -15px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=styles.css.map */