{% for message in app.flashes('info') %} {% endfor %}
STRAM Team
Sign

{% if app.request.locale == 'en' %}Our Vision{% else %}Notre Vision{% endif %}

{% if app.request.locale == 'en' and aboutinformation.visionEn|raw %} {{ aboutinformation.visionEn|raw }} {% else %} {{ aboutinformation.vision|raw }} {% endif %}
No limit
{% set ceoVideo = aboutinformation.ceoVideoUrl %} {% set ceoVideoFile = aboutinformation.ceoVideoFile %}
{% if ceoVideoFile %} {% elseif ceoVideo %} {% if 'youtube.com' in ceoVideo or 'youtu.be' in ceoVideo %} {% set videoId = '' %} {% if 'v=' in ceoVideo %} {% set videoId = ceoVideo|split('v=')|last|split('&')|first %} {% elseif 'youtu.be/' in ceoVideo %} {% set videoId = ceoVideo|split('youtu.be/')|last|split('?')|first %} {% endif %} {% else %} {% endif %} {% else %} CEO {% endif %}

{{ aboutinformation.ceoName|default('Melek Jallouli') }}

{% if app.request.locale == 'en' and aboutinformation.ceoRoleEn %} {{ aboutinformation.ceoRoleEn }} {% else %} {{ aboutinformation.ceoRole|default('Directeur Général') }} {% endif %}
Message du Dirigeant

{% if app.request.locale == 'en' and aboutinformation.ceoMessageTitleEn %} {{ aboutinformation.ceoMessageTitleEn }} {% else %} {{ aboutinformation.ceoMessageTitle|default('Bâtir l’avenir avec ingéniosité et résilience.') }} {% endif %}

{% if app.request.locale == 'en' and aboutinformation.ceoMessageTextEn %} {{ aboutinformation.ceoMessageTextEn|raw }} {% else %} {{ aboutinformation.ceoMessageText|default('Face aux défis structurels contemporains, STRAM Group se positionne comme un acteur essentiel du changement. Notre mission dépasse la simple construction ; nous sommes des bâtisseurs de durabilité. Chaque projet est une opportunité de repousser les limites techniques tout en intégrant des solutions respectueuses de l’environnement commun.')|raw|raw|raw|raw|raw|raw|raw|raw|raw }} {% endif %}
Signature
{% if app.request.locale == 'en' and aboutinformation.historyTitleEn %}{{ aboutinformation.historyTitleEn }}{% else %}{{ aboutinformation.historyTitle|default('Notre Histoire') }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyDescEn %}{{ aboutinformation.historyDescEn }}{% else %}{{ aboutinformation.historyDesc|default('Une évolution constante guidée par l\'excellence') }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyYear1En %}{{ aboutinformation.historyYear1En }}{% else %}{{ aboutinformation.historyYear1|default('2010') }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyText1En|raw %}{{ aboutinformation.historyText1En|raw }}{% else %}{{ aboutinformation.historyText1|raw|default('Fondation de STRAM, spécialisée dans les travaux de génie civil et les expertises techniques.') }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyYear2En %}{{ aboutinformation.historyYear2En }}{% else %}{{ aboutinformation.historyYear2|default('2015') }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyText2En|raw %}{{ aboutinformation.historyText2En|raw }}{% else %}{{ aboutinformation.historyText2|raw|default("Expansion des activités vers les travaux spéciaux et la réhabilitation d'ouvrages d'art.") }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyYear3En %}{{ aboutinformation.historyYear3En }}{% else %}{{ aboutinformation.historyYear3|default('2020') }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyText3En|raw %}{{ aboutinformation.historyText3En|raw }}{% else %}{{ aboutinformation.historyText3|raw|default('Lancement du département Énergie & Photovoltaïque pour accompagner la transition énergétique en Afrique.') }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyYear4En %}{{ aboutinformation.historyYear4En }}{% else %}{{ aboutinformation.historyYear4|default('2024') }}{% endif %}

{% if app.request.locale == 'en' and aboutinformation.historyText4En|raw %}{{ aboutinformation.historyText4En|raw }}{% else %}{{ aboutinformation.historyText4|raw|default("Consolidation en tant qu'intégrateur de solutions techniques complexes avec une présence internationale forte.") }}{% endif %}

{{ 'section.our_mission'|trans }}
{% if app.request.locale == 'en' and aboutinformation.missionEn|raw %} {{ aboutinformation.missionEn|raw }} {% else %} {{ aboutinformation.mission|raw }} {% endif %}

{% if app.request.locale == 'en' and aboutinformation.valuesTitleEn %}{{ aboutinformation.valuesTitleEn }}{% else %}{{ aboutinformation.valuesTitle|default('Nos Valeurs') }}{% endif %}

{% set valuesIntro = (app.request.locale == 'en' and aboutinformation.valuesIntroEn) ? aboutinformation.valuesIntroEn : aboutinformation.valuesIntro %} {% if valuesIntro %}

{{ valuesIntro|raw }}

{% endif %}
{% for i in 1..4 %} {% set vTitle = attribute(aboutinformation, 'value' ~ i ~ 'Title') %} {% set vTitleEn = attribute(aboutinformation, 'value' ~ i ~ 'TitleEn') %} {% set vText = attribute(aboutinformation, 'value' ~ i ~ 'Text') %} {% set vTextEn = attribute(aboutinformation, 'value' ~ i ~ 'TextEn') %} {% set currentTitle = (app.request.locale == 'en' and vTitleEn) ? vTitleEn : vTitle %} {% set currentText = (app.request.locale == 'en' and vTextEn) ? vTextEn : vText %} {% if currentTitle %}

{{ currentTitle }}

{{ currentText|raw }}

{% endif %} {% endfor %}
{% if aboutinformation.valuesVideoUrl %}
{% set youtubeIdVal = aboutinformation.valuesVideoUrl|split('v=')|last %}
{% endif %}


{{ app.request.locale == 'en' ? 'Our Impact' : 'Notre Impact' }}

{% set impactIntro = (app.request.locale == 'en' and aboutinformation.impactIntroEn) ? aboutinformation.impactIntroEn : aboutinformation.impactIntro %} {% if impactIntro %}
{{ impactIntro|raw }}
{% endif %}
{% for i in 1..4 %} {% set point = (app.request.locale == 'en' and attribute(aboutinformation, 'impactPoint' ~ i ~ 'En')) ? attribute(aboutinformation, 'impactPoint' ~ i ~ 'En') : attribute(aboutinformation, 'impactPoint' ~ i) %} {% if point %}
{{ point|raw }}
{% endif %} {% endfor %}
{% set finalImpact = (app.request.locale == 'en' and aboutinformation.impactPoint5En) ? aboutinformation.impactPoint5En : aboutinformation.impactPoint5 %} {% if finalImpact %}
{{ finalImpact|raw }}
{% endif %} {% if aboutinformation.impactVideoUrl %}
{% set youtubeIdImp = aboutinformation.impactVideoUrl|split('v=')|last %}

{{ app.request.locale == 'en' ? 'Flagship Project Video' : 'Vidéo d\'un projet phare' }}

{% endif %}
{# Décoration d'arrière-plan discrète #}
{% set hsseTitle = (app.request.locale == 'en' and aboutinformation.hsseTitleEn) ? aboutinformation.hsseTitleEn : aboutinformation.hsseTitle %}

{{ hsseTitle|default('Engagement HSSE') }}

{% set hsseIntro = (app.request.locale == 'en' and aboutinformation.hsseIntroEn) ? aboutinformation.hsseIntroEn : aboutinformation.hsseIntro %} {% if hsseIntro %}
{{ hsseIntro|raw }}
{% endif %}
{% set icons = ['fa-shield-alt', 'fa-bullseye', 'fa-users'] %} {% for i in 1..3 %} {% set point = (app.request.locale == 'en' and attribute(aboutinformation, 'hssePoint' ~ i ~ 'En')) ? attribute(aboutinformation, 'hssePoint' ~ i ~ 'En') : attribute(aboutinformation, 'hssePoint' ~ i) %} {% set image = attribute(aboutinformation, 'hsseImage' ~ i) %} {% if point %}
{% if image %}
STRAM HSSE
{% else %} {# Fallback design with icon if no image #}
{% endif %}
{{ point|raw }}
{% endif %} {% endfor %}
{% if aboutinformation.hsseVideo %}
{% set youtubeIdHsse = aboutinformation.hsseVideo|split('v=')|last %}

{{ app.request.locale == 'en' ? 'Flagship HSSE Video' : 'Vidéo qui reprend les grands axes HSSE' }}

{% endif %}
{% set savvyTitle = (app.request.locale == 'en' and aboutinformation.savvyTitleEn) ? aboutinformation.savvyTitleEn : aboutinformation.savvyTitle %}

{{ savvyTitle|default('Expertise Technique') }}

{% set savvyText = (app.request.locale == 'en' and aboutinformation.savvyTextEn) ? aboutinformation.savvyTextEn : aboutinformation.savvyText %} {% if savvyText %}
{{ savvyText|raw }}
{% endif %}

{{ 'section.our_subsidiaries'|trans }}

{% for m in allfiliare %}

{{ m.nomsocieter }}

{{ 'about_revamp.subsidiary_role'|trans }}:
{% if app.request.locale == 'en' and m.descriptionEn %} {{ m.descriptionEn|raw }} {% else %} {{ m.description|default('Partenaire stratégique au service des expertises du groupe.')|raw }} {% endif %}

{% endfor %}


{% if app.request.locale == 'en' %}{{ aboutinformation.govTitleEn|default('Our Governance') }}{% else %}{{ aboutinformation.govTitle|default('Notre Gouvernance') }}{% endif %}

{% set govIntro = (app.request.locale == 'en' and aboutinformation.govIntroEn) ? aboutinformation.govIntroEn : aboutinformation.govIntro %} {% if govIntro %}

{{ govIntro|raw }}

{% endif %}

{{ app.request.locale == 'en' ? 'Our Governance Approach' : 'Notre approche de gouvernance' }}

{% if app.request.locale == 'en' %}{{ aboutinformation.govPillar1TitleEn|default('Transparency') }}{% else %}{{ aboutinformation.govPillar1Title|default('Transparence') }}{% endif %}

{% if app.request.locale == 'en' %}{{ aboutinformation.govPillar1TextEn|raw|default('Clear processes and open communication.') }}{% else %}{{ aboutinformation.govPillar1Text|raw|default('Des processus clairs et une communication ouverte.') }}{% endif %}

{% if app.request.locale == 'en' %}{{ aboutinformation.govPillar2TitleEn|default('Rigor') }}{% else %}{{ aboutinformation.govPillar2Title|default('Rigueur') }}{% endif %}

{% if app.request.locale == 'en' %}{{ aboutinformation.govPillar2TextEn|raw|default('Strict adherence to international standards.') }}{% else %}{{ aboutinformation.govPillar2Text|raw|default('Le respect strict des standards internationaux.') }}{% endif %}

{% if app.request.locale == 'en' %}{{ aboutinformation.govPillar3TitleEn|default('Responsibility') }}{% else %}{{ aboutinformation.govPillar3Title|default('Responsabilité') }}{% endif %}

{% if app.request.locale == 'en' %}{{ aboutinformation.govPillar3TextEn|raw|default('Accountability in every decision.') }}{% else %}{{ aboutinformation.govPillar3Text|raw|default('Une reddition de comptes dans chaque décision.') }}{% endif %}

{% set impactTitle = (app.request.locale == 'en' and aboutinformation.govImpactTitleEn) ? aboutinformation.govImpactTitleEn : aboutinformation.govImpactTitle %} {% if impactTitle %}

{{ impactTitle }}

{% for i in 1..3 %} {% set point = attribute(aboutinformation, 'govImpactPoint' ~ i) %} {% set pointEn = attribute(aboutinformation, 'govImpactPoint' ~ i ~ 'En') %} {% set currentPoint = (app.request.locale == 'en' and pointEn) ? pointEn : point %} {% if currentPoint %}

{{ currentPoint|raw }}

{% endif %} {% endfor %}
{% endif %} {% if aboutinformation.govCodirVideoFile or aboutinformation.govCodirVideoUrl %}
{% if aboutinformation.govCodirVideoFile %} {% else %} {% set youtubeId = aboutinformation.govCodirVideoUrl|split('v=')|last %} {% if 'youtube.com' in aboutinformation.govCodirVideoUrl %} {% else %} {% endif %} {% endif %}

{{ app.request.locale == 'en' ? 'Testimonials from members of the CODIR' : 'Témoignage des membres du CODIR' }}

{% endif %}

{{ 'section.governance'|trans }} (CODIR)

{% if membresCodir|length > 0 %} {% set leader = null %} {% set others = [] %} {% for membre in membresCodir %} {% if membre.ordre == 1 or (leader is null and (membre.nom|lower matches '/melek/') ) %} {% set leader = membre %} {% else %} {% set others = others|merge([membre]) %} {% endif %} {% endfor %}
{# Affichage du Leader (CEO) #} {% if leader %}
{{ leader.nom }}

{{ leader.nom }}

{{ leader.role }}

{% if app.request.locale == 'en' and leader.descriptionEn %} {{ leader.descriptionEn }} {% else %} {{ leader.description }} {% endif %}

{% if leader.linkedinUrl %} {% endif %}
{% endif %} {# Affichage du reste du CODIR #}
{% for membre in others %}
{{ membre.nom }}

{{ membre.nom }}

{{ membre.role }}

{% if app.request.locale == 'en' and membre.descriptionEn %} {{ membre.descriptionEn|slice(0, 100) }}... {% else %} {{ membre.description|slice(0, 100) }}... {% endif %}

{% if membre.linkedinUrl %} {% endif %}
{% endfor %}
{% else %}
Comité de Direction STRAM
{% endif %}

{{ 'section.hse_quality'|trans }}

HSE (Hygiène, Sécurité, Environnement)

La sécurité de nos collaborateurs et le respect de l'environnement sont au cœur de nos priorités. Chez STRAM Group, nous mettons en œuvre des protocoles HSE stricts sur tous nos chantiers, assurant des conditions de travail optimales et minimisant notre impact écologique.

Qualité & Exigence technique

Nous sommes certifiés sur de multiples standards internationaux, garantissant une exécution parfaite et des matériaux de pointe. La qualité STRAM, c'est l'assurance d'une infrastructure durable, réalisée selon les meilleures pratiques du génie civil et de l'énergie.



Notre Impact & RSE

STRAM Group s'engage pour un développement durable et responsable. Découvrez comment nous intégrons les enjeux environnementaux et sociaux au cœur de nos expertises techniques.

{{ 'section.news'|trans }}

Consultez nos derniers communiqués de presse et actualités du groupe.

{{ 'button.see_more'|trans }}