body {
  height: 100%;
  background-image: url('../images/orthops-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Questrial, sans-serif;
  color: #6c6174;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 27px;
  font-family: 'Lily Script One', sans-serif;
  color: #2fb3cd;
  font-size: 39px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.header {
  width: 100%;
  height: 100%;
  background-image: url('../images/orthops-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.container {
  position: static;
  height: 100%;
  padding: 0px;
  background-color: transparent;
}

.image {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 45px 90px;
  border-bottom: 4px dotted #6c6174;
  background-color: hsla(0, 0%, 100%, .8);
}

.row {
  background-color: hsla(0, 0%, 100%, .8);
  text-align: center;
}

.link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 3px solid #2fb3cd;
  border-radius: 8px;
  background-color: #6c6174;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  background-color: #2fb3cd;
  box-shadow: inset 0 1px 32px 0 hsla(0, 0%, 100%, .5);
}

.link:active {
  box-shadow: inset 0 0 21px 0 rgba(0, 0, 0, .54);
}

.map {
  height: 200px;
  min-height: 200px;
  border: 4px solid #2fb3cd;
  border-radius: 8px;
}

.column {
  padding-right: 30px;
  padding-left: 30px;
}

.column.ligne {
  border-right: 4px none #2fb3cd;
  border-left: 4px dotted #2fb3cd;
}

.blue {
  color: #2fb3cd;
}

@media (max-width: 991px) {
  .link {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .column.ligne {
    border-style: dotted none none;
    border-top-width: 4px;
    border-top-color: #2fb3cd;
    border-bottom-width: 4px;
    border-bottom-color: #2fb3cd;
  }
}

@media (max-width: 479px) {
  .image {
    padding-right: 45px;
    padding-left: 45px;
  }
}

