/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 18 2025 | 13:32:20 */
/* Player vidéo (ne marche pas) */
.VideoThumbnail_module_videoThumbnail__d1b35579 {
    position: absolute;
    top: 20;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: opacity .25s;
    border-radius: 14px !important;
}

/* Player 2* (ne marche pas) */
.VideoThumbnail_module_videoThumbnail__d1b35579.VideoThumbnail_module_cover__d1b35579 {
    background-size: cover;
    border-radius: 14px !important;
}

/* Player 3 (ne marche pas) */
.player, .player *, .player ::after, .player ::before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    border-radius: 14px !important;
	
	/**/
	
}

/* Player 4 (ne marche pas) */
element.style {
    background-image: url(https://i.vimeocdn.com/video/1977186911-3c96e02…-d?mw=1100&mh=617&q=70);
    border-radius: 14px;
}

/* Player 5 (ne marche pas) */
.player .VideoThumbnail_module_videoThumbnail__d1b35579 {
    border-radius: 14px !important;
}

/* ======================= Chat GPT ========================*/
.player::before,
.player::after {
    border-radius: 14px !important;
    overflow: hidden; /* Assure-toi que les bords sont bien respectés */
	display: none !important;
}

/**/
.player {
    border-radius: 14px !important;
    overflow: hidden;
	clip-path: inset(0 round 14px); /* Applique les coins arrondis */
}

/**/
.player,
.player *,
.player::before,
.player::after {
    border-radius: 14px !important;
    overflow: hidden !important;
}
/**/
.player video {
    border-radius: 14px !important;
    overflow: hidden !important;
}
