.menu-full-screen .v-left {
    overflow: auto;
}

#widget-cta {
    position: fixed;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(calc(100% - 43px));
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

#widget-cta:hover {
    transform: translateY(-50%) translateX(0);
}

.widget-cta-container {
    display: flex;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.65);
}

.widget-cta-Left-bar {
    font-family: 'lexend', sans-serif;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 15px 10px;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    align-self: center;
    text-align: center;
    min-height: 141px;
}

.widget-cta-Left-bar {
    writing-mode: vertical-rl;
    background-color: #e3d299
}

.widget-cta-right-content {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #e3d299;
}

.widget-cta-top-bar {
    color: #ccc;
    font-family: 'Playfair Display';
    border-bottom: 1px solid #e3d299;
}

.widget-cta-top-bar,
.widget-cta-bottom-bar {
    padding: 12px 24px;
    font-size: 20px;
}

.widget-cta-bottom-bar {

    color: #ccc;
    font-family: 'Playfair Display';
}

#widget-cta a {
    color: #fff;
    text-decoration: none;
}

.widget-cta-top-bar img,
.widget-cta-bottom-bar img {
    width: 46px;
}

.equipement-item {
    align-items: center;
}

@media (max-width: 640px) {
    #widget-cta {
        top: auto;
        transform: translateY(0px);
    }

    .widget-cta-container {
        flex-direction: column;
        width: 100%;
    }

    .widget-cta-right-content {
        border-top: 1px solid #E3D299;
        flex-direction: row;
        border-left: 0;
    }

    .widget-cta-top-bar {
        border-bottom: 0;
        border-right: 1px solid #E3D299;

    }

    .widget-cta-top-bar,
    .widget-cta-bottom-bar {
        text-align: center;
        padding: 5px 14px;
    }

    .widget-cta-top-bar span,
    .widget-cta-bottom-bar span {
        display: none;
    }

    #widget-cta:hover {
        transform: none;

    }

    .widget-cta-Left-bar {
        display: block;
        writing-mode: unset;
        width: 100%;
        padding: 4px 10px;
        min-height: auto;
    }

    .widget-cta-top-bar img,
    .widget-cta-bottom-bar img {
        width: 60px;
    }
}