@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Heebo', sans-serif;
}

body {
    background: #f8f6f3;
    color: #2d2d2d;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    width: 200px;
    height: auto;
    object-fit: cover;
    object-position: top;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

nav {
    padding: 20px 148px;
    background-color: #a5805d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

nav .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

nav .logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

nav .logo a {
    font-size: 15px;
    color: #3e3e3e;
    font-weight: bold;
}

nav .nav-links {
    display: flex;
    gap: 16px;
}

nav .nav-links a {
    transition: color 0.3s ease;
}

nav .nav-links a:hover {
    color: #b88c4a;
}

main,
.container {
    max-width: 900px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
    padding: 2rem;
}

h1,
h2,
h3 {
    color: #b88c4a;
    font-weight: 700;
    margin-bottom: 1rem;
}

footer {
    text-align: center;
    padding: 1.5rem 0;
    background: #e7b96a;
    color: #4a3c1a;
    border-radius: 0 0 16px 16px;
    margin-top: 2rem;
    font-size: 1rem;
}

@media (max-width: 700px) {

    nav,
    main,
    .container {
        padding: 1rem;
    }

    nav .nav-links {
        gap: 0.5rem;
    }

    h1,
    h2,
    h3 {
        font-size: 1.1rem;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Heebo', sans-serif;
}

body {
    background: #f8f6f3;
    color: #2d2d2d;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: #4a3c1a;
    transition: color 0.2s;
}

a:hover {
    color: #e7b96a;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

nav {
    padding: 1.5rem 2rem;
    background: linear-gradient(90deg, #e7b96a 0%, #f3e9d2 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

nav .logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

nav .logo img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
}

nav .logo a {
    font-size: 1.3rem;
    color: #4a3c1a;
    font-weight: 700;
    letter-spacing: 1px;
}

nav .nav-links {
    display: flex;
    gap: 1.5rem;
}

nav .nav-links a {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}

nav .nav-links a:hover {
    background: #fffbe9;
    color: #b88c4a;
}

main,
.container {
    max-width: 900px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
    padding: 2rem;
}

h1,
h2,
h3 {
    color: #b88c4a;
    font-weight: 700;
    margin-bottom: 1rem;
}

footer {
    text-align: center;
    padding: 1.5rem 0;
    background: #e7b96a;
    color: #4a3c1a;
    border-radius: 0 0 16px 16px;
    margin-top: 2rem;
    font-size: 1rem;
}

@media (max-width: 700px) {

    nav,
    main,
    .container {
        padding: 1rem;
    }

    nav .nav-links {
        gap: 0.5rem;
    }

    h1,
    h2,
    h3 {
        font-size: 1.1rem;
    }
}

nav .nav-links a.selected {
    color: #ffffff;
}

.main {
    padding: 0 148px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    height: calc(100vh - 80px);
}

.main .info h1 {
    font-size: 44px;
    margin-bottom: 40px;
}

.main .info p {
    font-size: 16px;
    margin-bottom: 45px;
    width: 100%;
}

.main .info button,
.content .box-list .box-item .buttons button {
    padding: 10px 30px;
    background: #aa7442;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.main .info button:hover,
.content .box-list .box-item .buttons button:hover {
    background: #aa5e20;
}

.main img {
    width: 400px;
    height: 400px;
    border-radius: 140px;
}

.recent {
    padding: 60px 148px;
    background-color: #e7be90;
}

.recent .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.recent .header h4,
.separator h4 {
    font-size: 20px;
    font-weight: 400;
}

.recent .header a {
    color: #aa7442;
}

.recent .boxs {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.recent .boxs .box-item {
    background-color: #fff;
    padding: 24px;
    width: 460px;
    border-radius: 12px;

}

.recent .boxs .box-item h3,
.content .box-list .box-item h3 {
    font-size: 26px;
    margin-bottom: 18px;
}

.recent .boxs .box-item .info,
.content .box-list .box-item .info {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.recent .boxs .box-item .info h5,
.content .box-list .box-item h5 {
    font-size: 18px;
    font-weight: 400;
}

.recent .boxs .box-item p {
    width: 400px;
}

.separator {
    padding: 40px 148px 0;
}

.separator h4 {
    margin-bottom: 30px;
}

.featured {
    padding: 40px 290px 0;
}

.featured .item,
.details-list .item {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
}

.featured .item img,
.details-list .item img {
    width: 320px;
    height: 200px;
    border-radius: 6px;
}

.featured .item .details h3,
.details-list .item h3 {
    font-size: 30px;
    margin-bottom: 16px;
}

.featured .item .details .item-info,
.details-list .item .details .item-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.featured .item .details .item-info .year-badge,
.details-list .item .details .item-info .year-badge,
.content .work-info .year-badge {
    background-color: #aa7442;
    padding: 2px 14px;
    color: #fff;
    border-radius: 16px;
    font-size: 14px;
    font-weight: bold;
}

.featured .item .details .item-info h4,
.details-list .item .details .item-info h4 {
    color: #8695a4;
    font-size: 18px;
}

.featured .item .details p,
.details-list .item .details p {
    width: 700px;
    text-align: justify;
}

footer {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .socials {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 20px;
}

footer .socials i {
    font-size: 40px;
    cursor: pointer;
    transition: color 0.3s ease;
}

footer .socials i:hover {
    color: #9f6630;
}

footer p {
    font-size: 14px;
}

.page-title {
    padding: 80px 234px 20px;
    width: 100%;
}

.content {
    padding: 30px 148px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .work-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 970px;
}

.content .work-info .category {
    color: #8695a4;
    font-size: 18px;
}

.content>p {
    width: 970px;
    font-size: 15px;
    margin: 20px 0;
}

.content>img {
    width: 570px;
    margin: 30px 0;
    border-radius: 20px;
}

.content>h1,
.content>h2,
.content>h3 {
    width: 970px;
}

.content .box-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content .box-list .box-item {
    background-color: #f5e9c4;
    padding: 24px;
    width: 960px;
    border-radius: 10px;
}

.content .box-list .box-item .buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.content .box-list .box-item .buttons button {
    font-size: 14px;
    padding: 6px 20px;
}

.content .box-list .box-item .buttons i {
    font-size: 22px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.content .box-list .box-item .buttons i:hover {
    color: #aa7442;
}

.content .container {
    background-color: #b8895d;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 970px;
    border-radius: 20px;
}

.content .container img {
    width: 300px;
    height: auto;
    border-radius: 20px;
}

.content .container h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.content .container .info>p {
    text-align: justify;
}

.content .container .info .email {
    font-weight: bold;
    margin-top: 30px;
    font-size: 14px;
}

@media screen and (max-width: 1400px) {

    nav {
        padding: 20px 60px;
    }

    .main {
        padding: 0 60px;
    }

    .recent {
        padding: 60px;
    }

    .featured,
    .separator {
        padding: 40px 60px 0;
    }

    .page-title {
        padding: 80px 60px 20px;
    }

}

@media screen and (max-width: 1200px) {

    nav {
        padding: 20px 40px;
    }

    .main {
        padding: 0 40px;
    }

    .main img {
        width: 340px;
        height: 340px;
    }

    .recent {
        padding: 40px;
    }

    .featured,
    .separator {
        padding: 40px 40px 0;
    }

    .featured .item .details p,
    .details-list .item .details p {
        width: 100%;
    }

    .page-title {
        padding: 80px 40px 20px;
    }

    .content .work-info,
    .content>p,
    .content>img,
    .content>h1,
    .content>h2,
    .content>h3,
    .content .box-list .box-item,
    .content .container {
        width: 100%;
    }

    .content .container img {
        width: 250px;
        height: 250px;
    }

    .content .container h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .content .container .info>p {
        font-size: 14px;
    }

}

@media screen and (max-width: 992px) {

    nav {
        padding: 20px;
    }

    .main {
        padding: 0 20px;
    }

    .main img {
        width: 300px;
        height: 300px;
    }

    .main .info h1 {
        font-size: 34px;
    }

    .main .info p {
        font-size: 15px;
    }

    .main .info button {
        font-size: 15px;
        padding: 8px 22px;
    }

    .recent {
        padding: 40px 20px;
    }

    .recent .boxs .box-item {
        width: 100%;
    }

    .recent .boxs .box-item h3,
    .content .box-list .box-item h3 {
        font-size: 20px;
    }

    .recent .boxs .box-item .info h5,
    .content .box-list .box-item .info h5 {
        font-size: 14px;
    }

    .recent .boxs .box-item p {
        width: 100%;
        font-size: 14px;
    }

    .featured,
    .separator {
        padding: 40px 20px 0;
    }

    .featured .item,
    .details-list .item {
        flex-direction: column;
        padding: 0 20px 30px;
    }

    .featured .item img,
    .details-list .item img {
        width: 100%;
        height: auto;
    }

    .featured .item .details h3,
    .details-list .details .item h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .featured .item .details .item-info .year-badge,
    .details-list .item .details .item-info .year-badge {
        font-size: 12px;
    }

    .featured .item .details .item-info h4,
    .details-list .item .details .item-info h4 {
        font-size: 15px;
    }

    .featured .item .details p,
    .details-list .item .details p {
        font-size: 14px;
    }

    .content {
        padding: 30px 20px 60px;
    }

    .content .container h2 {
        font-size: 20px;
    }

    .content .container .info>p {
        font-size: 13px;
    }

}

@media screen and (max-width: 768px) {

    nav {
        justify-content: center;
    }

    nav .logo {
        display: none;
    }

    .main {
        flex-direction: column;
        justify-content: space-around;
        margin: 40px 0;
        height: auto;
    }

    .main .info h1 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .main .info p {
        margin-bottom: 16px;
    }

    .main .info button {
        padding: 6px 20px;
        font-size: 13px;
    }

    .main img {
        margin-top: 20px;
        width: 100%;
        height: auto;
        border-radius: 50px;
    }

    .recent .boxs,
    .content .container {
        flex-direction: column;
    }

    .slider {
        width: 95%;
        margin-left: 15px;
    }

    .content .container img {
        width: 100%;
        height: auto;
    }
}

.slider-wrapper {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
}

.slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider::-webkit-scrollbar {
    display: none;
}

.slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
}

.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 250ms;
}

.slider-nav a:hover {
    opacity: 1;
}



.opening-hours {
    width: 100%;
    border-collapse: collapse;
}

.opening-hours td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.opening-hours .closed {
    background-color: #ffeeee;
}

.text-box {
    background-color: #aa7442;
    padding: 1px 14px;
    color: #fff;
    border-radius: 16px;
    font-size: 12px;
}



table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #0f0d0d;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #d1b994;
    color: #333;
}


.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}


@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}


.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000%;
    max-height: 1000%;
}

.lightboxImage img {
    max-width: 1000%;
    max-height: 1000%;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}


.map-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.prix {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin-left: 8px;


}

.prix img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.prix .plan {
    margin: 0 0.5%;
    width: 32%;
    padding-top: 10px;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #83674c;
    border-radius: 8px;
}

.prix .plan:hover i,
.prix .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.prix * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.prix header {
    color: #ffffff;
}

.prix .plan-title {
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 1.6em;
    letter-spacing: 2px;
    font-weight: 700;
}

.prix .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 20px;
    width: 30px;
    height: 3px;
    background-color: #fff;
}

.prix .plan-prix {
    padding: 0 20px;
    margin: 0;
}

.prix .plan-price {
    font-weight: 400;
    font-size: 2.8em;
    margin: 10px 0;
    display: inline-block;
}

.prix .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.prix .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
    font-size: 0.9em;
}

.prix .plan-features li {
    padding: 8px 20px;
}

.prix .plan-features i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.prix .featured {
    margin-top: -10px;
    z-index: 1;
    border-radius: 8px;
    border: 2px solid #c07f61;
    background-color: #c0845b;
}

.prix .featured .plan-select {
    padding: 30px 20px;
}

.prix .featured .plan-select a {
    background-color: #10507e;
}

@media only screen and (max-width: 767px) {
    .prix {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }


    .prix .plan {
        width: 49%;
        margin: 0.5%;
    }

    .prix .plan-title,
    .prix .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);

    }

    .prix .plan-select,
    .prix .featured .plan-select {
        padding: 20px;
    }

    .prix .featured {
        margin-top: 0;
    }

    .prix .featured header {
        line-height: 70px;
    }
}

@media only screen and (max-width: 440px) {
    .prix .plan {
        margin: 0.5% 0;
        width: 100%;

    }
}

/* Galerie de photos avec miniatures */
.photo-gallery {
    max-width: 1100px;
    margin: 40px auto 30px auto;
}

.photo-gallery .main-photo {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
}

.photo-gallery .main-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.photo-gallery .thumbnails {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.photo-gallery .thumbnails img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border 0.2s;
}

.photo-gallery .thumbnails img:hover,
.photo-gallery .thumbnails img.active {
    border: 3px solid #aa7442;
}

@media (max-width: 800px) {
    .photo-gallery .thumbnails img {
        width: 100px;
        height: 70px;
    }
}