/*-------------------------------------------------NetSpa-------------------------------------------*/
.fond-bleu {
    background-color: #003562;
}

#wrapper .netspa .malibu-background {
    background-image: url("/Upload/Image/produit/netspa/malibu/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .netspa .montana-background {
    background-image: url("/Upload/Image/produit/netspa/montana/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .netspa .aspen-background {
    background-image: url("/Upload/Image/produit/netspa/aspen/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .netspa .vita-premium-background {
    background-image: url("/Upload/Image/produit/netspa/vita-premium/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .netspa .octopus-background {
    background-image: url("/Upload/Image/produit/netspa/octopus/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .netspa .rover-background {
    background-image: url("/Upload/Image/produit/netspa/rover/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .netspa .silver-background {
    background-image: url("/Upload/Image/produit/netspa/silver/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .netspa .caiman-background {
    background-image: url("/Upload/Image/produit/netspa/caiman/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .netspa .python-background {
    background-image: url("/Upload/Image/produit/netspa/python/background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 410px;
}

#wrapper .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;
}

#wrapper .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;
}

#wrapper .netspa .logo-netspa {
    margin-top: 55px;
    width: 40%;
}

#wrapper .netspa .pastille-personnes {
    position: absolute;
    top: 170px;
    right: 0;
    left: 80%;
    width: 80%;
}

    #wrapper .netspa .pastille-personnes img {
        margin-left: auto;
        width: 18%;
        animation-delay: 1.8s;
    }

#wrapper .netspa h2 {
    color: white;
    font-family: raleway;
    font-size: 50px;
    margin-top: 60px;
    line-height: 56px;
}

#wrapper .netspa .left-anim {
    animation-delay: 0.3s;
}

#wrapper .netspa .produit {
    margin-top: 225px;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

#wrapper .netspa #mobilier {
    background: #045070;
}

    #wrapper .netspa #mobilier h4,
    #wrapper .netspa #mobilier p {
        color: white !important;
    }

    #wrapper .netspa #mobilier .bouton-decouvrir {
        background: #0081b7;
        padding: 5px;
        max-width: 275px;
        margin: 35px auto 0;
    }

        #wrapper .netspa #mobilier .bouton-decouvrir a,
        #wrapper .netspa #mobilier .bouton-decouvrir a:hover {
            color: white !important;
            text-decoration: none !important;
        }

    #wrapper .netspa #mobilier p {
        font-size: 1.12em;
        font-weight: lighter;
        line-height: 2.25em;
    }

/* 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;
}
/***/

#wrapper .netspa strong, #wrapper .netspa b, #wrapper .netspa p, #wrapper .netspa li {
    color: #606060;
    font-family: raleway;
}

#wrapper .netspa .vcenter, #wrapper .netspa .vcenterrow, #wrapper .netspa .vcentermob {
    display: flex;
    align-items: center;
}

#wrapper .netspa #description {
    margin: 100px 0px;
}

#wrapper .netspa .background-gris {
    background-color: #e6e6e6;
}

#wrapper .netspa .liste-description li {
    color: #2366b8 !important;
}

    #wrapper .netspa .liste-description li span {
        color: #333;
    }

#wrapper .netspa .liste-description {
    padding: 15px;
}

#wrapper .netspa .list-pastilles {
    margin: 20px 0px 20px 0px;
}

#wrapper .netspa h3 {
    font-family: raleway;
    font-weight: 500;
    color: #606060;
    font-size: 32px;
    padding-bottom: 20px;
    line-height: 32px;
}

#wrapper .netspa .liste-description h3 {
    font-family: raleway;
    font-weight: 500;
    color: #606060;
    margin: 0px 0px 6px 38px;
    font-size: 32px;
    padding: 0px;
}

#wrapper .netspa .python-parallax {
    background-image: url("/Upload/Image/produit/netspa/python/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#wrapper .netspa .caiman-parallax {
    background-image: url("/Upload/Image/produit/netspa/caiman/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#wrapper .netspa .joyspa-parallax {
    background-image: url("/Upload/Image/produit/netspa/joyspa/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#wrapper .netspa .rover-parallax {
    background-image: url("/Upload/Image/produit/netspa/rover/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#wrapper .netspa .silver-parallax {
    background-image: url("/Upload/Image/produit/netspa/silver/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}


#wrapper .netspa .malibu-parallax {
    background-image: url("/Upload/Image/produit/netspa/malibu/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#wrapper .netspa .montana-parallax {
    background-image: url("/Upload/Image/produit/netspa/montana/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}


#wrapper .netspa .aspen-parallax {
    background-image: url("/Upload/Image/produit/netspa/aspen/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#wrapper .netspa .vita-premium-parallax {
    background-image: url("/Upload/Image/produit/netspa/vita-premium/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#wrapper .netspa .octopus-parallax {
    background-image: url("/Upload/Image/produit/netspa/octopus/paralax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#wrapper .netspa .transition {
    background-color: #f4f5f6;
    transform: skew(0deg,-2deg);
    height: 100px;
    position: relative;
    margin-top: -3%;
}

#wrapper .netspa h4 {
    font-family: raleway;
    font-weight: 100;
    color: #606060;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 32px;
}

#wrapper .netspa .background-blanc {
    background-color: white;
}

#wrapper .netspa .padding50 {
    padding-bottom: 50px;
}

#wrapper .netspa .video {
    padding: 50px;
}

#wrapper .netspa .separation {
    border-top: 4px solid #153963;
    padding-top: 45px;
}

#wrapper .netspa h5 {
    text-align: center;
    font-family: raleway;
    font-weight: 500;
    color: #606060;
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 20px;
}

#wrapper #sav {
    background-color: #fff;
}

#wrapper .netspa #sav li {
    line-height: 50px;
    color: #2366b8;
}

    #wrapper .netspa #sav li span, #wrapper .netspa #sav p {
        font-size: 16px;
        color: #606060;
        font-weight: 500;
    }

#wrapper .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;
}

#wrapper .netspa .cell-vcenter {
    vertical-align: middle;
}
/*** Résolution de + de 1200 px *****/
@media screen and (min-width: 1200px) {
    #wrapper .netspa .rover-background, #wrapper .netspa .silver-background {
        background-size: cover !important;
        background-position: right top !important;
    }

    #wrapper .netspa .logo-netspa {
        margin-top: 35px !important;
        width: 35% !important;
    }

    #wrapper .netspa h2 {
        font-size: 55px !important;
        margin-top: 40px !important;
        line-height: 65px !important;
    }

    #wrapper .netspa.octopus h2 {
        font-size: 50px !important;
        margin-top: 27px !important;
    }

    #wrapper .netspa .produit {
        margin-top: 206px !important;
    }

    #wrapper .netspa .pastille-personnes img {
        margin-left: auto !important;
        width: 15% !important;
    }
}
/*********Ipad************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #wrapper .netspa .rover-parallax {
        background-image: url("/Upload/Image/produit/netspa/rover/paralax.jpg");
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
        min-height: 500px;
    }

    #wrapper .netspa .silver-parallax {
        background-image: url("/Upload/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) {
    #wrapper .netspa .vcenter, #wrapper .netspa .vcenterrow, #wrapper .netspa .vcentermob {
        display: block;
    }


    #wrapper .netspa .logo-netspa {
        width: 25%;
        margin-left: auto;
        margin-right: auto;
    }

    #wrapper .netspa .pastille-personnes {
        position: relative;
    }

        #wrapper .netspa .pastille-personnes img {
            margin-left: auto;
            margin-right: auto;
            margin-top: 25px;
            width: 8%;
        }

    #wrapper .netspa .rover-background, #wrapper .netspa .silver-background, #wrapper .netspa .caiman-background, #wrapper .netspa .python-background {
        height: 50%;
    }

    #wrapper .netspa .bleu-background {
        background-color: #153963;
        width: 100%;
        height: 8%;
        transform: translate3d(0, 0, 0) skew(0deg) !important;
        margin-left: 0px;
        position: absolute;
    }

    #wrapper .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;
    }



    #wrapper .netspa h2 {
        color: white;
        font-family: raleway;
        font-size: 40px;
        margin-top: 25px;
        line-height: 45px;
        text-align: center;
    }

    #wrapper .netspa .produit {
        margin-top: 25px;
    }

    #wrapper .netspa #description {
        /*margin: 50px 0px;*/
        margin: 45% 0 0;
    }

    #wrapper .netspa .rover-parallax {
        background-image: url("/Upload/Image/produit/netspa/rover/paralax.jpg");
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
        min-height: 500px;
    }

    #wrapper .netspa .silver-parallax {
        background-image: url("/Upload/Image/produit/netspa/silver/paralax.jpg");
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
        min-height: 500px;
    }

    #wrapper .netspa .col-md-4 {
        padding-right: 30px;
        padding-left: 30px;
    }

    #wrapper .netspa .video {
        padding: 0px;
    }

    #wrapper .netspa .packaging {
        margin-bottom: 35px;
        width: 60%;
    }
}
/*** Résolution de - de 480 px (mobile-portrait) *****/
@media screen and (max-width: 480px) {
    #wrapper .netspa .logo {
        width: 50%;
    }

    #wrapper .netspa .pastille-personnes img {
        width: 25%;
    }

    #wrapper .netspa .bleu-background, #wrapper .netspa .gris-background, #wrapper .netspa .caiman-background, #wrapper .netspa .python-background {
        height: 6.3%;
    }

    #wrapper .netspa #sav a {
        margin: 25px 0px;
    }

    #wrapper .netspa #description {
        /*margin: 140px 0;*/
        margin: 53% 0 0;
    }

    .product .vcentermob,
    .product .vcenterrow {
        display: block !important;
    }
}


/*---- 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) {
}


/*---- Fiche produit NetSpa 2022 ----*/
.product_netspa {
    background-color: #fff;
}

    .product_netspa#product {
        color: #5e5e5e;
    }

    .product_netspa h5.title {
        background-color: #025287;
        color: white;
        text-transform: uppercase;
        padding: 10px;
        margin-bottom: 50px;
        box-shadow: 0 0.6em 0.3em -0.3em rgba(0,0,0,.1);
        font-weight: 600;
        line-height: 1.2;
        font-size: 1.25rem;
    }

    .product_netspa #description {
        margin-bottom: 50px;
    }

        .product_netspa #description h1 {
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 0;
            color: #002c52;
        }

        .product_netspa #description .title-product .logo {
            width: 135px !important;
        }

        .product_netspa #description .title-product h2.baseline {
            font-size: 1.4rem;
            font-weight: 400;
            color: #00abe0;
        }

        .product_netspa #description .title-product h1 .top-border {
            height: 3px;
            background: #002c52;
            width: 10%;
        }

        .product_netspa #description .info-product {
            margin: 45px 0;
        }

            .product_netspa #description .info-product .right-border {
                border-right: 2px solid #002c52;
            }

            .product_netspa #description .info-product .info {
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .product_netspa #description .info-product .info .picto_desc_header {
                    padding-right: 20px;
                }

                .product_netspa #description .info-product .info .picto_header_title {
                    color: #025287;
                    text-transform: uppercase;
                    line-height: 1.2;
                    font-size: 14px;
                }

        .product_netspa #description .details-product .description {
            padding-right: 100px;
        }

            .product_netspa #description .details-product .description .mobilier {
                display: flex;
                align-items: center;
                margin-top: 40px;
                margin-bottom: 40px;
            }

                .product_netspa #description .details-product .description .mobilier h2 {
                    text-transform: uppercase;
                    font-size: 1.2rem;
                    font-weight: 600;
                    margin-bottom: 20px;
                    color: #025287;
                    background: #efefef;
                    position: absolute;
                    z-index: -1;
                    padding: 35px 210px 30px 60px;
                    margin-top: 35px;
                }

                .product_netspa #description .details-product .description .mobilier .top-border {
                    height: 2px;
                    background: #002c52;
                    width: 40%;
                    margin-bottom: 10px;
                }

                .product_netspa #description .details-product .description .mobilier img {
                    padding-left: 40%;
                }

        .product_netspa #description .details-product .avantages {
            background-color: #025287;
            color: #fff;
            text-align: center;
            padding: 10px 20px 30px 20px;
        }

            .product_netspa #description .details-product .avantages .top-border {
                height: 3px;
                background: #fff;
                width: 15%;
                margin: auto;
                margin-top: 1.5rem;
                margin-bottom: 1rem;
            }

            .product_netspa #description .details-product .avantages h2 {
                color: #fff;
                text-transform: uppercase;
                font-weight: 600;
            }

            .product_netspa #description .details-product .avantages ul {
                text-align: left;
                list-style: none;
                padding-left: 10px;
                font-size: 1.1em;
                margin-top: 20px;
                margin-bottom: 35px;
            }

                .product_netspa #description .details-product .avantages ul li {
                    margin-bottom: 10px;
                }

    .product_netspa .picto-garantie {
        width: 50%;
        margin: 16px 0;
        transition: transform 600ms;
        transform: scale(1);
    }

        .product_netspa .picto-garantie:hover {
            transition: transform 600ms;
            transform: scale(1.2);
        }

    .product_netspa #points_forts .row {
        padding-bottom: 50px;
    }

    .product_netspa #points_forts h2 {
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 20px;
        color: #025287;
    }

    .product_netspa #points_forts .top-border {
        height: 3px;
        background: #b42e6c;
        width: 15%;
        margin-bottom: 10px;
    }

    .product_netspa #accessoires {
        background-color: #025287;
        color: white;
    }

        .product_netspa #accessoires h3 {
            padding: 40px 0;
        }

        .product_netspa #accessoires .row {
            text-align: center;
        }

            .product_netspa #accessoires .row h5 {
                padding: 30px 0;
            }

    .product_netspa #caracteristiques {
        margin-bottom: 50px;
    }

        .product_netspa #caracteristiques .tab-header {
            background-color: #025287;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
        }

    .product_netspa #mobilier {
        margin-top: 50px;
    }

        .product_netspa #mobilier h5 {
            text-transform: uppercase;
            color: #025287;
            margin-bottom: 50px;
        }

            .product_netspa #mobilier h5 .top-border {
                height: 2px;
                background: #025287;
                width: 5%;
                margin-bottom: 10px;
            }

        .product_netspa #mobilier .mobilier {
            padding-bottom: 25px;
        }

        .product_netspa #mobilier p {
            padding-top: 25px;
            padding-bottom: 50px;
            color: #025287;
            text-align: center;
        }

    .product_netspa #galerie_photo .navbar {
        background-color: #025287;
        text-transform: uppercase;
        box-shadow: 0 0.6em 0.3em -0.3em rgba(0,0,0,.1);
        font-size: 1.25rem;
        padding: 10px;
    }

        .product_netspa #galerie_photo .navbar .nav-link {
            padding: 0px;
        }

        .product_netspa #galerie_photo .navbar a {
            color: white;
        }

    .product_netspa #menu_product.menu_fixed {
        background-color: #025287;
    }

    .product_netspa #entete [class*='icon'] {
        width: 100px;
    }

    .product_netspa #installation {
        background: #002C52;
        color: white;
        padding: 70px 0;
        margin-bottom: 50px;
    }

        .product_netspa #installation .row {
            align-items: center;
        }

        .product_netspa #installation .text {
            margin-bottom: 15px;
        }

            .product_netspa #installation .text h2 {
                font-size: 40px;
                font-weight: bold;
                text-transform: uppercase;
                margin-bottom: 30px;
            }

            .product_netspa #installation .text h3 {
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                margin-bottom: 0;
            }

            .product_netspa #installation .text p {
                font-size: 20px;
                margin-bottom: 15px;
            }

            .product_netspa #installation .text .btn {
                font-size: 20px;
                font-style: italic;
                padding: 0 15px;
                color: #b42e6c !important;
                background: #fff;
                border-radius: 20px;
                border: 1px solid #b42e6c;
            }

                .product_netspa #installation .text .btn:hover {
                    color: #fff !important;
                    background: #b42e6c;
                }

        .product_netspa #installation .video {
            text-align: center;
        }

            .product_netspa #installation .video iframe {
                max-width: 100%;
            }

@media (max-width: 576px) {
    /*    .product_netspa #entete .product_img {
        margin-bottom: -10% !important;
    }*/

    .product_netspa #description .info-product .info .picto_header_title {
        font-size: x-small;
        text-align: center;
    }

    .product_netspa #description .info-product .info .picto_desc_header {
        padding-right: 5px;
    }

    .product_netspa #description .details-product .description .mobilier h2 {
        padding: 35px 210px 30px 40px;
    }
}

@media (max-width: 1200px) {
    .product_netspa #entete .product_img {
        left: -50px;
    }

    .product_netspa #description .details-product .description .mobilier h2 {
        padding: 35px 210px 30px 40px;
    }
}

@media (max-width: 991px) {
    .product_netspa #entete .product_img {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .product_netspa #description .details-product .description {
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .product_netspa #description .details-product .description .mobilier h2 {
        padding: 35px 120px 30px 20px;
    }
}

@media (min-width: 992px) {
    .product_netspa #entete .product_img {
        position: absolute;
        top: 35%;
        left: 0%;
    }
}
