/* ========================
== bbcode CARROSUEL =====*/
.bc-bbcode-content-carousel p {
    font-size: 1.100rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.bc-bbcode-content-carousel .bc-bbcode-h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 1rem;
}

.bc-bbcode-content-carousel .bc-bbcode-h3 {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 0.85rem;
}

.bc-bbcode-content-block p {
    font-size: 1.100rem;
    line-height: 1.3;
    margin-bottom: 0.7rem;
}

.bc-bbcode-content-block .bc-bbcode-h2 {
    font-size: 2.2rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 0.7rem;
}

.bc-bbcode-content-block .bc-bbcode-h3 {
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 0.75rem;
}


label.form-label.color-labe {background-color: var(--c_hex_c52a57);min-height: 23px;height: 23px;border-radius: 4px;line-height: 1.1;padding: 2px 6px;color:#FFF;}

/* Boutons */
.bc-btn {
    display: inline-block;
    text-decoration: none;
    padding: 0.625rem 1rem;
    border-width: 1px;
    border-style: solid;
    transition: opacity 0.2s ease;
}

.bc-btn:hover {
    opacity: 0.9;
}

.bc-btn-solid { border-radius: 0.375rem; }
.bc-btn-outline { background: transparent; border-radius: 0.375rem; }
.bc-btn-rounded { border-radius: 999px; }

.bc-btn-color-dark.bc-btn-solid,
.bc-btn-color-dark.bc-btn-rounded {
    background: #212529;
    border-color: #212529;
    color: #ffffff;
}

.bc-btn-color-dark.bc-btn-outline {
    background: transparent;
    border-color: #212529;
    color: #212529;
}

.bc-btn-color-light.bc-btn-solid,
.bc-btn-color-light.bc-btn-rounded {
    background: #ffffff;
    border-color: #ffffff;
    color: #212529;
}

.bc-btn-color-light.bc-btn-outline {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.bc-btn-color-red.bc-btn-solid,
.bc-btn-color-red.bc-btn-rounded {
    background: #c62828;
    border-color: #c62828;
    color: #ffffff;
}

.bc-btn-color-red.bc-btn-outline {
    background: transparent;
    border-color: #c62828;
    color: #c62828;
}

.bc-btn-color-gold.bc-btn-solid,
.bc-btn-color-gold.bc-btn-rounded {
    background: #b88900;
    border-color: #b88900;
    color: #ffffff;
}

.bc-btn-color-gold.bc-btn-outline {
    background: transparent;
    border-color: #b88900;
    color: #b88900;
}

.bc-btn-color-green.bc-btn-solid,
.bc-btn-color-green.bc-btn-rounded {
    background: #2e7d32;
    border-color: #2e7d32;
    color: #ffffff;
}

.bc-btn-color-green.bc-btn-outline {
    background: transparent;
    border-color: #2e7d32;
    color: #2e7d32;
}

.bc-btn-color-blue.bc-btn-solid,
.bc-btn-color-blue.bc-btn-rounded {
    background: #1565c0;
    border-color: #1565c0;
    color: #ffffff;
}

.bc-btn-color-blue.bc-btn-outline {
    background: transparent;
    border-color: #1565c0;
    color: #1565c0;
}

.bc-btn-wrap {
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .bc-image-left,
    .bc-image-right {
        flex-direction: column;
    }

    .bc-image-w30,
    .bc-image-w40,
    .bc-image-w50,
    .bc-image-w60 {
        max-width: 100%;
        flex-basis: auto;
    }

    .bc-title-size-hero {
        font-size: 2.25rem;
    }
}


.btn-outline-dark {background-color: #181818;border:0;}
.btn-outline-dark:hover {background-color: #000;border:0;}

.btn-white {background-color: #d9dbdd;border:0;color:#000 !important;}
.btn-white:hover {background-color: #e6e6e6;border:0;}

.btn-grey {background-color: #444;border:0;}
.btn-grey:hover {background-color: #333;border:0;}

.btn-red {background-color: #cf1212;border:0;}
.btn-red:hover {background-color: ba0e0e;border:0;}

.btn-gold {background-color: #b17d00;border:0;}
.btn-gold:hover {background-color: 996b00;border:0;}

.btn-blue {background-color: #065ca9;border:0;}
.btn-blue:hover {background-color: #074982;border:0;}

.btn-violet {background-color: #670ec0;border:0;}
.btn-violet:hover {background-color: #5a0da8;border:0;}

.btn-turquoise {background-color: #40e0d0;border:0;}
.btn-turquoise:hover {background-color: #37bfb1;border:0;}

.btn-orange {background-color: #da5200;border:0;}
.btn-orange:hover {background-color: #c44700;border:0;}

.text-padd {
  max-width: 95%;
  margin: 0 auto;
}

.bc-underline {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    padding-bottom: 0;
}

.bc-separator {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.2);
    margin: 1rem 0;
}

/* =====================================
 Preview css boutique conteneur
 =====================================*/
.bc-preview-panel {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 12px;
    padding: 16px;
}

.bc-preview-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px dashed rgba(0, 0, 0, 0.12);
    max-width: 100%;
}

.bc-preview-image-wrap {
    min-height: auto;
    height: auto;
    max-height: none;
}

.bc-preview-card .bc-preview-image-wrap img {
    width: 100%;
    height: 100%;
    min-height: 140px;
    object-fit: cover;
    display: block;
    box-shadow: none;
}

.bc-preview-image-background-host {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.bc-preview-image-background-host img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bc-preview-image-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.bc-preview-card .bc-content {
    position: relative;
    z-index: 2;
}

/* aperçu plus compact que le front */
.bc-preview-card.bc-padding-compact .bc-content { padding: 12px; }
.bc-preview-card.bc-padding-normal .bc-content { padding: 16px; }
.bc-preview-card.bc-padding-large .bc-content { padding: 22px; }
.bc-preview-card.bc-padding-xlarge .bc-content { padding: 28px; }

/* hauteurs spécifiques à l’aperçu */
.bc-preview-card.bc-minh-h240 { min-height: 180px; }
.bc-preview-card.bc-minh-h320 { min-height: 220px; }
.bc-preview-card.bc-minh-h400 { min-height: 260px; }
.bc-preview-card.bc-minh-h520 { min-height: 320px; }
.bc-preview-card.bc-minh-h640 { min-height: 360px; }

.bc-preview-card.bc-image-left,
.bc-preview-card.bc-image-right,
.bc-preview-card.bc-image-top {
    display: flex;
    align-items: stretch;
    flex-direction: row;
}

.bc-preview-card.bc-image-right {
    flex-direction: row-reverse;
}

.bc-preview-card.bc-image-top {
    flex-direction: row;
}

.bc-preview-card .bc-title {
    margin-bottom: 0.5rem;
}

.bc-preview-card .bc-text {
    line-height: 1.45;
}

.bc-preview-card .bc-btn-wrap {
    margin-top: 0.75rem;
}


/* ------ Menu header2 ------- */
.header2-menu li a {font-size:1.600rem !important;}


/* =====================================
 Preview css boutique Slide
 =====================================*/

.bc-admin-bbcode-preview {
    min-height: 140px;
    background:
        linear-gradient(45deg, #f8f9fa 25%, transparent 25%),
        linear-gradient(-45deg, #f8f9fa 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #f8f9fa 75%),
        linear-gradient(-45deg, transparent 75%, #f8f9fa 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}

.bc-admin-preview-image-lg {
    max-width: 220px;
    height: auto;
}

.bc-admin-preview-image-sm {
    max-width: 80px;
    height: auto;
}

/* script preview bloc */
.js-preview-error-pre {
    white-space: pre-wrap;
}


/* =====================================
   CSS Carrousel Slide
 =====================================*/
.bc-carousel-height-sm .boutique-hero-stage,
.bc-carousel-height-sm .boutique-hero-slide,
.bc-carousel-height-sm .boutique-hero-slide-content {
    min-height: 350px;
}

.bc-carousel-height-md .boutique-hero-stage,
.bc-carousel-height-md .boutique-hero-slide,
.bc-carousel-height-md .boutique-hero-slide-content {
    min-height: 420px;
}

.bc-carousel-height-lg .boutique-hero-stage,
.bc-carousel-height-lg .boutique-hero-slide,
.bc-carousel-height-lg .boutique-hero-slide-content {
    min-height: 500px;
}

.bc-carousel-height-xl .boutique-hero-stage,
.bc-carousel-height-xl .boutique-hero-slide,
.bc-carousel-height-xl .boutique-hero-slide-content {
    min-height: 600px;
}


/* ===========================================
   Réglages de la taille des Images Carrosuel
 ===========================================*/
.bc-image-focus-y-10 img {
    object-position: center 10%;
}

.bc-image-focus-y-25 img {
    object-position: center 25%;
}

.bc-image-focus-y-50 img {
    object-position: center 50%;
}

.bc-image-focus-y-75 img {
    object-position: center 75%;
}

.bc-image-focus-y-90 img {
    object-position: center 90%;
}

/* =====================================
   EFFETS Slide Carrousel
 =====================================*/
.boutique-hero-carousel {
    position: relative;
}

.boutique-hero-stage {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: inherit;
}

.boutique-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: inherit;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
    opacity 2000ms ease,
    transform 2000ms ease,
    visibility 0s linear 2000ms;
    transform: translateX(0);
}

.boutique-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    transition:
    opacity 2000ms ease,
    transform 2000ms ease,
    visibility 0s linear 0s;
}

.boutique-hero-carousel[data-effect="fade"] .boutique-hero-slide {
    transform: scale(1.01);
}

.boutique-hero-carousel[data-effect="fade"] .boutique-hero-slide.is-active {
    transform: scale(1);
}

.boutique-hero-carousel[data-effect="slide"] .boutique-hero-slide {
    transform: translateX(30px);
}

.boutique-hero-carousel[data-effect="slide"] .boutique-hero-slide.is-active {
    transform: translateX(0);
}

.boutique-carousel-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 0 12px;
}

.boutique-carousel-arrows button {
    pointer-events: auto;
}

.boutique-carousel-dots {
    position: relative;
    z-index: 5;
}


