body{
/*
    background:transparent url(../images/tmp/010_home1.jpg) no-repeat center 77px;
*/
}


.homepage-slider {
    height: 650px;
    overflow: hidden;
    position: relative;
}

.owl-cms-carousel.owl-carousel {
    height: 600px;
}
.owl-cms-carousel.owl-carousel div.owl-slide {
    height: 600px;
}
.owl-carousel div.tp-caption {
    margin-top: 430px;
}
.homepage-slider .slider_homepage_responsive{

    position:absolute;
}
.homepage-slider .slider_homepage_responsive.pc{
    width:100%;
}

.coup-coeur{
    /*border:1px solid #dfd4c6;*/
}

.coup-coeur .attribute-infos{
    padding:36px 120px 20px 22px;
    background:transparent url(../images/picto/picto_coup_coeur.png) no-repeat right 16px;
}
.coup-coeur.best-seller .attribute-infos {
    background: transparent url(../images/picto/picto_best_seller.png) no-repeat right 16px;
}
.coup-coeur .attribute-infos h3{
    text-transform: none;
    font-size: 20px;
}
.coup-coeur .attribute-infos h4{
    text-transform: uppercase;
}

.coup-coeur .bottom-line{
    margin-bottom:20px;
    margin-top:20px;
}

/*** Promo pavillon ***/
.block-promo-pavillon{
    border: 1px solid #dfd4c6;
    display: block;
    min-height: inherit;
    text-decoration: none;
    margin-bottom: 30px;
}

.block-promo-pavillon .image {
    overflow: hidden;
    background: #dfd4c6 url(../images/spinner.gif) no-repeat center center;
    height: 250px;
    position: relative;
}

.block-promo-pavillon .image img {
    position: absolute;
    max-width: none;
}

.block-promo-pavillon .infos {
    font-weight: 600;
    font-size: 19px;
    padding: 20px 0 10px 0;
}

.block-promo-pavillon .chapeau {
    padding: 10px 0;
    font-weight: 600;
}

.block-promo-pavillon .detail {
    line-height: 28px;
    padding: 10px 0;
}


/*** Satisfaction ***/

.satisfaction{
}
.satisfaction .row > div {
    text-align:center;
    min-height:250px;
    background: #bfaa8e;

}

/* Block-1 : 5 reasons */
.satisfaction .row > div .block-1{
    margin-top:32px;
    color:#fff;
    border-right:1px solid #DFD4C6;
}

.satisfaction .row > div .block-1 span.number {
    background:transparent url(../images/picto/bg-number.png) no-repeat center center;
    display:block;
    font-size:48px;
    line-height: 100px;
    margin-bottom:22px;
}
.satisfaction .row > div .block-1 span.text {
    font-size:17px;
    text-transform: uppercase;
}


/* Block-2 : Slides */
.satisfaction .row > div #block-2{
    color:#06171c;
}


.satisfaction .owl-nav{
    line-height:200px;
    position:absolute;
    top: 0px;
    width: 100%;
}
.satisfaction .owl-nav .owl-prev,
.satisfaction .owl-nav .owl-next {
    position:absolute;
    z-index: 11;
    text-indent:-999em;
    width: 40px;
    padding: 0 !important;
    margin: 0 !important;
}
.satisfaction .owl-nav .owl-prev{
    left:0px;
    top:0px;
    background: transparent url(../images/picto/arrow-left.png) no-repeat center left !important;
}
.satisfaction .owl-nav .owl-next{
    right:0px;
    top:0px;
    background: transparent url(../images/picto/arrow-right.png) no-repeat center right !important;
}

.satisfaction .row > div #block-2 .cycle-slideshow{

    position:relative;
    z-index: 10;
}
.satisfaction .row > div #block-2 .cycle-slideshow  .slide-satisfaction {
    color:#06171c;
}

.satisfaction .row > div #block-2 .cycle-slideshow  .slide-satisfaction .number {
    font-size:48px;
    font-weight: normal;
}
.satisfaction .row > div #block-2 .cycle-slideshow  .slide-satisfaction  span {
    font-size:30px;
    display:inline-block;
    text-transform: uppercase;
    font-weight:900;
}
.satisfaction .row > div #block-2 .cycle-slideshow  .slide-satisfaction  .slide-content h5 > img{
    margin-top: -55px;
    margin-left: 10px;
    width: initial;
    display: inline-block;
}
.satisfaction .row > div #block-2 .cycle-slideshow  .slide-satisfaction h5 {  margin-bottom:0px;  }
.satisfaction .row > div #block-2 .cycle-slideshow  .slide-satisfaction p {
    color: #06171c;
    font-size: 20px;
    font-weight: 900;
}

/*** Bloc last : Button **/

.satisfaction .row > div:last-child{                background:#06171C;  }
.satisfaction .row > div:last-child .btn-content {  line-height: 250px;  }
.btn-chevron-bottom{
    background:transparent url(../images/picto/btn-chevron-bottom.png) no-repeat bottom center;
    padding-bottom:45px;
    font-weight:300;
    line-height: 1.5em;
    font-size: 18px;
    display:inline-block;
    vertical-align:middle;
    color:#fff;
}

.btn-chevron-bottom:hover{
    background:transparent url(../images/picto/btn-chevron-bottom-hover.png) no-repeat bottom center;
    text-decoration:none;
}
/*** End satisfaction ***/


@media screen and (min-width: 768px) and  (max-width: 1099px){
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction {
        max-width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .homepage-slider {
        height: 455px;
    }

    .homepage-slider img {
        max-height: 465px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px){
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction .number {
        font-size:43px;
        font-weight: normal;
        margin-top:10px;
    }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction  span {
        font-size: 24px;
    }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction  .slide-content h5 > img{
        max-width:100px;
        margin-top:15px;
    }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction p {
        font-size:18px;
    }
    .satisfaction .row > div .block-1 span.text {
        font-size:15px;
    }
    .btn-chevron-bottom{
        font-size:16px;
    }
}



/*** homepage visiter lyon autrement ***/
.block-boat{
    height: 500px;
    overflow: hidden;
}

.image-visiter-lyon{
    left:0px;
    right:0px;
    overflow: hidden;
    position: absolute;
}
.image-visiter-lyon .slide img{
    right: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: block;
}
.image-visiter-lyon  img{
    width: 100%;
    position: absolute;
    left:0px;
}

.block-boat .image-visiter-lyon{
    background:#ccc;
}
.block-boat .image-visiter-lyon .slide{
    height:500px;
}
.block-boat-content{
    background:rgba(255,255,255,0.8);
    margin-top:10%;
    min-height:400px;
}

.block-boat-content .block-boat-content-design{
    padding:32px 30px;
}

.attribute-formula{
    padding:20px 8px 20px 0px;
}
.attribute-formula .formula{
    margin:5px 0px 5px;

}
.attribute-formula .formula > div{
    display: inline-block;
}

.attribute-formula .formula > div.item{
    text-transform: uppercase;
    font-size:13px;
    font-weight:400;
    height: 2.8em;
    line-height: 1.5em;
    margin-top: 18px;
    max-width:200px;

}

div.price .from{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    line-height: 12px;
    display:block;
    font-weight:300;
    color:#969494;
}

div.price span{
    font-size:24px;
    font-weight:900;
    line-height: 1em;
}

div.price span .small{
    font-size:12px;
    font-weight: 400;
}




.block-activities{
    background:#dfd4c6;
    padding-top:60px;
    padding-bottom:60px;
}

@media screen and (min-width: 768px)  and (max-width: 991px) {
    .coup-coeur .attribute-infos h3{
        font-size:18px;
    }

}


@media screen and (max-width: 767px) {
    .coup-coeur .attribute-infos{
        padding:90px 15px 0px 15px;
        background:transparent url(../images/picto/picto_coup_coeur.png) no-repeat right 16px;
    }
    .coup-coeur .bottom-line {
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .satisfaction .row > div.block-1-mobile{
        border-top:1px solid #DFD4C6;
    }
    .satisfaction .row > div .block-1{
        border-right:none;
    }
    .block-boat-content {
        margin-top: 370px;
        background: rgba(255,255,255,1);
        min-height: 100%;
    }
    .block-boat .image-visiter-lyon{
        height: 100%;
        background:#fff;
    }
}


@media screen and (max-width: 545px){
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction {
        max-width: 90%;
    }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction .number {
        font-size:43px;
        font-weight: normal;
        margin-top:10px;
    }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction  span {  font-size: 24px;  }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction  .slide-content h5 > img{
        max-width:100px;
        margin-top:15px;
    }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction p {  font-size:18px;  }
    .satisfaction .row > div .block-1 span.text {  font-size:15px; }
    .btn-chevron-bottom{  font-size:16px;  }
}
@media screen and (max-width: 399px){
    .satisfaction .row > div .block-1 span.text {
        font-size:13px;
    }
    .btn-chevron-bottom{
        font-size:14px;
    }

    .attribute-formula .formula > div.item {
        font-size: 12px;
        max-width: 135px;
        word-wrap: initial;
    }

    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction .number {  font-size:34px;  }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction  span {  font-size: 16px;  }
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction  .slide-content h5 > img {max-width: 75px; margin-right:0px;}
    .satisfaction .row > div #block-2 .cycle-slideshow > .slide-satisfaction p {  font-size:16px;  }
}