.table {
    display: table;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
.table-cell {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.bandeau .d-md-flex {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.dir_rtl {
    direction: rtl;
}
.dir_rtl .table-cell:first-child {
    direction: ltr;
}
.title p,
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: normal;
    color: black;
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.title p em,
.title h1 em,
.title h2 em,
.title h3 em,
.title h4 em,
.title h5 em,
.title h6 em {
    font-style: italic;
    color: var(--green);
}
.description p,
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6,
.description ul {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    color: #666;
}
.description ul {
    color: #7a7a7a;
    list-style: disc;
    padding-left: 13px;
}
.text-option p,
.text-option h1,
.text-option h2,
.text-option h3,
.text-option h4,
.text-option h5,
.text-option h6 {
    display: block;
    font-size: 10px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 400;
    margin-bottom: 14px;
}
.page-cms .title p,
.page-cms .title h1,
.page-cms .title h2,
.page-cms .title h3,
.page-cms .title h4,
.page-cms .title h5,
.page-cms .title h6 {
    font-size: 2.2rem;
    line-height: 1.3;
}
.bandeau .texte {
    text-align: left;
}
.bandeau .title strong,
.bandeau .description strong {
    font-weight: 700;
}
.bandeau.type_1 .texte,
.bandeau.type_2 .texte {
    text-align: left;
}
/*.bandeau.type_1 .table .table-cell:first-child{*/
/*    padding: 50px;*/
/*    padding-left: 0;*/
/*}*/
/*.bandeau.type_2 .table .table-cell:first-child {*/
/*    padding: 50px;*/
/*    padding-right: 0;*/
/*}*/
.bandeau.type_1 .table-cell:first-child {
    padding-right: clamp(15px, 5vw, 50px);
}
.bandeau.type_2 .table-cell:first-child {
    padding-left: clamp(15px, 5vw, 50px);
}
.bandeau.type_21 > .container,
.bandeau.type_22 > .container,
.bandeau.type_23 > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.bandeau.type_21 .table,
.bandeau.type_22 .table,
.bandeau.type_23 .table {
    padding: 0;
    margin-bottom: 0;
    /*background: radial-gradient( ellipse at 30% 40%, rgba(255,255,255,0.08), rgba(0,0,0,0.85) ), linear-gradient( 135deg, #2b1a6b 0%, #160b3a 60%, #0b0620 100% );*/
    background: radial-gradient( ellipse at 30% 40%, rgba(255,255,255,0.08), rgba(0,0,0,0.85) ), linear-gradient( 135deg, #0a0617 0%, #160b3a 60%, #0b0620 100% );
}
.bandeau.type_21 .table-cell:first-child,
.bandeau.type_22 .table-cell:first-child,
.bandeau.type_23 .table-cell:first-child {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    height: max-content;
    z-index: 2;
}
.bandeau.type_23 .background,
.bandeau.type_21 .background,
.bandeau.type_22 .background{
   /* opacity: .7;*/
    width: 100%;
}
.bandeau.type_21 .texte {
    text-align: left;
}
.bandeau.type_22 .texte {
    text-align: right;
}
.bandeau.type_23 .texte {
    text-align: center;
}
.bandeau.type_21 .title p,
.bandeau.type_22 .title p,
.bandeau.type_23 .title p {
    font-size: clamp(24px, 5vw, 3rem);
    line-height: 1.15;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
    max-width: 100%;
}
.bandeau.type_21 .title:after,
.bandeau.type_22 .title:after,
.bandeau.type_23 .title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: rgba(255,255,255,0.3);
    margin: 2rem auto 0;
}
.bandeau.type_21 .title:after {
    margin: 2rem 0 0;
}
.bandeau.type_22 .title:after {
    margin: 2rem 0 auto auto;
}
.bandeau.type_21 .description,
.bandeau.type_22 .description,
.bandeau.type_23 .description {
    margin-top: 3rem;
}
.bandeau.type_21 .description p,
.bandeau.type_22 .description p,
.bandeau.type_23 .description p {
    font-size: 1rem;
    opacity: 0.85;
    max-width: 600px;
    margin: 0 auto;
}
.bandeau.type_21 .description p {
    margin: 0 auto auto 0;
}
.bandeau.type_22 .description p {
    margin: 0 0 auto auto;
}
/*.bandeau.type_31 .container {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/
.bandeau.type_31 .couleur_bg {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bandeau.type_51 .left-bloc {
    padding: 50px;
    padding-left: 0;
}
.bandeau.type_52 .left-bloc {
    padding: 50px;
    padding-right: 0;
}
.bandeau.type_51 .texte,
.bandeau.type_52 .texte {
    height: 100%;
    align-content: center;
}
.bouton .btn {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 6px 0;
}
.boix-swiper,
.swiper-wrapper .swiper-slide img,
.swiper-backface-hidden .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.boixSwiper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.boixSwiper .swiper-button-next,
.boixSwiper .swiper-button-prev {
    color: #fff;
}
.boixSwiper .swiper-pagination {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    bottom: 20px;
    text-align: right;
    padding-right: 15px;
}
.boixSwiper .swiper-button-next,
.boixSwiper .swiper-button-prev {
    opacity: 0.6;
}
.boixSwiper:hover .swiper-button-next,
.boixSwiper:hover .swiper-button-prev {
    opacity: 1;
}
.swiper-pagination-current {
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
    font-size: 30px;
    font-weight: 600;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 27px!important;
}
.rich-text table > :not(caption) > * > *,
.table > :not(caption) > * > * {
    background: transparent;
    padding: 0;
}
.bandeau.type_4 .table-cell  {
    width: 100%;
    display: block;
}
.bandeau.type_4 .bc-gallery-slider {
    --gallery-gap: 16px;
}
.bandeau.type_4 .gallery-container {
    height: auto;
    display: flex;
    gap: var(--gallery-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 10px;
    cursor: grab;
}
.bandeau.type_4 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.gallery__nav {
    margin-bottom: 16px;
}
.gallery__nav button {
    width: 40px;
    height: 40px;
    background: #fbc830;
    border: 1px solid #fbc830;
    color: white;
    transition: all .25s ease-in-out;
}
.gallery__nav button:hover {
    background: white;
    color: #fbc830;
    cursor: pointer;
}



@media (min-width: 768px) {
    .order-md-2 {
        order: 2;
    }
}

@media (min-width: 992px) {

    .bandeau.type_4 .gallery-slide {
        width: calc((100% / 3) - 11px);
    }
}

@media (max-width: 991px) {
    .table-cell {
        width: 100%;
        display: block;
    }
    .bouton {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .bandeau.type_4 .gallery-slide {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .table {
        display: block;
    }

    .bandeau.type_4 .gallery-slide {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .bandeau.type_4 .title {
        display: block;
    }
}

.table {
    display: table;
    padding-top: 40px;
    padding-bottom: 40px;
}
.table-cell {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.d-md-flex {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.dir_rtl {
    direction: rtl;
}
.dir_rtl .table-cell:first-child,
.dir_rtl .background {
    direction: ltr;
}
.description p,
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6,
.description ul {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.description ul {
    color: #7a7a7a;
    list-style: disc;
    padding-left: 13px;
}
.text-option p,
.text-option h1,
.text-option h2,
.text-option h3,
.text-option h4,
.text-option h5,
.text-option h6 {
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #17c3aa;
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-cms .title p,
.page-cms .title h1,
.page-cms .title h2,
.page-cms .title h3,
.page-cms .title h4,
.page-cms .title h5,
.page-cms .title h6 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.3;
}
.bandeau .texte {
    text-align: left;
}
.bandeau .title strong,
.bandeau .description strong {
    font-weight: 700;
}
.bandeau.type_1 .texte,
.bandeau.type_2 .texte {
    text-align: left;
}
.bandeau.type_1 .table .table-cell:first-child{
    padding: 50px;
    padding-left: 0;
}
.bandeau.type_2 .table .table-cell:first-child {
    padding: 50px;
    padding-right: 0;
}
.bandeau.type_21 > .container,
.bandeau.type_22 > .container,
.bandeau.type_23 > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.bandeau.type_21 .table,
.bandeau.type_22 .table,
.bandeau.type_23 .table {
    padding: 0;
    margin-bottom: 0;
    /*background: radial-gradient( ellipse at 30% 40%, rgba(255,255,255,0.08), rgba(0,0,0,0.85) ), linear-gradient( 135deg, #2b1a6b 0%, #160b3a 60%, #0b0620 100% );*/
    background: radial-gradient( ellipse at 30% 40%, rgba(255,255,255,0.08), rgba(0,0,0,0.85) ), linear-gradient( 135deg, #0a0617 0%, #160b3a 60%, #0b0620 100% );
}
.bandeau.type_21 .table-cell:first-child,
.bandeau.type_22 .table-cell:first-child,
.bandeau.type_23 .table-cell:first-child {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    height: max-content;
    z-index: 2;
}
.bandeau.type_21 .background,
.bandeau.type_22 .background,
.bandeau.type_23 .background {
    opacity: .7;
    width: 100%;
}
.bandeau.type_21 .texte {
    text-align: left;
}
.bandeau.type_22 .texte {
    text-align: right;
}
.bandeau.type_23 .texte {
    text-align: center;
}
.bandeau.type_21 .title p,
.bandeau.type_22 .title p,
.bandeau.type_23 .title p {
    font-size: clamp(24px, 5vw, 3rem);
    line-height: 1.15;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
    max-width: 100%;
}
.bandeau.type_21 .title:after,
.bandeau.type_22 .title:after,
.bandeau.type_23 .title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: rgba(255,255,255,0.3);
    margin: 2rem auto 0;
}
.bandeau.type_21 .title:after {
    margin: 2rem 0 0;
}
.bandeau.type_22 .title:after {
    margin: 2rem 0 auto auto;
}
.bandeau.type_21 .description,
.bandeau.type_22 .description,
.bandeau.type_23 .description {
    margin-top: 3rem;
}
.bandeau.type_21 .description p,
.bandeau.type_22 .description p,
.bandeau.type_23 .description p {
    font-size: 1rem;
    opacity: 0.85;
    max-width: 600px;
    margin: 0 auto;
}
.bandeau.type_21 .description p {
    margin: 0 auto 1rem 0;
}
.bandeau.type_22 .description p {
    margin: 0 0 1rem auto;
}
/*.bandeau.type_31 .container {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/
.bandeau.type_31 .couleur_bg {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bandeau.type_51 .left-bloc {
    padding: 50px;
    padding-left: 0;
}
.bandeau.type_52 .left-bloc {
    padding: 50px;
    padding-right: 0;
}
.bandeau.type_51 .texte,
.bandeau.type_52 .texte {
    height: 100%;
    align-content: center;
}
.bouton .btn {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-color: var(--text-secondary);
    color: var(--text-secondary);
    background: var(--bg-main);
    padding: 13px 18px;
    border-radius: 40px;
    transition: all .2s ease;
}
.boix-swiper,
.swiper-wrapper .swiper-slide img,
.swiper-backface-hidden .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.boixSwiper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.boixSwiper .swiper-button-next,
.boixSwiper .swiper-button-prev {
    color: #fff;
}
.boixSwiper .swiper-pagination {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    bottom: 20px;
    text-align: right;
    padding-right: 15px;
}
.boixSwiper .swiper-button-next,
.boixSwiper .swiper-button-prev {
    opacity: 0.6;
}
.boixSwiper:hover .swiper-button-next,
.boixSwiper:hover .swiper-button-prev {
    opacity: 1;
}
.swiper-pagination-current {
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
    font-size: 30px;
    font-weight: 600;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 27px!important;
}
.bouton .cta-primary {
    background: #17c3aa;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 26px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.02em;
}
.bouton .btn {
    margin-top: 2rem;
}
.bandeau.type_1 .background,
.bandeau.type_2 .background {
    position: relative;
}
.dist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 32px;
}
.dist-pill {
    background: #fff;
    border: 1px solid rgba(23,195,170,0.2);
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dist-pill i {
    font-size: 18px;
    color: #17c3aa;
    flex-shrink: 0;
}
.dist-pill-num {
    font-size: 15px;
    font-weight: 500;
    color: #1a2332;
    line-height: 1;
}
.dist-pill-label {
    font-size: 10px;
    color: #9ab0c4;
    margin-top: 3px;
    letter-spacing: 0.04em;
}
#boixitem_5 {
    position: relative;
}


@media (min-width: 768px) {
    .order-md-2 {
        order: 2;
    }
}

@media (max-width: 991px) {
    .table-cell {
        width: 100%;
        display: block;
    }
    /*.table-cell.background {*/
    /*    height: 500px!important;*/
    /*}*/
    .bandeau.type_1 .table .table-cell:first-child,
    .bandeau.type_2 .table .table-cell:first-child {
        padding: 0;
        padding-bottom: 25px;
    }
    .bouton {
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .description p,
    .description h1,
    .description h2,
    .description h3,
    .description h4,
    .description h5,
    .description h6,
    .description ul {
        font-size: 14px;
    }
}
