
.breadcrumb {
    background: rgba(239, 238, 236, 1);
    margin: 0;
    padding: 24px 0 0 0;
}

.hero-slider img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
}

.section--header {
    margin: 0;
}

.section--header .hero-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(239, 238, 236, 1);
}

.section--header .section__header {
    width: 50%;
    padding: 250px 50px 330px 0;
}

.section--header .section__title {
    text-align: left;
    font-family: "Libre Bodoni", serif;
    font-size: clamp(22px, 4vw, 45px);
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.section--header .section__title::after {
    display: none;
}

.section--header .section__introduction {
    text-align: left;
}

@media (max-width: 1080px){
    .section--header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background:rgba(239, 238, 236, 1);
    }
    .section--header .hero-slider {
        position: relative;
        top:initial;
        left:initial;
        height: 450px;
    }
    .section--header .section__header {
        width: 100%;
        padding: 50px 0;

    }
}
/* Blocks form */
.block--form .block-parent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 1);
}

.block--form .block-childs .enfantsContainer {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 1);
}


.select-label {
    width: 280px;
    text-transform: uppercase;
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 800;
    line-height: 1.3;
    color: var(--color-blue);
}


.tabs-container {
    width: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.tab-parent-btn, .tab-btn {
    padding: 23px 13px;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    appearance: none;
    cursor: pointer;
    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color:var(--color-blue);
}

.tab-parent-btn {
    flex: 1 1 auto;

}

.tab-parent-btn:hover, .tab-btn:hover {
    background: rgba(106, 197, 209, 1);
    color: #fff;
    cursor: pointer;
}

.tab-parent-btn:hover .tab__icon svg *, .tab-btn:hover .tab__icon svg * {
    fill: var(--color-white);
}

.tab-parent-btn:hover .tab__text, .tab-btn:hover .tab__text {
    font-weight: 700;
}

.tab-parent-btn .tab__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.tab-parent-btn .tab__icon svg * {
    fill: var(--color-blue);
}

.tab-parent-btn .tab__text {
    width: calc(100% - 52px - 10px);
    text-align: left;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 400;
    line-height: 1.3;
    pointer-events: none;
}

.tab-btn .tab__text {
    width: 100%;
    text-align: left;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 400;
    line-height: 1.3;
    pointer-events: none;
}

.tab-parent-btn.active, .tab-btn.active {
    background: rgba(106, 197, 209, 1);
    color: #fff;
}

.tab-parent-btn.active .tab__text, .tab-btn.active .tab__text {
    font-weight: 700;
}

.tab-parent-btn.active .tab__icon svg * {
    fill: var(--color-white);
}

.form-packs {
    width: 100%;
}

.block-childs {
    width: 100%;
    margin: 32px 0 0 0;
}

.block-childs .tabs-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.block-products {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin: 32px 0 58px 0;
}

.block-products .block__header {
    width: 100%;
    max-width: 280px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.block-products .block__label {
    width: 100%;
    text-align: left;
    margin: 0 0 32px 0;
}

.block-products .block__title {
    width: 100%;
    font-weight: 700;
    font-size: clamp(18px, 2.5vw, 20px);
    line-height: 1.3;
}

.block-products .block__description {
    width: 100%;
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.3;
    margin: 10px 0 0 0;
}

.block-products .grid--packs {
    width: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px 14px;
}
.block-products .card__empty {
    width: 100%;
    text-align: center;
    font-size: clamp(18px, 2.5vw, 20px);
    line-height: 1.3;
}
.block-products .card--pack {
    padding: 0 clamp(16px, 2vw, 45px) clamp(16px, 2vw, 45px) clamp(16px, 2vw, 45px);
    width: calc(100% / 3 - 10px);
    justify-content: flex-start;
}

.block-products .card--pack::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 20px;
}
.block-products .card--pack .screen-reader-text{
    display: none;
}
.block-products .card--pack .card__header {
    width: 100%;
    background: rgba(64, 102, 167, 1);
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--color-white);
    padding: 20px 0 40px 0;
}

.block-products .card--pack .card__header::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    background: rgba(64, 102, 167, 1);
}

.block-products .card--pack:nth-child(even) .card__header {
    background: rgba(106, 197, 209, 1);
}
.block-products .card--pack:nth-child(even) .card__header::after {
    background: rgba(106, 197, 209, 1);
}

.block-products .card--pack .card__title {
    text-transform: uppercase;
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 800;
    line-height: 1.3;
    width: auto;

}
.block-products .card--pack .card__title > span {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.block-products .card--pack .card__title .info-icon {
    background: none;
    color: var(--color-white);
    border:1px solid var(--color-white);
    border-radius: 50%;
    font-weight: bold;
    font-size: 8px;
    width: 16px;
    height: 16px;
    margin-top:8px;
    line-height: 20px;
    text-align: center;
    text-transform: initial;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.block-products .card--pack .card__title .tooltip {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 10px;
    background: var(--color-white);
    border:1px solid rgba(217, 217, 217, 1);
    color: var(--color-blue);
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 9px;
    line-height: 1.4;
    white-space: normal;
    display: none;
    text-transform: initial;
    width: 200px;
    z-index: 1000;
}

@media (max-width: 1400px){
    .block-products .card--pack {
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width: 1080px){
    .block--form .block-parent {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .block--form .block-childs .enfantsContainer{
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .block-parent  .tabs-container {
        width: 100%;
        margin-top:32px;
    }
    .block-childs .tabs-container {
        width: 100%;
        margin-top:32px;
    }
    .block--form .block-products {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .block-products .block__header {
        max-width: 100%;
        margin-bottom:50px;
    }
    .block-products .grid--packs{
        width: 100%;
    }
}

@media (max-width: 600px){
    .block-products .card--pack{
        width: 100%;
    }
}
/* Affiche la tooltip au survol */
.block-products .card--pack .card__title .info-icon:hover + .tooltip,
.block-products .card--pack .card__title .info-icon:focus + .tooltip {
    display: block;
}

.block-products .card--pack .card__price bdi {
    font-size: clamp(32px, 2.5vw, 60px);
    font-weight: 800;
    line-height: 1.3;
}

.block-products .card--pack .card__price span {
    font-size: clamp(24px, 2vw, 40px);
    font-weight: 600;
    line-height: 1.3;
    margin-left: clamp(-5px, 2.5vw, -10px);

}

.block-products .card--pack .card__promo {
    font-size: clamp(14px, 2vw, 20px);
    width: 100%;
    text-align: center;
    line-height: 1.3;
    border-bottom: 1px solid rgba(128, 128, 128, 1);
    padding: 10px 0 16px 0;
    font-weight: 400;
    color: rgba(184, 25, 32, 1);
}

.block-products .card--pack .card__promo span {
    text-decoration: line-through;
}

.block-products .card--pack .card__text {
    font-size: clamp(14px, 2vw, 20px);
    width: 100%;
    text-align: center;
    line-height: 1.3;
    font-style: italic;
    font-weight: 400;
    padding: 16px 0 25px 0;
    font-family: "Libre Bodoni", serif;
}
.block-products .card--pack .card__list {}
.block-products .card--pack .card__list .card__item{
    padding-left:10px;
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.3;
}
.block-products .card--pack .card__list .card__item em{
    font-style:italic;
}

.block-products .card--pack .card__list .card__item:not(:last-child){
    margin-bottom:3px;
}
.block-products .card--pack .card__list .card__item::before{
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top:10px;
    left:0;
    background:var(--color-blue);
}
.block-products .card--pack .card__list .card__item > span {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.block-products .card--pack .card__list .card__item .info-icon {
    border: 1px solid var(--color-blue);
    color:  var(--color-blue);
    font-weight: bold;
    margin-top:4px;
    font-size: 9px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.block-products .card--pack .card__list .card__item .tooltip {
    position: absolute;
    bottom: 100%;
    left: calc(50% - 160px);
    margin-left: 10px;
    background: var(--color-white);
    border:1px solid var(--color-blue);
    color:  var(--color-blue);
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    white-space: normal;
    display: none;
    width: 320px;
    z-index: 1000;
    pointer-events: none;
}

.block-products .card--pack .card__list .card__item .info-icon:hover + .tooltip,
.block-products .card--pack .card__list .card__item .info-icon:focus + .tooltip {
    display: block;
}



.block-products .card--pack .btn {
    width: 100%;
    cursor:pointer;
    margin: 0 0 26px 0;
}
.block-products .card--pack .btn:hover{
    background: rgba(106, 197, 209, 1);
}
.block-products .card--pack:nth-child(even) .btn {
    background:rgba(184, 25, 32, 1);
}


/* Section methode */
.section--methode {
    margin-bottom: 107px;
}
.section--methode .container {
    max-width: 1920px;
}
.section--methode .section__title {
    width: 100%;
    text-align: center;
}

.section--methode .section__introduction {
    width: 100%;
    max-width: 1592px;
    margin: 0 auto;
    text-align: center;
}

.section--methode .grid--methodes {
    width: 100%;
    max-width: 1780px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 78px auto 0 auto;
    gap: 32px 0;
}


.section--methode .grid--methodes .card--methode {
    width: calc(100% / 4 - 10px);
    padding: 0;
    color:var(--color-black);
    text-decoration: none;
}

.section--methode .grid--methodes .card__image {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    background: var(--color-sky);
    border-radius: 20px;
    overflow: hidden;
}

.section--methode .grid--methodes .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.section--methode .grid--methodes .card__content {
    margin: 12px 0 0 0;
    padding-right: 35px;
}

.section--methode .grid--methodes .card__title {
    width: 100%;
    text-align: left;
    font-size: clamp(16px, 2.5vw, 25px);
    line-height: 1.3;
    color: var(--color-blue);
    text-decoration: underline;
    transition: linear .15s;
}


.section--methode .grid--methodes .card__description {
    width: 100%;
    text-align: left;
    margin: 25px 0 0 0;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
}

.section--methode .grid--methodes .btn {
    background: var(--color-blue);
    width: 100%;
    max-width: 427px;
}

.section--methode .grid--methodes .card--methode:hover .card__title {
    color:var(--color-red);
}
@media (max-width: 1080px) {
    .section--methode .grid--methodes .card--methode {
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width: 750px) {
    .section--methode .grid--methodes .card--methode {
        width: 100%;
    }
}


/** Block CTA - Private catalogue **/
.cta--private-catalogue {
    width: calc(100% - 5%);
    max-width: 1780px;
    margin: 32px auto 0 auto;
    background: rgba(241, 239, 238, 1);
    padding: 34px 5%;
}

.cta--private-catalogue .cta__title {
    font-size: clamp(24px, 3vw, 48px);
    line-height: 1.3;
    text-align: center;
    font-weight: 800;
    color: var(--color-blue);
    text-transform: uppercase;
}

.cta--private-catalogue .cta__text {
    font-size: clamp(16px, 2vw, 32px);
    font-weight: 400;
    line-height: 1.3;
    margin: 4px auto 0 auto;
    width: 100%;
    max-width: 1406px;
}

.cta--private-catalogue .btn {
    width: 100%;
    max-width: 580px;
    background: rgba(184, 25, 32, 1);
}

@media (max-width: 1080px){
    .cta--private-catalogue {
        margin: 32px auto;
    }
}
/* Section Savoir-faire */
.section--about {
    margin: 0;
}

.section--about .container {
    width: 100%;
    max-width: 1474px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 16px;
}

.section--about .section__column {
    width: calc(50% - 50px);
}

.section--about .section__column:nth-child(1) {
    padding: 200px 0 280px 0;
}

.section--about .section__column:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section--about .section__title {
    width: 100%;
    text-align: left;
    font-size: clamp(16px, 2vw, 32px);
    line-height: 1.3;
    margin: 0 0 23px 0;
    padding: 0;
    text-transform: initial;
}

.section--about .section__title::after {
    display: none;
}

.section--about .section__description {
    width: 100%;
    text-align: left;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
}

.section--about .section__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section--about .section__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

@media (max-width: 1080px) {
    .section--about .container {
        flex-direction: column-reverse;
    }
    .section--about .section__column {
        width: 100%;
    }
    .section--about .section__column:nth-child(1) {
        padding: 50px 0 100px 0;
    }

    .section--about .section__column:nth-child(2) {
        height: 400px;
        justify-content: center;
    }
}


/* Section engagements */
.section--engagements {
    margin: 77px 0 200px 0;
}
.section--engagements .container {
    max-width: 1920px;
}
.section--engagements .section__title {
}

.section--engagements .section__introduction {
}

.section--engagements .grid--engagements {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 100px 0 0 0;
}

.section--engagements .card--engagement {
    width: calc(100% / 3 - 20px);
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.section--engagements .card--engagement .card__image {
    width: 100%;
    aspect-ratio: 1 / .7;
}
.section--engagements .card--engagement .card__image img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section--engagements .card--engagement .card__title {
    font-size: clamp(16px, 2.5vw, 25px);
    font-weight: 700;
    line-height: 1.3;
    text-transform: initial;
    text-decoration: underline;
    margin: 35px 0 25px 0;
    text-align: left;
}

.section--engagements .card--engagement .card__text {
    width: 100%;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 1080px) {
    .section--engagements .card--engagement {
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width: 750px) {
    .section--engagements .card--engagement {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .section--engagements .section__title br {
        display: none;
    }
}

    /** Block CTA - Contact **/
.cta--contact {
    width: 100%;
    margin: 0 auto;
    padding: 61px 5% 50px 5%;
    background: #6AC5D1;
}

.cta--contact .cta__title {
    font-size: clamp(20px, 3.5vw, 40px);
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    font-family: "Libre Bodoni", serif;
}

.cta--contact .cta__text {
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
    margin: 9px 0 0 0;
    text-align: center;
}

.cta--contact .btn {
    background: var(--color-red);
}

.cta--contact .btn:hover {
    background: var(--color-white);
    color: var(--color-red);
}
