/*! 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;
}

::-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;
}
i{
    font-family:"Helvetica", "Helvetica Neue", sans-serif;
    font-style:italic;
}

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;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Judson:400italic,700);


@font-face {
  /* 77 Bold Condensed */
    font-family: 'HelveticaNeueLTStd-BdCn';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot') format('eot');
    src: url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), 
         url('../fonts/HelveticaNeueLTStd-BdCn.ttf')  format('truetype'),
         url('../fonts/HelveticaNeueLTStd-BdCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'HelveticaNeueLTStd-BdCn';
        src: url('../fonts/HelveticaNeueLTStd-BdCn.svg') format('svg');
    }
}

@font-face {
  /* 87 Heavy Condensed */
    font-family: 'HelveticaNeueLTStd-HvCn';
    src: url('../fonts/HelveticaNeueLTStd-HvCn.eot') format('eot');
    src: url('../fonts/HelveticaNeueLTStd-HvCn.woff') format('woff'), 
         url('../fonts/HelveticaNeueLTStd-HvCn.ttf')  format('truetype'),
         url('../fonts/HelveticaNeueLTStd-HvCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'HelveticaNeueLTStd-HvCn';
        src: url('../fonts/HelveticaNeueLTStd-HvCn.svg') format('svg');
    }
}



*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

html,body{
    width:950px;
    font-size:13px; /* 1em */
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#000;
    background:#fff;
    margin:0 auto;
    padding:0;
    -webkit-font-smoothing: antialiased;
}

a{
    text-decoration:none;
}

/* helpers */

.left{
    float:left;
}
.w640{
    width:640px; 
}
.w310{
    width:310px;
}

.ml10{
    margin-left:10px;
}
.mr45{
    margin-right:45px;
}
.rose{
    color:#e73340;
}
.violet{
    color:#009879;
}
.blanc{
    color: #fff;
}
.weight-normal{
    font-weight:normal;
}


.hv77{
    font-family: 'HelveticaNeueLTStd-BdCn';
}
.hv87{
    font-family: 'HelveticaNeueLTStd-HvCn';
}


h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h1{
    font-size:30px;
}
h2{
    font-size:24px;
}
h3{
    font-size:20px;
}
h4{
    font-size:18px;
}
h5{
    font-size:16px;
}

hr.black_sep{
    border:none;
    height:3px;
    background:#000;
    margin:0 auto 10px;
}

img.img_left{
    float:left;
    margin:0px 10px 10px 0;
}

.header{
    position:relative;
    height:70px;
    width:100%;
}

.header .border{
    position:absolute;
    z-index:2;
    margin:0;
    bottom:-1px;
    left:0;
    width:100%;
    border:none;
    height:2px;
    background:#009879;
}

.header .logo_phardemo{
    display:block;
    width:239px;
    height:74px;
    background:url('../img/phardemo_logo.jpg') no-repeat;

    position:absolute;
    z-index:1;
    left:0;
    bottom:-9px;

}

.header .galderma{
    float:right;
    line-height: 70px;
}
.header .galderma p{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    vertical-align: text-top;
    line-height: 18px;
    padding-right: 5px;
}


.container{
    padding-top:30px;
}

.titre{
    position:relative;
}
.titre h2{
    color:#e73340;
    font-size:23px;
    font-weight:bold;
    line-height:30px;
    border-bottom:solid 2px #e73340;
}
.titre .new{
    display:inline-block;
    font-family: 'HelveticaNeueLTStd-HvCn';
    font-size:22px;
    font-weight:normal;
    text-transform:uppercase;
    color:#FFF;
    background:#e73340;
    padding:4px 10px;
    line-height:30px;
}
.titre sup{
    font-size:12px;
    vertical-align:9px;
}
.titre .right{
    float:none;
    position:absolute;
    right:0;
    bottom:35px;
    line-height: 30px;
    color:#009879;
    font-size:16px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-weight:normal;
}
.titre .right a{
    padding:0px 5px;
    color: #000;
}
.titre .right a:last-child{
    padding:0 0 0 5px;
}




.slider {
    margin:0 auto 30px;
    width:950px;
}

#slides {
    display: none;
    position:relative;
}
.slidesjs-container{
    z-index:2;
}

.slidesjs-pagination{
    list-style:none;
    padding:0px;
    margin:0;
    overflow:hidden;
    position:absolute;
    z-index:3;
    bottom:2px;
    left:50%;
    margin-left:-25px;
}
.slidesjs-pagination-item{
    float:left;
    padding-right:10px;
}
.slidesjs-pagination-item:last-child{
    padding-right:0;
}
.slidesjs-pagination-item .dots{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#b3b3b3;
}
.slidesjs-pagination .active .dots{
    background-color:#ffffff;
}


.conseil{
    overflow:hidden;
    list-style:none;
    padding-left:0;
}
.conseil li{
    float:left;
    width:310px;
    margin-right:10px;
    margin-bottom:20px;
}
.conseil li:last-child{
    margin-right:0;
}

.conseil h4{
    font-size:18px;
    font-weight:bold;
    color:#009879;
    margin-bottom:5px;
}
.conseil h4 a{
    color:#009879;
}
.conseil h4:before{
    content:"\25BA";
    font-size:13px;
    vertical-align:2px;
    color:#e73340;
    margin-right:5px;
}

.conseil p{
    margin:10px 0;
    font-size:13px;
    line-height:16px;
    color:#000;
    min-height: 80px;
}

.conseil a.btn{
    display:block;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size:18px;
    padding:3px 0;
    width:100%;
    background:#009879;
    color:#fff;
    border-radius:4px;
    text-align:center;
    line-height: 27px;
}
.conseil a.btn:hover{
    background:#22ba9b;   
}


.reference{
    font-size:9px;
    font-family: Helvetica, "Helvetica", sans-serif;
    margin-bottom:10px;
}
.reference sup{
    font-size:7px;
    margin-right:2px;
    vertical-align: 3px;
}
.reference .gris{
    font-size:11px;
    color:#828282;
    padding-top: 2px;
}
.reference b{
    font-weight:bold;
}




/* ==========================================================================
   IE FIX
   ========================================================================== */






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   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;
}
#icon_facebook{
    width: 63px;
    height: 24px;
    background: url(../img/btn_facebook.png) no-repeat;
    background-size: 63px 24px;
}
#icon_twitter{
    width: 65px;
    height: 22px;
    background: url(../img/btn_twitter.png) no-repeat;
    background-size: 65px 22px;
    margin-top: 1px;
}
#icon_gplus{
    width: 67px;
    height: 24px;
    background: url(../img/btn_gplus.png) no-repeat;
    background-size: 67px 24px;
}

/* ==========================================================================
   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;
    }
}

#cb_slider_wrapper{
    margin: 0 auto 30px auto;
}
h2{
    margin-bottom: 1em;
}
h4{
    line-height: 1.2em;
}