﻿a {
    text-decoration: none;
    color: #295729;
}

a:focus, a:hover {
    color: #295729;
    text-decoration: underline;
}

a.nav-link {
    text-decoration: none;
    color: #295729;
}

a.nav-link:focus, a.nav-link:hover {
    color: #295729;
    text-decoration: underline;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

.control-label.required::after {
    content: ' *';
    color: red;
}

hr.style1 {
    border: 6px solid #295729;
    border-radius: 3px;
}

.image-header {
    background: url('../images/gre_1920_500.jpg') no-repeat center center scroll;
    height: 300px;
}

.bg-audielec {
    background-color: #DBCFC1;
}

.bg-greenshop {
    background-color: #295729;
}

.bg-greenshop-light {
    background-color: #dcefdc;
}

.greenshoptable th {
    background-color: #DDDDDD;
    border-collapse: collapse
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.preventcopy {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.recettes_scroll {
    position: relative;
    padding: 1rem;
    margin: 1rem -.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0;
    overflow: auto;
}

.label-top {
    position: absolute;
    background-color: #f3a333;
    color: #fff;
    bottom : 8px;
    left: 8px;
    padding: 5px 10px 5px 10px;
    font-size: .7rem;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase
}

.btn-greenshop_1 {
    background: none #badeba;
    border: none;
    text-decoration: none;
    outline: 0;
    box-shadow: -1px 6px 19px rgba(247, 129, 10, 0.25);
    border-radius: 100px
}

.btn-greenshop_1:hover {
    background: none #badeba;
    box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35)
}

.btn-outline-greenshop {
    color: #295729;
    border-color: #295729;
}

.btn-outline-greenshop:hover {
    color: #fff;
    background-color: #295729;
    border-color: #295729;
}

#bottomalert, #cookiealert {
	opacity: 1;
    filter: alpha(opacity=100);
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color: #F5F5F5;
	z-index: 500; /* Sit on top */
}

/* Style pour les tables */

.table thead tr th, .table tbody tr td {
    border: none;
}

.table > tbody > tr > .emptyrow {
    border-top: none;
}

.table > thead > tr > .emptyrow {
    border-bottom: none;
}

.table > tbody > tr > .highrow {
    border-top: 3px solid;
}

.recipies-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.cart-item {
    position: relative;
    margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;	
    padding: 5px 10px 0px 10px;
    background-color: #fff;
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.cart-item-category {
    position: relative;
    background-color: #fff;
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.vertical-separator-right {
  border-right: 1px solid #333;
}

.vertical-separator-left {
  border-left: 1px solid #333;
}

[class^="fa-"]::before,
[class*=" fa-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-forward::before {
    content: "\f558";
}

.fa-fast-forward::before {
    content: "\f55e";
}

.fa-backward::before {
    content: "\f564";
}

.fa-fast-backward::before {
    content: "\f552";
}

blockquote {
    background: #eaeeea;
    font-size: 1.04em;
    padding: 10px 10px 10px 20px !important;
    margin: 1.1em 1.3em 1.1em 1em;
    border-left: 0px #295729 solid;
    border-radius: 4px 0 0 4px;
}
/* top, right, bottom, and left. */
blockquote.title {
    background: #eaeeea;            /* #def3c9;  logo text greenshop color */
    font-size: 1.04em;
    padding: 10px 10px 10px 10px !important;
    margin: 1.1em 1.3em 1.1em 0em;
    border-left: 4px #295729 solid;
    border-radius: 4px 0 0 4px;
}

blockquote>p:last-child { margin: 0;}

/* Bell etc ... with round red badge diaplay */

.icon-badge-group {
 
}

.icon-badge-group .icon-badge-container {
    display: inline-block;
    margin-left:0.9375 em;                               /* 15px */
}

.icon-badge-group .icon-badge-container:first-child { 
  margin-left:0
}

.icon-badge-container {
    margin-top:0.5em;                                   /* 20px */
    position:relative;
}

.icon-badge-icon {
    font-size: 1.25em;                                /* 30px */
    position: relative;
}

.icon-badge {
    background-color: red;
    font-size: 0.75em;                                  /* 12px */
    color: white;
    text-align: center;
    width: 1.25em;                                      /* 20px */
    height:1.25em;                                      /* 20px */
    border-radius: 50%;
    position: absolute; /* changed */
    top: -0.25em; /* changed */                    /* -5 , -12*/
    left: 0.75em; /* changed */                   /* 18 */
}