/* 
Theme Name:		 Aura Theme
Description:	 Aura Theme
Author:			 Aura
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 aura-theme
*/


/* Header & Nav */
header#masthead {
    padding-bottom: 0;
}
#menu-header ul li {
	list-style-type: none;
}
#menu-header .nav-link {
    padding: .5rem .5rem;
}
.navbar {
    display: block !important;
	margin: 0 -15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 50px;
    height: 50px;
}
.mega-sub-menu .blocUniv-widget img{
	max-width: 50% !important;
}

/* Site content */
#content.site-content {
	padding-top: 0 !important;
	background: rgba(0, 0, 0, 0.03);
}
/* Header & Nav */
header#masthead .container {
    padding-top: 0;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1600px !important;
	}
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}

/* Menu headers */
#menu-header-boutons ul {
	margin-bottom: 0;
}

/* Breadcrumbs */
p#breadcrumbs {
    /* margin-bottom: 0.2em; */
}

/**/
.entry-header h1 {
	/* margin-bottom: 0; */
	padding-bottom: 0;
}
.term-description h2 {
	color: #008080 !important;
}
h3 a {
	color: #606060;
}
h3, .h3 {
    font-size: 1.2rem !important;
}
.btn {
	font-size: inherit !important;
}

/* Product_category */
div.tab-pane.active {
    border: 0px;
}
.tab-pane ul li {
    overflow: initial;
    list-style: disc;
    border-bottom: 0px solid #f0f0f0;
    margin: 0 0 0px;
    padding: 0 0 0px;
}
.nav-tabs>li>a {
	color: #FFFFFF !important;
    background: #367095 !important;
    border: 1px solid #d4d4d4;
    box-shadow: 2px -1px 3px #e0e0e0;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
.nav-tabs>li>a:hover
{
    background: #000000 !important;
    border: 1px solid #d4d4d4;
    box-shadow: 2px -1px 2px #aaa;
}

a.nav-link.active {
    background: #000000 !important;
    box-shadow: 0px 0px 0px white;
    border-bottom: 1px solid white;
}
.max-height-200 {
	max-height :250px;
}
.card-body {
    padding: 0.5rem !important;
}

/* Product tableaux */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
	bottom: .5em;
}
.product_vignette {
	width: 40px;
}
.product_designation {
	display: block;
	font-weight: bold;
}

/* data-table */
.bootstrap-table .fixed-table-container .table thead th .th-inner {
	white-space: inherit;
}
#table-plantes-rendements .float-right {
    float: left !important;
}
div#fichePlante.bg-light {
    background-color: #f8f9fa !important;
}

/* Button */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce  p.alt a.button, .woocommerce button.button.alt, .woocommerce input.button.alt {
    /*background-color: #77aa47;
	color: #fff;*/
	background: #f3d078;
	background: -moz-linear-gradient(top,#f7dfa5,#f0c14b);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7dfa5),color-stop(100%,#f0c14b));
	background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
	background: -o-linear-gradient(top,#f7dfa5,#f0c14b);
	background: -ms-linear-gradient(top,#f7dfa5,#f0c14b);
	background: linear-gradient(top,#f7dfa5,#f0c14b);
	border-color: #cba957 #bf942a #aa8326;
	border-style: solid;
	border-width: 1px;
	color: #111;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce  p.alt a.button:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce  p.alt a.button:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
    /* background-color: #84b556; */
	background:#f1c860;
	background:-moz-linear-gradient(top,#f5d78e,#eeb933);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f5d78e),color-stop(100%,#eeb933));
	background:-webkit-linear-gradient(top,#f5d78e,#eeb933);
	background:-o-linear-gradient(top,#f5d78e,#eeb933);
	background:-ms-linear-gradient(top,#f5d78e,#eeb933);
	background:linear-gradient(top,#f5d78e,#eeb933);
	color: #111;
}

/* Adaptation form checkout pour bootstrap */
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
	max-width: inherit;
}
.woocommerce-input-wrapper {
	width: 100%;
}
#customer_details {
    background: #ebe9eb;
    border-radius: 5px;
}
.woocommerce div.product div.images img{
	width: auto !important;
}

/* Footer */
.site-info {
	text-align: center;
}
