/* ==========================================================================
   Common
   ========================================================================== */
*{
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    background: #313335;
    padding: 0;
    color: #313335;
    font-size: 18px;
    line-height: 23px;
}
ul{
    padding: 0;
}
ul li{
    list-style: none;
    padding-left: 28px;
    background : url(../img/bullet.png) 0 2px no-repeat;
    padding-bottom: 15px;
}
ul li li {
    list-style: none;
    padding-left: 25px;
    background : url(../img/arrow.png) 0 6px no-repeat; 
}
ul li li:last-child {
    padding-bottom: 0;
}
.container, .container-fluid{
    background: #fff;
}
img{
    max-width: 100%;
}
a:hover, a:focus{
    text-decoration: none;
}
input{
    color: #313335;
}
.bouton-link:hover{
    opacity: 0.8;
}
.container-title{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
}
h1{
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
h2{
    color: #ce9c8d;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 10px 0;
}
.centered-img{
    text-align: center;
}
.highlight {
    color: #ce9c8d;
}
.smaller{
    font-size: 15px;    
}

/* ==========================================================================
   Menu
   ========================================================================== */
.navbar{
    min-height: 120px;
    margin: 0;
}
.navbar-inverse{
    background: #313335 !important;
    border: none;
}
#navbar{
    background: #f9ddd8;
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #313335;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #a96359;
}
.navbar .container{
    min-height: 120px;
    background: url('../img/bg_header.jpg') right top no-repeat;
}
.navbar-header{
    height: 120px;
}
.navbar-brand{
    margin-top: 8px;
}
.navbar-brand img{
    max-width: 100%;
}
.menu{
    float: right;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
}
.menu li {
    background: none;
    padding: 0;
}
.menu-link.mon-compte{
    font-weight: 700;
}
.link-avantages{
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -21px;
}

.leader-sante-link{
    float: right;
    margin-top: 70px;
}

/* ==========================================================================
   Block image
   ========================================================================== */
.block-image{
    height: 0;
    padding-bottom: 56.4%;
    background: url('../img/home_bg.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}
.home-claim{
    margin-top: 32%;
    position: relative;
    background: rgb(249, 221, 216);
    color: #313335;
    font-size: 31px;
    line-height: 41px;
    padding: 20px 20px 20px 40px;    
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-align: center;
}
.claim-conditions{
    font-size: 20px;
    font-style: italic;
}

/* ==========================================================================
   My Privilege
   ========================================================================== */
.block-myprivilege {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fff;
    position: relative;
}
.ls-logo{
    margin-bottom: 10px;
}
.myprivilege-logo{
    margin-bottom: 30px;
}
.wrapper-claims {
}
.col1{
    margin-left:7%;
    margin-right: 3.5%;
}
.col2{
    margin-left: 3.5%;
    margin-right: 7%;
}
.avantage-claim {
    float: left;
    width: 39.5%;
    min-height: 150px;
    margin-bottom: 40px;
    background: url('../img/arrow_down.png') center bottom 12px no-repeat #fafafa ;
    padding: 20px;
    cursor: pointer;
    position: relative;   
    border-radius: 10px;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0px 3px 5px #dfdfdf;
}
.avantage-claim.claim-open {
    background: url('../img/arrow_up.png') center bottom 12px no-repeat #fff ;    
}
.claim-top{
    font-size: 19px;
    line-height: 24px;
    min-height: 90px;
    padding-left: 40px;
    font-size: 24px;
    line-height: 29px;
    padding-top: 16px;
}
.claim-ico{
    width: 62px;
    height: 62px;
    border-radius: 62px;
    position: absolute;
    top: 34px;
    left: -11px;
    margin-left: -20px;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);    
}

.claim-open .claim-ico{
}
.claim-info{
    margin-top: 20px;
    padding: 0 20px 15px 40px;
    font-size: 18px;
    line-height: 24px;
    display: none;
}
.bottom-myprivilege{
    text-align: center;
    margin-bottom: 20px;
}

/* ==========================================================================
   Installation
   ========================================================================== */
.block-installation{
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fafafa;
    position: relative;
}
.block-installation h1{
    margin-bottom: 30px;
}
.install-header{
    text-align: center;
}
.install-header{
    color: #ce9c8d;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.install-title{
    margin-top: 20px;
}
.install-smartphone{
    background: url('../img/sep_vertical.png') top right repeat-y;
}

.block-installation .col-xs-10 {
    margin-bottom: 40px;
    padding-right: 25px;
}
.block-installation .col-xs-10  img{
    margin-top: 20px;
}

/* ==========================================================================
   Utilisation
   ========================================================================== */
.block-utilisation{
    background: #303133;
    color: #fff;    
    position: relative;
}
.wrapper-utilisation{
    margin-top: 80px;
}
.utilisation-item{
    margin-bottom: 80px;
}

/* ==========================================================================
   Points de vente
   ========================================================================== */
.block-pdv{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fafafa;
    min-height: 941px;
    position: relative;
}

.bh-sl-container .bh-sl-loc-list .list-label{
    background: url('../img/logo_ls_sphere.png') center center no-repeat;
    /*padding: 4px 10px;*/
    padding: 0;
    width: 30px;
    height: 30px;
}
.bh-sl-container .bh-sl-map-container .loc-directions{
    margin-top: 5px;
}

.bh-sl-container .bh-sl-map-container .loc-directions a{
    color: #ce9c8d;
}
.bh-sl-container button{
    background: #313335;
}
.bh-sl-container button:hover{
    background: #fab8b2;
}


/* ==========================================================================
   Compte
   ========================================================================== */
.block-compte{
    background: #303133;
    color: #fff;        
    padding-top: 20px;
    padding-bottom: 20px;    
    position: relative;
}
.wrapper-compte{
    margin: 80px 0 80px;
    text-align: center;
}
.error-msg{
    margin: 20px 0;
    display: none;
}
.loaderImage{
    margin: 20px 0;
    text-align: center;
    display: none;
}
.email{
    margin-right: 10px;
    width: 30% !important;
    display: inline-block !important;
}
.identifiant{
    margin: 0 20px 0 10px;
    width: 30% !important;
    display: inline-block !important;
}
#submit-compte{
    background: #fab8b2;
    border: none;
}
#submit-compte:hover{
    background: #595859;
}

/* ==========================================================================
   Faq
   ========================================================================== */
.faq-content{
    text-align: left;
    padding: 0 40px;
}
.faq-title{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #fab8b2;
    margin: 30px 0 20px;
}
.faq-item{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
}
.faq-question{
    padding-right: 35px;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: url('../img/faq_expand.png') right center no-repeat;
}
.faq-item:hover .faq-question,
.faq-open .faq-question {
    color: #fab8b2;
}
.faq-open .faq-question {
    background: url('../img/faq_collapse.png') right center no-repeat;
}
.faq-answer{
    display: none;
    margin-top: 10px;
    padding: 0 30px;
}
.faq-list{
    margin-top: 10px;
}


/* ==========================================================================
   Contact
   ========================================================================== */
.block-contact{
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fafafa;
    position: relative;
}
.block-contact input{
    margin-bottom: 20px;
}
.block-contact button{
    margin-top: 20px;
    background: #313335;
    border: none;
    color: #fff;
}
.block-contact button:hover,
.block-contact button:focus{
    background: #fab8b2;
    color: #fff;
}
.contact-loaderImage{
    margin: 20px 0;
    text-align: center;
    display: none;
}
.error-msg-contact{
    margin: 20px 0;
    display: none;
    font-size: 15px;
}
.error-global{
    margin-bottom: 10px;
}
.error-item{
    font-style: italic;
    margin-bottom: 5px;
    padding-left: 10px;
}
#submit-contact{
    background: #313335 ;
    border: none;
    color: #fff;
}
#submit-contact:hover,
#submit-contact:focus{
    background: #fab8b2;
}


/* ==========================================================================
   Réseaux sociaux
   ========================================================================== */
.block-social{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    text-align: center;
    position: relative;
}
.social-link{
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 10px;
}
.facebook{
    background: url('../img/facebook.png') center center no-repeat;
}
.ls-web{
    background: url('../img/leadersante.png') center center no-repeat;
}
.linkedin{
    background: url('../img/linkedin.png') center center no-repeat;
}
.facebook:hover{
    background: url('../img/facebook_hover.png') center center no-repeat;
}
.ls-web:hover{
    background: url('../img/leadersante_hover.png') center center no-repeat;
}
.linkedin:hover{
    background: url('../img/linkedin_hover.png') center center no-repeat;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer.block-footer{
    text-align: center;
    background: #313335;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

/* ==========================================================================
   Conditions
   ========================================================================== */
.block-conditions{
    padding-top: 20px;
    padding-bottom: 40px;
    display: none;    
    position: relative;
}
.close-conditions img{
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.texte-reglement, texte-conditions{
    padding: 20px;
}
.texte-reglement h2, .texte-conditions h2 {
    color: #313335;
    margin-top: 20px;
}
.texte-reglement h3, .texte-conditions h3 {
    font-size: 18px;
    margin-left: 20px;    
}
.texte-reglement ul li, .texte-conditions ul li {
    list-style: disc;
    padding-left: 0px;
    background: none;
    padding-bottom: 5px;
    margin-left: 40px;
}
/* ==========================================================================
   Règlement
   ========================================================================== */
.block-reglement{
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fafafa;
    display: none;     
    position: relative; 
}
.close-reglement img{
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
/* ==========================================================================
   Cookies
   ========================================================================== */
.block-cookie{
    padding-top: 120px;
    padding-bottom: 40px;
    background: #fafafa;
    position: relative; 
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width: 200px){
    .navbar-fixed-top{
        position: relative;
    }
    body{
        padding-top: 0px;
    }
}
@media (min-width: 480px) {
    .form-inline .form-control.email,
    .form-inline .form-control.identifiant {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
@media (min-width: 768px){
    .navbar-header{
        background: none;
        float: none;
    }
    .container {
        width: 100%;
    }
    .navbar-fixed-top{
        position: fixed;
    }
    .top-image{
        padding-top: 120px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


@media (max-width: 1170px) {
    .claim-top{
        padding-top: 10px;
    }
}
@media (max-width: 1023px) {
    .block-pdv {
        min-height: 1600px;
    }
}
@media (max-width: 960px) {
    .home-claim{
        margin-top: 30%;
        font-size: 30px;
        line-height: 35px;
        padding: 20px 20px 20px 40px;    
    }
}

@media (max-width: 920px) {
    .avantage-claim {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .avantage-claim{
        width: 70%;
        margin-left: 15%;
    }
    .claim-top{
        padding-top: 16px;
    }
}
@media (max-width: 900px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-bottom: 7.5px;
        text-align: center;
        margin-top: 10px;        
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media (max-width: 825px) {
    .home-claim{
        margin-top: 30%;
        font-size: 25px;
        line-height: 30px;
        padding: 20px 20px 20px 40px;    
    }
}
@media (max-width: 767px) {
    .bouton-link{
        display: none;
    }
    .avantage-claim{
        width: 80%;
        margin-left: 10%;
    }
    .install-smartphone{
        background: none;
    }
    .install-smartphone .col-xs-10:last-child {
        border-bottom: 1px solid #e9b7b1;
        padding-bottom: 40px;
    }
    .leader-sante-link{
        max-width: 150px;
        float: none;
        margin-top: 0;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
}
@media (max-width: 720px) {
    .home-claim{
        text-align: center;
        margin-top: 30%;
        font-size: 16px;
        line-height: 21px;
        padding: 10px;    
    }
    .home-claim p{
        margin-bottom: 5px;
    }
    .claim-conditions{
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .avantage-claim{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        padding-top: 30px;
    }
    .claim-info{
        padding-left: 0;
    }

    .avantage-claim{
        width: 90%;
        margin-left: 5%;
    }
    .claim-top{
        font-size: 20px;
        line-height: 25px;
        padding-top: 0;
    }
    .email, .identifiant{
        width: 100% !important;
        display: block !important;
        margin: 10px 0;
    }
    .identifiant{
        margin-bottom: 40px;
    }
}
@media (max-width: 420px) {
    .navbar-brand{
        width: 200px;
    }
}
@media (max-width: 400px) {
    .home-claim{
        margin-top: 50%; 
    }    
    .block-image{
        margin-bottom: 100px;
    }
}