/* Start custom CSS for html, class: .elementor-element-4119974 */body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container {
    position: relative;
}

.video-container {
    width: 100%;
    overflow: hidden;
}

video {
    width: 100%;
    height: auto;
}

.hotspots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hotspot {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: red; /* Couleur du hotspot, vous pouvez personnaliser */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.hotspot a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff; /* Couleur du texte, vous pouvez personnaliser */
    text-align: center;
    line-height: 30px;
}/* End custom CSS */