@import url("https://fonts.googleapis.com/css?family=Lora");
*, body, html {
  padding: 0;
  margin: 0;
  font-family: 'Lora', serif;
  line-height: 1.6em;
  color: #1a1a1a; }

:root {
  font-size: 16px; }

h1, address, .hours, .access, .infos {
  text-align: center; }

ul li {
  list-style-type: none;
  margin-top: 3px;
  margin-bottom: 3px; }

a {
  color: #1c45b8;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.main {
  max-width: 80%;
  display: block;
  margin: 20px auto; }

h1 {
  color: black;
  font-size: 1.4rem; }
  h1 .prof {
    display: block; }

address {
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-transition: margin 200ms ease 400ms;
  -o-transition: margin 200ms ease 400ms;
  transition: margin 200ms ease 400ms; }
  address .phone {
    display: block;
    margin: 15px auto;
    font-style: normal; }
  address a {
    font-style: normal; }

.hours {
  color: #1a1a1a;
  margin-bottom: 15vh;
  -webkit-transition: margin 200ms ease 400ms;
  -o-transition: margin 200ms ease 400ms;
  transition: margin 200ms ease 400ms; }
  .hours strong {
    color: black; }

.service, .diploma {
  display: table;
  margin: 8vh auto;
  max-width: 300px; }
  .service ul li, .diploma ul li {
    color: black; }

.service {
  font-weight: bold; }

.maps {
  width: 100%;
  height: 90vh; }
  .maps iframe {
    width: 100%;
    height: 90vh;
    -webkit-transition: height 200ms ease 400ms;
    -o-transition: height 200ms ease 400ms;
    transition: height 200ms ease 400ms; }

.access {
  color: black;
  background-color: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 272px;
  display: block;
  margin: 0 auto;
  padding: 10px; }

.global {
  position: relative;
  overflow: auto;
  padding: 30px 0 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh; }

.infos {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 0.9rem;
  padding: 0 10px; }

@media screen and (min-width: 900px) {
  .main {
    margin: 0;
    width: 70%; }
  h1 {
    font-size: 1.8rem; }
    h1 .prof {
      display: inline; }
      h1 .prof:before {
        content: '- '; }
  address {
    margin-top: 8vh;
    margin-bottom: 10vh; }
  .maps {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    left: 70%; }
    .maps iframe {
      width: 30%;
      height: 100vh; }
  .access {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .hours {
    margin-bottom: 5vh; }
  .next-cont {
    display: table;
    margin: auto; }
    .next-cont:after {
      content: '';
      display: table;
      clear: both; }
  .service {
    text-align: right; }
  .diploma {
    margin-left: 40px; }
  .service, .diploma {
    margin-top: 3vh;
    display: inline-block;
    float: left; }
  .infos {
    right: 30%; } }

@media screen and (min-width: 1200px) {
  .main {
    width: 60%; }
  .maps {
    left: 60%;
    height: 100%;
    bottom: 0; }
    .maps iframe {
      width: 40%; }
  .infos {
    right: 40%; } }
