/*
ul li a {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 25px;
	color: #262626;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
	padding: 5px 10px;
}

ul li a:hover {
	color: #fff;
	background: #e91e63;
}

ul li a:before {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 12px;
	height: 12px;
	border: 3px solid #e91e63;
	border-width: 0 0 3px 3px;
	transition: .5s;
	opacity: 0;
}

ul li a:hover:before {
	
	bottom: -12px;
	left: -12px;
	opacity: 1;
}

ul li a:after {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 12px;
	height: 12px;
	border: 3px solid #e91e63;
	border-width: 3px 3px 0 0;
	transition: .5s;
	opacity: 0;
}

ul li a:hover:after {
	top: -12px;
	right: -12px;
	opacity: 1;
}
*/

a.active, .work-intro {
text-shadow: 1px 1px 4px #999 !important;
}

a.blactive {
	text-shadow: 0px 0px 5px #fff !important;
	color: #fff;
	text-decoration: underline !important;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
	font-weight: 600;
}
.work-intro {
background-color: rgba(250,250,250, .5);
}
.works-grid.hover-white .work-item:hover .work-img:after {
    background: rgba(250,250,250, .5);
}

.covered {
	visibility: visible;
	height: 100%;
	width: 100%; /* Pour que le conteneur occupe toute la largeur disponible */
	position: relative;
	flex-basis: calc(100% / 6 - 20px); /* Ajustez cette valeur en fonction du nombre d'images par ligne et des marges */
}
.image-container::before {
	content: "";
	display: block;
	padding-top: 100%; /* Crée un espace réservé équivalent à 100% de la largeur */
}
.covered a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

/*
.wow, .wow-menubar, .wow-p {
	opacity: 1;
}

nav:not([class*="body-scrolled"]) {
   opacity: .5 !important;
}
*/
/*
.bellauney-home {
	background-color: #fff !important;
	opacity: .9;
}

.bellauney-white ul.clearlist li a {	
	color: #fff !important;
}
.bellauney-black ul.clearlist li a {	
	color: #000 !important;
}
*/
/*

une : 719 x 461

*/

/*.uneCover {
	object-fit: cover;
}

.work-img {
	height: 250px;
}
*/
/*
.small-section {
	padding-bottom: 20px;
}
*/