/*************************************************************************
 _____   _____   _   __   _   _____        _          __  _____   _____  
|  _  \ /  _  \ | | |  \ | | |_   _|      | |        / / | ____| |  _  \ 
| |_| | | | | | | | |   \| |   | |        | |  __   / /  | |__   | |_| | 
|  ___/ | | | | | | | |\   |   | |        | | /  | / /   |  __|  |  _  { 
| |     | |_| | | | | | \  |   | |        | |/   |/ /    | |___  | |_| | 
|_|     \_____/ |_| |_|  \_|   |_|        |___/|___/     |_____| |_____/ 

**************************************************************************

    @ Copyright © 2020 POINT WEB
    @ Catégorie : Structure site
    @ Site : Editor Admin Serco
    @ Auteur : SERCO POINT WEB / www.point-web.fr

**************************************************************************/

[data-editor-target] [data-bloc]{position:relative;}
[data-editor-button-container] {position: absolute;top:0;left:0;}
[data-editor-button]:before{transition:.1s;cursor:pointer;content:"";opacity:.5;border-radius:3px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;}
[data-editor-button]:after{transition:.1s;cursor:pointer;border:2px dotted red;opacity:1;content:"";position:absolute;border-radius:3px;top:0;left:0;width:100%;height:100%;z-index:0;}

[data-editor-button]{transition:opacity .2s;opacity:0;display:flex;position:absolute;z-index:999999999;align-items: center;justify-content: center;}
[data-editor-button]:hover{opacity:1!important;}
[data-editor-button]:first-child .fa-long-arrow-up{display:none;}
[data-editor-button]:last-child .fa-long-arrow-down{display:none;}
[data-editor-button] > *{color:#fff!important;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;margin:0 2px;z-index:5}
[data-editor-button] > *.fa-trash{background:#ff5f5f!important;}
[data-editor-button] > *.fa-pencil{background:#74bc26!important;}