/* -------------------------------- 

Pace

-------------------------------- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-done .pace-progress {
    opacity: 0;
}

.pace-done .loader {
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    pointer-events: none;
}

.pace-done.navigation-is-open .nav .loader {
    opacity: 1;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.pace-done.navigation-is-open .picto-logo {
    opacity: 1;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    pointer-events: none;
}

.pace-running .pace-progress {
    opacity: 1;
}

.pace-running .loader {
    opacity: 1;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.pace-progress {
    position: fixed;
    z-index: 9999999;
    top: 50%;
    right: 50%;
    height: 20px;
    width: 120px;
    margin-right: -60px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.pace-progress:after {
    display: block;
    content: attr(data-progress-text);
    font-weight: 400;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    letter-spacing: 4px;
}

.pace-done .pace-progress:after {
    right: 0
}

.pace-running .pace-progress:after {
    right: 40px;
}

.type-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: white;
    left: 0;
    top: 0;
    line-height: 105px;
    z-index: 9999;
    margin-top: 0;
    overflow: hidden;
    margin-left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.pace-done .type-loader {
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.2s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.2s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.2s;
    pointer-events: none;
}

.pace-running .type-loader {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.pace-done.page-is-changing .type-loader {
    opacity: 1;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
}

.type-loader span.titre {
    font-size: 70px;
    font-weight: 400;
    width: 100%;
    display: block;
    font-family: 'OptimaLTPro-Roman', Arial, sans-serif;
    margin-bottom: 5px;
    top: 45%;
    position: relative;
    margin: -65px auto 0;
}

.type-loader span.baseline {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    display: block;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    position: absolute;
    top: 45%;
    margin-top: -80px;
}


/* -------------------------------- 

Main Components 

-------------------------------- */

body::after {
    /* these are the 2 half blocks which cover the content once the animation is triggered */
    content: '';
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    /* Force Hardware Acceleration */
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

body.pace-done::after {
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
}

body.pace-done.page-is-changing::after {
    opacity: 1;
    background: #FFF;
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

#accueil {
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 1.2s
}

.page-is-changing #accueil {
    opacity: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

body,
body.pace-done.page-is-changing {
    overflow: hidden;
}

body.pace-done {
    overflow-y: auto;
    overflow-x: hidden;
}

main {
    text-align: left;
}

main .main-content {
    position: relative;
    height: 100vh;
}

main .main-content > div {}

main p {
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    /* letter-spacing: 0.5px; */
}

main p a {
    color: #3b507c;
    /*border-bottom:0px solid;*/
}

main .mentions-legales p a {
    color: #283756;
    text-decoration: underline;
}


/*main p a:hover {
  border-bottom:1px solid;
}*/

b,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
}

#content-accueil p {
    margin-left: 120px;
    margin-top: 30px;
}

.cover-layer {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0.4s, visibility 0s 1.2s;
    -moz-transition: opacity 0.4s 0.4s, visibility 0s 1.2s;
    transition: opacity 0.4s 0.4s, visibility 0s 1.2s;
}

.pace-running .cover-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.loading-bar {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0%;
    height: 0px;
    width: 100%;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transition: visibility 0s 3s, -webkit-transform 3s;
    -moz-transition: visibility 0s 3s, -moz-transform 3s;
    transition: visibility 0s 3s, transform 3s;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.loading-bar::before {
    /* this is the progress bar inside the loading bar */
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.page-is-changing .loading-bar {
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    -webkit-transition: visibility 0s 3s, -webkit-transform 3s;
    -moz-transition: visibility 0s 3s, -moz-transform 3s;
    transition: visibility 0s 3s, transform 3s;
}

.page-is-changing .loading-bar::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 2s 0s ease-in;
    -moz-transition: -moz-transform 2s 0s ease-in;
    transition: transform 2s 0s ease-in;
}


/* -------------------------------- 

Primary style

-------------------------------- */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    font-family: 'OptimaLTPro-Roman', Arial, sans-serif;
    color: #283756;
    background-color: white;
}

body,
html {
    height: 100%;
}

h1,
.h1-style {
    font-weight: normal;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
}

.wrapper {
    padding: 60px;
}

#slider-accueil .item {
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    -wekit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    transition: transform 1.6s cubic-bezier(0.7, 0, 0.3, 1) 2.6s, -webkit-transform 1.6s cubic-bezier(0.7, 0, 0.3, 1) 2.6s, -moz-transform 1.6s cubic-bezier(0.7, 0, 0.3, 1) 2.6s, opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1) 2.9s;
}

.pace-done #slider-accueil .item {
    transform: scale(1);
    opacity: 1;
}

#slider-accueil .item.item-blank {
    /* background: rgba(107, 138, 96, 0.1); */
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    height: auto;
    position: relative;
    min-height: calc(100vh - 60px);
}

#slider-accueil .item.item-blankwhite {
    background: #FFF;
}

#slider-accueil .item.item1 {
    background: url('../img/montesancho-accueil1.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: slideraccueil;
    animation-duration: 16s;
    animation-delay: 2.6s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: infinite;
}

#slider-accueil .item.item2 {
    background: url('../img/montesancho-accueil2.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: slideraccueil;
    animation-duration: 16s;
    animation-delay: 6.6s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: infinite;
}

#slider-accueil .item.item3 {
    background: url('../img/montesancho-accueil3.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: slideraccueil;
    animation-duration: 16s;
    animation-delay: 10.6s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: infinite;
}

#slider-accueil .item.item4 {
    background: url('../img/montesancho-accueil4.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: slideraccueil;
    animation-duration: 16s;
    animation-delay: 14.6s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: infinite;
}

@keyframes slideraccueil {
    0% {
        width: 0;
        z-index: 1
    }
    1% {
        width: 0;
        z-index: 2
    }
    9% {
        width: 100%;
        z-index: 2
    }
    34% {
        width: 100%;
        z-index: 1
    }
    42% {
        width: 0;
        z-index: 1
    }
    100% {
        width: 0;
        z-index: 1
    }
}

@keyframes sliderautre {
    0% {
        width: 0;
    }
    8% {
        width: 100%;
    }
    40% {
        width: 100%;
    }
    48% {
        width: 100%
    }
    100% {
        width: 100%
    }
}

#slider-accueil .item.item-blank {
    width: 100%;
    animation: none;
}

#slider-accueil .item.item5 {
    background: url('../img/houses/olivetree_house/01-olive-tree.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#slider-accueil .item.item6 {
    background: url('../img/MADE_SAINT_SAUVEUR6.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#slider-accueil .item.item7 {
    background: url('../img/MADE_SAINT_SAUVEUR7.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#slider-accueil .item.item8 {
    background: url('../img/MADE_SAINT_SAUVEUR8.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#slider-accueil .item.item9 {
    background: url('../img/houses/palmtree_house/01-palm-tree.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.img-chambre.chambre-deux,
#slider-accueil .item.item21 {
    background: url('../img/montesancho-chambre-baldaquin.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.img-chambre.chambre-cinq,
#slider-accueil .item.item28 {
    background: url('../img/montesancho-chambre-bleue.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.img-chambre.chambre-une,
#slider-accueil .item.item29 {
    background: url('../img/montesancho-maison.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.img-chambre.chambre-trois,
#slider-accueil .item.item30 {
    background: url('../img/montesancho-chambre-frise.jpg') no-repeat center center #283756;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.img-chambre.chambre-quatre,
#slider-accueil .item.item31 {
    background: url('../img/montesancho-chambre-oiseaux.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.img-chambre.chambre-quatre {
    background: url('../img/houses/palmtree_house/01-palm-tree.jpg') no-repeat center center;
 }
#slider-accueil .item.item32 {
    background: url('../img/montesancho-contact.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#slider-accueil .item.item33 {
    background: url('../img/montesancho-la-region.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#slider-accueil .item.item404 {
    background: url('../img/montesancho-404.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: sliderautre;
    animation-duration: 16s;
    animation-delay: 2.8s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.bg-tarif {
    position: fixed;
    top: 0;
    left: 120px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    pointer-events: none;
}

.baldaquin .bg-tarif {
    background: url('../img/montesancho-chambre-baldaquin.jpg') no-repeat center center;
    background-size: cover;
}

.bleue .bg-tarif {
    background: url('../img/montesancho-chambre-bleue.jpg') no-repeat center center;
    background-size: cover;
}

.coquille .bg-tarif {
    background: url('../img/montesancho-chambre-coquille.jpg') no-repeat center center;
    background-size: cover;
}

.frise .bg-tarif {
    background: url('../img/montesancho-chambre-frise.jpg') no-repeat center center;
    background-size: cover;
}

.oiseaux .bg-tarif {
    background: url('../img/montesancho-chambre-oiseaux.jpg') no-repeat center center;
    background-size: cover;
}

.baldaquin:hover .bg-tarif,
.bleue:hover .bg-tarif,
.coquille:hover .bg-tarif,
.frise:hover .bg-tarif,
.oiseaux:hover .bg-tarif {
    opacity: 0.3;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.index #accueil {
    position: relative;
    z-index: 0;
}

nav,
#bt-menu {
    position: fixed;
    top: 0;
    z-index: 3;
    left: 50%;
    width: 0%;
    height: 60px;
    background: #283756;
    text-align: right;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    overflow: hidden;
}

#bt-menu {
    cursor: pointer;
}

.ouvrir {
    height: 60px;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    position: absolute;
    right: 60px;
}

.fermer {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    width: auto;
    position: absolute;
    right: 60px;
}

.menu-ouvert .ouvrir {
    height: 0;
}

.menu-ouvert .fermer {
    height: 60px;
}

.pace-done.page-is-changing nav,
.pace-done.page-is-changing #bt-menu {
    width: 0%;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.pace-done nav,
.pace-done #bt-menu {
    width: 50%;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
}

nav ul {
    margin: 0;
    padding: 0 48px 0 0;
    position: absolute;
    left: 0;
    width: 50vw;
}

#choix-langue ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
}

#choix-langue ul li {
    display: inline-block;
    margin: 0px;
}

#langues-mobile ul li {
    display: inline-block;
    margin: 0px 10px 20px 0px;
    font-size: 16px;
}

nav ul li a,
#bt-menu {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 60px;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

nav ul li:hover a {
    opacity: 0.5;
}

.sous-nav-chambres li:hover a {
    color: #3b507c
}

.sous-nav-chambres,
.pace-done.page-is-changing .sous-nav-chambres {
    top: 0;
    background: #FFF;
    height: 60px;
    width: 50%;
    left: 50%;
    position: fixed;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.8s, top cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.8s, top cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.8s, top cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.pace-done .sous-nav-chambres {
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s, top cubic-bezier(0.7, 0, 0.3, 1) 1.2s 0.2s;
    -moz-transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s, top cubic-bezier(0.7, 0, 0.3, 1) 1.2s 0.2s;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s, top cubic-bezier(0.7, 0, 0.3, 1) 1.2s 0.2s;
}

.sous-nav-chambres.hover,
.sous-nav-chambres.hover {
    top: 60px;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.sous-nav-chambres li {
    display: inline-block;
}

.sous-nav-chambres li a {
    color: #283756;
}

.sous-nav-chambres li h4 {
    font-size: 8px;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    letter-spacing: 4px;
    margin: 7px 10px 0;
}

.sous-nav-chambres li h5 {
    font-size: 14px;
}

#bt-menu {
    position: fixed;
    right: 0;
}

.list-menu {
    display: block;
    position: fixed;
    top: 60px;
    left: 60%;
    width: 40%;
    height: 0;
    padding: 0 60px;
    z-index: 10;
    background: #283756;
    overflow: hidden;
    font-size: 20px;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFF;
}

.list-menu.menu-ouvert {
    height: 100%;
    padding: 100px 60px;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.page-is-changing .list-menu.menu-ouvert {
    height: 0;
    padding: 0px 60px;
}

#choix-langue ul li a {
    color: #283756;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 60px;
}

#choix-langue {
    position: fixed;
    top: 32px;
/*     left: 37px; */
    left: 20px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

#choix-langue li a.selected {
    color: #769ef1;
}

#choix-langue .underline:after {
    height: 8px;
    bottom: -2px;
}

.pace-done.page-is-changing #choix-langue {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.pace-done #choix-langue {
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
}

.index #content-accueil {
    left: 0px;
}

#content-accueil {
    position: absolute;
    left: 0px;
    width: 0%;
    top: 0;
    height: calc(100% - 120px);
    z-index: 1;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    display: block;
}

.pace-done.page-is-changing #content-accueil {
    width: 0%;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: calc(100vh - 120px);
}

#content-accueil .wrapper {
    width: 100%;
    left: 0;
    top: 0px !important;
    padding-right: 60px;
    padding-bottom: 0;
    padding-left: 60px;
    padding-top: 40px;
    /* opacity: 0; */
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    display: table-cell;
    vertical-align: middle;
}

.pace-done #content-accueil .box-ex {
    left: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.6s 1.8s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.6s 1.8s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.6s 1.8s;
}

#content-accueil .box-ex,
.pace-done.page-is-changing #content-accueil .box-ex {
    position: absolute;
    width: 50vw;
    height: calc(100% - 0px);
    left: 0px;
    display: table;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 0s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 0s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 0s;
}

.la-maison #content-accueil,
.les-chambres #content-accueil,
.chambre-coquille #content-accueil,
.chambre-oiseaux #content-accueil,
.chambre-baldaquin #content-accueil,
.chambre-frise #content-accueil,
.chambre-bleue #content-accueil,
.contact #content-accueil,
.region #content-accueil,
.mentions-legales #content-accueil {
    height: calc(100% - 240px);
}

.la-maison .table-cell,
.les-chambres .table-cell,
.chambre-coquille .table-cell,
.chambre-oiseaux .table-cell,
.chambre-baldaquin .table-cell,
.chambre-frise .table-cell,
.chambre-bleue .table-cell,
.contact .table-cell,
.region .table-cell,
.mentions-legales .table-cell {
    height: calc(100vh - 240px);
}

.pace-done #content-accueil .wrapper {
    /* opacity:1; */
    -webkit-transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s 1.2s;
    -moz-transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s 1.2s;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 1.2s 1.2s;
}

#content-accueil h1 {
    margin-bottom: 40px;
    margin-left: 120px;
}

.pace-done #content-accueil {
    width: 50%;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
}

.desktop {
    display: block
}

.mobile {
    display: none;
}

#next {
    position: fixed;
    bottom: 0;
    left: 53px;
    font-size: 14px;
    z-index: 9;
    text-transform: uppercase;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    width: 15px;
    height: 0;
    overflow: hidden;
}

.pace-done.page-is-changing #next {
    height: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.pace-done #next {
    height: 290px;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
}

#next a {
    color: inherit;
    text-decoration: none;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 70px;
    width: 235px;
    transform-origin: left center;
    left: 8px;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    font-size: 14px;
}

#next a:hover {
    bottom: 80px;
}

#next:before {
    content: '';
    height: 2px;
    background: #283756;
    width: 80px;
    position: absolute;
    left: -32px;
    top: 265px;
    transform: rotate(-90deg);
}

#scroll-down {
    position: fixed;
    bottom: 140px;
    right: 53px;
    font-size: 14px;
    z-index: 1;
    text-transform: uppercase;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    width: 15px;
    height: 0;
    overflow: hidden;
    cursor: pointer;
}

.pace-done.page-is-changing #scroll-down {
    height: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.pace-done #scroll-down {
    height: 290px;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 3.8s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 3.8s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 3.8s;
}

#scroll-down a {
    color: #FFF;
    text-decoration: none;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 70px;
    width: 235px;
    transform-origin: left center;
    left: 8px;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    font-size: 14px;
}

#scroll-down a:hover {
    bottom: 80px;
}

#scroll-down:before {
    content: '';
    height: 2px;
    background: #FFF;
    width: 80px;
    position: absolute;
    left: -32px;
    top: 265px;
    transform: rotate(-90deg);
}

#lasuite {
    position: absolute;
    top: 76vh;
}

#logo {
    position: fixed;
    width: calc(50% - 60px);
    text-align: center;
    top: 18px;
    z-index: 2;
    left: 60px;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.pace-done.page-is-changing #logo {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.pace-done #logo {
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 1.2s;
}

#logo h2 {
    font-size: 32px;
    position: relative;
}

#logo h4 {
    font-size: 10px;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    letter-spacing: 6px;
    margin: 0px 0 10px;
}

#logo h5 {
    font-size: 10px;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    letter-spacing: 6px;
    margin: 8px 0 0;
}

.underline {
    position: relative;
}

.underline:after {
    content: "";
    background: #283756;
    height: 20px;
    width: 0%;
    position: absolute;
    bottom: 2px;
    left: 0;
    opacity: 0.3;
    z-index: 0;
}

.pace-done .underline:after {
    width: 100%;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.4s;
}

.index .adresse {
    position: relative;
    margin-top: 60px;
    left: 120px;
    z-index: 1;
    width: calc(100% - 120px);
    bottom: auto;
}

.adresse {
    position: relative;
    bottom: -40px;
    margin-left: 0px;
    z-index: 1;
    width: 50%;
}

#contenu-scroll .adresse,
#contenu-scroll .copyright,
.index .copyright,
.pace-done.page-is-changing .index .copyright,
.pace-done.page-is-changing #contenu-scroll .adresse,
.pace-done.page-is-changing #contenu-scroll .copyright,
.item .adresse,
.item .copyright,
.pace-done.page-is-changing .item .adresse,
.pace-done.page-is-changing .item .copyright {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s 0s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s 0s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s 0s;
}

.pace-done .copyright,
.pace-done #contenu-scroll .adresse,
.pace-done #contenu-scroll .copyright,
.pace-done .item .adresse,
.pace-done .item .copyright {
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 3s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 3s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 3s;
}

.livre-dor .adresse,
.tarifs .adresse {
    bottom: 43px;
    left: 60px;
}

.contact .adresse {
    bottom: -60px;
    margin-left: 60px !important;
}

.adresse h4 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
}

.adresse h4 a {
    color: #3b507c;
    text-decoration: none;
    /*border-bottom: 0px solid;*/
}

.copyright {
    position: fixed;
    bottom: 22px;
    right: 60px;
    color: #FFF;
    font-size: 10px;
    text-transform: none;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.la-maison .copyright,
.les-chambres .copyright,
.mentions-legales .copyright,
.chambre-baldaquin .copyright,
.chambre-coquille .copyright,
.chambre-frise .copyright,
.chambre-oiseaux .copyright,
.chambre-bleue .copyright,
.contact .copyright,
.tarifs .copyright,
.livre-dor .copyright,
.region .copyright {
    position: absolute;
    bottom: 60px;
    right: 60px;
    color: #283756;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    letter-spacing: 0.5px;
}

.tarifs .copyright,
.contact .copyright {
    color: #283756;
}

.tarifs .copyright a,
.contact .copyright a,
.livre-dor .copyright a {
    color: #3b507c;
    border-bottom: 0px solid;
}


/*.tarifs .copyright a:hover,
.contact .copyright a:hover {
  border-bottom:1px solid; 
}*/

.copyright a {
    color: #FFF;
    text-decoration: none;
}

.la-maison .copyright a,
.les-chambres .copyright a,
.chambre-baldaquin .copyright a,
.chambre-coquille .copyright a,
.chambre-frise .copyright a,
.chambre-oiseaux .copyright a,
.chambre-bleue .copyright a,
.mentions-legales .copyright a,
.region .copyright a {
    color: #3b507c;
    border-bottom: 0px solid;
}

.la-maison .copyright a:hover,
.les-chambres .copyright a:hover,
.chambre-baldaquin .copyright a:hover,
.chambre-coquille .copyright a:hover,
.chambre-frise .copyright a:hover,
.chambre-oiseaux .copyright a:hover,
.chambre-bleue .copyright a:hover,
.mentions-legales .copyright a:hover {
    color: #3b507c;
    border-bottom: 1px solid;
}

#contenu-scroll,
.pace-done.page-is-changing #contenu-scroll {
    position: relative;
    background: #FFF;
    margin-top: 60px;
    z-index: 1;
    right: 0px;
    left: 160px;
    width: 0;
    top: calc(100vh - 200px);
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    padding-bottom: 100px;
}

.pace-done #contenu-scroll {
    position: relative;
    background: #FFF;
    margin-top: 95px;
    padding-top: 60px;
    z-index: 1;
    left: 160px;
    width: calc(100% - 160px);
    padding-right: 60px;
    padding-left: 60px;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.2s;
}
.pace-done #contenu-scroll.destinatt {
    margin-top: 55px;
    top: 92vh;
}
#contenu-scroll .slider-content,
.pace-done.page-is-changing #contenu-scroll .slider-content,
#contenu-scroll .intro-texte,
.pace-done.page-is-changing #contenu-scroll .intro-texte,
#contenu-scroll .list-chambre,
.pace-done.page-is-changing #contenu-scroll .list-chambre {
    opacity: 0;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.6s;
}

.pace-done #contenu-scroll .slider-content,
.pace-done #contenu-scroll .intro-texte,
.pace-done #contenu-scroll .list-chambre {
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 3s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 3s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 3s;
}

.mentions-legales #contenu-scroll {
    padding-top: 30px;
    background: #FFF;
}

.mentions-legales #contenu-scroll .intro-texte,
{
    margin: 0 0 240px auto;
}


/* 
.chambre-baldaquin #contenu-scroll, 
.pace-done .chambre-baldaquin #contenu-scroll  {top:80vh !important}

.chambre-bleue #contenu-scroll, 
.pace-done .chambre-bleue #contenu-scroll  {top:80vh !important}

.chambre-frise #contenu-scroll, 
.pace-done .chambre-frise #contenu-scroll  {top:80vh !important}

.chambre-oiseaux #contenu-scroll, 
.pace-done .chambre-oiseaux #contenu-scroll  {top:80vh !important}

.chambre-coquille #contenu-scroll, 
.pace-done .chambre-coquille #contenu-scroll  {top:80vh !important }

.contact #contenu-scroll, .pace-done .contact #contenu-scroll  {
  top:80vh !important}
*/

.chambre-baldaquin .chambre,
.chambre-bleue .chambre,
.chambre-frise .chambre,
.chambre-oiseaux .chambre,
.chambre-coquille .chambre {
    width: calc(50% - 60px);
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 20px;
}

.intro-texte {
    max-width: 560px;
    margin: 0 auto 240px;
    position: relative;
    top: 80px;
}

.mentions-legales .intro-texte {
    top: 20px
}

.img-seule {
    width: 60%;
    margin: auto;
}

.img-seule img {
    max-width: 100%;
}

.chambre-coquille .intro-texte,
.chambre-frise .intro-texte,
.chambre-bleue .intro-texte,
.chambre-baldaquin .intro-texte,
.chambre-oiseaux .intro-texte {
    max-width: 560px;
    margin: 0 auto 160px;
    position: relative;
    top: 120px;
}

.contact .intro-texte {
    /* margin: 0 0 240px; */
    /* position: relative; */
    top: 60px;
    /* width: 40%; */
    /* min-height: 480px; */
}

.intro-texte p {
    text-align: left;
    font-size: 15px;
}

.img-p {
    position: absolute;
    width: 50%;
    left: 180px;
    top: 120px;
}

.list-chambre {
    padding: 0px 0;
    text-align: center;
}

.les-chambres .list-chambre {
    margin-top: 60px;
}

.chambre-baldaquin .slick-slider {
    margin-top: 80px;
}

.chambre-bleue .slick-slider {
    margin-top: 80px;
}

.chambre-frise .slick-slider {
    margin-top: 80px;
}

.chambre-oiseaux .slick-slider {
    margin-top: 80px;
}

.chambre-coquille .slick-slider {
    margin-top: 80px;
}

.list-chambre .h1-style {
    padding: 120px 0 120px;
}

.chambre {
    width: calc(33% - 40px);
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0px 20px;
}


/*.les-chambres .chambre {
    width: auto;
    display: block;
    text-align: center;
    vertical-align: top;
    margin: 0px 0;
}*/

.chambre h2 {
    padding: 8px 0 60px;
    font-size: 30px;
}

.mentions-legales #contenu-scroll h2 {
    padding: 60px 0 30px;
    font-size: 28px;
}

.chambre h4 {
    font-size: 10px;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    letter-spacing: 6px;
    margin: 20px 0 0 6px;
    text-transform: uppercase;
}

.img-chambre {
    width: 100%;
    height: 300px;
    background: #ECECEC;
    transform: scale3d(1, 1, 1);
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
}

.img-chambre:hover {
    transform: scale3d(1.03, 1.03, 1.03);
}

.les-chambres .img-chambre {
    width: 100%;
    height: 420px;
    background-position: center;
}

.la-maison .img-chambre,
.les-chambres .img-chambre {
    background-attachment: scroll;
    background-size: cover;
}

.chambre-bleue .img-chambre,
.chambre-oiseaux .img-chambre,
.chambre-frise .img-chambre,
.chambre-coquille .img-chambre,
.chambre-baldaquin .img-chambre {
    background-attachment: scroll;
    background-size: cover;
}

.selected {
    color: #769ef1;
}

.tarifs #slider-accueil {
    position: relative;
}

.livre-dor #slider-accueil {
    position: relative;
}

.tableau-tarif,
.pace-done.page-is-changing .tableau-tarif,
.quotes,
.pace-done.page-is-changing .quotes {
    position: relative;
    left: 50%;
    padding-right: 60px;
    height: auto;
    width: 50%;
    top: 85px;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    padding-bottom: 200px;
}

.TA_selfserveprop {
    margin-left: 60px;
    margin-top: 30px;
}

#CDSWIDSSP {
    width: 100% !important;
}

#CDSWIDSSP .widSSPData {
    padding: 0 !important;
    background-color: transparent !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding dt {
    width: 100% !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding,
.widSSPOptional + .widSSPOptional {
    border: 0px solid !important;
}

.tableau-tarif {
    text-align: center;
}

.pace-done .tableau-tarif,
.pace-done .quotes {
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.8s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.8s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s 2.8s;
}

.quote {
    padding: 60px 0;
    text-align: left;
}

.quote h4 {
    font-size: 10px;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    letter-spacing: 3px;
    margin: 0px 0 10px;
    text-transform: uppercase;
}

.tableau-tarif p {
    text-align: center;
    margin: 0;
    font-size: 14px;
}

.tableau-tarif table {
    width: 100%;
}

.tableau-tarif table tr td {
    vertical-align: middle;
}

.tableau-tarif tr {}

.tableau-tarif h3 {
    margin-top: 40px;
    font-size: 20px;
}

sup {
    font-size: 70%;
    vertical-align: top;
}

.tableau-tarif h2 {
    padding: 30px 0 0;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
}

.tableau-tarif h2 span {
    font-size: 10px;
    display: block;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 10px;
}

.tableau-tarif .texte {
    position: relative;
    z-index: 1;
}

.pers-plus {
    text-align: left !important;
    font-style: italic;
    font-size: 14px;
}

.tableau-tarif p.infos-supp {
    font-size: 14px;
    text-align: left;
    margin-top: 40px;
}

#map-canvas {
    width: 100%;
    height: 600px;
    margin-top: 60px !important;
    /* position: absolute !important; */
    /* right: 60px; */
    left: 0px;
}


/* General link styles */

.link {
    outline: none;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.effet-lien {
    overflow: hidden;
    padding: 10px;
    line-height: 1;
    color: #3b507c;
    margin: 0 -10px;
    cursor: pointer;
}

nav .effet-lien {
    color: #FFF;
    margin: 14px 0;
    padding: 10px 5px;
}

.list-menu .effet-lien {
    color: #FFF;
}

.sous-nav-chambres .effet-lien {
    margin: 0 10px;
    padding: 10px 5px;
    width: auto;
}

.effet-lien:hover {
    color: #3b507c;
}

nav .effet-lien:hover {
    color: #FFF;
}

.effet-lien::after {
    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 47%;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background: #283756;
    -webkit-transform: translate3d(-101%, 0, 0);
    -moz-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

nav .effet-lien::after,
.list-menu .effet-lien::after {
    background: #3b507c;
}

.sous-nav-chambres .effet-lien::after {
    height: 30%;
    top: 60%;
}

.effet-lien:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.selected.effet-lien::after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.effet-lien span {
    display: block;
    position: relative;
    padding-bottom: 3px;
}

.effet-lien span::before {
    content: '';
    position: absolute;
    background: #3b507c;
    left: 0px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 1px;
    -webkit-transition: left 0.6s;
    -moz-transition: left 0.6s;
    transition: left 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

nav .effet-lien::before {
    height: 0;
}

#suussa video
{    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: -1;
    top: -0;
    background: white;
    left: -0;
}

.effet-lien:hover span::before {
    left: 110%;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#masque-slider {
    position: absolute;
    left: 120px;
    -ms-touch-action: pan-y;
    top: 0;
    width: 0;
    height: calc(100% - 60px);
    background: #f3f2ee;
    overflow: hidden;
}

.index #masque-slider,
.livre-dor #masque-slider {
    position: fixed;
    left: 120px;
    -ms-touch-action: pan-y;
    top: 60px;
    width: 0;
    background: #f3f2ee;
    overflow: hidden;
}

.carousel-accueil {
    position: absolute;
    left: 0;
    -ms-touch-action: pan-y;
    top: 0;
    width: calc(100vw - 120px);
    bottom: 0;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
}


/*.pace-done.page-is-changing #masque-slider {
    width: 0;
    transition: all cubic-bezier(0.7,0,0.3,1) 1s;
}*/

.tarifs #masque-slider {
    top: 60px;
    height: auto;
    min-height: calc(100vh - 60px);
}

.livre-dor #masque-slider {
    top: 60px;
    height: auto;
    min-height: calc(100vh - 60px);
    position: relative;
}

.pace-done #masque-slider,
.pace-done .resa-form #masque-slider {
    width: calc(100% - 120px);
    -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 2s;
    -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 2s;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 2s;
}


.resa-form input, .resa-form textarea {
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #283756;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 40px;
    color: #283756;
    font-size: 16px;
    font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
}

.resa-form input:focus, .resa-form textarea:focus {
    outline: none;
    border-color: #3b507c;
    color: #3b507c;
}
div#contact {
    padding-left: 120px;
    padding-top: 80px;
}
.resa-form #content-accueil .wrapper, .pace-done .resa-form #content-accueil .box-ex, .pace-done .resa-form #content-accueil {
    position: relative;
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
}

.resa-form #accueil {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}
.pace-done .resa-form #content-accueil {
    margin-bottom:120px;
}

input[type="submit"] {
    background:#283756;
    color:#FFF;
    padding:20px;
}

div#message {
  margin-top:-40px;
    margin-bottom: 40px;
    text-align:center:

}

div#message .error_message {
    top: 110px;
    right: 0;
    border: 1px solid darkred;
    color: darkred;
    padding: 20px;
        font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
}

@media screen and (max-width:1440px) {
    h1,
    .h1-style {
        font-weight: normal;
        font-size: 36px;
        line-height: 38px;
        text-transform: uppercase;
    }
}

@media screen and (min-width:1290px) and (max-height:750px) {
    .index #content-accueil {
        left: 0px;
    }
    nav ul {
        padding: 0 30px 0 0;
    }
    h1,
    .h1-style {
        font-weight: normal;
        font-size: 32px;
        line-height: 34px;
        text-transform: uppercase;
    }
    .underline:after {
        height: 15px;
    }
    .index .adresse {
        position: relative;
        margin-left: 0px;
        z-index: 1;
        margin-top: 60px;
        margin-bottom: -60px;
    }
    main p {
        margin: 20px auto 0;
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
        font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
        letter-spacing: 0.4px;
    }
    p.tohide {
        display: none;
    }
    .copyright {
        right: 30px;
    }
}

@media screen and (max-width:1340px) {
    nav ul li {
        display: inline-block;
        margin: 0 6px;
        vertical-align: middle;
    }
}

@media screen and (max-width:1290px) {
    .index #content-accueil {
        left: 0px;
    }
    nav ul {
        padding: 0 30px 0 0;
    }
    h1,
    .h1-style {
        font-weight: normal;
        font-size: 32px;
        line-height: 34px;
        text-transform: uppercase;
    }
    .underline:after {
        height: 15px;
    }
    .index .adresse {
        position: relative;
        margin-left: 0px;
        z-index: 1;
        margin-top: 60px;
        margin-bottom: -60px;
    }
    main p {
        margin: 20px auto 0;
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
        font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
        letter-spacing: 0.4px;
    }
    p.tohide {
        display: none;
    }
    .copyright {
        right: 30px;
    }
    nav ul li {
        display: inline-block;
        margin: 0 4px;
        vertical-align: middle;
    }
}

@media screen and (max-height: 680px) {
    #content-accueil,
    .table-cell {
        height: calc(100vh - 60px);
    }
    .la-maison #content-accueil,
    .les-chambres #content-accueil,
    .chambre-coquille #content-accueil,
    .chambre-oiseaux #content-accueil,
    .chambre-baldaquin #content-accueil,
    .chambre-frise #content-accueil,
    .chambre-bleue #content-accueil,
    .contact #content-accueil,
    .region #content-accueil,
    .livre-dor #content-accueil {
        height: calc(100% - 180px);
    }
    .la-maison .table-cell,
    .les-chambres .table-cell,
    .chambre-coquille .table-cell,
    .chambre-oiseaux .table-cell,
    .chambre-baldaquin .table-cell,
    .chambre-frise .table-cell,
    .chambre-bleue .table-cell,
    .contact .table-cell,
    .region .table-cell,
    .livre-dor .table-cell {
        height: calc(100vh - 180px);
    }
    #contenu-scroll,
    .pace-done.page-is-changing #contenu-scroll {
        top: calc(100vh - 140px);
    }
    #cookiesdirective {
        bottom: 0px !important;
        right: 0px !important;
        width: 100% !important;
    }
}

@media screen and (max-width:1220px) {
    nav ul {
        padding: 0 30px 0 0;
    }
    .copyright {
        right: 30px;
    }
    #content-accueil,
    .table-cell {
        height: calc(60vh - 60px);
    }
    .la-maison #content-accueil,
    .les-chambres #content-accueil,
    .chambre-coquille #content-accueil,
    .chambre-oiseaux #content-accueil,
    .chambre-baldaquin #content-accueil,
    .chambre-frise #content-accueil,
    .chambre-bleue #content-accueil,
    .contact #content-accueil,
    .region #content-accueil {
        height: calc(100% - 180px);
    }
    .la-maison .table-cell,
    .les-chambres .table-cell,
    .chambre-coquille .table-cell,
    .chambre-oiseaux .table-cell,
    .chambre-baldaquin .table-cell,
    .chambre-frise .table-cell,
    .chambre-bleue .table-cell,
    .contact .table-cell,
    .region .table-cell,
    .livre-dor .table-cell {
        height: calc(100vh - 180px);
    }
    .livre-dor #content-accueil,
    .livre-dor .table-cell,
    .tarifs #content-accueil,
    .tarifs .table-cell {
        height: 740px;
    }
    #contenu-scroll,
    .pace-done.page-is-changing #contenu-scroll {
        top: calc(100vh - 140px);
    }
    .desktop {
        display: none
    }
    .mobile {
        display: block;
    }
    #bt-menu {
        left: 60%;
    }
    .pace-done #bt-menu {
        width: 40%;
        padding-right: 60px;
    }
    .pace-done.page-is-changing #bt-menu {
        padding-right: 0;
    }
    .adresse h4 {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .pace-done #content-accueil {
        width: 50%;
    }
    #content-accueil .wrapper {
        width: 50vw;
    }
    #logo {
        width: 60%;
    }
    .index .adresse h4 {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.4;
    }
    .sous-nav-chambres {
        display: none;
    }
    .pace-done #content-accueil .wrapper {
        /* top: 120px !important; */
    }
    #content-accueil .box-ex {
        width: 50vw;
    }
    #scroll-down {
        position: fixed;
        bottom: 80px;
    }
    .tableau-tarif,
    .pace-done.page-is-changing .tableau-tarif,
    .quotes,
    .pace-done.page-is-changing .quotes {
        position: relative;
        left: 60px;
        padding-right: 60px;
        height: auto;
        width: calc(100% - 60px);
        margin-top: calc(100vh - 200px);
        font-size: 18px;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        padding-bottom: 200px;
        top: 0;
    }
}

@media screen and (max-width:1040px) {
    .index .adresse h4 {
        vertical-align: top;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 0px;
    }
    .mentions-legales #contenu-scroll .intro-texte {
        margin: 0 0 160px auto;
    }
    .mentions-legales #contenu-scroll {
        top: 200px;
        padding-top: 30px;
    }
    #slider-accueil .item,
    .img-chambre {
        background-attachment: initial !important;
    }
    .chambre {
        width: calc(100%);
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin: 0;
    }
    .pace-done .fixedchild {
        -webkit-transition: top cubic-bezier(0.7, 0, 0.3, 1) 0.4s !important;
        -moz-transition: top cubic-bezier(0.7, 0, 0.3, 1) 0.4s !important;
        transition: top cubic-bezier(0.7, 0, 0.3, 1) 0.4s !important;
    }
    .la-maison .copyright,
    .les-chambres .copyright,
    .mentions-legales .copyright,
    .chambre-baldaquin .copyright,
    .chambre-coquille .copyright,
    .chambre-frise .copyright,
    .chambre-oiseaux .copyright,
    .chambre-bleue .copyright,
    .contact .copyright {
        position: relative;
        bottom: -60px;
        color: #283756;
        font-size: 10px;
        text-transform: uppercase;
        left: 0;
        text-align: left;
        padding-bottom: 20px;
    }
    .tarifs .copyright,
    .livre-dor .copyright {
        position: relative;
        bottom: 0;
        color: #283756;
        font-size: 10px;
        text-transform: uppercase;
        left: 60px;
        text-align: left;
        padding-bottom: 20px;
    }
    .la-maison .adresse,
    .les-chambres .adresse,
    .mentions-legales .adresse,
    .chambre-baldaquin .adresse,
    .chambre-coquille .adresse,
    .chambre-frise .adresse,
    .chambre-oiseaux .adresse,
    .chambre-bleue .adresse,
    .contact .adresse,
    .tarifs .adresse,
    .livre-dor .adresse {
        width: 100%;
    }
    .index #content-accueil {
        left: 1px;
        height: auto;
    }
}

@media screen and (max-width:770px) {
    h1,
    .h1-style {
        font-weight: normal;
        font-size: 26px;
        line-height: 24px;
        text-transform: uppercase;
    }
    #bt-menu {
        left: 65%;
    }
    .pace-done #bt-menu {
        width: 35%;
    }
    .pace-done #content-accueil {
        width: 65%;
    }
    #content-accueil .wrapper {
        width: 65vw;
    }
    .index .adresse {
        width: calc(100% - 30px)
    }
    .index .adresse h4 {
        display: block;
        margin-bottom: 30px
    }
    .list-menu,
    .page-is-changing .list-menu.menu-ouvert {
        left: 65%;
    }
}

@media screen and (max-width:1040px) {
    .tarifs #masque-slider,
    .livre-dor #masque-slider {
        top: 60px;
        position: relative;
        height: auto;
        padding-top: 720px;
    }
    .tarifs .carousel-accueil {
        height: auto;
        position: relative;
        left: 0;
        -ms-touch-action: pan-y;
        top: 0;
        width: calc(100vw);
        bottom: 0;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
    }
    .livre-dor .carousel-accueil {
        height: auto;
        position: relative;
        left: 0;
        -ms-touch-action: pan-y;
        top: 0;
        width: calc(100vw);
        bottom: 0;
        /*background: #CCC;*/
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
    }
    .tableau-tarif,
    .pace-done.page-is-changing .tableau-tarif,
    .quotes,
    .pace-done.page-is-changing .quotes {
        position: relative;
        left: 60px;
        right: 30px;
        height: auto;
        top: 60px;
        text-align: center;
        font-size: 18px;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        padding-bottom: 120px;
        width: calc(100% - 180px);
        margin-top: 0;
    }
}

@media screen and (max-width:767px) {
    .carousel-accueil {
        /* height: 300px; */
        /* display: none; */
        /* position: absolute; */
        /* left: 0; */
        -ms-touch-action: pan-y;
        /* top: 0; */
        width: calc(100vw);
        /* bottom: 0; */
        /* background: #CCC; */
        /* transition: all cubic-bezier(0.7,0,0.3,1) 1s; */
    }
    .tarifs #masque-slider {
        /* top: 0px; */
        /* position: relative; */
        /* height: auto; */
        /* padding: 0; */
    }
    .livre-dor #masque-slider {
        /* top: 0px; */
        /* position: relative; */
        /* height: auto; */
        /* padding: 0; */
    }
    .tarifs .carousel-accueil {
        height: auto;
        position: relative;
        left: 0;
        -ms-touch-action: pan-y;
        top: 0;
        width: calc(100vw);
        bottom: 0;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
    }
    .livre-dor .carousel-accueil {
        height: auto;
        position: relative;
        left: 0;
        -ms-touch-action: pan-y;
        top: 0;
        width: calc(100vw);
        bottom: 0;
        /* background: #CCC;*/
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
    }
    .tableau-tarif,
    .pace-done.page-is-changing .tableau-tarif,
    .quotes,
    .pace-done.page-is-changing .quotes {
        position: relative;
        left: 60px;
        right: 30px;
        height: auto;
        top: 60px;
        text-align: center;
        font-size: 18px;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        padding-bottom: 0px;
        width: calc(100% - 160px);
    }
    .slick-dots {
        display: none !important;
    }
    .page-is-changing .list-menu.menu-ouvert {
        height: 0;
        padding: 0px 60px;
        left: 0;
    }
    .intro-texte p {
        font-size: 14px;
    }
    .underline:after {
        bottom: 0px;
        height: 10px;
    }
    .mentions-legales #content-accueil,
    .livre-dor #content-accueil {
        margin-top: 60px;
    }
    .livre-dor #masque-slider {
        left: 0;
    }
    .pace-done .livre-dor #masque-slider {
        width: 100%;
    }
    .quotes {
        left: 120px;
        /* width: calc(100% - 60px); */
        /* padding-bottom: 30px; */
        /* top: 0; */
    }
    .TA_selfserveprop {
        margin-left: 0;
    }
}

@media screen and (max-width:680px) {
    .tarifs #masque-slider,
    .livre-dor #masque-slider {
        padding-top: 0;
    }
    #scroll-down {
        display: none;
    }
    .list-menu.menu-ouvert {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .quotes,
    .pace-done.page-is-changing .quotes {
        margin-top: 0;
        width: calc(100% - 60px);
    }
    .tableau-tarif,
    .pace-done.page-is-changing .tableau-tarif {
        margin-top: 0;
        width: calc(100% - 0px);
    }
    .index .copyright {
        color: #283756;
        z-index: 1;
        left: 60px;
        bottom: 0;
        position: relative;
        width: calc(100vw - 80px);
        font-size: 13px;
        margin-bottom: 50px;
        line-height: 14px;
    }
    .index .copyright a {
        color: #3b507c;
    }
    .pace-done #content-accueil .wrapper {
        /* top: 300px !important; */
    }
    .wrapper {
        padding: 30px;
    }
    #content-accueil .wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
    .pace-done #bt-menu {
        width: 100px;
        padding-right: 20px;
        left: calc(100% - 100px);
    }
    .ouvrir,
    .fermer {
        right: 20px;
    }
    .pace-done.page-is-changing #bt-menu {
        padding: 0;
    }
    h1,
    .h1-style {
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .pace-done #content-accueil,
    #content-accueil .wrapper,
    .pace-done #content-accueil,
    #content-accueil .wrapper {
        width: 100vw;
        left: 0;
        padding-bottom: 30px;
        box-sizing: content-box;
        height: auto;
    }
    #logo h2 {
        font-size: 18px;
        margin-top: 10px;
        position: relative;
    }
    #logo h4 {
        font-size: 8px;
        font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
        letter-spacing: 6px;
        margin: 0px 0 6px;
    }
    #logo h5 {
        font-size: 8px;
        font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
        letter-spacing: 6px;
        margin: 3px 0px 0 6px;
    }
    #logo {
        top: 0px;
        left: 0px;
        background: #FFF;
        width: calc(100% - 100px);
        height: 60px;
        padding-top: 14px;
    }
    .type-loader span.titre {
        font-size: 30px;
    }
    .type-loader span.baseline {
        font-size: 10px;
        margin-top: -50px;
    }
    #next {
        left: 23px;
    }
    #next a {
        bottom: 50px;
        font-size: 14px;
    }
    #next:before {
        content: '';
        height: 2px;
        background: #283756;
        width: 60px;
        position: absolute;
        left: -22px;
        top: 270px;
        transform: rotate(-90deg);
    }
    #content-accueil p {
        margin-left: 0px;
        margin-top: 30px;
    }
    #choix-langue {
        display: none;
    }
    #content-accueil {
        position: relative;
        /* height: auto; */
        margin-top: 360px;
    }
    .tarifs #content-accueil {
        margin-top: 0;
        padding-bottom: 60px;
        height: auto;
    }
    #content-accueil .wrapper {
        left: 0;
        min-width: calc(100vw - 90px);
        /* top: 340px !important; */
        position: relative;
        padding-right: 30px;
        /* background: rgba(255,255,255,0.9); */
        padding-bottom: 0px;
        padding-top: 30px;
        padding-left: 60px;
        /* opacity: 0; */
        margin-top: -40px;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    }
    .index #content-accueil .wrapper {
        padding-bottom: 0;
    }
    #slider-accueil .item,
    .img-chambre {
        background-attachment: initial !important;
    }
    .les-chambres #content-accueil .wrapper,
    .la-maison #content-accueil .wrapper,
    .chambre-coquille #content-accueil .wrapper {
        padding-bottom: 0;
    }
    .index .adresse {
        position: relative;
        top: 0px;
        margin-left: -30px;
        z-index: 1;
        left: 30px;
        width: calc(100% - 30px);
    }
    .index .adresse h4 {
        display: block;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.4;
        text-transform: uppercase;
    }
    .list-menu {
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 2;
    }
    .intro-texte {
        width: 100%;
        margin: 0 auto 240px;
        position: relative;
        top: 120px;
    }
    #contenu-scroll {
        margin-top: 0px;
        left: 60px;
        width: 0;
        padding-right: 0px;
        padding-left: 0;
        top: 0;
    }
    .mentions-legales #contenu-scroll {
        top: -120px !important;
    }
    /*.chambre-coquille #contenu-scroll, .pace-done .chambre-coquille #contenu-scroll,
.chambre-baldaquin #contenu-scroll, .pace-done .chambre-baldaquin #contenu-scroll,
.chambre-frise #contenu-scroll, .pace-done .chambre-frise #contenu-scroll,
.chambre-oiseaux #contenu-scroll, .pace-done .chambre-oiseaux #contenu-scroll,
.chambre-bleue #contenu-scroll, .pace-done .chambre-bleue #contenu-scroll,
.contact #contenu-scroll, .pace-done .contact #contenu-scroll {
    top: 0vh !important;
}
*/
    .pace-done #contenu-scroll {
        margin-top: 0;
        left: 0;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        width: calc(100%);
        top: 0;
    }
    .intro-texte {
        width: 100%;
        margin: 0 auto 120px;
        position: relative;
        top: 20px;
        padding-left: 60px;
        padding-right: 30px;
    }
    .list-chambre h1 {
        padding: 0 0 60px;
    }
    .les-chambres .chambre,
    .la-maison .chambre {
        width: calc(100% - 120px);
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin: 0px;
    }
    .list-chambre {
        padding: 0px 0;
        text-align: center;
    }
    .chambre-baldaquin .chambre,
    .chambre-bleue .chambre,
    .chambre-frise .chambre,
    .chambre-oiseaux .chambre,
    .chambre-coquille .chambre {
        width: calc(100% - 120px);
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin: 0px;
    }
    .adresse {
        position: relative;
        top: -60px;
        margin-left: 60px;
        z-index: 1;
        width: calc(100% - 90px);
    }
    .mentions-legales .adresse,
    .contact .adresse,
    .tarifs .adresse,
    .livre-dor .adresse {
        top: 0;
        bottom: auto;
        margin-top: 60px;
        margin-bottom: 82px;
        margin-left: 0;
    }
    .la-maison .adresse,
    .les-chambres .adresse,
    .chambre-baldaquin .adresse,
    .chambre-coquille .adresse,
    .chambre-frise .adresse,
    .chambre-oiseaux .adresse,
    .chambre-bleue .adresse {
        margin-left: 60px;
        top: 0;
        bottom: auto;
        margin-top: 60px;
        margin-bottom: 82px;
    }
    .adresse h4 {
        display: block;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.4;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    .la-maison .copyright,
    .les-chambres .copyright,
    .mentions-legales .copyright,
    .chambre-baldaquin .copyright,
    .chambre-coquille .copyright,
    .chambre-frise .copyright,
    .chambre-oiseaux .copyright,
    .chambre-bleue .copyright,
    .contact .copyright,
    .tarifs .copyright,
    .livre-dor .copyright,
    .region .copyright {
        position: relative;
        bottom: auto;
        left: 60px;
        color: #283756;
        font-size: 11px;
        text-transform: uppercase;
        right: auto;
        width: calc(100% - 90px);
        top: -40px;
        line-height: 14px;
    }
    .list-chambre .h1-style {
        padding: 60px 0 60px;
    }
    .chambre h2 {
        padding: 8px 0 20px;
        font-size: 28px;
    }
    .slick-slide {
        float: none !important;
    }
    .slick-initialized .slick-slide {
        float: none !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }
    .slick-slide img {
        width: auto !important;
        height: 420px !important;
    }
    .chambre-coquille .slick-slider,
    .chambre-baldaquin .slick-slider .chambre-bleue .slick-slider .chambre-frise .slick-slider .chambre-oiseaux .slick-slider {
        padding: 30px 0 0;
    }
    .pace-progress {
        top: 48%;
    }
    .tarifs #content-accueil .wrapper {
        left: 0;
        top: 0px !important;
        position: relative;
        padding-right: 30px;
        background: rgba(255, 255, 255, 0.9);
        padding-bottom: 0;
        padding-top: 120px;
        padding-left: 60px;
        margin-top: 120px;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    }
    .livre-dor #content-accueil .wrapper {
        left: 0;
        top: 0px !important;
        position: relative;
        padding-right: 30px;
        background: rgba(255, 255, 255, 0.9);
        padding-bottom: 0;
        padding-top: 80px;
        padding-left: 60px;
        margin-top: 120px;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    }
    .tableau-tarif h2 {
        padding: 30px 0 0;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        font-weight: 400;
        text-transform: uppercase;
    }
    .tableau-tarif .texte {
        font-size: 14px;
    }
    .tableau-tarif p {
        text-align: center;
        margin: 0;
        font-size: 10px;
    }
    .tableau-tarif h2 span {
        font-size: 10px;
        display: block;
        font-family: 'Akzidenz-Grotesk BQ', Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 4px;
        line-height: 14px;
    }
    .pers-plus {
        text-align: left !important;
        font-style: italic;
        font-size: 14px;
        line-height: 12px;
    }
    .tableau-tarif h3 {
        margin-top: 43px;
        font-size: 16px;
    }
    .contact .intro-texte {
        margin: 0 0 80px;
        position: relative;
        top: 30px;
        width: 100%;
        min-height: 480px;
    }
    #map-canvas {
        width: calc(100% - 90px);
        height: 320px;
        margin-top: 30px !important;
        position: relative !important;
        left: 60px;
        right: 30px;
    }
    .mentions-legales #content-accueil .wrapper {
        left: 0;
        top: 0px !important;
        position: relative;
        padding-right: 30px;
        background: rgba(255, 255, 255, 0.9);
        padding-bottom: 120px;
        padding-top: 30px;
        padding-left: 60px;
        margin-top: 110px;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.2s;
    }
    .la-maison #content-accueil .box-ex,
    .index #content-accueil .box-ex,
    .les-chambres #content-accueil .box-ex,
    .chambre-coquille #content-accueil .box-ex,
    .chambre-oiseaux #content-accueil .box-ex,
    .chambre-baldaquin #content-accueil .box-ex,
    .chambre-frise #content-accueil .box-ex,
    .chambre-bleue #content-accueil .box-ex,
    .contact #content-accueil .box-ex,
    .region #content-accueil .box-ex,
    .tarifs #content-accueil .box-ex,
    .livre-dor #content-accueil .box-ex,
    .mentions-legales #content-accueil .box-ex {
        position: relative;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
    }
    .pace-done .index #content-accueil .box-ex,
    .pace-done .la-maison #content-accueil .box-ex,
    .pace-done .les-chambres #content-accueil .box-ex,
    .pace-done .chambre-coquille #content-accueil .box-ex,
    .pace-done .chambre-oiseaux #content-accueil .box-ex,
    .pace-done .chambre-baldaquin #content-accueil .box-ex,
    .pace-done .chambre-frise #content-accueil .box-ex,
    .pace-done .chambre-bleue #content-accueil .box-ex,
    .pace-done .contact #content-accueil .box-ex,
    .pace-done .region #content-accueil .box-ex,
    .pace-done .tarifs #content-accueil .box-ex,
    .pace-done .livre-dor #content-accueil .box-ex,
    .pace-done .mentions-legales #content-accueil .box-ex {
        position: relative;
        opacity: 1;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 2s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 2s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 2s;
        height: auto;
        overflow: hidden;
    }
    .pace-done.page-is-changing #content-accueil .box-ex {
        width: 0;
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 0s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 0s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 0s;
    }
    #content-accueil .box-ex {
        width: 0vw;
    }
    .pace-done #content-accueil .box-ex {
        width: 100vw;
    }
    .index #masque-slider,
    #masque-slider {
        position: fixed;
        left: 0px;
        -ms-touch-action: pan-y;
        top: 60px;
        width: 0;
        background: #f3f2ee;
        overflow: hidden;
        height: 300px;
    }
    .pace-done #masque-slider {
        width: calc(100%);
        -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 1.0s;
        -moz-transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 1.0s;
        transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s 1.0s;
    }
    .livre-dor .table-cell,
    .tarifs .table-cell {
        height: auto;
    }
    .les-chambres .img-chambre {
        width: 100%;
        height: 300px;
    }
    .pace-done #content-accueil .wrapper {
        /* top: 120px !important; */
        min-width: calc(100vw - 90px);
    }
    .la-maison .table-cell,
    .les-chambres .table-cell,
    .chambre-coquille .table-cell,
    .chambre-oiseaux .table-cell,
    .chambre-baldaquin .table-cell,
    .chambre-frise .table-cell,
    .chambre-bleue .table-cell,
    .contact .table-cell,
    .region .table-cell,
    .livre-dor .table-cell {
        height: 0;
    }
    .quotes {
        left: 60px;
    }
    .bg-tarif {
        left: 0;
    }
    .table-cell {
        height: 0;
    }
    body,
    html,
    main .main-content {
        height: auto;
    }
    .resa-form #content-accueil .wrapper,
    .pace-done .resa-form #content-accueil .box-ex,
    .pace-done .resa-form #content-accueil {
        position: relative;
        height: auto;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    div#contact {
        padding-left: 0;
        padding-top: 80px;
    }
    
    #suussa video{
	    position:absolute;pointer-events:none;width:auto;z-index:0;top:-0;left:-60%;height:100%;max-width:inherit
	   }
}



@media screen and (max-width: 680px) {
	#contenu-scroll.asudha {
    margin-top: 0;
    left: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: calc(100%);
    top: 350px;
	}
	.index .adresse {
		
		left: 100px;
    margin-bottom: 100px;
	}	
}



#ratesviewer .form-group {
	margin-bottom: 15px;
}
#ratesviewer label {
	display: block;
    text-align: left;
}
#ratesviewer input {
	width: 100%;
	padding: 10px;
	border: 2px solid #ffffff;
	margin-top: 10px;
}

#ratesviewer select {
	width: 100%;
	padding: 10px;
	border: 2px solid #ffffff;
	margin-top: 10px;
}

#ratesviewer input:focus {
	border-radius: 0;
	border-color: #283856;
	outline: none;
}
#ratesviewer h3 {
	margin: 15px 0;
}
#ratesviewer h3 span {
	font-weight: 700;
}
#ratesviewer textarea {
	width: 100%;
	height: 100px;
	resize: none;
	padding: 10px;
	border: 2px solid #ffffff;
	margin-top: 10px;
}
#ratesviewer textarea:focus {
	border-radius: 0;
	border-color: #283856;
	outline: none;
}
#ratesviewer button, #ratesviewer button:active, #ratesviewer button:focus {
	background: #283856;
	border: none;
	padding: 12px 35px;
	font-size: 1.1em;
	color: white;
}