.zoom {
    position: absolute;
    top: 50%;
    right: 20;
}

#search_w:hover {
    min-width: 150 !important;
    font-size: 11px;
}

.zoom-fab {
    display: inline-block;
    width: auto;
    line-height: 40px;
    border-radius: 0;
    font-size: 11px;
    background-color: #009688;
    vertical-align: middle;
    text-decoration: none;
    text-align: center !important;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;
}

.zoom-fab:hover {
    background-color: #33ff006b;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.zoom-btn-person {
    background-color: #ffffff;
    color: #000000;
}

.zoom-btn-person:hover {
    background-color: #33ff006b;
}

.zoom-btn-doc {
    background-color: #ffeb3b;
}

.zoom-btn-doc:hover {
    background-color: #fff176;
}

.zoom-btn-tangram {
    background-color: #4CAF50;
}

.zoom-btn-tangram:hover {
    background-color: #81c784;
}

.zoom-btn-report {
    background-color: #2196F3;
}

.zoom-btn-report:hover {
    background-color: #64b5f6;
}

.zoom-btn-feedback {
    background-color: #9c27b0;
}

.zoom-btn-feedback:hover {
    background-color: #ba68c8;
}

.zoom-menu {
    /* position: absolute;
    right: 70px;
    left: auto;
    top: 50%;*/

    transform: translateY(-50%);
    width: 180px;
    list-style: none;
    text-align: right;
    vertical-align: middle;
    height: 750px;
    white-space: nowrap;
    overflow-y: auto;
}

.zoom-menu li {
    margin-bottom: 10px;
}

.zoom-menu li a {
    text-decoration: none;
}


.zoom-menu li.active a {
    background-color: #33ff006b;
}

.zoom-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
}

.scale-transition {
    transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
    transform: scale(0);
    transition: transform 0.2s !important;
}

.scale-transition.scale-in {
    transform: scale(1);
    text-align: left;
    padding: 2px;
    vertical-align: middle;
    width: 102px;
    overflow-x: hidden;
}

.show-box-gamme {
    box-shadow: 5px 5px 5px gray;
}
