body {
}


.cm-popupdate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    background-color: white;
    padding: 3px;
    bottom: -8px;
    left: 34%;
    width: 48%;
    height: max-content;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

    .cm-popupdate::after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid white;
        bottom: -6px;
        left: 7px;
        position: absolute;
    }

.forceleft {
    left: 60% !important;
}

.calendrie_start {
    display: block !important;
    position: relative !important;
    top: 0px !important;
    left: 0 !important;
    display: block !important;
    padding-top: 0 !important;
    border: none !important;
}

    .calendrie_start::after {
        content: none;
        border: none !important;
    }

    .calendrie_start::before {
        content: none;
        border: none !important;
    }

.divtime {
}

.selecttime {
    height: 36px;
    font-size: 14px;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 10px;
    background: url(../img/icon-heurs.png) right 2px center no-repeat;
}

.newZoneTime {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 5px;
    width: 40%;
    text-align: center;
}

.timepicker-picker {
    display: none !important;
}

#DivDatepicker {
    width: 100%;
}

#content-carpage .cm-popupdate {
    position: absolute;
    z-index: 2;
    background-color: white;
    padding: 3px;
    bottom: -57px;
    left: 0%;
    width: 125%;
    height: max-content;
}

#content-carpage .forceleft {
    top: initial;
    bottom: -120px;
    left: 0 !important;
}

#carlocator .cm-popupdate {
    position: absolute;
    z-index: 2;
    background-color: white;
    padding: 3px;
    top: 51px;
    left: 34%;
    width: 60%;
    height: max-content;
}

#sticky-detail-agency .cm-popupdate {
    position: absolute;
    z-index: 2;
    background-color: white;
    padding: 3px;
    bottom: 21px !important;
    right: 0px !important;
    top: 120px !important;
    left: initial;
    width: 494px !important;
    height: max-content;
}

#carlocator .cm-popupdate::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: none !important;
    border-bottom: 6px solid white;
    left: 7px;
    bottom: 100%;
    position: absolute;
}

#sticky-detail-agency .cm-popupdate::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -5px;
    right: 6px;
    border-top: none;
    bottom: initial;
    left: initial;
    position: absolute;
}

#carlocator .forceleft {
    top: 51px;
    left: 67% !important;
    bottom: -120px;
}

#sticky-detail-agency .forceleft {
    top: 183px !important;
    right: 0px !important;
    left: initial !important;
}

.btn-blue {
    height: 3rem;
    line-height: 2;
    background-color: #1c69d4;
    border: none;
}

.loi-montagne {
    font-weight: 600;
    background-color: #0653b6;
    color: white;
    padding: 5px 20px;
    text-align: center;
}

.loi-montagne-row {
    margin: 0;
    border-top: 1px solid #e2dfdf;
    border-bottom: 1px solid #e2dfdf;
    padding: 20px 0;
    margin-top: 20px
}

    .loi-montagne-row span {
        font-size: 24px;
    }

#carlocator .cm-map {
    height: 56.5rem !important;
}

@media screen and (max-width: 600px) {
    #user-create main {
        margin-top: 28% !important
    }

    .cm-popupdate {
        display: flex;
        flex-direction: column !important;
        justify-content: space-between !important;
        position: absolute;
        width: 62%;
        z-index: 5;
        background-color: white;
        padding: 3px;
        bottom: 16px;
        left: 0;
        top: 136px;
        width: 100%;
        height: max-content;
    }

    #content-carpage .cm-popupdate {
        top: 116px;
        width: 100%;
    }

    #carlocator .cm-popupdate {
        top: 116px;
        width: 100%;
        left: 0;
    }

    .newZoneTime {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 17px;
        width: 100%;
        text-align: center;
    }

    .datetimebtn {
        display: flex;
        flex-direction: column !important;
        justify-content: space-between;
    }

    .cm-popupdate::after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none !important;
        border-bottom: 6px solid white;
        left: 7px;
        bottom: 100%;
        position: absolute;
    }

    #content-carpage .cm-popupdate::after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none !important;
        border-bottom: 6px solid white;
        left: 7px;
        bottom: 100%;
        position: absolute;
    }

    .forceleft {
        top: 200px !important;
        left: 0 !important;
    }

    #content-carpage .forceleft {
        top: 180px !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    #carlocator .forceleft {
        top: 180px !important;
        bottom: 0 !important;
        left: 0 !important;
    }
}

/* Popup container - can be anything you want */
.popup {
    position: absolute;
    right: 270%;
    top: -18%;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup_carPage {
    position: absolute;
    right: 150%;
    top: -2%;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup_detailagency {
    position: absolute;
    right: 162%;
    top: -2%;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup_carlist {
    position: absolute;
    left: 430%;
    bottom: 70px;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup_carlocator {
    position: absolute;
    left: 430%;
    top: -2%;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup_carPage .popuptext {
    display: none;
    width: 270px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* The actual popup */
.popup_detailagency .popuptext {
    display: none;
    width: 270px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* The actual popup */
.popup_carlist .popuptext {
    display: none;
    width: 270px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* The actual popup */
.popup_carlocator .popuptext {
    display: none;
    width: 270px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* The actual popup */
.popup .popuptext {
    display: none;
    width: 270px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
/*.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}*/

/* Toggle this class - the popup */
.popup_carPage .show {
    display: block;
    /*visibility: visible;*/
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Toggle this class - show the popup */
.popup_detailagency .show {
    display: block;
    /*visibility: visible;*/
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Toggle this class - show the popup */
.popup_carlist .show {
    display: block;
    /*visibility: visible;*/
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    text-transform: none;
}

/* Toggle this class - show the popup */
.popup_carlocator .show {
    display: block;
    /*visibility: visible;*/
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    text-transform: none;
}

/* Toggle this class - show the popup */
.popup .show {
    display: block;
    /*visibility: visible;*/
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Toggle this class - hide the popup */
.popup .hide {
    display: none;
    /*visibility: visible;*/
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Toggle this class - hide the popup */
.popup_carPage .hide {
    display: none;
    /*visibility: visible;*/
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Toggle this class - hide the popup */
.popup_detailagency .hide {
    display: none;
    /*visibility: visible;*/
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.searchPageTextVehicle {
    text-transform: None;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 600px) {
    .popup {
        position: absolute;
        right: 66%;
        top: 400%;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .popup_carPage {
        position: absolute;
        right: 66%;
        top: 400%;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .popup_detailagency {
        position: absolute;
        right: 66%;
        top: 400%;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .popup_carlist {
        position: absolute;
        right: 66%;
        left: 34%;
        top: 255px;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .popup_carlocator {
        position: absolute;
        right: 66%;
        left: 34%;
        top: 255px;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

.modal-body .slogan-home {
    font-size: 25px !important;
}

.lm-img-indicator {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .lm-img-indicator li {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .lm-img-indicator li span.text {
            font-size: 1rem;
        }

        .lm-img-indicator li span.color {
            width: 80px;
            height: 32px;
            border: 1px solid #000;
            display: inline-block;
            border-radius: 5px;
        }

            .lm-img-indicator li span.color.active {
                background-color: #296ffe;
            }

            .lm-img-indicator li span.color.inactive {
                background-color: #71aae0;
            }
