html {
	height: 100%;
}
body {
	/*font-size: 17px;*/
	height: 100%;
	background-color: #455a64;
	color: white;
}
.help-block {
	color: #ea6464;
}
/* optgroup[label] {
	color: red;
}
select option {
	color: red;
} */

#index-bgimg {
	height: 100%;
	background-image: url(/images/l4l-main-plante-accueil.jpg);
	background-size: cover;
	background-position: center center;
	padding: 0;
}
#index-bgimg0 {
	height: 100%;
}
#index-bgimg2,
.index-bgimg2 {
	width: auto;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 10px;
	padding: 15px;
}
.index-bgimg3 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.index-bgimg3 h1 {
	font-size: 25px;
}
.index-bgimg3 h2 {
	font-size: 22px;
	margin: 0;
	padding-top: 15px;
}

.index-bgimg2 {
	margin: 20px;
}
.index-bgimg2 img {
	max-width: 100%;
}
.index-bgimg4 {
	/* padding-left: 50%; */
	/* text-shadow: 0px 0px 8px rgba(0, 0, 0, 1); */
	/* background-color: rgba(0, 0, 0, 0.75); */
	/* border-radius: 10px; */
	padding: 15px;
	margin-left: 50%;
}

@media only screen and (max-width: 768px) {
	#index-bgimg2 {
		width: 100%;
		margin: 20px 3px;
	}
	.index-bgimg2 {
		/* width: 50%; */
		margin: 20px 3px;
	}
	.index-bgimg2 h1 {
		font-size: 15px;
	}
	#index-bgimg0 {
		height: auto;
	}
	.index-bgimg3 {
		display: block;
	}
	#index-bgimg {
		height: auto;
	}
	.index-bgimg4 {
		margin-left: 0;
	}
}

/* #index-colright {
} */

a,
a:link,
a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bg-danger {
	color: #333;
	padding: 15px;
}

label {
	font-size: 13px;
	font-weight: normal;
}
/* #price-table {
} */
#price-table td {
	border: 1px solid #d0d4d9;
	padding: 3px 15px;
}
#price-table td.price-title {
	font-weight: bold;
}
#price-table td:nth-child(2),
#price-table td:nth-child(3) {
	text-align: center;
}
.bodycls-price {
	background-color: white;
	color: #47525d;
}
.price-button {
	border: 1px solid #455a64;
	border-radius: 5px;
}
.price-check {
	font-weight: bold;
	color: #455a64;
	font-size: 20px;
}
