/*
Theme Name:     Pixi-...
Description:    Thème Perso de ...
Author:         Manny
Author URI:     https://www.agence-voc.fr
Template:       Divi                      
Version:        0.1.0
*/

/* Code CSS WooCommerce */
/*.cart-subtotal .woocommerce-Price-currencySymbol:after {content: " HT"; }

.order-total .woocommerce-Price-currencySymbol:after {content: " TTC"; }

/* Code CSS */



/* L'élément de menu "Blog" actif pour chaque article de blog : Dans le CSS*/
/*body.single #page-container nav>ul>li.menu-item-119>a {
    color: #39a51e !important;
} */
/* menu item à remplacer son N° id */

/* ou */

/*Code css pour mettre en actif le lien actu lorsque l'on est dans l'actu*/
/*.post-template-default #menu-item-39 a{
	color: #f9da32 !important;
}*/



/* **** code css pour ancres menu - version ordi **** */
/*#top-menu  .sub-menu li.current-menu-ancestor > a,  #top-menu #menu-item-196 .sub-menu li.current-menu-item > a ,  #top-menu #menu-item-196 .sub-menu li.current_page_item > a {
    color: #fff !important;
}
#top-menu #menu-item-196 .sub-menu li.current-menu-item > a.activecolor {
color: #12afdc !important;
}
/* **** fin code css pour ancres menu - version ordi **** */

/* **** code css pour ancres menu - version mobile **** */
/*#et_mobile_nav_menu .sub-menu li.current-menu-ancestor > a,  #et_mobile_nav_menu #menu-item-196 .sub-menu li.current-menu-item > a ,  #et_mobile_nav_menu #menu-item-196 .sub-menu li.current_page_item > a {
    color: #222831 !important;
}
#et_mobile_nav_menu #menu-item-196 .sub-menu li.current-menu-item > a.activecolor {
color: #12afdc !important;
}
/* **** fin code css pour ancres menu - version mobile **** */



/* ************ Supprimer le texte du bouton menu en mobile en css, ou le modifier ************** */
/* **** suppression du texte **** */
/*.select_page {
	display:none!important;
}*/
/* ******************** */

/* **** modification du texte **** */
/*.select_page {
	font-size:0px!important;
}

.select_page:before {
	content:"nouveau texte";
	font-size: 14px;
} */


/* mise en avant d'un bouton dans le menu (contact, devis...) */
.btn_menu_en_avant {
	display: flex !important;
	align-items: center !important;
}
.btn_menu_en_avant a {
    /*margin-bottom: 50px;*/
    padding-bottom:0 !important;
	display: inline!important;
	vertical-align: middle!important;
    padding: 16px !important;
    border-radius: 5px;
    /*border: 2px solid;*/
    background: #39a51e;
	color: #fff !important;
}
.btn_menu_en_avant a:hover {
    background: #737373;
    color: #fff !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul .btn_menu_en_avant.current-menu-item a {
  color: #fff !important;
}
/* Fin mise en avant d'un bouton dans le menu (contact, devis...) */

.et-pb-contact-message {
	color: red !important;
	font-weight: bold !important;
}

header .et_pb_column_2_3 {
	right: -100px !important;
}

label.upload-file-label.daff-bg-none {
    color: white;
}

.upload-button-container {
    color: white;
}