
?>
        <div id="map-wrapper" class="map-wrapper"></div>
        <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCN8PyfTrT32aaZxzNeK3vA1ENirPgFpfc"></script>
        <script>
            var map;
            function initMap() {
                var drgflag = true;
                if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
                    drgflag = false;
                }
                var myLatLng = {lat: 45.5019447, lng: -73.5599377};
                map = new google.maps.Map(document.getElementById('map-wrapper'), {
                    center: myLatLng,
                    scrollwheel: false,
                    zoom: 17,
                    draggable: drgflag,
                    styles: [
                        {
                            "featureType": "all",
                            "elementType": "all",
                            "stylers": [
                                {
                                    "saturation": "0"
                                },
                                {
                                    "gamma": "1"
                                },
                                {
                                    "lightness": "0"
                                },
                                {
                                    "visibility": "on"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "geometry",
                            "stylers": [
                                {
                                    "hue": "#0074ff"
                                },
                                {
                                    "saturation": "100"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "geometry.fill",
                            "stylers": [
                                {
                                    "hue": "#006aff"
                                },
                                {
                                    "saturation": "-72"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "geometry.stroke",
                            "stylers": [
                                {
                                    "hue": "#006aff"
                                },
                                {
                                    "saturation": "-86"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "labels.text.fill",
                            "stylers": [
                                {
                                    "hue": "#ff0000"
                                },
                                {
                                    "saturation": "-75"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "labels.icon",
                            "stylers": [
                                {
                                    "hue": "#ff0000"
                                },
                                {
                                    "saturation": "-100"
                                },
                                {
                                    "lightness": "0"
                                }
                            ]
                        },
                        {
                            "featureType": "poi",
                            "elementType": "geometry.fill",
                            "stylers": [
                                {
                                    "color": "#c4cbd3"
                                }
                            ]
                        },
                        {
                            "featureType": "water",
                            "elementType": "all",
                            "stylers": [
                                {
                                    "color": "#c2c9d1"
                                }
                            ]
                        }
                    ]
                });

                var marker = new google.maps.Marker({
                    position: myLatLng,
                    map: map
                });

                var infowindow = new google.maps.InfoWindow({
                    content: 'Audren | Rolland'
                });

                marker.addListener('click', function() {
                    infowindow.open(map, marker);
                });

                google.maps.event.addDomListener(window, "resize", function() {
                    google.maps.event.trigger(map, "resize");
                    map.setCenter(myLatLng);
                });
            }

            initMap();
        </script>
        <div id="map-wrapper" class="map-wrapper"></div>
        <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCN8PyfTrT32aaZxzNeK3vA1ENirPgFpfc"></script>
        <script>
            var map;
            function initMap() {
                var drgflag = true;
                if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
                    drgflag = false;
                }
                var myLatLng = {lat: 45.5019447, lng: -73.5599377};
                map = new google.maps.Map(document.getElementById('map-wrapper'), {
                    center: myLatLng,
                    scrollwheel: false,
                    zoom: 17,
                    draggable: drgflag,
                    styles: [
                        {
                            "featureType": "all",
                            "elementType": "all",
                            "stylers": [
                                {
                                    "saturation": "0"
                                },
                                {
                                    "gamma": "1"
                                },
                                {
                                    "lightness": "0"
                                },
                                {
                                    "visibility": "on"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "geometry",
                            "stylers": [
                                {
                                    "hue": "#0074ff"
                                },
                                {
                                    "saturation": "100"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "geometry.fill",
                            "stylers": [
                                {
                                    "hue": "#006aff"
                                },
                                {
                                    "saturation": "-72"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "geometry.stroke",
                            "stylers": [
                                {
                                    "hue": "#006aff"
                                },
                                {
                                    "saturation": "-86"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "labels.text.fill",
                            "stylers": [
                                {
                                    "hue": "#ff0000"
                                },
                                {
                                    "saturation": "-75"
                                }
                            ]
                        },
                        {
                            "featureType": "all",
                            "elementType": "labels.icon",
                            "stylers": [
                                {
                                    "hue": "#ff0000"
                                },
                                {
                                    "saturation": "-100"
                                },
                                {
                                    "lightness": "0"
                                }
                            ]
                        },
                        {
                            "featureType": "poi",
                            "elementType": "geometry.fill",
                            "stylers": [
                                {
                                    "color": "#c4cbd3"
                                }
                            ]
                        },
                        {
                            "featureType": "water",
                            "elementType": "all",
                            "stylers": [
                                {
                                    "color": "#c2c9d1"
                                }
                            ]
                        }
                    ]
                });

                var marker = new google.maps.Marker({
                    position: myLatLng,
                    map: map
                });

                var infowindow = new google.maps.InfoWindow({
                    content: 'Audren | Rolland'
                });

                marker.addListener('click', function() {
                    infowindow.open(map, marker);
                });

                google.maps.event.addDomListener(window, "resize", function() {
                    google.maps.event.trigger(map, "resize");
                    map.setCenter(myLatLng);
                });
            }

            initMap();
        </script>
{"id":221,"date":"2016-10-07T07:52:47","date_gmt":"2016-10-07T07:52:47","guid":{"rendered":"https:\/\/audrenrolland.com\/en\/construction\/"},"modified":"2026-08-27T16:25:34","modified_gmt":"2026-08-27T20:25:34","slug":"home","status":"publish","type":"page","link":"https:\/\/audrenrolland.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row type=&#8221;full-width-section&#8221; el_class=&#8221;construction-about&#8221; el_id=&#8221;the-firm&#8221;][vc_column][vc_column_text css_animation=&#8221;bottom-to-top&#8221; el_class=&#8221;text-center text-uppercase&#8221;]<\/p>\n<h3>The Firm<\/h3>\n<p>[\/vc_column_text]<style type=\"text\/css\" >#l_3xfo3gvue4hwssndh0mg{width:140px;}#l_3xfo3gvue4hwssndh0mg.sc_line ,#l_3xfo3gvue4hwssndh0mg .sc_line { height:1px; background:#ff0000;}#l_3xfo3gvue4hwssndh0mg.sc_line ,#l_3xfo3gvue4hwssndh0mg .sc_line{margin-left:auto!important; margin-right:auto!important;}#l_3xfo3gvue4hwssndh0mg {margin:0px 0 0px 0; padding:0;}<\/style><div class=\"clearfix\"><\/div><div id=\"l_3xfo3gvue4hwssndh0mg\"  class=\"sc_line rd_line_normal\" ><\/div>[vc_column_text css_animation=&#8221;bottom-to-top&#8221; el_class=&#8221;text-center&#8221;]Audren Rolland LLP is a business litigation law firm. We specialize in defending class actions. Our lawyers have been retained by some of Canada\u2019s largest and most sophisticated organizations in more than fifty class actions, representing clients before all courts, including the Supreme Court of Canada. For more than twenty years, we have worked as a cohesive team, achieving exceptional results. We defend our clients aggressively with intellect, rigour and passion, and are recognized in rankings and directory listings such as The Best Lawyers in Canada<span class=\"text-supercase\">\u00ae<\/span>, Canadian Legal Lexpert Directory<span class=\"text-supercase\">\u00ae<\/span>\u00a0and Benchmark Litigation<span class=\"text-supercase\">\u00ae<\/span>.\u00a0Our offices are located in the Centre de commerce mondial in the heart of Montreal\u2019s International District.[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-section&#8221; el_class=&#8221;our-practices-section&#8221; css=&#8221;.vc_custom_1477879779705{background-color: #37424b !important;}&#8221; el_id=&#8221;practices&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_column_text css_animation=&#8221;bottom-to-top&#8221;]<\/p>\n<h3 class=\"under-line\">Practices<\/h3>\n<p>Our lawyers focus almost exclusively on class actions.<br \/>\nWe have handled all phases of class actions, through trial<br \/>\nand appeal. We have also obtained early dismissal of cases,<br \/>\nboth at certification and on the merits. Where a settlement<br \/>\nwas the best solution, we have settled cases at the most opportune<br \/>\ntime and on the most favourable terms.<\/p>\n<p>.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;our-practices-section-right&#8221;][vc_column_text css_animation=&#8221;bottom-to-top&#8221;]We have defended class actions<br \/>\nin the following practice areas:<\/p>\n<ul>\n<li>Banking law<\/li>\n<li>Civil liberties<\/li>\n<li>Constitutional law<\/li>\n<li>Consumer law<\/li>\n<li>Medical law<\/li>\n<li>Professional liability<\/li>\n<li>Product liability<\/li>\n<li>Securities<\/li>\n<li>Transportation law<\/li>\n<li>Telecommunications law<\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-section&#8221; css=&#8221;.vc_custom_1496980242068{background-image: url(https:\/\/audrenrolland.com\/wp-content\/uploads\/2016\/10\/Audren_Rolland_V1_A.jpg?id=585) !important;}&#8221; el_class=&#8221;our-philosophy-section&#8221; el_id=&#8221;our-philosophy&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1496980213180{padding-right: 100px !important;}&#8221; css_animation=&#8221;bottom-to-top&#8221;]<\/p>\n<h3 class=\"under-line\">Our Philosophy<\/h3>\n<p>We believe that the success of a case rests on two elements. First, the focus should be on results rather than process. Our lawyers work with clients to formulate a precise strategy right from the outset of a case, such that the client\u2019s defense isn\u2019t derailed by secondary or inconsequential arguments. This targeted, focused approach enhances our clients\u2019 credibility before the courts. Second, lawyers must build a solid, trusting partnership with clients such that legal arguments and business considerations can converge. The results that our lawyers have obtained over the years reflect the success of these partnerships.[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-section&#8221; css=&#8221;.vc_custom_1781274346954{background-color: #e2001a !important;}&#8221; el_class=&#8221;construction-contact-header&#8221; el_id=&#8221;the-team&#8221;][vc_column][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;text-center text-uppercase&#8221;]<\/p>\n<h3>The Team<\/h3>\n<p>[\/vc_column_text]<style type=\"text\/css\" >#l_460hz0tjnn7kgnohsm5o{width:140px;}#l_460hz0tjnn7kgnohsm5o.sc_line ,#l_460hz0tjnn7kgnohsm5o .sc_line { height:1px; background: #000000; background: -moz-linear-gradient(90deg, #000000 0%, #000000 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#000000), color-stop(100%,#000000)); background: -webkit-linear-gradient(90deg, #000000 0%,#000000 100%); background: -o-linear-gradient(90deg, #000000 0%,#000000 100%); background: -ms-linear-gradient(90deg, #000000 0%,#000000 100%); background: linear-gradient(90deg, #000000 0%,#000000 100%);}#l_460hz0tjnn7kgnohsm5o.sc_line ,#l_460hz0tjnn7kgnohsm5o .sc_line{margin-left:auto!important; margin-right:auto!important;}#l_460hz0tjnn7kgnohsm5o {margin:0px 0 0px 0; padding:0;}<\/style><div class=\"clearfix\"><\/div><div id=\"l_460hz0tjnn7kgnohsm5o\"  class=\"sc_line rd_line_normal\" ><\/div>[\/vc_column][\/vc_row][vc_row type=&#8221;full-width-content&#8221; el_class=&#8221;lawyer-contact-section&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;595&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>Marie Audren, Ad. E.<\/h4>\n<p><a class=\"view-profile\" href=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2025\/06\/CV_MAEN.pdf\" target=\"_blank\" rel=\"noopener\">View profile<\/a><br \/>\n<a href=\"mailto:maudren@audrenrolland.com\">maudren@audrenrolland.com<\/a><br \/>\n<a href=\"tel:514-284-0770\">514.709.3146<\/a><br \/>\n<a class=\"lkdn-btn\" href=\"https:\/\/www.linkedin.com\/in\/marie-audren-ad-e-aa2649286\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;593&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>Emmanuelle Rolland<\/h4>\n<p><a class=\"view-profile\" href=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2025\/04\/CV_EREN.pdf\" target=\"_blank\" rel=\"noopener\">View profile<\/a><br \/>\n<a href=\"mailto:erolland@audrenrolland.com\">erolland@audrenrolland.com<\/a><br \/>\n<a href=\"tel:514.284.1919\">514.974.3145<\/a><br \/>\n<a class=\"lkdn-btn\" href=\"https:\/\/www.linkedin.com\/in\/emmanuelle-rolland-a4390132\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-content&#8221; el_class=&#8221;lawyer-contact-section lawyer-contact-second-row&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;597&#8243; img_size=&#8221;full&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>Marc-Andr\u00e9 Grou<\/h4>\n<p><a class=\"view-profile\" href=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2024\/09\/CV_MAGEN.pdf\" target=\"_blank\" rel=\"noopener\">View profile<\/a><br \/>\n<a href=\"mailto:mgrou@audrenrolland.com\">mgrou@audrenrolland.com<\/a><br \/>\n<a href=\"tel:514-349-4956\">514.349.4956<\/a><br \/>\n<a class=\"lkdn-btn\" href=\"https:\/\/www.linkedin.com\/in\/marc-andr%C3%A9-grou-1979a71a6\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;652&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>Georges R. Thibaudeau<\/h4>\n<p><a href=\"mailto:gthibaudeau@audrenrolland.com\">gthibaudeau@audrenrolland.com<\/a><br \/>\n<a href=\"tel:514-241-9502\">514.241.9502<\/a><br \/>\n<a class=\"lkdn-btn\" href=\"https:\/\/www.linkedin.com\/in\/georges-thibaudeau-b47a92286\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-content&#8221; el_class=&#8221;lawyer-contact-section&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;854&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>Anthony Mimarbasi<\/h4>\n<p><span style=\"color: #000000;\">Articling Student<\/span><br \/>\n<a href=\"mailto:amimarbasi@audrenrolland.com\">amimarbasi@audrenrolland.com<\/a><br \/>\n<a href=\"tel:514.463.5699\">514.463.5699<\/a><br \/>\n<a class=\"lkdn-btn\" href=\"https:\/\/www.linkedin.com\/in\/anthony-mimarbasi-1a1570225\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;1087&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>Charlotte Joly<\/h4>\n<p><span style=\"color: #000000;\">Student-at-law<\/span><br \/>\n<a href=\"mailto:cjoly@audrenrolland.com\">cjoly@audrenrolland.com<\/a><br \/>\n<a href=\"tel:514.927.2467\">514.927.2467<\/a><br \/>\n<a class=\"lkdn-btn\" href=\"https:\/\/ca.linkedin.com\/in\/charlotte-joly-07a8b837a\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-content&#8221; el_class=&#8221;lawyer-contact-section lawyer-contact-second-row&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;1122&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>\u00c9douard C\u00f4t\u00e9<\/h4>\n<p><span style=\"color: #000000;\">Student-at-law<\/span><br \/>\n<a href=\"mailto:ecote@audrenrolland.com\">ecote@audrenrolland.com<\/a><br \/>\n<a href=\"tel:438.407.6898\">438.407.6898<\/a><br \/>\n<a class=\"lkdn-btn\" href=\"https:\/\/www.linkedin.com\/in\/%C3%A9douard-c%C3%B4t%C3%A9-0242bb366\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;1017&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>Vivianne de Kinder<\/h4>\n<p><span style=\"color: #000000;\">Collaborating Lawyer<\/span><br \/>\n<a class=\"view-profile\" href=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2025\/06\/CV_VDKEN-1.pdf\" target=\"_blank\" rel=\"noopener\">View profile<\/a><br \/>\n<a href=\"mailto:v.dekinder@viviannedekinder.ca\">v.dekinder@viviannedekinder.ca<\/a><br \/>\n<a href=\"tel:514-849-2157\">514.849.2157<\/a><br \/>\n<a class=\"lkdn-btn\" href=\"https:\/\/www.linkedin.com\/in\/viviann-de-kinder-21453328\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-content&#8221; el_class=&#8221;lawyer-contact-section&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;1002&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;lawyer-contact-image-block&#8221;][vc_column_text css=&#8221;&#8221; animation=&#8221;rda_fadeInUp&#8221; el_class=&#8221;lawyer-contact-block&#8221;]<\/p>\n<h4>Annie Mailloux-Bri\u00e8re<\/h4>\n<p><span style=\"color: #000000;\">Manager<\/span><br \/>\n<a href=\"mailto:amailloux-briere@audrenrolland.com\">amailloux-briere@audrenrolland.com<\/a><br \/>\n<a href=\"tel:514.690.6364\">514.690.6364<\/a><br \/>\n<a class=\"lkdn-btn\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-section&#8221; el_class=&#8221;publications-section&#8221; css=&#8221;.vc_custom_1477017253998{background: #d3d7d9 url(https:\/\/audrenrolland.com\/wp-content\/uploads\/2016\/10\/publications-bg-1.jpg?id=397) !important;}&#8221; el_id=&#8221;publications&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_column_text css_animation=&#8221;bottom-to-top&#8221;]<\/p>\n<h3 class=\"under-line\">Publications<\/h3>\n<p>L\u2019omission d\u2019un \u00e9quivalent de l\u2019article 1010.1 dans le nouveau <em>Code de proc\u00e9dure civile<\/em><br \/>\n<span class=\"sub\">D\u00e9veloppements r\u00e9cents sur les actions collectives, 2018<\/span><\/p>\n<p>Commentaire sur la d\u00e9cision <em>Option consommateurs<\/em> c. <em>Banque Nationale du Canada<\/em> \u2013 La Cour sup\u00e9rieure r\u00e9affirme l\u2019importance du reliquat en mati\u00e8re de recours collectif<br \/>\n<span class=\"sub\">Rep\u00e8res REJB, 2016<\/span><\/p>\n<p>The Impact of the Supreme Court of Canada\u2019s Decision<br \/>\nin <em>Infineon Technologies AG<\/em> <em>v. Option consommateurs<\/em> on Qu\u00e9bec Class\u00a0Actions<br \/>\n<span class=\"sub\">Canadian Class Actions Review, 2015<\/span><\/p>\n<p>Cartels et fixation de prix : gare aux recours collectifs!<br \/>\n<span class=\"sub\">Premi\u00e8resenaffaires, 2014<\/span><\/p>\n<p>Overview of the Canadian Class Action Legislation Landscape<br \/>\n<span class=\"sub\">D\u00e9veloppements r\u00e9cents sur les recours collectifs, 2014<\/span><\/p>\n<p>La date de fermeture du groupe en mati\u00e8re de recours collectif<br \/>\n<span class=\"sub\">Colloque national sur les recours collectifs, 2013<\/span><\/p>\n<p>\u2018Common Enough?\u2019: Recent Cases from Quebec Court of<br \/>\nAppeal Suggests Relaxation of Commonality Requirement<br \/>\n<span class=\"sub\">Class Action Defence Quarterly, 2012<\/span><\/p>\n<p>Recours collectifs r\u00e9cents en droit de la sant\u00e9 : revue et analyse<br \/>\n<span class=\"sub\">La Responsabilit\u00e9 m\u00e9dicale, Collection Yvon Blais, 2012<\/span><\/p>\n<p>Class Action: A Renewed Sense of Commonality<br \/>\n<span class=\"sub\">The Canadian Institute, 2009<\/span><\/p>\n<p>This Way to the Exit, Please: New Doors Open for<br \/>\nQu\u00e9bec Defendants Who Seek a Way Out<br \/>\n<span class=\"sub\">Class Action Defence Quarterly, 2009<\/span><\/p>\n<p>Attention aux heures suppl\u00e9mentaires impay\u00e9es!<br \/>\n<span class=\"sub\">Les Affaires.com, 2007<\/span><\/p>\n<p>Multiple Defendant Class Actions in Qu\u00e9bec:<br \/>\nRecent Developments in the Jurisprudence<br \/>\n<span class=\"sub\">Canadian Class Action Review, 2007<\/span>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;publications-col-right&#8221;][vc_column_text css_animation=&#8221;bottom-to-top&#8221;]Class Actions: Quebec Courts Will not Easily Concede<br \/>\nJurisdiction Over Provincial Residents<br \/>\n<span class=\"sub\">The Lawyers Weekly, 2006<\/span><\/p>\n<p>Commentaire sur l&#8217;affaire <em>Option consommateurs<\/em> c. <em>Pharmascience<\/em> :<br \/>\nl&#8217;importance des faits en recours collectif<br \/>\n<span class=\"sub\">Rep\u00e8res REJB, 2006<\/span><\/p>\n<p>Le r\u00e8glement d&#8217;un recours collectif<br \/>\n<span class=\"sub\">Congr\u00e8s annuel du Barreau du Qu\u00e9bec, 2006<\/span><\/p>\n<p>Class Actions: Navigating the Provincial Legislative Landscape<br \/>\n<span class=\"sub\">The Canadian Institute, 2005<\/span><\/p>\n<p>L&#8217;article 1048 C.p.c.: une disposition d&#8217;exception<br \/>\n<span class=\"sub\">D\u00e9veloppements r\u00e9cents sur les recours collectifs, 2005<\/span><\/p>\n<p>Le r\u00e8glement d&#8217;un recours collectif et le processus d&#8217;approbation<br \/>\nd&#8217;une transaction<br \/>\n<span class=\"sub\">The Canadian Institute, 2005<\/span><\/p>\n<p>La multiplicit\u00e9 de d\u00e9fendeurs en l&#8217;absence d&#8217;int\u00e9r\u00eat et de cause d&#8217;action :<br \/>\nle recours collectif est-il \u00e0 la d\u00e9rive?<br \/>\n<span class=\"sub\">D\u00e9veloppements r\u00e9cents sur les recours collectifs, 2004<\/span><\/p>\n<p>La responsabilit\u00e9 des courtiers en valeurs mobili\u00e8res au Qu\u00e9bec<br \/>\n<span class=\"sub\">Revue du Barreau, 1991<\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-content&#8221; el_class=&#8221;construction-address-section&#8221; el_id=&#8221;contact-us&#8221;][vc_column][vc_column_text css_animation=&#8221;bottom-to-top&#8221; el_class=&#8221;text-center&#8221;]<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-265 size-full\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2016\/10\/audren-rolland-large-logo.png\" alt=\"audren-rolland-large-logo\" width=\"358\" height=\"104\" srcset=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2016\/10\/audren-rolland-large-logo.png 358w, https:\/\/audrenrolland.com\/wp-content\/uploads\/2016\/10\/audren-rolland-large-logo-300x87.png 300w\" sizes=\"auto, (max-width: 358px) 100vw, 358px\" \/><\/p>\n<p>T <a href=\"tel:4385059501\">514.974.3145<\/a><br \/>\nF 514.284.7771<\/p>\n<p>393 St. Jacques Street, Suite 248<br \/>\nMontr\u00e9al (Qu\u00e9bec) H2Y 1N9<\/p>\n<p><a class=\"ar-lkdn\" href=\"https:\/\/www.linkedin.com\/company\/audren-rolland-llp\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" alt=\"\" \/><\/a>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full-width-content&#8221; css=&#8221;.vc_custom_1476073213650{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;construction-map&#8221;][vc_column][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;full-width-section&#8221; el_class=&#8221;construction-about&#8221; el_id=&#8221;the-firm&#8221;][vc_column][vc_column_text css_animation=&#8221;bottom-to-top&#8221; el_class=&#8221;text-center text-uppercase&#8221;] The Firm [\/vc_column_text][vc_column_text css_animation=&#8221;bottom-to-top&#8221; el_class=&#8221;text-center&#8221;]Audren Rolland LLP is a business litigation law firm. We specialize in defending class actions. Our lawyers have been retained by some of Canada\u2019s largest and most sophisticated organizations in more than fifty class actions, representing clients before all courts, including the Supreme Court<br \/><a href=\"https:\/\/audrenrolland.com\/en\/\" class=\"more\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-construction-page.php","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-221","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Audren Rolland LLP<\/title>\n<meta name=\"description\" content=\"Audren Rolland LLP is a business litigation law firm. We specialize in defending class actions. Our lawyers have been retained by some of Canada\u2019s largest and most sophisticated organizations in more than fifty class actions, representing clients before all courts, including the Supreme Court of Canada.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/audrenrolland.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Audren Rolland LLP\" \/>\n<meta property=\"og:description\" content=\"Audren Rolland LLP is a business litigation law firm. We specialize in defending class actions. Our lawyers have been retained by some of Canada\u2019s largest and most sophisticated organizations in more than fifty class actions, representing clients before all courts, including the Supreme Court of Canada.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/audrenrolland.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Audren | Rolland\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-27T20:25:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/audrenrolland.com\\\/en\\\/\",\"url\":\"https:\\\/\\\/audrenrolland.com\\\/en\\\/\",\"name\":\"Audren Rolland LLP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/audrenrolland.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/audrenrolland.com\\\/en\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/audrenrolland.com\\\/en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/audrenrolland.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/linkedin.svg\",\"datePublished\":\"2016-10-07T07:52:47+00:00\",\"dateModified\":\"2026-08-27T20:25:34+00:00\",\"description\":\"Audren Rolland LLP is a business litigation law firm. We specialize in defending class actions. Our lawyers have been retained by some of Canada\u2019s largest and most sophisticated organizations in more than fifty class actions, representing clients before all courts, including the Supreme Court of Canada.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/audrenrolland.com\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/audrenrolland.com\\\/en\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/audrenrolland.com\\\/en\\\/#primaryimage\",\"url\":\"https:\\\/\\\/audrenrolland.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/linkedin.svg\",\"contentUrl\":\"https:\\\/\\\/audrenrolland.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/linkedin.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/audrenrolland.com\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/audrenrolland.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/audrenrolland.com\\\/#website\",\"url\":\"https:\\\/\\\/audrenrolland.com\\\/\",\"name\":\"Audren Rolland s.e.n.c.r.l. | Audren Rolland LLP\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/audrenrolland.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Audren Rolland LLP","description":"Audren Rolland LLP is a business litigation law firm. We specialize in defending class actions. Our lawyers have been retained by some of Canada\u2019s largest and most sophisticated organizations in more than fifty class actions, representing clients before all courts, including the Supreme Court of Canada.","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:\/\/audrenrolland.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"Audren Rolland LLP","og_description":"Audren Rolland LLP is a business litigation law firm. We specialize in defending class actions. Our lawyers have been retained by some of Canada\u2019s largest and most sophisticated organizations in more than fifty class actions, representing clients before all courts, including the Supreme Court of Canada.","og_url":"https:\/\/audrenrolland.com\/en\/","og_site_name":"Audren | Rolland","article_modified_time":"2026-08-27T20:25:34+00:00","og_image":[{"url":"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/audrenrolland.com\/en\/","url":"https:\/\/audrenrolland.com\/en\/","name":"Audren Rolland LLP","isPartOf":{"@id":"https:\/\/audrenrolland.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/audrenrolland.com\/en\/#primaryimage"},"image":{"@id":"https:\/\/audrenrolland.com\/en\/#primaryimage"},"thumbnailUrl":"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg","datePublished":"2016-10-07T07:52:47+00:00","dateModified":"2026-08-27T20:25:34+00:00","description":"Audren Rolland LLP is a business litigation law firm. We specialize in defending class actions. Our lawyers have been retained by some of Canada\u2019s largest and most sophisticated organizations in more than fifty class actions, representing clients before all courts, including the Supreme Court of Canada.","breadcrumb":{"@id":"https:\/\/audrenrolland.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/audrenrolland.com\/en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/audrenrolland.com\/en\/#primaryimage","url":"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg","contentUrl":"https:\/\/audrenrolland.com\/wp-content\/uploads\/2023\/11\/linkedin.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/audrenrolland.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/audrenrolland.com\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/audrenrolland.com\/#website","url":"https:\/\/audrenrolland.com\/","name":"Audren Rolland s.e.n.c.r.l. | Audren Rolland LLP","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/audrenrolland.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/audrenrolland.com\/en\/wp-json\/wp\/v2\/pages\/221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/audrenrolland.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/audrenrolland.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/audrenrolland.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/audrenrolland.com\/en\/wp-json\/wp\/v2\/comments?post=221"}],"version-history":[{"count":170,"href":"https:\/\/audrenrolland.com\/en\/wp-json\/wp\/v2\/pages\/221\/revisions"}],"predecessor-version":[{"id":1124,"href":"https:\/\/audrenrolland.com\/en\/wp-json\/wp\/v2\/pages\/221\/revisions\/1124"}],"wp:attachment":[{"href":"https:\/\/audrenrolland.com\/en\/wp-json\/wp\/v2\/media?parent=221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}