.bloc-video-texte {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.bloc-video-texte .image {
    width: 50%;
}

.bloc-video-texte .image iframe {
    height: 100%;
    width: 100%;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    min-height: 350px;
}

.bloc-video-texte .texte {
    width: 50%;
    padding: 2em 75px;
    text-align: justify;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    background: #fff;
}

.bloc-video-texte .texte p {
    color: #000;
}

.bloc-video-texte .logo {
    position: absolute;
    z-index: 10;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 75px);
    top: calc(50% - 75px);
}

.bloc-video-texte .logo img {
    width: 80px;
}

@media screen and (max-width: 991px) {
    .bloc-video-texte .logo {
        display: none;
    }

    .bloc-video-texte .texte {
        width: 100%;
    }

    .bloc-video-texte .image {
        flex: 1 0 auto;
        width: 100%;
    }

    .bloc-video-texte .image iframe {
        border-radius: 0 !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .bloc-video-texte .texte{
        border-radius: 0 !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
}

@media screen and (max-width: 800px) {
    .bloc-video-texte .texte {
        padding: 1em 15px;
    }
}































.location-card {
    padding: 32px;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.location-card .title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
}

.location-card .steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.location-card .steps .point {
    border-radius: 50em;
    width: 16px;
    height: 16px;
    border: 2px solid #E50046;
    background-color: #fff;
}
.location-card .steps .point.full {
    background-color: #E50046;
}

.location-card .steps .path {
    border-radius: 50em;
    width: 8px;
    height: 8px;
    border: 1px solid #E50046;
    background-color: #fff;
}
.location-card .steps .path.full {
    background-color: #E50046;
}

.location-card .step {
    position: relative;
}

.location-card .step:not(.current) {
    display: none;
}





.location-card .form {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.location-card .form .form-card {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 16px;
    width: 49%;
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative;
}

.location-card .form .form-card.full {
    width: 100%;
}

.location-card .form .form-card.center {
    text-align: center;
}

.location-card .full-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height: calc(100% - 40px);
}
.location-card .full-center.no-height {
    height: unset;
}

@media screen and (max-width: 991px) {
    .location-card .form .form-card {
        width: 100%;
    }
}





.location-card .top-left {
    position: absolute;
    top: 30px;
    left: 30px;
}

.location-card .top-left .back {
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .location-card .step:not(.step1) {
        padding-top: 80px;
    }
}







.location-card .form .form-card .title {
    font-size: 20px;
    line-height: 32px;
}

.location-card .form .form-card h5 {
    color: #E50046;
    font-size: 18px;
    font-weight: 600;
    margin: 1em 0;
}

.location-card .form .form-card p {
    color: #000;
    margin-bottom: 5px;
}

.location-card .form .form-card .images {
    text-align: center;
}

.location-card .form .form-card .images img {
    height: 300px;
}
.location-card .form .form-card .images img:not(.active) {
    display: none;
}

.location-card .form .form-card .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
}

.location-card .form .form-card .buttons button {
    background-color: rgba(0, 0, 0, 0.1);
    color: #5C5C5C;
    text-transform: uppercase;
    border: 1px solid #5C5C5C;
    padding: 8px 16px;
    border-radius: 100px !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
}
.location-card .form .form-card .buttons button.active {
    background-color: #E50046;
    color: #fff;
    border-color: #E50046;
}











.location-card .calendar-legend {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 15px 0;
}

.location-card .calendar-legend .legend {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.location-card .calendar-legend .legend .color {
    width: 24px;
    height: 16px;
    border-radius: 8px;
}

.location-card .calendar-legend .legend .color.color2 {
    background-color: #4F0018;
}
.location-card .calendar-legend .legend .color.color1 {
    background-color: #8E002C;
}
.location-card .calendar-legend .legend .color.color0 {
    background-color: #FBE0E7;
}

.location-card .calendar-legend .legend span {
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

.location-card .date-details {
    color: #E50046 !important;
    font-weight: 700;
}




.location-card .tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75em;
    margin-bottom: 0.75em;
}

.location-card .tag {
    /* margin: 1em auto; */
    border: 1px solid #E50046;
    background-color: #fff;
    color: #E50046;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
}
.location-card .tag.small {
    padding: 4px 8px;
    font-size: 12px;
    text-transform: uppercase;
}
.location-card .tag b {
    font-weight: 700;
    letter-spacing: 1px;
}







.location-card .step2 .tags-container {
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.location-card .step2 .futs-container {
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.location-card .step2 .futs-container label {
    font-weight: 700;
}

.location-card .step2 .futs-container input {
    width: 120px;
    height: 48px;
    margin: 0 auto;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    border: none;
}
.location-card .step2 .futs-container input::-webkit-inner-spin-button {
    opacity: 1;
    height: 32px;
    color: #000;
    background: #fff;
}

.location-card .checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.location-card .checkbox-label input {
    background-color: #fff;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #E50046;
    color: #E50046;
    display: grid;
    place-content: center;
    margin: 0;
}

.location-card .checkbox-label input:checked {
    background-color: #E50046
}

.location-card .checkbox-label input:before {
    content: '';
    width: 12px;
    height: 12px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 20px 20px #fff;
    color: #fff;
}
.location-card .checkbox-label input:checked:before {
    transform: scale(1);
}






.location-card .costs .cost {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 0;
    letter-spacing: 1px;
}
.location-card .costs .cost .stroked {
    font-size: 14px;
    color: #E50046;
    text-decoration: line-through;
}

.location-card .costs .cost.big {
    margin: 16px 0;
    font-size: 24px;
}





.location-card hr {
    border-color: rgba(136, 136, 136, 0.3);
    width: 90%;
    margin: 3rem auto;
}






.location-card .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 32px;
}

.location-card .actions.center {
    justify-content: center;
    align-items: center;
    gap: 15px;
}


.location-card .actions button:not(.button-secondary), .location-card .main-button {
    background-color: #E50046;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #E50046;
    padding: 15px 20px;
    border-radius: 5px !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 1em 0;
}
.location-card .actions button:not(.button-secondary)[disabled], .location-card .main-button[disabled] {
    background-color: #e500458e;
    border: 1px solid #e500458e;
}

.location-card .button-secondary {
    border: 3px solid #E50046;
    background: #fff;
    color: #E50046;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 15px 20px;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 5px !important;
}
.location-card .button-secondary[disabled] {
    border: 3px solid #e500458e;
    background: #e8e8e8;
    color: #e500458e;
}









.location-card #attributeModal .attributes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-right: 5px;
}

.location-card #attributeModal .attributes.main .attribute {
    margin: 15px auto;
    width: 70%;
    border: 1px solid #E50046;
}

.location-card #attributeModal .attributes.main .attribute .best-seller {
    background-color: #E50046;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 8px 24px;
}

.location-card #attributeModal .attributes .attribute {
    width: calc(50% - 5px);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px;
}
.location-card #attributeModal .attributes .attribute.selected {
    background-color: #E50046;
}
.location-card #attributeModal .attributes .attribute.unselectable {
    background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
    .location-card #attributeModal .attributes .attribute {
        width: 100%;
    }
}

.location-card #attributeModal .attributes .attribute .form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: #000;
    font-size: 15px;
}

.location-card #attributeModal .attributes .attribute .form-group label {
    height: unset;
    line-height: unset;
    font-weight: 500;
    margin-bottom: 0;
}
.location-card #attributeModal .attributes .attribute .form-group b {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.location-card #attributeModal .attributes .attribute.selected .form-group, #attributeModal .attributes .attribute.selected .form-group label, #attributeModal .attributes .attribute.selected .form-group b {
    color: #fff;
}

.location-card #attributeModal .actions {
    display: block;
}
.location-card #attributeModal .title {
    text-align: initial;
}











.cal1 .clndr .clndr-table {
    border-collapse: separate; 
    border-spacing: 10px;
}

.clndr-control-button span{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 16px;
    line-height: 1;
    text-rendering: auto;
    color: #4A5660;
}

.clndr-previous-button:before {
    content: "\f060";
}
.clndr-next-button:before {
    content: "\f061";
}

.cal1 .clndr .clndr-controls .month {
    text-transform: capitalize;
    color: #4A5660;
    font-size: 16px;
}




.cal1 .clndr .clndr-table .header-days .header-day {
    border: none;
}

.cal1 .clndr .clndr-table tr:last-child .empty, .cal1 .clndr .clndr-table tr:last-child .my-empty, .cal1 .clndr .clndr-table tr .day:last-child, .cal1 .clndr .clndr-table tr:last-child .day, .cal1 .clndr .clndr-table tr:last-child .my-day, 
.cal1 .clndr .clndr-table .header-days .header-day:last-child, .cal1 .clndr .clndr-table tr .empty, .cal1 .clndr .clndr-table tr .adjacent-month, .cal1 .clndr .clndr-table tr .my-empty, .cal1 .clndr .clndr-table tr .my-adjacent-month {
    border: none;
}

.cal1 .clndr .clndr-table tr {
    height: unset;
}


.cal1 .clndr .clndr-table .header-days {
    background: none;
}

.cal1 .clndr .clndr-table tr .empty, .cal1 .clndr .clndr-table tr .adjacent-month, .cal1 .clndr .clndr-table tr .my-empty, .cal1 .clndr .clndr-table tr .my-adjacent-month,
.cal1 .clndr .clndr-table tr .empty:hover, .cal1 .clndr .clndr-table tr .adjacent-month:hover, .cal1 .clndr .clndr-table tr .my-empty:hover, .cal1 .clndr .clndr-table tr .my-adjacent-month:hover
 {
    background-color: #fff;
}






.cal1 .clndr .clndr-table .header-days .header-day {
    text-transform: uppercase;
    color: #B5BEC6;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
}

.cal1 .clndr .clndr-table tr .day {
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 30px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.cal1 .clndr .clndr-table tr .day .day-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}



.cal1 .clndr .clndr-table tr .day.unavailable {
    background-color: rgba(224, 5, 67, 0.25);
    border: 2px solid rgba(224, 5, 67, 0);
}
.cal1 .clndr .clndr-table tr .day.available-1 {
    background-color: #8E002C;
    border: 2px solid #8E002C;
}
.cal1 .clndr .clndr-table tr .day.available-2 {
    background-color: #4F0018;
    border: 2px solid #4F0018;
}

.cal1 .clndr .clndr-table tr .day.selected {
    background-color: #fff;
    border: 2px solid #E50046;
    color: #000;
}





/* The Modal (background) */
.location-card .modal {
    display: none;
    position: fixed;
    z-index: 10000000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
  
/* Modal Content/Box */
.location-card .modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%; 
    max-height: 90%;
    overflow-y: auto;
}
.location-card .modal.small .modal-content {
    width: 40%; 
    min-width: 250px;
}

.location-card span.close-modal {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}
  
.location-card span.close-modal:hover,
.location-card span.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.flex-between {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
.snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 8px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 100000000000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

.snackbar.success {
    background-color: #0bbe23;
}
.snackbar.error {
    background-color: #df0b0b;
}

  
/* Show the snackbar when clicking on a button (class added with JavaScript) */
.snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
  
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}
  
@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}