@font-face {
    font-family: 'ebrima';
    src: url('Ebrima.ttf');
}

@font-face {
    font-family: 'SF-Pro';
    src: url('SF-Pro.OTF');
}

body {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 980px) {
    .scroll-parent {
        height: auto;
        overflow-y: visible;
        scroll-snap-type: none;
    }
}


/* Centre le nombre d'articles dans l'icone du panier */

.nbrArticle {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    text-align: center;
    color: white;
}

.icon_bag {
    width: auto;
    height: 30px;
}


/* Centre le logo dans la navbar */

.nav-brand-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.nav-brand-center a.navbar-brand {
    margin: 0;
    pointer-events: auto;
}

.navbar.checkout {
    display: inherit;
}

h1,
h2,
h3,
h4,
h5,
li,
a,
p,
span {
    color: white;
    font-family: "SF-Pro", "ebrima", "Arial", sans-serif;
    text-decoration: none !important;
}

h2 {
    font-weight: 600;
    font-size: 48px;
}

hr {
    border-top: 0.5px solid grey;
}

tr,
td {
    border: none;
}

a:hover {
    text-decoration: none;
    color: #878787;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
    color: white !important;
}

.nav-link {
    color: white !important;
    text-decoration: none !important;
}

.logo-center {
    margin-right: 20px;
}

.navbar-nav:hover {
    text-decoration: none;
    color: #fefefe;
}

.black {
    color: black !important;
}

.navigation {
    position: fixed;
    width: 100%;
    z-index: 20;
    font-family: Ebrima;
    font-size: .85rem;
    letter-spacing: .09em;
}

.bg-dark {
    background-color: black!important;
}

.icon_langage {
    width: 25px;
    height: 15px;
}

.modal .icon_langage {
    vertical-align: -2px;
}

.icon_sd {
    width: 15px;
    height: 20px;
}

.icon_search {
    widows: 25px;
    height: 25px;
}

footer {
    background-color: black;
}

footer a {
    color: #878787;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

.position {
    display: block;
    line-height: 1;
}

.marge {
    margin-bottom: 10px
}

.color_white {
    color: white;
}

.savoir {
    background-color: transparent;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid white;
}

.savoir:hover {
    background-color: white;
    color: black;
}

.btn-produit {
    background-color: rgb(184, 184, 184);
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid white;
    color: black;
}

.btn-produit:hover {
    background-color: black;
    color: white !important;
}

.titre {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 5px;
}

.zoom {
    left: 0px;
    right: 0px;
    position: absolute;
    top: 50%;
    opacity: 0;
}

.zoom:hover {
    opacity: 1;
    color: white;
    background-color: rgba(34, 34, 34, 0.75);
}

.hovereffect {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

@media only screen and (min-width: 768px) {
    .hovereffect .overlay {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 70%;
        left: 10%;
        top: 6%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@media only screen and (max-width: 980px) {
    .hovereffect .overlay {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 50%;
        left: 10%;
        top: 3%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@media only screen and (min-width: 768px) {
    .hovereffect .produit {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 70%;
        left: 10%;
        top: 15%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        cursor: zoom-in;
    }
}

@media only screen and (max-width: 980px) {
    .hovereffect .produit {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        border: none !important;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

#myVisualisateur {
    z-index: 20;
    -webkit-animation-name: animatetop !important;
    -webkit-animation-duration: 0.4s !important;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.hovereffect:hover .overlay {
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    top: 35%;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect2 {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect2 .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 70%;
    left: 10%;
    top: 7%;
    border: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hovereffect2:hover .overlay {
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect2 img {
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect2:hover img {
    opacity: 0.5;
    background-color: black;
}

.hovereffect2 h2 {
    text-transform: uppercase;
    text-align: center;
    top: 35%;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect3:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect3 {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect3 .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 60%;
    left: 10%;
    top: 5%;
    border: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hovereffect3:hover .overlay {
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect3 img {
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect3:hover img {
    opacity: 0.5;
    background-color: black;
}

.hovereffect3 h2 {
    text-transform: uppercase;
    text-align: center;
    top: 35%;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect3:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect3:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect4 {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect4 .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 70%;
    left: 5%;
    top: 5%;
    border: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hovereffect4:hover .overlay {
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect4 img {
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect4:hover img {
    opacity: 0.5;
    background-color: black;
}

.hovereffect4 h2 {
    text-transform: uppercase;
    text-align: center;
    top: 35%;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect4:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect5 {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

@media only screen and (min-width: 768px) {
    .hovereffect5 .overlay {
        border-radius: 50%;
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 70%;
        left: 10%;
        top: 5%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@media only screen and (max-width: 980px) {
    .hovereffect5 .overlay {
        border-radius: 50%;
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 50%;
        left: 10%;
        top: 2%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

.hovereffect5:hover .overlay {
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect5 img {
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect5:hover img {
    border-radius: 50%;
    opacity: 0.5;
    background-color: black;
}

.hovereffect5 h2 {
    text-transform: uppercase;
    text-align: center;
    top: 35%;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect5:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lookbook__title {
    color: #878787;
    font-size: .875rem;
    margin: 0;
    padding: 15px 0 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3.5px;
}

.gallery {
    padding-left: 0%;
    padding-right: 0%;
    border: 1px solid black;
}

.test {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% !important;
    z-index: 1;
}


/*@media screen and (min-width: 64em) {
  .carousel-inner {
    height: 110vh;
    margin-top: -13vh;
  }
}*/

.carousel.controls-hover .carousel-control-prev-icon,
.carousel.controls-hover .carousel-control-next-icon {
    visibility: hidden;
}

.carousel.controls-hover:hover .carousel-control-prev-icon,
.carousel.controls-hover:hover .carousel-control-next-icon {
    visibility: visible;
}

.carousel-overlay {
    position: absolute;
    z-index: 12;
    /* Centrage vertical */
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Centrage horizontal - avec marge pour boutons suivant/précédent */
    left: 15%;
    width: 70%;
    text-align: center;
}

.banniere_gant {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/gant/banniere_gant.jpg");
    background-position: 50%;
    z-index: 1;
}

.image_domaine1 {
    position: relative;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/CHEMISE2.jpg");
    background-position: 57%;
    z-index: 1;
}

.image_domaine11 {
    position: relative;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/design.jpg");
    background-position: 57%;
    z-index: 1;
}

.image_domaine2 {
    position: relative;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/previsualisation_video_pansement.jpg");
    background-position: 50%;
    z-index: 1;
}

.image_domaine3 {
    position: relative;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/bioprocesseur.jpg");
    background-position: 50%;
    z-index: 1;
}

.image_domaine33 {
    position: relative;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/bioprocesseur2.jpg");
    background-position: 50%;
    z-index: 1;
}

.image_domaine4 {
    position: relative;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/ordinateur.jpg");
    background-position: 50%;
    z-index: 1;
}

.image_domaine44 {
    position: relative;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/iago.jpg");
    background-position: 50%;
    z-index: 1;
}

@media (max-width: 768px) {
    .image_domaine44 {
        background-position: left center;
    }
}

.image_domaine5 {
    position: relative;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/edito.jpg");
    background-position: 52%;
    z-index: 1;
}

.image_domaine55 {
    position: relative;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../photo/banniere/studio.jpg");
    background-position: 52%;
    z-index: 1;
}

.devise {
    color: white;
    position: absolute;
    top: 45%;
    text-align: center;
    left: 5%;
    width: 90%;
}

.button.hollow.secondary {
    border: 1px solid #fff;
    font-size: 18px;
}

.paiement {
    margin-bottom: 20px;
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .9375rem 2.1875rem;
    margin: 0 0 1rem;
    font-size: 1rem;
}

.button:hover {
    background-color: white;
    color: black !important;
}

.separation {
    margin: 10px;
}

@media (max-width: 768px) {
    .produit {
        width: 74px;
        height: 110px;
        margin-top: 10px;
    }
}

.produit1 {
    width: 74px;
    margin-bottom: 10px;
}

.article {
    width: 70px;
    height: 90px;
}

.nbrItem {
    z-index: 5;
    position: absolute;
    color: #FFF;
    top: 0em;
    left: 4.8em;
}

@media (min-width: 768px) {
    .rond {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: grey;
        position: absolute;
        z-index: 2;
        top: 0em;
        right: 0em;
    }
}

@media (max-width: 768px) {
    .rond {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: grey;
        position: absolute;
        z-index: 2;
        top: 0%;
        left: 4.5em;
    }
}


/* < md */

@media (max-width: 767px) {
    h1.text-responsive {
        font-size: calc(1.5rem + 1.5vw);
    }
    h2.text-responsive {
        font-size: calc(1.2rem + 0.9vw);
    }
    h3.text-responsive {
        font-size: calc(1.15rem + 0.6vw);
    }
    h4.text-responsive {
        font-size: calc(1.1rem + 0.3vw);
    }
    h5.text-responsive {
        font-size: calc(1.05rem + 0.1vw);
    }
}

.title_product {
    color: black;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (min-width:64em) {
    .product-single__content {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

@media screen and (min-width:40em) {
    .medium-text-left {
        text-align: left !important;
    }
    .medium-text-right {
        text-align: right !important;
    }
    .medium-text-center {
        text-align: center !important;
    }
    .medium-text-justify {
        text-align: justify!important;
    }
}

.product-single_header {
    padding: 20px 0;
}

.ecriture {
    font-family: Ebrima, Raleway, Helvetica, Roboto, Arial, sans-serif;
}

.title_product-other {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: solid 1px black;
    padding: 20px;
    margin-top: 20px;
    color: black;
    width: 80%;
}

.hover_collections:hover .collections {
    display: none;
}

.hover_collections:hover .hover_style {
    display: block;
}

.hover_style {
    display: none;
}

.hover_collections p {
    color: black;
}

.HOMMEer p {
    color: black;
}

.img-taille {
    width: 90%;
}

.cadre {
    border: 1px solid black;
}

@media (min-width: 1200px) {
    .container.container-sm {
        max-width: 960px;
    }
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

a:hover.text-shadow {
    text-shadow: none;
}

.letter-spacing {
    letter-spacing: .15em;
}

.letter-spacing-l {
    letter-spacing: .25em;
}

@media (min-width: 1200px) {
    .image {
        width: 1100px;
        height: 683px;
    }
    .image1 {
        width: 1100px;
        height: 733px;
    }
    .image3 {
        width: 1100px;
        height: 887px;
    }
}

.pause_btn {
    background-image: url("../photo/logo_video/pause.png");
    height: 50px;
    width: 50px;
}

.play_btn {
    background-image: url("../photo/logo_video/play.png");
    height: 50px;
    width: 50px;
}

.carousel.pointer-event {
    touch-action: auto;
}

.owl-item {
    touch-action: auto !important;
}

.centrage_slider {
    padding-left: -30px;
}

@media (min-width: 1200px) {
    #diapo .owl-stage-outer {
        position: relative;
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 57%;
        z-index: 1;
    }
}

.hovereffect_visualiteur {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

@media only screen and (min-width: 768px) {
    .hovereffect_visualiteur .overlay {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 70%;
        left: 10%;
        top: 6%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@media only screen and (max-width: 980px) {
    .hovereffect_visualiteur .overlay {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 50%;
        left: 10%;
        top: 3%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@media only screen and (min-width: 768px) {
    .hovereffect_visualiteur .visualisateur {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 70%;
        left: 10%;
        top: 15%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        cursor: zoom-in;
    }
}

@media only screen and (max-width: 980px) {
    .hovereffect_visualiteur .visualisateur {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        border: none !important;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@media only screen and (min-width: 768px) {
    .hovereffect_visualiteur .produit {
        position: absolute;
        overflow: hidden;
        width: 80%;
        height: 70%;
        left: 10%;
        top: 15%;
        border: 1px solid #FFF;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        cursor: zoom-in;
    }
}

@media only screen and (max-width: 980px) {
    .hovereffect_visualiteur .produit {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        border: none !important;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@media only screen and (min-width: 768px) {
    .hovereffect_visualiteur:hover .overlay {
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 768px) {
    .hovereffect_visualiteur .overlay {
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 768px) {
    .overlay h2 {
        color: white;
    }
}

.hovereffect_visualiteur img {
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media only screen and (min-width: 768px) {
    .hovereffect_visualiteur h2 {
        text-transform: uppercase;
        text-align: center;
        top: 35%;
        position: relative;
        font-size: 17px;
        background-color: transparent;
        padding: 1em 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@media only screen and (max-width: 768px) {
    .hovereffect_visualiteur h2 {
        text-transform: uppercase;
        text-align: center;
        top: 35%;
        position: relative;
        font-size: 17px;
        background-color: transparent;
        padding: 1em 0;
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) {
    .hovereffect_visualiteur:hover h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#produit .owl-dots {
    position: absolute;
    top: 10px;
    left: 25%;
    right: 25%;
}