/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.wp-caption {
	margin: 0 auto 2em;
}

.breadcrumbs {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-size: .9em;
}

ol:not(.breadcrumb) li::marker {
	color: #CE7C2E;
	background-color: #000;
}

ol:not(.breadcrumb) li + li {
    margin-top: 25px;
}

ol:not(.breadcrumb) li, #category > ol:not(.breadcrumb) li, #page > ol:not(.breadcrumb) li, #search > ol:not(.breadcrumb) li, #single > ol:not(.breadcrumb) li {
    list-style: none;
	padding-left: 25px;
	position: relative;
}

ol:not(.breadcrumb) li::before {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	position: absolute;
	top: -2px;
	left: -15px;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	background: #CE7C2E;
	color: #fff;
	border-radius: 50%;
	line-height: 28px;
}

ol:not(.breadcrumb) li:nth-child(1)::before, #category > .content ol:not(.breadcrumb) li:nth-child(1)::before, #page > .content ol:not(.breadcrumb) li:nth-child(1)::before, #search > .content ol:not(.breadcrumb) li:nth-child(1)::before, #single > .content ol:not(.breadcrumb) li:nth-child(1)::before {
    content: "1";
}

ol:not(.breadcrumb) li:nth-child(2)::before, #category > .content ol:not(.breadcrumb) li:nth-child(2)::before, #page > .content ol:not(.breadcrumb) li:nth-child(2)::before, #search > .content ol:not(.breadcrumb) li:nth-child(2)::before, #single > .content ol:not(.breadcrumb) li:nth-child(2)::before {
    content: "2";
}

ol:not(.breadcrumb) li:nth-child(3)::before, #category > .content ol:not(.breadcrumb) li:nth-child(3)::before, #page > .content ol:not(.breadcrumb) li:nth-child(3)::before, #search > .content ol:not(.breadcrumb) li:nth-child(3)::before, #single > .content ol:not(.breadcrumb) li:nth-child(3)::before {
    content: "3";
}

ol:not(.breadcrumb) li:nth-child(4)::before, #category > .content ol:not(.breadcrumb) li:nth-child(4)::before, #page > .content ol:not(.breadcrumb) li:nth-child(4)::before, #search > .content ol:not(.breadcrumb) li:nth-child(4)::before, #single > .content ol:not(.breadcrumb) li:nth-child(4)::before {
    content: "4";
}

ol:not(.breadcrumb) li:nth-child(5)::before, #category > .content ol:not(.breadcrumb) li:nth-child(5)::before, #page > .content ol:not(.breadcrumb) li:nth-child(5)::before, #search > .content ol:not(.breadcrumb) li:nth-child(5)::before, #single > .content ol:not(.breadcrumb) li:nth-child(5)::before {
    content: "5";
}

ol:not(.breadcrumb) li:nth-child(6)::before, #category > .content ol:not(.breadcrumb) li:nth-child(6)::before, #page > .content ol:not(.breadcrumb) li:nth-child(6)::before, #search > .content ol:not(.breadcrumb) li:nth-child(6)::before, #single > .content ol:not(.breadcrumb) li:nth-child(6)::before {
    content: "6";
}

ol:not(.breadcrumb) li:nth-child(7)::before, #category > .content ol:not(.breadcrumb) li:nth-child(7)::before, #page > .content ol:not(.breadcrumb) li:nth-child(7)::before, #search > .content ol li:nth-child(7)::before, #single > .content ol:not(.breadcrumb) li:nth-child(7)::before {
    content: "7";
}

ol:not(.breadcrumb) li:nth-child(8)::before, #category > .content ol:not(.breadcrumb) li:nth-child(8)::before, #page > .content ol:not(.breadcrumb) li:nth-child(8)::before, #search > .content ol:not(.breadcrumb) li:nth-child(8)::before, #single > .content ol li:nth-child(8)::before {
    content: "8";
}

ol:not(.breadcrumb) li:nth-child(9)::before, #category > .content ol:not(.breadcrumb) li:nth-child(9)::before, #page > .content ol:not(.breadcrumb) li:nth-child(9)::before, #search > .content ol:not(.breadcrumb) li:nth-child(9)::before, #single > .content ol:not(.breadcrumb) li:nth-child(9)::before {
    content: "9";
}

ol:not(.breadcrumb) li:nth-child(10)::before, #category > .content ol:not(.breadcrumb) li:nth-child(10)::before, #page > .content ol:not(.breadcrumb) li:nth-child(10)::before, #search > .content ol:not(.breadcrumb) li:nth-child(10)::before, #single > .content ol:not(.breadcrumb) li:nth-child(10)::before {
    content: "10";
}

.breadcrumbs, .e-con-inner .breadcrumbs a {
	color: var( --e-global-color-primary );
}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Deux colonnes */
    gap: 10px; /* Espacement entre les éléments */
    margin-bottom: 20px; /* Espacement sous la grille */
}

.ingredient-item {
    padding: 5px 0; /* Espacement interne pour chaque élément */
}

.ingredients-grid a {
    text-decoration: none;
    color: #333; /* Couleur du lien */
    transition: color 0.3s ease;
}

.ingredients-grid a:hover {
    color: #0073aa; /* Couleur au survol */
}
