.custom-topbar,
body {
    font-family: Inter, sans-serif
}

.swiper-slide,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center
}

.custom-video,
body {
    box-sizing: border-box
}

.custom-video,
.img-display {
    overflow: hidden
}

.global-img,
body,
html {
    overflow-x: hidden
}

body {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    color: #444;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0
}

#priceResult,
#shippingDate span.bold,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h2 {
    color: #2e363d;
    font-size: 36px
}

.custom-btn,
div.animated-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif
}

.custom-topbar {
    background-color: #2e363d;
    color: #eaf4f7;
    font-size: 15px
}

.custom-topbar a {
    color: #eaf4f7
}

.custom-topbar a:hover,
.features-bar i,
a:hover span {
    color: #00b5ed
}

#priceResult,
.animated-title:hover span {
    color: #2e363d
}

.custom-header {
    background-color: #fff;
    font-size: 16px;
    color: #444
}

a:hover svg {
    stroke: #00b5ed;
    transition: stroke .2s
}

div.animated-title {
    font-size: 30px;
    font-weight: 700;
    color: #2e363d;
    line-height: 1.4
}

.animated-title span {
    color: #00b5ed;
    transition: color .3s
}

.swiper {
    padding: 10px 0
}

.swiper-slide img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px
}

.swiper-slide figcaption {
    font-size: 14px;
    color: #333
}

.confiance-carousel .swiper-slide img {
    width: 137px;
    height: 137px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter .3s ease-in-out
}

.confiance-carousel .swiper-slide:hover img {
    filter: grayscale(0%)
}

.fancy-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 20px 0
}

.fancy-divider .dot {
    width: 6px;
    height: 6px;
    background-color: #00b5ed;
    border-radius: 50%
}

.fancy-divider .line {
    width: 30px;
    height: 4px;
    background-color: #00b5ed;
    border-radius: 2px
}

.bg-ex-color {
    background-color: #f2f2f2;
}

.whiteBleuBg {
    background-color: #002365;

}

.whiteBleuBg {
    color: #fff;
}

.whiteBleuBg .animated-title {
    color: #fff;
}

.whiteBleuBg .animated-title:hover span {
    color: #fff;
}

.nappe-box-bl {
    border: 2px solid #00b5ed;
    align-items: center;
    justify-content: space-between;

}

.nappe-box {
    border: 2px solid #00b5ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left
}

.custom-btn {
    background-color: #00b5ed;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    transition: transform .3s, background-color .3s;
    border: none
}

.custom-video,
.features-bar {
    font-family: Inter, sans-serif;
    color: #444
}

.custom-btn:hover {
    transform: scale(1.05);
    background-color: #0078a8;
    color: #fff
}

.nappe-video {
    max-height: 600px;
}

.nappe-video video {
    width: 100%;
    max-height: 600px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.ratio-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.custom-video,
.p-img {
    display: block;
    width: 100%
}

.custom-video {
    background-color: #000;
    max-width: 420px;
    height: auto;
    border: none;
    outline: 0;
    transition: .3s
}

.features-bar {
    font-size: 16px;
    line-height: 24px
}

.bg-img {
    background-image: url('../img/attention-300x208-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: .5s
}

.img-showcase img {
    min-width: 100%
}

.img-select {
    position: relative;
    align-items: center
}

.global-img {
    display: flex;
    overflow-y: hidden
}

.global-img .p-img {
    height: 100px;
    width: 100px;
    opacity: .5;
    transition: opacity .3s
}

.img-select .btn-container-left,
.img-select .btn-container-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .8;
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 1;
    background-color: #fff
}

.global-img .p-img.selected,
.global-img .p-img:hover,
.img-select .btn-container-left:hover,
.img-select .btn-container-right:hover {
    opacity: 1
}

.img-item {
    margin: 1rem
}

.img-item:first-child,
.img-item:nth-child(2),
.img-item:nth-child(3),
.img-item:nth-child(4),
.img-item:nth-child(5),
.img-item:nth-child(6),
.img-item:nth-child(7),
.img-item:nth-child(8),
.img-item:nth-child(9) {
    margin-right: 0
}

.img-select .btn-container-left {
    justify-content: center;
    left: 0
}

.img-select .btn-container-left button,
.img-select .btn-container-right button {
    margin: 0;
    padding: 0;
    color: #8a8a8d;
    border: none;
    cursor: pointer;
    background-color: transparent
}

.img-select .btn-container-right {
    justify-content: center;
    right: 0
}

.img-select button i {
    font-size: 30px
}

input {
    appearance: none;
    border-radius: 0
}

.checkout-card {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 10px 20px 0 rgba(153, 153, 153, .25)
}

.input {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: .2rem;
    margin-top: .1rem
}

.input-field {
    border: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #eee;
    font: inherit;
    font-size: 1.1rem;
    padding: .2rem 0
}

#addMesure,
#removeBtn,
.action-button {
    background-color: #f7cf86
}

.tableMesure .input-field {
    border-bottom: 2px solid #dadada
}

.input-field:focus,
.input-field:not(:placeholder-shown) {
    outline: 0;
    border-bottom-color: #2e363d
}

.action {
    margin-top: 2rem
}

.action-button {
    font: inherit;
    font-size: 1rem;
    padding: .8em;
    width: 100%;
    font-weight: 700;
    border-radius: 0;
    color: #000;
    border: 0
}

.clientInfo,
.couponCode,
.epaisseur,
.tableForm,
.tableMesure {
    padding-left: 1rem;
    padding-right: 1rem
}

.action-button:focus {
    outline: 0
}

.loading-button {
    background-color: #ddd !important;
    color: #888 !important;
    cursor: not-allowed;
}

#priceResult {
    font-size: 1.1rem
}

.old-price {
    margin-top: 10px;
    font-size: .8em;
    text-decoration: line-through;
    color: grey
}

.epaisseur,
.tableForm,
.tableMesure {
    border-radius: 0;
    background-color: #f5f5f5;
    margin-top: .4rem
}

.clientInfo {
    margin-top: .8rem
}

.couponCode {
    margin-top: 1.2rem
}

#addMesure {
    margin-bottom: .4rem
}

#addMesureDiv {
    display: none
}

#removeBtn {
    margin-top: .2rem;
    margin-bottom: .2rem
}

.measurementElement div button,
.measurementElement div p {
    font-size: 13px
}

#nappeMesure,
#nappeMesure18mm,
#nappeMesure25mm {
    background-color: #fff;
    display: none
}

.c-checkout {
    list-style: none;
    padding-left: 0;
    font-size: 14px
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

[type=radio]+img {
    cursor: pointer;
    width: 100%;
    height: auto;
    max-width: 70px
}

[type=radio]:checked+img,
[type=radio]:hover+img {
    background-color: #fff;
    border-radius: 0
}

[type=radio]:hover+img {
    outline: #2e363d solid 1px
}

[type=radio]:active+img,
[type=radio]:checked+img {
    outline: #8A8A8D solid 1px
}

#countdown,
#shippingDate {
    font-size: 14px !important
}

#countdown .green-text {
    color: green
}

.dataShipping {
    height: 53px
}

.disabled-btn {
    opacity: .5;
    cursor: not-allowed
}

.action2 {
    display: none;
}



/* Professional info block styles */
.nappe-info-block {
    max-width: 1000px;
    margin: 0 auto;
}

.info-card {
    background: #dee9ff;
    border: 1px solid #e6eef5;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}



/* Icon Style */
.icon-circle {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0AB1F0, #00C6FF);
    color: #fff;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 198, 255, 0.4);
}


/* Typography */
.info-card h5 {
    color: #2C3E50;
}

.info-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

.btn-primary {
    background: #0AB1F0;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #008ec4;
    transform: translateY(-2px);
}

.btn-secondary {
    border: none;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .info-card {
        padding: 1.2rem;
    }

    .nappe-info-block h5 {
        font-size: 1rem;
    }

    .nappe-info-block p {
        font-size: 0.9rem;
    }
}









.custom-alert {
    background-color: #fff8e5;
    border: 1px solid #ffe58f;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #8a6d3b;
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    display: inline-flex;
    /* shrink to fit text */
}

.icon-wrapper {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    color: #d48806;
}

.icon-wrapper svg {
    width: 18px;
    height: 18px;
    stroke: #d48806;
}


.icon-wrapper-rouge {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    color: #dc3545;
}


.icon-wrapper-rouge svg {
    width: 18px;
    height: 18px;
    stroke: #dc3545;
    /* danger red */
}

.icon-wrapper-vert {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    color: #198754;
}


.icon-wrapper-vert svg {
    width: 18px;
    height: 18px;
    stroke: #198754;
    /* danger red */
}

.custom-alert a {
    color: #d48806;
    text-decoration: underline;
}

.custom-alert a:hover {
    color: #ad6800;
    text-decoration: none;
}

.custom-alert:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}




.alert-danger {
    background-color: rgba(220, 53, 69, 0.07) !important;
    /* rouge danger plus clair */
    border-color: rgba(220, 53, 69, 0.3) !important;
}

.alert-success {
    background-color: rgba(25, 135, 84, 0.07) !important;
    /* vert success plus clair */
    border-color: rgba(25, 135, 84, 0.3) !important;
}




.certificate-wrapper {
    max-width: 350px;
    /* largeur max pour rester pro */
}

.certificate-img {
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
    /* fine bordure gris clair */
    border-radius: 8px;
    /* coins arrondis */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    /* ombre légère */
    transition: transform 0.3s ease;
}

.certificate-img:hover {
    transform: scale(1.03);
    /* petit zoom au hover */
}

.certificate-caption {
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
}





@media (max-width:768px) {

    .action2 {
        display: none;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 998;
        display: flex;
        justify-content: center;
        padding: 10px 0
    }

    #stickyButton {
        display: none;
        background-color: #f7cf86;
        padding: 12px 24px;
        font-weight: 700;
        font-size: 1rem;
        color: #000;
        border: none;
        text-align: center;
        text-decoration: none;
        animation: .4s ease-in-out fadeIn;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
        max-width: 85%;
        width: 85%;
        margin: auto;
        z-index: 999;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    .navbar-brand img {
        width: 50%;
        height: auto
    }

    .divdel {
        display: none
    }

    .nappe-box {
        margin-left: 5px;
        margin-right: 5px
    }

    footer .container {
        padding-left: 50px
    }

    .btn-wrapper-devis {
        position: relative;
        height: 60px
    }

    .btn-devis-overlap {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3
    }

    div.animated-title,
    h2 {
        font-size: 25px !important
    }

    .dataShipping {
        height: 70px
    }

    .confiance-carousel .swiper-slide img {
        width: auto;
        height: 200px;
        filter: grayscale(0%)
    }
}