+
diff --git a/src/components/editable/VideoEditable.vue b/src/components/editable/VideoEditable.vue
new file mode 100644
index 0000000..614aaf5
--- /dev/null
+++ b/src/components/editable/VideoEditable.vue
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/layout/CartoucheLayout.vue b/src/components/layout/CartoucheLayout.vue
index c373a93..83f4ddd 100644
--- a/src/components/layout/CartoucheLayout.vue
+++ b/src/components/layout/CartoucheLayout.vue
@@ -26,7 +26,7 @@ export default {
mounted () {
// console.log('cartouche layout mounted', this);
this.$refs.cartouche_main.addEventListener('scroll', (event) => {
- console.log('main is scrolling', event);
+ // console.log('main is scrolling', event);
let $main = event.target;
let scrolled = $main.scrollTop > 0;
this.$emit('main_scrolled', scrolled);