/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-latin-300italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v35-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v35-latin-500italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v35-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v35-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  margin: 30px 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  max-width: 900px;
}

@media (min-width: 940px) {
  body {
    margin: 50px auto;
  }
}

.contact {
  margin: 40px 0;
}

.logo {
  display: block;
  max-width: 400px;
  width: 80%;
  margin: 0 auto 40px auto;
}

.container {
  text-align: center;
}

h1,
h2 {
  color: #333;
  text-align: center;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

a {
  color: #333;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 20px;
  transition: all .2s;
}

a:hover,
a:active {
  color: #69DAE1;
}

.opening-hours {
  margin-top: 30px;
  background: #69DAE1;
  color: #fff;
  padding: 10px;
}

.left {
  text-align: center;
}

.right {
  text-align: center;
}

.maintext {
  margin: 30px 0;
}

.inline {
  margin: 5px
}

.notermin {
  max-width: 350px;
  margin: 30px auto;
}

.nomobile {
  display: none;
}

@media (min-width: 768px) {

  body {
    font-size: 18px;
    line-height: 30px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .inline {
    display: inline;
  }

  .days-off {
    margin-top: 10px;
    background: #C3DF62;
    padding: 10px;
  }

  .container {
    transform: translateY(0);
  }

  .notermin {
    max-width: 550px;
    margin: 30px auto;
  }

  .nomobile {
    display: inline;
  }
}

.doctolib {
  opacity: 0.85;
  background-color: #107ACA;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 20px;
  font-size: inherit;
}