
*{
    margin:0px;
    padding:0px;
    font-family:Verdana, Arial, Tahoma, Helvetica,sans-serif;
    color: #444
    background-attachment: fixed;
}

@media (min-width: 768px) {
  body {
    background: #FFF url(../images/background-750.jpg)no-repeat fixed center top;
  }
}
@media (min-width: 992px) {
  body {
    background: #FFF url(../images/background-970.jpg)no-repeat fixed center top;
  }
}
@media (min-width: 1200px) {
  body {
    background: #FFF url(../images/background-1170.jpg)no-repeat fixed center top;
  }
}



h1{
    line-height:46px;
    font-size:18px;
    font-weight:bold;
    color:#FFF;
    padding-left:20px;
    background-color: #205D8E;
    background: -moz-linear-gradient(top, #830d0d 0%, #d13131 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #830d0d 0%, #d13131 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #830d0d 0%, #d13131 100%); /* W3 */
    margin-bottom:10px;
    -moz-border-radius: 5px;
    text-shadow: 2px 2px 1px #333;
    margin-top:0px;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}

h2{
    padding-bottom:8px;
    border-bottom:dotted 1px #888;
    margin-bottom:10px;
}

h3{
    font-weight:bold;
    color:#666666;
    font-size:12px;
}

h4{
    color:#AAAAAA;
    font-weight:normal;
}

.btn-primary .glyphicon{
    color:#FFFFFF;
}


.btn-primary {
    color: #ffffff;
    background-color: #a31c1c;
    border-color: #580404;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #2d3031;
    border-color: #020202;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #a72323;
    border-color: #410505;
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #630408;
    border-color: #360505;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #636469;
    border-color: #606263;
}



/***********************************************************
** FOOTER
************************************************************/

header img{
    width:100%;
    max-width:448px;
}

header .navbar{
    background-color: #205D8E;
    background: -moz-linear-gradient(top, #830d0d 0%, #d13131 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #830d0d 0%, #d13131 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #830d0d 0%, #d13131 100%); /* W3 */
    color:#FFFFFF;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow:hidden;
}

header .navbar .welcome{
    font-weight:bold;
    color:white;
    font-size:12px;
    text-shadow: 1px 1px 1px #000;
}

header .navbar-nav.mobile-bar {
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0px 0px;
}
header .navbar-nav.mobile-bar > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
}
header .navbar-nav.mobile-bar > li > a  {
    color:white;
    text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}
header .navbar-nav.mobile-bar > li > a:hover,
header .navbar-nav.mobile-bar > li > a.selected  {
    background: -moz-linear-gradient(top, #48494a 0%, #65676c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #48494a 0%,#65676c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #48494a 0%,#65676c 100%); /* W3 */
}

header .navbar-nav.mobile-bar > li > a > span.menu-icon {
    display: block;
    font-size: 1.8em;
    color:white;
    text-shadow: 1px 1px 1px #000;
}

@media (min-width: 768px) {
    header .navbar {
        height: auto;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    header .navbar-nav.mobile-bar {
        display: block;
        max-height: 64px;
    }
    header .navbar-nav.mobile-bar > li > a > span.menu-icon {
        font-size: 1em;
        display: inline-block;
    }
}

/***********************************************************
** FOOTER
************************************************************/
footer{
    width:100%;
    background-color: #b82626;
    padding:10px 0px;
    margin-top:10px;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow:hidden;
}

footer a{
    color:#FFFFFF;
}

footer a:hover{
    color:#FFFFFF;
}

/***********************************************************
** MENU
************************************************************/
.menu{
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    margin-bottom:10px;
    overflow:hidden;
} 

.menu .menuTitle{
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.menu .menuTitle a{
    display:inline;
}
.menu ul{
    margin-bottom:0px;
    padding-left:0px;
}

.menu li{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.menu li a{
    display:block;
    background-color: #205D8E;
    background: -moz-linear-gradient(top, #830d0d 0%, #d13131 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #830d0d 0%, #d13131 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #830d0d 0%, #d13131 100%); /* W3 */
    padding: 10px;
    font-size:10px; 
    font-weight:bold;
    text-shadow: 1px 1px 1px #000;
    color:#FFF;
} 
.menu a:hover,
.menu a.selected{
    text-decoration:none;
    background-color: #282829;
    background: -moz-linear-gradient(top, #282829 0%, #4e4f50 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #282829 0%,#4e4f50 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #282829 0%,#4e4f50 100%); /* W3 */
} 

.menu li img{
    vertical-align:middle;
}





/***********************************************************
** LOGIN
************************************************************/


.login .card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.login .card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 15%;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login .profile-img-card {
    width: 100%;
   /* height: 96px;
    margin: 0 auto 20px;*/
    display: block;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
}

.login .form-signin #login,
.login .form-signin #password {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.login .form-signin input[type=email],
.login .form-signin input[type=password],
.login .form-signin input[type=text],
.login .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login .form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.login .btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}


.login .btn.btn-signin:hover,
.login .btn.btn-signin:active,
.login .btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.login .forgot-password {
    color: rgb(104, 145, 162);
}

.login .forgot-password:hover,
.login .forgot-password:active,
.login .forgot-password:focus{
    color: rgb(12, 97, 33);
}

/***********************************************************
** PRODUCTS
************************************************************/
.products  .text h3{
    font-size:12px;
    margin:2px 0px 4px 0px;
}

.products .text  h4{
    font-size:11px;
    font-weight:bold;
    margin:2px 0px 4px 0px;
}

.products .text p{
    margin-bottom:4px;
}

.products .price,
.products .quota{
    padding-left:4px;
    padding-right:4px;
}
.products .maxSmall{
    color:#FFAAAA;
    font-size: 10px;
}

.products .photoHead{
    width:120px;
}
@media (max-width: 768px) {
.products .photoHead{
    width:80px;
}
}

.products .info{
    font-size:12px;
}

.products .tt {
  height:30px;
  padding:0px;
}

.products .tt a{
    width:100%;
    height:100%;
    display:block;
}

.products .tt .tooltip-inner {
  max-width: 300px;
}
.products .tt .tooltip-inner h3{
  color:white;
  margin:5px;
}
.products .tt .tooltip-inner img{
  margin-bottom:5px;
  margin-top:5px;
}

.products .num input{
    background-color:#A9DFEB;
    width:65px;
    padding: 3px;
    height:26px;
    font-size:12px;
}

.products .num input.form-control[disabled]{
    background-color:#F8ADAD;
}

/***********************************************************
** PANIER
************************************************************/

.cart{
    position:relative;
}

.cart tbody.foot td{
    font-weight:bold;
}

.cart .photo{
    border: solid 2px #FFFFFF;
}

.cart .remove{
    cursor:pointer;
}

.cart .cartQty{
    background-color:#A9DFEB;
    width:50px;
}

.cart .cartCustom{
    width:100%;
    height:45px;
}


.cart h3{
    font-size:12px;
    margin:2px 0px 4px 0px;
}

.cart .table > tbody > tr > td{
    vertical-align: middle;
}

.cart tfoot td,
.cart tfoot td div{
    font-size:12px;
    font-weight:bold;
}

.cart .tt a{
    display:block;
    height:100%;
}

.cart .tt .tooltip-inner {
  max-width: 300px;
}
.cart .tt .tooltip-inner h3{
  color:white;
  margin:5px;
}
.cart .tt .tooltip-inner img{
  margin-bottom:5px;
  margin-top:5px;
}

.cart .table .label{
    margin-top:5px;
    font-size:10px;
}

.cart .num input{
    background-color:#A9DFEB;
    width:65px;
    padding: 3px;
    height:26px;
    font-size:12px;
}

.cart .num input.form-control[disabled]{
    background-color:#F8ADAD;
}


/***********************************************************
** DELIVERY
************************************************************/
.delivery .panel-heading{
    font-size:15px;
}

.delivery .form-group{
    margin-bottom:5px;
}

.delivery .address{
   font-size:12px;
}

/***********************************************************
** MINI-PANIER
************************************************************/
.miniCart{
    margin-bottom:5px;
    border-bottom:solid 1px #DDDDDD;
}

.miniCart td{
    padding-bottom:5px;
}


/***********************************************************
** COMMANDE
************************************************************/
.order .panel-heading{
    font-size:15px;
}

/***********************************************************
** BARRE DE BOUTONS
************************************************************/
.buttonBar{
    margin-top:10px;
}

.buttonBar .glyphicon{
    font-size:14px;
}

/***********************************************************
** PANNEAU DE "PATIENTER SVP"
************************************************************/   
#ajaxLoader {
    background-color:white;
    border:2px solid #FF9900;
    display:none;
    left:50%;
    margin-left:-100px;
    margin-top:-80px;
    padding:20px;
    position:absolute;
    text-align:center;
    top:50%;
    z-index:6;
}