/*
#################################################################
# template géo 01-2016 base helix3
# optimisation CSS de denis bouteau = doc_denis sur le forum
# pour joomla3

    *
  *****
    *
    *
    *

paix et amour - peace and love

couleur texte : 
couleur titres : 
couleur fond : 
couleur tableaux : 
#################################################################
*/


/* largeur de page en 100% */
.container {
    width: 100%;
}

/*
#################################################################
menu
#################################################################
*/

#sp-header {
	background-color: transparent !important;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #835637;
	font-weight: 800;
}
.sp-megamenu-parent > li > a {
	color: #835637;
	font-weight: 600;
}

/* correction pour 1024 */
.sp-megamenu-parent > li > a {
	display: inline-block;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 90px;
	padding: 0 10px;
	text-transform: uppercase;
}
#sp-menu {
	/*background: #FFF;*/
	max-height: 90px;
}

/* sous menus */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #835637 none repeat scroll 0 0;
	color: #FFFFFF !important;
	font-weight: bold;
}
/* positionnement de la fenetre modale */
.sp-dropdown-inner {
	margin-top: -10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	background: #835637 none repeat scroll 0 0;
	color: #FFFFFF !important;
	font-weight: bold;
}
/*
#################################################################
Contenu
#################################################################
*/

a {
	color: #835637;
}
a:hover, a:focus, a:active {
	color: green;
}

#sp-main-body {
	/* background-image: url("/images/fonds/blanc60.png");  << fixé dans le template */
	min-height: 400px;
}

/* liste des articles de categories */
.category-list {
	background: rgba(255, 255, 255, 0.70);
}


/*
#################################################################
diaporama
#################################################################
*/

.camera_caption_title,.camera_caption_desc {
	text-align: center;
	text-shadow: -10px 7px 7px hsl(0, 0%, 0%), -1px 1px hsl(0, 0%, 0%), -1px -1px hsl(0, 0%, 0%), 1px -1px hsl(0, 0%, 0%);
	/* text-shadow: 4px 3px hsl(0, 0%, 0%), -1px 1px hsl(0, 0%, 0%), -1px -1px hsl(0, 0%, 0%), 1px -1px hsl(0, 0%, 0%); */
	font-family: Verdana;
	line-height: 1.5em;
}
.camera_caption_desc {
	font-size: 1em;
	text-shadow: -5px 5px 5px hsl(0, 0%, 0%), -1px 1px hsl(0, 0%, 0%), -1px -1px hsl(0, 0%, 0%), 1px -1px hsl(0, 0%, 0%);
	line-height: 1.2em;
}

/*
#################################################################
LES ARTICLES
#################################################################
*/

article.item {
	margin-bottom: 10px;
}

/*
#################################################################
CATEGORIES ARTICLES EN LISTE
#################################################################
*/

.view-category .list-title {
    width: 90%;
}

/*
#################################################################
FORMULAIRE
#################################################################
*/

.bfRolloverBg {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
}
.bfElemWrap label {
    color: #835637;
    font-weight: bold !important;
}

/* le menu de droite "manuel" */

		.custommenudroit {
		    margin-left: 45% !important;
			}
		.custommenudroit a {
		    color: white;
			}
		.custommenudroit {
		    background: rgba(0, 0, 0, 0.05)!important;
		    border-radius: 10px;
		    cursor: pointer;
		    height: auto;
		    right: 10px;
		    overflow: hidden;
		    position: fixed;
		    top: 50%;
		    z-index: 1000001;
			}
		.custommenudroit td {
		   padding: 10px !important;
			}
		td, tr td {
		   border-top: none !important;
			}

.btn-pay.btn{
	background: green;
	color: white;
	font-weight: 600;
}
.btn-pay.btn:hover{
	background: navy;
	color: white !important;
	font-weight: 600;
}
.btn-product{
	background: navy;
	color: white;
	font-weight: 600;
}
.btn-product:hover{
	background: green;
	color: white !important;
	font-weight: 600;
}


.btn-devis{
	background: orange;
	color: green;
	font-weight: 600;
}
.btn-devis:hover{
	background: green;
	color: white !important;
	font-weight: 600;
}
/* boutique page prestations */
.presta table td{
	padding: 5px !important;
}
.presta tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.5);
  }
.presta tr:nth-child(even) {
  background-color:rgba(255, 255, 255, 0.2) ;
  }
.presta table tr:hover{
	background: rgba(0, 128, 0, 0.7);
	color: white;
	font-weight: 600;
}
/* module pour mobiles */
.doc_produits .addtocart-button{
	font-weight: 600;
}
.doc_produits .product-container{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px;
}
.doc_produits .quantity-box .quantity-input,.quantity-controls{
	display: none;
}
.doc_produits .product-price{
	display: table;
	margin: 0 0 20px 0;
	text-align: center;
	width: 100%;
	font-weight: 600;
}

/* logos pied de page */
.tabdenis{
	text-align: center !important;
}
.tabdenis td{
	padding: 20px !important;
}
.tabdenis img{
	border-radius: 20px !important;
  box-shadow: 10px 10px 5px lightslategray;
}