/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2022 | 02:39:32 */
  #draggable {
    width: 100%; height: 100%; 
    z-index: 0;
    transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
    .organnigramme-container{
      background-image: url('https://fesmeknesinvest.ma/wp-content/uploads/2021/04/light_blue_bg_overlay.png');
        width: 100%;
        height: 864.288px;
        overflow: hidden;
        position: relative;
    }
    .out-in-zoom-container{
        display: flex;
        justify-content: center;
        width: 100px;
        position: absolute;
        top: 2%;
        right: 2%;
        z-index: 3;
    }
    .zoom-btn{
        background-color: #002777;
        color: #fff;
      	display:flex;
      	justify-content:center;
      	justify-items:center;
        width: 50%;
        outline: none;
        cursor: pointer;
        transition: all .4s;
        margin: 0 5px 0 5px;
        padding: 5px 20px 5px 20px;
        border: none;
        border-radius: 5px;

    }
    .zoom-btn:hover{
        background-color: #CB242A;
    }

