.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.DDLPrestataire {
    z-index: 9999999 !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caretPerso {
    border-top-color: #ffffff;
}

.iti__flag {
    background-image: url("path/to/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("path/to/flags@2x.png");
    }
}

.textHidden {
    display: none;
    position: absolute;
    z-index: 1060;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.triggerShowTextHidden:hover .textHidden,
.triggerShowTextHidden:focus-within .textHidden {
    display: none;
}

.gps-floating-text-hidden {
    position: fixed;
    z-index: 1085;
    max-width: min(24rem, calc(100vw - 1.25rem));
    padding: 0.75rem 0.9rem;
    color: #1f2d3d;
    background-color: #fff;
    border: 1px solid rgba(68, 110, 155, 0.25);
    border-radius: 0.65rem;
    box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

.scrollable-card {
    height: 500px;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
}

.scrollable {
    overflow-y: scroll;
    width: 100%;
}

.fullScreenScrollable-card {
    max-height: 80vh;
    overflow: scroll;
    width: 97vw;
}

.red-border-left {
    border-left: 2px solid red;
}

.red-border-right {
    border-right: 2px solid red;
}

@keyframes gps-blink-background {
    50% {
        opacity: 0.55;
    }
}

.blink_me {
    animation: gps-blink-background 1s linear infinite;
}
