       body[data-theme="dark"] {
            background-color: #121212; /* Couleur de fond sombre */
            color: #e0e0e0; /* Couleur du texte */
        }

.menutag{margin-left:7px;}
.trailImgGal{width:100%; margin-bottom:10px;}
.paana{ margin-top:5px; margin-bottom:15px; float:right;  border: 1px solid black; border-radius: 5px; color:black; cursor:pointer; text-align:left; }
.paanb{ float:left; margin-bottom:15px; margin-top:10px; }
.paang{ background:#E7E2E2; }
.paanf{ background:#E77373; }
.paane{ background:silver; }
.paand{ background:#B01C1C; }
.paana:hover{background:#cc0000; color:white;}


    .custom-thumbnails {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        grid-gap: 10px;
        justify-content: center;
    }

    .custom-thumbnail {
        width: 100%;
		height: auto;
        overflow: hidden;
    }

    .custom-thumbnail video {
        width: 100%;
        height: auto;
        object-fit: cover;
        cursor: pointer;
    }

    .custom-body {
        background-color: #111;
        color: #fff;
    }
    .custom-thumbnail .logo-4k {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 2;
    width: 30px;
    height: auto;   }

.data-below {
    width: 100%;
    color: white;
    z-index: 100;

.element1, .element2, .element3 {
  display: none;
}
