body,
html {
	height: 100%;
	margin: 0;
	scroll-behavior: smooth;
	font-family: 'Noto Sans', sans-serif;
}

.active {
	display: block;
}

.bg {
	background-image: url('../img/bg-ants.jpg');
	min-height: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgWood {
	background-image: url('../img/wood-bg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgExterminator {
	background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.5)),
		url('../img/bg-exterminator.jpg');

	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.circle {
	width: 22px;
	line-height: 21px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	border: 1px solid white;
}

.circle-large {
	width: 52px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 32px;
	border: 1px solid white;
}

.btn-commencer {
	color: #c51d1e;
	border-color: #c51d1e;
}

.btn-commencer:hover {
	background-color: #30a12b3d;
}

.btn-savoir-plus:hover {
	background-color: #ffffff2b;
}

.circle-tem {
	background-color: white;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
}

.circleActive {
	background-color: #c51d1e;
}

.anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

@media screen and (min-width: 1024px) and (max-height: 799px) {
	#banner h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	#banner ul {
		font-size: 1.2rem;
		line-height: 2rem;
	}
}

.carousel-open:checked + .carousel-item {
	position: static;
	opacity: 100;
}

.carousel-item {
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
	display: block;
}

.carousel-indicators {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

#carousel-1:checked
	~ .control-1
	~ .carousel-indicators
	li:nth-child(1)
	.carousel-bullet,
#carousel-2:checked
	~ .control-2
	~ .carousel-indicators
	li:nth-child(2)
	.carousel-bullet,
#carousel-3:checked
	~ .control-3
	~ .carousel-indicators
	li:nth-child(3)
	.carousel-bullet {
	color: #c51d1e;
	/*Set to match the Tailwind colour you want the active one to be */
}

.hover-red:hover {
	color: #c51d1e;
}

.cursorActive {
	color: #c51d1e;
}
