/*  Copyright (c) Polyconseil SAS. All rights reserved. */
/*  StyleSheet for Bluecub website                               */


/*++++++++++++++++++++++++++++++++++++++*/
/*  Desktop                             */
/*      $Layout                         */
/*      $Grid                           */
/*      $Basic Style                    */
/*      $Menu                           */
/*      $Buttons                        */
/*      $CMS Content                    */
/*      $App                            */
/*          $Offer                      */
/*      $Plugin                         */
/*      $CMS Content                    */
/*++++++++++++++++++++++++++++++++++++++*/
/*  Bluecub main color : #C8D13B        */


/*++++++++++++++++++++++++++++++++++++++*/
/*  Desktop                             */
/*      $Layout                         */
/*++++++++++++++++++++++++++++++++++++++*/
html {
    background: #efefef;
}
.footer-nav {
    background: #C8D13B;
}


/*      $Basic Style                    */
/*++++++++++++++++++++++++++++++++++++++*/
h2 {
    color: #C8D13B;
}


/*      $Menu                           */
/*++++++++++++++++++++++++++++++++++++++*/
.main-nav > li:hover {
    background: #009def;
}
/*  Quick Nav Menu                      */
.bs-promotions a {
    background: #009def;
}
.bs-user-log h3 {
    background: #C8D13B;
}
.bs-picto-log {
    background-position: -250px -300px;
}
/*  Footer Menu                         */
.footer-nav a {
    color: #fff;
}
.footer-nav a:link,
.footer-nav a:visited {
    background: #638A17;
}
.footer-nav a:hover,
.footer-nav a:active,
.footer-nav a:focus {
    background: #96B53B;
}


/*      $Buttons                        */
/*++++++++++++++++++++++++++++++++++++++*/
.btn-confirm {
    background-color: #638A17;
}
.btn-confirm:hover {
    background-color: #96B53B;
}


/*      $CMS Content                    */
/*++++++++++++++++++++++++++++++++++++++*/
.cms-nav li {
    border-left: 4px solid #fff;
}
.cms-nav li:first-child {
    border-left: none;
}
.cms-nav a {
    padding: 10px 0;
    color: #fff;
    font: 1.1em 'DinMedium';
    background: #B2E2F6;
}
.cms-nav a:hover,
.cms-nav li.selected a {
    background: #009def;
}


/*      $App                            */
/*++++++++++++++++++++++++++++++++++++++*/
/*      $Offer                          */
/*++++++++++++++++++++++++++++++++++++++*/
.HL .offer-head h3 {
    color: #ff3abc;
}
.HL .offer-body {
    background: #fdbfeb;
}
.HL .offer-head {
    background: #ff3abc;
}
.HL .offer-head h1,
.HL .offer-head p {
    color: #fdbfeb;
}
.HL .btn-primary {
    -webkit-box-shadow: 0 5px 0px #ad2980 !important;
       -moz-box-shadow: 0 5px 0px #ad2980 !important;
            box-shadow: 0 5px 0px #ad2980 !important;
    background: #ff3abc;
}
.HL .btn-primary:hover {
    background: #ad2980;
}
#recommended_offer {
    color: #98B605 !important;
}


/*      $Plugin                         */
/*++++++++++++++++++++++++++++++++++++++*/
.bshomeimage-contener,
.bsblockstep-contener {
    background: #C6CF3A;
}

.bs-home-fixed-tooltip:first-of-type {
    height: 100px;
}

.bs-home-fixed-tooltip:nth-of-type(2) {
    height: 80px;
}


/*      $CMS Content                    */
/*++++++++++++++++++++++++++++++++++++++*/
.scope-cmscontent .content {
    background: none;
}
