.divCarouselMain{
margin:20px 0px;
width:85vw;
max-width:1225px;
}
.divCarouselTitle{
width:85vw;
max-width:1225px;
background-color:var(--bleu-txt);
color:white;
border-radius: 20px 25px 0 0;
}
.blocCarousel{
align-self:center;
width:calc(100vw - 155px);
max-width:1225px;
margin-top:20px;
}
.divDpeGes{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content: center;

}
.svgDpe {
width: auto;/*
height: 25vw;
min-height: 350px;*/
height: 270px;
min-height: 270px;
}

.mount .thumbnails {
display: flex;
margin: 1rem auto 0;
padding: 0;
justify-content: center;
}

.thumbnail {
width: 70px;
height: 70px;
overflow: hidden;
list-style: none;
margin: 0 0.2rem;
cursor: pointer;
}

.thumbnail img {
width: 100%;
height: auto;
}

.marginContactFiche{
margin:20px;
}
.splide__slide img {
width: 100%;
height: 100%;
object-fit: contain;
}
.thumb {
width: 100%;
height: 100%;
object-fit: cover!important;
}

.splide__arrow svg {
fill: var(--rose);
height: 1.2em;
width: 1.2em
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
border: 3px solid var(--rose);
}

@font-face {
font-family: "IBM Plex Sans";
src: url('https://vosbiensimmo.com/ressources/fonts/IBMPlexSans-Regular.woff2') format('woff2'),
url('https://vosbiensimmo.com/ressources/fonts/IBMPlexSans-Regular.otf') format('otf');
}

@font-face {
font-family: "IBM Plex Sans Condensed Bold";
src: url('https://vosbiensimmo.com/ressources/fonts/IBMPlexSansCondensed-Regular.woff2') format('woff2'),
url('https://vosbiensimmo.com/ressources/fonts/IBMPlexSansCondensed-Regular.otf') format('otf');
}

@font-face {
font-family: "IBM Plex Sans Condensed";
src: url('https://vosbiensimmo.com/ressources/fonts/IBMPlexSansCondensed-Bold.woff2') format('woff2'),
url('https://vosbiensimmo.com/ressources/fonts/IBMPlexSansCondensed-Bold.otf') format('otf');
}

.divAccrocheFiche{
position: absolute;
z-index: 9999;
background: var(--rose);
top: 20px;
left: 0;
}

.txtAccrocheFiche{

font-weight: bold;
margin: 20px;
color: white;
font-size: 22px;
text-transform: uppercase;
font-family: 'Gilroy ExtraBold';
}