{"id":4142,"date":"2020-01-24T08:18:49","date_gmt":"2020-01-24T13:18:49","guid":{"rendered":"https:\/\/www.groupesomavrac.com\/?page_id=4142"},"modified":"2024-02-14T10:30:09","modified_gmt":"2024-02-14T15:30:09","slug":"somavrac-c-c","status":"publish","type":"page","link":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/","title":{"rendered":"Somavrac C.C."},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"4142\" class=\"elementor elementor-4142 elementor-4141\" data-elementor-post-type=\"page\">\n\t\t\t\t    <script>\n    var markers = [];\n    var markersObjects = [];\n    var map;\n    var initBounds;\n\n    function initMap() {\n      map = new google.maps.Map(document.getElementById('map'), {\n        center: {lat: 47.7781262, lng: -71.4144785},\n        zoom: 7,\n        styles: [\n          {\n            \"featureType\": \"road\",\n            \"stylers\": [\n              { \"hue\": \"#ff1a00\" },\n              { \"saturation\": -100 }\n            ]\n          },{\n            \"featureType\": \"poi\",\n            \"stylers\": [\n              { \"hue\": \"#ff7700\" },\n              { \"saturation\": -100 }\n            ]\n          },{\n            \"featureType\": \"landscape\",\n            \"stylers\": [\n              { \"hue\": \"#0066ff\" },\n              { \"saturation\": -50 }\n            ]\n          },{\n            \"featureType\": \"water\",\n            \"stylers\": [\n              { \"hue\": \"#0077ff\" },\n              { \"saturation\": -66 }\n            ]\n          },{\n            \"stylers\": [\n              { \"visibility\": \"simplified\" }\n            ]\n          },{\n            \"elementType\": \"labels.icon\",\n            \"stylers\": [\n              { \"visibility\": \"off\" }\n            ]\n          },{\n          }\n        ]\n      });\n      var infoWindow = new google.maps.InfoWindow;\n\n      map.setZoom(13);\n\n  \/\/ Change this depending on the name of your PHP or XML file\n      downloadUrl('https:\/\/www.groupesomavrac.com\/wp-content\/themes\/jupiterx-child\/inc\/map.php?lang=fr&id=Somavrac C.C.', function(data) {\n        var xml = data.responseXML;\n        var filiale = '';\n        markers = xml.documentElement.getElementsByTagName('marker');\n        Array.prototype.forEach.call(markers, function(markerElem) {\n          var id = markerElem.getAttribute('id');\n          var name = markerElem.getAttribute('name');\n\n          var city = markerElem.getAttribute('city');\n          var phone = markerElem.getAttribute('phone');\n          var phone_toll_free = markerElem.getAttribute('phone_toll_free');\n          var services = markerElem.getAttribute('services');\n          var services_slug = markerElem.getAttribute('services_slug');\n          var images = markerElem.getAttribute('images');\n          var address = markerElem.getAttribute('address');\n          var link = markerElem.getAttribute('link');\n          var type = markerElem.getAttribute('type');\n          var classes = markerElem.getAttribute('classes');\n          var point = new google.maps.LatLng(\n            parseFloat(markerElem.getAttribute('lat')),\n            parseFloat(markerElem.getAttribute('lng')));\n\n\n          var infowincontent = document.createElement('div');\n          infowincontent.className = \"infowindow-somavrac \"+classes;\n          var imgs = document.createElement('p');\n          imgs.innerHTML = images;\n          infowincontent.appendChild(imgs);\n\n          var h3 = document.createElement('h3');\n          h3.textContent = name;\n          infowincontent.appendChild(h3);\n\n          var serv = document.createElement('p');\n          serv.innerHTML = services;\n          infowincontent.appendChild(serv);\n\n          var ct = document.createElement('strong');\n          ct.innerHTML = city;\n          infowincontent.appendChild(ct);\n          infowincontent.appendChild(document.createElement('br'));\n\n          var text = document.createElement('p');\n          text.textContent = address;\n          infowincontent.appendChild(text);\n\n          if(phone != '') {\n            var tel1 = document.createElement('div');\n            tel1.textContent = phone;\n            infowincontent.appendChild(tel1);\n          }\n          if(phone_toll_free != '') {\n            var tel2 = document.createElement('div');\n            tel2.textContent = phone_toll_free;\n            infowincontent.appendChild(tel2);\n          }\n          infowincontent.appendChild(document.createElement('br'));\n\n          var markerLink = document.createElement('a');\n          markerLink.href = link;\n          markerLink.textContent = 'En savoir plus';\n          infowincontent.appendChild(markerLink);\n\n          var icon = {};\n          var marker = new google.maps.Marker({\n            map: map,\n            icon: 'https:\/\/www.groupesomavrac.com\/wp-content\/themes\/jupiterx-child\/assets\/img\/pointer.png',\n            position: point,\n            label: icon.label,\n            name: name,\n            services: services_slug,\n            services_names: services,\n            city: city,\n            phone: phone,\n            phone_toll_free: phone_toll_free,\n            address: address,\n          });\n\n          initBounds = new google.maps.LatLngBounds();\n\n\n          markersObjects.push(marker);\n\n          for (i=0; i < markersObjects.length; i++) {\n            if(filiale != '') {\n              if(markersObjects[i].name != filiale) {\n                markersObjects[i].setMap(null);\n              }\n              else {\n                initBounds.extend(markersObjects[i].getPosition());\n              }\n            }else {\n              initBounds.extend(markersObjects[i].getPosition());\n            }\n          }\n\n          marker.addListener('click', function() {\n            infoWindow.setContent(infowincontent);\n            infoWindow.open(map, marker);\n          });\n        });\n\n\n        for (i=0; i < markersObjects.length; i++) {\n            if(filiale != '') {\n              if(markersObjects[i].name != filiale) {\n                markersObjects[i].setMap(null);\n              }\n              else {\n                showBox(markersObjects[i], i);\n              }\n            }else {\n              showBox(markersObjects[i], i);\n            }\n        }\n\n        map.fitBounds(initBounds);\n        if(map.getZoom()> 13){\n          map.setZoom(13);\n        }\n\n      });\n    }\n\n    function showMarker(id){\n      google.maps.event.trigger(markersObjects[id], 'click');\n    }\n\n  \/\/ Sets the map on all markers in the array.\n    function showSelectedMarker(markersToShow) {\n      var bounds = new google.maps.LatLngBounds();\n      $('#overlay_map').children('.items').children('.item').remove();\n\n      if (markersObjects) {\n        for (i=0; i < markersObjects.length; i++) {\n          if(markersToShow == 'All') {\n            markersObjects[i].setMap(map);\n            showBox(markersObjects[i], i);\n            bounds.extend(markersObjects[i].getPosition());\n          }\n          else {\n            if(markersToShow.includes(markersObjects[i].get('name'))){\n              markersObjects[i].setMap(map);\n              showBox(markersObjects[i], i);\n              bounds.extend(markersObjects[i].getPosition());\n            }\n            else {\n              markersObjects[i].setMap(null);\n            }\n          }\n        }\n\n        if(bounds.isEmpty()) {\n          map.fitBounds(initBounds);\n          if(map.getZoom()> 13){\n            map.setZoom(13);\n          }\n        }\n        else {\n          map.fitBounds(bounds);\n          if(map.getZoom()> 13){\n            map.setZoom(13);\n          }\n        }\n      }\n    }\n\n\n  \/\/ Sets the map on all markers in the array.\n    function showSelectedMarkerServices(markersToShow) {\n      var bounds = new google.maps.LatLngBounds();\n      var toShow = false;\n      var services = '';\n\n      $('#overlay_map').children('.items').children('.item').remove();\n\n      if (markersObjects) {\n        for (i=0; i < markersObjects.length; i++) {\n          services = '';\n          toShow = false;\n          services = markersObjects[i].get('services').split(',');\n\n          for(j=0; j < services.length; j++) {\n            if(markersToShow.includes(services[j])) {\n              toShow = true;\n            }\n          }\n\n          if(toShow) {\n            markersObjects[i].setMap(map);\n\n            showBox(markersObjects[i], i);\n\n            bounds.extend(markersObjects[i].getPosition());\n          }\n          else {\n            markersObjects[i].setMap(null);\n          }\n        }\n        if(bounds.isEmpty()) {\n          map.fitBounds(initBounds);\n          if(map.getZoom()> 13){\n            map.setZoom(13);\n          }\n        }\n        else {\n          map.fitBounds(bounds);\n          if(map.getZoom()> 13){\n            map.setZoom(13);\n          }\n        }\n\n      }\n    }\n\n\n    function showBox(marker, id) {\n      var markerBox = '';\n      markerBox += '<button type=\"button\" class=\"item\" onClick=\"showMarker('+id+')\">';\n      markerBox += '<h3>'+marker.name+'<\/h3>';\n      markerBox += marker.services_names;\n      markerBox += '<strong>'+marker.city+'<\/strong>';\n      markerBox += marker.address;\n      markerBox += '<div>'+marker.phone+'<\/div>';\n      markerBox += '<div>'+marker.phone_toll_free+'<\/div>';\n      markerBox += '<\/button>';\n\n      $('#overlay_map').children('.items').append(markerBox);\n    }\n\n\n    function downloadUrl(url, callback) {\n      var request = window.ActiveXObject ?\n      new ActiveXObject('Microsoft.XMLHTTP') :\n      new XMLHttpRequest;\n\n      request.onreadystatechange = function() {\n        if (request.readyState == 4) {\n          request.onreadystatechange = doNothing;\n          callback(request, request.status);\n        }\n      };\n\n      request.open('GET', url, true);\n      request.send(null);\n    }\n\n    function doNothing() {}\n    <\/script>\n    <script async defer\n    src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyDLC8AmLYRGMWnWaivCjY8KOcQq59KDssk&callback=initMap\">\n    <\/script>\n    \t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-797772f elementor-section-stretched elementor-section-full_width elementor-section-content-middle elementor-hidden-tablet elementor-hidden-phone header-slider elementor-section-height-default elementor-section-height-default\" data-id=\"797772f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b1b42f\" data-id=\"2b1b42f\" data-element_type=\"column\" data-e-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-d11d0b0 visualyHidden elementor-widget elementor-widget-heading\" data-id=\"d11d0b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/fr\/\">UBA<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84ba98f elementor-widget elementor-widget-shortcode\" data-id=\"84ba98f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n\t\t<!-- MasterSlider -->\n\t\t<div id=\"P_MS69db426cab568\" class=\"master-slider-parent swiper-home swiper-careers  ms-parent-id-8\" style=\"\" >\n\n\t\t\t\n\t\t\t<!-- MasterSlider Main -->\n\t\t\t<div id=\"MS69db426cab568\" class=\"master-slider ms-skin-default\" >\n\t\t\t\t \t\t\t\t \n<div class=\"ms-overlay-layers\">\t\t\t\t\t<div  class=\"ms-layer content\" style=\"\"      data-ease=\"easeOutQuint\"                data-offset-x=\"0\" data-offset-y=\"0\" data-origin=\"tl\"   >\n<div class=\"wrapper\"><h1 class=\"slogan\"><span style=\"color: #e1131a;\">UNE SOLUTION <\/span><span style=\"color: #e1131a;\">POUR <br \/>CHAQUE <\/span><span style=\"color: #e1131a;\">CONDITION<\/span><\/h1><p>&nbsp;<\/p><p>Somavrac C.C. se sp\u00e9cialise dans la vente et la distribution d\u2019abat-poussi\u00e8res et de d\u00e9gla\u00e7ants \u00e0 base de chlorure de calcium. Offrant une vaste gamme de produits et de services sur mesure, Somavrac C.C. est l\u2019alli\u00e9e toute d\u00e9sign\u00e9e, entre autres, pour les op\u00e9rations d\u2019\u00e9pandage et de d\u00e9gla\u00e7age de sa client\u00e8le.<\/p><p>&nbsp;<\/p><a class=\"boutton boutton-reverse\" href=\"\/fr\/filiales\/somavrac-c-c\/contact\/\">CONTACTEZ-NOUS<\/a><\/div><div class=\"background\" style=\"background-color: rgba(255,255,255,0.8);\">\u00a0<\/div><\/div>\n\n<\/div>\n\t\t\t<div  class=\"ms-slide\" data-delay=\"3.5\" data-fill-mode=\"fill\"   >\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.groupesomavrac.com\/wp-content\/plugins\/masterslider\/public\/assets\/css\/blank.gif\" alt=\"\" title=\"\" data-src=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/Somavrac-CC-top.jpg\" \/>\n\n\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t\t<!-- END MasterSlider Main -->\n\n\t\t\t \n\t\t<\/div>\n\t\t<!-- END MasterSlider -->\n\n\t\t<script>\n\t\t( window.MSReady = window.MSReady || [] ).push( function( $ ) {\n\n\t\t\t\"use strict\";\n\t\t\tvar masterslider_b568 = new MasterSlider();\n\n\t\t\t\/\/ slider controls\n\t\t\t\/\/ slider setup\n\t\t\tmasterslider_b568.setup(\"MS69db426cab568\", {\n\t\t\t\twidth           : 1920,\n\t\t\t\theight          : 800,\n\t\t\t\tminHeight       : 600,\n\t\t\t\tspace           : 0,\n\t\t\t\tstart           : 1,\n\t\t\t\tgrabCursor      : false,\n\t\t\t\tswipe           : false,\n\t\t\t\tmouse           : false,\n\t\t\t\tkeyboard        : false,\n\t\t\t\tlayout          : \"fullscreen\",\n\t\t\t\twheel           : false,\n\t\t\t\tautoplay        : true,\n                instantStartLayers:false,\n\t\t\t\tmobileBGVideo:false,\n\t\t\t\tloop            : false,\n\t\t\t\tshuffle         : false,\n\t\t\t\tpreload         : 0,\n\t\t\t\theightLimit     : true,\n\t\t\t\tautoHeight      : false,\n\t\t\t\tsmoothHeight    : true,\n\t\t\t\tendPause        : true,\n\t\t\t\toverPause       : false,\n\t\t\t\tfillMode        : \"fill\",\n\t\t\t\tcenterControls  : true,\n\t\t\t\tstartOnAppear   : false,\n\t\t\t\tlayersMode      : \"center\",\n\t\t\t\tautofillTarget  : \"swiper-home\",\n\t\t\t\thideLayers      : false,\n\t\t\t\tfullscreenMargin: 0,\n\t\t\t\tspeed           : 20,\n\t\t\t\tdir             : \"h\",\n\t\t\t\tresponsive      : true,\n\t\t\t\ttabletWidth     : 768,\n\t\t\t\ttabletHeight    : null,\n\t\t\t\tphoneWidth      : 480,\n\t\t\t\tphoneHeight    : null,\n\t\t\t\tsizingReference : window,\n\t\t\t\tparallaxMode    : 'swipe',\n\t\t\t\tview            : \"basic\"\n\t\t\t});\n\n\t\t\t\n\t\t\twindow.masterslider_instances = window.masterslider_instances || [];\n\t\t\twindow.masterslider_instances.push( masterslider_b568 );\n\t\t});\n\t\t<\/script>\n\n<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bb275db elementor-section-stretched elementor-section-full_width elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle elementor-hidden-desktop elementor-section-height-default\" data-id=\"bb275db\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e5b54ed\" data-id=\"e5b54ed\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-0048fdf elementor-widget elementor-widget-image\" data-id=\"0048fdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"250\" src=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png\" class=\"attachment-full size-full wp-image-1285\" alt=\"Somavrac C.C, vente et distribution d&#039;abat-poussi\u00e8re et d\u00e9gla\u00e7ant, chlorure de calcium\" srcset=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png 500w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2-450x225.png 450w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2-300x150.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-04b1669 elementor-hidden-phone\" data-id=\"04b1669\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a34e28f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a34e28f\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-665e0ba\" data-id=\"665e0ba\" data-element_type=\"column\" data-e-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-85b4730 elementor-widget elementor-widget-spacer\" data-id=\"85b4730\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9690260 big-title elementor-widget elementor-widget-heading\" data-id=\"9690260\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nos produits <\/h2>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-469806d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"469806d\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47011e1\" data-id=\"47011e1\" data-element_type=\"column\" data-e-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-e60b63c black-fjalla elementor-widget elementor-widget-text-editor\" data-id=\"e60b63c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"MsoNormal\"><span lang=\"FR-CA\">Somavrac C.C. offre une gamme diversifi\u00e9e de produits sous formes liquides, solides ou flocons. D\u00e9gla\u00e7ants, abat-poussi\u00e8res, solutions de traitement et produits sp\u00e9cialis\u00e9s, Somavrac C.C. poss\u00e8de une solution pour chaque condition. Les produits sont offerts dans plusieurs formats et modes de livraisons diff\u00e9rents. Peu importe le produit, vous pouvez compter sur un circuit de distribution fiable, s\u00e9curitaire et adapt\u00e9 \u00e0 vos besoins.\u00a0<\/span><\/p>\t\t\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d81b660 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d81b660\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-98a0e64 link-on-column\" data-id=\"98a0e64\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f6dcea4 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"f6dcea4\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-784a894\" data-id=\"784a894\" data-element_type=\"column\" data-e-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-9dc50a2 elementor-widget elementor-widget-heading\" data-id=\"9dc50a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/marches\/voirie-municipale\/\">Voirie municipale<\/a><\/h3>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1812110 link-on-column\" data-id=\"1812110\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f9625a1 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"f9625a1\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-562ab96\" data-id=\"562ab96\" data-element_type=\"column\" data-e-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-d303e8f elementor-widget elementor-widget-heading\" data-id=\"d303e8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/marches\/minier\/\">Mini\u00e8re<\/a><\/h3>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4b7caa9 link-on-column\" data-id=\"4b7caa9\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-db8ee57 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"db8ee57\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a07a686\" data-id=\"a07a686\" data-element_type=\"column\" data-e-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-37ef649 elementor-widget elementor-widget-heading\" data-id=\"37ef649\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.groupesomavrac.com\/fr\/categorie-produit\/somavrac-cc\/\">Tous les produits<\/a><\/h3>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5bf30ef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5bf30ef\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c18956d\" data-id=\"c18956d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-081a7e0 big-title elementor-widget elementor-widget-heading\" data-id=\"081a7e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Applications possibles<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-650937f elementor-widget elementor-widget-text-editor\" data-id=\"650937f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Les produits offerts par Somavrac C.C. disposent de nombreuses applications. Pouvant servir l\u2019\u00e9t\u00e9 comme l\u2019hiver, dans le contexte industriel, commercial ou municipal, les produits de Somavrac C.C. peuvent s&rsquo;adapter aux besoins et contextes de sa client\u00e8le. D\u00e9couvrez toutes les applications possibles de nos produits.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f528f9a boutton elementor-widget elementor-widget-button\" data-id=\"f528f9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/applications-possibles\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">En savoir plus<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3f7f6d1 raven-column-flex-vertical raven-column-flex-center\" data-id=\"3f7f6d1\" data-element_type=\"column\" data-e-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-9529c56 elementor-widget elementor-widget-image\" data-id=\"9529c56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/08\/Dollarphotoclub_77626314-1024x683.jpg\" class=\"attachment-large size-large wp-image-2823\" alt=\"Worker in lignite mine\" srcset=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/08\/Dollarphotoclub_77626314-1024x683.jpg 1024w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/08\/Dollarphotoclub_77626314-300x200.jpg 300w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/08\/Dollarphotoclub_77626314-768x512.jpg 768w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/08\/Dollarphotoclub_77626314-600x400.jpg 600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cb57531 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cb57531\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7cf88ad\" data-id=\"7cf88ad\" data-element_type=\"column\" data-e-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-9a63788 big-title elementor-widget elementor-widget-heading\" data-id=\"9a63788\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Services offerts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae1b3f7 elementor-widget elementor-widget-text-editor\" data-id=\"ae1b3f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Somavrac C.C. offre un service cl\u00e9 en main d\u2019\u00e9pandage d\u2019abat-poussi\u00e8res lors de la p\u00e9riode estivale. Lors de la saison hivernale, Somavrac C.C. offre une vari\u00e9t\u00e9 de produits et services de d\u00e9gla\u00e7age. Parmi ceux-ci:<\/p><ul><li>l\u2019\u00e9pandage cl\u00e9 en main d\u2019abat-poussi\u00e8res chlorur\u00e9 ou non chlorur\u00e9<\/li><li>un service de m\u00e9lange et de traitement des abrasifs et\/ou de sel gr\u00e2ce \u00e0 des solutions liquides<\/li><li>la distribution de d\u00e9gla\u00e7ants industriels et commerciales<\/li><li>la distribution de chlorure de calcium.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f4d4dc boutton elementor-widget elementor-widget-button\" data-id=\"1f4d4dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/services\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">En savoir plus<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f18e2ff elementor-hidden-tablet elementor-hidden-phone\" data-id=\"f18e2ff\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-01a1bec elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"01a1bec\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-25d616a\" data-id=\"25d616a\" data-element_type=\"column\" data-e-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-87f2273 elementor-widget elementor-widget-spacer\" data-id=\"87f2273\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-725aa17 elementor-widget elementor-widget-image\" data-id=\"725aa17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2020\/05\/002A1099-1024x683.jpg\" class=\"attachment-large size-large wp-image-5510\" alt=\"Expertise, professionnels, service \u00e0 la client\u00e8le\" srcset=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2020\/05\/002A1099-1024x683.jpg 1024w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2020\/05\/002A1099-300x200.jpg 300w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2020\/05\/002A1099-768x512.jpg 768w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2020\/05\/002A1099-1536x1024.jpg 1536w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2020\/05\/002A1099-2048x1365.jpg 2048w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2020\/05\/002A1099-600x400.jpg 600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a9183c\" data-id=\"5a9183c\" data-element_type=\"column\" data-e-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-6e5cef6 elementor-widget elementor-widget-spacer\" data-id=\"6e5cef6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be1f417 big-title elementor-widget elementor-widget-heading\" data-id=\"be1f417\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">March\u00e9s<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8b0385 elementor-widget elementor-widget-text-editor\" data-id=\"c8b0385\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Somavrac C.C. est bien connue des municipalit\u00e9s pour ses produits abat-poussi\u00e8res et d\u00e9gla\u00e7ants. C\u2019est gr\u00e2ce \u00e0 cette expertise que Somavrac C.C. a su d\u00e9velopper des solutions adapt\u00e9es pour divers autres march\u00e9s tels que: minier et construction, pour ne nommer que ceux-ci.&nbsp; Chacun de ces march\u00e9s \u00e9tant bien singulier, ils b\u00e9n\u00e9ficient tous des services de Somavrac C.C. \u00e0 leur fa\u00e7on.<\/p>\n<p><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4a9a78 boutton elementor-widget elementor-widget-button\" data-id=\"b4a9a78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/marches\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">D\u00e9couvrez nos march\u00e9s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-470854f elementor-widget elementor-widget-spacer\" data-id=\"470854f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1c352a4 blog-content elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1c352a4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7313317\" data-id=\"7313317\" data-element_type=\"column\" data-e-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-665cdc1 big-title elementor-widget elementor-widget-heading\" data-id=\"665cdc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Blogue <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efe6d9f elementor-widget elementor-widget-raven-posts\" data-id=\"efe6d9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;query_posts_per_page&quot;:3,&quot;_skin&quot;:&quot;classic&quot;,&quot;classic_layout&quot;:&quot;grid&quot;,&quot;classic_columns&quot;:&quot;3&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;query_offset&quot;:0}\" data-widget_type=\"raven-posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"raven-posts raven-grid raven-grid-3 raven-grid-mobile-1 raven-grid-tablet-2\" data-post-id=\"4142\" data-archive-query=\"\" data-lang=\"\">\n\t\t\t\t<div class=\"raven-grid-item raven-post-item post-15519 post type-post status-publish format-standard has-post-thumbnail hentry category-somavrac-c-c\">\n\t\t\t<div class=\"raven-post\">\n\t\t\t\t\t\t<div class=\"raven-post-image-wrap\">\n\t\t\t<a class=\"raven-post-image raven-image-fit\" href=\"https:\/\/www.groupesomavrac.com\/fr\/sels-specialises-pour-les-trottoirs-entrees-stationnements-et-escaliers\/\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/23.png\" class=\"attachment-full size-full wp-image-15522\" alt=\"D\u00e9gla\u00e7ants pour entr\u00e9es, trottoirs, escaliers et stationnements\" srcset=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/23.png 1200w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/23-300x157.png 300w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/23-1024x536.png 1024w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/23-768x402.png 768w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/23-600x314.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/> <span class=\"raven-post-image-overlay\"><\/span><\/a>\t\t<\/div>\n\t\t\t\t\t\t<div class=\"raven-post-content\">\n\t\t\t\t\t\t\t<div class=\"raven-post-meta\"><a class=\"raven-post-meta-item raven-post-date\" href=\"https:\/\/www.groupesomavrac.com\/fr\/2022\/12\/\" rel=\"bookmark\">9 D\u00e9cembre 2022<\/a><\/div>\n\t\t<h4 class=\"raven-post-title\"><a class=\"raven-post-title-link\" href=\"https:\/\/www.groupesomavrac.com\/fr\/sels-specialises-pour-les-trottoirs-entrees-stationnements-et-escaliers\/\">Sels sp\u00e9cialis\u00e9s pour les trottoirs, entr\u00e9es, stationnements et escaliers<\/a><\/h4><div class=\"raven-post-excerpt\">Notre expertise nous a permis de d\u00e9velopper des gammes de d\u00e9gla\u00e7ants performants afin d\u2019assurer une utilisation s\u00e9curitaire des escaliers, entr\u00e9es, stationnements et trottoirs. Voici nos<\/div>\t\t<div class=\"raven-post-read-more\">\n\t\t\t<a class=\"raven-post-button\" href=\"https:\/\/www.groupesomavrac.com\/fr\/sels-specialises-pour-les-trottoirs-entrees-stationnements-et-escaliers\/\"><span class=\"raven-post-button-text\">Lire la suite<\/span><\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"raven-grid-item raven-post-item post-15515 post type-post status-publish format-standard has-post-thumbnail hentry category-somavrac-c-c\">\n\t\t\t<div class=\"raven-post\">\n\t\t\t\t\t\t<div class=\"raven-post-image-wrap\">\n\t\t\t<a class=\"raven-post-image raven-image-fit\" href=\"https:\/\/www.groupesomavrac.com\/fr\/sels-specialises-pour-les-routes\/\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1436\" src=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/115548110_m-scaled.jpg\" class=\"attachment-full size-full wp-image-15516\" alt=\"Route en hiver - sel d\u00e9gla\u00e7ant\" srcset=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/115548110_m-scaled.jpg 2560w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/115548110_m-300x168.jpg 300w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/115548110_m-1024x575.jpg 1024w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/115548110_m-768x431.jpg 768w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/115548110_m-1536x862.jpg 1536w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/115548110_m-2048x1149.jpg 2048w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/11\/115548110_m-600x337.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/> <span class=\"raven-post-image-overlay\"><\/span><\/a>\t\t<\/div>\n\t\t\t\t\t\t<div class=\"raven-post-content\">\n\t\t\t\t\t\t\t<div class=\"raven-post-meta\"><a class=\"raven-post-meta-item raven-post-date\" href=\"https:\/\/www.groupesomavrac.com\/fr\/2022\/11\/\" rel=\"bookmark\">28 novembre 2022<\/a><\/div>\n\t\t<h4 class=\"raven-post-title\"><a class=\"raven-post-title-link\" href=\"https:\/\/www.groupesomavrac.com\/fr\/sels-specialises-pour-les-routes\/\">Sels sp\u00e9cialis\u00e9s pour les routes<\/a><\/h4><div class=\"raven-post-excerpt\">Notre expertise dans les d\u00e9gla\u00e7ants nous permet d\u2019aiguiller nos clients vers la solution adapt\u00e9e aux conditions hivernales du Qu\u00e9bec. Voici nos produits phares pour r\u00e9pondre<\/div>\t\t<div class=\"raven-post-read-more\">\n\t\t\t<a class=\"raven-post-button\" href=\"https:\/\/www.groupesomavrac.com\/fr\/sels-specialises-pour-les-routes\/\"><span class=\"raven-post-button-text\">Lire la suite<\/span><\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"raven-grid-item raven-post-item post-9493 post type-post status-publish format-standard has-post-thumbnail hentry category-somavrac-c-c\">\n\t\t\t<div class=\"raven-post\">\n\t\t\t\t\t\t<div class=\"raven-post-image-wrap\">\n\t\t\t<a class=\"raven-post-image raven-image-fit\" href=\"https:\/\/www.groupesomavrac.com\/fr\/les-regulateurs-depandage-electroniques\/\"><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"486\" src=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/02\/Image1.png\" class=\"attachment-full size-full wp-image-9499\" alt=\"\" srcset=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/02\/Image1.png 864w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/02\/Image1-300x169.png 300w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/02\/Image1-768x432.png 768w, https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2022\/02\/Image1-600x338.png 600w\" sizes=\"(max-width: 864px) 100vw, 864px\" \/> <span class=\"raven-post-image-overlay\"><\/span><\/a>\t\t<\/div>\n\t\t\t\t\t\t<div class=\"raven-post-content\">\n\t\t\t\t\t\t\t<div class=\"raven-post-meta\"><a class=\"raven-post-meta-item raven-post-date\" href=\"https:\/\/www.groupesomavrac.com\/fr\/2021\/11\/\" rel=\"bookmark\">22 novembre 2021<\/a><\/div>\n\t\t<h4 class=\"raven-post-title\"><a class=\"raven-post-title-link\" href=\"https:\/\/www.groupesomavrac.com\/fr\/les-regulateurs-depandage-electroniques\/\">Les r\u00e9gulateurs d\u2019\u00e9pandage \u00e9lectroniques<\/a><\/h4><div class=\"raven-post-excerpt\">En mati\u00e8re de quantit\u00e9, l\u2019\u00e9pandage de chlorure de calcium \u00e0 titre d\u2019abat-poussi\u00e8re soul\u00e8ve non pas la poussi\u00e8re, mais plut\u00f4t diverses questions. En voici quelques-unes :<\/div>\t\t<div class=\"raven-post-read-more\">\n\t\t\t<a class=\"raven-post-button\" href=\"https:\/\/www.groupesomavrac.com\/fr\/les-regulateurs-depandage-electroniques\/\"><span class=\"raven-post-button-text\">Lire la suite<\/span><\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd8514e boutton elementor-widget elementor-widget-button\" data-id=\"fd8514e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.groupesomavrac.com\/fr\/blogue-somavrac-c-c\/%20\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Voir davantage<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c38c89a elementor-widget elementor-widget-spacer\" data-id=\"c38c89a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-51758aa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"51758aa\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4a56dfa\" data-id=\"4a56dfa\" data-element_type=\"column\" data-e-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-2a505a6 big-title elementor-widget elementor-widget-heading\" data-id=\"2a505a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Carte de la filiale<\/h2>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e3fcdc8 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e3fcdc8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-df97876\" data-id=\"df97876\" data-element_type=\"column\" data-e-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-63a836b elementor-widget elementor-widget-html\" data-id=\"63a836b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"map\">\n    <div id=\"map\"><\/div>\n    <div id=\"overlay_map\" class=\"opened\">\n        <div class=\"items\" style=\"margin-top: 0\"><\/div>\n        <button id=\"open_overlay\"><span><span>Masquer les r\u00e9sultats<\/span><\/span><\/button>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63f9cdb elementor-widget elementor-widget-html\" data-id=\"63f9cdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8932589 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8932589\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1791a82\" data-id=\"1791a82\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>UBA Nos produits Somavrac C.C. offre une gamme diversifi\u00e9e de produits sous formes liquides, solides ou flocons. D\u00e9gla\u00e7ants, abat-poussi\u00e8res, solutions de traitement et produits sp\u00e9cialis\u00e9s, Somavrac C.C. poss\u00e8de une solution pour chaque condition. Les produits sont offerts dans plusieurs formats et modes de livraisons diff\u00e9rents. Peu importe le produit, vous pouvez compter sur un circuit [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":0,"parent":1066,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-4142","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Somavrac C.C. - D\u00e9gla\u00e7ants et Abat-poussi\u00e8res Industriels<\/title>\n<meta name=\"description\" content=\"Sp\u00e9cialis\u00e9 dans la vente et le d\u00e9veloppement de d\u00e9gla\u00e7ants et d\u2019abat-poussi\u00e8res, Somavrac C.C. offre Une Solution pour Chaque Condition.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Somavrac C.C. - D\u00e9gla\u00e7ants et Abat-poussi\u00e8res Industriels\" \/>\n<meta property=\"og:description\" content=\"Sp\u00e9cialis\u00e9 dans la vente et le d\u00e9veloppement de d\u00e9gla\u00e7ants et d\u2019abat-poussi\u00e8res, Somavrac C.C. offre Une Solution pour Chaque Condition.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/\" \/>\n<meta property=\"og:site_name\" content=\"Groupe Somavrac\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-14T15:30:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimation du temps de lecture\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/\",\"url\":\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/\",\"name\":\"Somavrac C.C. - D\u00e9gla\u00e7ants et Abat-poussi\u00e8res Industriels\",\"isPartOf\":{\"@id\":\"https:\/\/www.groupesomavrac.com\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png\",\"datePublished\":\"2020-01-24T13:18:49+00:00\",\"dateModified\":\"2024-02-14T15:30:09+00:00\",\"description\":\"Sp\u00e9cialis\u00e9 dans la vente et le d\u00e9veloppement de d\u00e9gla\u00e7ants et d\u2019abat-poussi\u00e8res, Somavrac C.C. offre Une Solution pour Chaque Condition.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#primaryimage\",\"url\":\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png\",\"contentUrl\":\"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Nos Filiales\",\"item\":\"https:\/\/www.groupesomavrac.com\/fr\/filiales\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Somavrac C.C.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.groupesomavrac.com\/fr\/#website\",\"url\":\"https:\/\/www.groupesomavrac.com\/fr\/\",\"name\":\"Groupe Somavrac\",\"description\":\"Partenaire de votre cha\u00eene logistique\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.groupesomavrac.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Somavrac C.C. - D\u00e9gla\u00e7ants et Abat-poussi\u00e8res Industriels","description":"Sp\u00e9cialis\u00e9 dans la vente et le d\u00e9veloppement de d\u00e9gla\u00e7ants et d\u2019abat-poussi\u00e8res, Somavrac C.C. offre Une Solution pour Chaque Condition.","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:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/","og_locale":"fr_CA","og_type":"article","og_title":"Somavrac C.C. - D\u00e9gla\u00e7ants et Abat-poussi\u00e8res Industriels","og_description":"Sp\u00e9cialis\u00e9 dans la vente et le d\u00e9veloppement de d\u00e9gla\u00e7ants et d\u2019abat-poussi\u00e8res, Somavrac C.C. offre Une Solution pour Chaque Condition.","og_url":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/","og_site_name":"Groupe Somavrac","article_modified_time":"2024-02-14T15:30:09+00:00","og_image":[{"url":"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimation du temps de lecture":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/","url":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/","name":"Somavrac C.C. - D\u00e9gla\u00e7ants et Abat-poussi\u00e8res Industriels","isPartOf":{"@id":"https:\/\/www.groupesomavrac.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#primaryimage"},"image":{"@id":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#primaryimage"},"thumbnailUrl":"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png","datePublished":"2020-01-24T13:18:49+00:00","dateModified":"2024-02-14T15:30:09+00:00","description":"Sp\u00e9cialis\u00e9 dans la vente et le d\u00e9veloppement de d\u00e9gla\u00e7ants et d\u2019abat-poussi\u00e8res, Somavrac C.C. offre Une Solution pour Chaque Condition.","breadcrumb":{"@id":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#primaryimage","url":"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png","contentUrl":"https:\/\/www.groupesomavrac.com\/wp-content\/uploads\/2019\/07\/somavraccc-2.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/somavrac-c-c\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Nos Filiales","item":"https:\/\/www.groupesomavrac.com\/fr\/filiales\/"},{"@type":"ListItem","position":2,"name":"Somavrac C.C."}]},{"@type":"WebSite","@id":"https:\/\/www.groupesomavrac.com\/fr\/#website","url":"https:\/\/www.groupesomavrac.com\/fr\/","name":"Groupe Somavrac","description":"Partenaire de votre cha\u00eene logistique","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.groupesomavrac.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"}]}},"_links":{"self":[{"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/pages\/4142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/comments?post=4142"}],"version-history":[{"count":115,"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/pages\/4142\/revisions"}],"predecessor-version":[{"id":21543,"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/pages\/4142\/revisions\/21543"}],"up":[{"embeddable":true,"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/pages\/1066"}],"wp:attachment":[{"href":"https:\/\/www.groupesomavrac.com\/fr\/wp-json\/wp\/v2\/media?parent=4142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}