/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

#formlot.formlot-hidden {
	display : none;
}

body {
	--h: 212deg;
	--l: 43%;
	--brandColor: hsl(var(--h), 71%, var(--l));
	
}

div.choix-lot.lot h1 {
	margin:auto;
    line-height:51px;
    vertical-align:middle;
	text-align: center;

}

div.choix-lot.lot h3 {
	margin:auto;
    line-height:51px;
    vertical-align:middle;
	text-align: center;

}

div.choix-lot.lot ol {
	list-style: none;
	counter-reset: list;
	padding: 0 1rem;
}

div.choix-lot.lot ol li {
	--stop: calc(100% / var(--length) * var(--i));
	--l: 62%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (180 / var(--length)));
	--c1: hsl(var(--h), 71%, var(--l));
	--c2: hsl(var(--h), 71%, var(--l2));
	
	position: relative;
	counter-increment: list;
	max-width: 45rem;
	margin: 2rem auto;
	padding: 2rem 1rem 1rem;
	box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.12);
	border-radius: 0rem;
	overflow: hidden;
	background-color: white;
}

div.choix-lot.lot ol li::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #e4c200 var(--stop), #e4c200  var(--stop));
}

div.choix-lot.lot h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
}

div.choix-lot.lot h3::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	content: counter(list);
	padding: 1rem;
	border-radius: 50%;
	background-color: #e4c200;
	color: #334155;
}

@media (min-width: 40em) {
	div.choix-lot.lot ol li {
		margin: 3rem auto;
		padding: 3rem 2rem 2rem;
	}
	
	div.choix-lot.lot h3 {
		font-size: 1.5rem;
		margin: 0 0 2rem;
	}
	
	div.choix-lot.lot h3::before {
		margin-right: 1.5rem;
	}
}