{"id":212,"date":"2026-07-23T11:57:21","date_gmt":"2026-07-23T11:57:21","guid":{"rendered":"https:\/\/cusina1975.com\/?page_id=212"},"modified":"2026-08-03T21:55:23","modified_gmt":"2026-08-03T21:55:23","slug":"cusina1975-faq-livraison","status":"publish","type":"page","link":"https:\/\/cusina1975.com\/ar\/cusina1975-faq-livraison\/","title":{"rendered":"CUSINA1975 FAQ"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"546\" src=\"https:\/\/cusina1975.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-23-juil.-2026-12_51_58-1024x546.png\" alt=\"cusina1975 FAQ premium textile banner with luxury black and gold design showing fabrics, tailoring tools and customer support concept\" class=\"wp-image-213\" style=\"width:1090px;height:auto\" title=\"CUSINA1975 FAQ\" srcset=\"https:\/\/cusina1975.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-23-juil.-2026-12_51_58-1024x546.png 1024w, https:\/\/cusina1975.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-23-juil.-2026-12_51_58-300x160.png 300w, https:\/\/cusina1975.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-23-juil.-2026-12_51_58-768x410.png 768w, https:\/\/cusina1975.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-23-juil.-2026-12_51_58-1536x819.png 1536w, https:\/\/cusina1975.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-23-juil.-2026-12_51_58-600x320.png 600w, https:\/\/cusina1975.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-23-juil.-2026-12_51_58.png 1717w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">D\u00e9couvrez toutes les r\u00e9ponses essentielles sur <a href=\"https:\/\/cusina1975.com\/\" data-type=\"page\" data-id=\"6\">cusina1975<\/a> <a href=\"https:\/\/fr.wikipedia.org\/wiki\/Foire_aux_questions\" target=\"_blank\" rel=\"noopener\">FAQ<\/a> : livraison, qualit\u00e9 textile premium et service client d\u00e9di\u00e9.<\/figcaption><\/figure>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =========================\n   RESET\n========================= *\/\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\n\/* =========================\n   GLOBAL\n========================= *\/\nbody{\n    font-family:'Poppins',sans-serif;\n    background:#000;\n    color:#fff;\n    line-height:1.6;\n}\n\na{\n    text-decoration:none;\n    color:inherit;\n}\n\n\/* =========================\n   HERO (TOP BANNER)\n========================= *\/\n.hero{\n    height:60vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    text-align:center;\n    background:#111;\n}\n\n.hero h1{\n    font-size:45px;\n    letter-spacing:2px;\n}\n\n\/* =========================\n   CONTAINER\n========================= *\/\n.container{\n    max-width:1000px;\n    margin:auto;\n    padding:80px 20px;\n}\n\n\/* =========================\n   TITLES\n========================= *\/\nh2{\n    color:#FFD700;\n    margin-bottom:15px;\n    font-weight:600;\n}\n\n\/* =========================\n   SECTION\n========================= *\/\n.section{\n    margin-bottom:40px;\n}\n\n\/* =========================\n   BOX (CONTENT CARD)\n========================= *\/\n.info-box{\n    background:#111;\n    padding:25px;\n    border:1px solid rgba(255,255,255,0.1);\n    transition:0.3s ease;\n}\n\n.info-box:hover{\n    border-color:#FFD700;\n}\n\n\/* =========================\n   FAQ ACCORDION\n========================= *\/\n.faq-item{\n    border-bottom:1px solid rgba(255,255,255,0.1);\n    padding:15px 0;\n    cursor:pointer;\n}\n\n.faq-question{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    font-weight:600;\n}\n\n.faq-question span{\n    color:#FFD700;\n    font-size:18px;\n}\n\n.faq-answer{\n    max-height:0;\n    overflow:hidden;\n    transition:max-height 0.4s ease;\n    color:#ccc;\n    padding-top:10px;\n}\n\n.faq-item.active .faq-answer{\n    max-height:200px;\n}\n\n\/* =========================\n   LISTS\n========================= *\/\nul{\n    padding-left:20px;\n}\n\nli{\n    margin-bottom:10px;\n}\n\n\/* =========================\n   CTA (CALL TO ACTION)\n========================= *\/\n.cta{\n    text-align:center;\n    padding:60px 20px;\n}\n\n.cta h2{\n    margin-bottom:10px;\n}\n\n.cta-btn{\n    display:inline-block;\n    margin-top:20px;\n    padding:12px 30px;\n    border:2px solid #FFD700;\n    color:#FFD700;\n    transition:0.3s;\n}\n\n.cta-btn:hover{\n    background:#FFD700;\n    color:#000;\n}\n\n\/* =========================\n   FOOTER\n========================= *\/\nfooter{\n    text-align:center;\n    padding:30px;\n    border-top:1px solid rgba(255,255,255,0.1);\n    font-size:14px;\n    color:#777;\n}\n\n\/* =========================\n   RESPONSIVE\n========================= *\/\n@media(max-width:768px){\n\n    .hero h1{\n        font-size:30px;\n    }\n\n    .container{\n        padding:50px 15px;\n    }\n\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\n\/* =========================\n   FADE-IN ON SCROLL\n========================= *\/\nconst revealElements = document.querySelectorAll(\".info-box, .section, h2\");\n\nconst revealOnScroll = () => {\n    const windowHeight = window.innerHeight;\n\n    revealElements.forEach(el => {\n        const elementTop = el.getBoundingClientRect().top;\n\n        if(elementTop < windowHeight - 100){\n            el.classList.add(\"visible\");\n        }\n    });\n};\n\nwindow.addEventListener(\"scroll\", revealOnScroll);\nwindow.addEventListener(\"load\", revealOnScroll);\n\n\n\/* =========================\n   FAQ ACCORDION (SMOOTH)\n========================= *\/\ndocument.querySelectorAll(\".faq-item\").forEach(item => {\n    item.addEventListener(\"click\", () => {\n\n        \/\/ close others (premium behavior)\n        document.querySelectorAll(\".faq-item\").forEach(i => {\n            if(i !== item) i.classList.remove(\"active\");\n        });\n\n        item.classList.toggle(\"active\");\n    });\n});\n\n\n\/* =========================\n   CURSOR GLOW EFFECT\n========================= *\/\nconst cursor = document.createElement(\"div\");\ncursor.classList.add(\"cursor-glow\");\ndocument.body.appendChild(cursor);\n\ndocument.addEventListener(\"mousemove\", (e) => {\n    cursor.style.top = e.clientY + \"px\";\n    cursor.style.left = e.clientX + \"px\";\n});\n\n\n\/* =========================\n   BUTTON HOVER LUXURY EFFECT\n========================= *\/\nconst buttons = document.querySelectorAll(\".cta-btn\");\n\nbuttons.forEach(btn => {\n    btn.addEventListener(\"mouseenter\", () => {\n        btn.style.boxShadow = \"0 0 20px #FFD700\";\n    });\n\n    btn.addEventListener(\"mouseleave\", () => {\n        btn.style.boxShadow = \"none\";\n    });\n});\n\n\n\/* =========================\n   PARALLAX HERO EFFECT\n========================= *\/\nconst hero = document.querySelector(\".hero\");\n\nwindow.addEventListener(\"scroll\", () => {\n    let offset = window.scrollY;\n    if(hero){\n        hero.style.backgroundPositionY = offset * 0.5 + \"px\";\n    }\n});\n\n\n\/* =========================\n   SMOOTH SCROLL LINKS\n========================= *\/\ndocument.querySelectorAll(\"a[href^='#']\").forEach(anchor => {\n    anchor.addEventListener(\"click\", function(e) {\n        e.preventDefault();\n\n        document.querySelector(this.getAttribute(\"href\")).scrollIntoView({\n            behavior: \"smooth\"\n        });\n    });\n});\n<\/script>\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<!-- SEO -->\n<title>FAQ | CUSINA 1975<\/title>\n<meta name=\"description\" content=\"Questions fr\u00e9quentes CUSINA 1975 : livraison, commandes, retours et informations sur nos produits textiles premium.\">\n\n<!-- FONT -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n\n\/* RESET *\/\n*{margin:0;padding:0;box-sizing:border-box}\n\n\/* GLOBAL *\/\nbody{\n    font-family:'Poppins',sans-serif;\n    background:#000;\n    color:#fff;\n    line-height:1.6;\n}\n\n\/* HERO *\/\n.faq-hero{\n    height:60vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    text-align:center;\n    background:#111;\n}\n\n.faq-hero h1{\n    font-size:45px;\n}\n\n\/* CONTAINER *\/\n.container{\n    max-width:900px;\n    margin:auto;\n    padding:80px 20px;\n}\n\n\/* FAQ ITEM *\/\n.faq-item{\n    border-bottom:1px solid rgba(255,255,255,0.1);\n    padding:20px 0;\n    cursor:pointer;\n}\n\n\/* QUESTION *\/\n.faq-question{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    font-size:18px;\n    font-weight:500;\n}\n\n\/* ICON *\/\n.faq-icon{\n    color:#FFD700;\n    font-size:22px;\n}\n\n\/* ANSWER *\/\n.faq-answer{\n    max-height:0;\n    overflow:hidden;\n    transition:0.4s ease;\n    color:#ccc;\n}\n\n.faq-answer p{\n    margin-top:15px;\n}\n\n\/* ACTIVE *\/\n.faq-item.active .faq-answer{\n    max-height:200px;\n}\n\n.faq-item.active .faq-icon{\n    transform:rotate(45deg);\n}\n\n\/* CTA *\/\n.faq-cta{\n    text-align:center;\n    padding:60px 20px;\n}\n\n.cta-btn{\n    display:inline-block;\n    margin-top:20px;\n    padding:12px 30px;\n    border:2px solid #FFD700;\n    color:#FFD700;\n    text-decoration:none;\n}\n\n.cta-btn:hover{\n    background:#FFD700;\n    color:#000;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n    .faq-hero h1{font-size:30px;}\n}\n\n<\/style>\n\n\n\n\n<!-- HERO -->\n<header class=\"faq-hero\">\n    <h2>CUSINA1975 FAQ <\/h2>\n<\/header>\n\n<main class=\"container\">\n\n<!-- FAQ ITEM -->\n<div class=\"faq-item\">\n    <div class=\"faq-question\">\n        <span>Quels sont les d\u00e9lais de livraison ?<\/span>\n        <span class=\"faq-icon\">+<\/span>\n    <\/div>\n    <div class=\"faq-answer\">\n        <p>Les commandes sont trait\u00e9es sous 2 \u00e0 5 jours ouvrables. Les d\u00e9lais varient selon votre localisation.<\/p>\n    <\/div>\n<\/div>\n\n<div class=\"faq-item\">\n    <div class=\"faq-question\">\n        <span>Proposez-vous la livraison internationale ?<\/span>\n        <span class=\"faq-icon\">+<\/span>\n    <\/div>\n    <div class=\"faq-answer\">\n        <p>Oui, nous livrons dans plusieurs pays avec des partenaires logistiques fiables.<\/p>\n    <\/div>\n<\/div>\n\n<div class=\"faq-item\">\n    <div class=\"faq-question\">\n        <span>Puis-je retourner un produit ?<\/span>\n        <span class=\"faq-icon\">+<\/span>\n    <\/div>\n    <div class=\"faq-answer\">\n        <p>Les retours sont accept\u00e9s selon nos conditions. Veuillez consulter notre politique de retour.<\/p>\n    <\/div>\n<\/div>\n\n<div class=\"faq-item\">\n    <div class=\"faq-question\">\n        <span>Comment suivre ma commande ?<\/span>\n        <span class=\"faq-icon\">+<\/span>\n    <\/div>\n    <div class=\"faq-answer\">\n        <p>Un num\u00e9ro de suivi vous est envoy\u00e9 par email apr\u00e8s l\u2019exp\u00e9dition de votre commande.<\/p>\n    <\/div>\n<\/div>\n\n<\/main>\n\n<!-- CTA -->\n<section class=\"faq-cta\">\n    <h2>Vous avez encore une question ?<\/h2>\n    <a href=\"\/contact\" class=\"cta-btn\">Contactez-nous<\/a>\n<\/section>\n\n<!-- JS -->\n<script>\n\nconst faqItems = document.querySelectorAll('.faq-item');\n\nfaqItems.forEach(item => {\n    item.addEventListener('click', () => {\n        item.classList.toggle('active');\n    });\n});\n\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>FAQ | CUSINA 1975 CUSINA1975 FAQ Quels sont les d\u00e9lais de livraison ? + Les commandes sont trait\u00e9es sous 2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-212","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false,"variation_swatches_image_size":false,"variation_swatches_tooltip_size":false},"uagb_author_info":{"display_name":"zakaria.laghlidi@gmail.com","author_link":"https:\/\/cusina1975.com\/ar\/author\/zakaria-laghlidigmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"FAQ | CUSINA 1975 CUSINA1975 FAQ Quels sont les d\u00e9lais de livraison ? + Les commandes sont trait\u00e9es sous 2 [&hellip;]","_links":{"self":[{"href":"https:\/\/cusina1975.com\/ar\/wp-json\/wp\/v2\/pages\/212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cusina1975.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cusina1975.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cusina1975.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cusina1975.com\/ar\/wp-json\/wp\/v2\/comments?post=212"}],"version-history":[{"count":0,"href":"https:\/\/cusina1975.com\/ar\/wp-json\/wp\/v2\/pages\/212\/revisions"}],"wp:attachment":[{"href":"https:\/\/cusina1975.com\/ar\/wp-json\/wp\/v2\/media?parent=212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}