/** Helpers **/
.badge--margeb {
    margin-bottom: 3px;
}

.whitespace-no-wrap{
    white-space: nowrap;
}

body.block_scroll{
    overflow:hidden!important;
}

[data-href] {
    cursor: pointer;
}

.object__fit__cover{
    object-fit: cover;
}

.Overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9000;
}

.Overlay--transparent {
    z-index: 9000;
    background: transparent;
}

.Overlay__premier-plan {
    z-index: 9500;
}

.Overlay--deep2{
    z-index: 10600;
}

.btn_fixed_action {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    z-index: 10001;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}

.select2 {
    max-width: 100% !important;
}

.select2-group {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.select_transparent {
    background: transparent;
    border: none;
}

.input_transparent {
    display: inline;
    border: none;
    width: auto;
    outline: none;
    width: auto;
}

.avatar {
    width: 50px;
    height: 50px;
    margin: 0;
    padding-top: 100%;
}


.background-font {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3rem;
    color: white;
    opacity: 0.2;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.avatar .avatar-content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    width: 100%;
    background: #90b8ff;
    color: black;
    border-radius: 100%;
    margin: 0;
}


/*modal*/
.wp-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    overflow: scroll;
    opacity: 1;
}

.wp-modal__dialog {
    margin: 2rem auto;
    max-width: 1280px;
}

.wp-modal__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ImageUpload {
    width: calc(25% - 4px);
    height: 4vw;
    margin: 2px;
    overflow: hidden;
}

.hotel-img-sup {
    position: relative;
    background-color: #0D7091;
    color: #0B0F13;
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    transition: 500ms;
    cursor: pointer;
}

.hotel-img-sup:hover {
    opacity: 1;
}

.hotel-img-sup-add {
    position: relative;
    display: flex;
    cursor: pointer;
    height: 100%;
    background-color: #eee;
    color: #ddd;
    transition: 400ms;
    margin: 2px;
}

.hotel-img-sup-add__input {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    outline: none;
    cursor: pointer;
}

.hotel-img-sup-add:hover {
    background-color: #ddd;
    color: #eee;
}

.hotel-img-sup-add:active {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.hotel-img-sup-add--main {
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 15vw;
    max-height: 250px;
}

.hotel-img-sup-add .icon_add {
    width: 100%;
    height: 100%;
}

.Image .icon_add {
    min-height: 100%;
    margin-top: -100%;
    height: auto;
}

.hotel-img-sup-add .icon_add .bx {
    font-size: 40px;
}

.hotel-img-sup-add--main .icon_add .bx {
    font-size: 90px;
}


.hotel-img-sup.empty {
    background-color: transparent;
    height: 1px;
}


.hotel-img-main {
    color: #0B0F13;
    width: 100%;
    margin: auto;
    position: relative;
}

.hotel-img-main img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.hotel-img-main-text {
    margin-top: 7px;
}

/** Badge **/
.badge.badge-close i {
    position: absolute;
    right: 4px;
}

.badge.badge-close {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

/** Agenda **/
.calendar-wrapper, .content-area-wrapper {
    background: #f3f3f3;
}


/** Global loading**/
.gload {
    position: fixed;
    z-index: 9000;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}


/** Hotel **/
/** Chambre **/

.collapse-header {
    cursor: pointer;
}

.hotel-image-overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    display: flex;
    padding: 30%;
    justify-content: space-around;
    align-items: center;
    transition: 250ms;
}

.hotel-image-overlay:hover {
    opacity: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


.hotel-image-overlay .icon-sup-trash,
.hotel-image-overlay .icon-main-trash,
.hotel-image-overlay .icon-sup-up {
    color: white;
    cursor: pointer;
    font-size: 60px;
    border: 3px solid white;
    padding: 5%;
    border-radius: 100%;
    opacity: 0;
    transition: 800ms;
}

.hotel-image-overlay:hover .icon-sup-trash,
.hotel-image-overlay:hover .icon-main-trash,
.hotel-image-overlay:hover .icon-sup-up {
    opacity: 1;
}

.hotel-image-overlay .icon-sup-trash:hover,
.hotel-image-overlay .icon-main-trash:hover,
.hotel-image-overlay .icon-sup-up:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


.collapsed .chevron {
    transform: rotate(-180deg)
}

.hotel-add-form-btn-save {
    position: absolute;
    right: 45px;
    bottom: 45px;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    background-color: green;
    border-style: none;
}

.hotel-add-form-btn-save .bx-save {
    color: white;
    font-size: 32px;
    font-weight: lighter;
}

.form-add-hotel {
    position: relative;
}

/** Accordion  (chambre, restaurant) **/
.accordion__item__img {
    width: 150px;
    height: 50px;
    background: #f5f5f5;
}

.accordion__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion__item__img .accordion__item__icon {
    font-size: 90px;
    margin-top: -10%;
    margin-left: 30px;
    transform: rotate(25deg);
}

.accordion__item__icon {
    margin-right: 5px;
}

.accordion__collapse {
    border-top: 1px solid #e0e0e0;
}

#collapse_info {
    cursor: pointer;
}


.BarClients {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 10000;
}

.BarClients__shadow {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 1);
}

.BarClients__items {
    position: relative;
    display: block;

}

.BarClients__items .avatar.active {
    background: green !important;
}

.BarClients__items__close {
    position: absolute;
    background: red;
    color: white;
    height: 20px;
    font-size: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
    top: 25px;
    right: 5px;
    cursor: pointer;
    transition: 150ms;
}

.BarClients__items:hover .BarClients__items__close {
    display: flex;
    opacity: 1;
    top: 5px;
}

.BarClients__items__close i::before {
    height: 100%;
}

.BarClients__items__infos {
    position: absolute;
    color: white;
    height: 20px;
    font-size: 14px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
    top: 5px;
    left: 5px;
    cursor: pointer;
    transition: 150ms;
}

/* tableau stop sales*/
.stop-sales-tableau {
    height: auto;
    width: 100%;
}

.stop-sales-content {
    width: 100%;
    overflow: auto;
}

.stop-sales-cellule {
    height: 40px;
    width: 10%;
    min-width: 60px;
    border-left: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    background-color: #39DA8A;
    padding-left: 5px;
    line-height: 40px;
    cursor: pointer;
}

.stop-sales-cellule--cure {
    background-color: #ecf9ff;
    pointer-events: none;
    border: none;
}

.stop-sales-cellule--status:hover {
    background-color: #20ae68;
}

.stop-sales-cellule--stop {
    background-color: #ca0d29 !important;
}

.stop-sales-cellule--blocked {
    cursor: not-allowed;
    background-color: #7c6169 !important;
    pointer-events: none;
}


.stop-sales-cellule-list {
    width: 100%;
    background-color: white;
    font-weight: normal;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.stop-sales-cellule-date {
    background-color: white;
    z-index: 500;
    border-top: 1px solid darkgray;
    width: 10%;
    min-width: 60px;
    height: 30px;
    font-size: 0.7rem;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.stop-sales-cellule-list-cure {
    background-color: #ecf9ff;
}

.stop-sales-cellule-list-chambre {
    background-color: #FFFBD7;
}


.stop-sales-tableau-colonne .stop-sales-cellule-date {
    width: 280px;
    border-top: 0;
    border-bottom: 1px solid darkgray;
}

.StopSales__col__bloc {
    position: relative;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
    z-index: 150;
    overflow: hidden;
    width: 280px;
}

.stop__sales__sous__cellule {
    display: block;
    background-color: #57ca95;
}

.stop__sales__sous__cellule-active {
    display: block;
    background-color: #57ca95;
}

.rotate-chevron {
    transform: rotate(180deg);
}

.stop__sales__sous__cellule-list {
    background-color: #cff0f8;
}

/** Bouton **/
.btn__close__form {
    position: absolute;
    right: 5px;
    top: 5px;
    color: black;
}

.btn__delete:hover {
    background-color: red !important;

}

/** Image **/
.Image {
    position: relative;
    display: flex;
    overflow: hidden;
    padding-top: 100%;
}

.Image--rounded {
    border-radius: 100%;
}

.Image--list {
    width: 70px;
    height: 70px;
}

.Image__cover {
    margin-top: -100%;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.Image__contains img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.image--catalogue {
    max-width: 100%;
    height: auto;
}


/** ParticipantForm__add **/
.ParticipantForm__add {
    position: fixed;
    z-index: 10500;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 600px;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    padding-bottom: 80px;
}



.ParticipantForm__add .card {
    margin: 0;
}

.ParticipantForm__add__buttons{
    position: fixed;
    z-index: 10550;
    background: white;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.4);
    margin: 0;
    width: 100%;
    max-width: 600px;
    bottom: 0px;
    right: 0;
    overflow: auto;
    padding: 20px;
    margin: 0;
}

.ParticipantForm__add__buttons--combiner{
    max-width: 500px;
}

.CombinerVariante{
    position: fixed;
    z-index: 10700;
    background: white;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.4);
    margin: 0;
    width: 100%;
    max-width: 500px;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    padding: 20px;
    margin: 0;
}



/** Saison **/


.Saison {

}

.Saison__col {
    padding: 3px;
    width: 190px;
    border-left: 1px solid #bcbcbc;
    font-size: 11px;
    border-bottom: 1px solid #bcbcbc;
}

.Saison__col--available {
    font-size: 11px;
    color: white;
    background: forestgreen;
}

.Saison__line {

}

/* volet droite catalogue */

.voletCatalogue {
    position: fixed;
    top: 0;
    right: -102%;
    width: 100%;
    max-width: 1050px;
    bottom: 0;
    background-color: white;
    z-index: 10000;
    overflow-y: scroll;
    transition: 250ms;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    padding-top:190px;
}

.voletCatalogue--details{
    max-width: 450px;
    padding-top:0;
    z-index: 10010;
}

.voletCatalogue__image-header{
    top: -33px;
    position: relative;
    height: 300px;
    width: calc(100% + 30px);
    right: 0;
}

.voletCatalogue__image-header img{
    object-fit: cover;
    width:100%;
    height: 100%;
}

.voletCatalogue__title{
    position: fixed;
    top: 0;
    right: -102%;
    width: 100%;
    max-width: 1050px;
    background-color: white;
    z-index: 10500;
    padding:15px;
    transition: 250ms;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

@media screen and (max-width: 600px) {
    .voletCatalogue {
        padding-top:300px;
    }
}

@media screen and (max-width: 1000px) {
    .voletCatalogue {
        padding-top:250px;
    }
}

.voletCatalogue--btnClose {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99999;

}

.voletCatalogue__overlay {
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.voletCatalogue__overlay--visible {
    display: block;
}

.voletCatalogue--visible {
    right: 0;
}

.voletCatalogue--content {
    margin-top: 30px;
}

.voletCatalogue--titre {
    margin-bottom: 15px;
}

.offre__days__overlay {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

.offre__days {
    position: fixed;
    top: 0;
    right: -102%;
    max-width: 700px;
    width: 100%;
    bottom: 0;
    background-color: white;
    z-index: 100000;
    overflow-y: scroll;
    transition: 250ms;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.offre__days--visible {
    right: 0;
}

.offre__days__overlay--visible {
    display: block;
}


/** Popup confirm **/
.action_container{
    position:relative;
}
.popup__confirm{
    position:absolute;
    display:flex;
    border:1px solid rgba(0,0,0,0.7);
    background:rgba(0,0,0,0.6);
    border-radius:10px;
    padding:5px;
    z-index:90050;
}

.popup__confirm--left{
    top:-5px;
    right:-5px;
}
.popup__confirm--right{
    top:-5px;
    left:-5px;
}

.popup__confirm .btn__valider,
.popup__confirm .btn__annuler{
    cursor: pointer;
    opacity:0.9;
    transition: 150ms;
}

.popup__confirm .btn__valider:hover,
.popup__confirm .btn__annuler:hover{
    opacity:1;
}

.popup__confirm .btn__annuler{
    margin-left:5px;
}

.action_block{
    position:absolute;
    background:rgba(0,0,0,0);
    top:0;
    left:0;
    right: 0;
    bottom:0;
    z-index:80050;
    cursor: pointer;
}
/** Paiement */
.kr-embedded{
    width:100%!important;
}

.kr-paiement-button-silent{
    width:80%;
    padding:12px;
    text-align:center;
}


/*css pour le form add user*/

.bg-titre {

}

.titre {
    color: #6774A8;
    font-weight: bold;
    padding: 8px 20px;
    background-color: rgba(90, 141, 238, 0.30);
    border-radius: 0px!important;
    margin-top: 10px;
}
