*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  border: 0;
}
.white {
	color:#FFFFFF;
}
svg:not(:root) {
  overflow: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #494d4e;
  font-weight: 300;
  background: #fff;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
h1,
.h1,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: 'Playfair Display', serif;
  margin: 0;
}

h2,
.h2 {
font-family: 'Kaushan Script', cursive;
  margin: 0;
}

h1,
.h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 64px;
  line-height: 4rem;
  margin-top: .7em;
  margin-bottom: .5em;
  color: #fff;
  font-weight: 400;
  font-style:italic;
}
h2,
.h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-top: 1.4em;
  margin-bottom: .2em;
  color: #13c4ca;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #13c4ca;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #13c4ca;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 1em;
  margin-bottom: .1em;
  color: #13c4ca;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 1em;
  margin-bottom: .1em;
  color: #13c4ca;
  font-weight: 400;
}
b,
strong,
.strong {
  font-weight: 700;
}
em,
.em {
  font-style: italic;
}
abbr[title],
.abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background: #ff0;
  color: #000;
}
sub,
.sub,
sup,
.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup,
.sup {
  top: -0.5em;
}
sub,
.sub {
  bottom: -0.25em;
}
del,
.del {
  text-decoration: line-through;
}
figure {
  margin: 1em 40px;
}
hr,
.hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
ul,
ol {
  margin: 1em 0 2em 0;
  padding: 0 0 0 40px;
}
ul li,
ol li {
  margin-bottom: 5px;
}
dl:before,
dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400;
}
dl dd {
  overflow: hidden;
  display: block;
}
blockquote,
.blockquote {
font-family: 'Playfair Display', serif;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  margin: 3em 0;
}
blockquote p,
.blockquote p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: .4em;
}
blockquote cite,
.blockquote cite {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
caption {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: .5em 0;
  border-bottom: 1px solid #d7d7d7;
}
table {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  text-align: left;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
  color: #585858;
  padding: .8em .5em;
  border-bottom: 1px solid #e9e9e9;
}
code,
kbd,
pre,
samp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  word-wrap: break-word;
font-family: 'Playfair Display', serif;
  color: #272727;
  background-color: #f1f1f1;
  font-weight: normal;
  padding: 5px;
  white-space: pre-wrap;
}
pre {
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7;
}
fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 700;
}
.form {
  padding-top: 1em;
  padding-bottom: 1em;
}
label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
}
.input {
  width: 100%;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"] {
  height: 36px;
  padding: 0 .4em;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
select {
  text-transform: none;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.button {
  border: 1px solid #d7d7d7;
  background-color: #f3f3f3;
  line-height: normal;
  padding: .5em 1em;
  text-decoration: none;
  color: #363636;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  background: #f9f9f9;
}
.button:active {
  background: #fff;
}
.button-link {
  color: #13c4ca;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}
.button-link:hover {
  text-decoration: none;
}
.button-link:active {
  outline: 0;
}
.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  padding: 0 0.4em;
  position: relative;
  display: block;
}
.select:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #676767;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 120%;
  height: 36px;
  padding: 0;
  line-height: normal;
  border: 0;
  background: transparent;
  display: block;
}
.select select:focus {
  outline: 0;
}
.select {
  background: #fff;
}
h2,
.h2 {
  margin: 0;
  text-align: center;
}
h2:after,
.h2:after {
  content: "";
  width: 270px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(img/divider-gold.svg);
  height: 40px;
  margin-bottom: 20px;
}
.h2-secondary {
  color: #fff;
}
.h2-secondary:after {
  content: "";
  background-image: url(img/divider-white.svg);
  height: 35px;
}
.divider {
  width: 270px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.divider-primary {
  background-image: url(img/divider-xl-white.svg);
  height: 55px;
}
.divider-secondary {
  background-image: url(img/divider-gold.svg);
  height: 40px;
}
.divider-third {
  background-image: url(img/divider-white.svg);
  height: 35px;
}
.divider-fourth {
  background-image: url(img/divider-sm-white.svg);
  height: 30px;
}
.button {
  color: #fff;
  padding: 1em 3em;
  text-decoration: none;
  border: 1px solid transparent;
  background: #13c4ca;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.button:hover {
  background: #c16c79;
}
.button:active {
  top: 1px;
}
.button-primary {
  border: 1px solid #361818;
  background-color: #361818;
  background-color: rgba(19, 196, 202, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}
.button-primary:hover {
  background-color: #361818;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
}
.button-secondary {
  border: 1px solid #FFF;
  background-color: #13c4ca;
  background-color: rgba(19, 196, 202, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff);
}
.button-secondary:hover {
  background-color: #13c4ca;
  background-color: rgba(19, 196, 202, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
}
.feature-box {
  padding: 20px 10px;
  color: #fff;
  background-color: #361818;
  background-color: rgba(54, 24, 24, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.social {
  width: 16px;
  height: 25px;
  top: 7px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.paiement {
  width: 58px;
  height: 32px;
  top: 7px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.paiement-especes {
  background-image: url(img/espece.png);
}
.paiement-cheques {
  background-image: url(img/cheque.png);
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.mbottom30 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 740px) {
.mbottom30 {
	margin-bottom: 0px;
}
  .container,
  .container-full {
    width: 720px;
  }
  .container-tablet {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-tablet {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .container,
  .container-full {
    width: 960px;
  }
  .container-desktop {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-desktop {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .container,
  .container-full {
    width: 1120px;
  }
  .container-hd {
    width: 1120px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-hd {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333333%;
}
.push-2 {
  left: 16.66666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.33333333%;
}
.push-5 {
  left: 41.66666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.33333333%;
}
.push-8 {
  left: 66.66666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333333%;
}
.push-11 {
  left: 91.66666667%;
}
.pull-1 {
  left: -8.33333333%;
}
.pull-2 {
  left: -16.66666667%;
}
.pull-3 {
  left: -25%;
}
.pull-4 {
  left: -33.33333333%;
}
.pull-5 {
  left: -41.66666667%;
}
.pull-6 {
  left: -50%;
}
.pull-7 {
  left: -58.33333333%;
}
.pull-8 {
  left: -66.66666667%;
}
.pull-9 {
  left: -75%;
}
.pull-10 {
  left: -83.33333333%;
}
.pull-11 {
  left: -91.66666667%;
}
@media only screen and (min-width: 740px) {
  .col-1-tablet,
  .col-2-tablet,
  .col-3-tablet,
  .col-4-tablet,
  .col-5-tablet,
  .col-6-tablet,
  .col-7-tablet,
  .col-8-tablet,
  .col-9-tablet,
  .col-10-tablet,
  .col-11-tablet,
  .col-12-tablet {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-tablet {
    width: 8.33333333%;
  }
  .col-2-tablet {
    width: 16.66666667%;
  }
  .col-3-tablet {
    width: 25%;
  }
  .col-4-tablet {
    width: 33.33333333%;
  }
  .col-5-tablet {
    width: 41.66666667%;
  }
  .col-6-tablet {
    width: 50%;
  }
  .col-7-tablet {
    width: 58.33333333%;
  }
  .col-8-tablet {
    width: 66.66666667%;
  }
  .col-9-tablet {
    width: 75%;
  }
  .col-10-tablet {
    width: 83.33333333%;
  }
  .col-11-tablet {
    width: 91.66666667%;
  }
  .col-12-tablet {
    width: 100%;
  }
  .push-1-tablet {
    left: 8.33333333%;
  }
  .push-2-tablet {
    left: 16.66666667%;
  }
  .push-3-tablet {
    left: 25%;
  }
  .push-4-tablet {
    left: 33.33333333%;
  }
  .push-5-tablet {
    left: 41.66666667%;
  }
  .push-6-tablet {
    left: 50%;
  }
  .push-7-tablet {
    left: 58.33333333%;
  }
  .push-8-tablet {
    left: 66.66666667%;
  }
  .push-9-tablet {
    left: 75%;
  }
  .push-10-tablet {
    left: 83.33333333%;
  }
  .push-11-tablet {
    left: 91.66666667%;
  }
  .pull-1-tablet {
    left: -8.33333333%;
  }
  .pull-2-tablet {
    left: -16.66666667%;
  }
  .pull-3-tablet {
    left: -25%;
  }
  .pull-4-tablet {
    left: -33.33333333%;
  }
  .pull-5-tablet {
    left: -41.66666667%;
  }
  .pull-6-tablet {
    left: -50%;
  }
  .pull-7-tablet {
    left: -58.33333333%;
  }
  .pull-8-tablet {
    left: -66.66666667%;
  }
  .pull-9-tablet {
    left: -75%;
  }
  .pull-10-tablet {
    left: -83.33333333%;
  }
  .pull-11-tablet {
    left: -91.66666667%;
  }
}
@media only screen and (min-width: 980px) {
  .col-1-desktop,
  .col-2-desktop,
  .col-3-desktop,
  .col-4-desktop,
  .col-5-desktop,
  .col-6-desktop,
  .col-7-desktop,
  .col-8-desktop,
  .col-9-desktop,
  .col-10-desktop,
  .col-11-desktop,
  .col-12-desktop {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-desktop {
    width: 8.33333333%;
  }
  .col-2-desktop {
    width: 16.66666667%;
  }
  .col-3-desktop {
    width: 25%;
  }
  .col-4-desktop {
    width: 33.33333333%;
  }
  .col-5-desktop {
    width: 41.66666667%;
  }
  .col-6-desktop {
    width: 50%;
  }
  .col-7-desktop {
    width: 58.33333333%;
  }
  .col-8-desktop {
    width: 66.66666667%;
  }
  .col-9-desktop {
    width: 75%;
  }
  .col-10-desktop {
    width: 83.33333333%;
  }
  .col-11-desktop {
    width: 91.66666667%;
  }
  .col-12-desktop {
    width: 100%;
  }
  .push-1-desktop {
    left: 8.33333333%;
  }
  .push-2-desktop {
    left: 16.66666667%;
  }
  .push-3-desktop {
    left: 25%;
  }
  .push-4-desktop {
    left: 33.33333333%;
  }
  .push-5-desktop {
    left: 41.66666667%;
  }
  .push-6-desktop {
    left: 50%;
  }
  .push-7-desktop {
    left: 58.33333333%;
  }
  .push-8-desktop {
    left: 66.66666667%;
  }
  .push-9-desktop {
    left: 75%;
  }
  .push-10-desktop {
    left: 83.33333333%;
  }
  .push-11-desktop {
    left: 91.66666667%;
  }
  .pull-1-desktop {
    left: -8.33333333%;
  }
  .pull-2-desktop {
    left: -16.66666667%;
  }
  .pull-3-desktop {
    left: -25%;
  }
  .pull-4-desktop {
    left: -33.33333333%;
  }
  .pull-5-desktop {
    left: -41.66666667%;
  }
  .pull-6-desktop {
    left: -50%;
  }
  .pull-7-desktop {
    left: -58.33333333%;
  }
  .pull-8-desktop {
    left: -66.66666667%;
  }
  .pull-9-desktop {
    left: -75%;
  }
  .pull-10-desktop {
    left: -83.33333333%;
  }
  .pull-11-desktop {
    left: -91.66666667%;
  }
}
@media only screen and (min-width: 1140px) {
  .col-1-hd,
  .col-2-hd,
  .col-3-hd,
  .col-4-hd,
  .col-5-hd,
  .col-6-hd,
  .col-7-hd,
  .col-8-hd,
  .col-9-hd,
  .col-10-hd,
  .col-11-hd,
  .col-12-hd {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-hd {
    width: 8.33333333%;
  }
  .col-2-hd {
    width: 16.66666667%;
  }
  .col-3-hd {
    width: 25%;
  }
  .col-4-hd {
    width: 33.33333333%;
  }
  .col-5-hd {
    width: 41.66666667%;
  }
  .col-6-hd {
    width: 50%;
  }
  .col-7-hd {
    width: 58.33333333%;
  }
  .col-8-hd {
    width: 66.66666667%;
  }
  .col-9-hd {
    width: 75%;
  }
  .col-10-hd {
    width: 83.33333333%;
  }
  .col-11-hd {
    width: 91.66666667%;
  }
  .col-12-hd {
    width: 100%;
  }
  .push-1-hd {
    left: 8.33333333%;
  }
  .push-2-hd {
    left: 16.66666667%;
  }
  .push-3-hd {
    left: 25%;
  }
  .push-4-hd {
    left: 33.33333333%;
  }
  .push-5-hd {
    left: 41.66666667%;
  }
  .push-6-hd {
    left: 50%;
  }
  .push-7-hd {
    left: 58.33333333%;
  }
  .push-8-hd {
    left: 66.66666667%;
  }
  .push-9-hd {
    left: 75%;
  }
  .push-10-hd {
    left: 83.33333333%;
  }
  .push-11-hd {
    left: 91.66666667%;
  }
  .pull-1-hd {
    left: -8.33333333%;
  }
  .pull-2-hd {
    left: -16.66666667%;
  }
  .pull-3-hd {
    left: -25%;
  }
  .pull-4-hd {
    left: -33.33333333%;
  }
  .pull-5-hd {
    left: -41.66666667%;
  }
  .pull-6-hd {
    left: -50%;
  }
  .pull-7-hd {
    left: -58.33333333%;
  }
  .pull-8-hd {
    left: -66.66666667%;
  }
  .pull-9-hd {
    left: -75%;
  }
  .pull-10-hd {
    left: -83.33333333%;
  }
  .pull-11-hd {
    left: -91.66666667%;
  }
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-float {
  float: none;
}
.no-background {
  background: transparent;
}
.no-border {
  border: 0;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}
.font-normal {
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.img-responsive {
  max-width: 100%;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}
.field-group {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}
.field-group label {
  padding-top: 8px;
}
.field {
  width: 100%;
}
.disabled {
  pointer-events: none;
  opacity: .5;
}
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em;
}
.checkbox label,
.radio label {
  padding-left: 20px;
  padding-top: 0;
  display: inline-block;
}
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 740px) {
  .no-float-tablet {
    float: none;
  }
  .no-padding-tablet {
    padding: 0;
  }
  .no-margin-tablet {
    margin: 0;
  }
  .none-tablet {
    display: none;
  }
  .block-tablet {
    display: block;
  }
  .inline-block-tablet {
    display: inline-block;
  }
  .inline-tablet {
    display: inline;
  }
  .text-left-tablet {
    text-align: left;
  }
  .text-right-tablet {
    text-align: right;
  }
  .text-center-tablet {
    text-align: center;
  }
  .text-justify-tablet {
    text-align: justify;
  }
  .no-col-tablet {
    width: auto;
    float: none;
  }
  .no-push-tablet,
  .no-pull-tablet {
    left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .no-float-desktop {
    float: none;
  }
  .no-padding-desktop {
    padding: 0;
  }
  .no-margin-desktop {
    margin: 0;
  }
  .none-desktop {
    display: none;
  }
  .block-desktop {
    display: block;
  }
  .inline-block-desktop {
    display: inline-block;
  }
  .inline-desktop {
    display: inline;
  }
  .text-left-desktop {
    text-align: left;
  }
  .text-right-desktop {
    text-align: right;
  }
  .text-center-desktop {
    text-align: center;
  }
  .text-justify-desktop {
    text-align: justify;
  }
  .no-col-desktop {
    width: auto;
    float: none;
  }
  .no-push-desktop,
  .no-pull-desktop {
    left: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .no-float-hd {
    float: none;
  }
  .no-padding-hd {
    padding: 0;
  }
  .no-margin-hd {
    margin: 0;
  }
  .none-hd {
    display: none;
  }
  .block-hd {
    display: block;
  }
  .inline-block-hd {
    display: inline-block;
  }
  .inline-hd {
    display: inline;
  }
  .text-left-hd {
    text-align: left;
  }
  .text-right-hd {
    text-align: right;
  }
  .text-center-hd {
    text-align: center;
  }
  .text-justify-hd {
    text-align: justify;
  }
  .no-col-hd {
    width: auto;
    float: none;
  }
  .no-push-hd,
  .no-pull-hd {
    left: 0;
  }
}
@media print {
  .no-float-print {
    float: none;
  }
  .no-padding-print {
    padding: 0;
  }
  .no-margin-print {
    margin: 0;
  }
  .none-print {
    display: none;
  }
  .block-print {
    display: block;
  }
  .inline-block-print {
    display: inline-block;
  }
  .inline-print {
    display: inline;
  }
  .text-left-print {
    text-align: left;
  }
  .text-right-print {
    text-align: right;
  }
  .text-center-print {
    text-align: center;
  }
  .text-justify-print {
    text-align: justify;
  }
  .no-col-print {
    width: auto;
    float: none;
  }
  .no-push-print,
  .no-pull-print {
    left: 0;
  }
}
img {
  max-width: 100%;
}
.banner {
  background: url(img/hero-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
}
.banner-lead {
	color:#FFFFFF;
	text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6)
}
.banner-lead:after {
  width: 270px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  background-image: url(img/divider-xl-white.svg);
  height: 55px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  content: "";
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.banner-lead{
	line-height:36px;
 }
.banner-lead-1{
  font-size: 1.6rem;
}
.banner-lead-2 {
  font-family: 'Kaushan Script', cursive;
  font-size: 3rem;
}
.banner-lead-1,
.banner-lead-2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.banner-lead-1 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.banner-lead-2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.banner-buttons {
  padding-bottom: 20px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.banner-buttons .button {
  margin: 10px 0;
}
.header {
/*  background: #361818; */
  padding-bottom: 15px;
  position: relative;
}
.header:after {
  content: "";
  width: 100%;
  height: 0px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  position: absolute;
  bottom: 0;
  left: 0;
}
.logo {
  width: 225px;
  height: 95px;
  background: url(img/angel-logo-home.png) 50% 50% no-repeat;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  margin-top: 10px;
}
.logo:hover {
  opacity: .8;
}
.navigation-toggle-label {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  float: right;
  position: relative;
  height: 20px;
  width: 25px;
  background: transparent;
  margin-top: 50px;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
}
.navigation-toggle-label:before,
.navigation-toggle-label:after,
.navigation-toggle-label .navigation-toggle-label-inner:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navigation-toggle-label:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.navigation-toggle-label .navigation-toggle-label-inner:before {
  -webkit-transform: translate3d(0, 14px, 0);
  transform: translate3d(0, 14px, 0);
}
.navigation-toggle-checkbox[type=checkbox]:checked + .navigation-toggle-label:before {
  -webkit-transform: translate3d(0, 4px, 0) rotate(-225deg);
  transform: translate3d(0, 4px, 0) rotate(-225deg);
}
.navigation-toggle-checkbox[type=checkbox]:checked + .navigation-toggle-label:after {
  opacity: 0;
}
.navigation-toggle-checkbox[type=checkbox]:checked + .navigation-toggle-label .navigation-toggle-label-inner:before {
  -webkit-transform: translate3d(0, 4px, 0) rotate(45deg);
  transform: translate3d(0, 4px, 0) rotate(45deg);
}
.navigation {
  clear: both;
}
.navigation {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  max-height: 1px; 
  overflow: hidden;
}
.navigation-toggle-checkbox[type=checkbox]:checked + .navigation-toggle-label + .navigation {
  opacity: 1;
  max-height: 400px;
  display:block;
  position:relative;
  visibility:visible;
}
.navigation-soins {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-soins li {
  margin: 0;
  padding: 0;
}
.navigation-soins .navigation-item {
  display: block;
  text-align: left;
  margin-top: 10px;
}

.navigation-soins .navigation-item > a {
font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 1em;
  margin-bottom: .2em;
  font-weight: 400;
  margin: 0;
  display: block;
  color: #13c4ca;
  text-decoration: none;
  position: relative;
}
.navigation-soins .navigation-item > a:hover,
.navigation-soins .navigation-item > a.active {
  color: #13c4ca;
}
.navigation-item-img > a {
  line-height: -30px;
  margin-top: 0px;
  margin: 0;
  display: block;
  position: relative;
}
a.soinslink {
  color: #777;
}
a.soinslink:active {
  color: #13c4ca;
}
a.soinslink:hover {
  color: #13c4ca;
}
.navigation-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  margin-top: 15px;
}
.navigation-social li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.navigation-social:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  position: absolute;
  top: 0;
  left: 0;
}
.navigation-social .navigation-item-social {
  margin: 0 4px;
}
.content-block {
  background: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-block {
	background-color:#FFFFFF;
}
.about-block .about-block-content {
  padding-left: 30px;
  padding-right: 30px;
}
.about-block .about-chef {
  margin-top: 20px;
}
.about-block.active .about-block-content h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.about-block.active .about-block-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.about-block.active .about-block-content img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.about-block.active .about-block-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.prestations-block {
  background: url(img/prestations-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.feature-image-group {
  padding-top: 20px;
  text-align: center;
}
.feature-image {
  display: inline-block;
  margin: 0 5px;
  border: 5px solid #494d4e;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.prestations-block.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.prestations-block.active .feature-box {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.prestations-block.active .feature-box h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.prestations-block.active .feature-box p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.prestations-block.active .feature-box .feature-image {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.prestations-block.active .feature-box .feature-image-1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.prestations-block.active .feature-box .feature-image-2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.prestations-block.active .feature-box .feature-image-3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
/******/

.map-block {
	background-color:#FFFFFF;
}
.map-block .map-block-content {
  padding-left: 30px;
  padding-right: 30px;
}
.map-block {
  margin-top: 20px;
}
.map-block.active .map-block-content h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.map-block.active .map-block-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.map-block.active .map-block-content img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.map-block.active .map-block-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.bgc1 {
 background-color:#13c4ca;
}
.angelcolor1 {
 color:#13c4ca;
}
.angel-soins-block {
  background: url(img/cream-pixels.png) 0 0 repeat;
}
.angel-soins-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
.angel-soins-list li {
  margin: 0;
  padding: 0;
}
.angel-soins-list .angel-soins-item {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.angel-soins-list .angel-soins-item-special {
  border: 1px solid #13c4ca;
  margin-top: 20px;
}
.angel-soins-list .angel-soins-item-special:after {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  content: "Special";
  display: block;
  position: absolute;
  height: 30px;
  top: -30px;
  right: -1px;
  font-weight: 700;
  padding: 0 5px;
  background-color: #13c4ca;
  background-color: rgba(19, 196, 202, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccd9f0b, endColorstr=#cccd9f0b);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccd9f0b, endColorstr=#cccd9f0b);
  color: #fff;
}
.angel-soins-list .angel-soins-item-forfait {
  border: 1px solid #13c4ca;
  background-color: #13c4ca;
  margin-top: 20px;
  color: #FFFFFF;
  top: 30px;
}
.angel-soins-list .angel-soins-item-forfait:after {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  content: "FORFAIT MODELAGE";
  display: block;
  position: absolute;
  height: 30px;
  top: -30px;
  right: -1px;
  font-weight: 700;
  padding: 0 5px;
  background-color: #13c4ca;
  background-color: rgba(19, 196, 202, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccd9f0b, endColorstr=#cccd9f0b);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccd9f0b, endColorstr=#cccd9f0b);
  color: #fff;
}
.angel-soins-heading {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #13c4ca;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
  text-align: left;
}
.angel-soins-bold {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #494d4e;
  margin-top: 1.5em;
  margin-bottom: .2em;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
  text-align: left;
}
.angel-soins-item-header {
  border-bottom: 1px solid #13c4ca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.angel-soins-price {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #13c4ca;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
  text-align: right;
}
.angel-soins-block.active .angel-soins-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.angel-soins-block.active .angel-soins-content:first-child {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.reviews-block {
  background: url(img/promo-bg.jpg) 0 50% no-repeat;
  background-size: cover;
}
.reviews-block.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.reviews-block.active .feature-box {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.reviews-block.active .feature-box h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.reviews-block.active .feature-box blockquote {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.reservations-block {
  background: url(img/pw-maze-white.png) 0 0 repeat;
}
.reservations-block .field {
  border: 1px solid #ccc;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.reservations-block .field:focus {
  outline: 0;
  border-color: #13c4ca;
}
.reservations-submit {
  margin-top: 20px;
  padding: .5em 2.5em;
  font-weight: 400;
}
.reservations-block.active .reservation-block-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.reservations-block.active .reservation-block-img:first-child {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.reservations-block.active .reservation-block-form {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #999;
  background-color: #200c0d;
}
.copyright {
	color: #4c3b3c;
	font-size:10px;
	}
.footer strong {
  color: #fff;
}
.footer-heading {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #13c4ca;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}
.footer-heading:after {
  width: 270px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(img/divider-sm-white.svg);
  height: 30px;
  margin-top: 10px;
  content: "";
}
.footer-column {
  position: relative;
  padding-top: 20px;
}
.footer-column p {
  margin: 0;
}
.footer-column:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  position: absolute;
  top: 20px;
  left: 0;
}
.footer-column:first-child {
  padding-top: 0;
}
.footer-column:first-child:after {
  content: none;
}
.icon-list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.icon-list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.icon-list-inline li {
  margin-left: 10px;
}
.icon-list-inline li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 740px) {
  .feature-box {
    padding: 50px 60px;
  }
  .header {
    background: transparent;
/*	background-color:#361818; 
    opacity: .7; */
    padding-bottom: 20px;
  }
  .header-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navigation-toggle-label {
    display: none;
  }
  .navigation {
    max-height: none;
    opacity: 1;
  }
  .banner {
    min-height: 550px;
  }
  .banner-inner {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 83.33333333%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-top: 45px;
  }
  .banner-lead-1,
  .banner-lead-2 {
    display: block;
  }
    .banner-lead-1 {
    font-size: 54px;
  font-size: 4.5rem;
}
  .banner-lead-2 {
  font-family: 'Kaushan Script', cursive;
    font-size: 64px;
  font-size: 6rem;
}
  .banner-buttons {
    padding-bottom: 120px;
  }
  .banner-buttons .button {
    margin: 0 4px;
  }
  .navigation {
    float: right;
    margin-top: 0;
    clear: none;
  }
  
  .navigation-soins {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .navigation-soins li {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .navigation-soins .navigation-item {
    display: inline-block;
    margin: 0 5px;
  }
  .navigation-soins .navigation-item > a {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-top: 1em;
    margin-bottom: .1em;
    color: #13c4ca;
    font-weight: 400;
    margin: 0;
    padding: 50px 2px 0 2px;
    position: relative;
  }
  .navigation-soins .navigation-item > a:before {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    width: 0px;
    height: 4px;
    background: #13c4ca;
    content: "";
    display: block;
    top: 0;
    left: 50%;
    position: absolute;
  }
  .navigation-soins .navigation-item > a:hover,
  .navigation-soins .navigation-item > a.active {
    color: #13c4ca;
  }
  .navigation-soins .navigation-item > a:hover:before,
  .navigation-soins .navigation-item > a.active:before {
    left: 0;
    width: 100%;
  }
  .navigation-social {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
    display: inline-block;
  }
  .navigation-social li {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .navigation-social:before {
    content: none;
  }
  .navigation-social .navigation-item-social {
    margin: 0 5px;
  }
  .angel-soins-content {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-lead {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
  .navigation-soins {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .navigation-soins li {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .navigation-soins .navigation-item {
    display: inline-block;
  }
  .navigation-soins .navigation-item > a {
    margin: 0;
    color: #fff;
    padding: 50px 15px 0 15px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-column {
    padding-top: 0;
  }
  .footer-column:after {
    content: none;
  }
}
@media only screen and (min-width: 1140px) {
  .banner-lead {
    font-size: 80px;
    font-size: 5rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down-big {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left-big {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right-big {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up-big {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100%;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}


