#prestataires .m-content {
    padding-top: 160px;
}

#prestataires .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

#prestataires .background-prestataires {
    background-image: url(../images/main-search-background-01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    height: 300px;
}

#prestataires .background-prestataires h2 {
    position: relative;
    display: block;
    top: 70%;
    transform: translate(0, -50%);
    padding-bottom: 0;
    color: white;
    text-transform: uppercase;
}

.prestataire-search {
    background: #ffffff;
}

#modal_identity label {
    margin: 10px 0 10px 15px;
    font-weight: bold;
    font-size: 15px;
}

#modal_identity input, #modal_identity select {
    margin-left: 15px;
    border-radius: 15px;
}

#prestataires .bootstrap-select>.dropdown-toggle.btn-light, .bootstrap-select>.dropdown-toggle.btn-secondary {
    background-color: white;
}

#prestataires .prestataires img {
    width: 100%;
}

.prestataires .tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.5px;
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 9px;
}

#prestataires .listing-item-container {
    transition: 0.4s;
    background-color: #f9f9f9;
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: 30px;
}

#prestataires .listing-item-container:hover {
    transform: translate3d(6px, 0, 0);
}

.listing-item-container .now-open {
    background-color: #54ba1d !important;
}

.listing-item-container .now-closed {
    background-color: #e91721 !important;
}

#prestataires .listing-item-container > a {
    color: rgb(7, 36, 81);
}

.listing-item-container a {
    text-decoration: none !important;
}

#prestataires .listing-item-container .listing-badge {
    background-color: rgb(7, 36, 81);
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -45px;
    top: 22px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}

#prestataires .listing-item-content .coeur-like {
    width: 35px;
    height: 35px;
    background-color: #eee;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
    color: #9d9d9d;
}

#prestataires .listing-item-content .coeur-like .fa-heart {
    font-size: 20px;
    position: relative;
    top: 8px;
    left: 8px;
}

#prestataires .listing-item-content .coeur-like:hover {
    background: #e62f4a;
    color: white;
}

#prestataires .star-selected {
    color: #ffc600;
}

#prestataires .star-non-selected {
    color: #808080;
}

.param-fiche a:hover {
    text-decoration: none;
}

@media (max-width: 991px) and (min-width: 320px) {
    .input-res {
        width: 100%;
        max-width: 500px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .margin-top-mobile {
        margin-top: 20px;
    }
    .listing-item-container .listing-badge {
        display: none;
    }
    #prestataires .star-rating {
        left: 50%;
    }
    #prestataires .listing-item-content .coeur-like {
        left: 85%;
    }
}

.container .nav-pills li a {
    font-size: 19px;
}

@media screen and (min-width: 768px) {
    #prestataires .margin-top-desktop {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .prestataires .listing-item-inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 35px;
        padding-right: 120px;
    }

    #prestataires .star-rating {
        position: absolute;
        top: 70%;
        transform: translateY(-50%);
        left: 35px;
        padding-right: 120px;
    }
}

@media screen and (max-width: 1024px) {
    #prestataires .m-content {
        padding-top: 70px;
    }

    .listing-item-content .coeur-like {
        left: 80%;
    }
}

@media only screen and (min-width: 425px) and (max-width: 1024px) {
    #prestataires .listing-item-content .coeur-like {
        left: 80%;
    }
}

#navbarNav a {
    font-size: 16px;
}

.nav-actived {
    color: unset;
    color: red !important;
    font-weight: 600;
}

#navbarNav a:focus-within {
    color: unset;
    color: red !important;
    font-weight: 600;
}

.nav-white {
    background-color: unset;
    background-color: white !important;
}

.in-cont-presearch {
    margin-left: 45px;
    width: 90%;
    margin-bottom: -20px;
}

#presta-date input {
    color: white;
}

.presta-control {
    display: block;
    width: 100%;
    height: calc(2.95rem + 2px);
    padding: 0.85rem 1.15rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 16px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
}

.pourle {
    font-size: 14px;
    position: relative;
    top: -30px;
    left: 16px;
}

#presta-date .fa-calendar-alt {
    float: right;
    position: relative;
    top: -60px;
    left: -10px;
}

#presta-date input:hover>.pourle {
    color: white;
}

.help-block {
    position: relative;
    top: -25px;
    left: 5px;
}

.pickin-data {
    display: block;
    width: 100%;
    height: calc(2.95rem + 2px);
    padding: 0.85rem 1.15rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 16px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    text-align: right;
}

.slidecontainer {
    width: 100%;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: rgb(138, 138, 138);
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

/* range slider color */
.m-ion-range-slider {
    position: relative;
    top: -23px;
}

.prestarif {
    text-align: left;
}

.result-prestarif {
    max-height: 20px;
    position: relative;
    top: -5px;
}

#pretionic .irs-min {
    visibility: hidden !important;
}

#pretionic .irs-max {
    visibility: hidden !important;
}

.prestataire-lieu-bandeau {
    color:#F4516C;
    font-size:50px;
}

.voire-profile-prest {
    color:#242C4D; 
    object-position:left bottom;
}

.ajout-image-prest {
    color:#242C4D; 
    object-position:right bottom;
}

.param-profile-prest {
    color:#242C4D; 
    object-position:left bottom;
}

.ajout-image-prest:hover {
    color:#F4516C; 
}

.ico-prest i:hover { color:#F4516C !important; }

.ico-prest {
    margin-top: 15px;
    padding: 10px;
}

.text-login {
    color: white !important;
}

.btn-connexion {
    border-radius:35% !important;
}

.btn-se-connecter {
    border-radius:35% !important;
}

.voir-avis {
    margin: 1.5rem auto;
}

.btn-primary2 {
    text-align: center;
    width: 100%;
    background: #242C4D;
    color: #ffffff;
    border-radius:25px !important;
    font-size:0.8rem !important;
}

.btn-primary2:hover {
    color: #fff;
    background-color: #d42841 !important;
    border-color: #d42841 !important;
}

.pt-44 {
  padding-top: 1.5rem !important;
  padding-bottom:0.5rem !important;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    background: #efefef;
    box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);
}

.input {
    position: absolute;
    opacity: 0;
}

.label {
    width: 100%;
    padding: 20px 30px;
    background: #e5e5e5;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #7f7f7f;
    transition: background 0.1s, color 0.1s;
}
  
.label:hover {
    background: #d8d8d8;
}
  
.label:active {
    background: #ccc;
}
  
.input:focus + .label {
    box-shadow: inset 0px 0px 0px 3px #2aa1c0;
    z-index: 1;
}
  
.input:checked + .label {
    background: #fff;
    color: #000;
}

#exampleModalLongTitle { color:#242C4D; font-size:22px; }

#exampleModalLongSubTitle {
    color:#F4516C;
    font-size:16px;
    margin-top:1rem;
    margin-bottom: 1rem;
}

.horaires1 {
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
}

.champs { margin-top:5px; }

.champs1 { margin-top:35px; }

.delete-tarif1 { margin-top:4%; }

.delete-tarif2 { margin-top: 3.5%; }

.shadow1 {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
    box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
}

.shadow2 {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
    box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
}

.p-44 {
    padding-top:10px;
    padding-bottom: 10px;
}

.left-push { padding-left:2.0rem !important; }

.left-push2 { margin-left:7rem !important; }

.top-push { margin-top:1.5rem !important; }

.top-push1 { margin-top:-1rem !important; }

.bottom-push { margin-bottom:1.5rem !important; }

.bottom-push1 { margin-top: 20px; }

.bottom-push2 { margin-top: 15px; }

.upup {
    line-height: 10px !important;
}
  
.lbl-si {
    width: 60%;
}

.edit {
    padding-left: 18px;
}

#add {
    background-color: #C5E2FF;
    color: #000;
}

.no-bord {
    border:none !important;
    text-align:center;
}

.no-bord1 {
    border:none !important;
    text-align:left;
}

.delete-tarif5 {
    margin-top: 0.5%;
}

.rgt { margin-right:10px; }

.bott {
    margin-bottom: 5px;
}

.bott1 {
    margin-top: -0.8rem;
    font-size:  1.25rem !important;
    font-weight: 600;
}

button#h22 {
    width: 60%;
    background-color: #F4516C;
    border-radius: 25px;
    color: #ffffff;
    margin-top: 1rem;
}

/* CSS Table Prestatire lieu - Start*/
.padding-remove {
    padding-right: 0px !important;
}

.zui-table {
 
    border-spacing: 0;
    width: 100%;
    color:#242C4D;
    border-spacing: 3px;   
    border-collapse: separate;
    margin-left:20px;
}

.zui-table thead th {
    background-color:#242C4D;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}

.zui-table tbody td {
    border: solid 2px #242C4D;
    color: #242C4D;
    padding: 15px;
}

.table-text {
    color: #242C4D;
    font-size: 15px;
    font-weight: 500;
}

.table-titre {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    border-top-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
}

.txt-alig {
    padding-left: 10px;
    font-weight: 800;
    text-align: left;
}

/* CSS Table Prestatire lieu - End*/
.nav-boisson li a span {
    font-weight: 600 !important;
}

.btn-radius{
    border-radius: 15px !important;
    padding: 0.5rem 1.2rem !important;
}


.prestLoca img {
    width: 100% !important;
    height: 250px !important;
    display: block;
    background-color: #242C4D;
    padding: 2rem 2rem;
    border-radius: 9px !important;
    cursor: pointer !important;
}

.prestUlysse img {
    width: 100% !important;
    height: 252px !important;
    display: block;
    background-color: #242C4D;
    border-radius: 9px !important;
    cursor: pointer !important;
}


.push-rightp{
    margin-left: 2rem !important;
}


.align-btn-small{
    display:flex;
    justify-content: flex-start;
}



.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: rgb(244, 81, 108) !important;
}



.eurosignCaution {
  position:relative;
}

.eurosignCaution:after {
    content: "€";
    font-size: 16px !important;
    font-weight: 400;
    right: 10px;
    position: absolute;
    top: 35px;
  }

  .eurosignMontant{
    position:relative;
  }

  .eurosignMontant:after{
    position:relative;
    content: "€";
    font-size: 16px !important;
    font-weight: 400;
    right: 10px;
    position: absolute;
    top: 35px;
  }



/* .input-symbol-dollar:after {
    color: #37424a !important;
        content: "$";
        font-size: 16px !important;
        font-weight: 400;
        left: 10px;
        position: absolute;
        top: 2px;
    }
    .input-symbol-dollar {
      position: relative;
    } */

/*Media queries*/

.m-push-left {
    margin-left: 2px !important;
}

@media (max-width: 767px) and (min-width: 320px) {

    .zui-table {
        border-spacing: 0;
        width: 100%;
        color:#242C4D;
        border-spacing: 0px;   
        border-collapse: separate;
        margin-left:0px;
    }

    .table-titre {
        color: #ffffff;
        font-size: 15px;
    }

    .align-btn-small{
        display:flex;
        justify-content: center;
    }

    .align-btn-plus {
        display:flex;
        justify-content: center;
        margin-top:1rem;
    }

    .align-btn-small{
        display:flex;
        justify-content: center;
    }
    
    


}
