﻿.devis-popin .devis-popin-option__carousel {
    width: 100%;
}

.devis-popin-map {
    min-height: 400px;
}

.legende {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
    height: 30px;
    display: block;
    bottom: -30px;
    line-height: 25pt;
    text-align: center;
    width: 100%;
}

.devis-popin-option__visual-wrapper:hover .legende {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0.9;
    transform: translateY(-100%);
}

.popin-tooltip {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    overflow-x: hidden;
    overflow-y: auto;
}

.popin-tooltip__content {
    background: white;
    padding: 0;
    position: relative;
    max-width: 1024px;
    margin: auto;
}

@media (min-width: 768px) {
    .popin-tooltip__content {
        margin-top: 4rem;
    }
}

.popin-tooltip__close {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    line-height: 1;
    text-decoration: inherit;
    text-align: center;
    top: 2rem;
    right: 2rem;
    z-index: 6;
    text-indent: -999em;
}

    .popin-tooltip__close:before {
        font-family: "iconfont";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        content: "";
    }

    .popin-tooltip__close:focus {
        outline: 0;
    }

    .popin-tooltip__close:hover {
        opacity: 0.7;
    }

    .popin-tooltip__close:before {
        position: absolute;
        text-indent: 0;
        display: block;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2rem;
        line-height: 0;
        margin-top: 0.1em;
    }


.popin-tooltip__wrapper {
    flex: 1 0 auto;
    padding: 7rem;
    display: flex;
    flex-direction: column;
}

.popin-tooltip_label {
    font-weight: 700;
    margin-bottom: 3rem;
}

.tooltip-inner {
    max-width: 500px !important;
}

.tooltip-inner {
    background-color: #0082AD !important;
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0082AD;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #0082AD;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0082AD;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #0082AD;
}