﻿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: 0px 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;
}

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;}