{% extends 'about/about_layout.html.twig' %} {% block page_title %}{{ 'menu.about'|trans }} | Vision & Mission{% endblock %} {% block extra_css %} {# Extraction des styles spécifiques à la vision et au CEO #} .vision-content { font-size: 18px; line-height: 1.8; color: #555; text-align: justify; } .ceo-section { background: #0E1641 !important; color: #fff; position: relative; overflow: hidden; padding: 120px 0; } .ceo-message-box { background: transparent !important; } .ceo-quote-mark { font-size: 120px; color: rgba(245, 158, 0, 0.2); position: absolute; top: -40px; left: -20px; } .video-wrapper { border-radius: 30px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1); } .ceo-info-badge { background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); padding: 20px; border-radius: 15px; margin-top: 30px; display: inline-block; } .mission-card { background: #fff; padding: 60px; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); position: relative; overflow: hidden; } {% endblock %} {% block about_content %}
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 %}
{% 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...')|raw }}{% endif %}
Signature
{{ 'section.our_mission'|trans }}
{% if app.request.locale == 'en' and aboutinformation.missionEn|raw %}{{ aboutinformation.missionEn|raw }}{% else %}{{ aboutinformation.mission|raw }}{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}