/*////////////////////////////
////////FONT FACE
////////////////////////////*/

@font-face {
    font-family: "Samsung One";
    src: url('../font/SamsungOne-450.ttf');
}

@font-face {
    font-family: "Samsung One";
    font-weight: 300;
    src: url('../font/SamsungOne-300.ttf');
}

@font-face {
    font-family: "Samsung One";
    font-weight: 600;
    src: url('../font/SamsungOne-600.ttf');
}

@font-face {
    font-family: "Samsung One";
    font-weight: 700;
    src: url('../font/SamsungOne-800.ttf');
}

@font-face {
    font-family: "Samsung One";
    font-weight: 800;
    src: url('../font/SamsungSharpSans-Bold.ttf');
}


/*SIZE MAP SVG IE*/

img[src*=".svg"] {
    width: 100%\9;
    height: 600px;
}

.map svg {
    height: 780px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

@media (max-width:780px) {
    .map svg {
        height: 100%;
        width: 100%;
    }
}


/*REDIRECTION PAGE*/

.img-bkg-redir {
    background: url("../img/redir-bkg.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

.logo-samsung-w {
    width: 11rem;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.wrap-redir {
    width: 700px;
    color: #FFFFFF;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.wrap-redir h1 {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    padding-bottom: 2rem;
    line-height: 1.3;
}

.wrap-redir .bt-redir {
    position: relative;
    transition: all .2s ease-out;
    margin-top: 2rem;
    background-color: #000000;
    ;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    padding: .8rem 2.5rem .8rem 1.5rem;
    border-radius: 3rem;
}

.wrap-redir .bt-redir font {
    position: absolute;
    right: 1rem;
}

.wrap-redir .bt-redir:hover font {
    animation-name: arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-direction: alternate-reverse;
}

.wrap-redir .bt-redir:hover {
    transition: all .2s ease-out;
    background-color: #ffffff;
    color: #000000;
}


/* animation code arrow right button*/

@keyframes arrow {
    0% {
        right: 1.2rem;
    }
    25% {
        right: .8rem;
    }
    50% {
        right: 1.2rem;
    }
    75% {
        right: .8rem;
    }
    100% {
        right: 1.2rem;
    }
}

@media (max-width:990px) {
    .wrap-redir {
        width: 100%;
        bottom: 30%;
        z-index: 999;
    }
    .wrap-redir h1 {
        position: relative;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*PAGE TRANSITION*/

body {
    opacity: 1;
    /*opacity: 0;
    transition: opacity .5s;*/
}


/*DEFAULT */

body,
html {
    /*height: 100%;*/
    font-family: "Samsung One", Helvetica, Arial, sans-serif;
}

button {
    outline: none !important;
}

.img-fluid {
    width: 100%;
}

.bg-light {
    background-color: #FFF !important;
}

.navbar-brand {
    display: block;
    margin: 0 auto;
    right: 0;
}

a,
a:hover {
    transition: all .2s ease-out;
}

sup {
    font-weight: 300;
    font-size: 1rem;
}

.wrapper-buttons sup {
    top: -.1em;
    font-size: .8rem;
}


/*NAVBAR*/

.navbar-nav {
    float: left;
}

.navbar {
    justify-content: inherit;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: all .2s ease-out;
    -webkit-box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, 0.55);
    box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, 0.55);
}

.bt-back {
    line-height: 1.8;
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    transition: all .2s ease-out;
}

.bt-back:hover {
    text-decoration: none;
    color: #000000;
    transition: all .2s ease-out;
    opacity: .7;
}


/*BUTTONS*/


/*BT V2*/

.bt-resp {
    position: relative;
    width: 46%;
    float: left;
    margin: 2% 2%;
    left: 0;
    font-size: 2.4vw;
    border: none;
    color: rgb(0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
    text-align: center;
}

.bt-resp:hover {
    color: #000;
    text-decoration: none;
}

@media (max-width: 780px) {
    .bt-demo {
        background-color: rgba(255, 255, 255, 1) !important;
        color: #000 !important;
        font-weight: 400 !important;
        box-shadow: none !important;
    }
}

@media (max-width: 500px) {
    .bt-resp {
        font-size: 3.2vw !important;
        width: 100%;
        margin: 2% 0;
        left: 0;
        font-size: 2.4vw;
        text-align: center;
    }
    .bt-resp:hover {
        text-decoration: none;
        color: #000;
    }
}


/*/////////////////*/

.hotpoint {
    font-size: 1.3vw;
}

.bt-home-news {
    top: 23%;
    left: 49%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-home-news::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}

.bt-home-sonosync {
    top: 40.5%;
    right: 3%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-home-sonosync::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 65%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}

.bt-home-contact {
    top: 47%;
    right: 19%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-home-contact::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}

.bt-home-corner {
    top: 59%;
    left: 37%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-home-corner:hover {
    text-decoration: none;
    color: #000;
}

.bt-home-corner h1 {
    font-size: 1.4vw;
    margin: 0;
    padding: .2rem 0;
}

.bt-home-corner::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}


/*BUTTONS CORNER*/

.bt-heraW9 {
    top: 52%;
    left: 9%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-heraI10 {
    top: 44%;
    left: 29.5%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-heraW10 {
    top: 45%;
    right: 33%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-hs60 {
    top: 49%;
    right: 11%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-samsungLab {
    top: 66%;
    left: 48.5%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}


/*BUTTONS STANDS*/


/*HERA W9*/

.bt-img-tech {
    top: 51%;
    left: 45%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}


/*.bt-img-tech::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 74%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(0, 0, 0, .7) transparent transparent transparent;
    line-height: 0px;
  }*/

.bt-img-clin {
    top: 49%;
    left: 16%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}


/*.bt-img-clin::after {
    content: " ";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(-180deg);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(0, 0, 0, .7) transparent transparent transparent;
    line-height: 0px;
  }*/

@media (max-width:990px) {
    .hospot {
        background: none !important;
        font-size: 1.4vw;
        position: relative;
        width: auto;
        height: auto;
        border: none;
        color: #fff;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
        border-radius: 3rem;
        padding: .5rem 1rem;
        background-color: rgba(0, 0, 0, .7);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        transform: scale(1);
        transition: all .2s ease-out;
    }
}

.bt-img-skema {
    top: 62%;
    left: 49%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-img-sondes {
    top: 61%;
    left: 41%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}


/*.bt-img-skema::after {
    content: " ";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(-180deg);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(0, 0, 0, .7) transparent transparent transparent;
    line-height: 0px;
  }*/

.bt-partners {
    top: 52.5%;
    right: 22%;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-partners::after {
    content: " ";
    position: absolute;
    bottom: -7px;
    right: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}

.bt-infos {
    top: 71%;
    right: 28%;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.infos-w10 {
    top: 66%;
    left: 20%;
}

.infos-i10 {
    top: 56%;
    right: 21%;
}

.infos-hs60 {
    top: 63%;
    right: 28%;
}

.bt-infos img {
    top: -.1rem;
    right: .05rem;
    position: relative;
}

.bt-infos:hover img {
    opacity: .5;
}


/*HERA I10*/

.bt-img-tech-heraI10 {
    top: 52%;
    left: 36%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-skema-i10 {
    top: 66%;
    left: 38.5%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-img-clin-i10 {
    top: 36%;
    right: 18.5%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-partners-i10 {
    top: 68%;
    right: 21.5%;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-partners-i10::after {
    content: " ";
    position: absolute;
    top: -7px;
    left: 67%;
    transform: translateX(-50%) rotate(-180deg);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}

.bt-sonde-i10 {
    top: 59%;
    right: 38.5%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-armchair-i10 {
    top: 76%;
    right: 41.2%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}


/*HERA W10*/

.bt-img-tech-w10 {
    top: 53%;
    left: 40%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-skema-w10 {
    top: 65%;
    left: 47%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-sondes-w10 {
    top: 63%;
    left: 38%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-img-clin-w10 {
    top: 36.5%;
    right: 22%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-partners-w10 {
    top: 55%;
    left: 20%;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-partners-w10::after {
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 30%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}


/*HS60*/

.bt-img-tech-hs60 {
    top: 50%;
    left: 26%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-skema-hs60 {
    top: 64%;
    left: 34%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-img-clin-hs60 {
    top: 33%;
    right: 10%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.parallax {
    max-width: 110% !important;
}

.bt-parterns-hs60 {
    top: 49%;
    right: 29%;
    font-size: 1.4vw;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-parterns-hs60::after {
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}


/*////////////////////*/

.bt-gallery-hs60 {
    top: 71%;
    left: 23%;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-gallery-hs60::after {
    content: " ";
    position: absolute;
    top: -12%;
    left: 50%;
    transform: rotate(180deg) !important;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(0, 0, 0, .7) transparent transparent transparent;
    line-height: 0px;
}


/*BT MAP*/

.bt-distrib {
    top: 51%;
    right: 24%;
    position: absolute;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    font-size: 1.2vw !important;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 3rem;
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(1);
    transition: all .2s ease-out;
}

.bt-distrib::after {
    content: " ";
    position: absolute;
    bottom: -19%;
    right: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    line-height: 0px;
}

@media (max-width: 780px) {
    .wrapper-buttons {
        padding: 20px;
        margin-bottom: 10rem;
    }
    .hotpoint {
        position: relative;
        width: 46%;
        float: left;
        margin: 2% 2%;
        left: 0;
        font-size: 1rem !important;
        background-color: rgba(255, 255, 255, 1);
        text-align: center;
        color: #000;
    }
    .bt-home-corner h1 {
        font-size: 1rem !important;
    }
    .hotpoint:hover {
        transform: scale(1) !important;
    }
    .hotpoint::after {
        content: none;
    }
}

@media (max-width: 500px) {
    .bt-home-corner h1 {
        font-size: 3.2vw !important;
    }
}

@media (max-width: 600px) {
    .hotpoint {
        width: 100% !important;
        margin: 2% 0;
    }
}

@media (max-width: 500px) {
    .hotpoint {
        width: 100%;
        margin: 2% 0;
        left: 0;
        font-size: 3.2vw !important;
    }
}

.hotpoint:hover {
    /*-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;*/
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transform: scale(1.1);
    transition: all .2s ease-out;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}


/**/

.wrapper-content {
    position: relative;
    padding-top: 56px;
}

@media (max-width:780px) {
    .wrapper-content {
        padding-bottom: 17rem;
    }
}

@media (max-width:500px) {
    .wrapper-content {
        padding-bottom: 25rem;
    }
}


/*////////////////////////////
////////SONOSYNC / SONDES
////////////////////////////*/

.sonde {
    border: 1px solid #e6e6e6;
    padding: 1rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0px 0px 15px 7px rgba(204, 204, 204, 0.58);
    box-shadow: 0px 0px 15px 7px rgba(204, 204, 204, 0.58);
    margin-bottom: 2rem;
}

.sonde h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.sonde p {
    height: 3rem;
}


/*////////////////////////////
////////EMBED VIDEO
////////////////////////////*/

.stand-content .embed-responsive {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    top: 36.6%;
    left: 35.3%;
    width: 18.3%;
    border: 7px solid #000;
}

.stand-content .embed-video-w9 {
    top: 32.5%;
    left: 47%;
    width: 17%;
    transform: matrix3d(1, -0.01, 0, -0.0002, 0.01, 1, 0, -0.0000, 0.3, 0, 1, 0, 0, 0, 0, 1);
    border: 3px solid #000;
}

.stand-content .embed-video-i10 {
    top: 34.1%;
    left: 30.3%;
    width: 19%;
    transform: matrix3d(1, 0.03, 0, 0.0005, 0.01, 1, 0, -0.0000, 0.3, 0, 1, 0, 0, 0, 0, 1);
    border: 3px solid #1c1c1c;
}

.stand-content .embed-video-w10 {
    top: 34.3%;
    left: 28.5%;
    width: 17.3%;
    border: 5px solid #000;
    transform: matrix3d(1, 0.005, 0, 0.00015, 0, 1, 0, -0.0000, 0.3, 0, 1, 0, 0, 0, 0, 1);
}

.stand-content .embed-video-hs60 {
    top: 37.6%;
    left: 35.57%;
    width: 18%;
    transform: matrix3d(1, 0.001, 0, 0.0001, 0.01, 1, 0, -0.0000, 0.3, 0, 1, 0, 0, 0, 0, 1);
    border: 3px solid #000;
}

@media (min-width: 1980px) {
    .stand-content .embed-video-i10 {
        top: 33.4%;
        left: 36.75%;
        width: 16.6%;
        transform: matrix3d(1, 0.03, 0, 0.00020, 0.01, 1, 0, -0.0000, 0.3, 0, 1, 0, 0, 0, 0, 1);
    }
    .stand-content .embed-video-w9 {
        top: 30%;
    }
    .stand-content .embed-video-w10 {
        top: 31%;
    }
    .stand-content .embed-video-hs60 {
        top: 36.5%;
        left: 35.7%;
    }
}

@media (max-width: 1980px) {
    .stand-content .embed-video-w9 {
        top: 31%;
    }
    .stand-content .embed-video-i10 {
        left: 36.75%;
        width: 16.6%;
        transform: matrix3d(1, 0.03, 0, 0.00020, 0.01, 1, 0, -0.0000, 0.3, 0, 1, 0, 0, 0, 0, 1);
    }
    .stand-content .embed-video-w10 {
        top: 32.3%;
    }
    .stand-content .embed-video-hs60 {
        top: 37%;
    }
}

@media (max-width: 1700px) {
    .stand-content .embed-video-w9 {
        top: 31.4%;
    }
    .stand-content .embed-video-i10 {
        left: 36.7%;
    }
    .stand-content .embed-video-w10 {
        top: 32.8%;
    }
    .stand-content .embed-video-hs60 {
        top: 37.3%;
    }
}

@media (max-width: 1500px) {
    .stand-content .embed-video-w9 {
        top: 32%;
    }
    .stand-content .embed-video-w10 {
        top: 33%;
    }
    .stand-content .embed-video-hs60 {
        top: 37.6%;
    }
    .stand-content .embed-video-i10 {
        left: 36.8% !important;
        transform: matrix3d(1, 0.021, 0, 0.0004, 0.0, 1, 0, 0.0001, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@media (max-width: 1200px) {
    .stand-content .embed-video-w9 {
        top: 33%;
    }
    .stand-content .embed-video-i10 {
        top: 35.6%;
        left: 30.5%;
    }
    .stand-content .embed-video-w10 {
        top: 34%;
    }
    .stand-content .embed-video-hs60 {
        top: 38.7%;
    }
}

@media (max-width: 990px) {
    .stand-content .embed-video-w9 {
        top: 34%;
    }
    .stand-content .embed-video-w10 {
        top: 35.2%;
    }
    .stand-content .embed-video-hs60 {
        top: 39.5%;
        left: 35.5%;
    }
    .stand-content .embed-video-i10 {
        top: 37%;
    }
}

@media (max-width: 780px) {
    .stand-content .embed-responsive {
        position: relative;
        margin-top: 0;
        left: 50% !important;
        transform: translateX(-50%);
        width: 90%;
        border-radius: .75rem;
        border: none;
        -webkit-box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, 0.55);
        box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, 0.55);
    }
}


/*////////////////////////////
////////MODAL
////////////////////////////*/

.modal-header {
    display: block;
    padding-bottom: 0;
}

.modal-header h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 2.5rem;
}

.modal-content {
    border-radius: 1.3rem;
    border: none;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

@media (max-width: 780px) {
    .modal-content {
        width: 100%;
    }
}

.stand-gallery .modal-content {
    width: 65% !important;
}

@media (max-width: 780px) {
    .stand-gallery .modal-content {
        width: 100% !important;
    }
}

.stand-gallery .modal-content .carousel-indicators {
    margin-right: 3%;
    margin-left: 3%;
}

.modal-header p {
    width: 80%;
    float: left;
    margin-bottom: 0;
    margin-top: .3rem;
    font-size: 1.3rem;
    left: 50%;
    line-height: 1;
    position: relative;
    transform: translateX(-50%);
}

.modal-header .close {
    padding: 1rem;
    position: absolute;
    top: 1rem;
    right: 25px;
    z-index: 9999;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 96%;
        margin: 1.75rem auto;
    }
}

@media (max-width: 780px) {
    .modal-body {
        margin-bottom: 4rem;
    }
}


/*MODAL SONOSYNC*/

.modal-sonosync .modal-body {
    padding: 2rem !important;
}

.modal-sonosync .modal-body h3 {
    color: #000000;
    font-weight: 600;
    font-size: 2rem;
    padding: .5rem 0;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #00000080;
}


/*////////////////////////////
////////BOX-ASIDE PUNCHLINE
////////////////////////////*/

.box-aside {
    background-color: rgba(0, 0, 0, 0.85);
    width: 300px;
    height: 100%;
    position: fixed;
    top: 56px;
    left: 0;
    z-index: 9;
    transition: all .2s ease-out;
}


/*.ico-more {
    background-image: url("../img/ico-less.png");
    padding: 11px;
    background-repeat: no-repeat;
    background-position: -5px 10px;
}*/

.close-window {
    z-index: 99999;
    position: absolute;
    right: -30px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.85);
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.close-window span {
    color: #fff;
    font-size: 1.5rem;
    transition: all 1s ease-out;
    font-weight: 300;
}

.close-window:hover span {
    color: rgba(255, 255, 255, 0.445);
}

.close-window:hover {
    color: #fff;
    text-decoration: none;
    transition: all 1s ease-out;
}

.close-window::before {
    content: "";
    transform: rotate(45deg);
    background-image: url("../img/ico-more.png") !important;
    width: 30px;
    height: 30px;
    position: absolute;
}

.toggle-slide-left {
    margin-left: -300px;
    transition: all .2s ease-out;
}

.toggle-slide-left .close-window::before {
    content: "";
    transform: rotate(90deg);
}

.box-resp .close-window {
    bottom: initial;
    top: -32px;
    right: 0;
}

.toggle-slide-bottom .close-window {
    top: 0;
}

.toggle-slide-bottom {
    margin-bottom: -260px;
    transition: all .2s ease-out;
}

.wrapper-punchline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width:1250px) {
    .wrapper-punchline {
        top: 36%;
    }
}

@media (max-width:780px) {
    .wrapper-punchline {
        top: 36%;
    }
}

.box-aside p {
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 2.3rem;
    line-height: 1;
    padding: 0 2rem;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.box-aside .bt-more {
    width: 68%;
    float: left;
    margin: .3rem 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: 2rem;
    font-size: 1.1rem;
}


/*@media (max-width: 780px){
    .box-aside {
        bottom: 0;
        top: inherit;
        width: 100%;
    }
    .wrapper-punchline {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 100%;
    }
    .box-aside .bt-more {
        width: 45%;
    }
}*/


/*////////////////////////////
////////BOX-LEFT PUNCHLINE
////////////////////////////*/

.box-left {
    background-color: rgba(0, 0, 0, 0.85);
    width: 300px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.5rem 2rem;
}

.punchline {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    padding: 0;
    text-align: center;
    color: #fff;
}

.punchline p {
    float: left;
    margin-bottom: 0;
}

.bt-more {
    position: relative;
    margin-top: .5rem;
    border-radius: 1rem;
    font-size: .9rem;
    color: #000;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: .4rem 1rem;
    float: right;
    margin-right: 2rem;
    transition: all .2s ease-out;
}

.bt-more:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(116, 116, 116, 0.7);
    transition: all .2s ease-out;
}

@media (max-width:780px) {
    .box-aside {
        height: 100% !important;
    }
}


/*@media (max-width:780px) {
    .box-left {
        height: 330px;
    }
    .punchline {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .punchline p {
        width: 100%;
    }
    .bt-more {
        float: left;
        margin: 1rem 0;
        left: 50%;
        width: 43%;
        transform: translateX(-50%);
    }
    .bt-confort {
        clear: both;
        margin-top: 0;
    }
}*/


/*////////////////////////////
////////INFOS
////////////////////////////*/

.modal-subtitle {
    width: 100%;
    color: #000000;
    font-weight: 700;
    float: left;
    padding-bottom: 1rem;
    float: left;
    border-bottom: 1px solid #050505;
}

.box-infos .modal-body {
    padding: 0 1.5rem;
}

.box-infos h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.url-site-sam {
    color: #000000;
    text-decoration: underline;
}

.url-site-sam:hover {
    color: #000000;
    opacity: .8;
}

.brochure {
    color: #000000;
    font-size: 1rem;
    line-height: 1.8;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    width: 100%;
}

.brochure:hover {
    color: #000000;
    opacity: .8;
    text-decoration: none;
}

.brochure img {
    padding-right: .3rem;
}

.logo-partner {
    width: 100%;
}

.d-center {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
}

@media (max-width: 780px) {
    .box-infos .modal-header {
        margin-bottom: 2rem;
    }
    .brochure {
        font-size: 1rem;
        line-height: 1.1;
    }
    .logo-partner {
        width: 60%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
    .box-infos .modal-body .img-echo {
        width: 65%;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
    }
}


/*////////////////////////////
////////MAP
////////////////////////////*/

.map {
    width: 100%;
    position: relative;
    left: -3%;
}

.map-idf {
    width: 80%;
    margin-top: 6rem;
    margin-left: 0;
    float: left;
}

.num-w {
    stroke: #fff;
    fill: #fff;
    stroke-width: 0.5;
}

.active-dept {
    opacity: .5;
}

.dept-selected {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

@media(max-width: 780px) {
    .map-idf {
        width: 48%;
        margin-top: -5rem;
        margin-left: 0;
        float: left;
    }
}

.st0 {
    fill: #cac8c8;
    stroke: #000000;
    stroke-width: 0.5;
}

.st1 {
    fill: #24b0f3;
    stroke: #000000;
    stroke-width: 0.5;
}

.st2 {
    fill: #000000;
    stroke: #FFF;
    stroke-width: 0.5;
}

.st3 {
    fill: #6a6666;
    stroke: #000000;
    stroke-width: 0.5;
}

.st4 {
    fill: #8858c5;
    stroke: #000000;
    stroke-width: 0.5;
}

.st5 {
    fill: #1c3986;
    stroke: #FFFFFF;
    stroke-width: 0.5;
}

.st6 {
    fill: #ffffff;
    stroke: #FFFFFF;
    stroke-width: 0.5;
}

@media (max-width: 780px) {
    .map {
        top: 0;
    }
}

.zone {
    background-color: #ccc;
    border-radius: 1rem;
    padding: 1rem;
    border: 2px solid transparent;
    transition: all .2s ease-out;
    transform: scale(1);
    float: left;
    margin-bottom: 2rem;
}

.zone a {
    color: white;
}

.zone h4 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.zone p {
    font-size: .9rem;
    margin-bottom: .2rem;
}

path:hover {
    opacity: .8;
}

.active {
    opacity: .9;
    color: #fff;
    transform: scale(1.05);
    transition: all .2s ease-out;
}

.col-z0 {
    background-color: #cac8c8;
    color: #fff;
}

.col-z1 {
    background-color: #24b0f3;
    color: #fff;
}

.col-z2 {
    background-color: #383838;
    color: #fff;
}

.col-z3 {
    background-color: #6a6666;
    color: #fff;
}

.col-z4 {
    background-color: #8858c5;
    color: #fff;
}

.col-z5 {
    background-color: #1c3986;
    color: #fff;
}

.col-z6 {
    background-color: #1c3986;
    color: #fff;
}

#zone0,
#zone1,
#zone2,
#zone3,
#zone4,
#zone5,
#zone6 {
    width: 100%;
    z-index: 99;
    position: relative;
    margin-top: -1%;
    /*transform: translateX(-50%);*/
    text-align: center;
}

@media (max-width: 500px) {
    #zone0,
    #zone1,
    #zone2,
    #zone3,
    #zone4,
    #zone5,
    #zone6 {
        width: 100%;
    }
}


/*SAMSUNG LAB*/

.partners-list {
    width: 100%;
    margin-top: 2rem;
}

.partners-list span {
    font-weight: 800;
}

.img-opus {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

@media (max-width:780px) {
    .img-opus {
        width: 100%;
    }
}

.modal-sonosync h2 {
    font-weight: 700;
    background-color: #000000;
    color: #fff;
    padding: .4rem .8rem;
    border-radius: .2rem;
    margin-top: 1rem;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.modal-sonosync h2[aria-expanded="false"]::after {
    content: "+";
    position: absolute;
    right: 30px;
    color: #fff;
    top: 23px;
    z-index: 999;
    font-weight: 300;
}

.modal-sonosync h2[aria-expanded="true"]::after {
    content: "–";
    position: absolute;
    right: 30px;
    color: #fff;
    top: 20px;
    z-index: 999;
    font-weight: 300;
}


/*CAROUSSEL*/

.modal-header {
    text-align: center;
    border: none;
    padding-top: 2rem;
}

.modal-title {
    line-height: 1;
}

.title-thumb {
    color: #fff;
    position: absolute;
    font-size: 1.2rem;
    z-index: 999;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.carousel-indicators li {
    text-indent: inherit;
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

.carousel iframe {
    width: 100%;
}

.modal-body {
    padding: 0;
}

.carousel-caption {
    position: relative;
    right: unset;
    bottom: unset;
    left: unset;
    padding-bottom: 1rem;
    padding-top: 0;
}

.carousel-caption h5 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #000000 !important;
}

.carousel-caption p {
    color: #000;
    padding: 0 2rem;
}

.carousel-item.active {
    transform: scale(1) !important;
}

#custCarousel .carousel-indicators,
#custCarousel-2 .carousel-indicators,
#custCarousel-3 .carousel-indicators,
#custCarousel-4 .carousel-indicators {
    position: static;
    margin-top: 20px;
    margin-bottom: 45px;
}

#custCarousel .carousel-indicators>li,
#custCarousel-2 .carousel-indicators>li,
#custCarousel-3 .carousel-indicators>li,
#custCarousel-4 .carousel-indicators>li {
    width: 150px;
    height: inherit;
    overflow: hidden;
}

#custCarousel .carousel-indicators li img,
#custCarousel-2 .carousel-indicators li img,
#custCarousel-3 .carousel-indicators li img,
#custCarousel-4 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    border-radius: .5rem;
}

#custCarousel .carousel-indicators li.active img,
#custCarousel-2 .carousel-indicators li.active img,
#custCarousel-3 .carousel-indicators li.active img,
#custCarousel-4 .carousel-indicators li.active img {
    opacity: 1;
    border: 3px solid #3e4092;
}

#custCarousel .carousel-indicators li:hover img,
#custCarousel-2 .carousel-indicators li.active img,
#custCarousel-3 .carousel-indicators li.active img,
#custCarousel-4 .carousel-indicators li.active img {
    opacity: 0.75
}

.carousel-item img {
    width: 100%
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #000;
    height: 50px;
    width: 50px;
    top: 41%;
    transform: translateY(-50%);
    border-radius: 8rem;
}

.carousel-control-prev {
    left: 16px;
}

.carousel-control-next {
    right: 16px;
}

@media (max-width: 780px) {
    .title-thumb {
        font-size: .7rem;
    }
    .carousel-indicators {
        margin: 0;
    }
    .modal-body {
        padding: 0;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    #custCarousel .carousel-indicators,
    #custCarousel-2 .carousel-indicators,
    #custCarousel-3 .carousel-indicators,
    #custCarousel-4 .carousel-indicators {
        margin-bottom: 0;
    }
}


/*COLLAPSE TEXT IMAGE TECHNO*/

.module-more {
    font-size: 1rem;
    line-height: 1.5;
}

.module-more h3 {
    font-weight: 600;
    font-size: 1.4rem;
    color: #000000;
}

.module-more a {
    color: #000000;
}

.module-more #collapse1.collapse:not(.show),
.module-more #collapse2.collapse:not(.show),
.module-more #collapse3.collapse:not(.show),
.module-more #collapse4.collapse:not(.show),
.module-more #collapse5.collapse:not(.show) {
    display: block;
    height: 5.4rem;
    overflow: hidden;
}

.module-more #collapse1.collapsing,
.module-more #collapse2.collapsing,
.module-more #collapse3.collapsing,
.module-more #collapse4.collapsing,
.module-more #collapse5.collapsing {
    height: 5.4rem;
}

.module-more a.collapsed::after {
    content: '+ Voir plus';
}

.module-more a:not(.collapsed)::after {
    content: '- Voir moins';
}


/*CONTACT*/

.form-control {
    border-radius: 1rem;
}

.has-error input,
.has-error select,
.has-error .form-control {
    border: 1px solid #f0315a;
}

.with-errors {
    color: #f0315a;
}

.text-danger {
    font-size: 1.3rem;
}

.form-signin {
    padding: 0 2rem;
}

.modal-contact .modal-body {
    padding: 0 2rem 3rem 2rem;
}

.title-contact {
    text-align: center;
    width: 100%;
    font-size: 2.8rem;
    color: #000000;
    padding: 2rem;
}

.btn-primary {
    background-color: #000000;
    border: none;
    border-radius: 3rem;
    box-shadow: none;
    transition: all .2s ease-out;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #00000069;
}

.text-success {
    color: #2fbda4!important;
    font-size: 1.3rem;
}

.btn-primary:hover {
    background-color: #1b1b1b;
}

.social-links {
    /*position: absolute;
    bottom: 1.5rem; 
    right: 50px;
    bottom: calc(6rem - 2rem);*/
    position: relative;
    left: -67%;
}

.social-links img {
    width: 2rem;
}

@media (max-width:780px) {
    .social-links {
        position: relative;
        left: 0;
        /*left: 50%;
        transform: translateX(-50%);
        clear: both;
        float: left;
        margin-top: 0;
        right: inherit;
        position: relative;
        bottom: -4rem;*/
    }
    .social-links img {
        width: 17% !important;
        border: 2px solid #fff3;
        border-radius: 5rem;
    }
    .wrap-log .social-links img {
        width: 2rem !important;
    }
}

.social-links a {
    transition: all .2s ease-out;
    margin: 0 .5rem;
}

.social-links a:hover {
    opacity: .8;
    transition: all .2s ease-out;
}

select {
    padding-left: .75rem !important;
    background: url(../img/ico-select.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 96%;
}

.list-unstyled li {
    padding-left: .7rem;
}

.title-contact {
    color: #000;
    font-weight: 700;
    font-family: "Samsung One";
}


/*Hotspot*/

.hotspot {
    background: url("../img/hotspot.png") no-repeat;
    width: 70px;
    height: 70px;
    background-size: 70px;
    float: left;
    position: absolute;
    opacity: 1;
}

.hotspot:hover {
    background: url("../img/hotspot-hover.png") no-repeat;
}

@media (min-width:1980px) {
    .bt-img-tech-w10 {
        top: 53%;
        left: 40%;
    }
    .bt-skema-w10 {
        top: 66%;
        left: 48%;
    }
    .bt-img-clin-w10 {
        top: 37.5%;
        right: 23%;
    }
}


/*/////////////////////////*/


/*/////////ACTUS*/


/*/////////////////////////*/

.post {
    position: relative;
    padding: 0 1rem 0 0;
    border-radius: .75rem;
    overflow: hidden;
    background-color: #FAFAFA;
    -webkit-box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, .5);
    box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, .5);
    margin-bottom: 1rem;
    float: left;
}

.post-img {
    width: 30%;
    float: left;
}

.post-text {
    padding: 1.5rem 2rem;
    width: 70%;
    float: left;
}

@media (max-width: 990px) {
    .post-img,
    .post-text {
        width: 100%;
    }
    .post {
        padding: 0;
    }
}

.post-text h2 {
    font-weight: 600;
}

.post-text p {
    padding-bottom: 2rem;
}

.bt-more-post {
    position: absolute;
    bottom: 1rem;
    right: 0;
    border-radius: 2rem;
    font-size: 1.1rem;
    color: #000;
    border: 1px solid #000;
    display: block;
    text-align: center;
    padding: .4rem 1rem;
    float: right;
    margin-right: 2rem;
    transition: all .2s ease-out;
}

.bt-more-post:hover {
    border: 1px solid rgb(163, 163, 163);
    color: rgb(163, 163, 163);
    text-decoration: none;
    transition: all .2s ease-out;
}


/*/////////////////////////*/


/*/////////TECH*/


/*/////////////////////////*/

.modal-body.view-tech {
    padding: 0 2rem;
}

.title-tech {
    font-size: 3.3rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin: 1rem 0 2rem 0;
}

.post-tech {
    position: relative;
    padding: 0 1rem 0 0;
    overflow: hidden;
    margin-bottom: 0;
    float: left;
}

.tech-img {
    width: 30%;
    float: left;
}

.tech-text {
    padding: 0 2rem 0 2rem;
    width: 70%;
    float: left;
}

.tech-text h2 {
    font-weight: 800;
}

.tech-text p {
    padding-bottom: 0;
    float: left;
}

.slide-indicators {
    bottom: -1rem;
    position: relative;
    float: left;
    clear: left;
    left: 50%;
    transform: translateX(-50%);
}

.slide-indicators .active {
    background-color: #000 !important;
}

.slide-indicators li {
    background-color: rgba(0, 0, 0, 0.3);
}

.view-tech .tech-img {
    width: 20%;
}

.view-tech .tech-text {
    width: 80%;
}

@media (max-width: 990px) {
    .tech-img,
    .tech-text {
        width: 100% !important;
    }
    .post-tech {
        padding: 0;
    }
    .tech-text {
        padding-top: 0;
    }
    .view-tech .tech-img {
        padding-left: 2rem;
    }
    .modal-body.view-tech {
        padding: 0;
    }
    .img-tech {
        padding-right: 0;
    }
}


/*SAMSUNG LAB*/

.menu-tabs {
    display: none;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
}

#closeBox {
    color: #FFF;
    font-weight: 300;
    font-size: 3rem;
    position: absolute;
    z-index: 99;
    top: 1rem;
    right: 1.5rem;
}

.showBox {
    display: block;
}

.hideHotSpot {
    display: none !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgba(0, 0, 0, .8);
}

.tab-content {
    position: relative;
    background-color: rgba(0, 0, 0, .8);
    padding: 3.5rem;
    border-radius: .5rem;
    float: right;
    width: 76%;
    height: 100%;
    min-height: 30rem;
    margin-bottom: 6rem;
    overflow: scroll;
    padding-bottom: 15rem;
}

@media (max-width:780px) {
    .tab-content>.tab-pane {
        padding-bottom: 23rem;
    }
}

.nav-pills .nav-link {
    color: #fff;
    font-weight: 800;
    width: 100%;
    text-align: center;
    border-radius: 2rem;
    text-shadow: #000 1px 1px 10px;
}

.nav-pills {
    position: relative;
    float: left;
    width: 18%;
    top: 0;
}

.wrapper-content img {
    transform: scale(1);
    transition: all .2s ease-out;
}

.wrapper-content img.blur {
    /* Safari */
    -webkit-filter: blur(3px);
    /* Firefox */
    -moz-filter: blur(3px);
    /* Opera */
    -o-filter: blur(5px);
    /* Internet Explorer */
    -ms-filter: blur(3px);
    /* Filtre de floutage CSS3 standard */
    filter: blur(3px);
    transform: scale(2.5);
    transition: all .2s ease-out;
    /*position: fixed;*/
}

.light-box-left {
    padding: 0;
}

.title-light-box {
    color: #FFFFFF;
    font-weight: bold;
}

.title-light-box h2 {
    font-size: 2.5em;
    margin-bottom: -.4rem;
    font-weight: 700;
}

.title-light-box h4 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 2.1rem;
}

.wrap-light-box .bt-more {
    margin-right: 0;
}

@media (max-width:780px) {
    body {
        background-color: #000;
    }
    .nav-pills {
        width: 100%;
        flex-wrap: nowrap;
        background-color: #3c3c3c;
        overflow-x: scroll;
        position: fixed;
        top: 3.5rem;
        z-index: 999;
    }
    .nav-pills .nav-link {
        border-radius: 0;
    }
    .tab-content {
        width: 100%;
        border-radius: 0;
        min-height: auto;
        top: 71px;
        height: 100%;
        background-color: rgba(0, 0, 0, .9);
    }
    .menu-tabs {
        position: absolute;
        top: 25px;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
    }
    .wrapper-content img {
        position: relative !important;
        transform: scale(1) !important;
        width: 100%;
    }
}


/*@media (max-width:780px) {
    .wrapper-content {
        height: 100%;
        position: relative;
    }
    .wrapper-buttons {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .bkg-resp {
        background: url("../img/stands/hall.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    .wrapper-content img {
        display: none;
    }
}*/


/*LOGIN PAGE*/

.bkg-login {
    background: url("../img/redir-bkg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.form-log {
    border: none;
}

.img-bkg-redir .social-links {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.wrap-log .bt-redir {
    border: none;
    width: 58%;
    padding: .5rem 2.5rem .5rem 2.5rem;
}

.wrap-log p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 1rem;
}

@media (max-width:780px) {
    .img-bkg-redir {
        position: relative;
    }
    .img-bkg-redir .social-links {
        position: absolute;
        right: inherit;
        left: 50%;
        bottom: 3rem;
        transform: translateX(-50%);
    }
}


/*CHECKBOX*/

.wrap-check {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}

.wrap-checkinput {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgb(196, 196, 196);
    border-radius: .3rem;
    float: left;
}

@media (max-width:780px) {}

.label-check {
    float: left;
    margin-left: .5rem;
}

.wrap-check:hover input~.checkmark {
    background-color: #000;
}

.wrap-check input:checked~.checkmark {
    background-color: #000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.wrap-check input:checked~.checkmark:after {
    display: block;
}

.wrap-check input[type=checkbox] {
    display: none;
}

.wrap-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subtitle-list {
    font-weight: 700;
}

.list-benefices {
    margin: 0 0 2rem 0;
    padding: 0 2rem;
}

.logo {
    width: 10rem;
    margin-bottom: 1rem;
}

.picto-tech {
    width: 10rem;
    margin-bottom: 1rem;
}

.img-tech {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 1rem;
    padding-right: .5rem;
}

@media (max-width:990px) {
    .img-tech {
        width: 100%;
        padding-right: 0;
    }
}


/*.picto-tech {
    width: 20%;
    height: auto;
}
.bloc-text {
    width: 80%;
    padding-left: 1rem;
}
.bloc-text,
.picto-tech {
    float: left;
}*/

.gal-tech .modal-content {
    width: 85% !important;
}

.tech-title h2 {
    color: #8f6fb1;
    font-weight: 700;
    font-size: 1.7rem;
}

@media (max-width:1200px) {
    .tech-title h2 {
        font-size: 1.4rem;
    }
}

@media (max-width:990px) {
    .tech-title h2 {
        font-size: 1.9rem;
    }
}

.php-feedback {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/*//////////////////////////*/


/*/////////FOOTER*/


/*//////////////////////////*/

footer {
    position: fixed;
    text-align: center;
    background-color: rgb(255, 255, 255);
    width: 100%;
    bottom: 0;
    padding: .75rem 1rem;
    box-shadow: 0 -5px 13px -10px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 0 -5px 13px -10px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0 -5px 13px -10px rgba(0, 0, 0, 0.63);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}

footer a {
    color: #000;
    line-height: 1;
    font-size: .8rem;
}

footer a:hover {
    color: #000;
    text-decoration: none;
    line-height: 1;
    opacity: .6;
}

footer a:hover {
    text-decoration: #fff;
}

footer ul {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1;
}

footer ul li {
    display: inline-block;
}

footer ul li:last-child {
    text-align: right;
}

footer ul li:first-child {
    text-align: left;
}

.list-items-left li {
    margin-right: 1rem;
}

@media (max-width:850px) {
    .social-links a {
        margin: 0;
    }
}

@media (max-width:780px) {
    footer {
        justify-content: center;
        display: block;
    }
    footer ul {
        width: 100%;
    }
    footer ul li {
        width: 100%;
        text-align: center !important;
    }
    .social-links img {
        width: 2.5rem !important;
    }
    .list-items-left li:last-child {
        margin-bottom: 1rem;
    }
    .list-items-right li {
        margin-top: 1rem;
    }
}


/*CAROUSSEL VIDEOS / MODAL INFORMATIONS */

#recipeCarousel {
    display: flex;
}

#recipeCarousel h4 {
    font-size: 1rem;
    color: #000;
    text-align: center;
}

.carousel-item {
    height: 100%;
    float: left;
}

.allVideos {
    text-align: center;
    width: 100%;
}

.allVideos a {
    display: block;
    color: #FFF;
    height: 100%;
    width: 100%;
    padding: 3.93rem 0;
    background-color: #000;
    position: relative;
}

@media (max-width:850px) {
    .allVideos a {
        padding: 3.55rem 0;
    }
}

.allVideos a:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8;
}

.allVideos strong {
    margin-left: .5rem;
}

.allVideos a::before {
    content: url("../img/ico-video-all.png");
    position: relative;
    top: .4rem;
}


/*//Legende Image clinique */

.legend {
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 1rem;
}