Former participant of the Listen to This project, BS has been rapping since he was 14. Passionate, he grew up on the stage of the Jean-Vilar center where he has been playing for six years. He has also performed on numerous stages in Angers such as the Chabada, the Quai, Hauts-de-Saint-Aubin, or the 122 and the Urban Stage, and has collaborated with the Hip-hop Symphonic orchestra and participated in numerous cultural events.
Carried by a sincere energy, he considers the stage as a place for transmitting messages, spreading positive waves and creating connections through his music.
- Adapted for hearing disabilities
- Adapted for Mental Disabilities
- Adapted for motor disabilities
- Adapted for the Visually Impaired
The site is accessible to people with reduced mobility, with a dedicated area equipped with chairs. Whatever your disability, trained agents and volunteers, identifiable by their blue vests, are there to welcome you and guide you. The following equipment is available on loan upon presentation of identification: hearing protection headphones, available at all concerts without prior reservation, vibrating vests and magnetic buckle collars, for which advance reservation is recommended in order to guarantee availability (by email: accessibilite.evculturels@ville.angers.fr, by telephone: 02 41 05 41 87, in person: at the Urban Repair, 35 boulevard du Roi René in Angers, Tuesday to Friday from 1 p.m. to 4:30 p.m. with the help of the ACCEO application).
btns.forEach(btn => {
btn.addEventListener(‘click’, function(e) {
e.preventDefault();
});
});
}
});
map.on(‘layeradd’, function(event) {
var focusable = mapContener.querySelectorAll(‘a, input, button, select, img[role=”button”]’);
if(typeof focusable==’object’ && focusable.length>0) {
focusable.forEach(el => {
el.setAttribute(‘tabindex’, ‘-1’);
});
}
});
var pois = [
{
coords:L.latLng(‘47.468718’, ‘-0.555606′),
opts: {title:”Jardin des Beaux-arts”}
},
];
pois.forEach(function(poi, index, arr) {
L.marker(poi.coords, poi.opts).addTo(map).bindPopup(poi.opts.title);
bound.extend(poi.coords);
});
if(typeof bound==’object’ && bound.isValid()) {
map.fitBounds(bound);
}
else {
hideMap(mapContener);
}
}
else {
hideMap(mapContener);
}
}
}
function hideMap(mapContener) {
mapContener.style.width = ‘0px’;
mapContener.style.height = ‘0px’;
mapContener.style.display = ‘none’;
}
function loadMyMap() {
var oldScript = document.getElementById(‘scriptMyMap’);
if(oldScript) {document.body.removeChild(oldScript);}
var script = document.createElement(“script”);
script.id = “scriptMyMap”;
script.src = “https://unpkg.com/leaflet@1.8.0/dist/leaflet.js”;
script.addEventListener(“load”, function(event) {
var oldScriptFull = document.getElementById(‘scriptMyMaFull’);
if(oldScriptFull) {document.body.removeChild(oldScriptFull);}
var scriptFull = document.createElement(“script”);
scriptFull.id = “scriptMyMaFull”;
scriptFull.src = “https://unpkg.com/leaflet.fullscreen@2.4.0/Control.FullScreen.js”;
scriptFull.addEventListener(“load”, function(event) {
initializeMyMap();
});
document.body.appendChild(scriptFull);
});
document.body.appendChild(script);
}
window.addEventListener(“load”, function(event) {loadMyMap();});
]]>






