Hi Pascal!
If you mean the entire width without the sidebar, Apostrophe has a Full Width Page Template you can set the page to so that your content fills the page without the sidebar. (Look for Page Attributes when editing the page to find the Full Width template option.)
Or if you want to fill the space to the left of the sidebar (and keep the sidebar there), you could try adding some CSS like the following:
#bbpress-forums {
width: 750px;
}
(Adjust the number to what works best for you.)
When adding CSS to your site, don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. Then you can add CSS under Appearance > Edit CSS. (Alternatively, you could either install a standalone custom CSS plugin, or create a child theme.).
Let me know if you have any questions! ??
PS – I translated your message using Google translate, so if I misunderstood, please let me know.