/* Carousel styling */
#carouselNayades,
.carousel-inner,
.carousel-item,
.carousel-item.active {
	height: 100vh;
}

.carousel-item:nth-child(1) {
	background-image: url('../img/nid-de-frelons.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*.carousel-item:nth-child(2) {
	background-image: url('../img/nayades-chevaux.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.carousel-item:nth-child(3) {
	background-image: url('../img/nayades-abeilles.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}*/

  /* Height for devices larger than 576px */
@media (min-width: 992px) {
	#carouselNayades {
	  margin-top: -58.59px;
	}
}

.navbar .nav-link {
	color: #000 !important;
}
.navbar-dark .navbar-nav .nav-link li > a.text-bees2b,
.text-bees2b {
	color: #ffcd00 !important;
	font-weight: bold;
}
.logo {
	max-height: 40px;
}
#ct > a.p,
#act, #act:hover {
	color: #fff;
	font-size: 1rem;
}
.text-fb {
	color: #4470cc !important;
}
.navbar {
	background: linear-gradient(0deg, #ffffff99 0%, #ffffff 100%)
}
.pt {
	cursor: pointer;
}
