/*!
Theme Name: 	GBI_Divi_KandlaPave
Description: 	Theme spécifique pour le site Kandla Pave
Version: 		1.0.0
Author: 		GB Informatique
Template:		Divi	
*/
/***************
 *  CSS GLOBAL *
 ***************/
input {
    border:1px solid #5F5F5F !important;
    border-radius:10px !important;
    background:#FFFFFF !important;
    
}
label {
    color:#666666 !important;
}
/*******************************
 *  CSS POUR LE MENU PRINCIPAL *
 *******************************/
#menu-menu-principal {
    
}
#menu-menu-principal li a {
    display: inline-block;
    position: relative;
}
/* Menu - Trait de soulignement */
#menu-menu-principal li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#949494;
	transform-origin: bottom center;
    transition: transform 0.25s ease-out;
}
#menu-menu-principal li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom center;
}
/* Menu actif */
#menu-menu-principal li.current-menu-item>a:first-child {
    color:#22577A !important;
}
#menu-menu-principal li.current-menu-item>a:first-child:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#22577A;
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
}
/* Menu avec sous menu */
#menu-menu-principal li.menu-item-has-children>a:first-child {
	padding-right:0px;
}
#menu-menu-principal li.menu-item-has-children>a:first-child:after {
	top:20px !important;	
}
/* Sous menu - Container */
#menu-menu-principal li ul {
	background-color:#FFFFFF !important;
	padding:10px !important;
	box-shadow:0px 12px 18px -6px rgba(0,0,0,0.3);
	width:max-content;
	display:flex;
	flex-direction:column;
	
}
/* Sous menu - Menu */
#menu-menu-principal li ul li {
	padding:0px;
}
#menu-menu-principal li ul a {
	padding:4px;
	text-align:center;
	width:auto;
}
#menu-menu-principal li ul a:hover {
	background:transparent;
}
/*Sous menu - Menu - Trait sur la gauche */
#menu-menu-principal li ul a:after {
    bottom: 5px;
}
/**********************************
 *  CSS POUR LA REDUCTION DU MENU *
 **********************************/
.gbiHeaderReduce {
    position:fixed !important;
    top:0px;
    left:0px;
    width:100%;
    transition:
        width 2s,
        height 2s,
        background-color 2s,
        transform 2s;
}
.gbiHeaderReduce .gbiHeaderCtnLogoSearch img {
    height:45px;
}
.gbiHeaderReduce .gbiHeaderCtnLogoSearch {
    height:78px !important;
    overflow:hidden;
}
.gbiHeaderReduce .gbiHeaderCtnLogoSearch .gbiHeaderSearchBar {
    margin-top:0px !important;
}
.gbiHeaderReduce .gbiHeaderCtnLogoSearch .gbiHeaderAccountCart {
    margin-top:5px !important;
}
/***********************************
 *  CSS POUR LA BARRE DE RECHERCHE *
 ***********************************/
body #page-container #gbiHeaderSearchBar .gbiHeaderSearchBarButton {
	border-radius:10px !important;
}
body #page-container #gbiHeaderSearchBar .gbiHeaderSearchBarButton:hover {
	background-color:#B4B4B4 !important;
}
/*********************************************************
 * CSS POUR LA BARRE DE NAVIGATION DE LA PAGE MON COMPTE *
 *********************************************************/
.gbiAcountNavCtn.et_pb_section_2.et_pb_section {
    background-color: #EEEEEE !important;
}
.gbiAcountNavCtn li a {
    display: inline-block;
    position: relative;
}
.gbiAcountNavCtn li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#949494;
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
}
.gbiAcountNavCtn li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom center;
}
.gbiAcountNavCtn li.current-menu-item a {
    color:#22577A !important;
}
.gbiAcountNavCtn li.current-menu-item a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#22577A;
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
}
.bc-account-nav .et_pb_section {
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.bc-account-nav .et_pb_row_1.et_pb_row {
    margin-top:0px !important;
}
/*************************************************
 * CSS POUR LA PAGE MON COMPTE - TABLEAU DE BORD *
 *************************************************/
.gbiAcountIndexBtn {
    border:2px solid #EEEEEE !important;
    border-radius:10px;
    background:#EEEEEE;
}
.gbiAcountIndexBtn:hover {
    background-color:#22577A;
	border-color:#22577A;
}
.gbiAcountIndexBtn a {
    display:block;
    width:100%;
    height:100%;
    padding-top:25px;
    padding-bottom:25px;
    font-size:25px;
    font-weight:normal !important;
}
.gbiAcountIndexBtn:hover a {
    color:#FFFFFF;
}
/**************************************************
 * CSS POUR LA PAGE MON COMPTE - MES INFORMATIONS *
 **************************************************/
.gbiAcountInfoTitre {
    color:#22577A;
    font-weight:bold;
    font-size:25px;
    text-decoration: underline;
}
.gbiAcountInfoForm {
    text-align:left;
    color:#22577A;
    font-size:14px;
    font-weight: bold;
}
.gbiAcountInfoForm em {
    color:#808080;
    font-weight: normal;
}
.gbiAcountInfoForm fieldset p {
    padding-left:50px !important;
}
.gbiAcountInfoForm button {
    margin-top:25px !important;
    float:right;
    
}
/***********************************************
 * CSS POUR LA PAGE MON COMPTE - MES COMMANDES *
 ***********************************************/
.gbiAcountOrders .woocommerce-message--info {
    line-height:50px !important;
    background:#F0F2E6 !important;
    border-radius:10px;
    color:#22577A !important;
}
/**********************************************
 * CSS POUR LA PAGE MON COMPTE - MES ADRESSES *
 **********************************************/
.gbiAcountAdressTitre {
    color:#22577A;
    font-weight:bold;
    font-size:25px;
    text-decoration: underline;
    text-align:center !important;
}
.gbiAcountAdress {
    font-weight: normal;
    font-size:14px;
}
.gbiAcountAdress p {
    font-weight: normal;
    text-align:center;
    color:#808080;
}
.gbiAcountAdress .woocommerce-Address {
    border:2px solid #22577A;
    border-radius:10px;
}
.gbiAcountAdress .woocommerce-Address header {
    margin-top:5px;
    text-align:center !important;
    margin-bottom:15px;
}
.gbiAcountAdress .woocommerce-Address header h3 {
    float: none !important;
    color:#22577A;
}
.gbiAcountAdress .woocommerce-Address header a {
    float: none !important;
    border:2px solid #EEEEEE;
    border-radius:10px;
    padding:0.3em 1em;
    background:#EEEEEE;
    color:#333333;
    font-size:14px;
    font-weight: 500;
    line-height: 1.7em !important;
}
.gbiAcountAdress .woocommerce-Address header a:hover {
    color:#FFFFFF;
    background:#22577A;
	border-color:#22577A;
}
.gbiAcountAdress .woocommerce-Address address {
    color:#000000;
    font-weight: bold;
    font-style: normal;
}
/*********************************
 * CSS POUR LA PAGE DE CONNEXION * 
 *********************************/
.gbiConnexion {
    margin-top:50px;
}
.gbiConnexion h2 {
    text-align:center;
    text-decoration:underline;
    color:#22577A;
}
.gbiConnexion button {
    float:right;
}
/******************************************************
 * CSS POUR LA PAGE DE CONNEXION - MOT DE PASSE PERDU *
 ******************************************************/
.gbiConnexionLostPass {
    text-align:center;
    margin-top:50px;
}
.gbiConnexionLostPass .woocommerce-form-row {
    text-align: left;
} 
.gbiConnexionLostPass .form-row-first {
    width:100% !important;
}
.gbiConnexionLostPass button {
    float:right;
}
/*****************************************************************
 * CSS POUR LA PAGE DE CONNEXION - REINITIALISATION MOT DE PASSE *
 *****************************************************************/
.gbiConnexionReinitPassTitre {
    color:#22577A;
    font-weight:bold;
    font-size:25px;
    text-decoration: underline;
}
.gbiConnexionReinitPass {
    font-weight: normal;
    font-size:14px;
}
.gbiConnexionReinitPass form p {
    width:100% !important;
}
.gbiConnexionReinitPass form label {
    font-weight: bold;
}
.gbiConnexionReinitPass form button {
    float:right;
    margin-top:15px !important;
}
/**************************
 * CSS DE LA PAGE PRODUIT * 
 **************************/
.gbiProductPageTitre .product_title {
	font-size:48px;
	line-height:1em;
	color:#22577A;
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
}
.gbiProductPageEpaisseur {
	text-align:left !important;
	font-size:48px !important;
	line-height:1em;
	color:#22577A;
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
	margin-top:-40px;
}
/*
.gbiProductPageTitreDetail {
	color:#22577A !important;
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
	font-size:48px;
}
.gbiProductPageOtherProduct .related h2 {
	color:#FFFFFF ! important;
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
	font-size:48px !important;
}
.gbiProductPageOtherProduct li h2.woocommerce-loop-product__title {
	color:#FFFFFF !important;
	font-size:24px !important;
}
.gbiProductPageOtherProduct ul.products li.product span.price .woocommerce-Price-amount {
	color:#ffffff !important;
}
.gbiProductAddToCart .variations {
}
.gbiProductAddToCart .variations tr {
	height:60px;
	max-height:60px;
}
.gbiProductAddToCart .variations tr:last-child {
/*	display:none;* /
}
.gbiProductAddToCart .variations tr th.label {
	line-height:60px !important;
	text-align:left;
}
.gbiProductAddToCart .variations tr td.value {
	line-height:60px !important;
}
.gbiProductAddToCart .variations tr td.value select {
	cursor:pointer;
	border:1px solid #5F5F5F !important;
	border-radius:25px !important;
	background:#FFFFFF !important;
	font-family:"Proza Libre" !important;
	width:100%;
	padding:16px !important;
}
*/
.gbiProductPageBtnDevis {
	width:100%;
	text-align:center;
}
/******************************************
 * CSS POUR LA PAGE RESULTAT DE RECHERCHE *
 ******************************************/
.gbiSearchPageTitre p {
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
	font-size:72px !important;
	color:#22577A !important;
}
/**
 * CSS POUR LA DESCRIPTION PRODUIT DANS LES LISTES
 */ 
.gbiProductListDescription {
	background:#f00 !important;
	font-size:10px;
}
/************************************************************
 * CSS POUR LA PARTIE PRODUIT DANS LA GRILLE EN MODE MOBILE *
 ************************************************************/
.gbiProductLoopProductCtnTel {
	border-radius:15px;
	overflow:hidden;
	box-shadow:0px 2px 18px 0px rgba(0,0,0,0.3);
	width:100%;
}
.gbiProductLoopProductTel_Photo {
	margin:0px;
	margin-bottom:0px !important;
}
.gbiProductLoopProductTel_Titre {
	text-align:center;
	color:#22577A;
	margin:0px;
	margin-bottom:5px !important;
	padding-left:5px;
	padding-right:5px;
}
.gbiProductLoopProductTel_TextePal {
	margin:0px;
	margin-bottom:5px !important;
	font-weight:normal;
	text-align:center;
}
.gbiProductLoopProductTel_TexteApartir {
	margin:0px;
	margin-bottom:5px !important;
	text-align:center;
	color:#000000;
}
@media (max-width: 980px) {
	.custom-loop-layout .grid-item-cont .et_pb_section {
		padding: 0px !important;
	}
}
/***************************************************** 
 * CSS POUR LES PICTOS DES FCHES PRODUITS SUR MOBILE *
 *****************************************************/
.gbiProduitPictoTel {
	display: flex;
    flex-wrap: wrap;
}
.gbiProduitPictoTel .et_pb_column {
    flex: 0 0 50%;
    max-width: 50%;
}
