@charset "utf-8";
@font-face {
    font-family: "CaviarDreams";
    src: url('https://annelavergne.fr/themes/AL-2025/fonts/CaviarDreams.ttf');
}
#container {
    margin-top: 4rem;
    font-family: CaviarDreams;
}
#uppernavbar {
    opacity: 0.8;
}
#carousel-edito .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 1.25rem;
    left: 0%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    color: #fff;
    text-align: left;
    background: rgba(71, 109, 97, 0.3);
}
@media (min-width:1202px){
[data-loupe-wrapper] {
	position: relative;
}

[data-loupe-image] {
	display: block;
	cursor: none;
}

[data-loupe-enlarged-image] {
	width: auto;
	max-width: none;
}

[data-loupe] {
	position: absolute;
	overflow: hidden;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
/*	box-shadow: 0 0 24px 0 rgba(192, 192, 192, 0.5);*/
	opacity: 0;
	pointer-events: none;
}
}
@media (max-width:1201px){
[data-loupe-wrapper] {
	position: relative;
}

[data-loupe-image] {
	display: block;
	cursor: none;
}

[data-loupe-enlarged-image] {
	width: auto;
	max-width: none;
}

[data-loupe] {
	position: absolute;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 24px 0 rgba(192, 192, 192, 0.5);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
}

#avertissement {
	display: none;
}
