html,
body {
    /* height: 100%; */
    width: 100vw;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;

}

body {
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    min-height: 100vh;
    flex-grow: 1;
}


:root {
    --primary-color: #B0363E;
    --secondary-color: #F4B400;
    --text-color: #333;
    --light-text: #666;
    --bg-color: #f8f9fa;
    --card-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --border-radius: 10px;
    --transition: all 0.3s ease;
}

/* * { outline: 2px solid blue } */



/* Collectif */

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color);
    max-height: 18vh;
    padding-left: 5vw;
    padding: 2vh;
    width: 100vw;
}

main {
    flex-grow: 1;
    padding: 4vh;
    min-height: 50vh;

}

header img {
    height: 7vh;
    background-color: #fff;
    padding: 1vh;
    border: 0;
    border-radius: 100%;
    margin-left: 2vh;
}

.ulHeader ul {
    list-style: none;
    margin-right: 4vh;
}

nav li,
nav a {
    display: inline-block;
    margin-left: 2vh;
}

.ulHeader a {
    display: flex;
    text-decoration: none;
    color: #eee;
    text-transform: uppercase;
    font-weight: 200;
    transition: ease-in-out 0.3s;
}

.ulHeader a:hover {
    font-weight: 400;
    text-decoration: underline;
}


.sidenav {
    height: 100%;
    width: 30vh;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -250vh;
    background-color: var(--primary-color);
    padding-top: 60px;
    transition: right 0.5s ease;
}

/* Sidenav menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #eee;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #111;
}

.sidenav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Active class */
.sidenav.active {
    right: 0;
}

/* Close btn */
.sidenav .close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

/* Icône burger */
.burger-icon span {
    display: none;
    width: 35px;
    height: 5px;
    background-color: #eee;
    margin: 6px 0;
    border-radius: 4vh;
}

.CTA {
    background-color: #3685B0;
    padding: 2vh;
    border: 0;
    border-radius: 30px;
    color: white;
    transition: cubic-bezier(0.88, 0.08, 0.4, 0.95) 0.4s;
}

.CTA:hover {
    background-color: #d45e30;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 10px;
}

.CTA a {
    color: #eee;
    text-decoration: none;
    font-weight: 900;

}


/* Footer */
footer {
    position: relative;
    display: flex;
    background-color: var(--primary-color);
    font-size: 1rem;
}

.contFooter {
    display: grid;
    padding: 2vh 2vh;
    padding-left: 30%;
    padding-right: 30%;
    max-width: 100vw;

}

.Cont1Footer {
    grid-column: 1/2;
    grid-row: 1;
}

.Cont2Footer {
    grid-column: 2/2;
    grid-row: 1;
}

.LogoFooter {
    width: 20vh;
    height: auto;
}

.LinkFooter a {
    color: #eee;
    text-decoration: none;
    font-weight: 200;
    transition: ease-in-out 0.2s;
    text-transform: uppercase;
}

.LinkFooter li:last-of-type {
    margin-top: 2vh;
    font-size: 0.7rem;
}

.LinkFooter a:hover {
    padding-left: 1vh;
    text-decoration: underline;
}

.LinkFooter ul {
    list-style: none;
}

.LinkFooter li {
    margin-top: 1vh;
}

.Cont2Footer h5 {
    font-family: 'Just Another Hand';
    display: flex;
    justify-content: end;
    color: #eee;
    font-size: 2.5rem;
    font-weight: 100;
    letter-spacing: .2rem;
}

.Network_Img {
    width: 2vw;
}

.contFlexFooterImg {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contFlexFooterImg a {
    display: flex;
    margin-top: 2vh;
    text-decoration: none;
    align-items: center;
    color: #eee;
    padding-left: 1vh;
    transition: ease-in-out 0.3s;
}

.contFlexFooterImg a:hover {
    text-decoration: underline;
}

.contFlexFooterImg a img {
    margin-left: 2vh;
}

@media (max-width: 1085px) {
    .contFooter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contFlexFooterImg {
        align-items: center;
    }

    .Bigview {
        display: none;
    }

    .burger-icon span {
        display: block;
    }

    /* .Network_Img{
            displ
            width: 30vw;
        } */
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 50%;
    }
}


/* Index */
.IndexMain h2 {
    font-size: 2.2em;
    font-weight: 800;
}

.presentation-index {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 6vh;
}

.first-presentation-index {
    width: 30%;
    text-align: justify;
}

.first-presentation-index p {
    margin-top: 4vh;
}

.seconde-presentation-index img {
    width: 20vw;
}

.svgIndex {
    display: flex;
    width: 100%;
}

.first-losier-index h2 {
    font-size: 5em;
    font-weight: 800;
}

.first-losier-index h4 {
    font-size: 1.5em;
    font-weight: 200;
}

.losier-index {
    display: flex;
    flex-direction: column;
    padding-right: 10vh;
    padding-left: 10vh;
    padding-bottom: 10vh;
}

.losier-index img {
    width: 30%;
    border-radius: 30px;
}

.first-losier-index {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin: 4vh;
}

.Naturel-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.losier-index h3 {
    text-align: center;
    margin-bottom: 5vh;
}

.Naturel-index p,
.Naturel-index h3 {
    padding-left: 40vh;
}

.Artisanal-index p,
.Artisanal-index h3 {
    padding-right: 40vh;
}

.Artisanal-index {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

/* Avis gg */

.starts-avis svg {
    color: #F4B400;
}

.cont-avis-gg {
    padding-right: 10vh;
    padding-left: 10vh;
    padding-bottom: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.avis-gg {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card .card-body {
    padding: 1rem 1rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}


.profile {
    margin-top: 16px;
    margin-left: 11px;
}

.profile-pic {
    width: 58px;
}

.cust-name {
    font-size: 18px;
}

.cust-profession {
    font-size: 10px;
}



.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}



.card {
    margin-bottom: 20px;
}

.card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-text {
    flex-grow: 1;
}

/* .avis-gg{
    margin: 4vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}
.avis-gg p {
  padding: 1vh;
}
.avis-gg .card{
    width: 20vw;
    min-height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.5s;


}
.avis-gg .card:hover{
    scale: 1.005;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;

} */




.losier-index p {
    text-align: center;
}


.production-index {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-right: 10vh;
    padding-left: 10vh;
    padding-bottom: 10vh;
}

.production-index img {
    width: 25vw;
}

.production-1-index,
.production-3-index {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    text-align: justify;
    margin-top: 3vh;
}

.production-1-index img,
.production-3-index img {
    position: relative;
    right: -8vw;
    border: 0;
    border-radius: 2vw;
}

.production-2-index {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: justify;
}

.production-2-index img {
    position: relative;
    left: -8vw;
    border: 0;
    border-radius: 2vw;
}

.production-index h2 {
    font-size: 3em;
    font-weight: 800;
}

.production-index h4 {
    margin-top: 5vh;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
}


.Newsletter-index {
    display: flex;
    flex-direction: column;
    padding-right: 10vh;
    padding-left: 10vh;
    padding-bottom: 7vh;
}

.Newsletter-index h3 {
    font-size: 3em;
    font-weight: 800;
}

.Newsletter-index h4 {
    font-size: 1.5em;
    font-weight: 200;
}

.first-Newsletter-index {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 4vh;
}


.Newsletter-index form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.Newsletter-index h6 {
    font-size: 0.7em;
    color: #929191;
    font-weight: 100;
}

.h6form-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4vh;
}

.h6form-index a {
    text-decoration: underline;
    color: #929191;
}

.MailInput {
    border: 10px solid var(--primary-color);
    border-radius: 2vh;
    padding: 1vh;
    width: 40%;
}

.CTA-text h5 {
    font-family: 'Just Another Hand';
    font-weight: 800;
    font-size: 2.5em;
    letter-spacing: 0.1em;
}

.CTA-text {
    transform: rotate(-15deg);
    display: flex;
    z-index: -3;
    flex-direction: column;
    align-items: start;
}

#Submit-index {
    border: 0;
    border-radius: 4vh;
    padding: 1.4vh;
    background-color: #3685B0;
    color: #eee;
    font-weight: bolder;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: ease-in-out 0.3s;
    margin-top: 4vh;

}

#Submit-index:hover {
    background-color: #d45e30;

}



@media (max-width: 1085px) {
    .presentation-index {
        display: flex;
        flex-direction: column;

    }

    .seconde-presentation-index {
        display: flex;
        justify-content: center;

    }

    .first-presentation-index {
        width: 100%;
    }

    .presentation-index,
    .second-section-product,
    .losier-index,
    .production-index,
    .Newsletter-index,
    .cont-avis-gg {
        width: 100%;
        padding-top: 6vh;
        padding-bottom: 6vh;
        padding-right: 3vh;
        padding-left: 3vh;

    }

    .seconde-presentation-index img {
        width: 50%;
    }

    .losier-index {
        align-items: center;

    }

    .Artisanal-index,
    .Naturel-index,
    .production-1-index {
        flex-direction: column;
        padding: 0vh;
        justify-content: center;
    }

    .Artisanal-index {
        margin-top: 15vh;
    }

    .Artisanal-index p,
    .Artisanal-index h3,
    .Naturel-index p,
    .Naturel-index h3,
    .production-index p {
        padding: 0vh;
    }

    .losier-index img {
        width: 70%;
        margin-bottom: 5vh;
    }

    .production-1-index,
    .production-2-index,
    .production-3-index {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 4vh;
    }

    .production-index img {
        right: 0;
        left: 0;
        margin-bottom: 2vh;
    }

    .CTA-text {
        transform: rotate(0deg);
        font-size: 1em;
        margin-top: 4vh;
        margin-bottom: 4vh;
    }

    .Newsletter-index {
        flex-direction: column;
        align-items: center;
    }

    .first-Newsletter-index h3 {
        font-size: 2.7em;
        text-align: center;
    }

    .first-Newsletter-index h4 {
        text-align: center;
    }

    .MailInput {
        width: 90%;
    }
}


/* Effet */
.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0 !important;
    animation: none !important;
    transition: 0s !important;
}

.reveal-loaded [class*="reveal-"] {
    animation: revealAnimation 1s cubic-bezier(.5, 0, 0, 1) both;
}

.reveal-loaded .reveal-2 {
    animation-delay: .1s;
}

.reveal-loaded .reveal-3 {
    animation-delay: .2s;
}

.reveal-loaded .reveal-4 {
    animation-delay: .3s;
}

@media (prefers-reduced-motion: reduce) {
    .reveal-loaded [class*="reveal-"] {
        animation: none !important;
    }
}

@keyframes revealAnimation {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* ===== MENTIONS LÉGALES ===== */
.Mention {
    font-family: 'Arial', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    color: #333;
    line-height: 1.6;
    background-color: #f9f7f5;
}

/* En-tête principal */
.Mention h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #B0363E;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #B0363E;
    display: inline-block;
}

/* Paragraphes */
.Mention p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

/* Sections principales */
.Mention h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #5a3e2b;
    position: relative;
    padding-left: 1rem;
}

.Mention h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: #B0363E;
}

/* Conteneurs de contenu */
.Info_mentions {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
}

.Info_mentions1,
.Info_mentions2 {
    flex: 1;
    min-width: 300px;
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Liens et boutons */
a {
    color: #B0363E;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #8b6b4a;
    text-decoration: underline;
}

.CTA {
    background-color: #B0363E;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 1rem;
}

.CTA:hover {
    background-color: #8b6b4a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style des titres avec soulignement */
.H3underline {
    position: relative;
    padding-bottom: 0.5rem;
}

.H3underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #B0363E;
}

/* Responsive */
@media (max-width: 768px) {
    .Mention {
        padding: 1.5rem;
    }

    .Mention h1 {
        font-size: 1.8rem;
    }

    .Info_mentions {
        flex-direction: column;
    }
}



/* Contact */
.Contact {
    padding: 4vh;
    display: flex;
    justify-content: space-around;
}



.col1_Contact {
    color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
}

.col1_Contact iframe {
    margin-top: 4vh;
    border-radius: 4vh;
    width: 100%;
    height: 35vh;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.col1_Contact h1 {
    font-weight: 900;
}

.col2_Contact {
    display: flex;
    flex-direction: column;
    background-color: #9d464c;
    padding: 1vh;
    width: 40%;
    height: 90%;
    border-radius: 1vh;
}


@media (max-width: 1385px) {
    .Contact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1vh;
    }

    .col1_Contact {
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 4vh;
    }

    .col1_Contact iframe {
        width: 100%;
        height: 25vh;
    }

    .col2_Contact {
        width: 100%;
        margin-bottom: 4vh;
    }

    .inputMailName {
        flex-wrap: wrap;
    }
}

/* Realisations */
/* Styles pour le panier de produits */
.Panier-Product {
    margin: 2rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.Card-Product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: white;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.Card-Product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
}

.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-img-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.card-title {
    font-size: 1.2rem;
    margin: 1rem 0;
    color: #333;
    text-align: center;
}

.card-body {
    padding: 1rem;
}

.card-body p {
    margin: 0.5rem 0;
    color: #555;
    font-size: 0.9rem;
}

.btn-primary {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.no-results {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-size: 1.2rem;
}


/*  Qui suis je ?  */
.QSJ {
    display: flex;
    flex-direction: column;
    padding: 5vh;
    padding-right: 10vw;
    padding-left: 10vw;
}

.QSJ-First {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: justify;
    padding: 4vh;
    margin-top: 3vh;
    gap: 10%;
}

.QSJ-Seconde {
    margin-top: 3vh;

}

.QSJ-First img {
    width: auto;
    height: 30vh;
}

@media (max-width: 1085px) {

    .card-container {
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        margin: 2vh;
    }

    .QSJ-First {
        flex-direction: column;
    }

    .QSJ-First img {
        width: 70vw;
        height: auto;
    }

    .QSJ {
        align-items: center;
    }
}

/* Product CSS */

.MainProduct {
    padding: 4vh;
}

.MainProduct .FirstView {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.MainProduct .SecondView {
    display: flex;
    flex-direction: column;
}

#carouselProduct {
    width: 30vw;
}

.carousel-inner {
    border-radius: 4vh;
}

.Description_Product {
    margin-top: 4vh;
    max-width: 30vw;
    text-align: justify;
}

.ContentDescriptionProductContact {
    display: flex;
    justify-content: center;

}

.InfoContactProduct {
    margin-top: 8vh;
    max-width: 50vw;
    text-align: justify;
}

@media (max-width: 1085px) {

    .MainProduct {
        margin: 2vh;
    }

    .MainProduct .FirstView {
        flex-direction: column;
        justify-content: center;
    }

    #carouselProduct {
        width: 70vw;
    }

    .Description_Product {
        margin-top: 3vh;
        max-width: 70vw;
        text-align: justify;
    }

    .MainProduct H1 {
        margin-top: 4vh;
    }
}

/* Product - Version améliorée */
.section-product {
    display: flex;
    gap: 3rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.product-gallery {
    flex: 1;
    position: relative;
}

.product-gallery .carousel {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-gallery img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f7f5;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.product-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.product-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #8b6b4a;
}

.product-price {
    font-size: 1.8rem;
    color: #5a3e2b;
    font-weight: bold;
    margin: 1rem 0;
}

.product-dimensions {
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.product-dimensions h3 {
    color: #8b6b4a;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.product-dimensions p {
    margin: 0.5rem 0;
    display: flex;
    justify-content: space-between;
}

.product-dimensions span {
    font-weight: bold;
    color: #5a3e2b;
}

.product-description {
    margin: 1.5rem 0;
    line-height: 1.6;
    color: #4a4a4a;
}

.product-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #5a3e2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.order-section {
    margin: 3rem auto;
    padding: 2rem;
    background-color: #f9f7f5;
    border-radius: 8px;
    max-width: 1000px;
}

.order-section h2 {
    color: #5a3e2b;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

/* Responsive */
@media (max-width: 1085px) {
    .section-product {
        flex-direction: column;
    }

    .product-gallery,
    .product-info {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .product-gallery img {
        height: auto;
        max-height: 50vh;
    }

    .order-section {
        padding: 1.5rem;
    }
}

/* Sur mesure */
.surMesure-page-header {
    text-align: center;
    padding: 4rem 0;
    background-color: white;
    margin-bottom: 3rem;
    border-bottom: 1px solid #eee;
}

.surMesure-page-header h1 {
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.surMesure-content-section {
    padding: 2rem 10%;
    max-width: 1200px;
    margin: 0 auto;
}

.surMesure-content-section p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--light-text);
}

.surMesure-content-section p:first-child {
    margin-top: 0;
}

.surMesure-carousel-container {
    margin: 3rem 0;
    background-color: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.surMesure-carousel-inner img {
    border-radius: var(--border-radius);
    max-height: 500px;
    object-fit: contain;
    transition: var(--transition);
}

.surMesure-carousel-inner img:hover {
    transform: scale(1.02);
}

.surMesure-carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.surMesure-carousel-control-prev-icon,
.surMesure-carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.surMesure-carousel-control-prev-icon:hover,
.surMesure-carousel-control-next-icon:hover {
    background-color: var(--primary-color);
}

.surMesure-cta-section {
    text-align: center;
    padding: 3rem 0;
    background-color: var(--primary-color);
    color: white;
    margin-top: 3rem;
}

.surMesure-cta-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.surMesure-cta-section p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.surMesure-btn-custom {
    background-color: white;
    color: var(--primary-color);
    padding: 0.8rem 2rem;
    font-weight: 600;
    border-radius: var(--border-radius);
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}

.surMesure-btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .surMesure-content-section {
        padding: 2rem 5%;
    }

    .surMesure-page-header {
        padding: 3rem 1rem;
    }

    .surMesure-cta-section {
        padding: 2rem 1rem;
    }
}

/*  */
.col-lg-6 img {
    max-width: 70%;
}

/* Style de base pour l'osier */
.osier-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    color: #333;
}

.osier-container h1 {
    text-align: center;
    margin-bottom: 2rem;

}

/* Sections avec image et texte */
.osier-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.osier-section.reverse {
    flex-direction: column-reverse;
}

.osier-text {
    padding: 1.5rem;
    flex: 1;
}

.osier-image {
    flex: 1;
}

.osier-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 2vw;
}

/* Texte final */
.final-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style responsive */
@media (min-width: 768px) {
    .osier-section {
        flex-direction: row;
    }

    .osier-section.reverse {
        flex-direction: row-reverse;
    }

    .osier-text,
    .osier-image {
        padding: 2rem;
    }

    .osier-container {
        padding: 3rem;
    }
}

@media (min-width: 1024px) {
    .osier-container {
        padding: 4rem;
    }

    .osier-text {
        padding: 2.5rem;
    }
}

/* Effets de survol */
.osier-section:hover {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

.osier-image img {
    transition: transform 0.5s ease;
}

.osier-image:hover img {
    transform: scale(1.02);
}


/* Construct */
.construction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 4vh 10vw;
    text-align: center;
}

.construction-container {
    max-width: 800px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: sticky;
    overflow: hidden;
}

.construction::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(139, 107, 74, 0.05) 0%,
            rgba(255, 255, 255, 0) 50%,
            rgba(139, 107, 74, 0.05) 100%);
    z-index: 0;
}

.construction-content {
    position: relative;
    z-index: 1;
}



.construction-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.construction-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
}

.construction-text {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.progress-container {
    margin: 1.5rem auto;
    width: 80%;
    background-color: #f0e6d2;
    border-radius: 5px;
    height: 8px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: rgb(176, 54, 62);
    width: 65%;
    border-radius: 5px;
    animation: progressAnimation 2s ease-in-out infinite;
}

.construction-button {
    display: inline-block;
    background-color: rgb(176, 54, 62);
    color: white;
    padding: 0.6rem 1.8rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.construction-button:hover {
    background-color: #5a3e2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.construction-footer {
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #7a7a7a;
}

@keyframes progressAnimation {
    0% {
        width: 60%;
    }

    50% {
        width: 70%;
    }

    100% {
        width: 60%;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .construction {
        padding: 2vh 5vw;
    }

    .construction-container {
        padding: 2rem;
    }

    .construction-title {
        font-size: 1.6rem;
    }
}