﻿

.wrap-bloc-sidebar {
    position: sticky;
    top: 90px;
    display: flex;
    width: 380px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: var(--Colors-BE-BLANC, #FFF);
}

.Sidebar {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Colors-BE-BLANC, #FFF);
    border: 1px solid var(--HEB-LIGHT, #E1EAF8);
}

.wrap-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.separator-barre {
    height: 1px;
    background: var(--Separator, #E5E5E5);
}
div#price-from-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 20px;
}
.wrap-sidebar .price {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.Sidebar .price {
    color: var(--color-black);
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: auto;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.Sidebar .price h3 {
    color: var(--color-black);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.Sidebar .price span {
    padding: 7px;
}

.wrap-info-resa {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    align-self: stretch;
}

.wrap-info-resa span {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.billet-open-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid var(--MAIN-COLOR-LIGHT, #E6F4FA);
    background: var(--Colors-BE-BLANC, #FFF);
    cursor: pointer;
}

.billet-open-btn span {
    color: var(--MAIN-COLOR, #005477);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.billet-open-btn:hover {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid var(--MAIN-COLOR-LIGHT, #E6F4FA);
    background: var(--MAIN-COLOR-LIGHT, #E6F4FA);
    transition: all .4s ease-out;
}

.billet-open-btn:hover span {
    color: var(--MAIN-COLOR, #005477);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}


div#num-nights {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

div#num-nights span {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

/* résumé des Chambres résevés */

.bloc-bookedItems {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
}

.bloc-bookedItems h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.bloc-bookedItems h3 span {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bloc-bookedItems .item-booked {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.bloc-bookedItems .item-booked span {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/*Lien pourl'upsell*/

.link-to-upsell {
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--MAIN-COLOR);
    cursor: pointer;
}

.link-to-upsell span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}
}

/* Booking Calendar Sidebar */
.calendar__start-wrapper,
.calendar__end-wrapper {
    position: relative;
}

.pika-prev,
.pika-next {
    z-index: 20;
}

.pika-prev {
    background: url(/img/icons/angle-petit-gauche.png) center center !important;
    background-size: cover !important;
}

.pika-next {
    background: url(/img/icons/angle-petit-droit.png) center center !important;
    background-size: cover !important;
}

.pika-prev img, .pika-next img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    cursor: pointer;
}

.booking-calendar.wrap-sidebar {
    display: flex;
    width: 380px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.booking-calendar-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.bloc-calendar-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

/* Composition */

#pax {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.pax-composition {
    display: flex;
    align-items: center;
    gap: 10px;
}

#pax i {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.pax-composition-text span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: lowercase;
}

#pax img {
    width: 20px;
    height: 20px;
}

.bloc-child-age.hide-select {
    display: none;
}

.bloc-age-enfant.hide-select {
    border: none;
    visibility: hidden;
}

.bloc-age-enfant {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    appearance: none;
    background: #fff;
    visibility: visible;
    gap: 5px;
}

.age-select {
    display: flex;
    border-radius: 5px;
    border: 1px solid var(--HEB-LIGHT, #E1EAF8);
    align-items: center;
    position: relative;
    width: auto;
    height: 32px;
}

.age-select.required {
    border: 1px solid #CC1541;
}

.age-select i {
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px;
    inset-block-start: 50%;
    z-index: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

select.age-enfant {
    display: block;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    z-index: 999;
    -webkit-appearance: none;
    width: 100%;
    padding-right: 30px;
    padding-left: 5px;
    line-height: 20px;
}

select.age-enfant option {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.wrap-calendar-sidebar-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 10px;
}

.wrap-calendar-sidebar-title h5 {
    color: var(--color-black);
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wrap-calendar-sidebar-title i {
    display: flex;
    align-items: center;
}

.calendar-sidebar-title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wrap-calendar-sidebar-date-choice {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.wrap-calendar-sidebar-date-choice .datefrom-sidebar, .wrap-calendar-sidebar-date-choice .dateto-sidebar {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1 0 0;
}

.datefrom-sidebar label, .dateto-sidebar label {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.datefrom-sidebar input, .dateto-sidebar input {
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    outline: none;
}

.datefrom-sidebar input::placeholder, .dateto-sidebar input::placeholder {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.daterangepicker {
    display: block !important;
    width: 380px !important;
    top: 20px !important;
    max-width: 380px !important;
}

.daterangepicker .drp-calendar {
    margin: 0 auto;
    float: none;
}

.daterangepicker .drp-calendar tbody tr {
    display: flex;
    flex-wrap:wrap;
    gap:5px;
    width: 380px
}

table.table-condensed thead:first-child tr {
    display: flex;
    flex: 1 0 0;
    justify-content: space-between;
}

th.prev.available, th.next.available {
    width: 30px !important;
    display: block;
    min-width: 30px;
    margin: 0 10px;
}

.daterangepicker .drp-calendar tbody td.ends, .daterangepicker .drp-calendar tbody td.available {
    display: flex;
    width: 39px;
    height: 27px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--Colors-BE-GRIS-D, #BFBFBF);
    text-align: center;
    margin: 2px 0;
}

.wrap-calendar-sidebar-calendar {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    position: relative;
}

/* Pikaday */

.start-date-calendar, .end-date-calendar {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 0.5px solid var(--Colors-BE-GRIS-D, #BFBFBF);
    background: var(--Colors-BE-GRIS-L, #F8F8F8);
    height: 40px;
}

.start-date-calendar label, .end-date-calendar label {
    font-weight: 200;
    font-size: 14px;
}

.end-date-calendar label {
    text-transform: lowercase;
}

.pika-single.is-hidden {
    display: none;
}

/*td:not(.is-disabled):hover .pika-button, .is-startrange button, .is-inrange button, .is-endrange button, .is-inrange button {
    background: var(--MAIN-COLOR-LIGHT) !important;
    color: var(--MAIN-COLOR) !important;
    border-width: 0.25px;
    border-style: solid;
    border-color: #000;
    border: none!important;
}*/

td.is-startrange {
    border-radius: 6px 0px 0px 6px;
    background: var(--MAIN-COLOR-DARK);
    display: flex;
    align-items: center;

}

td.is-startrange button {
    color: var(--Colors-BE-BLANC, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

td.is-inrange button {
    background: var(--HEB-LIGHT, #E1EAF8);
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border-radius: 0 !important;
}

td.is-endrange {
    border-radius: 0px 6px 6px 0px;
    background: var(--MAIN-COLOR-DARK);
    display: flex;
    align-items: center;
}

td.is-endrange button {
    color: var(--Colors-BE-BLANC, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

td:not(.is-disabled):hover .is-startrange button {
    border-radius: 5px 0 0 5px;
    background: var(--MAIN-COLOR-DARK);
}

td:not(.is-disabled):hover .is-inrange button {
    border-radius: 0;
    background: var(--HEB-LIGHT, #E1EAF8);
}

td:not(.is-disabled):hover .is-endrange button {
    border-radius: 0 5px 5px 0;
    background: var(--MAIN-COLOR-DARK);
}

td.is-disabled button {
    border: 0.25px solid #D2D2D2;
}

.is-startrange .pika-button,
.is-endrange .pika-button {
    background: var(--MAIN-COLOR-DARK);
    color: var(--Colors-BE-BLANC, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.pika-lendar thead {
    border-bottom: 1px solid var(--Colors-BE-GRIS, #EAEAEA);
}

.pika-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pika-table th {
    padding-bottom: 8px;
    width: 47px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.pika-table th abbr {
    text-decoration: none;
    color: var(--colors-begrisd, #808080);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

tr.pika-row {
    display: flex;
}

.pika-table tr {
    display: flex;
}

.pika-table td {
    position: relative;
    width: 47px;
    height: 40px;
    display: flex;
}

.pika-single button {
    display: inline-block;
    padding: 0;
    background: #fff;
    border: 1px solid var(--HEB-LIGHT, #E1EAF8);
}

.pika-button {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Jours non dispo */
td.is-disabled:not(.selected):not(.is-startrange):not(.is-endrange) button.pika-button {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border-radius: 0;
    background: var(--Red---Error-Error-Lighter, #FFE8EC);
    color: var(--Colors-BE-GRIS-D);
    pointer-events: none;
}

/* Jours dispo */
td.is-available:not(.is-startrange):not(.is-endrange):not(.is-inrange) button.pika-button {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border-radius: 0;
    background: var(--Green---Success-Success-Lighter, #ECFBE6);
}

td.is-startrange button.pika-button {
    border-radius: 6px 0px 0px 6px;
    background: var(--MAIN-COLOR-DARK);
    color: var(--Colors-BE-BLANC, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.pika-title {
    display: flex;
    align-items: center;
    position: relative;
    height: 32px;
    margin-bottom: 8px;
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.pika-title .pika-label {
    padding-left: 8px;
}

.pika-title button {
    position: absolute;
}

.pika-title .pika-prev {
    width: 20px;
    height: 20px;
    right: 40px;
    border: none;
    cursor: pointer;
}

.pika-title .pika-next {
    width: 20px;
    height: 20px;
    right: 4px;
    top: 5px;
    border: none;
    cursor: pointer;
}

.pika-prev em, .pika-next em {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.pika-select {
    display: none;
}

.pika-lendar {
    padding: 8px;
}

.calendar__start-wrapper {
    border-radius: 5px;
    border: 1px solid var(--HEB-LIGHT, #E1EAF8);
}

.calendar__end-wrapper {
    border-radius: 5px;
    border: 1px solid var(--HEB-LIGHT, #E1EAF8);
}

.calendar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.calendar__pikaday {
    background-color: white;
}

.calendar__pikaday td, .calendar__pikaday td button {
    border: none;
}

tr.pika-row td.is-selected.is-disabled button {
    color: var(--Colors-BE-GRIS, #EAEAEA);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.bloc-calendar-nights {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.calendar__input {
    display: flex;
    width: 100%;
    border: none;
    outline: none;
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    background: none;
}

.calendar__input::placeholder {
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.calendar__input:first-child {
    margin-right: 4px;
}

.calendar__inputs {
    display: flex;
    width: 100%;
    gap: 5px;
}

.calendar-nights-resume {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6px;
}

.calendar-nights-resume i {
    display: none;
    align-items: center;
}

.calendar-nights-resume .number-nights {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
}

.calendar-nights-resume .text-number-nights {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wrap-number-nights i {
    font-size: 20px;
}

.bloc-room-sidebar-title i {
    font-size: 20px;
    color: var(--MAIN-COLOR);
}

.wrap-bloc-room-sidebar, .bloc-rooms-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.bloc-room-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.bloc-room-sidebar-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.bloc-room-sidebar-title h3 {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bloc-ajout-adulte, .bloc-ajout-enfant, .bloc-ajout-room {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.bloc-child-age {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.bloc-child-age-texte {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

/* Boutons Carte cadeau et click & collect */
.boutons-search {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.wrap-boutons-search {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    width: 100%;
}


.CC-search-btn, .gift-search-btn {
    display: flex;
    padding: 10px 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    border: 0.5px solid var(--MAIN-COLOR);
    background: var(--color-white);
    flex: 1;
}

.CC-search-btn span {
    color: #0E9F9F;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.gift-search-btn a, .CC-search-btn a {
    color: var(--MAIN-COLOR);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.pika-title {
    font-size: 16px;
}

/* Bouton de recherche */
.wrap-search-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.wrap-search-btn .search-btn {
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 4px;
    background: var(--MAIN-COLOR);
    cursor: pointer;
}

.wrap-search-btn .search-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.search-btn h4 {
    color: #FFF;
    text-transform: uppercase;
}

.secure-coupons-infos {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.secure-coupons-infos i {
    display: flex;
    font-size: 12px;
}

.CC-search {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.CC-search img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.secure-coupons-infos img {
    width: 10px;
    height: 10px;
    object-fit: cover;
}

.payment-method-room i {
    display: flex;
    font-size: 14px;
}

.add-room-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.add-room-sidebar i {
    font-size: 20px;
    color: var(--MAIN-COLOR);
}

.add-room-sidebar span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.add-room-sidebar img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.arrow-input {
    display: none;
}

.nights-resume-title {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Bloc promotions formula */

.wrap-sidebarFormula {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: sticky;
    top: 90px;
    z-index: 90;
}

div#promo-container {
    display: flex;
    align-self: stretch;
}

.bloc-sidebar-promotions {
    display: flex;
    width: 100%;
    padding: 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 0.25px solid var(--Colors-BE-PROMOTION, #CC1541);
    background: var(--Colors-BE-PROMOTION-C, #FFF2F5);
}

.bloc-sidebar-promotions .iconPromotions {
    background: var(--Colors-BE-PROMOTION, #CC1541);
    display: flex;
    border-radius: 50px;
    height: 48px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.bloc-sidebar-promotions .iconPromotions span {
    color: var(--Colors-BE-BLANC, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bloc-sidebar-promotions .textPromotions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.bloc-sidebar-promotions .textPromotions strong {
    color: var(--Colors-BE-NOIR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.bloc-sidebar-promotions .textPromotions a {
    color: var(--Colors-BE-PROMOTION);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.noForDesktop {
    display: none;
}

/* MEDIA QUERIES */

@media (max-width: 1200px) {

    .bloc-sidebar-promotions .iconPromotions {
        height: 25px;
        border-radius: 25px;
        padding: 5px;
    }

    .bloc-sidebar-promotions .iconPromotions span {
        font-size: 14px;
    }

    .bloc-sidebar-promotions {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        padding: 10px;
    }

    .bloc-sidebar-promotions .textPromotions {
        flex-direction: row;
        gap: 20px;
    }

    div#promo-container {
        padding: 0 16px 16px 16px;
    }

    .wrap-bloc-sidebar {
        border-bottom: 1px solid var(--Colors-BE-GRIS, #EAEAEA);
    }


}

@media (min-width: 769px) and (max-width: 836px) {

    /* On passe avec la loupe plutot que "Rechercher" */
    .search-btn h4 {
        display: none;
    }

    .wrap-sidebar div#searchAvailability .justForIpad, .wrap-sidebar div#searchAvailabilityPrestation .justForIpad {
        display: flex;
    }

    .wrap-sidebar .wrap-search-btn .search-btn {
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 4px;
    }

}

@media (max-width: 600px) {

    /* On passe avec la loupe plutot que "Rechercher" */
    .search-btn h4 {
        display: none;
    }

    .wrap-sidebar div#searchAvailability .justForIpad, .wrap-sidebar div#searchAvailabilityPrestation .justForIpad {
        display: flex;
    }

    div#searchAvailability .justForIpad, div#searchAvailabilityPrestation .justForIpad {
        display: flex;
        color: var(--color-white);
    }

    .wrap-sidebar .wrap-search-btn .search-btn {
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 4px;
    }

    .wrap-sidebar .search-btn h4 {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {

    .Sidebar {
        padding: 16px;
        gap: 8px;
        border: none;
        border-radius: 0;
    }

    .bloc-rooms-sidebar.active {
        z-index: 200;
    }

    div#Sidebar .separator-barre {
        display: none;
    }

    div#searchAvailability .justForIpad, div#searchAvailabilityPrestation .justForIpad {
        display: none;
    }

    div#searchAvailability i, div#searchAvailabilityPrestation i {
        color: var(--color-white);
    }

    .wrap-bloc-sidebar.is-sticky .wrap-info-resa {
        display: none;
    }

    .wrap-bloc-sidebar.is-sticky div#promo-container {
        display: none;
    }

    .bloc-calendar-head {
        gap: initial;
    }

    .noForDesktop {
        display: flex;
        color: var(--color-white);
    }

    div#pax {
        display: flex;
        padding: 10px;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid var(--HEB-LIGHT, #E1EAF8);
        background: var(--Colors-BE-GRIS-L, #F8F8F8);
        min-width: 315px;
        width: 100%;
    }

    #pax i {
        font-size: 14px;
    }

    .wrap-bloc-room-sidebar {
        flex-direction: row;
        flex: 1;
    }

    .gift-search-btn a, .CC-search-btn a {
        font-size: 14px;
    }

    .arrow-input {
        display: flex;
        width: 20px;
    }

    .wrap-bloc-sidebar {
        width: 100%;
        z-index: 99;
        margin: 0 auto;
        position: fixed;
        left: 0;
        top: 62px;
    }

    .wrap-bloc-sidebar.is-sticky {
         border-bottom: 1px solid var(--Colors-BE-GRIS);
    }

    .booking-calendar-sidebar, .boutons-search {
        flex-direction: row;
        align-items: center;
    }

    .wrap-search-btn {
        align-items: center;
    }

    .wrap-search-btn .search-btn {
        padding: 10px;
        flex: none;
        height: 40px;
    }

    .wrap-info-resa {
        justify-content: flex-end;
    }

    section.calendar, .calendar-sidebar-title {
        display: none;
    }

    .bloc-calendar-nights {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .calendar__inputs {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .calendar {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        z-index: 200;
    }

/*    .pika-single.calendar__start-wrapper {
        display: flex;
        align-self: self-end;
        justify-content: space-evenly;
    }
*/

    .wrap-bloc-room-sidebar .bloc-rooms-sidebar {
        display: flex;
        width: 305px;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-radius: 8px;
        border: 1px solid var(--HEB-LIGHT, #E1EAF8);
        background: var(--Colors-BE-BLANC, #FFF);
        position: absolute;
        top: 70px;
        right: 0;
    }    

    .calendar .pika-lendar {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid var(--HEB-LIGHT, #E1EAF8);
        background: var(--Colors-BE-BLANC, #FFF);
    }

    .start-date-calendar label, .end-date-calendar label {
        display: none;
    }

    .calendar__pikaday {
        border-radius: 4px;
        display: flex;
    }

    .wrap-sidebar:not(.sidebar-activity) .start-date-calendar, 
    .wrap-sidebar:not(.sidebar-activity) .end-date-calendar {
        display: flex;
        padding: 0 10px;
        height: 40px;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid var(--HEB-LIGHT, #E1EAF8);
        max-width: 140px;
    }

    .calendar__input {
        height: 40px;
    }

    .wrap-sidebar {
        width: 100%;
        flex-direction: row;
        gap: 16px;
        position: relative;
    }

    .wrap-sidebar .booking img {
        object-fit: cover;
        width: 250px;
    }

    .Sidebar .price h3 {
        font-size: 24px;
    }

    .wrap-coupons-search-btn img {
        width: 34px;
        height: 34px;
    }

    .coupons-search-btn span {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .CC-search-btn span {
        color: #0E9F9F;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .calendar-nights-resume {
        width: 100%;
        display: none;
    }

    .wrap-formulas-sidebar .wrap-bloc-sidebar {
        width: 99%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .wrap-formulas-sidebar .search-btn h4 {
        display: flex;
    }

    .wrap-formulas-sidebar .separator-barre {
        display: none;
    }

}

@media (max-width: 768px) {

    .bloc-sidebar-promotions .textPromotions {
        flex-direction: column;
        gap: 4px;
    }

    div#promo-container {
        padding: 0;
    }

    .bloc-sidebar-promotions {
        border: none;
        border-radius: 0;
    }

    .bloc-sidebar-promotions .textPromotions strong,
    .bloc-sidebar-promotions .textPromotions a {
        font-size: 12px;
    }

    .booking-calendar-sidebar {
        width: 100%;
    }

    .wrap-bloc-sidebar {
        width: 100%;
    }

    .wrap-sidebar .wrap-search-btn {
        align-self: initial;
    }

    .wrap-calendar-sidebar-title {
        display: none;
    }

    .wrap-sidebar .separator-barre {
        display: none;
    }

    .wrap-sidebar.sidebar-activity {
        padding: 0;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    .wrap-sidebar.sidebar-activity .calendar {
        position: absolute;
        top: 90px;
        left: 0;
        border-radius: 10px;
    }
    
    .wrap-sidebar.sidebar-activity .calendar__pikaday {
        border-radius: 10px;
    }

    .wrap-sidebar.sidebar-activity .calendar__start-wrapper {
        border-radius: 10px;
    }

    .wrap-rooms-sidebar .wrap-bloc-sidebar, .wrap-rates-sidebar .wrap-bloc-sidebar {
        background: #fff;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: fixed;
        left: 0;
        top: 62px;
        z-index: 99;
        align-self: stretch;
    }

    .wrap-bloc-sidebar {
        width: 100%;
    }
  
/*    .wrap-rooms-sidebar .wrap-bloc-sidebar.is-sticky, .wrap-rates-sidebar .wrap-bloc-sidebar.is-sticky {
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4)
    }*/

    .noForDesktop {
        display: flex;
        color: var(--color-white);
    }

    div#pax {
        display: flex;
        padding: 10px;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        border-radius: 4px;
        border: 0.5px solid var(--Colors-BE-GRIS-D, #BFBFBF);
        background: var(--Colors-BE-GRIS-L, #F8F8F8);
        width: 100%;
        height: 40px;
    }

    .wrap-bloc-room-sidebar {
        flex: 1;
    }

    .billet-open-btn, .billet-open-btn:hover {
        padding: 12px;
    }

    .billet-open-btn span, .billet-open-btn:hover span {
        font-size: 12px;
    }

    .sidebar-activity .wrap-search-btn .search-btn {
        width: 100%;
        padding: 12px;

    }

    .wrap-formulas-sidebar .booking-calendar-sidebar {
        flex: 1;
    }

    .wrap-bloc-sidebar.is-sticky .wrap-info-resa {
        display: none;
    }
    .wrap-bloc-sidebar.is-sticky div#promo-container {
        display: none;
    }

    .wrap-formulas-sidebar .separator-barre, .wrap-rooms-sidebar .separator-barre {
        display: none;
    }

    #Sidebar .sidebar-activity .wrap-calendar-sidebar-title {
        display: none;
    }

    .pika-title {
        font-size: 16px;
    }

    #pax i {
        font-size: 14px;
    }

    .wrap-calendar-sidebar-title h3 {
        font-size: 14px;
    }

    .secure-coupons-infos i {
        font-size: 14px;
    }

    .calendar-nights-resume {
        width: 67px;
    }

    .start-date-calendar label, .end-date-calendar label {
        display: none;
    }

    .CC-search-btn, .gift-search-btn {
        width: 100%;
        padding: 10px 0;
    }

    .start-date-calendar, .end-date-calendar {
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex: 1 0 0;
        border-radius: 10px;
        border-radius: 4px;
        border: 0.5px solid var(--Colors-BE-GRIS-D, #BFBFBF);
        background: var(--Colors-BE-GRIS-L, #F8F8F8);
    }

    .bloc-calendar-nights {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .calendar {
        width: 100%;
        display: none;
        z-index: 200;
    }

    .calendar__inputs {
        display: flex;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }

    .calendar__input {
        text-align: left;
    }

    input#calendar-start::placeholder, input#calendar-end::placeholder {
        font-size: 12px;
    }

    .calendar-nights-resume .number-nights {
        min-width: auto;
    }

    .calendar-nights-resume {
        display: flex;
        align-items: center;
        align-self: stretch;
    }

    .nights-resume-title {
        display: block;
        color: var(--color-black);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .wrap-sidebar {
        padding: 0;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .wrap-rooms-sidebar .wrap-sidebar {
        flex-wrap: wrap;
        align-items: center;
    }

    .wrap-rooms-sidebar .wrap-search-btn .search-btn {
        padding: 10px;
    }


    .Sidebar {
        width: 100%;
        padding: 16px 20px;
        border: 0;
        border-radius: 0;
    }

    .pika-lendar {
        padding: 4px;
    }

    .pika-table td {
        width: 15%;
    }

    .arrow-input {
        display: flex;
        width: 20px;
    }

    /* SPecial Activity */
    .sidebar-activity .start-date-calendar {
        border: none;
        height: 42px;
    }
}  