/*
Theme Name: Divi Child
Template: Divi
Description: Divi Child Theme
Author: Nicolas - NEL Telecom
Author URI: https://www.nel-telecom.com/
*/

.entry-title
{display: none !important;}

/* Forcer le footer en pied de page */
/* #main-footer {
position: absolute;
bottom: 0;
width: 100%;
}  */

/* menu principal en bleu degrade */
#main-header
{background-image: linear-gradient(#7ebbe8, #FFFFFF) !important;}

/* supprimer la ligne grise sous le menu principal de Divi */
#main-header {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

/* supprimer l'ombre sous le menu */
#main-header.et-fixed-header {
   -webkit-box-shadow:none!important; 
   -moz-box-shadow:none !important; 
   box-shadow:none !important;
}


/* <------------------------------------------------------------> */
/* ajouter une ligne au survol des éléments du menu */

#top-menu .current-menu-item a:before {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1.0;
}

#top-menu li a:hover:before {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}

#top-menu li a:before {
content: '';
position: absolute;
top: 14px;
left: 0;
background: #7ebbe8; /* changez le code couleur HTML à votre convenance */
width: 100%;
height: 2px;
-webkit-transform: translateY(24px);
transform: translateY(24px);
opacity: 0;
transition: 0.3s ease;
}


/* <-------------------------------------------WooCommerce--------------------------------------> */

/* Retirer WOOF de entete de boutique */
.woof_sid_auto_shortcode.woof
{display: none;}

/* Centrer les titres et espace apres des pages woocommerce */
.woocommerce-products-header__title
{text-align: center; padding-bottom: 40px; font-weight: bold;}

/* Enlever le surlignage jaune du nombre de produits */
.count
{background: none !important;}

/* arrondi des boites categories et sous categories et agrandissement au suvol */
.product-category, .product-type-simple, .product-type-variable, .product-type-pw-gift-card
{border-radius: 20px !important; box-shadow: 0 0 10px 0 #7ebbe8; transform: scale(1); transition: .5s ease-in-out;}

.product-category:hover, .product-type-simple:hover, .product-type-variable:hover, .product-type-pw-gift-card:hover
{box-shadow: 0 0 20px 0 #7ebbe8 !important;}

.product-category:hover
{transform: scale(1.10) !important;}

/* arrondi des images des boites categories et sous categories */
.woocommerce ul.products li.product a img, .et_overlay, .et_shop_image
{border-top-left-radius: 20px !important; border-top-right-radius: 20px !important;}

/* texte centré pour les boites de catégories et fiche produit */
.woocommerce-loop-category__title, .woocommerce-loop-product__title, .price
{text-align: center;}

/* Arrondi et couleur du menus déroulant de tri */
.orderby
{border-radius: 6px; padding: 3px; border-color: #7ebbe8; border-style: solid; border-width: 1px; box-shadow: 0 0 6px 0 rgba(126, 187, 232, 0.6); background-color: white !important;}



/* <-------------------------------------------Sidebars--------------------------------------> */

/* Style recherche WOOF */
.aws-form-btn
{background-color: #7ebbe8 !important; border-radius: 6px !important; border-color: #7ebbe8 !important; box-shadow: 0 0 6px 0 rgba(0, 0, 255, 0.6);}

.aws-search-field
{border-color: #7ebbe8 !important; box-shadow: 0 0 6px 0 rgba(0, 0, 255, 0.6) !important;}

.aws-search-btn_icon
{color: black !important;}

/* ombrage et bord vert des widgets filtres */
.chosen-container
{border-color: #7ebbe8; border-style: solid; border-width: 1px; box-shadow: 0 0 6px 0 rgba(0, 0, 255, 0.6) !important;}

.chosen-choices
{border: none !important;}

.woof_block_html_items
{color: #7ebbe8; font-family: "Arial Rounded MT Bold";}

/* fond vert Filtrer par prix */
.irs-from, .irs-to
{background-color: #7ebbe8 !important; color: black !important; box-shadow: 0 0 6px 0 rgba(0, 0, 255, 0.6);}

.irs-grid-text
{color: #7ebbe8 !important;}

/* Centrage des titres widget */
.widgettitle
{text-align: center;}
