/*
  Theme Name: Divi Pixel Child Theme
  Theme URI: mailto:maxime.potier@gmail.com
  Version: 1.0.0
  Template: Divi
  Author: Maxime Potier
  Author URI: mailto:maxime.potier@gmail.com
  Description: Child theme for Divi & Divi Pixel
  Text Domain: divi-pixel-child-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.big {
	font-weight: 900;
	font-size: xxx-large;
	position: relative;
	top: 10px;
}

.gris {
	color: #33363e;
}

.marron {
	color: #c98058;
}

.vert {
	color: #839884;
}


/*	IMPRESSION	*/

.printomatic {
    display: none;
}

.printomatictext {
	color: #fff;
	padding: 1em;
	background-color: #33363e;
	display: inline-block;
}

.printomatictext:hover {
	text-decoration: none;
}


@media screen {
	.mgprint {
		display: none;
	}
}

@media print {
	.mgprint {
		display: block;
	}
}

/*	permute prix et nom sur menu/carte	*/

.erm_product_list_price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	font-family: 'CenturyGothic Bold',Helvetica,Arial,Lucida,sans-serif;
}

span.price_name {
    position: relative;
    top: -1px;
}

.dottedDiv{
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #c9ab81;
    margin-left: 5px;
    margin-right: 5px;
	-webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
	position: relative;
    top: -10px;
}