/*!
Theme Name: Divi Child
Template: Divi
Version: 4.27.8
Description: Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}

/* Heading et champ de sélection dans le formulaire de contact*/
.woocommerce-input-wrapper select {
	height:50px !important;
	font-size:15px;
	text-indent:10px;
}

.woocommerce-billing-fields h3 {
	margin-top:30px;	
}
.woocommerce-billing-fields {
	line-height:20px;
}
.woocommerce-input-wrapper {
	font-size:14px;
}

/* texte du stock quand cours complet*/
.out_of_stock_color {
	line-height:18px;
	font-size:15px !important;
	margin-top:10px;
}

/*.woocommerce-breadcrumb {visibility:hidden;}*/
