<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Projets Métiers">
<title>
{% block title %}
Projet métiers
{% endblock %}
</title>
<link rel="icon" type="image/x-icon" href="{{ asset('images/logoPm.png') }}"/>
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('css/bootstrapFlaty.css') }}" type="text/css"/>
<link rel="stylesheet" href="{{ asset('css/form.css') }}" type="text/css"/>
<link rel="stylesheet" href="{{ asset('css/footer.css') }}" type="text/css"/>
<link rel="stylesheet" href="{{ asset('css/cookiesModal.css') }}" type="text/css"/>
<link rel="stylesheet" href="{{ asset('css/styles.css') }}" type="text/css"/>
<link rel="stylesheet" href="{{ asset('css/font-awesome.css') }}" type="text/css"/>
<link rel="stylesheet" href="{{ asset('css/general.css') }}" type="text/css"/>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap" rel="stylesheet">
{% endblock %}
</head>
{% block baliseBody %}
<body>
{% endblock %}
<header>
{% block menu %}
<div id="scrollTop" class="menu">
{#
<div class="dropdown floatLeft">
<button class="dropbtn backroundGardient"><i class="fa fa-home fa-lg" aria-hidden="true"></i></button>
<div class="dropdown-content leftZero">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div
</div>
#}
<a href="{{ path('app_homepage') }}" class="floatLeft linksHome"><img
src="{{ asset ('images/logoPm.png') }}"
style="height: 50px; margin-top: -10px;"></a>
<a href="{{ path('app_homepage') }}"
class=" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu JosefinSans">Accueil</a>
<div class="dropdown floatLeft">
<button class="dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu">
<span class="blueText">Qui sommes-nous ? </span>
</button>
<div class="dropdown-content leftZero bgWhiteMenu minw1">
<a href="{{ path('histoire') }}">Projets Métiers : création</a>
<a href="{{ path('partage') }}">Une solution fédérative</a>
<a href="{{ path('actions') }}">Nos actions</a>
<a href="{{ path('equipe') }}">L'équipe « Projets Métiers »</a>
<a href="{{ path('implantation') }}">Le réseau « Projets Métiers »</a>
<a href="{{ path('partenaires') }}">Les partenaires de l'association « Projets Métiers »</a>
<a href="{{ path('financement') }}">Le financement</a>
</div>
</div>
<div class="dropdown floatLeft bgWhiteMenu">
<button class="dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu">
<span class="blueText">Le parcours « Projets Métiers »</span>
</button>
<div class="dropdown-content leftZero bgWhiteMenu minw2">
<a href="{{ path('methode') }}">Le parcours « Projets Métiers »</a>
<a href="{{ path('bases') }}">Projets Métiers s'appuie sur la recherche</a>
<a href="{{ path('temoignages') }}">Témoignages</a>
</div>
</div>
<div class="dropdown floatLeft bgWhiteMenu">
<button class="dropbtn linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu">
<span class="blueText">L’orientation en évolution</span>
</button>
<div class="dropdown-content leftZero bgWhiteMenu minw3">
<a href="{{ path('profession') }}">Comment se retrouver dans l'univers des métiers ?</a>
<a href="{{ path('vies') }}">Des vies professionnelles réussies</a>
</div>
</div>
<a href="{{ path('contact') }}"
class=" floatLeft linksMenuButton displayLarge dispalySmall menuStyle bgWhiteMenu">Contact</a>
{#
{% if is_granted('ROLE_ADMIN') %}
<a href="#" class="linksButton backroundGardient displayLarge dispalySmall">Espace administrateur</a>
{% endif %}
#}
<!-- menu responsive-->
<div class="dropdownMenu floatRight bgWhiteMenu">
<button class="dropbtn displayLargeMenu dispalySmallMenu menuStyle bgWhiteMenu paddMenuResponsive"><i
class="fa fa-bars fa-lg menuStyle" aria-hidden="true"></i>
</button>
<div class="dropdown-content-menu bgWhiteMenu">
<a href="{{ path('qui') }}" class="drResponsvive menuBold">Qui sommes-nous?</a>
<a href="{{ path('histoire') }}" class="drResponsvive">L’histoire de Projets Métiers</a>
<a href="{{ path('partage') }}" class="drResponsvive">Un partage des tâches</a>
<a href="{{ path('actions') }}" class="drResponsvive">Nos actions</a>
<a href="{{ path('equipe') }}" class="drResponsvive">L'équipe</a>
<a href="{{ path('implantation') }}" class="drResponsvive">L’implantation territoriale</a>
<a href="{{ path('partenaires') }}" class="drResponsvive">Les partenaires</a>
<a href="{{ path('methodeMenu') }}" class="drResponsvive menuBold">La méthode Projets Métiers</a>
<a href="{{ path('methode') }}" class="drResponsvive">La méthode</a>
<a href="{{ path('bases') }}" class="drResponsvive">Les bases scientifiques de la méthode Projets Métiers</a>
<a href="{{ path('temoignages') }}" class="drResponsvive">Témoignages</a>
<a href="{{ path('actualites') }}" class="drResponsvive menuBold">L’orientation en évolution</a>
<a href="{{ path('profession') }}" class="drResponsvive">Profession de foi</a>
<a href="{{ path('actualites') }}" class="drResponsvive">Actualités de l’orientation</a>
<a href="{{ path('vies') }}" class="drResponsvive">Vies professionnelles réussies</a>
<a href="{{ path('contact') }}" class="drResponsvive menuBold">Contact</a>
{#
{% if is_granted('ROLE_ADMIN') %}
<a href="{{ path('appadmin_admin') }}">Espace administrateur</a>
{% endif %}
#}
</div>
</div>
<!-- fin menu responsive-->
<!-- gestion utilisateurs-->
<div class="dropdown floatRight bgWhiteMenu">
{% block iconeUser %}
<button class="dropbtn menuStyle bgWhiteMenu" style="padding-top: 42px ; color: #0a2f48">Mon compte</button>
{% endblock %}
<div class="dropdown-content bgWhiteMenu">
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
<a href="{{ path('app_redirect') }}" >{{ app.user.username|capitalize }}</a>
<a href="{{ path('modifProfil') }}">Modifier mot de passe</a>
<a href="{{ path('app_logout') }}">Se déconnecter</a>
{% else %}
<a href="{{ path('app_login') }}">Se connecter</a>
<a href="{{ path('app_loginPage') }}">S'inscrire</a>
{% endif %}
{#
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
<a href="{{ path('appuser_voir') }}">{{ app.user.username|capitalize }}</a>
{% endif %}
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
<a href="{{ path('fos_user_security_logout') }}">Déconnexion</a>
{% else %}
<a href="{{ path('fos_user_security_login') }}">Se connecter</a>
<a href="{{ path('fos_user_registration_register') }}">S'inscrire</a>
{% endif %}
#}
</div>
</div>
</div>
<!-- fin gestion utilisateurs-->
<!-- fin menu -->
{% endblock%}
</header>
{% for message in app.flashes('success') %}
<br>
<div class="alert alert-success centrer shadowJm" style="font-size: 22px">
{{ message }}
</div>
{% endfor %}
{% for message in app.flashes('danger') %}
<br>
<div class="alert alert-danger centrer shadowJm" style="font-size: 22px">
{{ message }}
</div>
{% endfor %}
{% block body %}
{% endblock %}
{#
<div id="cookieGeneral" style="display: none">
<div id="cookiemodal" class="cookie-modal">
<div class="cookie-modal-container">
<div class="cookie-modal-container-content">
<div class="cookie-modal-container-content-title">Protection des données</div>
<div class="cookie-modal-container-content-text">
<p>Pour poursuivre votre navigation dans de bonnes conditions, vous devez accepter nos <a href="{{ path('cgupartenaires') }}" target="_blank" class="blancCookies">CGU</a> et <a href="{{ path('confidentialite') }}" target="_blank" class="blancCookies"> Politique de confidentialité</a>.</p>
<p> <a href="{{ path('cgu') }}" target="_blank" class="blancCookies">Plus</a></p>
</div>
<button id="cookieagree" class="cookie-modal-container-content-button">J'accepte</button>
</div>
</div>
</div>
</div>
#}
<footer>
{#
<div class="full white">
<div class="blocFooter">
<div class="blocFooter resSociaux ">
<a href="https://www.facebook.com/" class="fa faFoot fa-facebook tooltipss"
target="_blank"><span class="tooltiptext">Facebook</span></a>+++++++++++++++++++++++++++++++++++++++
<a href="https://www.instagram.com/" class="fa faFoot fa-instagram tooltipss"
target="_blank"><span class="tooltiptext">Instagram</span></a>
</div>
</div>
</div>
#}
{% block footer %}
<div class="full blocFooterBas">
<div style="width: 50%; display: inline-block">
<p><a href="{{ path('cgupartenaires') }}" target="_blank">CGU PARTENAIRES</a> </p>
<p><a href="{{ path('mentions') }}">MENTIONS LEGALES</a></p>
<p><a href="{{ path('contact') }}">NOUS CONTACTER</a></p>
</div>
<div style="width: 48%;display: inline-block">
<div style="width: 60%; display: inline-block">
<P>ASSOCIATION PROJETS METIERS</P>
<P>75 rue de Lourmel 75015 Paris </P>
<P></br></br></P>
</div>
<div style="width: 38%;display: inline-block">
<a href="{{ path('app_homepage') }}"><img src="{{ asset ('images/logoPm.png') }}" alt ="logo" class="logoBas"></a>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
<script src="{{ asset('js/carouselFlickity.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/cookiesModal.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/accordeon.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/menu.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/jquery.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/popper.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/bootstrap.min.js') }}" type="text/javascript"></script>
{% endblock %}
</footer>
</body>
</html>