.optionAchats {
	border-radius: 40px !important;
}
.imgHH {
	filter: drop-shadow(2px 4px 6px #0005);
}
.HeadHome .site_container {
	align-items: flex-start;
}
.btnEssaiContainer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page .panierActions {
	align-items: flex-start;
	margin-left: 2em;
}
.page .panierActions .formTitle {
	color: #000;
}
.to_title {
	background: #eee;
	padding: 10px 12px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.to_title img {
	object-fit: contain;
}
.to_cat {
	display: flex;
	align-items: center;
	padding: 12px 12px 15px;
	text-transform: uppercase;
	font-weight: 700;
	background: #eee;
	border-bottom: 1px #ccc solid;
}
.to_cat > * {
	flex: 2;
}
.to_cat .to_atout {
	flex: 3;
}
.to_atout ul {
	padding-left: 1em;
}
.to_cat .to_atout span {
	display: block;
	text-transform: none;
	font-weight: 300;
}
.bloc_Describe {
	margin-left: 4em;
}
.to_cat.headOne {
	padding: 12px;
	border-bottom: 4px var(--color-1) solid;
	background: #ddd;
}
.to_cat li {
	list-style: circle;
	text-transform: none;
	font-weight: 300;
}
.comprendre {
	font-size: 1.6em;
}
.toolsBox > img {
	position: absolute;
	height: calc(var(--half-abso-img) * 2);
	right: 5%;
	transform: translateY(-50%);
}
.toolsBox h2 {
	font-size: 3.2em;
	color: var(--color-2);
	text-transform: uppercase;
	text-align: center;
	background: white;
	width: fit-content;
	padding: 1em 2em;
	border-radius: 20px;
	margin-bottom: 1.5em;
}
.toolsBox .site_container > div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.toolTile {
	margin: 1em;
	flex: 3 2 320px;
	margin: 0 1em;
	padding: 1em;
	font-size: 1.1em;
	/* background-color: #eee; */
	/* border: 4px black solid; */
}
.toolTile h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
}

.greenTable {
	/* background-color: var(--color-1); */
	background-color: white;
	margin-bottom: 3em;
	box-shadow: 0 0 12px #0003;
	border-radius: 20px;
	overflow: hidden;
	/* width: 320px; */
}
.toolTile h4 {
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	display: block;
	background: var(--color-text);
	color: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.greenTable > p {
	/* font-weight: bold; */
	margin: 0;
	padding: 0.7em 1em;
	display: block;
	font-size: 1.1rem;
}
.greenTable > p b {
	color: var(--color-2);
}
.greenTable > div p {
	display: flex;
	justify-content: space-between;
	padding: 0.9em 1em;
	color: var(--color-1);
}
.greenTable > div p:nth-child(odd) {
	background-color: var(--color-1-24);
}
.greenTable > div p:first-child {
	margin-top: 0;
}
.greenTable > div p:last-child {
	margin-bottom: 0;
}

.greenTable span {
	flex: 1;
	font-weight: bold;
}
.greenTable span.check {
	margin-left: auto;
	flex: unset;
	/* width: 60px; */
}
.greenTable span img {
	display: block;
	width: 100%;
	height: 80px;
	object-fit: contain;
	margin-bottom: 1em;
}
.greenTable .tuc {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#l_tarif {
	font-size: 1.8em;
	color: var(--color-2);
	font-weight: 800;
	display: inline-block;
	margin-right: 7px;
}
.btnEssaiContainer.l_tarif {
	color: var(--color-2);
	margin-bottom: 16px;
}

.middle .imgCont {
	margin-right: 3em;
	flex: 1;
}
.imgRemplissage {
	max-height: 450px;
	object-fit: contain;
}
.toolTile:nth-child(2) {
	margin-top: 100px;
}
.toolTile:nth-child(3) {
	margin-top: 200px;
}

.moreInfosBloc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* padding: 7em 0; */
}
.moreInfosBloc > * {
	flex: 1;
	text-align: right;
	font-size: 1.3em;
}
.moreInfosBloc h3 {
	color: var(--color-2);
	font-size: 1.7em;
	margin: 0;
}
.moreInfosBloc h4 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
}
.toolsBox {
	position: relative;
	--half-abso-img: 300px;
	margin-top: var(--half-abso-img);
}
.toolsBox .site_container {
	z-index: 1;
	position: relative;
}
.toolsBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: #d4d4d4;
	clip-path: polygon(1% 7%, 100% 0%, 100% 96%, 1% 100%);
	height: 100%;
	max-height: 1000px;
	z-index: 0;
}
.toolsBox::after {
	clip-path: polygon(0 7%, 100% 0%, 100% 94%, 0% 97%);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: var(--color-1);
	height: 100%;
	max-height: 1000px;
	z-index: 0;
}
.hidden_options .options {
	display: none;
}
.options p {
	animation: hi 0.5s ease;
}
.fermer {
	display: contents;
}
.hidden_options .fermer {
	display: none;
}
.lireplus {
	display: none;
}
.hidden_options .lireplus {
	display: contents;
}

@keyframes hi {
	from {
		padding: 0 8px;
	}
}

@media all and (max-height: 1000px) {
	:root {
		--deco-height: 900px;
	}
}
@media all and (max-width: 1400px) {
	.bloc_Describe {
		margin-left: 2em;
	}
}
@media all and (max-width: 1300px) {
	:root {
		--deco-height: 1050px;
	}
}
@media all and (max-width: 1100px) {
	.page .panierActions {
		align-items: center;
		flex-direction: column;
	}
	.bloc_Describe {
		margin-left: 0;
	}
	.middle {
		flex-direction: column-reverse;
		align-items: center;
	}
	.middle .imgCont,
	.middle .flex1 {
		margin-right: 0;
		flex: unset;
		margin: 0.5em auto;
	}
}

@media all and (max-width: 768px) {
	.imgHH img {
		max-height: 400px;
		height: auto;
	}
	:root {
		--deco-height: auto;
	}
	.HeadHome h1 span {
		font-size: 1.7em;
		white-space: pre-line;
	}
	.HeadHome p {
		padding-bottom: 2em;
	}
	.toolTile {
		padding: 0;
		margin: 0 4px;
	}
}
@media all and (max-width: 500px) {
	.HeadHome h1 span {
		font-size: 1.3em;
	}
}
@media all and (max-width: 350px) {
	.HeadHome h1 span {
		font-size: 1.1em;
	}
}
