﻿/*-------------------------------------------------NetSpa-------------------------------------------*/
.slider-dl, .slider-dl:focus {
    transform: rotate(270deg);
    top: 25%;
    right: -8px;
    z-index: 1000000;
    position: fixed;
    display: block;
    background-color: #888483;
    color: white;
    padding: 7px 12px 12px 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    transform-origin: 100% 100%;
    transition: background-color 1s, right 1s;
    text-decoration: none;
}

.icone_pdf, .icone_pdf:focus {
    background-image: url(./Image/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: 18px 7px;
    padding: 11px 12px 12px 48px;
}

.netspa .fond-bleu {
	background-color: #045070;
}

.netspa .malibu-background {
    background-image: url("../Image/produit/netspa/malibu/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .montana-background {
    background-image: url("../Image/produit/netspa/montana/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .aspen-background {
    background-image: url("../Image/produit/netspa/aspen/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .vita-premium-background {
    background-image: url("../Image/produit/netspa/vita-premium/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .octopus-background {
    background-image: url("../Image/produit/netspa/octopus/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .rover-background {
    background-image: url("../Image/produit/netspa/rover/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .silver-background {
    background-image: url("../Image/produit/netspa/silver/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .caiman-background {
    background-image: url("../Image/produit/netspa/caiman/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .python-background {
    background-image: url("../Image/produit/netspa/python/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

.netspa .bleu-background {
    background-color: #153963;
    width: 60%;
    height: 410px;
    transform: skew(25deg);
    margin-left: -100px;
    position: absolute;
    display: block;
    animation-delay: 0s;
    animation-duration: 1.5s;
}

.netspa .gris-background {
    background-color: #535252;
    width: 60%;
    height: 410px;
    transform: skew(25deg);
    margin-left: -100px;
    position: absolute;
    display: block;
    animation-delay: 0s;
    animation-duration: 1.5s;
}

.netspa .logo-netspa {
    margin-top: 55px;
    width: 40%;
}

.netspa .pastille-personnes {
    position: absolute;
}

    .netspa .pastille-personnes img {
        margin-left: auto;
        width: 18%;
        animation-delay: 1.8s;
    }

.netspa h2 {
    color: white;
    font-family: raleway;
    font-size: 50px;
    margin-top: 60px;
    line-height: 56px;
}

.netspa .left-anim {
    animation-delay: 0.3s;
}

.netspa .produit {
    margin-top: 225px;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

/* Animation*/
@-webkit-keyframes slideInLeft-background {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) skew(25deg);
        transform: translate3d(-100%, 0, 0) skew(25deg);
        visibility: hidden;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) skew(25deg);
        transform: translate3d(0, 0, 0) skew(25deg);
    }
}

@keyframes slideInLeft-background {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) skew(25deg);
        transform: translate3d(-100%, 0, 0) skew(25deg);
        visibility: hidden;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) skew(25deg);
        transform: translate3d(0, 0, 0) skew(25deg);
    }
}

.slideInLeft-background {
    -webkit-animation-name: slideInLeft-background;
    animation-name: slideInLeft-background;
}

@-webkit-keyframes slideInLeft-element {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft-element {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft-element {
    -webkit-animation-name: slideInLeft-element;
    animation-name: slideInLeft-element;
}

/* Animation pastilles */
@-webkit-keyframes slideInRight-element {
    from {
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0);
        visibility: hidden;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight-element {
    from {
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0);
        visibility: hidden;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight-element {
    -webkit-animation-name: slideInRight-element;
    animation-name: slideInRight-element;
}
/***/

.netspa strong, .netspa b, .netspa p, .netspa li {
    color: #606060;
    font-family: raleway;
}

.netspa .vcenter, .netspa .vcenterrow, .netspa .vcentermob {
    display: flex;
    align-items: center;
}

.netspa #description {
    margin: 100px 0px;
}

.netspa .background-gris {
    background-color: #e6e6e6;
}

.netspa .liste-description li {
    color: #2366b8 !important;
}

    .netspa .liste-description li span {
        color: #333;
    }

.netspa .liste-description {
    padding: 15px;
}

.netspa .list-pastilles {
    margin: 20px 0px 20px 0px;
}

.netspa h3 {
    font-family: raleway;
    font-weight: 500;
    color: #606060;
    font-size: 32px;
    padding-bottom: 20px;
    line-height: 32px;
}

.netspa.octopus h3 {
	font-size: 28px;
}

.netspa .liste-description h3 {
    font-family: raleway;
    font-weight: 500;
    color: #606060;
    margin: 0px 0px 6px 38px;
    font-size: 32px;
    padding: 0px;
}

.netspa .python-parallax {
    background-image: url("../Image/produit/netspa/python/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.netspa .caiman-parallax {
    background-image: url("../Image/produit/netspa/caiman/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.netspa .joyspa-parallax {
    background-image: url("../Image/produit/netspa/joyspa/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.netspa .rover-parallax {
    background-image: url("../Image/produit/netspa/rover/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.netspa .silver-parallax {
    background-image: url("../Image/produit/netspa/silver/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}


.netspa .malibu-parallax {
    background-image: url("../Image/produit/netspa/malibu/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.netspa .montana-parallax {
    background-image: url("../Image/produit/netspa/montana/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}


.netspa .aspen-parallax {
    background-image: url("../Image/produit/netspa/aspen/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.netspa .vita-premium-parallax {
    background-image: url("../Image/produit/netspa/vita-premium/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.netspa .transition {
    background-color: #f4f5f6;
    transform: skew(0deg,-2deg);
    height: 100px;
    position: relative;
    margin-top: -3%;
}

.netspa h4 {
    font-family: raleway;
    font-weight: 100;
    color: #606060;
    font-size: 32px;
    padding-bottom: 20px;
	 padding-top: 20px;
    line-height: 32px;
}

.netspa .background-blanc {
    background-color: white;
}

.netspa .padding50 {
    padding-bottom: 50px;
}

.netspa .video {
    padding: 50px;
}

.netspa .separation {
    border-top: 4px solid #153963;
    padding-top: 45px;
}

.netspa h5 {
    text-align: center;
    font-family: raleway;
    font-weight: 500;
    color: #606060;
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 20px;
}

.netspa #sav li {
    line-height: 50px;
    color: #2366b8;
}

    .netspa #sav li span, .netspa #sav p {
        font-size: 16px;
        color: #606060;
        font-weight: 500;
    }

.netspa #sav a {
    background-color: #183964;
    color: white;
    font-weight: 500;
    padding: 10px 0px;
    margin: 25px 50px;
    font-size: 25px;
    display: block;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
}

.netspa .cell-vcenter {
    vertical-align: middle;
}
/*** Résolution de + de 1200 px *****/
@media screen and (min-width: 1200px) {
    .netspa .rover-background, .netspa .silver-background {
        background-size: cover;
        background-position: right top;
    }

    .netspa .logo-netspa {
        margin-top: 35px;
        width: 35%;
    }

    .netspa h2 {
        font-size: 55px;
        margin-top: 40px;
        line-height: 65px;
    }
	
	.netspa.octopus h2 {
        font-size: 50px;
		margin-top: 77px;
    }

    .netspa .produit {
        margin-top: 206px;
    }

    .netspa .pastille-personnes img {
        margin-left: auto;
        width: 15%;
    }
}
/*********Ipad************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .netspa .rover-parallax {
        background-image: url("../Image/produit/netspa/rover/paralax.jpg");
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
        min-height: 500px;
    }

    .netspa .silver-parallax {
        background-image: url("../Image/produit/netspa/silver/paralax.jpg");
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
        min-height: 500px;
    }
}
/*** Résolution de - de 992 px (col-md) *****/
@media screen and (max-width: 991px) {
    .netspa .vcenter, .netspa .vcenterrow, .netspa .vcentermob {
        display: block;
    }
	

    .netspa .logo-netspa {
        width: 25%;
        margin-left: auto;
        margin-right: auto;
    }

    .netspa .pastille-personnes {
        position: relative;
    }

        .netspa .pastille-personnes img {
            margin-left: auto;
            margin-right: auto;
            margin-top: 25px;
            width: 8%;
        }

    .netspa .rover-background, .netspa .silver-background, .netspa .caiman-background, .netspa .python-background {
        height: 50%;
    }

    .netspa .bleu-background {
        background-color: #153963;
        width: 100%;
        height: 8%;
        transform: translate3d(0, 0, 0) skew(0deg) !important;
        margin-left: 0px;
        position: absolute;
    }

    .netspa .gris-background {
        background-color: #535252;
        width: 100%;
        height: 8%;
        transform: translate3d(0, 0, 0) skew(0deg) !important;
        margin-left: 0px;
        position: absolute;
    }

    /* Animation*/
    @-webkit-keyframes slideInLeft-background {
        from {
            -webkit-transform: translate3d(0, 0, 0) skew(0deg);
            transform: translate3d(0, 0, 0) skew(0deg);
            visibility: hidden;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0) skew(0deg);
            transform: translate3d(0, 0, 0) skew(0deg);
        }
    }

    @keyframes slideInLeft-background {
        from {
            -webkit-transform: translate3d(0, 0, 0) skew(0deg);
            transform: translate3d(0, 0, 0) skew(0deg);
            visibility: hidden;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0) skew(0deg);
            transform: translate3d(0, 0, 0) skew(0deg);
        }
    }

    .slideInLeft-background {
        -webkit-animation-name: slideInLeft-background;
        animation-name: slideInLeft-background;
    }



    .netspa h2 {
        color: white;
        font-family: raleway;
        font-size: 40px;
        margin-top: 25px;
        line-height: 45px;
        text-align: center;
    }

    .netspa .produit {
        margin-top: 25px;
    }

    .netspa #description {
        margin: 50px 0px;
    }
	
	.netspa.octopus #description {
        margin: 55vh 0px 7vh;
    }

    .netspa .rover-parallax {
        background-image: url("../Image/produit/netspa/rover/paralax.jpg");
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
        min-height: 500px;
    }

    .netspa .silver-parallax {
        background-image: url("../Image/produit/netspa/silver/paralax.jpg");
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
        min-height: 500px;
    }

    .netspa .col-md-4 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .netspa .video {
        padding: 0px;
    }

    .netspa .packaging {
        margin-bottom: 35px;
        width: 60%;
    }
}
/*** Résolution de - de 480 px (mobile-portrait) *****/
@media screen and (max-width: 480px) {
    .netspa .logo {
        width: 50%;
    }

    .netspa .pastille-personnes img {
        width: 25%;
    }

    .netspa .bleu-background, .netspa .gris-background, .netspa .caiman-background, .netspa .python-background {
        height: 6.3%;
    }

    .netspa #sav a {
        margin: 25px 0px;
    }
}


/*---- Fiche produit NetSpa----*/

/*** Résolution de + de 1200 px *****/
@media screen and (min-width: 1200px) {
}

/*** Résolution de - de  740px (portait tablette) *****/
@media screen and (max-width: 739px) {
}

/*** Résolution de - de 992 px (col-md) *****/
@media screen and (max-width: 991px) {
}

/*** Résolution de - de 480 px (mobile-portrait) *****/
@media screen and (max-width: 480px) {
}
