.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}


.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.panel-body {
    height: 250px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

/** DateTimePicker Style */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #D27930;
    box-shadow: #ff4d4d 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #D27930!important;
    box-shadow: none !important;
}
/*Zoo option*/
.imgZoomOption {
    position: fixed;
    z-index: 99;
    width: 52rem;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    display: none;
    background-color: white;
    height: 95%;
    object-fit: cover;
}
.backgroundTrans {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    z-index: 89;
    top: 0;
    display: none;
}
#clickoptionImg1, #clickoptionImg2 {
    cursor: pointer;
}
.showImgOption {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 888;
    width: 50rem;
    height: 100%;
    object-fit: cover;
}
.exitZoomOpt {
    position: fixed;
    top: 0;
    right: 10px;
    color: #903ef4;
    display: none;
    z-index: 100;
    border: none;
    background: white;
    font-size: 24px;
    top: 5px;
    cursor: pointer;
    padding: 3px 9px;
    border-radius: 12px;
}
/* input quantity option */
.inputQtyOpt {
    width: 63px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}
/* Chate */
#MyChat {
    right: 20px;
    bottom: 70px;
    z-index: 100;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #903ef4;
    justify-content: center;
    display: flex;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
}
.MyIconChat {
    color: #fff;
    font-size: 24px;
}
.collapseMessage {
    position: absolute;
    top: 11px;
    right: 25px;
    background-color: white;
    color: #903ef4;
    padding: 0px 8px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}
#collapseOne {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.titreSMS {
    padding: 10px 20px;
    background-color: #903ef4;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.titreSMS h3 {
    color: white;
    font-size: 17px;
}
.myradiuss {
    background-color: white;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
/* modadl option */
@media screen and (min-width: 800px) {	
    .myWidth {
        max-width: 800px;
    }
}
/* image comment */
.cont_img_comment {
    display: flex;
    column-gap: 10px;
}
.cont_img_comment img {
    width: 100px;
    height: 100px;
    box-shadow: 1px 1px 5px #0000005c;
    border-radius: 20px;
    object-fit: cover;
}
/* choice option */
.labold {
    font-weight: 500;
    font-size: 18px;
}
.mt9 {
    margin-top: 9px;
}
.myPadding {
    padding: 8px 0px;
}

.para .para-1 {
    font-size: 16px;
    font-weight: bold;
}
.para .para-2 {
    font-size: 14px;
    margin-top: -25px;
}
.para .para-3 {
    font-size: 14px;
}
.para .para-3 .span-1 {
    font-weight: bold;
}

#valeurOpion .name_option,
#AfValOpt .name_option {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
#valeurOpion .name_option span,
#AfValOpt .name_option span {
    font-size: 16px;
    font-weight: 400;
}
#valeurOpion .cont_valeurs_option {
    display: grid;
    grid-template-columns: repeat(3, auto);
}
#AfValOpt .cont_valeurs_option {
    display: grid;
    grid-template-columns: auto;
}
@media screen and (max-width: 799px) {
    #valeurOpion, .cont_valeurs_option,
    #AfValOpt .cont_valeurs_option {        
        grid-template-columns: auto;
    }   
}
#valeurOpion, .cont_valeurs_option .one_value,
#AfValOpt .cont_valeurs_option .one_value {
    font-size: 16px;
    display: block;
    width: 200px;
    margin-bottom: 10px;
}
#AfValOpt .cont_valeurs_option .one_value {
    width: auto;
}
#valeurOpion .cont_valeurs_option .infos_value,
#AfValOpt .cont_valeurs_option .infos_value {
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    gap: 10px;
}
#valeurOpion .cont_valeurs_option .infos_value span,
#AfValOpt .cont_valeurs_option .infos_value span {
    white-space: nowrap;
}
#valeurOpion .cont_valeurs_option .labelOneValue,
#AfValOpt .cont_valeurs_option .labelOneValue {
    margin-left: 1.5rem;
    width: 200px;
}
#valeurOpion .cont_valeurs_option .cont_one_value,
#AfValOpt .cont_valeurs_option .cont_one_value {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}
#valeurOpion .custom-control-label::before,
#valeurOpion .custom-control-label::after,
#AfValOpt .custom-control-label::before,
#AfValOpt .custom-control-label::after {
    top: 10px;
}
#valeurOpion .labelOneValue img,
#AfValOpt .labelOneValue img {
    border-radius: 10px;
    object-fit: cover;
    height: 200px;
}
#valeurOpion .cont_one_value .height_qte,
#AfValOpt .cont_one_value .height_qte {
    height: 50px;
}
#valeurOpion .cont_one_value .cont_qte,
#AfValOpt .cont_one_value .cont_qte {
    display: flex;
    gap: 10px;
    margin-left: 1.5rem;
    justify-content: space-between;
    width: 200px;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}
#valeurOpion .cont_one_value .cont_qte.show,
#AfValOpt .cont_one_value .cont_qte.show {
    height: 100%;
}
#valeurOpion .cont_one_value .cont_qte.hide,
#AfValOpt .cont_one_value .cont_qte.hide {
    height: 0;
}
#valeurOpion .cont_one_value .cont_qte .form-control,
#AfValOpt .cont_one_value .cont_qte .form-control {
    width: 100px;
}
/* infos hebergement */
.info-hebegement {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(2, auto);
}
/* @media screen and (min-width: 768px) {			
    .info-hebegement div {
        width: 50%;
    }
    .info-hebegement {
        flex-wrap: nowrap;
    }
} */
@media screen and (max-width: 768px) {
    .info-hebegement {
        display: flex;
        flex-direction: column;
    }
}

.modal600 {
    max-width: 600px;
}
.imageChambre {
    border-radius: 5%;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.btnMedia {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
}
.titreProduct {
    width: fit-content;
    padding: 10px 20px;
    font-size: clamp(30px, 5vw, 70px);
    line-height: clamp(30px, 6vw, 60px);
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #eb5b20 !important;
    color: #fff;
}
.daterangepicker td.in-range {
    background-color: #eb5b201c;
}

/* Style btn caracteristique hebergement */

#btnMoreCaraqHeb {
    width: fit-content;
    margin: 0 auto 15px;
    padding: 0px 7px;
    height: 30px;
    border-radius: 10px;
    background-color: #0DE8C7;
    border: 1px solid #0DE8C7;
}

/* Style infos vehicules */

.infoVehicl {
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 15px;
}

.oneInfoVehicl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oneInfoVehicl img {
    filter: invert(73%) sepia(83%) saturate(2254%) hue-rotate(118deg) brightness(103%) contrast(90%);
}

.oneInfoVehicl .cercle-icon {
    display: flex;
    border: 2px solid #0DE8C7;
    padding: 7px;
    border-radius: 50%;
    width: 50px;
}