html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}
*,p{
    margin: 0;
    padding: 0;
}
html {
    font : calc(1em * .625) Helvetica,Arial,sans-serif !important;
}


.text {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
}

html {
    overflow: hidden;
}

html.js {
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

html.js.wf-active, html.js.wf-inactive, html.js.ready {
    opacity: 1;
}

body {
    height: 100vh;
    margin: 0;
}

body > svg {
    display: none;
}

header {
    width: 10%;
    display: block;
    float: left;
    z-index: 2;
    position: relative;
    height: 100%;
    transition: width ease-in-out .2s;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.copyright {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f3f4f9;
    border: 1px solid #e7e7e7;
    text-align: center;
    text-decoration: none;
    transition: background-color .35s ease-in-out, color .35s ease-in-out;
}

.copyright img{
    height: 50px;
}

.site,
[class*='site--'] {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

[class*='site--'][class*='--black'] {
    color: #ffffff;
    background-color: #000000;
}

.site__header,
.site__main {
    padding: 1rem;
}

.site.hotel .picture, [class*="picture--"] {
    height: 40vh;
    background-color: #394042;
    background-image: url("../images/hotels.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -1rem;
}

.main {
    width: 70%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 65px;
}

.intro {
    width: 100%;
    max-width: none;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    font-size: 1.25em;
    text-align: center;
}

.intro__title,
.intro__subtitle,
.intro__link {
    will-change: transform, opacity;
}

.intro__title {
    margin: -.25em 0 0;
    font-size: 4em;
    text-shadow: 0px 0px 10px #fff;
}

.intro__subtitle {
    margin: 0 0 2em;
    color: #000000;
    text-shadow: 0px 0px 10px #fff;
}

.intro__link {
    color: #3665EA;
    text-decoration: none;
}

.intro__link:hover {
    color: #60F6A8;
}

.shape-outer {
    position: relative;
    z-index: 10;
    margin-top: -.5rem;
    pointer-events: none;
}

.shape {
    height: 100vh;
    width: 100%;
    display: block;
    transform-origin: 50% 0;
    fill: #fff;
    will-change: transform;
}

.back {
    position: absolute;
    top: 2rem;
    left: 2rem;
    color: #fff;
    text-decoration: none;
}

.back:hover {
    color: #3665EA;
}

.link {
    transition: color .35s ease-in-out;
}

[data-barba='wrapper'] {
    position: relative;
}

[data-barba='container'] {
    will-change: transform;
}

.is-animating > [data-barba='container'] {
    position: absolute;
    width: 100%;
}
.loader {
    top: -100%;
    position: fixed;
    height: 100vh;
    width: 90%;
    background-position-x: 0%;
    background-position-y: 0%;
    transition: top ease-in-out .5s;
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/couincouin.jpg");
    background-color:#1673c5;
    z-index: 1;
    /*left: 0;*/
}
.load .loader{
    top: 0;
    z-index: 1;
}

@media (max-width: 1091px){.navbar-fixed-side{margin-left:-15px;margin-right:-15px}}@media (min-width: 768px){.navbar-fixed-side{position:fixed;height:100vh;width:inherit;overflow:auto;border-top-width:0;border-bottom-width:0;border-radius:0}.navbar-fixed-side .container,.navbar-fixed-side .container-fluid{width:auto;padding-left:0;padding-right:0}.navbar-fixed-side .navbar-header{float:none}.navbar-fixed-side .navbar-brand{height:auto}.navbar-fixed-side>.container .navbar-brand,.navbar-fixed-side>.container-fluid .navbar-brand{margin-left:0}.navbar-fixed-side .navbar-collapse{width:100%;border-top:1px solid #e7e7e7}.navbar-fixed-side .navbar-nav{float:none;margin:0 -15px}.navbar-fixed-side .navbar-nav>li{float:none}.navbar-fixed-side .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e7e7e7}.navbar-fixed-side .navbar-form{margin:0;margin-left:-15px;margin-right:-15px;padding:10px 15px;border-bottom:1px solid #e7e7e7}.navbar-fixed-side .navbar-text{float:none;margin-left:0;margin-right:0}.navbar-fixed-side .navbar-left,.navbar-fixed-side .navbar-right{float:none !important}.navbar-fixed-side .navbar-nav .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none;border-bottom:1px solid #e7e7e7}.navbar-fixed-side .navbar-nav .dropdown-menu>li>a,.navbar-fixed-side .navbar-nav .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-fixed-side .navbar-nav .dropdown-menu>li>a{line-height:20px;color:#777}.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover,.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:focus{background-image:none}.navbar-fixed-side .navbar-nav .dropdown-menu>.active>a{background-color:#e7e7e7;color:#555}.navbar-fixed-side .navbar-nav>li>a:hover,.navbar-fixed-side .navbar-nav>li>a:focus,.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover,.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:focus{background-color:#bad7ef;;color:#333}.navbar-fixed-side .dropdown>.dropdown-toggle,.navbar-fixed-side .dropdown-menu>.dropdown-header{background-color:transparent !important;color:#9d9d9d !important;cursor:default;font-size:0.8em;text-transform:uppercase;border-bottom:none;padding-bottom:0}.navbar-fixed-side .dropdown-toggle .caret{display:none}.navbar-fixed-side .dropdown-menu{display:block}.navbar-fixed-side.navbar-inverse .navbar-collapse,.navbar-fixed-side.navbar-inverse .navbar-nav>li>a,.navbar-fixed-side.navbar-inverse .navbar-form,.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu{border-color:#363636}.navbar-fixed-side.navbar-inverse .divider{background-color:#363636}.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li>a{color:#9d9d9d}.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>.active>a{background-color:#090909;color:#fff}.navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:hover,.navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:focus,.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li:not(.active)>a:hover,.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li:not(.active)>a:focus{background-color:#2f2f2f;color:#fff}.navbar-fixed-side.navbar-inverse .dropdown>.dropdown-toggle{color:#777777 !important}}

.navbar-fixed-side .navbar-nav {
    margin-bottom: 60px;
}

.main-full,.main-full iframe{
    padding: 0;
    width: 100%;
    height: 100%;
}
.site.home .intro{
    background: url("../images/affiche1.jpg") no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #272b32;
}
.grille > div > div{
    background: rgba(255, 255, 255, 0.92);
    margin: -0.3px;
    transition: background 0.5s ease-in-out;
}
.grille > div:nth-child(1){
grid-row: 1;
}
.grille > div:nth-child(1) > div:nth-child(1){
    grid-column: 1;
}
.grille > div:nth-child(1) > div:nth-child(2){
    grid-column: 2;
}
.grille > div:nth-child(1) > div:nth-child(3){
    grid-column: 3;
}
.grille > div:nth-child(1) > div:nth-child(4){
    grid-column: 4;
    background:rgba(202, 231, 255, 0.5);
}
.grille > div:nth-child(1) > div:nth-child(5){
    grid-column: 5;
    background:rgba(255, 255, 255, 0.30);
}
.grille > div:nth-child(1) > div:nth-child(6){
    grid-column: 6;
}
.grille > div:nth-child(1) > div:nth-child(7){
    grid-column: 7;
}
.grille > div:nth-child(2){
    grid-row: 2;
}
.grille > div:nth-child(2) > div:nth-child(1){
    grid-column: 1;
}
.grille > div:nth-child(2) > div:nth-child(2){
    grid-column: 2;
}
.grille > div:nth-child(2) > div:nth-child(3){
    grid-column: 3;
    background:rgba(196, 228, 255, 0.40);
}
.grille > div:nth-child(2) > div:nth-child(4){
    grid-column: 4;
    background:rgba(255, 255, 255, 0.30);
}
.grille > div:nth-child(2) > div:nth-child(5){
    grid-column: 5;
    background:rgba(153, 188, 219, 0.45);
}
.grille > div:nth-child(2) > div:nth-child(6){
    grid-column: 6;
}
.grille > div:nth-child(2) > div:nth-child(7){
    grid-column: 7;
}
.grille > div:nth-child(3){
    grid-row: 3;
}
.grille > div:nth-child(3) > div:nth-child(1){
    grid-column: 1;
}
.grille > div:nth-child(3) > div:nth-child(2){
    grid-column: 2;
    background:rgba(153, 188, 219, 0.50);
}
.grille > div:nth-child(3) > div:nth-child(3){
    grid-column: 3;
    background:rgba(255, 255, 255, 0.25);
}
.grille > div:nth-child(3) > div:nth-child(4){
    grid-column: 4;
    background:rgba(153, 188, 219, 0.35);
}
.grille > div:nth-child(3) > div:nth-child(5){
    grid-column: 5;
    background:rgba(153, 188, 219, 0.30);
}
.grille > div:nth-child(3) > div:nth-child(6){
    grid-column: 6;
}
.grille > div:nth-child(3) > div:nth-child(7){
    grid-column: 7;
}
.grille > div:nth-child(4){
    grid-row: 4;
}
.grille > div:nth-child(4) > div:nth-child(1){
    grid-column: 1;
}
.grille > div:nth-child(4) > div:nth-child(2){
    grid-column: 2;
}
.grille > div:nth-child(4) > div:nth-child(3){
    grid-column: 3;
}
.grille > div:nth-child(4) > div:nth-child(4){
    grid-column: 4;
}
.grille > div:nth-child(4) > div:nth-child(5){
    grid-column: 5;
}
.grille > div:nth-child(4) > div:nth-child(6){
    grid-column: 6;
}
.grille > div:nth-child(4) > div:nth-child(7){
    grid-column: 7;
}
.grille > div:nth-child(5){
    grid-row: 5;
}
.grille > div:nth-child(5) > div:nth-child(1){
    grid-column: 1;
}
.grille > div:nth-child(5) > div:nth-child(2){
    grid-column: 2;
}
.grille > div:nth-child(5) > div:nth-child(3){
    grid-column: 3;
}
.grille > div:nth-child(5) > div:nth-child(4){
    grid-column: 4;
}
.grille > div:nth-child(5) > div:nth-child(5){
    grid-column: 5;
}
.grille > div:nth-child(5) > div:nth-child(6){
    grid-column: 6;
}
.grille > div:nth-child(5) > div:nth-child(7){
    grid-column: 7;
}
.grille > div:nth-child(6){
    grid-row: 6;
}
.grille > div:nth-child(6) > div:nth-child(1){
    grid-column: 1;
}
.grille > div:nth-child(6) > div:nth-child(2){
    grid-column: 2;
    background:rgba(153, 188, 219, 0.30);

}
.grille > div:nth-child(6) > div:nth-child(3){
    grid-column: 3;
}
.grille > div:nth-child(6) > div:nth-child(4){
    grid-column: 4;
}
.grille > div:nth-child(6) > div:nth-child(5){
    grid-column: 5;
}
.grille > div:nth-child(6) > div:nth-child(6){
    grid-column: 6;
}
.grille > div:nth-child(6) > div:nth-child(7){
    grid-column: 7;
}
.grille > div:nth-child(7){
    grid-row: 7;
}
.grille > div:nth-child(7) > div:nth-child(1){
    grid-column: 1;
}
.grille > div:nth-child(7) > div:nth-child(2){
    grid-column: 2;
}
.grille > div:nth-child(7) > div:nth-child(3){
    grid-column: 3;
}
.grille > div:nth-child(7) > div:nth-child(4){
    grid-column: 4;
}
.grille > div:nth-child(7) > div:nth-child(5){
    grid-column: 5;
}
.grille > div:nth-child(7) > div:nth-child(6){
    grid-column: 6;
}
.grille > div:nth-child(7) > div:nth-child(7){
    grid-column: 7;
}
.grille > div{
   display: grid;
}

.grille{
    position: absolute;
    width: 250vh;
    height: 250vh;
    display: grid;
    top: -24.6%;
    transform: rotate(45deg);
}
#content{
    width: 90%;display:inline-block;float: right;
}

.navbar-default .navbar-toggle:hover {
    background: rgba(255,255,255,.3);
}
@media (min-width: 1092px) {
    .navbar-toggle {
        display: none;
    }

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
}
@media (min-width: 768px) and (max-width: 1091px) {
    .navbar-toggle {
        display: block;
    }
}
@media (max-width: 1091px) {
    .navbar-brand {
        position: absolute;
        width: 150px;
        height: 85px;
    }

    .planning.site, [class*="site--"] {
        margin-top: 75px;
    }

    #content{
        width: 100%;
    }
    .nav > li {
        font-size: 20px;
    }
    header{
        position: absolute;
        width: 100%;
        padding: 15px;
        display: block;
        float: left;
        z-index: 2;
        height: auto;
        transition: width ease-in-out .2s;
        overflow: visible;
    }
    .navbar-default {
        background-color: rgba(255,255,255,0);
        border-color: rgba(255,255,255,0);
    }
    .navbar-fixed-side > .container .navbar-brand, .navbar-fixed-side > .container-fluid .navbar-brand {
        width: 150px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        background: #fff;
    }
}

.navbar-fixed-side .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

/* slick */

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 50px;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: 50px;
    border: 1px solid transparent;
}
.slick-slide img
{
    height: 50px;
    width:auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*end slick*/

.home.site, [class*="site--"],.partenaires.site, [class*="site--"],.planning.site, [class*="site--"],.pdp.site, [class*="site--"] {
    overflow: scroll;
}

.site__main .slide{
    display: inline-block;
}

.star{
    width: 25px;
}
.item_hotel{
    display: inline-block;
    color: #000000;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 15px;
    border-radius: 15px;
    cursor: pointer;
    margin:15px 0 ;
}
.item_hotel:hover{
    background: #fbfbfb;
}
.social a{
    padding: 5px;
}

.text-center {
    padding: 15px;
    padding-bottom: 100px;
    text-align: center;
}

.important {
    font-weight: bold;
}

.m15 {
    margin-left: 25px;
}

.navbar-default .navbar-toggle {
    border-color: #888;
}