{"id":77,"date":"2018-08-10T08:09:51","date_gmt":"2018-08-10T08:09:51","guid":{"rendered":"https:\/\/sotragip.khalilboucenna.com\/contact-page\/"},"modified":"2025-10-31T17:38:54","modified_gmt":"2025-10-31T17:38:54","slug":"contact-page","status":"publish","type":"page","link":"https:\/\/sotragip.khalilboucenna.com\/tr\/iletisim-sayfasi\/","title":{"rendered":"\u0130leti\u015fim Sayfas\u0131"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"77\" class=\"elementor elementor-77\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-528d7c3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"528d7c3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-59daf03\" data-id=\"59daf03\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5fed69b elementor-widget elementor-widget-html\" data-id=\"5fed69b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Contact - SOTRAGIP EL FELLAH<\/title>\r\n  <script src=\"https:\/\/kit.fontawesome.com\/a2d9d6cfd5.js\" crossorigin=\"anonymous\"><\/script>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Urbanist:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\r\n  <style>\r\n    :root {\r\n      --blue: #0C98D5;\r\n      --yellow: #B9B914;\r\n      --dark: #0f172a;\r\n      --muted: #6b7280;\r\n    }\r\n\r\n    * { margin: 0; padding: 0; box-sizing: border-box; }\r\n    body {\r\n      font-family: \"Urbanist\", sans-serif;\r\n      background: #fff;\r\n      color: var(--dark);\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    \/* HERO SECTION *\/\r\n    .contact-hero {\r\n      position: relative;\r\n      height: 70vh;\r\n      background: url('https:\/\/images.unsplash.com\/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1950&q=80') center\/cover no-repeat;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      text-align: center;\r\n      color: #fff;\r\n      overflow: hidden;\r\n    }\r\n\r\n    .contact-hero::before {\r\n      content: \"\";\r\n      position: absolute;\r\n      inset: 0;\r\n      background: rgba(12, 152, 213, 0.6);\r\n      backdrop-filter: blur(2px);\r\n    }\r\n\r\n    .hero-content {\r\n      position: relative;\r\n      z-index: 2;\r\n      max-width: 800px;\r\n      padding: 20px;\r\n      animation: fadeInUp 1.2s ease both;\r\n    }\r\n\r\n    .hero-content h1 {\r\n      font-size: 58px;\r\n      font-weight: 800;\r\n      letter-spacing: -1px;\r\n    }\r\n\r\n    .hero-content h1 span {\r\n      color: var(--yellow);\r\n    }\r\n\r\n    .hero-content p {\r\n      font-size: 20px;\r\n      margin-top: 10px;\r\n      color: #eaf7ff;\r\n    }\r\n\r\n    \/* CONTACT INFO SECTION *\/\r\n    .contact-info-section {\r\n      background: #fff;\r\n      margin-top: -80px;\r\n      position: relative;\r\n      z-index: 10;\r\n      border-radius: 30px 30px 0 0;\r\n      padding: 100px 20px;\r\n      box-shadow: 0 -10px 30px rgba(0,0,0,0.08);\r\n    }\r\n\r\n    .contact-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\r\n      gap: 40px;\r\n      max-width: 1100px;\r\n      margin: 0 auto;\r\n    }\r\n\r\n    .contact-card {\r\n      background: #fff;\r\n      border-radius: 20px;\r\n      padding: 50px 30px;\r\n      text-align: center;\r\n      box-shadow: 0 10px 25px rgba(0,0,0,0.06);\r\n      transition: all .4s ease;\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n\r\n    .contact-card:hover {\r\n      transform: translateY(-10px);\r\n      box-shadow: 0 20px 45px rgba(12,152,213,0.15);\r\n    }\r\n\r\n    .contact-card .icon {\r\n      width: 70px;\r\n      height: 70px;\r\n      background: linear-gradient(135deg, var(--blue), var(--yellow));\r\n      border-radius: 18px;\r\n      color: #fff;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      font-size: 30px;\r\n      margin: 0 auto 25px;\r\n      transition: all .3s ease;\r\n    }\r\n\r\n    .contact-card:hover .icon {\r\n      transform: scale(1.1) rotate(8deg);\r\n    }\r\n\r\n    .contact-card h3 {\r\n      font-size: 20px;\r\n      font-weight: 700;\r\n      color: var(--dark);\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    .contact-card p {\r\n      font-size: 16px;\r\n      color: var(--muted);\r\n      line-height: 1.6;\r\n    }\r\n\r\n    .contact-card a {\r\n      color: var(--blue);\r\n      text-decoration: none;\r\n      font-weight: 600;\r\n    }\r\n\r\n    \/* ANIMATIONS *\/\r\n    @keyframes fadeInUp {\r\n      0% { opacity: 0; transform: translateY(40px); }\r\n      100% { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    \/* RESPONSIVE *\/\r\n    @media (max-width: 768px) {\r\n      .hero-content h1 { font-size: 38px; }\r\n      .hero-content p { font-size: 17px; }\r\n      .contact-card { padding: 40px 25px; }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- HERO -->\r\n  <section class=\"contact-hero\">\r\n    <div class=\"hero-content\">\r\n      <h1>NOUS <span>CONTACTER<\/span><\/h1>\r\n      <p>Nos \u00e9quipes sont \u00e0 votre \u00e9coute pour tout renseignement ou demande de devis.<\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- CONTACT INFO -->\r\n  <section class=\"contact-info-section\">\r\n    <div class=\"contact-grid\">\r\n      <div class=\"contact-card\">\r\n        <div class=\"icon\"><i class=\"fas fa-map-marker-alt\"><\/i><\/div>\r\n        <h3>Adresse<\/h3>\r\n        <p>Boulevard Mill\u00e9nium (en face clinique WAHRAN),<br> Hai El Moustakbal, Bir El Djir, Oran.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"contact-card\">\r\n        <div class=\"icon\"><i class=\"fas fa-water\"><\/i><\/div>\r\n        <h3>Hydraulique Infos<\/h3>\r\n        <p><a href=\"tel:+213560512793\">+213 560 512 793<\/a><br>\r\n           <a href=\"mailto:hydraulique@sotragip.com\">hydraulique@sotragip.com<\/a><\/p>\r\n      <\/div>\r\n\r\n      <div class=\"contact-card\">\r\n        <div class=\"icon\"><i class=\"fas fa-building\"><\/i><\/div>\r\n        <h3>M\u00fclk geli\u015ftirme<\/h3>\r\n        <p><a href=\"tel:+213560965444\">+213 560 965 444<\/a><br>\r\n           <a href=\"mailto:promotion.immobiliere@sotragip.com\">promotion.immobiliere@sotragip.com<\/a><\/p>\r\n      <\/div>\r\n\r\n      <div class=\"contact-card\">\r\n        <div class=\"icon\"><i class=\"fas fa-clock\"><\/i><\/div>\r\n        <h3>Heures d\u2019ouverture<\/h3>\r\n        <p>Samedi au Jeudi :<br> 8h00 \u00e0 17h00<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Contact &#8211; SOTRAGIP EL FELLAH NOUS CONTACTER Nos \u00e9quipes sont \u00e0 votre \u00e9coute pour tout renseignement ou demande de devis. Adresse Boulevard Mill\u00e9nium (en face clinique WAHRAN), Hai El Moustakbal, Bir El Djir, Oran. Hydraulique Infos +213 560 512 793 hydraulique@sotragip.com Promotion Immobili\u00e8re +213 560 965 444 promotion.immobiliere@sotragip.com Heures d\u2019ouverture Samedi au Jeudi : 8h00 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-77","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.6 (Yoast SEO v26.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact Page - Sarl Sotragip El Fellah<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sotragip.khalilboucenna.com\/tr\/iletisim-sayfasi\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Page\" \/>\n<meta property=\"og:description\" content=\"Contact &#8211; SOTRAGIP EL FELLAH NOUS CONTACTER Nos \u00e9quipes sont \u00e0 votre \u00e9coute pour tout renseignement ou demande de devis. Adresse Boulevard Mill\u00e9nium (en face clinique WAHRAN), Hai El Moustakbal, Bir El Djir, Oran. Hydraulique Infos +213 560 512 793 hydraulique@sotragip.com Promotion Immobili\u00e8re +213 560 965 444 promotion.immobiliere@sotragip.com Heures d\u2019ouverture Samedi au Jeudi : 8h00 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sotragip.khalilboucenna.com\/tr\/iletisim-sayfasi\/\" \/>\n<meta property=\"og:site_name\" content=\"Sarl Sotragip El Fellah\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SARL.SOTRAGIP?mibextid=ZbWKwL\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-31T17:38:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sotragip.khalilboucenna.com\/wp-content\/uploads\/2023\/12\/logo-sotragip.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"520\" \/>\n\t<meta property=\"og:image:height\" content=\"236\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@sarlsotragip\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/contact-page\/\",\"url\":\"https:\/\/sotragip.khalilboucenna.com\/contact-page\/\",\"name\":\"Contact Page - Sarl Sotragip El Fellah\",\"isPartOf\":{\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/#website\"},\"datePublished\":\"2018-08-10T08:09:51+00:00\",\"dateModified\":\"2025-10-31T17:38:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/contact-page\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sotragip.khalilboucenna.com\/contact-page\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/contact-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/sotragip.khalilboucenna.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/#website\",\"url\":\"https:\/\/sotragip.khalilboucenna.com\/\",\"name\":\"Sarl Sotragip El Fellah\",\"description\":\"VOTRE PARTENAIRE TRANSPARANT &amp; FIABLE\",\"publisher\":{\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/#organization\"},\"alternateName\":\"Sotragip\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sotragip.khalilboucenna.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/#organization\",\"name\":\"Sarl Sotragip El Fellah\",\"alternateName\":\"Sarl Sotragip El Fellah\",\"url\":\"https:\/\/sotragip.khalilboucenna.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sotragip.khalilboucenna.com\/wp-content\/uploads\/2024\/05\/logo-sotragip-removebg-preview-removebg-preview.png\",\"contentUrl\":\"https:\/\/sotragip.khalilboucenna.com\/wp-content\/uploads\/2024\/05\/logo-sotragip-removebg-preview-removebg-preview.png\",\"width\":520,\"height\":236,\"caption\":\"Sarl Sotragip El Fellah\"},\"image\":{\"@id\":\"https:\/\/sotragip.khalilboucenna.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SARL.SOTRAGIP?mibextid=ZbWKwL\",\"https:\/\/x.com\/sarlsotragip\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0130leti\u015fim Sayfas\u0131 - Sarl Sotragip El Fellah","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sotragip.khalilboucenna.com\/tr\/iletisim-sayfasi\/","og_locale":"tr_TR","og_type":"article","og_title":"Contact Page","og_description":"Contact &#8211; SOTRAGIP EL FELLAH NOUS CONTACTER Nos \u00e9quipes sont \u00e0 votre \u00e9coute pour tout renseignement ou demande de devis. Adresse Boulevard Mill\u00e9nium (en face clinique WAHRAN), Hai El Moustakbal, Bir El Djir, Oran. Hydraulique Infos +213 560 512 793 hydraulique@sotragip.com Promotion Immobili\u00e8re +213 560 965 444 promotion.immobiliere@sotragip.com Heures d\u2019ouverture Samedi au Jeudi : 8h00 [&hellip;]","og_url":"https:\/\/sotragip.khalilboucenna.com\/tr\/iletisim-sayfasi\/","og_site_name":"Sarl Sotragip El Fellah","article_publisher":"https:\/\/www.facebook.com\/SARL.SOTRAGIP?mibextid=ZbWKwL","article_modified_time":"2025-10-31T17:38:54+00:00","og_image":[{"width":520,"height":236,"url":"https:\/\/sotragip.khalilboucenna.com\/wp-content\/uploads\/2023\/12\/logo-sotragip.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@sarlsotragip","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sotragip.khalilboucenna.com\/contact-page\/","url":"https:\/\/sotragip.khalilboucenna.com\/contact-page\/","name":"\u0130leti\u015fim Sayfas\u0131 - Sarl Sotragip El Fellah","isPartOf":{"@id":"https:\/\/sotragip.khalilboucenna.com\/#website"},"datePublished":"2018-08-10T08:09:51+00:00","dateModified":"2025-10-31T17:38:54+00:00","breadcrumb":{"@id":"https:\/\/sotragip.khalilboucenna.com\/contact-page\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sotragip.khalilboucenna.com\/contact-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sotragip.khalilboucenna.com\/contact-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/sotragip.khalilboucenna.com\/"},{"@type":"ListItem","position":2,"name":"Contact Page"}]},{"@type":"WebSite","@id":"https:\/\/sotragip.khalilboucenna.com\/#website","url":"https:\/\/sotragip.khalilboucenna.com\/","name":"Sarl Sotragip El Fellah","description":"\u015eEFFAF, G\u00dcVENILIR ORTA\u011eINIZ","publisher":{"@id":"https:\/\/sotragip.khalilboucenna.com\/#organization"},"alternateName":"Sotragip","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sotragip.khalilboucenna.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"},{"@type":"Organization","@id":"https:\/\/sotragip.khalilboucenna.com\/#organization","name":"Sarl Sotragip El Fellah","alternateName":"Sarl Sotragip El Fellah","url":"https:\/\/sotragip.khalilboucenna.com\/","logo":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/sotragip.khalilboucenna.com\/#\/schema\/logo\/image\/","url":"https:\/\/sotragip.khalilboucenna.com\/wp-content\/uploads\/2024\/05\/logo-sotragip-removebg-preview-removebg-preview.png","contentUrl":"https:\/\/sotragip.khalilboucenna.com\/wp-content\/uploads\/2024\/05\/logo-sotragip-removebg-preview-removebg-preview.png","width":520,"height":236,"caption":"Sarl Sotragip El Fellah"},"image":{"@id":"https:\/\/sotragip.khalilboucenna.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SARL.SOTRAGIP?mibextid=ZbWKwL","https:\/\/x.com\/sarlsotragip"]}]}},"_links":{"self":[{"href":"https:\/\/sotragip.khalilboucenna.com\/tr\/wp-json\/wp\/v2\/pages\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sotragip.khalilboucenna.com\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sotragip.khalilboucenna.com\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sotragip.khalilboucenna.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sotragip.khalilboucenna.com\/tr\/wp-json\/wp\/v2\/comments?post=77"}],"version-history":[{"count":129,"href":"https:\/\/sotragip.khalilboucenna.com\/tr\/wp-json\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":2785,"href":"https:\/\/sotragip.khalilboucenna.com\/tr\/wp-json\/wp\/v2\/pages\/77\/revisions\/2785"}],"wp:attachment":[{"href":"https:\/\/sotragip.khalilboucenna.com\/tr\/wp-json\/wp\/v2\/media?parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}