
.offer-section {
    border: none;
    margin: 32px 0;
    padding: 40px 0 60px 0;
}


.offer-flex {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 25px 0;
}

.offer-image {
    flex: 0 0 50%;
    max-width: 50%;
    border-radius: 12px;
    overflow: hidden;
}

.offer-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
    max-height: 250px;
    object-fit: cover;
}

.offer-content {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offer-content h3 {
    font-size: 36px;
    margin: 0 0 20px 0;
}

.offer-content p {
    font-size: 1.05rem;
    margin: 0 0 18px 0;
    color: #222;
}

.offer-promo {
    font-family: 'Hackney', sans-serif;
    font-size: 26px;
    margin-bottom: 18px;
    line-height: 22px;
}
.promo-row {
    display: inline-block;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.promo-code {
    font-family: 'Hackney', sans-serif;
    font-size: 30px;
    border: 2px dashed #181818;
    padding: 0 8px;
    border-radius: 6px;
    background: #fcfcf4;
    margin-right: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 32px;
}

.promo-check {
    font-size: 1.3rem;
    margin-left: 2px;
}

.offer-btn {
    margin-top: 28px;
    background: #181818;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 14px 32px;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.offer-btn:hover {
    background: #333;
}
.btn.btn-secondary.btn-promo-code {
    border: 2px dashed;
    gap: 2px;
    display: block;
}

@media (max-width: 900px) {
    .offer-flex {
        flex-direction: column;
        align-items: stretch;
        padding: 10px 0;
        gap: 10px;
    }
    .offer-image {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .offer-section {
        border: none;
        margin: 32px 0;
        padding: 0;
    }
}

@media (max-width: 600px) {
    .offer-flex {
        padding: 0;
        margin-top: 15px;
    }
    .offer-content h2 {
        font-size: 1.1rem;
    }
    .promo-code {
        font-size: 1rem;
        padding: 4px 10px;
    }
    .offer-btn {
        padding: 10px 18px;
        font-size: 0.95rem;
    }
}

/* --- Collaborations Block --- */
.collab-section {
    padding: 40px 0 60px 0;
    border-top: 1px solid #161616;
    border-bottom: 1px solid #161616;
}

.collab-artists {
    display: flex;
    gap: 1px;
    justify-content: center;
    align-items: stretch;
    padding: 25px 0;
    max-height: 620px;
}

.collab-artist {
    background-color: #ecebe3 !important;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s, flex 0.4s cubic-bezier(0.4,0,0.2,1), min-width 0.4s cubic-bezier(0.4,0,0.2,1), max-width 0.4s cubic-bezier(0.4,0,0.2,1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    max-width: 420px;
    flex: 1 1 0;
    overflow: hidden;
    border: 1.5px solid #ecece0;
    position: relative;
    min-height: 500px;

}
.collab-artist:nth-child(odd) {
    background-color: #f8f8ef !important;
}
.collab-artist-main {
    text-align: center;
}
.collab-artist.closed {
    min-width: 10%;
    max-width: 10%;
    flex: 0 0 120px;
    box-shadow: none;
    background: #f7f7ed;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 16px 0;
    background-size: auto 68%;
    background-repeat: no-repeat;
    background-position: top center;
}

.collab-artist.open {
    min-width: 70%;
    max-width: 70%;
    flex: 2 1 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    background: #fff;
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    background: none !important;
}
.collab-artist-left, .collab-artist-right {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.collab-artist-left{
    padding: 15px;
}
.collab-artist-right .right_content{
    height: 100%;
}
.collab-artist-right .right_content .sliderNewDesign {
    height: 100%;
}
.collab-artist-right .right_content  .sliderNewDesign .slider_body{
    height: 550px;
    background-color: #e1e1e1;
}

.collab-artist-right .slide_one_img .slide_one_item img{
    height: 570px;
}
.collab-artist.open .collab-artist-left {
    border: 1px solid #c4c0c0;
    border-radius: 16px 0 0 16px;
    justify-content: space-between;
    position: relative;
}
.collab-artist-left .card_auto_grid {
    white-space: nowrap;
    padding: 0;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    justify-content: start;
}
.collab-artist-left .card_auto_grid .card_item{
    min-width: 140px;
    padding: 5px;
    border-radius: 8px;
    width: 100px;
    flex: 0 0 auto;
}
.collab-artist-left .card_auto_grid .card_item .card_info {
    flex-direction: column;
    gap: 5px;
}
.collab-artist-left .card_auto_grid .card_item  .btn.btn-secondary {
    display: none;
}
.collab-artist-left .card_auto_grid .card_item h3{
   font-size: 22px;
}
.collab-artist-left .card_auto_grid .card_item_container_style1 .card_info h4 {
    align-self: center;
    width: auto;
    font-size: 12px;
}
.collab-artist-left .card_auto_grid .card_item_container_style1 .card_img {
    height: 155px;
}
.collab-artist-photo {
    width: 50%;
    max-width: 200px;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 12px;
}
.collab-artist.closed .collab-artist-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 8px;
    border: 2px solid #fff;
}
.collab-artist.closed .card_auto_grid ,
.collab-artist.closed .collab-artist-actions,
.collab-artist.closed .collab-artist-right,
.collab-artist.closed .collab-artist-works
{
    display: none !important;
}

.collab-artist.closed .collab-artist-left{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.collab-artist-name {
    font-family: 'Hackney', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 22px;
}
.collab-artist.closed .collab-artist-name {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    line-height: 19px;
    min-height: 40px;
}
.collab-artist.open .collab-artist-main {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}
.collab-artist-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.collab-artist-desc p {
    font-size: 14px;
    color: #222;
    margin-top: 6px;
    max-width: 220px;
    text-align: left;
}
.collab-artist.closed .collab-artist-desc {
    display: none;
}
.collab-artist-works {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
}
.collab-work {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f7f7ed;
    border-radius: 10px;
    overflow: hidden;
    width: 110px;
    min-width: 110px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.collab-work img {
    width: 110px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.collab-work-title {
    font-family: 'Hackney',sans-serif;
    font-size: 0.95rem;
    padding: 6px 8px 8px 8px;
    color: #181818;
    text-align: left;
}
.collab-work-title span {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.85rem;
    color: #222;
}
.collab-artist-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    width: 100%;
}
.collab-artist-actions a {

}
.collab-arrow {
    background: #fff;
    border: 1.5px solid #181818;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.2s;
}
.collab-arrow:hover {
    background: #f7f7ed;
}
.collab-discover {
    flex: 1;
    background: #181818;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 12px 0;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.collab-discover:hover {
    background: #333;
}
.collab-artist-collapse {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 30px;
    background-position: 100% 93%;
}
.collab-artist.open .collab-artist-collapse {
    width: 30px;
    height: 30px;
}
@media (max-width: 900px) {
    .collab-artists {
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
        max-height: unset;
    }
    .collab-artist {
        min-width: 100% !important;
    }
    .collab-artist.open, .collab-artist.closed {
        min-width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .collab-artist.open {
        flex-direction: column;
        border: 1px solid #acaaaa;
        padding-bottom: 30px;
    }

    .collab-artist.closed {
        align-items: start;
        justify-content: flex-start;
        min-height: 77px !important;
        padding: 0;
        background-size: calc(100% - 140px) auto;
        background-position: center right;
    }
    .collab-artist.closed .collab-artist-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        border: none;
    }
    .collab-artist-left, .collab-artist-right {
        width: 100%;
        padding: 10px;
        border: none !important;
    }

    .collab-artist-right .right_content  .sliderNewDesign .slider_body{
        height: 230px;
        border-radius: 15px;
        overflow: hidden;
    }
    .collab-artist .sliderNewDesign .slick-arrow {
        bottom: -15px;
    }
    .collab-artist.closed .collab-artist-main {
        width: 116px;
    }
    .collab-artist-collapse {
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6c4.5-4.2 7.1-10.1 7.1-16.3c0-12.3-10-22.3-22.3-22.3L304 256l0-96c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 96-57.7 0C138 256 128 266 128 278.3c0 6.2 2.6 12.1 7.1 16.3l107.1 99.9c3.8 3.5 8.7 5.5 13.8 5.5s10.1-2 13.8-5.5l107.1-99.9z'/%3E%3C/svg%3E");
        top: 5px;
        right: 5px;
    }
    .collab-artist.open .collab-artist-collapse {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM151.2 217.4c-4.6 4.2-7.2 10.1-7.2 16.4c0 12.3 10 22.3 22.3 22.3l41.7 0 0 96c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-96 41.7 0c12.3 0 22.3-10 22.3-22.3c0-6.2-2.6-12.1-7.2-16.4l-91-84c-3.8-3.5-8.7-5.4-13.9-5.4s-10.1 1.9-13.9 5.4l-91 84z'/%3E%3C/svg%3E");
    }
    .collab-artist-left{
        padding-top: 20px;
    }
    .collab-artist-info {
        padding-top: 17px;
    }
}
@media (max-width: 700px) {
    .collab-title {
        font-size: 1.2rem;
        margin-bottom: 18px;
    }
    .collab-work, .collab-work img {
        width: 70px;
        min-width: 70px;
        height: 60px;
    }
    .collab-work-title {
        font-size: 0.7rem;
        padding: 4px 4px 6px 4px;
    }
}

/* --- Newsletter Block --- */
.newsletter-section {
    padding: 40px 0 40px 0;
    border-bottom: 1.5px solid #161616;
    display: flex;
    justify-content: center;
}
.newsletter-container {
    width: 80vw;
    max-width: 1400px;
    min-width: 320px;
    background-color: #fff;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    border: 1.5px solid #181818;
    overflow: hidden;
}
.newsletter-left {
    flex: 2;
    padding: 40px 32px 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.newsletter-desc {
    font-size: 1.08rem;
    color: #181818;
    margin-bottom: 24px;
    line-height: 1.5;
}
.newsletter-promo {
    margin-top: 5px;
    background: #181818;
    color: #fff;
    font-family: 'Hackney', sans-serif;
    font-size: 2rem;
    padding: 5px 24px 12px 24px;
    border-radius: 6px;
    transform: rotate(-7deg);
    width: max-content;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    letter-spacing: 0;
    border: 1px solid #fff;
    line-height: 2rem;
    text-align: center;
}
.newsletter-promo b {
    font-size: 2.6rem;
}
.newsletter-right {
    flex: 1.5;
    padding: 40px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newsletter-icon {
    margin-bottom: 12px;
}
.newsletter-form-desc {
    font-size: 1.08rem;
    margin-bottom: 18px;
    color: #181818;
    text-align: center;
}
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}
.newsletter-form input[type="email"] {
    padding: 10px 18px;
    border-radius: 24px;
    border: 1.5px solid #181818;
    font-size: 1.08rem;
    outline: none;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
}
.newsletter-form button {
    background: #181818;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 12px 0;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}
.newsletter-form button:hover {
    background: #333;
}
@media (max-width: 900px) {
    .newsletter-container {
        flex-direction: column;
        padding: 0;
        width: 98vw;
    }
    .newsletter-left, .newsletter-right {
        padding: 24px 12px 18px 12px;
    }
    .newsletter-promo {
        font-size: 24px;
        padding: 10px 12px 8px 12px;
        margin: 0 auto;
        line-height: 24px;
        max-width: 600px;
    }
}
@media (max-width: 600px) {
    .newsletter-promo {
        padding: 6px 6px 4px 6px;
        max-width: 300px;
    }
    .newsletter-form input[type="email"] {
        font-size: 0.95rem;
        padding: 10px 10px;
    }
    .newsletter-form button {
        font-size: 0.95rem;
        padding: 10px 0;
    }
}
.temoignages_home #temoignage_section {
    border-bottom: 1px solid #161616;
}
.realizations_home .btn.btn-default {
    display: none;
}
.realizations_home h2 {
    margin-bottom: 20px;
}