.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: 'Cormorant Garamond',serif;
    font-size: clamp(40px, 4.5vw, 66px);
    font-weight: 400;
    line-height: 1.05;
    margin-top: 0;
    text-transform: capitalize;
}
.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;
}
.bouton .btn:hover {
    color: white;
    border-bottom-color: white;
}
.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 .gallery-slide {
    height: 450px;
}




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

@media (min-width: 992px) {
    .bandeau.type_4 .table-cell  {
        width: 100%;
        display: block;
    }
    .bandeau.type_4 .gallery-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .bandeau.type_4 .gallery-slide {
        position: relative!important;
        opacity: 1!important;
        display: block;
        flex: 0 0 calc((100% - (var(--slide-count, var(--gallery-columns, 4)) - 1) * var(--slide-gap, 10px)) / var(--slide-count, var(--gallery-columns, 4)));
        width: calc((100% - (var(--slide-count, var(--gallery-columns, 4)) - 1) * var(--slide-gap, 10px)) / var(--slide-count, var(--gallery-columns, 4)));
        max-width: calc((100% - (var(--slide-count, var(--gallery-columns, 4)) - 1) * var(--slide-gap, 10px)) / var(--slide-count, var(--gallery-columns, 4)));
    }
    .bandeau.type_4 .gallery-slide-video-single {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        align-self: center;
        align-items: center;
        justify-content: center;
    }
    .bandeau.type_4 .gallery-slide-video-single .gallery-video-el {
        position: relative;
        width: auto;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
    .bandeau.type_4 .gallery-video-el {
        position: unset;
    }
    .bandeau.type_4 .gallery-dots,
    .bandeau.type_4 .gallery-next,
    .bandeau.type_4 .gallery-prev {
        display: none;
    }
}

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

}

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

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