﻿.pre-desc-display {
    overflow-x: hidden;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #605e7e;
    text-align: left;
    background-color: #f6f7fb;
    font-family: 'Maven Pro', sans-serif;
}

div.disabled {
    pointer-events: none;
    opacity: 0.6;
    filter: alpha(opacity=50);
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}


.timer {
    padding: 10px;
    text-align: center;
    padding-top: 15px;
}
.Page_Link:after{
    content:'|' !important;
}
.Page_Link:last-child::after{
    content:' ' !important;
}



.timer .timer-wrapper {
    display: inline-block;
    width: 60px;
    height: 50px;
}

        .timer .timer-wrapper .text {
            font-size: 12px;
            color: rgba(255,255,255,0.6);
        }

        .timer .timer-wrapper .time {
            font-size: 28px;
            font-weight: bold;
            color: #ffffff;
        }




/*Link Depose CV JOB*/
.lnk-depose-cv {
    margin-bottom: 20px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

    .lnk-depose-cv:hover {
        color: #593382;
    }

/*CSS IMAGE CUSTOM ADS*/
.oba-img {
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}

.oba-box {
    /*display: flex;
    justify-content:center;*/
    width: 100%;
    border: 0px solid black;
}

.oba-card-shadow {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
}

    .oba-card-shadow:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.icon-card {
    position: absolute !important;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 999 !important;
}

.vert {
    background-color: #3fc50a;
}

.border__none {
    border: none !important;
}

.oba-box.large {
    height: 200px;
}

.oba-box.largeX {
    height: 500px;
    background-size: contain !important;
}

.oba-box.medium {
    height: 100px;
}

.oba-box.mediumXL {
    height: 80px;
}

.oba-box.small {
    height: 50px;
}

.oba-box img {
    display: block;
    margin: 0 auto;
    /*width: auto;
        height: 100%;*/
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.detailImg {
    border-radius: 20px !important;
}

.oba-box.item-user {
    height: 80px;
}



.oba-box.small1 {
    height: 50px;
    width: 50px;
}

/*Link titre Page d'accueil*/
.lnk-acceuil {
    color: white;
    text-decoration: underline;
    display: inline-block;
}

    .lnk-acceuil:hover {
        color: #ff2b88;
    }

.ui-autocomplete.ui-widget {
    font-family: "Maven Pro";
    font-size: 15px;
}

.blurry {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.addPicture {
    padding: 30px;
    border: 2px solid #428bca;
    border-style: dotted;
    border-radius: 10px;
    cursor: pointer;
    font-size: 40px;
    text-align: center;
}

    .addPicture :hover {
        color: #9ec015;
    }

.ad_price {
    color: #3fc50a;
    line-height: 1;
    font-weight: 700;
}

    .ad_price.f4 {
        font-size: 16px;
    }

    .ad_price.f16 {
        font-size: 16px;
    }

    .ad_price.f18 {
        font-size: 18px;
    }

.oba-user-contactbtn {
    font-weight: 500 !important;
    font-size: 13px !important;
}

    .oba-user-contactbtn.mobile {
        border-radius: 20px !important;
    }

users_photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}


/*-------- Skeleton Container -------*/

/* Card styles */
.skeleton_card {
    background-color: #fff;
    height: auto;
    width: auto;
    overflow: hidden;
    margin: 12px;
    border-radius: 5px !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
}

.cat_skeleton_card {
    background-color: #fff;
    height: auto;
    width: auto;
    overflow: hidden;
    margin: 12px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
}

/* Card image loading */
.card__image img {
    width: 100%;
    height: 100%;
}

.card__image_cat img {
    width: 100%;
    height: 100%;
}


.card__image.loading {
    height: 200px;
    width: 400px;
}

.card__image_cat.loading {
    height: 80px;
    width: 100%;
}

.card__item_image img {
    width: 30%;
    height: 100%;
}

.card__item_image.loading {
    height: 200px;
    width: 300px;
}

/* Card title */
.card__title {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}

.card__nbItems_title {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}

    .card__nbItems_title.loading {
        height: 1.5rem;
        width: 200px;
        margin: 0.5rem;
        border-radius: 3px;
    }

.card__item_title {
    padding: 8px;
    font-size: 18px;
    font-weight: 700;
}

    .card__item_title.loading {
        height: 1.5rem;
        width: 700px;
        margin: 0.5rem;
        border-radius: 3px;
    }

.card__small {
    padding: 0px;
    font-size: 10px;
    font-weight: 400;
}

    .card__small.loading {
        height: 1rem;
        width: 15%;
        margin-left: 1rem;
        margin-bottom: 0.5em;
        border-radius: 3px;
    }

.card__title.loading {
    height: 1rem;
    width: 50%;
    margin: 1rem;
    border-radius: 3px;
}

/* Card description */
.card__description {
    padding: 8px;
    font-size: 16px;
}

.card__item_description {
    padding: 8px;
    font-size: 16px;
}

    .card__item_description.loading {
        height: 2.5rem;
        width: 60%;
        margin: 0.5rem;
        border-radius: 3px;
    }

.card__description.loading {
    height: 3rem;
    margin: 1rem;
    border-radius: 3px;
}

/* The loading Class */
.loading {
    position: relative;
    background-color: #e2e2e2;
}

    /* The moving element */
    .loading::after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        /* Adding animation */
        animation: loading 0.6s infinite;
    }

/* Loading Animation */
@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}


/*.skeleton_card {
    background-color: #fff;
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: 5px;
    border-color: red;
    /*box-shadow: 9px 17px 45px -29px rgba(0, 0, 0, 0.44);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}*/

.cat {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.job_skeleton_card {
    background-color: #fff;
    height: auto;
    width: auto;
    overflow: hidden;
    border-color: red !important;
    border-width: 2px !important;
}

.item_skeleton_card {
    background-color: #fff;
    height: auto;
    width: auto;
    overflow: hidden;
    border-color: red !important;
    border-width: 2px !important;
}

.job_Skeleton_card__des {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}


.skeleton_card .imgContainer {
    max-height: 100%;
    max-width: 100%;
    height: 300px;
}



.Skeletonloading {
    background-color: #e2e2e2;
}

    /* The moving element */
    .Skeletonloading::after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        /* Adding animation */
        animation: loading 0.5s infinite;
    }

/* Loading Animation */
@keyframes Skeletonloading {
    100% {
        transform: translateX(100%);
    }
}

.vert {
    background-color: #9ec015;
}

.intro {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nbItem_picture span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    border-radius: 20%;
}

.voucher_btn {
    background-color: #f92884;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.ad_price_card {
    /*background-color: #f0c62f;*/
    background-color: #3fc50a;
    /*background-color: #9ec015;*/
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.ad_price_card_ribbon {
    /*background-color: #f0c62f;*/
    background-color: #3fc50a;
    /*background-color: #9ec015;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.User_contact_whatsaap_Info {
    background-color: #3fc50a;
}

.User_Contact_btn_mauve {
    background-color: #593382;
}

.coupon_left span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #3fc50a;
    color: #fff;
    font-size: 15px;
    padding: 4px 8px 4px 8px;
    border-radius: 20px;
}


.voucher_count_btn {
    background-color: #3fc50a;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.carousel_control_prev_custom, .carousel_control_next_custom {
    position: absolute;
    top: 45%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    background-color: #bda273;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    border-radius: 50px;
}

    .carousel_control_prev_custom:hover, .carousel_control_prev_custom:focus, .carousel_control_next_custom:hover, .carousel_control_next_custom:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel_control_prev_custom {
    left: 0;
}

.carousel_control_next_custom {
    right: 0;
}

.item_card_shop {
    display: flex !important;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 5px;
    width: 200px !important;
    margin-bottom: 10px;
    margin-left: 10px;
    border-color: #3fc50a;
    border: 2px solid #3fc50a !important;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
}

.ad_price_shop {
    position: absolute;
    bottom: 0;
    left: 25px;
    flex-direction: row;
    display: flex;
    background-color: #3fc50a;
    color: #fff;
    border-radius: 20px;
    padding: 6px 6px 6px 6px !important;
}


.global_item_card {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap !important;
    align-items: center;
}

.ad_to_card_shopItem {
    position: absolute;
    top: 10px;
    right: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100px;
}

@media (max-width: 480px) {
    .item_card_shop {
        width: 155px !important;
    }

    .global_item_card {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.remove_card {
    position: absolute;
    z-index: 4000 !important;
    /*background-color: #f0c62f;*/
    top: 0;
    right: 0;
    /*background-color: #9ec015;*/
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.loadingContainer {
    position: absolute;
    z-index: 4000;
    background-color: #000;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 5px;
    width: inherit;
}



.cardBg {
    width: 600px; /* Box dimensions */
    height: 200px;
    border-radius: 4px; /* Styling */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    transition: box-shadow 0.56s ease-in-out; /* Animation */
}

    /* Shows an outer shadow */
    .cardBg:hover { /* Just for styling */
        cursor: pointer;
        box-shadow: 0 5px 10px 3px rgba(0,0,0,0.14), 0 5px 10px 8px rgba(0,0,0,0.12), 0 5px 12px -7px rgba(0,0,0,0.2);
    }


.couponExpire {
    color: red;
    font-size: 12px;
}

.loadAjaxContainer {
    display: block !important;
}
