﻿/* Ressources */
.description-formula .more {
    color: var(--MAIN-COLOR);
}

.menu-resources-item.with-promo {
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.resources {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.wrap-standardRate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    border-radius: 0px 0px 16px 16px;
    border-right: 1px solid var(--Colors-BE-GRIS, #EAEAEA);
    border-bottom: 1px solid var(--Colors-BE-GRIS, #EAEAEA);
    border-left: 1px solid var(--Colors-BE-GRIS, #EAEAEA);
    background: var(--color-white);
}

.bloc-standardRate {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.wrap-bloc-resource {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.bloc-title-resource.with-promo {
    display: flex;
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px 5px 0px 0px;
    background: #F5D0D9;
}

.total-price-cart-with-promo {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wrap-title-promo {
    display: flex;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wrap-title-promo span {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cartouche-promo {
    display: flex;
    padding: 2px 5px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #CC1541;
    height: 20px;
}

.cartouche-promo span {
    color: var(--color-white);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bloc-title-resource .based-price {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wrap-description-rate {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    align-self: stretch;
}

.bloc-description-rate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.bloc-title-rate {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.title-rate {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.title-rate span {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.displayResourceDetail {
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bloc-total-price-resource {
    display: flex;
    min-width: 202px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

total-for-type {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
}

.total-for-type span:first-child {
    color: #A8A8A8;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.total-for-type span:last-child {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.total-for-type strong {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.total-for-type span.strocked-price {
    color: #A8A8A8;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

.total-for-all-type {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.item-infos-resource {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    display: flex;
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.item-infos-resource strong {
    text-transform: lowercase;
}

.modalResource .resource-description {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloc-resource {
    display: flex;
    height: 250px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 5px;
    border: 1px solid var(--HEB-LIGHT, #E1EAF8);
    flex: 1 1 calc(33.333% - 11px);
    max-width: calc(33.33% - 11px);
    box-sizing: border-box;
    border: 1px solid var(--HEB-LIGHT, #E1EAF8);
}

.bloc-resource .img-resource {
    height: 150px;
    max-height: 150px;
    object-fit: cover;
    align-self: stretch;
    border-radius: 5px;
}

.bloc-resource img.img-resource.active {
    height: 150px;
}

span.puce-item.active {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

span.puce-item {
    width: 10px;
    height: 10px;
    background: #e2e2e2;
    border-radius: 50%;
}

.resourceSelected strong {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dateSelected {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dateSelected span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dateSelected strong {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dateSelected i {
    display: flex;
    align-items: center;
}

.bloc-resource-img:hover {
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.bloc-resource-img {
    position: relative;
    display: inline-block;
    background-color: transparent;
    transition: background-color 0.3s ease;
    width: 100%;
    cursor: pointer;
}

.bloc-resource-img .img-resource {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
}

.bloc-resource-img:hover .img-resource {
    opacity: 0.5;
}

.bloc-resource-img .more-infos {
    display: none;
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    pointer-events: auto;
}

.bloc-resource-img:hover .more-infos {
    display: block;
}

.bloc-resource .detail-resource {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1 0 0;
    align-self: stretch;
}
.wrap-list-formulas {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.group h2 {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.list-formulas-slider {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
    flex: 1 0 0;
    flex-grow: 1;
}

.wrap-detail-formula {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bloc-formula-detail {
    display: flex !important;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 20px;
    margin: 0 20px 0 0
}

.bloc-formula-detail a {
    width: 100%;
}

.bloc-formula-detail .title-formula {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.bloc-formula-detail .center-detail-price {
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
}

.bloc-formula-detail .wrap-boutons-price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
}

.bloc-formula-detail .detail-price .btn-see-price {
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border-width: 0.25px;
    border-style: solid;
    border-color: var(--MAIN-COLOR);
    background: var(--color-white);
    text-transform: uppercase
}

.bloc-formula-detail .detail-price .btn-see-price a span {
    color: var(--MAIN-COLOR);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.detail-resource .title-resource {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.detail-resource .promo-resource {
    display: flex;
    padding: 2px 5px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--MAIN-COLOR);
}
.detail-resource .promo-resource span {
    color: var(--color-white);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.detail-resource .title-resource h3 {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.detail-resource .detail-price-resource {
    display: block;
    width: 100%;
}

.center-detail-price-resource {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}

.detail-resource .detail-price-resource .center-detail-price-resource .price span {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.detail-resource .detail-price-resource .center-detail-price-resource .price strong {
    font-size: 18px;
}

.detail-resource .detail-price-resource .center-detail-price-resource span.striked {
    text-decoration: line-through;
}

.wrap-resource-sold-quantity {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    align-self: stretch;
}

.stockLeft-resource span {
    color: #CC1541;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.resource-weight span, .resource-height span, .resource-age span {
    font-size: 14px;
}

.resource-weight strong, .resource-height strong, .resource-age strong {
    font-size: 14px;
}

.non-cancellable span {
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloc-open-ticket div {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloc-info-resource div img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.bloc-info-resource {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.bloc-info-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}

.cancel-condition {
    display: flex;
    min-height: 20px;
    padding: 0px 2px;
    align-items: center;
    gap: 10px;
}

.cancel-condition span i {
    width: 15px;
    height: 15px;
   color: var(--Colors-BE-NOIR, #000);
}

.cancel-condition span {
    color: var(--SKI, #EDB23B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.bloc-info-resource div.item-infos-resource {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.btn-add-standard, .btn-add-promo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
}

.no-resource-selected, .no-adult-selected {
    display: flex;
    padding: 2px 4px;
    align-items: center;
    gap: 8px;
    background: var(--Colors-BE-WARNING-B);
    flex: 1;
}

.no-resource-selected i, .no-adult-selected i {
    width: 12px;
    height: 14px;
    font-size: 12px;
}

.no-resource-selected, .no-resource-selected span, .no-adult-selected span {
    color: var(--Colors-BE-WARNING-C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.puce-level {
    display: flex;
    align-items: center;
    gap: 2px;
}

.bloc-info-resource div span {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.liste-infos-formula .item-infos img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.liste-infos-formula .item-infos i {
    display: flex;
    align-items: center;
}

.infos-formula {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
}

.liste-infos-formula {
    display: block;
    column-count: 2;
    flex-grow: 1;
}

.bloc-horaires-promo-titre h3, .bloc-horaires-titre h3 {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.infos-formula .item-infos {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0;
}

.infos-formula .item-infos a {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}


.detail-resource .wrap-btn-see-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
}

.detail-resource span.addToCartButton {
    color: var(--MAIN-COLOR);
}


.wrap-select-quantity {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}

.wrap-btn-see-price .detail-price-compo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wrap-btn-see-price .detail-price-compo img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.wrap-btn-see-price a.btn-see-price {
    display: flex;
    height: 30px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border-width: 0.25px;
    border-style: solid;
    border-color: var(--MAIN-COLOR);
    background: #FFF;
    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;
}

.bloc-horaires-promo-titre div.toggle-horaires {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.bloc-horaires-promo-titre div.autres-horaires-texte {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

div#wrap-ressources {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
}

/* BLOC RESUME */

.wrap-bloc-resume-reservation {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #343957;
    border-radius: 5px 5px 0px 0px;
}

.bloc-resume-reservation {
    display: flex;
    align-items: center;
}

.bloc-resume-reservation div {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-white);
}

.bloc-resume-reservation strong {
    font-weight: 600;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    color: var(--color-white);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bloc-resume-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bloc-resume-price strong {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--color-white);
}

.bloc-resume-price span {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-white);
}

/* BLOC DAYS */

.bloc-days-title {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 5px;
}

.wrap-bloc-hours-title {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
}

.bloc-hours-title span i {
    display: flex;
}

.bloc-hours-title span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


/* BLOC HORAIRES */

.bloc-hours-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.bloc-hours-title {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 5px;
}

.wrap-bloc-hours-title {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
}

.bloc-hours-title span i {
    display: flex;
}

.bloc-hours-title span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bloc-hours-legend {
    display: flex;
    align-items: center;
    gap: 2px;
}

.bloc-hours-legend span {
    color: #CC1541;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.bloc-hours-legend span i {
    display: flex;
    color: #CC1541;
}

.wrap-bloc-hours {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 16px;
}

.wrap-bloc-hours .bloc-hours-item {
    position: relative;
}

.wrap-bloc-hours .bloc-hours-item button {
    display: flex;
    width: 64px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border-width: 0.25px;
    border-style: solid;
    border-color: #000;
    background: var(--color-white);
    outline: none;
}

.wrap-bloc-hours .bloc-hours-item:hover button {
    background: var(--MAIN-COLOR-LIGHT);
    color: var(--MAIN-COLOR);
    font-weight: 600;
}

/* étoile indiquant une promo sur un horaire */
.wrap-bloc-hours .bloc-hours-item.item-with-promo span.promo {
    color: #CC1541;
    font-size: 20px;
    position: absolute;
    top: -9px;
    left: -6px;
    font-size: 20px;
}

.bloc-horaires-resources {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.bloc-horaires {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.bloc-horaires-cache {
    display: none;
}

.bloc-horaires-promo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}
.bloc-horaires-promo-titre {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.bloc-horaires-promo-titre span {
    color: var(--BASIC-GRIS-2, #A8A8A8);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.bloc-horaires-button {
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
.bloc-horaires-button button {
    display: flex;
    width: 60px;
    padding: 5px 10px;
    align-items: center;
    gap: 16px;
    border-radius: 5px;
    border-width: 0.25px;
    border-style: solid;
    border-color: #000;
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
}

.bloc-horaires-button button.timeButton:hover {
    background: var(--MAIN-COLOR);
    color: var(--color-white);
}

.bloc-horaires-promo button {
    border-width: 0.25px;
    border-style: solid;
    border-color: var(--MAIN-COLOR);
    border-radius: 5px;
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloc-horaires button.timeButton.selected {
    border-radius: 5px;
    border-width: 0.25px;
    border-style: solid;
    border-color: var(--MAIN-COLOR);
    background: var(--MAIN-COLOR-LIGHT);
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*Horaires */

.bloc-hours-item button.selected {
    background: var(--MAIN-COLOR-LIGHT);
    color: var(--MAIN-COLOR);
    border: .25px solid var(--MAIN-COLOR);
    font-weight: 600;
}

.bloc-hours-item:hover button {
    background: var(--MAIN-COLOR-LIGHT);
    color: var(--MAIN-COLOR);
}

/* Description ressource */

.description-resource span {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* BLOC PROMOTIONS */

span.strickedPrice {
    color: #CC1541;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.strickedPrice {
    text-decoration: line-through;
}

/* BLOC AUTRES FORMULES */
section.othersFormulas .wrap-formulas-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
}

section.othersFormulas .group {
    width: 100%;
}

.wrap-formulas-content .group h2 {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Slick Slider formulas */
.slick-slider {
    width: 100%;
    height: auto;
    position: relative;
}

.slick-list {
    display: flex;
    justify-content: flex-start;
}

.slick-slide {
    width: calc((100% / 3) - 20px);
    margin: 0 10px; 
    flex: 0 0 auto;
}

.less-than-3 .slide {
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
    flex: 0 0 auto;
}

.slick-slider-formulas.less-than-3 {
    display: flex;
}

.slick-slider-formulas i.fi.fi-br-angle-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    font-size: 25px;
}

.slick-slider-formulas i.fi.fi-br-angle-right.slick-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    font-size: 25px;
}

/* Bloc liste Promotions */

.wrap-list-promotions {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

h3.title-rates-promotions {
    display: flex;
    height: 32px;
    padding-bottom: 8px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

h3.title-rates-promotions span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bloc-promotion {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Colors-BE-GRIS, #EAEAEA);
}


.content-promo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.content-promo div, .bloc-info-price div {
    display: flex;
    min-height: 20px;
    padding: 0px 2px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.content-promo div span:first-child, .content-promo div span:first-child i {
    display: flex;
    align-items: center;
}

.content-promo span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.content-promo strong {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.price-without-promo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-without-promo span {
    color: var(--Colors-BE-PROMOTION, #CC1541);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

.price-without-promo span.strickedPrice {
    text-decoration: line-through;
}

.wrap-promotion {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}

.promo-left-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.promo-right-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: stretch;
}

.top-bloc-promotions {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    position: relative;
}

.total-price-promo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    position: absolute;
    right: 0;
}

span.addToCartButton.disabled {
    pointer-events: none;
    border: 1px solid var(--Colors-BE-GRIS-D, #BFBFBF);
    color: var(--BASIC-GRIS-2, #A8A8A8);
}

.wrap-bloc-rate-description-add {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    gap: 24px;
}

.wrap-bloc-rate-description {
    display: flex;
    flex-direction: column;
}

/* MODAL RESOURCES */

div.modalResource {
    display: none;
    width: 570px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 20px;
    background: var(--color-white);
    box-sizing: border-box;
}

div.modalResource.active {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow-y: auto;
    max-height: 90vh;
}

.bandeau-modal-resource {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.bandeau-modal-resource .bandeau-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.bandeau-modal-resource .bandeau-top span:first-child {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bandeau-modal-resource .bandeau-top span:last-child {
    color: var(--Colors-BE-NOIR, #000);
    font-size: 24px;
    cursor: pointer;
}

.bandeau-modal-resource .bandeau-top span:last-child i {
    display: flex;
}

div.modalResource .wrap-content-resource {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

div.modalResource .content-resource {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}


div.modalResource .content-resource-infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

div.modalResource .content-resource-price {
    display: flex;
    align-self: self-end;
}

/* MEDIA QUERIES */

@media (min-width: 769px) and (max-width: 1024px) {

    .bloc-formula-detail .center-detail-price {
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }

    .wrap-detail-formula .detail-price {
        padding: 0
    }

}


@media (max-width: 768px) {
    section .othersFormulas .group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }

    div.modalResource.active {
        width: 80%;
    }

    .less-than-3 .slide {
        width: 100%;
    }

    .wrap-bloc-hours {
        justify-content: flex-start;
    }

    .bloc-resource {
        max-width: 100%;
        flex: 1;
        height: auto;
        flex-direction: row;
    }

    .bloc-resource-img {
        width: 100px;
    }

    .bloc-resource img {
        width: 100px;
    }

    .formula-group-item-title {
        align-items: center;
    }

    .formula-group-item-title span {
        font-size: 20px;
    }

    .formula-group-item-title img {
        width: 30px;
        height: 30px;
        object-fit: cover;
    }

    .infos-formula {
        flex-direction: column;
    }

    .group h2 {
        font-size: 20px;
    }

    .title-formula p {
        font-size: 18px;
    }

    .menu-resources {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .slick-slider-formulas.slick-slider {
        margin-bottom: 0;
    }

    .menu-resources-item.with-promo {
        display: flex;
        padding: 5px 0px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex: 1 0 0;
        border-radius: 5px;
        border: 0.5px solid var(--MAIN-COLOR);
        background: var(--MAIN-COLOR-LIGHT, #F5D0D9);
    }

    .menu-resources-item.with-promo span {
        color: var(--MAIN-COLOR);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .menu-resources-item.with-promo img {
        display: none;
    }

    .menu-resources-item {
        display: flex;
        padding: 5px 0px;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        border-radius: 5px;
        border: 1px solid var(--HEB-LIGHT, #E1EAF8);
        background: var(--color-white);
    }

    .menu-resources-item span {
        color: var(--color-black);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .menu-resources-item img {
        display: none;
    }

    .bloc-resource .img-resource {
        width: 100%;
        height: 100px;
        border-radius: 10px 10px 0 0;
    }

}