/** Font faces */
@font-face {
    font-family: 'slaboregular';
    src: url('fonts/slabo/slabo13px-regular-webfont.woff2') format('woff2'),
    url('fonts/slabo/slabo13px-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensanslightitalic';
    src: url('fonts/opensans/opensans-lightitalic-webfont.woff2') format('woff2'),
    url('fonts/opensans/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensansregular';
    src: url('fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
    url('fonts/opensans/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensanssemibold';
    src: url('fonts/opensans/opensans-semibold-webfont.woff2') format('woff2'),
    url('fonts/opensans/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensanssemibolditalic';
    src: url('fonts/opensans/opensans-semibolditalic-webfont.woff2') format('woff2'),
    url('fonts/opensans/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lorabold';
    src: url('fonts/lora/lora-bold-webfont.woff2') format('woff2'),
    url('fonts/lora/lora-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lorabolditalic';
    src: url('fonts/lora/lora-bolditalic-webfont.woff2') format('woff2'),
    url('fonts/lora/lora-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'loraitalic';
    src: url('fonts/lora/lora-italic-webfont.woff2') format('woff2'),
    url('fonts/lora/lora-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'loraregular';
    src: url('fonts/lora/lora-regular-webfont.woff2') format('woff2'),
    url('fonts/lora/lora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/******/

/** Font Helpers */
.font-slabo { font-family:slaboregular, sans-serif !important; }

.font-opensans--regular { font-family:opensansregular, sans-serif !important; }
.font-opensans--semibold { font-family:opensanssemibold, sans-serif !important; }
.font-opensans--light-italic { font-family:opensanslightitalic, sans-serif !important; }
.font-opensans--semibold-italic { font-family:opensanssemibolditalic, sans-serif !important; }

.font-lora--bold { font-family:lorabold, sans-serif !important; }
.font-lora--italic { font-family:loraitalic, sans-serif !important; }
.font-lora--regular { font-family:loraregular, sans-serif !important; }
.font-lora--bold-italic { font-family:lorabolditalic, sans-serif !important; }

.font-color-gold { color:#C09A5D !important; }
.font-color-black { color:#333 !important; }
.font-color-cream { color:#F4F0EE !important; }
/******/

/** Statement error|success|info helpers */
.has-error .control-label {
    color:#e84b48;
}
.has-error .form-control {
    border-color:#e84b48;
}
/******/

/** Buttons */
.mh-button {
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
    padding:10px 20px;
    margin-bottom:10px;
    line-height:40px;
    text-align:center;
    font-family:loraregular, sans-serif; font-size:1.8rem;
    cursor:pointer;
}
.mh-button.gold {
    background-color:white;
    color:#C09A5D;
    border:1px solid #C09A5D;
    transition:all 0.2s ease-in-out;
}
.mh-button.gold:hover,
.mh-button.gold.active {
    background-color:#C09A5D;
    border-color:transparent;
    color:#333;
}
/******/

/** reCaptcha Helpers */
.g-recaptcha > div {
    margin:auto;
}
/******/

a {
    text-decoration:none !important;
}
ul {
    margin-bottom:0 !important;
}
p {
    text-align:justify;
}
p:last-child {
    margin:0 !important;
}
/** Blob animation */
.mh-loading > div {
    background-color:#eee;
    position:fixed; z-index:99;
    top:0; left:0;
    width:100%;
    line-height:100vh;
    text-align:center;
}
.mh-loading > div > img {
    position:relative;
    width:200px; top:-100px;
}
.blob-1, .blob-2{
    width:70px;
    height:70px;
    position:absolute;
    background:#333;
    border-radius:50%;
    top:50%; left:50%;
    transform:translate(-50%,-50%);
}
.blob-1{
    left:48%;
    animation:osc-l 1s ease infinite;
}
.blob-2{
    left:52%;
    animation:osc-r 1s ease infinite;
    background:#C09A5D;
}
@keyframes osc-l{
    0%{left:48%;}
    50%{left:50%;}
    100%{left:48%;}
}
@keyframes osc-r{
    0%{left:52%;}
    50%{left:50%;}
    100%{left:52%;}
}

/** Layout styles */
.mh-container {
    position:relative;
    overflow:hidden;
    max-width:1410px;
    min-height:100vh;
    margin:auto;
    padding:0 5px;
}
.mh-content {
    max-width:1080px;
    margin:auto;
}
/** Fixed booking */
.mh-fixed--booking {
    position:fixed;
    z-index:19;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:50px;
}
.mh-fixed--booking > a {
    display:block;
    line-height:60px;
    background:#333;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
    text-align: center;
    color:#C09A5D;
    font-family:loraregular, sans-serif;
    font-size:1.5rem;
}
/** Top bar */
.mh-top--bar {
    background-color:#C09A5D;
    position:relative; z-index:9;
    height:60px;
    margin-bottom:50px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
}
.mh-top--bar > .mh-content {
    display:flex; justify-content:space-between;
}
.mh-top--bar > .mh-content > div {
    line-height:60px;
}
.mh-top--bar > .mh-content > div > a {
    display:inline-block;
    margin-right:30px;
}
.mh-top--bar > .mh-content > div img,
.mh-top--bar > .mh-content > div object {
    vertical-align: middle;
    height:40px;
}
.mh-top--bar > .mh-content > div img.mh-logo--chc,
.mh-top--bar > .mh-content > div object.mh-logo--chc {
    height:35px;
}
.mh-top--bar > .mh-content > div a:last-child {
    margin-right:0;
}

.mh-top--bar > .mh-content > div img.mh-logo--eboutique {
    height:30px;
}
/** Header menu */
.mh-header {
    display:flex;
    align-items:center;
    position: relative;
    top:-500px;
    max-width:1136px;
    margin:auto;
    padding:0 0 25px 0;
}
.mh-header > .mh-logo {
    margin-top: -20px;
}
.mh-header > .mh-logo > a {
    display:block;
}
.mh-header > .mh-logo > a > object,
.mh-header > .mh-logo > a > img {
    height:70px;
}
.mh-header > .mh-menu {
    flex-grow:2;
}
.mh-header > .mh-menu > .mh-formula {
    padding-left:40px;
    margin-bottom:10px;
}
.mh-header > .mh-menu > .mh-formula > a {
    display:inline-block;
    background-color:#333;
    margin-left:15px;
    padding:5px 40px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border:1px solid #C09A5D;
    border-radius:2px;
    font-family:loraregular, sans-serif;
    font-size:1.5rem;
    color:#C09A5D;
    transition:all 0.2s ease;
}
.mh-header > .mh-menu > .mh-formula > a:hover,
.mh-header > .mh-menu > .mh-formula > a:focus,
.mh-header > .mh-menu > .mh-formula > a.active {
    background-color:transparent;
    color:#333;
}
.mh-header > .mh-menu > nav {}
.mh-header > .mh-menu > nav > ul {
    display:flex;
    flex-wrap:wrap;
}
.mh-header > .mh-menu > nav > ul > li {
    list-style: none;
}
.mh-header > .mh-menu > nav > ul > li:first-child > a {
    margin-left:0;
}
.mh-header > .mh-menu > nav > ul > li > a {
    display:block;
    padding:20px 15px;
    margin-left:15px;
    border-bottom:2px solid transparent;
    font-family: loraregular, sans-serif;
    font-size:1.5rem;
    color:#333;
}
.mh-header > .mh-menu > nav > ul > li > a:hover,
.mh-header > .mh-menu > nav > ul > li > a:focus,
.mh-header > .mh-menu > nav > ul > li > a.active {
    background-color:transparent;
    border-color:#C09A5D;
}
/** Content */
.mh-body {
    position:relative; top:5000px;
}
/** Content Header */
.mh-body--header {
    height:660px;
    overflow:hidden;
    margin-bottom:30px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
}
.mh-body--header.mh-small {
    height:330px;
}
.mh-body--header > .mh-header--contact {
    background-color:#F4F0EE;
    position:absolute;
    top:80px; right:-1000px;
    width:290px;
    height:500px;
    padding:25px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
    text-align:right;
    font-family: opensansregular, sans-serif;
    transition:right 0.3s ease;
}
.mh-body--header > .mh-header--contact.active {
    right:-1000px !important;
}
.mh-body--header > .mh-header--maps-close {
    position: absolute;
    top:0;
    right:-1470px;
    background: none rgb(255, 255, 255);
    margin: 10px;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    transition:right 0.6s ease;
}
.mh-body--header > .mh-header--maps-close > i {
    color:red;
}
.mh-body--header > .mh-header--maps-close.active {
    right:60px;
}
#mh-header--maps {
    width:100%;
    height:100%;
    right:-1500px !important;
    transition:right 0.5s ease-in-out;
}
#mh-header--maps.active {
    right:0 !important;
}
.mh-header--contact > .mh-contact--header {
    text-align: left;
    margin-bottom:20px;
}
.mh-header--contact > .mh-contact--header > img {
    width:180px;
}
.mh-header--contact > .mh-contact--info {
    display:flex;
    margin-bottom:20px;
}
.mh-header--contact > .mh-contact--info > div {
    flex-grow:1;
}
.mh-header--contact > .mh-contact--info > .mh-info--marker {
}
.mh-header--contact > .mh-contact--info > .mh-info--marker > img {
    width:25px; cursor:pointer;
}
.mh-header--contact > .mh-contact--schedules {
    margin-bottom:20px;
}
.mh-header--contact > .mh-contact--footer {
    position: absolute; bottom:25px; left:25px;
    text-align: left;
}
.mh-header--contact > .mh-contact--footer > img {
    width:180px;
}
/** Content Page */
.mh-body--page {
    display:flex;
}
/** Page Aside */
.mh-page--aside {
    width:200px;
}
.mh-page--aside .mh-info {
    margin-top:15px;
    margin-left:0;
    color:grey;
    font-family:slaboregular, sans-serif;
    font-size:1.2rem;
}
.mh-aside--button {
    display:block;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
    padding:5px 20px;
    margin-bottom:10px;
    line-height:40px;
    text-align:center;
    font-family:loraregular, sans-serif; font-size:1.6rem;
    cursor:pointer;
}
.mh-aside--button.offer {
}
.mh-aside--button.pdf {
}
.mh-aside--button.pdf > a {
}
.mh-aside--button.pdf > a > i {
    margin-right:10px;
    font-size:2rem;
}
.mh-aside--button.gold {
    background-color:white;
    color:#C09A5D;
    border:1px solid #C09A5D;
    transition:all 0.2s ease-in-out;
}
.mh-aside--button.gold:hover,
.mh-aside--button.gold.active {
    background-color:#C09A5D;
    border-color:transparent;
    color:#333;
}
.mh-aside--button.black:not(.offer, .expect-menus):first-child {
    margin-top:30px;
}
.mh-aside--button.black {
    background-color:#333;
}
.mh-aside--button.black > a {
    color:#fff;
}
/** Page Content */
.mh-page--aside + .mh-page--content {
    margin-left:15px;
}
.mh-page--content {
    flex-grow:2;
}
.mh-page--content > .mh-tab.carte:not(.active),
.mh-page--content > .mh-tab.menus:not(.active) {
    display:none;
}
/** Blocks */
.mh-content--block {
    display:flex;
    position:relative;
    min-height:40px;
    margin-bottom:30px;
    border-radius:2px;
}
.mh-content--block:not(.disable-animation) {
    cursor:pointer;
}
.mh-content--block > div {
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
    padding:15px 30px;
}
.mh-content--block > .mh-block--left {
    background-color:#333;
    position:relative;
    z-index:0;
    width:50px;
}
.mh-content--block > .mh-block--center {
    background-color:#fff;
    position:relative;
    z-index:9;
    flex-grow:1;
}
.mh-content--block > .mh-block--right {
    background-color:#333;
    position:relative;
    z-index:0;
}
.mh-content--block > .mh-block--right.mh-prices {
    text-align:right;
    min-width:145px;
}
.mh-content--block > .mh-block--right.mh-prices div {
}
.mh-content--block > .mh-block--right.mh-partners {
    width:210px;
}
/** Helper col */
.mh-content--block > .mh-50p {
    flex-grow:1;
    width:calc(50% - 30px);
}
.mh-content--block > .mh-60p {
    flex-grow:1;
    width:calc(60% - 30px);
}
.mh-content--block > .mh-40p {
    flex-grow:1;
    width:calc(40% - 30px);
}
/** Animation */
.mh-content--block:not(.disable-animation) > .mh-block--left {
    transform-origin: right top;
    transform: rotateY(-180deg);
    transition:all 0.5s ease-in-out;
}
.mh-content--block:not(.disable-animation) > .mh-block--right {
    transform-origin: left top;
    transform: rotateY(180deg);
    transition:all 0.5s ease-in-out;
}
.mh-content--block:hover:not(.disable-animation) > .mh-block--left,
.mh-content--block:hover:not(.disable-animation) > .mh-block--right {
    transform: rotateY(0deg);
}
/** Logo col */
.mh-content--block > .mh-logo {
    width:50px;
    height:62px;
}
.mh-content--block > div > .mh-logo {
    position:absolute;
    left:15px; top:20px;
    width:25px;
}
/** Image col */
.mh-content--block.book > .mh-block--left,
.mh-content--block.book > .mh-block--right {
    background-color:#F4F0EE;
}
.mh-content--block > div > .mh-image {
}
.mh-content--block > div > .mh-image > img {
    width:100%;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
}
/** Center col */
.mh-content--block > .mh-block--center:before,
.mh-content--block > .mh-block--center:after {
    /*
    background-color:#F4F0EE;
    position:absolute;
    z-index:1;
    top:-50%; right:0;
    content:'';
    width:2px;
    height:200%;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    */
}
.mh-content--block > .mh-block--center:before {
    /*
    left:0;
    */
}

.mh-content--block > .mh-block--center > .mh-center--title,
.mh-content--block > .mh-block--right > .mh-right--title {
    padding-bottom:5px;
    border-bottom:1px solid #C09A5D;
    color:#C09A5D;
    font-family:loraregular, sans-serif;
    font-size:1.8rem;
}
.mh-content--block > .mh-block--right > .mh-right--title,
.mh-content--block > .mh-block--right > .mh-right--subtitle,
.mh-content--block > .mh-block--right > .mh-right--text {
}
.mh-content--block > .mh-block--center > .mh-center--subtitle,
.mh-content--block > .mh-block--right > .mh-right--subtitle {
    margin-top:5px;
    color:#C09A5D;
    font-family:loraitalic, sans-serif;
    font-size:1.6rem;
}
.mh-content--block > .mh-block--center > .mh-center--text,
.mh-content--block > .mh-block--right > .mh-right--text {
    margin-top:10px;
    color:#333;
    font-family:slaboregular, sans-serif;
    font-size:1.5rem;
}

.mh-content--block > .mh-block--right > .mh-right--text.no-justify > p {
    text-align:left;
}
.mh-content--block > div > .mh-info {
    margin-top:15px;
    color:grey;
    font-family:slaboregular, sans-serif;
    font-size:1.2rem;
}
.mh-content--block > div > .mh-success,
.mh-content--block > div > .mh-error {
    margin-top:15px;
    font-family:slaboregular, sans-serif;
    font-size:1.3rem;
}
.mh-content--block > div > .mh-success {
    font-size:1.4rem;
    color:#517519;
}
.mh-content--block > div > .mh-error {
    color:#e84b48;
}
.mh-content--block > div > div:first-child {
    margin-top:0 !important;
}

/** Buttons */
/** Footer */
.mh-footer {
    background-color:#C09A5D;
    position:relative; z-index:9;
    width:100%;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    border-radius:2px;
    color:#fff;
}
.mh-footer > .mh-content {
    display:flex; justify-content:space-between;
}
.mh-footer > .mh-content > .mh-footer--socials {
    padding-top:12px;
}
.mh-footer > .mh-content > div {
    height:52px;
}
.mh-footer > .mh-content > div > span {
    font-family:loraregular, sans-serif;
    font-size:2rem;
}
.mh-footer > .mh-content > div > a {
    display:inline-block;
    margin-left:20px;
    color:#fff;
    font-size:2rem;
}
.mh-footer > .mh-content > div > nav {
}
.mh-footer > .mh-content > div > nav > ul {
    display:flex;
}
.mh-footer > .mh-content > div > nav > ul > li {
    list-style: none;
}
.mh-footer > .mh-content > div > nav > ul > li > a {
    display:block;
    margin-left:15px;
    padding-top:12px;
    border-top:3px solid transparent;
    font-family: loraregular, sans-serif;
    font-size:1.5rem;
    color:#fff;
}
.mh-footer > .mh-content > div > nav > ul > li:first-child > a {
    margin-left:0;
}
.mh-footer > .mh-content > div > nav > ul > li > a:hover,
.mh-footer > .mh-content > div > nav > ul > li > a:focus,
.mh-footer > .mh-content > div > nav > ul > li > a.active {
    border-color:#fff;
}
/******/