/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */



html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
a{
    text-decoration: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px "hlt-romain", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #014382;
    min-width: 1100px;
}


/* ===================
    ALL: Orange Theme
   =================== */



/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 10px;
    padding:7px;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
}
nav span{
    font-size: 20px;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

nav a:hover{
    color: #e62099;
}
.active {
    behavior: url(js/PIE-1.0.0/PIE.htc);
    -moz-box-shadow: inset 0px 5px 0px 0px #e62099;
    -webkit-box-shadow: inset 0px 5px 0px 0px #e62099;
    -o-box-shadow: inset 0px 5px 0px 0px #e62099;
    box-shadow: inset 0px 5px 0px 0px #e62099;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#e62099, Direction=180, Strength=0);*/
    color: #e62099;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0;
    z-index: 5;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper {
    width: 80%;
    margin: 0 auto;
}

.header-container {
    position: fixed;
    width: 100%;
    min-width: 1100px;
    height: 112px;
    z-index: 10000;
    background-image: url(../img/black-opacity50.png); 
}
.header-container .logo-home{
    position: absolute;
    height: 100%;
    z-index: 1000;
}
.menu-lite{
    position: absolute;
}
.menu-lite-gamme{
    position: absolute;
    background:none;
}
#hideLogo{
    width: 100%;
    height: 60px;
    position: fixed;
    top: -40px;
    background-color: #FFF;
    z-index: 1;
}
#loader{
    background-color: #FFF;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#nav_logo{
    position: relative;
    top:42px;
    /*width: 30%;*/
    max-width: 340px;
}
nav ul li{
    position: relative;
    margin: 44px 0px 0px 0px;
}
nav ul li a{
    font-family: 'hlt-heavy';
}
.header-container nav{
    position: absolute;
    top:50px;
    width: 70%;
    right: 10%;
    z-index: 100;
}
.header-container header{
    height: 100%;
}
.header-container nav ul{
    float: right;
}
.header-container .large-menu ul li ul{
    display: none !important;
}
.header-container .large-menu ul li:hover ul{
    display: list-item !important;
}

.header-container nav ul li ul{
    position: absolute;
    top: 20px;
    width: 450px;
    background-image: url(../img/black-opacity80.png);
    z-index: 1000;
}
.header-container nav ul li ul li{
    display: list-item;
    margin: 0px;
    font-style: italic;
    border-bottom: dotted 1px #666;
}
.header-container nav ul li ul li:last-child{
    border-bottom: none;
}
.header-container nav ul li ul li a{
    color: #FFF;
    padding: 13px 0px 10px 0px;
    margin: 0px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    font-family: 'hlt-romain';
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    box-sizing: border-box;
}
.header-container nav ul li ul li a:hover{
    background-color: #FFF;
}
.btnASPIRINE:hover{
    color: #8ac7a5;
}
.btnBETAINE:hover{
    color: #b9aa05;
}
.btnDONORMYL:hover{
    color: #015c6f;
}
.btnEFFERALGAN:hover{
    color: #048bcd;
}
.btnFERVEX:hover{
    color: #742f88;
}
.btnVITAMINE:hover{
    color: #ff9609;
}
.btnMUCOMYST:hover{
    color: #5599ca;
}
.btnPOLYSILANE:hover{
    color: #d1378f;
}
.btnUPFEN:hover{
    color: #0269a3;
}
.btnMAGNESIUM:hover{
    color: #51a6ad;
}

.overflowHidden{
    overflow: hidden;
}
    
.tile{
    position: relative;
    float:left;
    width: 100%;
} 

.main-container section{
    /*position: relative;*/
    width: 100%;
    min-height: 30px;
}
.main-container .page:not(#slider){
    height: auto;
    min-height: 450px;
    float:left;
}



#slider{
    min-height: 700px;
    position: relative;
}
.main-container .wrapper{
    width: 100%;
    float: left;
}
.center{
    margin: 0 auto 0 auto;
}
#slider{
    background-color: #034;
    height: 200px;
}
#slider .bx-wrapper{
    position: fixed;
}
.sliderTop{
    position: relative;
    height: 100%;
    width: 100%;
}
#slider #slide1{
    background: url(../img/slide1.jpg) no-repeat center ; 
    -webkit-background-size: cover ; /* pour Chrome et Safari */
    -moz-background-size: cover ; /* pour Firefox */
    -o-background-size: cover ; /* pour Opera */
    background-size: cover ; /* version standardisée */
}
#slider #slide2{
    background: url(../img/slide2.jpg) no-repeat center ; 
    -webkit-background-size: cover ; /* pour Chrome et Safari */
    -moz-background-size: cover ; /* pour Firefox */
    -o-background-size: cover ; /* pour Opera */
    background-size: cover ; /* version standardisée */
}
#slider #slide3{
    background: url(../img/slide3.jpg) no-repeat center ; 
    -webkit-background-size: cover ; /* pour Chrome et Safari */
    -moz-background-size: cover ; /* pour Firefox */
    -o-background-size: cover ; /* pour Opera */
    background-size: cover ; /* version standardisée */
}
#slider #slide4{
    background: url(../img/slide4.jpg) no-repeat center ; 
    -webkit-background-size: cover ; /* pour Chrome et Safari */
    -moz-background-size: cover ; /* pour Firefox */
    -o-background-size: cover ; /* pour Opera */
    background-size: cover ; /* version standardisée */
}
#slider #slide5{
    background: url(../img/slide5.jpg) no-repeat center ; 
    -webkit-background-size: cover ; /* pour Chrome et Safari */
    -moz-background-size: cover ; /* pour Firefox */
    -o-background-size: cover ; /* pour Opera */
    background-size: cover ; /* version standardisée */
}
.bxslider{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.bxslider li img{
    width: 100%;
}
.bx-viewport{
    position: fixed;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
}
#slider .bx-controls{
    position: relative;
    top:-50px;
}
.bxslider li:nth-child(2) div{
    position:relative !important;
    height: 100% !important;
    width: 100% !important;
    background: #F00  url(../img/slide1.jpg) no-repeat center fixed; 
    -webkit-background-size: cover !important; /* pour Chrome et Safari */
    -moz-background-size: cover !important; /* pour Firefox */
    -o-background-size: cover !important; /* pour Opera */
    background-size: cover !important; /* version standardisée */
}
#slide1{
    height: 100%;
    width: 100%;
    background: url(../img/slide1.jpg) no-repeat center fixed; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}
#slider h1{
    position: absolute !important;
    font-family: 'hlt-bold';
    position: relative;
    font-size: 79px;
    line-height: 80px;
    font-style: italic;
    color: #FFF;
    top:40%;
    left: 49%;
    width: 50%;
    padding: 18px 5px 0px 0px;
    margin: 0;
    z-index: 0;
    letter-spacing: 4px;
}
#slider .next{
    position: absolute;
    height: 180px;
    width: 100%;
    bottom: 40px;
    z-index: 0;
}
#slider .middle{
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../img/circle-white-opacity10.png);
    z-index: 20;
    cursor: pointer;
}
#slider .middle p{
    padding: 5px 0;
    font-size: 16px;
    color: #FFF;
}
#slider .middle img{
    margin-top: 30px;
}
#slider .middle:hover{
    background-image: url(../img/circle-white-opacity10-hover.png);
}
#slider .circle{
    border-radius: 50%;
    behavior: url(js/PIE-1.0.0/PIE.htc);
    width: 160px;
    height: 160px; 
    position: absolute;
    top:0px;
    float: left;
}
#slider .circleWhite{
    border-radius: 50%;
    behavior: url(js/PIE-1.0.0/PIE.htc);
    width: 160px;
    height: 160px; 
    background-color: #FFF;
    opacity: 0.8;
    float: left;
    display: inline-block;
}
#slider .circleWhite:hover{
    opacity: 0.9;
}
#slider .lineDot{
    position: absolute;
    min-height: 1px;
    width: 31%;
    right: 0;
    border-top: 1px dotted #FFF;
    margin: 0 10% 0 1%;
    top: 110px;
}
#slider .lineDot:first-child{
    left: 0;
    right: auto;
    margin: 0 1% 0 10%;
}
#presentation{
    background-color: #FFF;
    padding: 70px 0;
    overflow: hidden;
}
#presentation div{
    background-color: #FFF;
}
#pres-viewport{
    overflow: hidden;
}
#pres-slide-2{
    position: absolute;
    top:0px;
    margin-top: 70px;
    top:280px;
}
#presentation p{
    margin: 0 auto 0 auto;
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 80%;
    line-height: 22px;
    padding: 15px;
    color: #575757;
}
#presentation section{
    position: absolute;
    bottom: 0px;
    color: #d0d0d0;
    background-repeat: no-repeat;
    background-position: center 40%;
    background-color: #FFF;
    text-align: center;
    height: 90px;
    font-size: 13px;
    font-style: italic;
    margin-top: 30px;
    cursor: pointer;
}
.pres-up{
    background-image: url(../img/arrow-grey.png);
}
.pres-down{
    background-image: url(../img/arrow-grey-reverse.png);
}
#product{
    background-color: #85c2a0;
    height: 600px;
    position: relative;
}
.productSlider{
    position: relative;
    bottom:0px;
}
.productSlider li .slideContener{
    position: relative;
    top:75px;
    width: 100%;
    min-width: 870px;
    height: 90%;
    margin: 0 auto;
    text-align: center;
}
.productSlider li .slideContener div img{
    width: 100%;
    margin: 0 auto;
}

.productSlider li .slideContener span{
    font-family: 'hlt-bold';
    font-size: 20px;
    color: #044f92;
    position: relative;
    bottom:50%;
    display: inline-block;
    width: 2%;
    height: 40px;
}
.itemSlide{
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    height: 100%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.itemSlideOpa{
    opacity: 0.5;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.itemSlide a{
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ou{
    display:inline-block;
    height:100%;
}
.ou img{
    position: relative;
    top:40%;
}
.slider-product{
    background: url(../img/slider-product-bg.png) no-repeat center ; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}
.slider-product h1{
    position: relative;
    font-family: 'hlt-bold';
    font-size: 40px;
    line-height: 40px;
    font-style: italic;
    color: #FFF;
    margin:0px;
    top: 60px;
    width: 30%;
    float: left;
    margin-left: 10%;
    text-align: left;
}
.slider-product .label{
    position: relative;
    top:60px;
    left: 15%;
    text-align: left;
    float: left;
    height: 34px;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    -webkit-transform:skew(-15deg);
    -moz-transform:skew(-15deg);
    -o-transform:skew(-15deg);
    tranform:skew(-15deg);
}
.slider-product .label strong{
    position: relative;
    font-family: 'hlt-bold';
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    color : #89c7a2;
    margin:0px;
    padding: 10px 10px 2px 10px;
    display: inline-block;
    height:25px;
    -webkit-transform:skew(15deg);
    -moz-transform:skew(15deg);
    -o-transform:skew(15deg);
    tranform:skew(15deg);
}
.macos .slider-product .label strong{
    height:auto;
}
.slider-product .label span:first-child{
    height: 37px;
    width: 12px;
    background: url(../img/label-left.png) no-repeat;
    display: none\9;
    background-size: 100%;
    background-position: center;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    top:-2px;
}
.slider-product .label span:last-child{
    height: 37px;
    width: 12px;
    background: url(../img/label-right.png) no-repeat; display: none\9;
    background-position: center;
    background-size: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    top:-2px;
}
.macos .slider-product .label span:first-child {
    height: 35px;
    width: 11px;
    background: url(../img/label-left.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    top: -2px;
}
.macos .slider-product .label span:last-child {
    height: 35px;
    width: 11px;
    background: url(../img/label-right.png) no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    top: -2px;
}
@-moz-document url-prefix(){
    .slider-product .label span:first-child{
        top:-1px;
    }
    .slider-product .label span:last-child{
        top:-1px;
    }
}
.slider-product .littlelabel span:first-child{
    height: 25px;
    width: 10px;
    background: url(../img/label-left-mini.png) no-repeat; display: none\9;
    background-size: 100%;
    background-position: center;
    position: relative;
    float:left;
}
.slider-product .littlelabel span:last-child{
    height: 25px;
    width:10px;
    background: url(../img/label-right-mini.png) no-repeat; display: none\9;
    background-position: center;
    background-size: 100%;
    position: relative;
    float:left;
    left: -1px;
}
.slider-product .littleLabelContener{
    position: absolute;
    left: 61%;
    top: 96px;
    height: 100px;
    width: auto;
}
.littleLabelContenerGamme{
    position: absolute;
    left: 61%;
    top: 150px;
    height: 100px;
    width: auto;
}
.slider-product .littlelabel{
    position: relative;
    float: left;
    clear: both;
    margin-top: 3px;
    height: 27px;
    background-color: #FFF;
    -webkit-transform:skew(-15deg);
    -moz-transform:skew(-15deg);
    -o-transform:skew(-15deg);
    tranform:skew(-15deg);
}
.slider-product .littlelabel:nth-child(2){
    margin-left: 8px;
}
.slider-product .littlelabel:first-child{
    margin-left: 16px;
}

.slider-product .littlelabel strong{
    position: relative;
    font-family: 'hlt-bold';
    font-size: 16px;
    line-height: 13px;
    padding: 4px 0px 1px 0px;
    text-align: left;
    margin: 2px 0;
    font-style: italic;
    white-space: nowrap;
    float: left;
    margin:0px;
    padding: 10px 10px 2px 10px;
    -webkit-transform:skew(15deg);
    -moz-transform:skew(15deg);
    -o-transform:skew(15deg);
    tranform:skew(15deg);
}

.nav-product{
    position: absolute !important;
    bottom: 0;
    min-height: 100px !important;
    min-width: 870px;
    width: 100%;
    font-family: 'hlt-bold';
    font-size: 15px;
    text-align: center;
    line-height: 17px;
}
.nav-product section{
    position: relative;
    margin-left: 1%;
    float: left;
    width: 24%;
    background-color: #757374;
    -moz-box-shadow: 10px 5px 50px 8px #333;
    -webkit-box-shadow: 10px 5px 50px 8px #333;
    -o-box-shadow: 10px 5px 50px 8px #333;
    box-shadow: 10px 5px 50px 8px #333;
}
.nav-product section:first-child{
    width: 75%;
    margin-left: 0;
}
.nav-product section + .nav-product section{
    width: 24%;
    margin-left: 1%;
}
.nav-product-bottom{
    background-color: #757374;
    width: 99.9999999%;
    height: 20px;
    /*-webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    behavior: url(js/PIE-1.0.0/PIE.htc);*/
    text-align: center;
    color:#FFF;
    letter-spacing: 16px;
    line-height: 20px;
    padding-top:2px;
    margin: 0px;
    font-family: 'hlt-bold';
    -moz-box-shadow: inset 0px 2px 20px 0px #333;
    -webkit-box-shadow: inset 0px 2px 20px 0px #333;
    -o-box-shadow: inset 0px 2px 20px 0px #333;
    box-shadow: inset 0px 2px 20px 0px #333;
}
.nav-product-bottom-right{
    letter-spacing: 2px;
    font-size: 13px;
    background-color: #51a6ad;
    height: 20px;
    line-height: 20px;
    padding-top:2px;
    font-family: 'hlt-bold';
    color: #FFF;
    /*-webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    behavior: url(js/PIE-1.0.0/PIE.htc);*/
    -moz-box-shadow: inset 0px 2px 20px 0px #333;
    -webkit-box-shadow: inset 0px 2px 20px 0px #333;
    -o-box-shadow: inset 0px 2px 20px 0px #333;
    box-shadow: inset 0px 2px 20px 0px #333;
}
.nav-product li{
    position: relative;
    float: left;
    width: 11.1111111%;
    margin: 0px;
    list-style: none;
    height: 80px;
    overflow: hidden;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e3e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e3e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e3e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e3e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e3e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e3e4 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e3e4',GradientType=0 );  */
    min-height: 80px;
    -moz-box-shadow: inset -1px 0px 0px 0px #FFF;
    -webkit-box-shadow: inset -1px 0px 0px 0px #FFF;
    -o-box-shadow: inset -1px 0px 0px 0px #FFF;
    box-shadow: inset -1px 0px 0px 0px #FFF;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFF, Direction=180, Strength=0);*/
}
.nav-product ul{
    margin: 0px;
    padding: 0px;
    height: 100%;
    min-height: 80px;
    cursor: pointer;
    overflow: hidden;
}
.nav-product section:nth-child(2) li{
    width: 100%;
}
.nav-slide{
    position: relative;
    top:-72px;
    height: 160px;
    margin: 0px;
}
.nav-slide-activ{
    position: relative;
    top:0px;
    height: 160px;
}
.nav-slide-top{
    height: 80px;
    color:#FFF !important;
    padding: 0 6px;
    line-height: 80px;
    font-style: italic;
}
.nav-slide-bottom{
    height: 72px;
    line-height: 72px;
    padding: 0 6px;
    vertical-align: middle;
}
.nav-product p{
    vertical-align: middle;
    display:inline-block;
    margin: 0px;
    line-height: 16px;
    width: 100%;
}
.separator-logo{
    height: 155px;
    text-align: center;
    background-color: #FFF;
    background-image: url(../img/picto-upsa.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.separator-logo img{
    position: relative;
    height: 55px;
    width: 55px;
    top:50px;
    margin: auto;
}
#savoir-faire-histoire{
    background-color: #FFF;
    overflow: hidden;
    background-color: #014382;
    overflow: hidden;
}
#sav-hist-bg{
    position: absolute;
    width: 110%;
    left: -5%;
    height: 100%;
    background-image: url(../img/hist-sav-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.semi-page{
    height: 100%;
}
.semi-page{
    position: absolute;
    width: 100%;
    left: -20%;
}
.semi-page + .semi-page{
    position: relative;
    top: 0px;
    width: 100%;
    left: 50%;
}
#savoir-faire-histoire #savoir-faire #sav-content{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    /*background: url(../img/sav-bg.jpg) no-repeat top left; */
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */

    /* IE8+ - must be on one line, unfortunately */ 
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0.17632698070846592, M21=0.17632698070846592, M22=1, SizingMethod='auto expand')";
   
   /* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1,
            M12=0.17632698070846592,
            M21=0.17632698070846592,
            M22=1,
            SizingMethod='auto expand');
   
}
#sav-content div{
    width: 500px;
    left: 20%;
    top: 55%;
    position: relative;
}
#savoir-faire-histoire #histoire #hist-content{
    position: relative;
    width: 80%;
    height: 100%;
    float: left;
    left: -100px;
    /*background: url(../img/hist-bg.jpg) no-repeat center ; */
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */

    /* IE8+ - must be on one line, unfortunately */ 
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0.17632698070846592, M21=0.17632698070846592, M22=1, SizingMethod='auto expand')";
   
   /* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1,
            M12=0.17632698070846592,
            M21=0.17632698070846592,
            M22=1,
            SizingMethod='auto expand');
}
#hist-content div{
    width: 400px;
    margin: 0 auto;
    top: 25%;
    position: relative;
}
#savoir-faire-histoire #savoir-faire h1 {
    font-family: 'hlt-bold';
    font-size: 50px;
    line-height: 60px;
    font-style: italic;
    text-align: center;
    color: #FFF;
    padding: 0;
    margin: 0;
}
#savoir-faire-histoire #histoire h1{
    top:25%;
    left: 0;
    position: relative;
    font-family: 'hlt-bold';
    font-size: 50px;
    line-height: 60px;
    font-style: italic;
    text-align: center;
    color: #FFF;
    padding: 0;
    margin: 0;
}
#savoir-faire-histoire #histoire img{
    top:-35%;
    position: absolute;
}
#savoir-faire-histoire #histoire p{
    top:24%;
    left: 0;
    position: relative;
    color: #FFF;
    font-family: 'hlt-bold';
    font-size: 24px;
    text-align: center;
    margin: 0px;
}
#savoir-faire-histoire #histoire .button{
    width: 135px;
    margin: auto;
    font-family: 'hlt-bold';
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    color: #FFF;
    background-color: #fa9e3b;
    border: none;
    border-radius: 5px;
    behavior: url(js/PIE-1.0.0/PIE.htc);
    padding: 11px 13px 4px 11px;
    display: block;
}
#savoir-faire-histoire #savoir-faire .button{
    font-family: 'hlt-bold';
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    color: #FFF;
    border: none;
    border-radius: 5px;
    behavior: url(js/PIE-1.0.0/PIE.htc);
    padding: 11px 13px 4px 11px;
    background-color: #49d6d1;
    width: 135px;
    margin: auto;
    display:block;
    top: 66%;
}
#savoir-faire-histoire a{
    text-decoration: none;
    color: #FFF;
}
#automedic{
    background-color: #FFF;
    background: url(../img/automedic-bg.jpg) no-repeat center; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
    display: inline-block;
    min-height: 500px !important;
}
#automedic h1{
    position: relative;
    top:45%;
    margin: 0px;
    margin-left: 10%;
    color: #ff198f;
    font-family: 'hlt-bold';
    font-style: italic;
    font-size: 50px;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}
#automedic article{
    float: left;
    width: 94%;
    height: 50%;
    text-align: center;
    padding: 0% 3%;
}
#automedic article div{
    display:inline-block;
    vertical-align:middle;
}
#automedic img{
    vertical-align: middle;
    height: 160px;
}
#automedic article h2{
    font-family: 'hlt-bold';
    font-size: 25px;
    font-style: italic;
    color:#ff198f;
}
#automedic .automedicSection{
    position: relative;
    width: 33%;
    float: left;
    height: 80%;
}
#automedic .automedicSection a{
    display: inline-block;
    width: 100%;
}
#automedic .automedicSection:nth-child(2){
    width: 34%;
}
#automedic .automedic-top{
    background-image: url(../img/pink-opacity40.png);
    height: 20%;
}
#automedic .automedic-middle{
    height: 42%;
    min-height: 235px;
}
#automedic .automedic-middle article{
    position: relative;
}

#automedic .automedic-bottom{
    position:absolute;
    bottom: 0px;
    float: left;
    background-image: url(../img/pink-opacity40.png);
    height: 40%;
    padding: 20px 3%;
    overflow: auto;
}
.automedic-bottom:last-child{
        width: 77%;
        padding: 0 3% 0 20%;
    }
#automedic .automedic-bottom p{
    text-align: center;
    font-family: 'hlt-romain';
    font-size: 13px;
    line-height: 15px;
    width: 70%;
    font-style: italic;
    display: inline-block;
    margin: 10px 0;
}
.mini-logo{
    height: 20px;
    width: 25px;
    background: url(../img/upsa-logo-mini.png) no-repeat; 
    background-position: center;
    position: relative;
    float: left;
    top:-5px;
    font-style: normal;
    font-weight: normal;
}
#contact{
    background-color: #ff983c;
    /*border-top: solid 2px #f9813e;*/
    height: 500px;
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center; 
   
}
#contact h1{
    position: relative;
    font-family: 'hlt-bold';
    color:#FFF;
    font-size: 50px;
    font-style: italic;
    padding-left: 10%;
    top: 30px;
}
#contact .back-top{
    position: absolute;
    right: -100%;
    top: 0;
    cursor: pointer;
}
#contact .button{
    position: relative;
    display: block;
    width: 150px;
    text-align: center;
    top: 70%;
    font-family: 'hlt-bold';
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    background-color: #FFF;
    border: none;
    border-radius: 5px;
    behavior: url(js/PIE-1.0.0/PIE.htc);
    padding: 11px 13px 4px 11px;
    text-decoration: none;
    color: #ff983c;
}
#contact span{
    position: absolute;
    bottom: 100px;
    right: 300px;
    display: block;
}
.footer-container{
    background-color: #014382;
    float: left;
    width: 100%;
    position: relative;
}
.h3mozfooterhack{
    height: 0px;
    margin: 0px;
}
@-moz-document url-prefix(){
    .h3mozfooterhack{
        height: auto;
        margin: auto;
    }
}
footer{
    min-height: 30px;
    width: 80%;
    padding: 8px 10%;
}
footer h3{
    font-size: 15px;
    line-height: 18px;
    margin: 13px 0px 6px 0px;
    width: 100%;
}
footer p{
    font-size:12px;
    line-height: 20px;
    border-bottom: solid 1px #FFF;
    margin: 8px 0px 0px 0px;
    padding-bottom: 6px;
}
footer div p:last-child{
    border: none;
}
footer small{
    font-size: 11px;
    width: 100%;
    border-top: solid 1px #FFF;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px;
    font-style: italic;
}
footer .separator-footer{
    min-height: 1px;
    width: 100%;
    border-top: solid 1px #FFF;
    display: inline-block;
}
.footer-container .number{
    position: absolute;
    color: #FFF;
    right: 10px;
    bottom: 0px;
}

.footer-container a{
    text-decoration: none;
    color: #FFF;
}
#medic-footer{
   background-color:#00254b;
   position: relative;
}
/*#medic-footer div{
    position: relative;
    float: left;
    width: 38%;
    padding-right: 0;

}
#medic-footer div:nth-child(2){
    padding-right: 4%;
    width: 56%;
}*/
#medic-footer div{
    position: relative;
    float: left;
    padding-right: 4%;
    width: 56%;
}
#medic-footer p{
    width: 100%;
}
#medic-footer div +  div{
    padding-right: 0;
    width: 38%;
    float: left;
    position: relative;
}
#complement-footer{
   background-color:#021a37;
   position: relative;
}
#nav-footer{
   background-color:#00254b;
   position: relative;
}
#nav-footer a{
    color: #FFF;
    text-decoration: none;
}
#nav-footer h3{
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 10px 0px;
}
#nav-footer h3:first-child{
    text-align: left;
}
#nav-footer h3:last-child{
    text-align: right;
}
#mentions-footer{
   background-color:#014382;
   position: relative;
}
#mentions-footer a{
    color: #FFF;
    text-decoration: none;
}
#mentions-footer h3{
    text-align: left;
    display: inline-block;
    width: 24%;
    text-align: center;
}
#mentions-footer h3:nth-child(2){
    width: auto;
}
#mentions-footer h3:first-child{
    text-align: left;
}
#mentions-footer img{
    float:left;
    margin-bottom: 50px;
    width: 33%;
}
#mentions-footer .number img{
    height: auto;
    width: auto;
}
#mentions-footer small{
    border: none;
    float:left;
    width: auto;
    width: 33%;
    margin: 14px 0px;
    padding: 0px;
    text-align: center;
}
#mentions-footer .visa{
    float: left;
    width: 33%;
    text-align: right;
    margin: 14px 0px;
}
.trapezegauche {
    -webkit-transform:skew(-10deg);
    -moz-transform:skew(-10deg);
    -o-transform:skew(-10deg);
    tranform:skew(-10deg);
    /* IE8+ - must be on one line, unfortunately */ 
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.17632698070846456, M21=-0.17632698070846456, M22=1, SizingMethod='auto expand')";
   
   /* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1,
            M12=-0.17632698070846456,
            M21=-0.17632698070846456,
            M22=1,
            SizingMethod='auto expand');
    overflow: hidden;
   

}
.trapezedroit{
    -webkit-transform:skew(-10deg);
    -moz-transform:skew(-10deg);
    -o-transform:skew(-10deg);
    tranform:skew(-10deg);
    /* IE8+ - must be on one line, unfortunately */ 
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.17632698070846456, M21=-0.17632698070846456, M22=1, SizingMethod='auto expand')";
   
   /* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1,
            M12=-0.17632698070846456,
            M21=-0.17632698070846456,
            M22=1,
            SizingMethod='auto expand');
    overflow: hidden;
    
}
.buttonMenu{
    display: none;
}

/* PAGE AUTOMEDIC */
#p_automedic{
    background-color: #FFF;
    background-image: url(../img/p_automedic-bg.jpg); 
    -webkit-background-size: cover ; /* pour Chrome et Safari */
    -moz-background-size: cover ; /* pour Firefox */
    -o-background-size: cover ; /* pour Opera */
    background-size: cover ; /* version standardisée */
    padding-top:180px;
    height: auto;
    min-height: 600px;
    float: left;
}
#p_automedic h1{
    position: relative;
    margin: 0px;
    margin-left: 10%;
    color: #ff198f;
    font-family: 'hlt-bold';
    font-style: italic;
    font-size: 50px;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}
#p_automedic .h2label{
    position: relative;
    top:70px;
    height: 53px;
}
#p_automedic h2{
    position: relative;
    color: #004687;
    font-family: 'hlt-bold';
    font-style: italic;
    font-size: 30px;
    line-height: 30px;
    background-color: #FFF;
    padding:15px 0px 8px 10%;
    float: left;
    top:-25px;
}
#p_automedic .right{
    height: 53px;
    width: 24px;
    background: url(../img/label-right.png) no-repeat;
    background-size: 100%;
    background-position: center;
    /* position: relative; */
    margin: 0;
    float: left;
    /* top: 22px; */
    /* right: 120px; */
    /* margin-right: 10%; */
}
#p_automedic #scroll{
    float: left;
    width: 80%;
    height: 660px;
    margin: 50px 10% 0px 10%;
    overflow: scroll;
}
#p_automedic #scroll div{
    position: relative;
    margin-bottom: 50px;
}
#p_automedic section{
    margin: 40px 0px;
    width: 100%;
    float: left;
}
#p_automedic h3{
    color: #004687;
    font-family: 'hlt-bold';
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    width: 83%;
    float: left;
    margin-bottom: 0;
    margin-left: 2%;
}

#p_automedic section p{
    list-style:disc inside none;
    display:list-item; 
    color: #626060;
    width: 83%;
    float: left;
    margin-bottom: 0px;
    margin-left: 2%;
}
#p_automedic .automedic-small{
    margin: 0px;
    width: 100%;
}
#p_automedic img{
    width: 15%;
    float: left;
    clear: both;
}
#p_automedic small{
    color: #707070;
    margin: 0px 40px;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 12px;
    width: 100%;
    clear: both;
}
.p_automedic-controler{
    position: relative;
    float: left;
    width: 80%;
    margin:0 10%;
    min-height: 2px;
}
.p_automedic-separator{
    border-bottom: solid 2px #FFF;
}
.p_automedic-controler .up{
    position: relative;
    height: 44px;
    width: 100%;
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
    padding: 10px 0px;
}
.p_automedic-controler .down{
    position: relative;
    height: 44px;
    width: 100%;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
    padding: 10px 0px;
}

/* PAGE SAVOIR-FAIRE */
#p_savoir{
    background-color: #000;
    background-image: url(../img/p_savoir-bg.jpg); 
    -webkit-background-size: fixed ; /* pour Chrome et Safari */
    -moz-background-size: fixed ; /* pour Firefox */
    -o-background-size: fixed ; /* pour Opera */
    background-size: fixed ; /* version standardisée */
    background-repeat: no-repeat;
    padding-top:180px;
    height: auto;
    min-height: 600px;
    float: left;
}
#p_savoir section{
    padding-top: 20px;
}
#p_savoir h1{
    position: relative;
    margin: 0px 10% 0px 10%;
    border-bottom: solid 2px #FFF;
    padding-bottom: 30px;
    color: #FFF;
    font-family: 'hlt-bold';
    font-style: italic;
    font-size: 50px;
    line-height: 50px;
}
#p_savoir h2{
    position: relative;
    color: #ff2fae;
    font-family: 'hlt-heavy';
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    margin: 40px 0px 20px 0px;
}
#p_savoir h3{
    position: relative;
    font-family: 'hlt-heavy';
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 40px;
}
#p_savoir h4{
    position: relative;
    font-family: 'hlt-heavy';
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}
#p_savoir p{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
}
#p_savoir ul{
    margin: 0;
}
#p_savoir li{
    line-height: 18px;
    font-size: 14px;
}
#p_savoir .scroll{
    width: 80%;
    height: auto;
    margin: 0px 10% 0px 10%;
    color:#FFF;
    overflow: scroll;
    height: 600px;
}
#p_savoir .scroll .innerScroll {
    position: relative;
}
#p_savoir .p_savoir-video{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 100px;
}
#p_savoir .BrightcoveExperience{
    margin-top: 30px;
    margin-bottom: 100px;    
    width: 100%;
}
#p_savoir #p_savoir-2 span{
    margin-top: 30px;
    margin-bottom: 100px; 
    width: 100%;
}
#p_savoir #p_savoir-3 span{
    margin-top: 30px;
    margin-bottom: 100px; 
    width: 100%;
}
#p_savoir .p_savoir-separator{
    position: relative;
    float: left;
    width: 100%;
    margin:0;
    min-height: 2px;
    border-bottom: solid 2px #FFF;
}
.p_savoir-nav .up{
    height: 44px;
    width: 44px;
    background-image: url(../img/up.png);
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}
.p_savoir-nav .down{
    height: 44px;
    width: 44px;
    background-image: url(../img/down.png);
    cursor: pointer;
    display: block;
}
.p_savoir-nav{
    position: fixed;
    left: 92%;
}

/* PAGE MEDIC */
#topMedic{
    -webkit-background-size: cover ; /* pour Chrome et Safari */
    -moz-background-size: cover ; /* pour Firefox */
    -o-background-size: cover ; /* pour Opera */
    background-size: cover ; /* version standardisée */
    min-height: 600px;
    position: relative;
    overflow: hidden;
}
#topMedic h1,#topMedic h2,#topMedic h3{
    padding: 0px 10% 0px 0px;
    font-family: 'hlt-heavy';
    font-style: italic;
    position: relative;
    float: right;
    top:20%;
    text-align: right;
    
}
.topMedicLabel{
    height: 40px;
    width: 100%;
    top: 20%;
    float: right;
    position: relative;
    
}
#topMedic h1{
    background-color: #FFF;
    font-size: 30px;
    margin: 0px;
    padding: 14px 10% 0px 0px;
    height: 30px;
    float:right;
    text-align: left;
}
#topMedic .h1BIS{
    height: 40px;
    width: 100%;
    top: 20%;
    float: right;
    position: relative;
    margin-bottom: 15px;

}
#topMedic .h1BIS h1{
    padding: 14px 5px 0px 0px;
    margin: 14px 0px 0px 0px;
    right: 120px;
}
.h1BIS .left{
    height: 44px;
    width: 17px;
    background: url(../img/label-left.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    margin: 0;
    float: right;
    padding: 10;
    top: 22px;
    right: 120px;
}
.h1BIS .right{
    height: 44px;
    width: 17px;
    background: url(../img/label-right.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    margin: 0;
    float: right;
    padding: 10;
    top: 22px;
    right: 120px;
    margin-right: 10%;
}
@-moz-document url-prefix(){
    .h1BIS .left{
        right: 119px;
    }
    .h1BIS .right{
        right: 121px;
    }
}

.topMedicPicto{
    margin: 0px 10px;
    margin-right: 0px 10% 0px 0px;
    float:right;
    position: relative;
    top:-40px;
}
#topMedic .picto-space{
    width: 120px;
    display: inline-block;
}
.topMedicLabel .left{
    height: 44px;
    width: 17px;
    background: url(../img/label-left.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    margin: 0;
    float: right;
    padding: 10;
    top: 8px;
    /*for ff*/
    right: -1px;
}

.lt-ie9 .h1BIS .right, .lt-ie9 .h1BIS .left, .lt-ie9 .topMedicLabel .left{
    display: none;
}
#topMedic h2{
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin: 20px 0px 0px 0px;
    clear: both;
}
#topMedic .h2BIS{
    height: 40px;
    width: 100%;
    top: 20%;
    float: right;
    position: relative;
    margin-bottom: 15px;
    padding-right: 10%;
}
#topMedic .h2BIS h2{
    background-color: #FFF;
    font-size: 16px;
    margin: 0px;
    padding: 14px 10% 0px 0px;
    height: 20px;
    float:right;
    padding: 6px 4px 4px 2px;
    margin: -16px 0% 0px 0px;
    right: 120px;
}
.h2BIS .left{
    height: 30px;
    width: 12px;
    background: url(../img/label-left.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    margin: 0;
    float: right;
    padding: 10;
    top: -8px;
    right: 120px;
}
.h2BIS .right{
    height: 30px;
    width: 12px;
    background: url(../img/label-right.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    margin: 0;
    float: right;
    padding: 10;
    top: 22px;
    right: 108px;
    margin-right: 0%;
}
#topMedic h3{
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    margin: 0px;
    clear: both;
}
.topMedicNav{
    position: absolute;
    top:50%;
    margin: 0px 3%;
    z-index: 1;
}
.topMedicNav-left{
    left:0px;
}
.topMedicNav-right{
    right:0px;
}
.topMedicNav a + a{
    float: right;
}
.topMedicNav a:nth-child(2) img{
    float: right;
}
#medic-desc{
    position: relative;
    width: 100%;
    min-height: 300px;
    background-color: #FFF;
    padding-bottom: 30px;
}
#medic-desc .medic-list{
    width: 80%;
    padding: 0px 10%;
    min-height: 145px;
    top: -110px;
    position: relative;
}
#medic-desc .medic-list .imgMedic{
    width: 130px;
    height:130px;
    float: left;
    opacity: 0.5;
    text-align: center;
    margin: 0px 20px;
}
#medic-desc .medic-list .imgMedic:hover{
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    opacity: 1;
}
#medic-desc .medic-list .activ{
    opacity: 1;
    background-color: #FFF;
    margin: 0px;
    position: relative;
    z-index: 40;
}
#medic-desc .medic-list img{
    width: 99px;
    margin-top: 10px;
}
#medic-desc .medic-list .medic-list-left{
    background: url(../img/products/left.png);
    width: 21px;
    height: 130px;
    float: left;
}
#medic-desc .medic-list .medic-list-right{
    background: url(../img/products/right.png);
    width: 21px;
    height: 130px;
    float: left;
}
.medic-nav{
    position: absolute;
    top:0px;
    width:100%; 
    padding: 20px 0px;
    background-color: #FFF;
    z-index: 30;
}
.medic-nav .center{
    width: 100%;
    text-align: center; 
}
.medic-nav .center img{
    height: 40px;
    margin: 0px 5px;
}
.medic-nav .download{
    position: absolute;
    top:0px;
    right: 10%;
    text-align: right;
    font-family: 'hlt-heavy';
    font-style: italic;
    font-size: 16px;
    color: #5a5a5a;
    padding: 20px 0px; 
    text-decoration: none;
}
.medic-nav .download img{
    margin: 0px 10px;
}
.medic-accordion{
    width: 80%;
    margin: 3px 10%;
    top: -60px;
    position: relative;
}
.medic-accordion .accordion-top{
    font-family: 'hlt-heavy';
    font-style: italic;
    font-size: 22px;
    padding: 12px 20px 6px 20px;
    border-radius: 13px;
    behavior: url(js/PIE-1.0.0/PIE.htc);
    cursor: pointer;
}
.medic-accordion .accordion-top img{
    display: inline-block;
    margin: 0px 0px 3px 5px;
}
.medic-accordion .accordion-content{
    padding: 15px 20px;
    font-size: 17px;
    line-height: 20px;
    display:none;
}
#medic-desc p{
    width: 80%;
    margin: 0px 10%;
    font-size: 12px;
    line-height: 14px;
}
.fervex-framboise-color-1{
    color: #682a7d;
}
.fervex-framboise-color-2{
    color: #682a7d;
}
.fervex-framboise-background-color-1{
    background-color: #d9cade;
}
.fervex-framboise-background-color-2{
    background-color: #682a7d;
}
.magnesium-color-1{
    color: #008391;
}
.magnesium-color-2{
    color: #5b5a5a;
}
.magnesium-color-3{
    color: #80cec2;
}
.magnesium-background-color-1{
    background-color: #c7e1e3;
}
.magnesium-background-color-2{
    background-color: #479ca3;
}
.vitamine-c-effervescent-color-1{
    color: #ff7c3a;
}
.vitamine-c-effervescent-color-2{
    color: #ff8a0d;
}
.vitamine-c-effervescent-color-3{
    color: #ff8a0d;
}
.vitamine-c-effervescent-background-color-1{
    background-color: #ffd6ab;
}
.vitamine-c-effervescent-background-color-2{
    background-color: #ff8a0d;
}
.vitamine-c-color-1{
    color: #ff7c3a !important;
}
.vitamine-c-color-2{
    color: #ff8a0d;
}
.vitamine-c-color-3{
    color: #ff8a0d;
}
.vitamine-c-background-color-1{
    background-color: #ffd6ab;
}
.vitamine-c-background-color-2{
    background-color: #ff8a0d;
}
.vitamine-c-fruit-exo-color-1{
    color: #ff7c3a;
}
.vitamine-c-fruit-exo-color-2{
    color: #d7042f;
}
.vitamine-c-fruit-exo-color-3{
    color: #ff8a0d;
}
.vitamine-c-fruit-exo-background-color-1{
    background-color: #ffd6ab;
}
.vitamine-c-fruit-exo-background-color-2{
    background-color: #d7042f;
}
.upfen-color-1{
    color: #005f98;
}
.upfen-color-2{
    color: #005f98;
}
.upfen-color-3{
    color: #ff8a0d;
}
.upfen-background-color-1{
    background-color: #b2cfe0;
}
.upfen-background-color-2{
    background-color: #005f98;
}
.polysilane-tube-color-1{
    color: #c62481;
}
.polysilane-tube-color-2{
    color: #cc3084;
}
.polysilane-tube-color-3{
    color: #ff4a98;
}
.polysilane-tube-background-color-1{
    background-color: #f0c0da;
}
.polysilane-tube-background-color-2{
    background-color: #c62481;
}
.mucomyst-color-1{
    color: #0078b7;
}
.mucomyst-color-2{
    color: #4b8ec3;
}
.mucomyst-color-3{
    color: #ff4a98;
}
.mucomyst-background-color-1{
    background-color: #c0d8ea;
}
.mucomyst-background-color-2{
    background-color: #0078b7;
}
.efferalgan-odis-color-1{
    color: #007bbf !important;
}
.efferalgan-odis-color-2{
    color: #0180c5;
}
.efferalgan-odis-color-3{
    color: #0180c5;
}
.efferalgan-odis-background-color-1{
    background-color: #a6d3eb;
}
.efferalgan-odis-background-color-2{
    background-color: #0180c5;
}
.donormyl-pellicule-color-1{
    color: #005a6a;
}
.donormyl-pellicule-color-2{
    color: #005264;
}
.donormyl-pellicule-color-3{
    color: #005264;
}
.donormyl-pellicule-background-color-1{
    background-color: #b2cbd0;
}
.donormyl-pellicule-background-color-2{
    background-color: #005264;
}
.citrate-menthe-color-1{
    color: #b3a40c;
}
.citrate-menthe-color-2{
    color: #5b5a5a;
}
.citrate-menthe-color-3{
    color: #5b5a5a;
}
.citrate-menthe-background-color-1{
    background-color: #d7d084;
}
.citrate-menthe-background-color-2{
    background-color: #b0a10a;
}
.aspirine-oberlin-color-1{
    color: #7ec09a;
}
.aspirine-oberlin-color-2{
    color: #5b5a5a;
}
.aspirine-oberlin-color-3{
    color: #5b5a5a;
}
.aspirine-oberlin-background-color-1{
    background-color: #deefe3;
}
.aspirine-oberlin-background-color-2{
    background-color: #87c39f;
}


/* PAGE GAMME */
#p_gamme{
    overflow: hidden;
}
#p_gamme .slider-product{
    padding-top: 50px;
    height: 100%;
}
#p_gamme #product{
    min-height: 500px;
}
#p_gamme .gammeSlider{
    height: 100%;
    z-index: 500;
}
#p_gamme .gammeItemSlide img{
    width: 100%;
}
.gammeItemSlide a{
    display:inline-block;
    position: relative;
    top: 30px;
}
#p_gamme .gammeItemSlide{
    width: 20%;
    display: inline-block;
    text-align: center;
    top: 11%;
    left:0px;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#p_gamme .gammeItemSlideOpa{
    opacity: 0.5;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#p_gamme .ou{
    height: auto;
    top: 100px;
    position: relative;
}
#p_gamme .nav-product{
    position :relative !important;
    margin-top: -150px;
}

/* PAGE PHARMACO */
#p_pharmaco{
    background-color: #FFF;
    padding: 10% 10% 100px 10%;
    width: 80%;
}
#p_pharmaco h1{
    font-size: 30px;
    font-family: 'hlt-bold';
    font-style: italic;
    color: #666;
    margin: 30px 0px 100px 0px;
}
#p_pharmaco h2{
    font-size: 20px;
    margin: 40px 0px 5px 0px;
}
#p_pharmaco a{
    color: #2751c3;
    text-decoration: none;
}
#p_pharmaco ul{
    font-weight:bolder;
    color:#555;
    font-family: 'hlt-bold';
}
#p_pharmaco ul li ul li{
    margin-left: -70px;
}
#p_pharmaco ul li ul{
    margin: 0;
}
#p_pharmaco p{
    margin: 0;
}
#p_pharmaco p:last-child{
    margin-top: 60px;
}

/* PAGE MENTIONS */
#p_mentions{
    background-color: #FFF;
    padding: 10% 10% 100px 10%;
    width: 80%;
}
#p_mentions h1{
    font-size: 30px;
    font-family: 'hlt-bold';
    font-style: italic;
    color: #666;
    margin: 30px 0px 100px 0px;
}
#p_mentions h2{
    font-size: 20px;
    margin: 0px;
}
#p_mentions a{
    color: #2751c3;
    text-decoration: none;
}
#p_mentions ul li ul li{
    margin-left: -70px;
}
#p_mentions ul li ul{
    margin: 0;
}
#p_mentions p{
    margin: 10px 0px 30px 0px;
    text-align: justify;
}
#p_mentions p:last-child{
    margin-top: 60px;
}
#p_mentions table{
    width: 100%;
    border: solid 1px #000;
    margin-bottom: 50px;
}
#p_mentions table th{
    border: solid 1px #000;
}

#p_mentions table td{
    text-align: center;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    padding: 0px 0px 40px 0px;
    font-style: italic;
}
#p_mentions table tr td:first-child, #p_mentions table tr td:nth-child(2){
    font-style: normal;
}

/* hist */
#history #fakebg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#history {
    background: url(../img/bgHistoire.jpg) no-repeat;
    background-size: cover;
    position: relative;
    color: #FFF;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#history #timeline {
    width: 7500px;
    top: 30%;
    position: relative;
    font-size: 16px;
    margin-left: 600px;
    z-index: 20;
}

#history #containerTimeline {
    cursor: default;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#history #containerTimeline:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#history ul,
#history li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
#history li {
    width: 33px;
    height: 33px;
    margin: 0 200px;
    font-style: italic;
}
#history li:after {
    content: '';
    display: inline-block;
    width: 390px;
    position: absolute;
    top: 15px;
    left: 40px;
    border-top: 1px solid white;
}
#history li:last-child:after {
    display: none;
}
.timelineSeparatorAngle {
    width: 60px;
    height: 35px;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: absolute;
    top: 50px;
}
.timelineSeparatorVertical {
    width: 2px;
    height: 28px;
    top: 45px;
    position: absolute;
    background: #FFF;
    left: 13px;
}
#containerTimelineCursor {
    width: 70%;
    height: 20px;
    position: absolute;
    margin: 20px auto;
    bottom: 5%;
    left: 15%;
    cursor: pointer;
    z-index: 50;
}
#containerTimelineCursor #line {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #227176;
    top: 9px;
}
#containerTimelineCursor #clickArea {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 100;
}
#containerTimelineCursor .bigCircle {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #227176;
    position: absolute;
    behavior: url('PIE.htc');
}
#containerTimelineCursor .smallCircle {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    background: #227176;
    behavior: url('PIE.htc');
}
#timelineCursor {
    width: 80px;
    height: 20px;
    position: absolute;
    background-color: #227176;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    z-index: 150;
}
#timelineCursor:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.timelineElement {
    position: absolute;
    width: 260px;
    left: -60px;
}
.timelineElement.top {
    bottom: 50px;
}
.timelineElement.bottom {
    top: 50px;
}
#history .date {
    font-size: 40px;
    position: absolute;
    left: -25px;
    text-align: center;
    font-style: normal;
    font-family: times, serif;
}
#history .date.top {
    bottom: 50px;
}
#history .date.bottom {
    top: 50px;
}
#history #timelineVideo {
    cursor: pointer;
}
#videoHist{
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
    height: 100%;
}
.popUpVideo {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    margin: 0;
    padding: 0;
    position: fixed;
    background-image: url(../img/white-opacity90.png);
    z-index: 10000;
}
.popUpVideo #close {
    position: absolute;
    top: 5px;
    right: 5px;
}
#history h1 {
    font-family: hlt-bold;
    font-size: 40px;
    line-height: 40px;
    font-style: italic;
    color: #FFF;
    margin: 0px;
    top: 60px;
    width: 30%;
    /* float: left; */
    margin-left: 10%;
    text-align: left;
    margin-top: 10%;
}
#history h2 {
    font-family: hlt-bold;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
    color: #004687;
    margin-left: 15%;
    text-align: left;
}




.popUp{
    position: fixed;
    height: auto;
    width: 500px;
    background-image: url(../img/white-opacity90.png);
    top:30%;
    left:50%;
    margin: 0px 0px 0px -250px;
    z-index:10000;
    padding:20px;
}
.popUp p{
    margin:0px;
}
.popUp a{
    color: #224096;
    text-decoration: none;
}
.popUp .button{
    text-align: center;
    margin: 0 10px;
    position: relative;
    float: right;
    background-color:#00254b;
    padding: 3px;
    color: #FFF;
    border:none;
    font-weight: 100;
    font-size: 14px;
    padding: 6px 10px;
    cursor: pointer;
}
.popUp .exit{
    text-align: center;
    margin: 0 10px;
    position: relative;
    float: right;
    background-color:#666;
    padding: 3px;
    color: #FFF;
    border:none;
    font-weight: 100;
    font-size: 14px;
    padding: 6px 10px;
    cursor: pointer;
}
.popUp .exit:hover{
    background-color: #AAA;
}
.popUp .button:hover{
    background-color: #054587;
}

@media only screen and (max-width: 1465px) {
    .header-container{
        height: 95px;
    }
    .header-container nav a, .header-container nav span{
        font-size: 14px;
    }
    #nav_logo{
        width: 310px;
    }
    .header-container nav{
        width: 71%;
        top: 35px;
    }
    .wrapper{
        /*width: 85%;*/
    }
    #nav_logo {
        top: 30px;
    }
}
@media only screen and (max-width: 1250px) {
    .header-container{
        height: 75px;
    }
    .header-container nav a, .header-container nav span{
        font-size: 13px;
    }
    #nav_logo{
        width: 25%;
    }
    #slider h1{
        font-size: 60px;
    }
    .header-container nav{
        width: 65%;
        top:25px;
    }
    .wrapper{
        /*width: 90%;*/
    }
    #nav_logo {
        top: 20px;
        width: 250px;
    }
    .automedic-middle{
        height: 32% !important;
        min-height: 175px;
    }
    .automedic-bottom{
        height: 45% !important;
    }
    #automedic img{
        height: 100px;
    }
    .slider-product .label strong{
        font-size: 18px;
        line-height: 18px;
    }
    .slider-product .label span:first-child{
/*        height: 30px;
        width: 11px;
        background-size: 100%;*/
        top:2px;
    }
    .slider-product .label span:last-child{
/*        height: 30px;
        width: 11px;
        background-size: 100%;*/
        top:2px;
    }

    .macos .slider-product .label span:first-child {
        height: 30px;
        width: 11px;
        background-size: 100%;
        top: -3px;
    }
    .macos .slider-product .label span:last-child {
        height: 30px;
        width: 11px;
        background-size: 100%;
        top: -3px;
    }
    @-moz-document url-prefix(){
    .slider-product .label span:first-child{
        top:-2px;
    }
    .slider-product .label span:last-child{
        top:-2px;
    }
}
    .bx-wrapper .bx-next{
        right: 3% !important;
    }
    .bx-wrapper .bx-prev{
        left: 3% !important;
    }
    #savoir-faire-histoire #savoir-faire h1{
        font-size: 40px;
    }
    #savoir-faire-histoire #histoire h1{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1080px) {
    .header-container{
        height: 60px;
    }
    .header-container nav a, .header-container nav span{
        font-size: 13px;
    }
    #nav_logo{
        width: 250px;
    }
     #slider h1{
        font-size: 50px;
        line-height: 60px;
    }
    .header-container nav{
        width: 70%;
        top:15px;
        right: 5%;
    }
    .wrapper{
        width: 95%;
    }
    #nav_logo {
        width: 210px;
        top: 14px;
    }
    .slider-product .label{
        left: 12%;
    }
    #sav-content div{
        left: 10%;
    }
    #savoir-faire-histoire #savoir-faire h1{
        font-size: 30px;
    }
    #savoir-faire-histoire #histoire h1{
        font-size: 30px;
    }
    #savoir-faire-histoire #savoir-faire .button{
        left:35%;
    }
}

@media only screen and (max-width: 910px) {
    .header-container nav a, .header-container nav span{
        font-size: 20px;
        line-height: 20px;
        height: 100%;
        width: 100%;
        padding: 20px 0;
    }
    #nav_logo{
        width: 200px;
    }
    .nav-slide{
        font-size: 10px;
    }
    .header-container nav{
        display: none;
        width: 98%;
        left: 1%;
        top: 60px;
        float: right;
    }
    .header-container nav ul{
        float: none;
        height: 400px;
        overflow: scroll;
    }
    .header-container nav ul li{
        display: list-item;
        margin: 0px;
        background-color: #000;
    }
    .buttonMenu{
        display:inline-block;
        height: 40px;
        width: 50px;
        position: absolute;
        right: 20px;
        top:10px;
        cursor: pointer;
        background-image: url(../img/buttonMenu.png); 
        -webkit-background-size: cover ; /* pour Chrome et Safari */
        -moz-background-size: cover ; /* pour Firefox */
        -o-background-size: cover ; /* pour Opera */
        background-size: cover ; /* version standardisée */
    }
    .buttonMenu:hover{
        background-image: url(../img/buttonMenu-hover.png); 
    }
    .header-container nav ul li ul{
        position: relative;
        margin: 0px;
        width: 100%;    
        left: 0px;
        top:0px;
    }
    .wrapper{
        width: 98%;
    }
    #nav-footer h3{
        width: 100%;
        text-align: left;
    }
    #nav-footer h3:first-child{
        width: 100%;
        text-align: left;
    }
    #nav-footer h3:last-child{
        width: 100%;
        text-align: left;
    }
    #mentions-footer h3{
        width: 100%;
        text-align: left;
    }
    #automedic article{
        width: 94%;
    }
    #automedic .automedicSection{
        width: 100%;
        height: auto;
    }
    #automedic .automedicSection:nth-child(2){
        width: 100%;
    }
    #automedic .automedicSection .automedic-bottom{
        position: relative;
        padding: 20px 3%;
        height: auto !important;
    }
    #automedic .automedicSection:first-child .automedic-bottom{
        width: 77%;
        padding: 30px 3% 30px 20%;
    }
    #automedic .automedic-bottom p{
        width: 50%;
        padding:0% 10%;
        margin: 0;
    }
    #automedic h1{
        padding: 38px 0 30px 0;
    }
    .slider-product .littleLabelContener{
        left: 8%;
        top: 102px;
    }
    #automedic h1{
        font-size: 35px;
    }
    #product h1{
        white-space: nowrap;
    }
    #savoir-faire-histoire #savoir-faire .button{
        left:30%;
    }
}

@media only screen and (max-width: 800px) {
     #slider h1{
        font-size: 40px;
        line-height: 40px;
    }
    #p_automedic h1{
        font-size: 40px;
    }
    #p_automedic h2{
        font-size: 20px;
        padding: 8px 5px 3px 10%;
    }
    #p_automedic .right{
        position:relative;
        top:-8px;
        height:41px;
        width: 20px;
    }
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {


/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
    font-family: 'hlt-romain';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hlt-bold';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot');
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hlt-heavy';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot');
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-HvCn.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-HvCn.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-HvCn.svg#HelveticaNeueLTStd-HvCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hlt-medium';
    src: url('../fonts/HelveticaNeueLTStd-MdCnO.eot');
    src: url('../fonts/HelveticaNeueLTStd-MdCnO.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-MdCnO.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-MdCnO.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-MdCnO.svg#HelveticaNeueLTStd-MdCnO') format('svg');
    font-weight: normal;
}

.color-douleur{
    background-color: #8ac7a5;
    color: #8ac7a5;
    height: 80px;
}

.color-digestion{
    background-color: #b9aa05;
    color: #b9aa05;
}

.color-trouble{
    background-color: #015c6f;
    color: #015c6f;
}

.color-douleur2{
    background-color: #048bcd;
    color: #048bcd;
}

.color-orl{
    background-color: #742f88;
    color: #742f88;
}

.color-forme{
    background-color: #ff9609;
    color: #ff9609;
}

.color-orl2{
    background-color: #5599ca;
    color: #5599ca;
}

.color-digestion2{
    background-color: #d1378f;
    color: #d1378f;
}

.color-douleur3{
    background-color: #0269a3;
    color: #0269a3;
}

.color-forme2{
    background-color: #51a6ad;
    color: #51a6ad;
}

