@font-face {
  font-family: 'Merienda';
  src: url('fonts/merienda-bold-webfont.woff2') format('woff2'),
       url('fonts/merienda-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('fonts/neris-light-webfont.woff2') format('woff2'),
       url('fonts/neris-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('fonts/neris-lightitalic-webfont.woff2') format('woff2'),
       url('fonts/neris-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Neris';
  src: url('fonts/neris-semibold-webfont.woff2') format('woff2'),
       url('fonts/neris-semibold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('fonts/neris-semibolditalic-webfont.woff2') format('woff2'),
       url('fonts/neris-semibolditalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
    font-family: 'AlegreyaSans';
    src: url('fonts/alegreyasans-regular-webfont.woff2') format('woff2'),
         url('fonts/alegreyasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlegreyaSans';
    src: url('fonts/alegreyasans-italic-webfont.woff2') format('woff2'),
         url('fonts/alegreyasans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'AlegreyaSans';
    src: url('fonts/alegreyasans-bold-webfont.woff2') format('woff2'),
         url('fonts/alegreyasans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'AlegreyaSans';
    src: url('fonts/alegreyasans-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/alegreyasans-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

* {
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 100%;
}
.wrapper {
  margin-top: 70px;
  min-height: 100%;
  position: relative;
}
.content {
  font-family: 'AlegreyaSans';
  font-size: 125%;
  text-align: left;
  word-spacing: 40%;
  color: hsl(279, 48%, 45%);
  background-color: white;
  padding-bottom: 90px;
}
header {
  margin: 0;
  padding: 0;
  top: 0;
  position: fixed;
  width: 100%;
  min-height: 32px;
  background-color: white;
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  z-index: 10;
}
footer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  font-family: 'AlegreyaSans';
  font-weight: normal;
  font-size: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: hsl(279, 48%, 95%);
  color: hsl(279, 48%, 60%);
  border-top: 1px solid hsl(279, 48%, 85%);
}
.container {
  margin: auto;
  position: relative;
  max-width: 880px;
  padding: 0 20px;
}
.block {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding: 10px;
  padding-bottom: 5px;
  background-color: hsl(279, 48%, 88%);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.image {
  margin: auto;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  max-width: 950px;
  z-index: -1;
}
.image img {
 width: 100%;
 box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.image .title {
  font-family: 'Merienda';
  font-weight: normal;
  font-size: 400%;
  color: white;
  text-shadow: 4px 4px 10px rgba(0,0,0,0.8);
  margin: 20px;
  margin-left: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.logo {
  margin-right: 30px;
  min-height: 10px;
  display: table-cell;
  vertical-align: middle;
}
a:link, a:visited {
  color: hsl(260, 70%, 45%);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
  color: hsl(260, 100%, 50%);
}

a:link:active, a:visited:active {
  color: hsl(260, 70%, 45%);
}
p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
ul {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
ul.dash {
  list-style-type: none;
  padding-left: 15px;
}
ul.dash li:before {
  content: '-';
  position: absolute;
  margin-left: -15px;
}
h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: 'AlegreyaSans';
  font-weight: bold;
  font-size: 200%;
}
h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: 'AlegreyaSans';
  font-weight: bold;
  font-size: 170%;
}
h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: 'AlegreyaSans';
  font-weight: bold;
  font-size: 140%;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0;
  padding-bottom: 8px;
  vertical-align: top;
  text-align: left;
}
table.manifs {
  width: 100%;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
table.manifs td {
  padding: 8px;
}
table.manifs tr:nth-child(odd) {
  background-color: hsl(279, 48%, 95%);
}
table.tarifs {
  width: 100%;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
table.tarifs th {
  padding: 8px;
  font-weight: normal;
  text-align: right;
  color: white;
  background-color: hsl(279, 48%, 45%);
}  
table.tarifs td {
  padding: 8px;
  text-align: right;
}
table.tarifs tr:nth-child(odd) {
  background-color: hsl(279, 48%, 95%);
}
table.tarifs th:nth-child(1), table.tarifs td:nth-child(1) {
  text-align: left;
}

.btn {
  display: none;
}
.nav {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nav ul li {
  display: inline-block;
  background-color: white;
}
.nav a {
  display: block;
  font-family: 'Merienda';
  font-size: 140%;
  padding: 10px 15px;
  text-decoration: none;
  color: hsl(279, 48%, 45%);
}
.nav a:hover {
  color: white;
  background-color: hsl(279, 48%, 45%);
}
.nav ul ul {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  background-color: white;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
  z-index: 10;
}
.nav ul ul li {
  display: block;
}
.nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 690px) {
  .nav a {
    font-size: 110%;
    padding: 10px 10px;
  }
  .image .title {
    font-size: 280%;
  }
}

@media screen and (max-width: 580px) {
  .image .title {
    font-size: 230%;
    margin-left: 20px;
  }
  .btn {
    display: block;
    font-family: 'AlegreyaSans';
    font-weight: bold;
    cursor: pointer;
    color: hsl(279, 48%, 45%);
  }
  .nav .btn {
    position: absolute;
    margin-top: -10px;
    top: 0;
    right: 10px;
    padding: 0;
    margin-left: 30px;
  }
  .container .btn {
    font-size: 160%;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 10px;
  }
  .nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    padding-top: 40px;
    background-color: hsl(279, 48%, 98%);
    overflow-x: hidden;
    transition: 0.3s;
    box-shadow: -3px 0 3px rgba(0,0,0,0.4);
  }
  .nav ul {
    padding-bottom: 15px;
    width: 250px;
  }
  .nav ul li {
    display: block;
    background-color: inherit;
  }
  .nav a {
    font-size: 110%;
    padding: 7px 12px;
  }
  .nav ul ul {
    visibility: visible;
    opacity: 1;
    padding-left: 15px;
    position: relative;
    background-color: inherit;
    box-shadow: 0 0 0;
  }
}