﻿
/* Bloc de toutes les chambres */
.formulas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}

.bloc-formula-list {
    width: 100%;
}

.slider-formulas {
    max-width: 1512px!important;
}

.slider-formulas .bloc-formula {
    width: 400px;
    margin: 0 20px;
}

/* Bloc d'une Chambre */

.bloc-formula {
    display: flex !important;
    width: calc(50% - 20px);
    flex-direction: column;
    gap: 16px;
}

.bloc-formula a.link-formula {
    width: 100%;
    height: 230px;
}

.wrap-detail-formula {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 222px;
    gap: 20px;

}

.detail-formula {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.detail-price a {
    text-decoration: none;
}

.title-formula {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.title-formula h4 {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.description-formula {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.description-formula p {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloc-formula .center-detail-price {
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
}

/*  Bloc info formula (capacité, Métode de paiements) */
.bloc-info-formula {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.capacity-formula {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.capacity-formula span, .payment-method-formula span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.payment-method-formula {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.payment-formula img, .capacity-formula img, .payment-method-formula img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}

/* Description */
.description-formula .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.description-formula span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.difficulty-levels {
    display: flex;
    gap: 2px;
}

.circle {
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    background-color: #E2E2E2; 
}

    .circle.active {
        background-color: #000;
    }

.description-formula .text.expanded {
    -webkit-line-clamp: unset;
}

/* Entete Billet Open */

.titre-open {
    display: flex;
    align-items: center;
    gap: 8px;
}

.titre-open h3 {
    color: var(--Colors-BE-BLANC, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.titre-open i {
    display: flex;
    color: var(--Colors-BE-BLANC, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.desc-open {
    color: var(--Colors-BE-BLANC, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloc-resume-openTicket {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

/** Bloc sur la compo, le prix et le lien vers le détail */

.detail-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}

.price-formula {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.price-formula span {
    color: var(--Colors-BE-NOIR, #000);
    text-align: right;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.price-formula h3 strong {
    color: var(--Colors-BE-NOIR, #000);
    text-align: right;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.duration-formula {
    display: flex;
    height: 20px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.duration-formula i {
    display: flex;
}

.duration-formula span {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.duration-formula strong {
    color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.detail-price img {
    height: 25px;
    flex-shrink: 0;
}

.center-detail-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
}
.wrap-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.center-detail-price div.price-from {
    display: flex;
    width: auto;
    align-items: center;
    gap: 3.2px;
}

.center-detail-price div.price-from span {
    color: var(--BASIC-GRIS-2, #A8A8A8);
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.center-detail-price div.price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.center-detail-price div.price span {
    color: var(--color-black);
    text-align: right;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.bloc-formula .wrap-boutons-price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
}

.bloc-formula .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;
    transition: all .4s ease-out;
}

.bloc-formula .detail-price .btn-see-price:hover {
    border-color: var(--MAIN-COLOR);
    background: var(--MAIN-COLOR);
}

.bloc-formula .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;
}

#formulas .detail-price .btn-see-price:hover a span {
    color: var(--color-white);
}

#formulas .detail-price .btn-see-price a span,
#formulas .detail-price .btn-see-price {
    color: var(--MAIN-COLOR);
}
.img-formula {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.bloc-formula .read-more p {
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wrap-description .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.avis {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.stars img {
    width: 15px;
    height: 15px;
}

.note {
    color: var(--color-black);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.text p {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wrap-formulas-description .more {
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
}


/* BLOC AUTRES FORMULES */

section.othersFormulas .wrap-formulas-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
}

.wrap-formulas-content .group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.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;
}

@media (min-width: 769px) and (max-width: 1200px) {

    .content-detail-formula .wrap-sidebarFormula {
        position: fixed;
        top: 62px;
        left: 0;
        width: 100%;
        margin: 0 auto;
    }

}

@media (max-width: 768px) {

    .wrap-sidebarFormula {
        width: 100%;
    }

    .wrap-detail-formula {
        width: 100%;
        min-height: auto;
    }

    .bloc-formula .center-detail-price {
        width: 100%;
        display: flex;
        align-items: end;
    }

    .title-formula {
        height: auto;
    }

    .description-formula {
        padding-top: 0;
    }

    .bloc-formula .title-formula span {
        font-size: 20px;
    }

    .title-formulas {
        align-items: center;
        width: 100%;
    }

    .title-formulas h2 {
        font-size: 24px;
        height: 40px;
    }

    .title-formulas img {
        width: 30px;
        height: 30px;
    }

    .wrap-formulas-content {
        width: 100%;
        margin: 0 auto;
    }

    .bloc-formula {
        width: 100%;
        align-items: flex-start;
    }

    .bloc-info-formula, .bloc-info-formula span {
        font-size: 14px;
    }

    .detail-price .btn-see-price {
        padding: 0 5px;
    }

    .center-detail-price div.price span {
        font-size: 16px;
    }

    .center-detail-price .price-formula {
        gap: 10px;
    }

    .center-detail-price .price-formula .price-from {
        width: auto;
    }

    .center-detail-price div.price-from span {
        font-size: 14px;
    }

    .description-formula {
        font-size: 14px;
    }

    .detail-price .btn-see-price a span {
        font-size: 14px;
    }

}

