History of a velolution
When he was younger, Simon Lord was stopped by “a drunk guy” from Saint-Mathieu, on the South Shore, where he lived. “You know what everyone says about you here in the village? he told her. That you’re still in trouble. That’s what the world says.” The anecdote, which the author tells in Petite story of the flight in Montréalproves that his passion for bécik is not new. It also shows that he knows how to tell stories. This is what allows his book, which tells the story of the “transformation of Montreal into a cycling city,” to be both richly documented and captivating. He demonstrates how striking it is, the path traveled by the bicycle since the era of “all-car” in the metropolis. He also wisely reminds us, after having proven it, that his place “is never completely acquired”.
In bookstore
Petite story of the flight in Montréal
Boréal
328 pages
World War of Ideas
Frédéric Martel’s new essay arrives in Quebec crowned with glory, after having received abundant media coverage in France and having climbed into the top ranks of best-selling works. The author of the bestseller Sodom investigated for eight years in 52 countries where he carried out some 2,000 interviews (notably with former Donald Trump strategist Steve Bannon) to paint a portrait of what he describes as “anti-Western internationalism”. Result? “A valuable and necessary investigative book” and “a rare cartography of a world that is too often reduced to caricatures,” said the weekly The Pointwhile L’Express described the work as “monumental” and that Le Figaro spoke of “impressive work of research and investigation”. Journalists from Monde have, however, revealed certain blind spots in this “subjective” investigation. Wests is sure to be on many summer reading lists, including mine.
<![CDATA[
(function () {
var slotName = "ad6a2ef06041217-adSlotLppos";
var dimensions = ["fluid",[634,125],[634,150],[634,180],[634,200],[634,634],[634,400],[640,360],[640,480],[728,200]];
var pageBlock = "text";
const IS_MOBILE = window.innerWidth {
if (googleIframe.contentWindow === e.source){
if(e.data.nbArticles) {
let title = document.createElement(“div”)
let nbArticles = document.createElement(“div”)
title.innerHTML = “Série commanditée”
nbArticles.innerHTML = e.data.nbArticles + ” articles”
let header = document.createElement(“div”)
header.classList.add(“adSpotBlock__slotInnerHeader”)
header.appendChild(title)
header.appendChild(nbArticles)
slotInner.prepend(header)
}
}
})
}
function setUpPanorama() {
console.debug(‘Ads: Panorama Ad detected for ‘ + slotName);
let slotInner = document.getElementById(slotName);
slotInner.parentElement.style.width = ‘100%’;
let iframeWrapper = slotInner.firstElementChild
iframeWrapper.classList.add(‘panorama__wrapper’)
if (IS_MOBILE) {
makeFullWidth(slotInner)
iframeWrapper.classList.add(‘panorama__wrapper–mobile’)
}
else {
iframeWrapper.classList.add(‘panorama__wrapper–default’)
if(pageBlock===”body”){
makeFullWidth(slotInner)
}
}
setupPanoramaIframe(iframeWrapper)
function makeFullWidth(slotInner){
let parentContainerElement = slotInner.closest(“.homeHeadlinesRow__adWrapper”)||slotInner.closest(“.homeRow__adWrapper”)||slotInner.closest(“.homeRow”)
if (!parentContainerElement){
parentContainerElement = slotInner.closest(“.adsWrapper”)
parentContainerElement.classList.add(“panorama–article”);
}else{
parentContainerElement.classList.add(“panorama–default”);
}
}
function setupPanoramaIframe(iframeWrapper){
let googleIframe = iframeWrapper.firstElementChild;
googleIframe.style.height = “100%”
window.addEventListener(‘message’, (e)=> {
if (googleIframe.contentWindow === e.source){
if(e.data.sideMarginBackgroundColor) {
iframeWrapper.style.backgroundColor = e.data.sideMarginBackgroundColor;
}
if(e.data.foregroundUrl){
createForeground(iframeWrapper,e.data.foregroundUrl,e.data.foregroundPosition,”img”)
}
if(e.data.foregroundHtmlUrl){
createForeground(iframeWrapper,e.data.foregroundHtmlUrl,e.data.foregroundPosition,”iframe”)
}
if(e.data.backgroundImgUrl){
createBackground(iframeWrapper,e.data.backgroundImgUrl,e.data.backgroundColor,”img”)
}
if(e.data.backgroundHtmlUrl){
createBackground(iframeWrapper,e.data.backgroundHtmlUrl,e.data.backgroundColor,”iframe”)
}
}
});
}
function createBackground(iframeWrapper,backgroundUrl,backgroundColor,backgroundElementType){
let backgroundElement = createBackgroundElement(backgroundUrl,backgroundElementType)
let backgroundWrapper = createBackgroundWrapper(backgroundColor)
let backgroundClipper = createBackgroundClipper()
backgroundWrapper.appendChild(backgroundElement)
backgroundClipper.appendChild(backgroundWrapper)
iframeWrapper.appendChild(backgroundClipper)
alignBackgroundToAdWrapper(backgroundWrapper, iframeWrapper)
let widthCache = window.innerWidth
window.addEventListener(“resize”,()=>{
if (window.innerWidth!==widthCache){
widthCache=window.innerWidth;
let mobileMediaQuery = window.matchMedia(“(max-width: 1024px)”)
if (mobileMediaQuery.matches) {
iframeWrapper.classList.add(‘panorama__wrapper–mobile’)
iframeWrapper.classList.remove(‘panorama__wrapper–default’)
}
else {
iframeWrapper.classList.remove(‘panorama__wrapper–mobile’)
iframeWrapper.classList.add(‘panorama__wrapper–default’)
}
alignBackgroundToAdWrapper(backgroundWrapper, iframeWrapper)
}
})
}
function createForeground(iframeWrapper,foregroundUrl,foregroundPosition,type){
let foreground = document.createElement(type)
foreground.classList.add(“panorama__foregroundImg”)
switch (foregroundPosition){
case “top”:
foreground.style.alignSelf=”flex-start”
break;
case “center”:
foreground.style.alignSelf=”center”
break;
case “bottom”:
foreground.style.alignSelf=”flex-end”
break;
}
if (type===”iframe”){
foreground.style.height=”100%”
}
foreground.src = foregroundUrl
iframeWrapper.appendChild(foreground)
}
function createBackgroundElement(backgroundUrl, type) {
let backgroundElement = document.createElement(type);
backgroundElement.setAttribute(“src”,backgroundUrl);
backgroundElement.classList.add(“panorama__backgroundElement”);
if (“img” === type) {
backgroundElement.classList.add(“panorama__backgroundElement–img”);
}
return backgroundElement;
}
function createBackgroundWrapper(backgroundColor){
let backgroundWrapper = document.createElement(“div”)
backgroundWrapper.classList.add(‘panorama__backgroundWrapper’)
backgroundWrapper.style.backgroundColor=backgroundColor;
switch (pageBlock){
case “body”:
backgroundWrapper.classList.add(‘panorama__backgroundWrapper–homepage’)
break;
case “text”:
backgroundWrapper.classList.add(‘panorama__backgroundWrapper–article’)
break;
default:
backgroundWrapper.classList.add(‘panorama__backgroundWrapper–default’)
break;
}
return backgroundWrapper;
}
function createBackgroundClipper(){
let backgroundClipper = document.createElement(“div”)
backgroundClipper.classList.add(‘panorama__backgroundClipper’)
return backgroundClipper
}
function alignBackgroundToAdWrapper(backgroundToResize, sourceWrapper){
backgroundToResize.style.width = sourceWrapper.clientWidth+”px”;
if(pageBlock!==”body”) {
backgroundToResize.style[‘left’] = sourceWrapper.getBoundingClientRect().left+”px”;
}
}
}
LPAds.registerSpotRenderEnded(slotName, function(slotData) {
if (slotData) {
if (LPAds.isPanorama(slotData.creativeTemplateId)) {
setUpPanorama();
} else if (LPAds.isNativeAdSerieXtra(slotData.creativeTemplateId)) {
setUpNativeAdSerieXtra();
} else if (LPAds.isNativeAdCollection(slotData.creativeTemplateId)) {
setUpNativeAdCollection()
}
}
});
LPAds.displayAdSpot(slotName);
})()
]]>
In bookstore
Occidents – Investigate our enemies
Lead
619 pages
Witness to the American drift
Travel trains youth, they say. That of Michel Labrecque took shape around stays in the United States with his family, each summer between 1960 and 1971. He fell under the spell of this country where he found everything “more impressive, more interesting”. A long journey through the American West at the end of the 1970s reinforced his admiration. Becoming a journalist, he quickly discovered the “gray zones” of the country. He has developed what he describes as “a privileged but complicated relationship with our big neighbor to the South”. This evolution is the narrative framework of his most recent essay, which is in fact a personal history of the United States, nourished by numerous reports and sometimes told in a confidential tone. The exercise was successful. What the author presents as a “humble testimony” turns out to be valuable.
In bookstore
What remains of our United States?
Éditions La Presse
286 pages
Essai controversé signé (Jill) Biden
Jill Biden’s most recent book sparked controversy in the United States before it even hit bookstores. It’s understandable. The memoirs of the former first lady of the country notably address the race for the White House from which her husband withdrew (after having his hand forced). Some American media have pointed out that dwelling on memories of the Biden era can only harm Democrats, who dream that we will finally stop scratching this sore. But there is worse. The version told by Jill Biden “essentially confirms speculation that she participated in a cover-up, publicly suggesting that her aging husband was fit to serve four more years,” even as she worried about his health, a summarized journalist Nia-Malika Henderson from Bloomberg. These memoirs could therefore… please Republicans more than Democrats.
In bookstore
View from the East Wing : A Memoir
Gallery Book
288 pages
The shock of AI in music
A “loss of $16 billion” is forecast over the next five years for the traditional music industry. “So we have to adapt. It’s a shock,” declared Michel Rochon recently on Radio-Canada. We interviewed him about his most recent essay (his third on music). He attempts to assess the extent to which artificial intelligence will disrupt the musical ecosystem. But it is also (and above all) a book on the history of music linked to the “dream of composing without resorting to human imagination”. This is because the journalist traces the evolution that has led, in recent years, to a real “AI music industry”. Our creators have reason to worry and, at the end of his essay, the author rightly pleads for collective reflection on the nature of the “role of music in our lives”.
In bookstore
Artificial music – From the first instruments to generative AI
MultiMondes Editions
200 pages





