<style>
svg.icn {
fill: var(--my-flow-black);
width: 20px;
}
.menu-link.active > svg.icn,
.menu-link:hover > svg.icn {
fill: var(--my-flow-pink);
}
.menu-item svg {
margin-right: 10px;
}
.menu-item span.menu-title {
display: inline-block;
width: 50%;
}
.menu-accordion > .menu-sub-accordion > .menu-item > .menu-link {
margin-left: 30px;
}
</style>
<div id="kt_aside" class="aside aside-menu" data-kt-drawer="true" data-kt-drawer-name="aside" data-kt-drawer-activate="{default: true, lg: false}" data-kt-drawer-overlay="true" data-kt-drawer-width="{default:'200px', '300px': '250px'}" data-kt-drawer-direction="start" data-kt-drawer-toggle="#kt_aside_mobile_toggle" {{ stimulus_controller('base--index') }}>
<div class="aside-header pro-flex flex-column-auto py-5" id="kt_aside_footer" >
<button id="kt_aside_toggle" data-user="{{ app.user.id }}" data-url="{{ absolute_url('https://' ~ app.request.host) }}/user/my-flow/user-menu/{{ app.user.id }}" class="aside-minimize btn btn-sm btn-light {% if app.user.userData is not null %}{% if app.user.userData.menuState == true %}active{% endif %} {% endif %}" data-kt-toggle="true" data-kt-toggle-state="active" data-kt-toggle-target="body" data-kt-toggle-name="aside-minimize">
<svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 19.5L7.5 12L15 4.5" stroke="#344054" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
{%if is_granted('ROLE_CLIENT') != true %}
<div class="container-logo-header">
<a href="{{ path('mission_index') }}" >
{%if user_company_logo is not empty%}
<img src="{{vich_uploader_asset(app.user.company, 'logoFile')}}" width="175" >
{% else %}
<img src="{{ app.user|link_logo_agency }}" width="175" height="43">
{%endif%}
<span class="slogan">More than just a marketplace</span>
</a>
</div>
{%endif%}
{%if is_granted('ROLE_CLIENT') == true %}
<div class="container-logo-header client">
<div class="text-center">
<a href="{{ path('mission_index') }}" >
{%if user_company_logo is not empty%}
<img src="{{vich_uploader_asset(app.user.company, 'logoFile')}}" width="48">
{% else %}
<img src="{{app.user|link_logo_agency }}" width="175">
{% endif %}
<span class="slogan">More than just a marketplace</span>
</a>
</div>
</div>
{%endif%}
</div>
<div class="aside-toolbar flex-column-auto" id="kt_aside_toolbar"></div>
<div class="aside-menu " data-turbo="false">
<div class="btn-wordpress-and-commande">
{% if is_granted('ROLE_ADMIN') == true or is_granted('ROLE_ADMIN_AGENCY') == true or is_granted('ROLE_CLIENT') == true or is_granted('ROLE_CLIENT_ADMIN') == true %}
<button id="modal-project-new" href="{{ path('handle_mission_campaign', {'id':"new"}) }}" class="btn btn-custom bg-custom-blue">
<svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.75 12H20.25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 3.75V20.25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="menu-title" >Nouveau projet</span>
</button>
{% elseif is_granted('ROLE_SUBCONTRACTOR') %}
<a href="{{ path('handle_mission_campaign', {'id':"new"}) }}" class="new-order btn btn-custom bg-custom-blue">
<svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.75 12H20.25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 3.75V20.25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="menu-title" >Nouveau projet</span>
</a>
{% endif %}
</div>
<div class=" px-2 my-5 my-lg-5 sous-menu" >
<div class="menu menu-column menu-title-gray-800 menu-state-title-primary menu-state-icon-primary menu-state-bullet-primary menu-arrow-gray-500" id="#kt_aside_menu" data-kt-menu="true">
{# <div class="menu-item">
<a class="menu-link bord {% if app.request.get('_route') matches '/^home_index/' %}active bg-gray-200{% endif%}" href="{{ path('home_index') }}">
<svg class="icn" width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2027_2453)">
<path d="M4.5 19.5V12.75H9" stroke="#667085" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 19.5H3" stroke="#667085" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 19.5V8.25H14.25" stroke="#667085" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.25 19.5V3.75H19.5V19.5" stroke="#667085" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2027_2453">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^home_index/' %}text-custom-blue fw-bolder{% endif%}">
Tableau de bord
</span>
</a>
</div> #}
<div class="menu-item">
<a class="menu-link bord {% if app.request.get('_route') matches '/^mission/' %}active bg-gray-200{% endif%}" href="{{ path('mission_index') }}">
<svg class="icn" width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2027_2462)">
<path d="M3 16.5L12 21.75L21 16.5" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 12L12 17.25L21 12" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 7.5L12 12.75L21 7.5L12 2.25L3 7.5Z" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2027_2462">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^mission/' %}text-custom-blue fw-bolder{% endif%}" title="Mes missions">
Mes missions
</span>
</a>
</div>
{% if is_granted('ROLE_SUBCONTRACTOR') == true %}
<div class="menu-item account">
<a class="menu-link {% if app.request.get('_route') matches '/^my_profil/' %}active bg-gray-200{% endif%}" href="{{ path('my_profil') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>account</title><path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^my_profil/' %}text-custom-blue fw-bolder{% endif%}" title="Mon compte">Mon compte</span>
</a>
</div>
{% endif %}
{% if only_admin(app.user) or only_admin_agency(app.user) or only_manager(app.user) %}
<div class="menu-item">
<a class="menu-link bord {% if app.request.get('_route') matches '/^sub_contractor/' %}active bg-gray-200{% endif%}" href="{{ path('sub_contractor_index') }}">
<svg class="icn" width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2027_2470)">
<path d="M18 11.25C18.8734 11.2493 19.7349 11.4524 20.516 11.843C21.2972 12.2335 21.9765 12.8009 22.5 13.5" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.5 13.5C2.0235 12.8009 2.70281 12.2335 3.48398 11.843C4.26514 11.4524 5.12663 11.2493 6 11.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 17.25C14.0711 17.25 15.75 15.5711 15.75 13.5C15.75 11.4289 14.0711 9.75 12 9.75C9.92893 9.75 8.25 11.4289 8.25 13.5C8.25 15.5711 9.92893 17.25 12 17.25Z" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.75 20.25C7.2884 19.3364 8.0559 18.579 8.97665 18.0529C9.8974 17.5267 10.9395 17.25 12 17.25C13.0605 17.25 14.1026 17.5267 15.0233 18.0529C15.9441 18.579 16.7116 19.3364 17.25 20.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.0938 7.5C15.234 6.95678 15.5238 6.46377 15.9302 6.07697C16.3366 5.69017 16.8433 5.42508 17.3927 5.31179C17.9422 5.19851 18.5125 5.24158 19.0387 5.43611C19.5649 5.63064 20.0261 5.96883 20.3697 6.41229C20.7134 6.85574 20.9258 7.38668 20.9829 7.9448C21.04 8.50293 20.9394 9.06587 20.6926 9.56971C20.4458 10.0735 20.0627 10.4981 19.5867 10.7951C19.1108 11.0921 18.561 11.2497 18 11.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 11.25C5.43896 11.2497 4.88925 11.0921 4.41328 10.7951C3.93732 10.4981 3.55418 10.0735 3.30738 9.56971C3.06057 9.06587 2.96 8.50293 3.01708 7.9448C3.07415 7.38668 3.28659 6.85574 3.63027 6.41229C3.97394 5.96883 4.43508 5.63064 4.96131 5.43611C5.48755 5.24158 6.05778 5.19851 6.60726 5.31179C7.15674 5.42508 7.66345 5.69017 8.06983 6.07697C8.47621 6.46377 8.76599 6.95678 8.90625 7.5" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2027_2470">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^sub_contractor/' %}text-custom-blue fw-bolder{% endif%}" title="Contacts">Contacts</span>
</a>
</div>
{% endif %}
{% if app.user|can_show_my_ressource != null %}
{# <div class="menu-item no-mobile">
<a class="menu-link bord {% if app.request.get('_route') matches '/^app_resource/' %}active bg-gray-200{% endif%}" href="{{ path('app_resource') }}">
</a>
</div> #}
<div data-kt-menu-trigger="click" class="menu-item menu-accordion here params" style="padding-left: 4px !important;">
<span class="menu-link bord">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" viewBox="0 0 20 19" fill="none" class="icn ressource-icn">
<path d="M19.5777 8.34667C19.1719 7.80167 18.5493 7.48833 17.8693 7.48833H17.5002V5.8325C17.5002 3.535 15.631 1.66583 13.3335 1.66583H9.12009C8.99175 1.66583 8.86175 1.635 8.74758 1.57833L6.11839 0.263334C5.77339 0.0908336 5.38672 3.48214e-07 5.00005 3.48214e-07H3.33337C1.49501 -0.000832985 0 1.49417 0 3.3325V14.1658C0 16.4633 1.86918 18.3325 4.16671 18.3325H14.6318C16.4868 18.3325 18.0902 17.1392 18.6335 15.3267L19.9102 10.23C20.1052 9.57833 19.9835 8.8925 19.5777 8.34667ZM1.66668 14.1658V3.3325C1.66668 2.41333 2.41419 1.66583 3.33337 1.66583H5.00005C5.12838 1.66583 5.25838 1.69667 5.37255 1.75333L8.00175 3.06833C8.34675 3.24083 8.73342 3.33167 9.12009 3.33167H13.3335C14.7118 3.33167 15.8335 4.45333 15.8335 5.83167V7.4875H7.17924C5.76256 7.4875 4.49754 8.38667 4.02171 9.75417L2.19669 15.7025C1.86502 15.2783 1.66668 14.745 1.66668 14.1658ZM18.3035 9.78833L17.0268 14.8842C16.7068 15.95 15.7443 16.6658 14.6318 16.6658H4.16671C3.99337 16.6658 3.8242 16.6483 3.66087 16.6142L5.60589 10.2733C5.83839 9.60417 6.47173 9.155 7.18007 9.155H17.8702C18.0718 9.155 18.1893 9.27167 18.241 9.34167C18.2927 9.41167 18.371 9.5575 18.3035 9.78833Z" fill="#667085"/>
</svg>
<span class="menu-title" title="Mes ressources">Mes ressources</span>
</span>
<div class="menu-sub menu-sub-accordion menu-active-bg">
<div class="menu-item">
<a class="menu-link {% if app.request.get('_route') matches '/^app_resource_livrable_history/' %}active bg-gray-200{% endif%}" href="{{ path('app_resource_livrable_history',{'id': (app.user|company_user).id}) }}">
<span class="menu-title {% if app.request.get('_route') matches '/^app_resource_livrable_history/' %}text-custom-blue fw-bolder{% endif%}" title="Historique des sources">Historique des sources</span>
</a>
</div>
<div class="menu-item">
<a class="menu-link {% if app.request.get('_route') matches '/^index_resource/' %}active bg-gray-200{% endif%}" href="{{ path('index_resource', {'id' :(app.user|company_user).id} ) }}">
<span class="menu-title {% if app.request.get('_route') matches '/^index_resource/' %}text-custom-blue fw-bolder{% endif%}" title="Mes éléments partagés">Mes éléments partagés</span>
</a>
</div>
</div>
</div>
{% endif %}
{% if is_granted('ROLE_CLIENT_ADMIN') == true %}
<div class="menu-item">
<a class="menu-link {% if app.request.get('_route') matches '/^company/' %}active bg-gray-200{% endif%}" href="{{ path('my_company_edit',{'id':app.user.company.id}) }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>domain</title><path d="M18,15H16V17H18M18,11H16V13H18M20,19H12V17H14V15H12V13H14V11H12V9H20M10,7H8V5H10M10,11H8V9H10M10,15H8V13H10M10,19H8V17H10M6,7H4V5H6M6,11H4V9H6M6,15H4V13H6M6,19H4V17H6M12,7V3H2V21H22V7H12Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^company/' %}text-custom-blue fw-bolder{% endif%}" title="Mon entreprise">Mon entreprise</span>
</a>
</div>
{% endif %}
{% if only_admin_agency(app.user) %}
<div class="menu-item account">
<a class="menu-link {% if app.request.get('_route') matches '/^agency/' or app.request.get('_route') starts with " agency_edit" %}active bg-gray-200{% endif%}" href="{{ path('agency_edit',{'id':app.user.company.id}) }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>account</title><path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^agency/' or app.request.get('_route') starts with "agency_edit"%}text-custom-blue fw-bolder{% endif%}" title="Mon Agence">Mon Agence</span>
</a>
</div>
{% endif %}
{% if (is_granted('ROLE_CLIENT') == true and app.user.company != null and app.user.company.id !=null) %}
{% if app.user|have_order_recurence_service > 0 %}
<div data-kt-menu-trigger="click" class="menu-item menu-accordion here contrat ">
<span class="menu-link relative">
<svg class="icn" id="Calque_1" x="0px" y="0px" width="20px" height="20.003px" viewbox="0 0 20 20.003" enable-background="new 0 0 20 20.003" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M11.837,0c2.721,0,5.44,0,8.163,0c0,6.668,0,13.335,0,20.003 c-1.81,0-3.619,0-5.428,0c0.01-0.008,0.02-0.02,0.03-0.022c0.909-0.243,1.334-0.796,1.334-1.735c0-2.13,0-4.259,0-6.388 c0-0.071,0.007-0.146-0.01-0.214c-0.037-0.158-0.141-0.25-0.309-0.236c-0.157,0.014-0.246,0.108-0.265,0.265 c-0.007,0.064-0.003,0.13-0.003,0.195c0,2.148,0.001,4.297,0,6.445c-0.001,0.68-0.42,1.104-1.091,1.104 c-3.803,0.001-7.605,0.001-11.408,0c-0.665,0-1.092-0.422-1.092-1.082c0-5.554,0-11.107,0-16.661c0-0.664,0.424-1.086,1.087-1.086 c2.884,0,5.769,0,8.653,0c0.069,0,0.139,0,0.23,0c0,0.096,0,0.166,0,0.235c0,0.547,0,1.094,0,1.641 c0.002,1.075,0.665,1.737,1.744,1.74c0.561,0.001,1.12,0.006,1.681-0.003c0.157-0.002,0.2,0.05,0.197,0.201 C15.346,4.83,15.35,5.26,15.352,5.689c0,0.226,0.114,0.363,0.293,0.361c0.178-0.002,0.29-0.139,0.291-0.366 c0.003-0.41-0.008-0.821,0.004-1.23c0.012-0.451-0.146-0.817-0.467-1.134c-0.904-0.892-1.802-1.79-2.693-2.693 C12.506,0.349,12.226,0.098,11.837,0z M18.097,7.234c0.073-0.191,0.199-0.367,0.191-0.536c-0.011-0.239,0.103-0.39,0.222-0.556 c0.068-0.095,0.139-0.189,0.202-0.287c0.188-0.286,0.145-0.589-0.12-0.797c-0.148-0.117-0.303-0.227-0.462-0.327 c-0.272-0.172-0.586-0.113-0.78,0.145c-0.125,0.167-0.238,0.341-0.364,0.507c-0.037,0.048-0.092,0.103-0.146,0.114 c-0.229,0.044-0.377,0.186-0.506,0.367c-1.863,2.62-3.719,5.246-5.599,7.854c-0.63,0.872-1.072,1.823-1.407,2.834 c-0.092,0.278-0.008,0.546,0.217,0.714c0.223,0.166,0.517,0.175,0.745-0.001c0.779-0.603,1.512-1.25,2.088-2.064 c1.729-2.444,3.47-4.88,5.206-7.318c0.044-0.062,0.089-0.122,0.137-0.188c0.091,0.063,0.161,0.123,0.24,0.165 c0.175,0.095,0.178,0.192,0.061,0.352c-0.392,0.528-0.768,1.067-1.146,1.604c-0.123,0.175-0.106,0.346,0.034,0.448 c0.142,0.104,0.314,0.066,0.438-0.104c0.409-0.571,0.819-1.142,1.222-1.718c0.241-0.345,0.173-0.728-0.161-0.981 C18.298,7.377,18.187,7.299,18.097,7.234z M5.38,16.06c-0.009,0.087-0.005,0.12-0.016,0.147c-0.139,0.364-0.282,0.726-0.42,1.09 c-0.06,0.157-0.131,0.313-0.166,0.478c-0.063,0.297,0.197,0.512,0.479,0.398c0.131-0.052,0.245-0.145,0.368-0.217 c0.323-0.192,0.641-0.396,0.973-0.571c0.249-0.132,0.502-0.1,0.738,0.064c0.122,0.086,0.25,0.164,0.378,0.242 c0.433,0.266,0.908,0.382,1.411,0.39c0.21,0.003,0.342-0.113,0.344-0.29c0.002-0.172-0.114-0.291-0.317-0.292 c-0.52-0.005-0.984-0.168-1.397-0.476c-0.52-0.388-1.057-0.384-1.61-0.085c-0.167,0.091-0.332,0.184-0.525,0.29 c0.075-0.187,0.146-0.339,0.198-0.498c0.055-0.165,0.106-0.335,0.134-0.507c0.07-0.43-0.193-0.724-0.629-0.716 c-0.329,0.007-0.599,0.165-0.848,0.357c-0.641,0.494-1.138,1.122-1.611,1.77c-0.107,0.146-0.074,0.322,0.056,0.416 c0.131,0.095,0.3,0.068,0.414-0.073C3.5,17.77,3.643,17.54,3.828,17.35c0.37-0.382,0.754-0.75,1.146-1.108 C5.07,16.154,5.221,16.128,5.38,16.06z M4.747,2.444c0,0,0-0.001,0-0.001c0.468,0,0.936,0.004,1.403-0.002 c0.198-0.003,0.324-0.127,0.324-0.292S6.348,1.87,6.15,1.855C6.111,1.853,6.072,1.854,6.033,1.854c-0.871,0-1.741,0-2.611,0 c-0.065,0-0.131,0-0.194,0.013C3.044,1.905,2.946,2.082,3.013,2.254c0.062,0.16,0.199,0.19,0.351,0.19 C3.824,2.444,4.286,2.444,4.747,2.444z M4.729,3.621c-0.468,0-0.936-0.003-1.403,0.001C3.117,3.624,3.001,3.728,2.996,3.9 C2.99,4.081,3.111,4.204,3.323,4.205C4.265,4.208,5.207,4.209,6.149,4.2C6.239,4.199,6.36,4.142,6.41,4.07 C6.458,4,6.474,3.853,6.431,3.788c-0.054-0.082-0.182-0.156-0.28-0.16C5.678,3.612,5.203,3.621,4.729,3.621z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.837,0c0.389,0.098,0.669,0.349,0.942,0.626 c0.892,0.904,1.789,1.802,2.693,2.693c0.321,0.317,0.479,0.684,0.467,1.134c-0.012,0.41-0.001,0.82-0.004,1.23 c-0.001,0.227-0.113,0.364-0.291,0.366c-0.179,0.002-0.293-0.135-0.293-0.361C15.35,5.26,15.346,4.83,15.354,4.4 c0.003-0.151-0.04-0.204-0.197-0.201c-0.561,0.009-1.12,0.004-1.681,0.003c-1.079-0.003-1.742-0.665-1.744-1.74 c0-0.547,0-1.094,0-1.641c0-0.07,0-0.14,0-0.235c-0.092,0-0.161,0-0.23,0c-2.885,0-5.769,0-8.653,0 c-0.664,0-1.087,0.423-1.087,1.086c0,5.554,0,11.107,0,16.661c0,0.66,0.427,1.082,1.092,1.082c3.802,0.001,7.605,0.001,11.408,0 c0.671,0,1.09-0.424,1.091-1.104c0.001-2.148,0-4.297,0-6.445c0-0.065-0.004-0.131,0.003-0.195 c0.019-0.156,0.107-0.251,0.265-0.265c0.168-0.014,0.271,0.078,0.309,0.236c0.017,0.068,0.01,0.143,0.01,0.214 c0,2.129,0,4.258,0,6.388c0,0.939-0.425,1.492-1.334,1.735c-0.011,0.003-0.021,0.015-0.03,0.022c-4.011,0-8.022,0-12.033,0 c-0.011-0.008-0.02-0.02-0.031-0.022c-0.908-0.241-1.334-0.795-1.334-1.732c0-4.431,0-8.861,0-13.292c0-1.106,0-2.212,0-3.318 c0-0.495,0.163-0.935,0.559-1.234C1.968,0.225,2.268,0.132,2.54,0C5.639,0,8.738,0,11.837,0z M12.317,1.048 c0,0.496-0.002,0.981,0.001,1.466c0.003,0.678,0.412,1.093,1.092,1.102c0.448,0.006,0.896,0.001,1.346,0 c0.042,0,0.085-0.008,0.118-0.012C14.026,2.757,13.184,1.914,12.317,1.048z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M2.54,0C2.268,0.132,1.968,0.225,1.732,0.404 C1.337,0.703,1.174,1.143,1.174,1.638c0,1.106,0,2.212,0,3.318c0,4.431,0,8.861,0,13.292c0,0.938,0.426,1.491,1.334,1.732 c0.011,0.003,0.021,0.015,0.031,0.022c-0.847,0-1.693,0-2.54,0C0,13.335,0,6.668,0,0C0.847,0,1.693,0,2.54,0z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.097,7.234c0.09,0.065,0.201,0.144,0.31,0.226 c0.334,0.253,0.402,0.636,0.161,0.981c-0.402,0.576-0.813,1.146-1.222,1.718c-0.123,0.171-0.296,0.208-0.438,0.104 c-0.141-0.103-0.157-0.273-0.034-0.448c0.379-0.537,0.755-1.076,1.146-1.604c0.117-0.16,0.114-0.257-0.061-0.352 c-0.079-0.042-0.149-0.102-0.24-0.165c-0.048,0.066-0.093,0.126-0.137,0.188c-1.736,2.438-3.478,4.874-5.206,7.318 c-0.576,0.814-1.309,1.462-2.088,2.064c-0.229,0.176-0.522,0.167-0.745,0.001c-0.225-0.168-0.309-0.436-0.217-0.714 c0.335-1.011,0.777-1.962,1.407-2.834c1.88-2.607,3.735-5.234,5.599-7.854c0.129-0.182,0.277-0.323,0.506-0.367 c0.055-0.011,0.109-0.065,0.146-0.114c0.126-0.166,0.239-0.34,0.364-0.507c0.194-0.257,0.508-0.317,0.78-0.145 c0.159,0.101,0.313,0.21,0.462,0.327c0.265,0.208,0.309,0.512,0.12,0.797c-0.063,0.098-0.134,0.192-0.202,0.287 c-0.119,0.166-0.232,0.317-0.222,0.556C18.296,6.867,18.17,7.043,18.097,7.234z M13.104,13.151c0.05-0.066,0.093-0.122,0.134-0.179 c0.465-0.652,0.929-1.304,1.393-1.955c0.996-1.399,1.99-2.8,2.991-4.196c0.105-0.147,0.116-0.243-0.052-0.344 c-0.15-0.09-0.287-0.202-0.431-0.304c-0.196-0.139-0.209-0.137-0.351,0.063c-1.465,2.056-2.93,4.111-4.394,6.168 c-0.036,0.051-0.067,0.104-0.106,0.167C12.564,12.768,12.829,12.956,13.104,13.151z M11.95,13.052 c-0.876,1.15-1.718,2.304-2.06,3.749c1.247-0.8,2.065-1.966,2.866-3.175C12.484,13.432,12.217,13.241,11.95,13.052z M17.484,5.698 c0.142,0.101,0.271,0.192,0.412,0.293c0.116-0.163,0.223-0.312,0.336-0.471c-0.146-0.104-0.271-0.193-0.412-0.293 C17.708,5.383,17.601,5.534,17.484,5.698z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.38,16.06c-0.159,0.068-0.31,0.095-0.406,0.182 C4.582,16.6,4.197,16.968,3.828,17.35c-0.185,0.19-0.328,0.42-0.495,0.628c-0.114,0.142-0.283,0.168-0.414,0.073 c-0.129-0.094-0.163-0.27-0.056-0.416c0.473-0.647,0.97-1.275,1.611-1.77c0.249-0.192,0.519-0.351,0.848-0.357 c0.436-0.008,0.699,0.286,0.629,0.716c-0.028,0.172-0.079,0.342-0.134,0.507c-0.053,0.159-0.123,0.312-0.198,0.498 c0.193-0.106,0.358-0.199,0.525-0.29c0.554-0.299,1.09-0.303,1.61,0.085c0.413,0.308,0.877,0.471,1.397,0.476 c0.203,0.001,0.319,0.12,0.317,0.292c-0.002,0.177-0.134,0.293-0.344,0.29c-0.503-0.008-0.979-0.124-1.411-0.39 c-0.127-0.078-0.256-0.156-0.378-0.242c-0.235-0.164-0.489-0.196-0.738-0.064c-0.332,0.176-0.649,0.379-0.973,0.571 c-0.123,0.072-0.237,0.165-0.368,0.217c-0.283,0.113-0.542-0.102-0.479-0.398c0.035-0.164,0.105-0.32,0.166-0.478 c0.139-0.364,0.281-0.726,0.42-1.09C5.375,16.18,5.371,16.146,5.38,16.06z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.747,2.444c-0.461,0-0.923,0-1.384,0c-0.151,0-0.289-0.031-0.351-0.19 C2.946,2.082,3.044,1.905,3.228,1.867c0.063-0.013,0.129-0.013,0.194-0.013c0.871-0.001,1.741,0,2.611,0 c0.039,0,0.078-0.001,0.117,0.002C6.348,1.87,6.474,1.984,6.474,2.149S6.348,2.438,6.15,2.441C5.683,2.447,5.215,2.443,4.747,2.443 C4.747,2.443,4.747,2.444,4.747,2.444z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.729,3.621c0.474,0,0.949-0.009,1.422,0.007c0.098,0.003,0.226,0.078,0.28,0.16 C6.474,3.853,6.458,4,6.41,4.07C6.36,4.142,6.239,4.199,6.149,4.2C5.207,4.209,4.265,4.208,3.323,4.205 C3.111,4.204,2.99,4.081,2.996,3.9c0.006-0.172,0.122-0.276,0.33-0.278C3.793,3.618,4.261,3.621,4.729,3.621z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M12.317,1.048c0.866,0.866,1.709,1.709,2.557,2.556 c-0.033,0.003-0.076,0.012-0.118,0.012c-0.449,0.001-0.897,0.005-1.346,0c-0.68-0.009-1.089-0.423-1.092-1.102 C12.315,2.029,12.317,1.544,12.317,1.048z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M13.104,13.151c-0.275-0.195-0.54-0.384-0.815-0.58 c0.039-0.063,0.07-0.116,0.106-0.167c1.464-2.057,2.929-4.112,4.394-6.168c0.142-0.199,0.154-0.201,0.351-0.063 c0.144,0.102,0.28,0.213,0.431,0.304c0.168,0.101,0.157,0.196,0.052,0.344c-1.001,1.396-1.995,2.797-2.991,4.196 c-0.464,0.651-0.928,1.303-1.393,1.955C13.197,13.029,13.154,13.085,13.104,13.151z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M11.95,13.052c0.267,0.189,0.534,0.38,0.807,0.574 c-0.801,1.209-1.619,2.375-2.866,3.175C10.232,15.355,11.074,14.202,11.95,13.052z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M17.484,5.698c0.116-0.164,0.224-0.314,0.336-0.472 c0.141,0.1,0.267,0.189,0.412,0.293c-0.113,0.159-0.22,0.309-0.336,0.471C17.755,5.89,17.626,5.798,17.484,5.698z"/> </g> </svg> <span class="menu-title" title="Contrats et prestations">Contrats et prestations</span> <span class="menu-arrow"></span> </span> <div class="menu-sub menu-sub-accordion menu-active-bg"> <div class="menu-item"> <a class="menu-link subcontrat {% if app.request.get('_route') == 'my_contract_company' %}active bg-gray-200{% endif%}" href="{{ path('my_contract_company',{'id' : app.user.company.id}) }}"> <svg class="icn" x="0px" y="0px" width="20px" height="19.998px" viewbox="0 0 20 19.998" enable-background="new 0 0 20 19.998" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M0,10.703C0,7.136,0,3.568,0,0c6.667,0,13.333,0,20,0 c0,3.568,0,7.136,0,10.703c-0.269-0.496-0.529-0.997-0.81-1.486c-0.051-0.088-0.172-0.159-0.274-0.19 c-0.147-0.045-0.283,0.02-0.375,0.148c-0.101,0.142-0.096,0.293-0.013,0.441c0.206,0.369,0.416,0.736,0.623,1.104 c0.108,0.195,0.088,0.265-0.108,0.375c-0.3,0.169-0.601,0.337-0.903,0.501c-0.183,0.099-0.264,0.076-0.366-0.105 c-0.98-1.731-1.959-3.463-2.938-5.196c-0.109-0.193-0.088-0.259,0.114-0.372c0.295-0.165,0.59-0.329,0.887-0.492 c0.205-0.112,0.27-0.092,0.39,0.117c0.177,0.311,0.351,0.623,0.529,0.933c0.142,0.245,0.364,0.322,0.568,0.202 c0.199-0.117,0.245-0.341,0.113-0.579c-0.186-0.335-0.373-0.67-0.566-1.002c-0.296-0.507-0.842-0.66-1.361-0.381 c-0.344,0.184-0.685,0.374-1.023,0.566c-0.3,0.169-0.469,0.435-0.49,0.774c-0.011,0.163,0.035,0.33,0.058,0.519 c-0.252,0.071-0.517,0.162-0.788,0.215c-0.145,0.029-0.313,0.026-0.452-0.019c-0.488-0.156-0.97-0.337-1.453-0.507 c-0.329-0.116-0.665-0.174-1.016-0.142c-0.647,0.06-1.297,0.104-1.944,0.172c-0.519,0.055-1.036,0.132-1.45,0.5 C6.929,6.817,6.89,6.839,6.866,6.833C6.55,6.746,6.236,6.654,5.921,6.564c0.193-0.643,0.034-1.033-0.531-1.347 C5.118,5.065,4.845,4.914,4.572,4.764c-0.627-0.345-1.14-0.199-1.494,0.426C2.3,6.564,1.52,7.938,0.746,9.315 C0.489,9.773,0.248,10.24,0,10.703z M9.61,2.598c0,0.306-0.002,0.612,0,0.918c0.001,0.283,0.152,0.464,0.387,0.466 c0.236,0.002,0.393-0.177,0.394-0.458c0.002-0.618,0.002-1.236,0-1.854c-0.001-0.28-0.159-0.459-0.396-0.456 C9.763,1.216,9.612,1.391,9.61,1.661C9.608,1.973,9.61,2.286,9.61,2.598z M7.781,4.366C7.761,4.321,7.736,4.232,7.69,4.157 C7.367,3.638,7.042,3.121,6.713,2.605C6.568,2.377,6.343,2.313,6.148,2.434C5.952,2.557,5.911,2.787,6.051,3.016 c0.143,0.233,0.29,0.463,0.436,0.694c0.191,0.302,0.378,0.607,0.574,0.906c0.112,0.171,0.288,0.229,0.457,0.167 C7.688,4.719,7.776,4.594,7.781,4.366z M14.035,2.807c-0.01-0.235-0.104-0.362-0.276-0.412c-0.19-0.056-0.347,0.014-0.453,0.182 c-0.33,0.522-0.66,1.044-0.988,1.568c-0.152,0.244-0.119,0.471,0.082,0.599c0.203,0.129,0.421,0.064,0.575-0.179 c0.324-0.511,0.647-1.022,0.967-1.536C13.99,2.948,14.015,2.853,14.035,2.807z M17.606,7.878c0.002,0.215,0.171,0.385,0.383,0.386 c0.219,0.001,0.396-0.183,0.39-0.402C18.372,7.649,18.2,7.486,17.983,7.49C17.767,7.493,17.604,7.661,17.606,7.878z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M20,11.094c0,2.968,0,5.935,0,8.904c-6.667,0-13.334,0-20,0 c0-2.97,0-5.937,0-8.904c0.101,0.24,0.212,0.476,0.451,0.611c0.379,0.215,0.755,0.436,1.144,0.631 c0.451,0.226,0.974,0.066,1.25-0.357C2.89,11.908,2.932,11.836,3,11.725c0.204,0.154,0.398,0.3,0.591,0.447 c0.104,0.078,0.093,0.152,0.022,0.261c-0.499,0.765-0.117,1.751,0.764,1.99c0.055,0.015,0.109,0.032,0.162,0.049 c0.007,0.795,0.402,1.27,1.156,1.44c0.033,0.815,0.26,1.099,1.142,1.445c0.019,0.149,0.022,0.301,0.058,0.443 c0.226,0.896,1.284,1.282,2.037,0.735c0.363-0.263,0.704-0.557,1.067-0.847c0.408,0.338,0.81,0.72,1.417,0.635 c0.609-0.086,0.972-0.451,1.144-1.021c1.182,0.082,1.632-0.279,1.753-1.404c0.342-0.059,0.634-0.212,0.856-0.488 s0.293-0.601,0.289-0.939c1.095-0.325,1.4-1.066,0.889-2.107c-0.019-0.037-0.006-0.122,0.024-0.147 c0.199-0.169,0.407-0.328,0.623-0.499c0.05,0.079,0.07,0.11,0.09,0.144c0.345,0.581,0.869,0.727,1.459,0.404 c0.229-0.125,0.45-0.264,0.685-0.375C19.587,11.72,19.873,11.485,20,11.094z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M20,11.094c-0.128,0.392-0.413,0.626-0.772,0.797 c-0.234,0.111-0.456,0.25-0.685,0.375c-0.59,0.322-1.114,0.177-1.459-0.404c-0.02-0.033-0.04-0.064-0.09-0.144 c-0.216,0.171-0.424,0.33-0.623,0.499c-0.03,0.025-0.043,0.11-0.024,0.147c0.512,1.041,0.206,1.782-0.889,2.107 c0.004,0.339-0.066,0.663-0.289,0.939s-0.515,0.43-0.856,0.488c-0.121,1.125-0.571,1.486-1.753,1.404 c-0.172,0.569-0.534,0.935-1.144,1.021c-0.607,0.085-1.009-0.297-1.417-0.635c-0.363,0.29-0.704,0.584-1.067,0.847 c-0.753,0.547-1.811,0.161-2.037-0.735c-0.036-0.143-0.04-0.294-0.058-0.443c-0.882-0.347-1.109-0.63-1.142-1.445 c-0.754-0.171-1.149-0.646-1.156-1.44c-0.052-0.017-0.107-0.034-0.162-0.049c-0.881-0.239-1.263-1.226-0.764-1.99 c0.071-0.108,0.082-0.183-0.022-0.261C3.398,12.024,3.205,11.879,3,11.725c-0.068,0.111-0.11,0.184-0.156,0.254 c-0.276,0.424-0.799,0.583-1.25,0.357c-0.389-0.195-0.765-0.416-1.144-0.631C0.212,11.569,0.101,11.334,0,11.094 c0-0.13,0-0.261,0-0.391c0.248-0.463,0.489-0.93,0.746-1.388C1.52,7.938,2.3,6.564,3.078,5.189 c0.354-0.625,0.866-0.771,1.494-0.426c0.273,0.15,0.546,0.301,0.819,0.453c0.564,0.314,0.724,0.704,0.531,1.347 c0.314,0.09,0.629,0.182,0.945,0.269C6.89,6.839,6.929,6.817,6.951,6.798c0.415-0.368,0.932-0.445,1.45-0.5 c0.647-0.068,1.297-0.112,1.944-0.172c0.351-0.032,0.687,0.026,1.016,0.142c0.483,0.17,0.965,0.351,1.453,0.507 c0.14,0.044,0.308,0.047,0.452,0.019c0.271-0.054,0.536-0.144,0.788-0.215c-0.022-0.188-0.068-0.355-0.058-0.519 c0.021-0.339,0.19-0.604,0.49-0.774c0.339-0.192,0.68-0.382,1.023-0.566c0.52-0.279,1.065-0.126,1.361,0.381 c0.193,0.332,0.381,0.667,0.566,1.002c0.132,0.238,0.086,0.462-0.113,0.579c-0.204,0.121-0.427,0.043-0.568-0.202 c-0.179-0.31-0.353-0.622-0.529-0.933c-0.12-0.209-0.185-0.229-0.39-0.117c-0.297,0.163-0.592,0.327-0.887,0.492 c-0.202,0.113-0.224,0.179-0.114,0.372c0.979,1.732,1.957,3.464,2.938,5.196c0.103,0.182,0.184,0.204,0.366,0.105 c0.303-0.164,0.604-0.332,0.903-0.501c0.196-0.11,0.217-0.18,0.108-0.375c-0.207-0.368-0.417-0.735-0.623-1.104 c-0.083-0.147-0.088-0.299,0.013-0.441c0.092-0.128,0.228-0.193,0.375-0.148c0.103,0.032,0.224,0.102,0.274,0.19 c0.28,0.489,0.541,0.99,0.81,1.486C20,10.833,20,10.964,20,11.094z M9.557,15.637c0.371,0.203,0.662,0.492,0.693,0.9 c0.027,0.354,0.205,0.547,0.46,0.723c0.069,0.048,0.132,0.106,0.199,0.157c0.261,0.195,0.582,0.171,0.769-0.058 c0.19-0.232,0.154-0.549-0.095-0.762c-0.168-0.145-0.352-0.271-0.514-0.421c-0.075-0.07-0.142-0.173-0.167-0.271 c-0.041-0.158,0.03-0.297,0.171-0.383c0.164-0.1,0.324-0.075,0.472,0.042c0.356,0.283,0.71,0.57,1.067,0.853 c0.27,0.212,0.59,0.192,0.783-0.043c0.2-0.243,0.152-0.567-0.12-0.788c-0.318-0.259-0.64-0.513-0.96-0.769 c-0.294-0.233-0.354-0.447-0.184-0.653c0.165-0.198,0.383-0.187,0.666,0.039c0.336,0.267,0.671,0.536,1.008,0.802 c0.168,0.132,0.355,0.156,0.551,0.071c0.188-0.082,0.294-0.234,0.312-0.438c0.018-0.213-0.084-0.372-0.247-0.501 c-0.332-0.262-0.664-0.524-0.99-0.794c-0.157-0.13-0.188-0.309-0.106-0.474c0.078-0.158,0.25-0.252,0.421-0.207 c0.085,0.021,0.167,0.073,0.236,0.128c0.329,0.256,0.649,0.521,0.979,0.776c0.188,0.146,0.396,0.156,0.603,0.042 c0.188-0.104,0.309-0.319,0.246-0.527c-0.043-0.145-0.141-0.297-0.258-0.393c-0.7-0.572-1.404-1.14-2.124-1.688 c-0.661-0.505-1.338-0.99-2.019-1.47c-0.521-0.368-1.104-0.507-1.74-0.396c-0.23,0.04-0.462,0.077-0.694,0.099 C7.883,9.34,6.882,8.836,6.671,7.679c-0.007-0.04-0.052-0.092-0.091-0.104C6.229,7.466,5.875,7.366,5.515,7.261 c-0.72,1.274-1.432,2.534-2.127,3.764c0.33,0.257,0.635,0.496,0.95,0.742c0.324-0.259,0.665-0.54,1.016-0.809 c0.729-0.557,1.733-0.264,2.053,0.594c0.016,0.041,0.031,0.083,0.046,0.124c1.236-0.437,2.294,0.845,1.608,1.994 C9.895,14.196,9.931,14.993,9.557,15.637z M14.489,7.269c-0.359,0.102-0.697,0.195-1.034,0.292c-0.304,0.087-0.6,0.071-0.897-0.04 c-0.475-0.177-0.952-0.35-1.435-0.503c-0.207-0.066-0.434-0.122-0.646-0.11C9.788,6.946,9.101,7.008,8.416,7.085 c-0.268,0.03-0.532,0.112-0.792,0.192C7.466,7.325,7.413,7.449,7.457,7.619c0.104,0.4,0.353,0.658,0.746,0.777 c0.339,0.102,0.685,0.093,1.024,0.017c1.035-0.232,1.973-0.033,2.822,0.601c0.813,0.607,1.63,1.21,2.438,1.822 c0.408,0.309,0.803,0.633,1.174,0.928c0.326-0.253,0.632-0.489,0.952-0.737C15.914,9.79,15.205,8.535,14.489,7.269z M2.05,11.672 c0.059-0.06,0.134-0.111,0.174-0.183c0.985-1.734,1.965-3.472,2.949-5.208c0.091-0.162,0.054-0.266-0.102-0.35 C4.762,5.765,4.457,5.591,4.148,5.424C3.961,5.322,3.89,5.342,3.785,5.527C2.802,7.263,1.821,9,0.837,10.735 c-0.091,0.16-0.056,0.267,0.101,0.352c0.309,0.167,0.614,0.34,0.922,0.508C1.909,11.622,1.965,11.639,2.05,11.672z M8.494,13.006 c-0.006-0.307-0.101-0.47-0.291-0.565c-0.198-0.1-0.395-0.079-0.568,0.059c-0.703,0.558-1.406,1.115-2.103,1.681 c-0.243,0.196-0.27,0.521-0.085,0.748c0.185,0.228,0.502,0.269,0.75,0.074c0.7-0.551,1.398-1.104,2.085-1.671 C8.396,13.237,8.452,13.072,8.494,13.006z M9.005,14.962c-0.006-0.301-0.096-0.465-0.287-0.563 c-0.206-0.105-0.405-0.079-0.584,0.063c-0.484,0.383-0.968,0.766-1.445,1.156c-0.244,0.199-0.276,0.514-0.093,0.746 c0.182,0.23,0.499,0.276,0.747,0.084c0.492-0.383,0.981-0.77,1.458-1.171C8.911,15.185,8.964,15.026,9.005,14.962z M6.737,12.021 c-0.044-0.239-0.134-0.402-0.324-0.501c-0.198-0.104-0.395-0.087-0.568,0.049c-0.495,0.389-0.989,0.779-1.475,1.18 c-0.234,0.193-0.259,0.507-0.083,0.733c0.177,0.227,0.506,0.274,0.749,0.086c0.492-0.383,0.981-0.77,1.458-1.171 C6.603,12.305,6.657,12.147,6.737,12.021z M8.198,18.012c0.054-0.018,0.154-0.025,0.222-0.077c0.326-0.248,0.652-0.496,0.957-0.769 c0.19-0.169,0.18-0.48,0.02-0.678c-0.166-0.205-0.466-0.271-0.683-0.114c-0.321,0.232-0.629,0.483-0.929,0.742 c-0.163,0.142-0.19,0.382-0.101,0.577C7.776,17.896,7.943,17.992,8.198,18.012z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.61,2.598c0-0.312-0.002-0.625,0-0.937c0.002-0.27,0.153-0.444,0.384-0.448 c0.237-0.004,0.396,0.175,0.396,0.456c0.002,0.618,0.002,1.236,0,1.854c-0.001,0.282-0.157,0.461-0.394,0.458 C9.762,3.979,9.611,3.798,9.61,3.516C9.608,3.209,9.61,2.904,9.61,2.598z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.781,4.366C7.776,4.594,7.688,4.719,7.518,4.783 C7.349,4.846,7.173,4.787,7.061,4.616C6.865,4.317,6.678,4.012,6.487,3.71C6.341,3.479,6.193,3.249,6.051,3.016 c-0.14-0.229-0.099-0.459,0.097-0.582c0.195-0.122,0.42-0.057,0.565,0.171C7.042,3.121,7.367,3.638,7.69,4.157 C7.736,4.232,7.761,4.321,7.781,4.366z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.035,2.807c-0.02,0.046-0.045,0.141-0.094,0.221 c-0.319,0.514-0.643,1.025-0.967,1.536c-0.154,0.244-0.372,0.309-0.575,0.179c-0.201-0.128-0.234-0.355-0.082-0.599 c0.328-0.523,0.658-1.046,0.988-1.568c0.106-0.168,0.263-0.237,0.453-0.182C13.931,2.444,14.025,2.572,14.035,2.807z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.606,7.878c-0.002-0.217,0.161-0.385,0.377-0.388 c0.217-0.003,0.389,0.159,0.396,0.373c0.007,0.219-0.171,0.403-0.39,0.402C17.777,8.263,17.608,8.093,17.606,7.878z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M9.557,15.637c0.374-0.644,0.338-1.44-0.496-1.967 c0.687-1.149-0.372-2.431-1.608-1.994c-0.015-0.041-0.03-0.083-0.046-0.124c-0.32-0.857-1.325-1.15-2.053-0.594 c-0.351,0.269-0.691,0.55-1.016,0.809c-0.315-0.246-0.621-0.485-0.95-0.742c0.695-1.229,1.407-2.489,2.127-3.764 c0.359,0.105,0.713,0.206,1.065,0.314c0.039,0.012,0.083,0.064,0.091,0.104c0.21,1.157,1.211,1.661,2.304,1.554 c0.232-0.022,0.464-0.059,0.694-0.099c0.637-0.111,1.219,0.028,1.74,0.396c0.681,0.479,1.357,0.965,2.019,1.47 c0.72,0.549,1.424,1.116,2.124,1.688c0.117,0.096,0.215,0.248,0.258,0.393c0.063,0.208-0.058,0.424-0.246,0.527 c-0.207,0.114-0.415,0.104-0.603-0.042c-0.33-0.255-0.65-0.521-0.979-0.776c-0.069-0.055-0.151-0.106-0.236-0.128 c-0.171-0.045-0.343,0.049-0.421,0.207c-0.082,0.165-0.051,0.344,0.106,0.474c0.326,0.27,0.658,0.532,0.99,0.794 c0.163,0.129,0.265,0.288,0.247,0.501c-0.018,0.204-0.123,0.356-0.312,0.438c-0.195,0.085-0.383,0.061-0.551-0.071 c-0.337-0.266-0.672-0.535-1.008-0.802c-0.283-0.226-0.501-0.237-0.666-0.039c-0.171,0.206-0.11,0.42,0.184,0.653 c0.32,0.256,0.642,0.51,0.96,0.769c0.272,0.221,0.32,0.545,0.12,0.788c-0.193,0.235-0.514,0.255-0.783,0.043 c-0.357-0.282-0.711-0.569-1.067-0.853c-0.147-0.117-0.308-0.142-0.472-0.042c-0.141,0.086-0.212,0.225-0.171,0.383 c0.025,0.099,0.092,0.201,0.167,0.271c0.162,0.15,0.346,0.276,0.514,0.421c0.249,0.213,0.285,0.529,0.095,0.762 c-0.187,0.229-0.508,0.253-0.769,0.058c-0.067-0.051-0.13-0.109-0.199-0.157c-0.255-0.176-0.433-0.368-0.46-0.723 C10.219,16.129,9.928,15.84,9.557,15.637z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M14.489,7.269c0.716,1.267,1.425,2.521,2.124,3.758 c-0.32,0.248-0.626,0.484-0.952,0.737c-0.371-0.295-0.766-0.619-1.174-0.928c-0.809-0.612-1.625-1.215-2.438-1.822 C11.2,8.38,10.261,8.181,9.227,8.413C8.887,8.489,8.542,8.498,8.203,8.396C7.81,8.277,7.562,8.02,7.457,7.619 c-0.044-0.17,0.009-0.294,0.167-0.342c0.26-0.08,0.524-0.162,0.792-0.192c0.685-0.077,1.372-0.139,2.061-0.178 c0.213-0.012,0.439,0.044,0.646,0.11c0.482,0.153,0.96,0.326,1.435,0.503c0.298,0.111,0.594,0.127,0.897,0.04 C13.792,7.463,14.129,7.37,14.489,7.269z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M2.05,11.672c-0.084-0.033-0.141-0.05-0.19-0.077 c-0.308-0.168-0.613-0.341-0.922-0.508c-0.157-0.085-0.191-0.191-0.101-0.352C1.821,9,2.802,7.263,3.785,5.527 C3.89,5.342,3.961,5.322,4.148,5.424c0.309,0.167,0.614,0.341,0.922,0.508c0.156,0.084,0.193,0.188,0.102,0.35 c-0.984,1.735-1.964,3.473-2.949,5.208C2.184,11.561,2.108,11.612,2.05,11.672z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M8.494,13.006c-0.042,0.066-0.098,0.231-0.212,0.325 c-0.688,0.566-1.385,1.12-2.085,1.671c-0.248,0.194-0.565,0.153-0.75-0.074c-0.185-0.227-0.157-0.552,0.085-0.748 c0.697-0.565,1.4-1.123,2.103-1.681c0.173-0.138,0.37-0.158,0.568-0.059C8.394,12.536,8.488,12.699,8.494,13.006z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M9.005,14.962c-0.041,0.064-0.094,0.223-0.204,0.314 c-0.477,0.401-0.966,0.788-1.458,1.171c-0.248,0.192-0.565,0.146-0.747-0.084c-0.183-0.232-0.151-0.547,0.093-0.746 c0.478-0.391,0.961-0.773,1.445-1.156c0.179-0.142,0.378-0.168,0.584-0.063C8.909,14.497,8.999,14.661,9.005,14.962z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M6.737,12.021c-0.08,0.127-0.134,0.284-0.243,0.376 c-0.477,0.401-0.966,0.788-1.458,1.171c-0.242,0.188-0.571,0.141-0.749-0.086c-0.176-0.227-0.151-0.54,0.083-0.733 c0.486-0.4,0.98-0.791,1.475-1.18c0.173-0.136,0.37-0.152,0.568-0.049C6.603,11.618,6.692,11.781,6.737,12.021z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M8.198,18.012c-0.255-0.02-0.421-0.115-0.515-0.318 c-0.09-0.195-0.063-0.436,0.101-0.577c0.3-0.259,0.608-0.51,0.929-0.742c0.217-0.157,0.517-0.091,0.683,0.114 c0.16,0.197,0.171,0.509-0.02,0.678c-0.305,0.272-0.631,0.521-0.957,0.769C8.352,17.986,8.251,17.994,8.198,18.012z"/> </g> </svg> <span class="menu-title {% if app.request.get('_route') == 'my_contract_company' %}text-custom-blue fw-bolder{% endif%}" title="Détail des contrats">Détail des contrats</span> </a> </div> <div class="menu-item account"> <a class="menu-link subcontrat {% if app.request.get('_route') matches '/^recurring/' %}active bg-gray-200{% endif%}" href="{{ path('recurring_service') }}"> <svg class="icn" width="20" height="20"> <g> <path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M3.907,20.001c-1.302,0-2.604,0-3.907,0C0,13.334,0,6.667,0,0 c5.326,0,10.651,0,15.978,0c-0.334,0.128-0.45,0.375-0.427,0.723c0.032,0.474,0.046,0.949,0.062,1.424 c0.008,0.211,0.002,0.424,0.002,0.657c-0.069-0.049-0.128-0.086-0.183-0.128c-1.46-1.124-3.116-1.75-4.949-1.846 c-3.017-0.158-5.552,0.91-7.49,3.221c-1.927,2.298-2.521,4.965-1.891,7.898c0.021,0.099,0.068,0.199,0.129,0.279 c0.151,0.198,0.429,0.257,0.651,0.152c0.25-0.116,0.363-0.362,0.292-0.674c-0.211-0.941-0.271-1.889-0.145-2.849 c0.205-1.557,0.794-2.952,1.827-4.132c1.794-2.05,4.068-2.981,6.79-2.772c1.357,0.104,2.596,0.567,3.729,1.316 c0.181,0.119,0.349,0.257,0.521,0.386c-0.006,0.017-0.011,0.035-0.017,0.052c-0.096,0-0.191-0.003-0.286,0 c-0.664,0.024-1.327,0.048-1.99,0.076c-0.332,0.014-0.566,0.251-0.561,0.555c0.007,0.315,0.254,0.553,0.593,0.542 c1.19-0.038,2.381-0.08,3.571-0.129c0.388-0.016,0.597-0.249,0.583-0.634c-0.04-1.145-0.094-2.29-0.126-3.435 C16.653,0.363,16.54,0.136,16.251,0C17.5,0,18.75,0,20,0c0,6.663,0,13.326,0,20.001c-5.272,0-10.546,0-15.82,0 c0.337-0.157,0.437-0.426,0.39-0.782c-0.048-0.36-0.072-0.725-0.104-1.088c-0.026-0.299-0.049-0.599-0.074-0.907 c0.038,0.011,0.052,0.011,0.062,0.018c0.084,0.061,0.168,0.123,0.251,0.185c1.517,1.117,3.22,1.697,5.1,1.759 c1.414,0.045,2.768-0.225,4.052-0.822c1.669-0.775,2.99-1.943,3.953-3.511c0.813-1.323,1.244-2.768,1.323-4.316 c0.043-0.85-0.049-1.688-0.238-2.517c-0.061-0.263-0.258-0.432-0.502-0.447c-0.401-0.023-0.66,0.305-0.563,0.733 c0.289,1.266,0.288,2.529-0.038,3.787c-0.451,1.738-1.378,3.172-2.79,4.285c-1.232,0.973-2.635,1.53-4.195,1.674 c-1.633,0.149-3.173-0.177-4.604-0.974c-0.411-0.229-0.791-0.511-1.185-0.769c0.008-0.019,0.017-0.037,0.025-0.056 c0.289-0.026,0.577-0.054,0.866-0.08c0.505-0.047,1.012-0.082,1.514-0.146c0.31-0.04,0.497-0.308,0.464-0.598 c-0.034-0.301-0.287-0.513-0.602-0.485c-1.206,0.105-2.411,0.214-3.615,0.327c-0.323,0.03-0.511,0.256-0.508,0.581 c0.001,0.071,0.006,0.143,0.012,0.214c0.099,1.082,0.208,2.163,0.292,3.246C3.492,19.638,3.602,19.871,3.907,20.001z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.251,0c0.289,0.136,0.402,0.363,0.412,0.683 c0.032,1.145,0.086,2.29,0.126,3.435c0.014,0.385-0.195,0.618-0.583,0.634c-1.19,0.05-2.381,0.092-3.571,0.129 c-0.339,0.011-0.586-0.227-0.593-0.542c-0.006-0.304,0.229-0.541,0.561-0.555c0.663-0.028,1.326-0.052,1.99-0.076 c0.095-0.003,0.19,0,0.286,0c0.006-0.017,0.011-0.035,0.017-0.052c-0.173-0.129-0.341-0.267-0.521-0.386 c-1.133-0.749-2.371-1.212-3.729-1.316C7.923,1.746,5.65,2.676,3.855,4.727c-1.033,1.18-1.622,2.575-1.827,4.132 c-0.126,0.96-0.066,1.907,0.145,2.849c0.07,0.312-0.043,0.558-0.292,0.674c-0.222,0.104-0.5,0.046-0.651-0.152 c-0.061-0.08-0.108-0.181-0.129-0.279C0.472,9.016,1.065,6.349,2.992,4.051c1.938-2.311,4.473-3.379,7.49-3.221 c1.833,0.096,3.489,0.722,4.949,1.846c0.055,0.042,0.113,0.079,0.183,0.128c0-0.233,0.006-0.445-0.002-0.657 c-0.016-0.475-0.029-0.95-0.062-1.424C15.527,0.375,15.644,0.128,15.978,0C16.068,0,16.16,0,16.251,0z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M3.907,20.001c-0.305-0.13-0.415-0.363-0.44-0.689 c-0.084-1.083-0.193-2.164-0.292-3.246c-0.006-0.071-0.011-0.143-0.012-0.214c-0.003-0.325,0.185-0.551,0.508-0.581 c1.205-0.113,2.41-0.222,3.615-0.327c0.315-0.027,0.568,0.185,0.602,0.485c0.033,0.29-0.155,0.558-0.464,0.598 c-0.502,0.064-1.009,0.1-1.514,0.146c-0.289,0.026-0.578,0.054-0.866,0.08c-0.008,0.019-0.017,0.037-0.025,0.056 c0.394,0.258,0.774,0.54,1.185,0.769c1.432,0.797,2.972,1.123,4.604,0.974c1.561-0.144,2.963-0.701,4.195-1.674 c1.412-1.113,2.339-2.547,2.79-4.285c0.326-1.258,0.327-2.521,0.038-3.787c-0.098-0.429,0.161-0.757,0.563-0.733 c0.244,0.015,0.441,0.184,0.502,0.447c0.189,0.828,0.281,1.667,0.238,2.517c-0.079,1.549-0.51,2.993-1.323,4.316 c-0.963,1.567-2.284,2.735-3.953,3.511c-1.284,0.598-2.638,0.867-4.052,0.822c-1.88-0.062-3.583-0.642-5.1-1.759 c-0.083-0.062-0.167-0.124-0.251-0.185c-0.009-0.007-0.024-0.007-0.062-0.018c0.025,0.309,0.047,0.608,0.074,0.907 c0.032,0.363,0.056,0.728,0.104,1.088c0.047,0.356-0.053,0.625-0.39,0.782C4.089,20.001,3.998,20.001,3.907,20.001z"/> </g> </svg> <span class="menu-title {% if app.request.get('_route') matches '/^recurring/' %}text-custom-blue fw-bolder{% endif%}" title="Prestations récurrentes">Prestations récurrentes</span> </a> </div> </div> </div> {% else %}
<div class="menu-item">
<a class="menu-link subcontrat {% if app.request.get('_route') == 'my_contract_company' %}active bg-gray-200{% endif%}" href="{{ path('my_contract_company',{'id' : app.user.company.id}) }}">
<svg class="icn" id="Calque_1" x="0px" y="0px" width="20px" height="20.003px" viewbox="0 0 20 20.003" enable-background="new 0 0 20 20.003" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M11.837,0c2.721,0,5.44,0,8.163,0c0,6.668,0,13.335,0,20.003 c-1.81,0-3.619,0-5.428,0c0.01-0.008,0.02-0.02,0.03-0.022c0.909-0.243,1.334-0.796,1.334-1.735c0-2.13,0-4.259,0-6.388 c0-0.071,0.007-0.146-0.01-0.214c-0.037-0.158-0.141-0.25-0.309-0.236c-0.157,0.014-0.246,0.108-0.265,0.265 c-0.007,0.064-0.003,0.13-0.003,0.195c0,2.148,0.001,4.297,0,6.445c-0.001,0.68-0.42,1.104-1.091,1.104 c-3.803,0.001-7.605,0.001-11.408,0c-0.665,0-1.092-0.422-1.092-1.082c0-5.554,0-11.107,0-16.661c0-0.664,0.424-1.086,1.087-1.086 c2.884,0,5.769,0,8.653,0c0.069,0,0.139,0,0.23,0c0,0.096,0,0.166,0,0.235c0,0.547,0,1.094,0,1.641 c0.002,1.075,0.665,1.737,1.744,1.74c0.561,0.001,1.12,0.006,1.681-0.003c0.157-0.002,0.2,0.05,0.197,0.201 C15.346,4.83,15.35,5.26,15.352,5.689c0,0.226,0.114,0.363,0.293,0.361c0.178-0.002,0.29-0.139,0.291-0.366 c0.003-0.41-0.008-0.821,0.004-1.23c0.012-0.451-0.146-0.817-0.467-1.134c-0.904-0.892-1.802-1.79-2.693-2.693 C12.506,0.349,12.226,0.098,11.837,0z M18.097,7.234c0.073-0.191,0.199-0.367,0.191-0.536c-0.011-0.239,0.103-0.39,0.222-0.556 c0.068-0.095,0.139-0.189,0.202-0.287c0.188-0.286,0.145-0.589-0.12-0.797c-0.148-0.117-0.303-0.227-0.462-0.327 c-0.272-0.172-0.586-0.113-0.78,0.145c-0.125,0.167-0.238,0.341-0.364,0.507c-0.037,0.048-0.092,0.103-0.146,0.114 c-0.229,0.044-0.377,0.186-0.506,0.367c-1.863,2.62-3.719,5.246-5.599,7.854c-0.63,0.872-1.072,1.823-1.407,2.834 c-0.092,0.278-0.008,0.546,0.217,0.714c0.223,0.166,0.517,0.175,0.745-0.001c0.779-0.603,1.512-1.25,2.088-2.064 c1.729-2.444,3.47-4.88,5.206-7.318c0.044-0.062,0.089-0.122,0.137-0.188c0.091,0.063,0.161,0.123,0.24,0.165 c0.175,0.095,0.178,0.192,0.061,0.352c-0.392,0.528-0.768,1.067-1.146,1.604c-0.123,0.175-0.106,0.346,0.034,0.448 c0.142,0.104,0.314,0.066,0.438-0.104c0.409-0.571,0.819-1.142,1.222-1.718c0.241-0.345,0.173-0.728-0.161-0.981 C18.298,7.377,18.187,7.299,18.097,7.234z M5.38,16.06c-0.009,0.087-0.005,0.12-0.016,0.147c-0.139,0.364-0.282,0.726-0.42,1.09 c-0.06,0.157-0.131,0.313-0.166,0.478c-0.063,0.297,0.197,0.512,0.479,0.398c0.131-0.052,0.245-0.145,0.368-0.217 c0.323-0.192,0.641-0.396,0.973-0.571c0.249-0.132,0.502-0.1,0.738,0.064c0.122,0.086,0.25,0.164,0.378,0.242 c0.433,0.266,0.908,0.382,1.411,0.39c0.21,0.003,0.342-0.113,0.344-0.29c0.002-0.172-0.114-0.291-0.317-0.292 c-0.52-0.005-0.984-0.168-1.397-0.476c-0.52-0.388-1.057-0.384-1.61-0.085c-0.167,0.091-0.332,0.184-0.525,0.29 c0.075-0.187,0.146-0.339,0.198-0.498c0.055-0.165,0.106-0.335,0.134-0.507c0.07-0.43-0.193-0.724-0.629-0.716 c-0.329,0.007-0.599,0.165-0.848,0.357c-0.641,0.494-1.138,1.122-1.611,1.77c-0.107,0.146-0.074,0.322,0.056,0.416 c0.131,0.095,0.3,0.068,0.414-0.073C3.5,17.77,3.643,17.54,3.828,17.35c0.37-0.382,0.754-0.75,1.146-1.108 C5.07,16.154,5.221,16.128,5.38,16.06z M4.747,2.444c0,0,0-0.001,0-0.001c0.468,0,0.936,0.004,1.403-0.002 c0.198-0.003,0.324-0.127,0.324-0.292S6.348,1.87,6.15,1.855C6.111,1.853,6.072,1.854,6.033,1.854c-0.871,0-1.741,0-2.611,0 c-0.065,0-0.131,0-0.194,0.013C3.044,1.905,2.946,2.082,3.013,2.254c0.062,0.16,0.199,0.19,0.351,0.19 C3.824,2.444,4.286,2.444,4.747,2.444z M4.729,3.621c-0.468,0-0.936-0.003-1.403,0.001C3.117,3.624,3.001,3.728,2.996,3.9 C2.99,4.081,3.111,4.204,3.323,4.205C4.265,4.208,5.207,4.209,6.149,4.2C6.239,4.199,6.36,4.142,6.41,4.07 C6.458,4,6.474,3.853,6.431,3.788c-0.054-0.082-0.182-0.156-0.28-0.16C5.678,3.612,5.203,3.621,4.729,3.621z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.837,0c0.389,0.098,0.669,0.349,0.942,0.626 c0.892,0.904,1.789,1.802,2.693,2.693c0.321,0.317,0.479,0.684,0.467,1.134c-0.012,0.41-0.001,0.82-0.004,1.23 c-0.001,0.227-0.113,0.364-0.291,0.366c-0.179,0.002-0.293-0.135-0.293-0.361C15.35,5.26,15.346,4.83,15.354,4.4 c0.003-0.151-0.04-0.204-0.197-0.201c-0.561,0.009-1.12,0.004-1.681,0.003c-1.079-0.003-1.742-0.665-1.744-1.74 c0-0.547,0-1.094,0-1.641c0-0.07,0-0.14,0-0.235c-0.092,0-0.161,0-0.23,0c-2.885,0-5.769,0-8.653,0 c-0.664,0-1.087,0.423-1.087,1.086c0,5.554,0,11.107,0,16.661c0,0.66,0.427,1.082,1.092,1.082c3.802,0.001,7.605,0.001,11.408,0 c0.671,0,1.09-0.424,1.091-1.104c0.001-2.148,0-4.297,0-6.445c0-0.065-0.004-0.131,0.003-0.195 c0.019-0.156,0.107-0.251,0.265-0.265c0.168-0.014,0.271,0.078,0.309,0.236c0.017,0.068,0.01,0.143,0.01,0.214 c0,2.129,0,4.258,0,6.388c0,0.939-0.425,1.492-1.334,1.735c-0.011,0.003-0.021,0.015-0.03,0.022c-4.011,0-8.022,0-12.033,0 c-0.011-0.008-0.02-0.02-0.031-0.022c-0.908-0.241-1.334-0.795-1.334-1.732c0-4.431,0-8.861,0-13.292c0-1.106,0-2.212,0-3.318 c0-0.495,0.163-0.935,0.559-1.234C1.968,0.225,2.268,0.132,2.54,0C5.639,0,8.738,0,11.837,0z M12.317,1.048 c0,0.496-0.002,0.981,0.001,1.466c0.003,0.678,0.412,1.093,1.092,1.102c0.448,0.006,0.896,0.001,1.346,0 c0.042,0,0.085-0.008,0.118-0.012C14.026,2.757,13.184,1.914,12.317,1.048z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M2.54,0C2.268,0.132,1.968,0.225,1.732,0.404 C1.337,0.703,1.174,1.143,1.174,1.638c0,1.106,0,2.212,0,3.318c0,4.431,0,8.861,0,13.292c0,0.938,0.426,1.491,1.334,1.732 c0.011,0.003,0.021,0.015,0.031,0.022c-0.847,0-1.693,0-2.54,0C0,13.335,0,6.668,0,0C0.847,0,1.693,0,2.54,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.097,7.234c0.09,0.065,0.201,0.144,0.31,0.226
c0.334,0.253,0.402,0.636,0.161,0.981c-0.402,0.576-0.813,1.146-1.222,1.718c-0.123,0.171-0.296,0.208-0.438,0.104
c-0.141-0.103-0.157-0.273-0.034-0.448c0.379-0.537,0.755-1.076,1.146-1.604c0.117-0.16,0.114-0.257-0.061-0.352
c-0.079-0.042-0.149-0.102-0.24-0.165c-0.048,0.066-0.093,0.126-0.137,0.188c-1.736,2.438-3.478,4.874-5.206,7.318
c-0.576,0.814-1.309,1.462-2.088,2.064c-0.229,0.176-0.522,0.167-0.745,0.001c-0.225-0.168-0.309-0.436-0.217-0.714
c0.335-1.011,0.777-1.962,1.407-2.834c1.88-2.607,3.735-5.234,5.599-7.854c0.129-0.182,0.277-0.323,0.506-0.367
c0.055-0.011,0.109-0.065,0.146-0.114c0.126-0.166,0.239-0.34,0.364-0.507c0.194-0.257,0.508-0.317,0.78-0.145
c0.159,0.101,0.313,0.21,0.462,0.327c0.265,0.208,0.309,0.512,0.12,0.797c-0.063,0.098-0.134,0.192-0.202,0.287
c-0.119,0.166-0.232,0.317-0.222,0.556C18.296,6.867,18.17,7.043,18.097,7.234z M13.104,13.151c0.05-0.066,0.093-0.122,0.134-0.179
c0.465-0.652,0.929-1.304,1.393-1.955c0.996-1.399,1.99-2.8,2.991-4.196c0.105-0.147,0.116-0.243-0.052-0.344
c-0.15-0.09-0.287-0.202-0.431-0.304c-0.196-0.139-0.209-0.137-0.351,0.063c-1.465,2.056-2.93,4.111-4.394,6.168
c-0.036,0.051-0.067,0.104-0.106,0.167C12.564,12.768,12.829,12.956,13.104,13.151z M11.95,13.052
c-0.876,1.15-1.718,2.304-2.06,3.749c1.247-0.8,2.065-1.966,2.866-3.175C12.484,13.432,12.217,13.241,11.95,13.052z M17.484,5.698
c0.142,0.101,0.271,0.192,0.412,0.293c0.116-0.163,0.223-0.312,0.336-0.471c-0.146-0.104-0.271-0.193-0.412-0.293
C17.708,5.383,17.601,5.534,17.484,5.698z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.38,16.06c-0.159,0.068-0.31,0.095-0.406,0.182
C4.582,16.6,4.197,16.968,3.828,17.35c-0.185,0.19-0.328,0.42-0.495,0.628c-0.114,0.142-0.283,0.168-0.414,0.073
c-0.129-0.094-0.163-0.27-0.056-0.416c0.473-0.647,0.97-1.275,1.611-1.77c0.249-0.192,0.519-0.351,0.848-0.357
c0.436-0.008,0.699,0.286,0.629,0.716c-0.028,0.172-0.079,0.342-0.134,0.507c-0.053,0.159-0.123,0.312-0.198,0.498
c0.193-0.106,0.358-0.199,0.525-0.29c0.554-0.299,1.09-0.303,1.61,0.085c0.413,0.308,0.877,0.471,1.397,0.476
c0.203,0.001,0.319,0.12,0.317,0.292c-0.002,0.177-0.134,0.293-0.344,0.29c-0.503-0.008-0.979-0.124-1.411-0.39
c-0.127-0.078-0.256-0.156-0.378-0.242c-0.235-0.164-0.489-0.196-0.738-0.064c-0.332,0.176-0.649,0.379-0.973,0.571
c-0.123,0.072-0.237,0.165-0.368,0.217c-0.283,0.113-0.542-0.102-0.479-0.398c0.035-0.164,0.105-0.32,0.166-0.478
c0.139-0.364,0.281-0.726,0.42-1.09C5.375,16.18,5.371,16.146,5.38,16.06z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.747,2.444c-0.461,0-0.923,0-1.384,0c-0.151,0-0.289-0.031-0.351-0.19
C2.946,2.082,3.044,1.905,3.228,1.867c0.063-0.013,0.129-0.013,0.194-0.013c0.871-0.001,1.741,0,2.611,0
c0.039,0,0.078-0.001,0.117,0.002C6.348,1.87,6.474,1.984,6.474,2.149S6.348,2.438,6.15,2.441C5.683,2.447,5.215,2.443,4.747,2.443
C4.747,2.443,4.747,2.444,4.747,2.444z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.729,3.621c0.474,0,0.949-0.009,1.422,0.007c0.098,0.003,0.226,0.078,0.28,0.16
C6.474,3.853,6.458,4,6.41,4.07C6.36,4.142,6.239,4.199,6.149,4.2C5.207,4.209,4.265,4.208,3.323,4.205
C3.111,4.204,2.99,4.081,2.996,3.9c0.006-0.172,0.122-0.276,0.33-0.278C3.793,3.618,4.261,3.621,4.729,3.621z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M12.317,1.048c0.866,0.866,1.709,1.709,2.557,2.556
c-0.033,0.003-0.076,0.012-0.118,0.012c-0.449,0.001-0.897,0.005-1.346,0c-0.68-0.009-1.089-0.423-1.092-1.102
C12.315,2.029,12.317,1.544,12.317,1.048z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M13.104,13.151c-0.275-0.195-0.54-0.384-0.815-0.58
c0.039-0.063,0.07-0.116,0.106-0.167c1.464-2.057,2.929-4.112,4.394-6.168c0.142-0.199,0.154-0.201,0.351-0.063
c0.144,0.102,0.28,0.213,0.431,0.304c0.168,0.101,0.157,0.196,0.052,0.344c-1.001,1.396-1.995,2.797-2.991,4.196
c-0.464,0.651-0.928,1.303-1.393,1.955C13.197,13.029,13.154,13.085,13.104,13.151z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M11.95,13.052c0.267,0.189,0.534,0.38,0.807,0.574
c-0.801,1.209-1.619,2.375-2.866,3.175C10.232,15.355,11.074,14.202,11.95,13.052z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M17.484,5.698c0.116-0.164,0.224-0.314,0.336-0.472
c0.141,0.1,0.267,0.189,0.412,0.293c-0.113,0.159-0.22,0.309-0.336,0.471C17.755,5.89,17.626,5.798,17.484,5.698z"/>
</g>
</svg>
<span class="menu-title {% if app.request.get('_route') == 'my_contract_company' %}text-custom-blue fw-bolder{% endif%}" title="Contrats et prestations">Contrats et prestations</span>
</a>
</div>
{% endif %}
{% endif %}
{% if is_granted('ROLE_SUBCONTRACTOR') %}
<div class="menu-item account">
<a class="menu-link bord {% if app.request.get('_route') matches '/^my_client_interlocutors/' %}active bg-gray-200{% endif%}" href="{{ path('my_client_interlocutors', {'userId':app.user.id}) }}">
<svg class="icn" width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2027_2470)">
<path d="M18 11.25C18.8734 11.2493 19.7349 11.4524 20.516 11.843C21.2972 12.2335 21.9765 12.8009 22.5 13.5" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.5 13.5C2.0235 12.8009 2.70281 12.2335 3.48398 11.843C4.26514 11.4524 5.12663 11.2493 6 11.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 17.25C14.0711 17.25 15.75 15.5711 15.75 13.5C15.75 11.4289 14.0711 9.75 12 9.75C9.92893 9.75 8.25 11.4289 8.25 13.5C8.25 15.5711 9.92893 17.25 12 17.25Z" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.75 20.25C7.2884 19.3364 8.0559 18.579 8.97665 18.0529C9.8974 17.5267 10.9395 17.25 12 17.25C13.0605 17.25 14.1026 17.5267 15.0233 18.0529C15.9441 18.579 16.7116 19.3364 17.25 20.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.0938 7.5C15.234 6.95678 15.5238 6.46377 15.9302 6.07697C16.3366 5.69017 16.8433 5.42508 17.3927 5.31179C17.9422 5.19851 18.5125 5.24158 19.0387 5.43611C19.5649 5.63064 20.0261 5.96883 20.3697 6.41229C20.7134 6.85574 20.9258 7.38668 20.9829 7.9448C21.04 8.50293 20.9394 9.06587 20.6926 9.56971C20.4458 10.0735 20.0627 10.4981 19.5867 10.7951C19.1108 11.0921 18.561 11.2497 18 11.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 11.25C5.43896 11.2497 4.88925 11.0921 4.41328 10.7951C3.93732 10.4981 3.55418 10.0735 3.30738 9.56971C3.06057 9.06587 2.96 8.50293 3.01708 7.9448C3.07415 7.38668 3.28659 6.85574 3.63027 6.41229C3.97394 5.96883 4.43508 5.63064 4.96131 5.43611C5.48755 5.24158 6.05778 5.19851 6.60726 5.31179C7.15674 5.42508 7.66345 5.69017 8.06983 6.07697C8.47621 6.46377 8.76599 6.95678 8.90625 7.5" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2027_2470">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^my_client_interlocutors/' %}text-custom-blue fw-bolder{% endif%}" title="Contacts">Contacts</span>
</a>
</div>
{% elseif is_granted('ROLE_CLIENT') %}
<div class="menu-item account">
<a class="menu-link bord {% if app.request.get('_route') matches '/^my_subcontractor_interlocutors/' %}active bg-gray-200{% endif%}" href="{{ path('my_subcontractor_interlocutors', {'userId':app.user.id}) }}">
<svg class="icn" width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2027_2470)">
<path d="M18 11.25C18.8734 11.2493 19.7349 11.4524 20.516 11.843C21.2972 12.2335 21.9765 12.8009 22.5 13.5" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.5 13.5C2.0235 12.8009 2.70281 12.2335 3.48398 11.843C4.26514 11.4524 5.12663 11.2493 6 11.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 17.25C14.0711 17.25 15.75 15.5711 15.75 13.5C15.75 11.4289 14.0711 9.75 12 9.75C9.92893 9.75 8.25 11.4289 8.25 13.5C8.25 15.5711 9.92893 17.25 12 17.25Z" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.75 20.25C7.2884 19.3364 8.0559 18.579 8.97665 18.0529C9.8974 17.5267 10.9395 17.25 12 17.25C13.0605 17.25 14.1026 17.5267 15.0233 18.0529C15.9441 18.579 16.7116 19.3364 17.25 20.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.0938 7.5C15.234 6.95678 15.5238 6.46377 15.9302 6.07697C16.3366 5.69017 16.8433 5.42508 17.3927 5.31179C17.9422 5.19851 18.5125 5.24158 19.0387 5.43611C19.5649 5.63064 20.0261 5.96883 20.3697 6.41229C20.7134 6.85574 20.9258 7.38668 20.9829 7.9448C21.04 8.50293 20.9394 9.06587 20.6926 9.56971C20.4458 10.0735 20.0627 10.4981 19.5867 10.7951C19.1108 11.0921 18.561 11.2497 18 11.25" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 11.25C5.43896 11.2497 4.88925 11.0921 4.41328 10.7951C3.93732 10.4981 3.55418 10.0735 3.30738 9.56971C3.06057 9.06587 2.96 8.50293 3.01708 7.9448C3.07415 7.38668 3.28659 6.85574 3.63027 6.41229C3.97394 5.96883 4.43508 5.63064 4.96131 5.43611C5.48755 5.24158 6.05778 5.19851 6.60726 5.31179C7.15674 5.42508 7.66345 5.69017 8.06983 6.07697C8.47621 6.46377 8.76599 6.95678 8.90625 7.5" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2027_2470">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^my_subcontractor_interlocutors/' %}text-custom-blue fw-bolder{% endif%}" title="Contacts">Contacts</span>
</a>
</div>
{% endif %}
</div>
</div>
</div>
<div class="aside-menu aside-pre-footer ">
<div class="sous-menu mt-0">
<div class="menu flex-column pre-container" id="#kt_aside_menu" data-kt-menu="true">
{% if (not is_granted("ROLE_ADMIN") or not is_granted("ROLE_ADMIN_AGENCY") ) and app.user|only_user_admin %}
<div class="menu-item">
<a class="menu-link {% if app.request.get('_route') matches '/^faq_index/' %}active bg-gray-200{% endif%}" href="{{path('faq_index')}}">
<svg width="20" height="20" class="icn faq" fill="transparent">
<path d="M10 10.6432C10 8.39319 11.6875 8.95569 11.6875 7.26819C11.6875 6.52991 11.125 5.58069 10 5.58069C8.875 5.58069 8.3125 6.14319 7.75 6.70569M10 14.0182V12.3307M19 10.0807C19 15.0513 14.9706 19.0807 10 19.0807C5.02943 19.0807 1 15.0513 1 10.0807C1 5.11012 5.02943 1.08069 10 1.08069C14.9706 1.08069 19 5.11012 19 10.0807Z" stroke="#4a4b68"/>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^faq_index/' %}text-custom-blue fw-bolder{% endif%}" title="FAQ">FAQ</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_CLIENT') == true %}
<div class="menu-item account">
<a class="menu-link {% if app.request.get('_route') matches '/^my_profil_client/' %}active bg-gray-200{% endif%}" href="{{ path('my_profil_client') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>account</title><path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^my_profil_client/' %}text-custom-blue fw-bolder{% endif%}" title="Paramètres et profil">Paramètres et profil</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_ADMIN_AGENCY') %}
<div data-kt-menu-trigger="click" class="menu-item menu-accordion here params" style="padding-left: 4px !important;">
<span class="menu-link bord">
<svg class="icn" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2027_2497)">
<path d="M12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92893 15.75 12 15.75Z" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.1922 19.3228C12.0666 19.3228 11.94 19.3228 11.8172 19.3228L8.8125 21C7.64281 20.6065 6.55788 19.9959 5.61469 19.2L5.60344 15.825C5.53688 15.72 5.47406 15.6141 5.41594 15.5053L2.42813 13.8038C2.19279 12.6134 2.19279 11.3885 2.42813 10.1981L5.41313 8.50125C5.47406 8.39344 5.53688 8.28656 5.60063 8.18156L5.61563 4.80656C6.55797 4.00842 7.64261 3.39548 8.8125 3L11.8125 4.67719C11.9381 4.67719 12.0647 4.67719 12.1875 4.67719L15.1875 3C16.3572 3.39346 17.4421 4.00414 18.3853 4.8L18.3966 8.175C18.4631 8.28 18.5259 8.38594 18.5841 8.49469L21.57 10.1953C21.8053 11.3857 21.8053 12.6106 21.57 13.8009L18.585 15.4978C18.5241 15.6056 18.4613 15.7125 18.3975 15.8175L18.3825 19.1925C17.4408 19.9908 16.3568 20.604 15.1875 21L12.1922 19.3228Z" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2027_2497">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
<span class="menu-title">Paramètres
{# <span title="Commande recurrente en attente de validation" class="notification-recurrent-waiting-validation">1</span> #}
</span>
<span class="menu-arrow"></span>
</span>
<div class="menu-sub menu-sub-accordion menu-active-bg">
{% if is_granted('ROLE_CLIENT') == true or is_granted('ROLE_ADMIN') == true or is_granted('ROLE_ADMIN_AGENCY') %}
<div class="menu-item account">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^my_profil_client/' %}active bg-gray-200{% endif%}" href="{{ path('my_profil_client') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>account</title><path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^my_profil_client/' %}text-custom-blue fw-bolder{% endif%}" title="Mon compte">Mon compte</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_ADMIN') %}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') starts with 'client_index' or app.request.get('_route') starts with 'client_edit' %}active bg-gray-200{% endif%}" href="{{ path('client_index') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>account-tie</title><path d="M12 3C14.21 3 16 4.79 16 7S14.21 11 12 11 8 9.21 8 7 9.79 3 12 3M16 13.54C16 14.6 15.72 17.07 13.81 19.83L13 15L13.94 13.12C13.32 13.05 12.67 13 12 13S10.68 13.05 10.06 13.12L11 15L10.19 19.83C8.28 17.07 8 14.6 8 13.54C5.61 14.24 4 15.5 4 17V21H20V17C20 15.5 18.4 14.24 16 13.54Z"/></svg>
<span class="menu-title {% if app.request.get('_route') starts with 'client_index' %}text-custom-blue fw-bolder{% endif%}" title="Clients">Clients</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_ADMIN') == true or is_granted('ROLE_ADMIN_AGENCY') %}
<div class="menu-item account">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^recurring/' %}active bg-gray-200{% endif%}" href="{{ path('recurring_service') }}">
<svg class="icn" width="20" height="20">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M3.907,20.001c-1.302,0-2.604,0-3.907,0C0,13.334,0,6.667,0,0 c5.326,0,10.651,0,15.978,0c-0.334,0.128-0.45,0.375-0.427,0.723c0.032,0.474,0.046,0.949,0.062,1.424 c0.008,0.211,0.002,0.424,0.002,0.657c-0.069-0.049-0.128-0.086-0.183-0.128c-1.46-1.124-3.116-1.75-4.949-1.846 c-3.017-0.158-5.552,0.91-7.49,3.221c-1.927,2.298-2.521,4.965-1.891,7.898c0.021,0.099,0.068,0.199,0.129,0.279 c0.151,0.198,0.429,0.257,0.651,0.152c0.25-0.116,0.363-0.362,0.292-0.674c-0.211-0.941-0.271-1.889-0.145-2.849 c0.205-1.557,0.794-2.952,1.827-4.132c1.794-2.05,4.068-2.981,6.79-2.772c1.357,0.104,2.596,0.567,3.729,1.316 c0.181,0.119,0.349,0.257,0.521,0.386c-0.006,0.017-0.011,0.035-0.017,0.052c-0.096,0-0.191-0.003-0.286,0 c-0.664,0.024-1.327,0.048-1.99,0.076c-0.332,0.014-0.566,0.251-0.561,0.555c0.007,0.315,0.254,0.553,0.593,0.542 c1.19-0.038,2.381-0.08,3.571-0.129c0.388-0.016,0.597-0.249,0.583-0.634c-0.04-1.145-0.094-2.29-0.126-3.435 C16.653,0.363,16.54,0.136,16.251,0C17.5,0,18.75,0,20,0c0,6.663,0,13.326,0,20.001c-5.272,0-10.546,0-15.82,0 c0.337-0.157,0.437-0.426,0.39-0.782c-0.048-0.36-0.072-0.725-0.104-1.088c-0.026-0.299-0.049-0.599-0.074-0.907 c0.038,0.011,0.052,0.011,0.062,0.018c0.084,0.061,0.168,0.123,0.251,0.185c1.517,1.117,3.22,1.697,5.1,1.759 c1.414,0.045,2.768-0.225,4.052-0.822c1.669-0.775,2.99-1.943,3.953-3.511c0.813-1.323,1.244-2.768,1.323-4.316 c0.043-0.85-0.049-1.688-0.238-2.517c-0.061-0.263-0.258-0.432-0.502-0.447c-0.401-0.023-0.66,0.305-0.563,0.733 c0.289,1.266,0.288,2.529-0.038,3.787c-0.451,1.738-1.378,3.172-2.79,4.285c-1.232,0.973-2.635,1.53-4.195,1.674 c-1.633,0.149-3.173-0.177-4.604-0.974c-0.411-0.229-0.791-0.511-1.185-0.769c0.008-0.019,0.017-0.037,0.025-0.056 c0.289-0.026,0.577-0.054,0.866-0.08c0.505-0.047,1.012-0.082,1.514-0.146c0.31-0.04,0.497-0.308,0.464-0.598 c-0.034-0.301-0.287-0.513-0.602-0.485c-1.206,0.105-2.411,0.214-3.615,0.327c-0.323,0.03-0.511,0.256-0.508,0.581 c0.001,0.071,0.006,0.143,0.012,0.214c0.099,1.082,0.208,2.163,0.292,3.246C3.492,19.638,3.602,19.871,3.907,20.001z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.251,0c0.289,0.136,0.402,0.363,0.412,0.683 c0.032,1.145,0.086,2.29,0.126,3.435c0.014,0.385-0.195,0.618-0.583,0.634c-1.19,0.05-2.381,0.092-3.571,0.129 c-0.339,0.011-0.586-0.227-0.593-0.542c-0.006-0.304,0.229-0.541,0.561-0.555c0.663-0.028,1.326-0.052,1.99-0.076 c0.095-0.003,0.19,0,0.286,0c0.006-0.017,0.011-0.035,0.017-0.052c-0.173-0.129-0.341-0.267-0.521-0.386 c-1.133-0.749-2.371-1.212-3.729-1.316C7.923,1.746,5.65,2.676,3.855,4.727c-1.033,1.18-1.622,2.575-1.827,4.132 c-0.126,0.96-0.066,1.907,0.145,2.849c0.07,0.312-0.043,0.558-0.292,0.674c-0.222,0.104-0.5,0.046-0.651-0.152 c-0.061-0.08-0.108-0.181-0.129-0.279C0.472,9.016,1.065,6.349,2.992,4.051c1.938-2.311,4.473-3.379,7.49-3.221 c1.833,0.096,3.489,0.722,4.949,1.846c0.055,0.042,0.113,0.079,0.183,0.128c0-0.233,0.006-0.445-0.002-0.657 c-0.016-0.475-0.029-0.95-0.062-1.424C15.527,0.375,15.644,0.128,15.978,0C16.068,0,16.16,0,16.251,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.907,20.001c-0.305-0.13-0.415-0.363-0.44-0.689 c-0.084-1.083-0.193-2.164-0.292-3.246c-0.006-0.071-0.011-0.143-0.012-0.214c-0.003-0.325,0.185-0.551,0.508-0.581 c1.205-0.113,2.41-0.222,3.615-0.327c0.315-0.027,0.568,0.185,0.602,0.485c0.033,0.29-0.155,0.558-0.464,0.598 c-0.502,0.064-1.009,0.1-1.514,0.146c-0.289,0.026-0.578,0.054-0.866,0.08c-0.008,0.019-0.017,0.037-0.025,0.056 c0.394,0.258,0.774,0.54,1.185,0.769c1.432,0.797,2.972,1.123,4.604,0.974c1.561-0.144,2.963-0.701,4.195-1.674 c1.412-1.113,2.339-2.547,2.79-4.285c0.326-1.258,0.327-2.521,0.038-3.787c-0.098-0.429,0.161-0.757,0.563-0.733 c0.244,0.015,0.441,0.184,0.502,0.447c0.189,0.828,0.281,1.667,0.238,2.517c-0.079,1.549-0.51,2.993-1.323,4.316 c-0.963,1.567-2.284,2.735-3.953,3.511c-1.284,0.598-2.638,0.867-4.052,0.822c-1.88-0.062-3.583-0.642-5.1-1.759 c-0.083-0.062-0.167-0.124-0.251-0.185c-0.009-0.007-0.024-0.007-0.062-0.018c0.025,0.309,0.047,0.608,0.074,0.907 c0.032,0.363,0.056,0.728,0.104,1.088c0.047,0.356-0.053,0.625-0.39,0.782C4.089,20.001,3.998,20.001,3.907,20.001z"/>
</g>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^recurring/' %}text-custom-blue fw-bolder{% endif%}" title="Mes prestations récurrentes">Mes prestations récurrentes</span>
</a>
</div>
{% endif %}
{# <div class="menu-item">
<a class="menu-link {% if app.request.get('_route') matches '/^sub_contractor/' %}active bg-gray-200{% endif%}" href="{{ path('sub_contractor_index') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>account-group</title><path d="M12,5.5A3.5,3.5 0 0,1 15.5,9A3.5,3.5 0 0,1 12,12.5A3.5,3.5 0 0,1 8.5,9A3.5,3.5 0 0,1 12,5.5M5,8C5.56,8 6.08,8.15 6.53,8.42C6.38,9.85 6.8,11.27 7.66,12.38C7.16,13.34 6.16,14 5,14A3,3 0 0,1 2,11A3,3 0 0,1 5,8M19,8A3,3 0 0,1 22,11A3,3 0 0,1 19,14C17.84,14 16.84,13.34 16.34,12.38C17.2,11.27 17.62,9.85 17.47,8.42C17.92,8.15 18.44,8 19,8M5.5,18.25C5.5,16.18 8.41,14.5 12,14.5C15.59,14.5 18.5,16.18 18.5,18.25V20H5.5V18.25M0,20V18.5C0,17.11 1.89,15.94 4.45,15.6C3.86,16.28 3.5,17.22 3.5,18.25V20H0M24,20H20.5V18.25C20.5,17.22 20.14,16.28 19.55,15.6C22.11,15.94 24,17.11 24,18.5V20Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^sub_contractor/' %}text-custom-blue fw-bolder{% endif%}">Sous-traitants</span>
</a>
</div> #}
{% if only_admin(app.user) or only_admin_agency(app.user) or only_manager(app.user) %}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^company/' %}active bg-gray-200{% endif%}" href="{{ path('company_index') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>domain</title><path d="M18,15H16V17H18M18,11H16V13H18M20,19H12V17H14V15H12V13H14V11H12V9H20M10,7H8V5H10M10,11H8V9H10M10,15H8V13H10M10,19H8V17H10M6,7H4V5H6M6,11H4V9H6M6,15H4V13H6M6,19H4V17H6M12,7V3H2V21H22V7H12Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^company/' %}text-custom-blue fw-bolder{% endif%}" title="Entreprise">Entreprise</span>
</a>
</div>
{% if only_admin(app.user) %}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^agency/' %}active bg-gray-200{% endif%}" href="{{ path('agency_index') }}">
<svg class="icn" x="0px" y="0px" width="20px" height="20.004px" viewbox="0 0 20 20.004" enable-background="new 0 0 20 20.004" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M14.223,20.004c-4.741,0-9.482,0-14.223,0
c0-1.083,0-2.163,0-3.242c0.105,0.19,0.266,0.248,0.482,0.247c3.679-0.005,7.357-0.003,11.037-0.003
c0.039,0,0.078,0.001,0.117-0.002c0.206-0.012,0.346-0.139,0.352-0.318c0.006-0.185-0.14-0.331-0.351-0.345
c-0.096-0.007-0.192-0.001-0.297-0.001c0-0.674,0-1.327,0-1.998c0.074,0,0.139,0,0.202,0c0.442,0,0.886,0.002,1.328-0.001
c0.231-0.001,0.377-0.133,0.376-0.331c-0.002-0.19-0.145-0.325-0.36-0.331c-0.176-0.005-0.352-0.001-0.527-0.001
c-0.337,0-0.674,0-1.021,0c0-3.005,0-5.991,0-8.981c0.305-0.029,0.512-0.19,0.643-0.464c0.013,0.157,0.011,0.3,0.014,0.443
c0.007,0.398,0.281,0.673,0.678,0.678c0.307,0.003,0.612,0.001,0.918,0c0.451-0.001,0.723-0.259,0.732-0.706
c0.006-0.306,0.007-0.612-0.001-0.918c-0.01-0.438-0.275-0.696-0.717-0.704c-0.253-0.004-0.508,0.009-0.762-0.003
c-0.368-0.017-0.666,0.084-0.827,0.468c-0.1-0.645-0.278-0.796-0.915-0.796c-1.621,0-3.242,0-4.864,0c-0.075,0-0.149,0-0.224,0
c0-0.237,0-0.442,0-0.651c3.107,0,6.201,0,9.306,0c0,0.092,0,0.17,0,0.248c0,2.188,0,4.375,0.001,6.563
c0,0.078-0.005,0.158,0.011,0.233c0.035,0.165,0.177,0.267,0.343,0.258c0.167-0.01,0.29-0.125,0.308-0.297
c0.007-0.071,0.004-0.143,0.004-0.215c0-2.188,0-4.375,0-6.563c0-0.076,0-0.153,0-0.224c0.513-0.127,0.665-0.32,0.665-0.827
c0-0.163,0.002-0.326-0.001-0.488c-0.005-0.426-0.271-0.696-0.696-0.696c-3.529-0.001-7.058-0.001-10.586,0
c-0.416,0-0.681,0.261-0.698,0.679C4.662,0.862,4.666,1.012,4.666,1.162c0,0.559,0.117,0.719,0.651,0.888c0,0.209,0,0.419,0,0.644
c-0.086,0-0.157,0-0.228,0c-1.413,0-2.826,0.009-4.239-0.005C0.424,2.684,0.136,2.83,0,3.242C0,2.162,0,1.081,0,0
c6.665,0,13.33,0,20,0c0,6.668,0,13.336,0,20.004c-0.973,0-1.949,0-2.926,0c0.096-0.098,0.19-0.195,0.324-0.334
c0.654,0,1.377,0,2.099,0c0.4-0.001,0.491-0.097,0.477-0.503c-0.066-1.94-1.438-3.603-3.339-4.045
c-0.193-0.045-0.39-0.076-0.638-0.124c0.119-0.033,0.186-0.051,0.25-0.07c0.068-0.021,0.139-0.038,0.204-0.067
c1.087-0.475,1.672-1.335,1.835-2.481c0.171-1.195-0.488-2.188-1.642-2.546c-0.586-0.183-1.177-0.188-1.773-0.062
c-1.325,0.281-2.121,1.489-1.825,2.813c0.272,1.223,0.974,2.073,2.252,2.418c-0.062,0.017-0.097,0.026-0.131,0.034
c-0.291,0.066-0.589,0.11-0.871,0.203c-1.742,0.573-2.97,2.233-2.968,3.994c0.001,0.326,0.104,0.434,0.431,0.435
c0.573,0.002,1.146,0.001,1.719,0.001c0.167,0,0.335,0,0.433,0C14.044,19.813,14.133,19.909,14.223,20.004z M11.993,7.189
c0,0.156-0.002,0.312,0,0.468c0.006,0.408,0.274,0.687,0.683,0.696c0.325,0.008,0.65,0.009,0.976,0
c0.367-0.011,0.641-0.254,0.661-0.613c0.02-0.369,0.02-0.742-0.001-1.111c-0.019-0.344-0.283-0.592-0.626-0.605
c-0.351-0.013-0.702-0.013-1.053,0c-0.365,0.013-0.629,0.294-0.639,0.658C11.99,6.851,11.993,7.02,11.993,7.189z M12.655,9.648
c0.396,0.036,0.766,0.064,1.134,0.107c0.153,0.017,0.271-0.022,0.356-0.146c0.088-0.127,0.076-0.261-0.018-0.38
c-0.122-0.154-0.293-0.211-0.483-0.211c-0.332-0.002-0.664-0.005-0.995,0c-0.382,0.006-0.652,0.271-0.66,0.65
c-0.008,0.345-0.005,0.69-0.002,1.035c0.003,0.252,0.136,0.429,0.349,0.547c0.165,0.091,0.333,0.055,0.433-0.089
c0.104-0.148,0.082-0.289-0.033-0.427c-0.037-0.045-0.074-0.107-0.076-0.162C12.651,10.288,12.655,10.002,12.655,9.648z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0,3.242C0.136,2.83,0.424,2.684,0.851,2.688C2.264,2.703,3.677,2.694,5.09,2.694
c0.07,0,0.141,0,0.228,0c0-0.225,0-0.435,0-0.644C4.783,1.881,4.666,1.721,4.666,1.162c0-0.15-0.004-0.3,0.001-0.449
C4.685,0.295,4.95,0.035,5.366,0.034c3.529-0.001,7.057-0.001,10.586,0c0.425,0,0.691,0.27,0.696,0.696
c0.003,0.163,0.001,0.326,0.001,0.488c0,0.507-0.152,0.7-0.665,0.827c0,0.071,0,0.148,0,0.224c0,2.188,0,4.375,0,6.563
c0,0.072,0.003,0.144-0.004,0.215c-0.018,0.171-0.141,0.287-0.308,0.297c-0.166,0.009-0.308-0.093-0.343-0.258
c-0.016-0.075-0.011-0.155-0.011-0.233c-0.001-2.188-0.001-4.375-0.001-6.563c0-0.078,0-0.155,0-0.248c-3.104,0-6.198,0-9.306,0
c0,0.209,0,0.414,0,0.651c0.075,0,0.149,0,0.224,0c1.622,0,3.243,0,4.864,0c0.637,0,0.815,0.151,0.915,0.796
c0.161-0.384,0.459-0.485,0.827-0.468c0.254,0.012,0.509-0.001,0.762,0.003c0.441,0.007,0.707,0.266,0.717,0.704
c0.008,0.306,0.007,0.612,0.001,0.918c-0.01,0.447-0.281,0.705-0.732,0.706c-0.306,0.001-0.611,0.003-0.918,0
c-0.396-0.005-0.671-0.28-0.678-0.678c-0.003-0.143-0.001-0.286-0.014-0.443c-0.131,0.273-0.338,0.435-0.643,0.464
c0,2.991,0,5.977,0,8.981c0.347,0,0.684,0,1.021,0c0.176,0,0.352-0.004,0.527,0.001c0.216,0.006,0.358,0.141,0.36,0.331
c0.001,0.198-0.145,0.33-0.376,0.331c-0.442,0.003-0.886,0.001-1.328,0.001c-0.063,0-0.128,0-0.202,0c0,0.671,0,1.324,0,1.998
c0.104,0,0.201-0.006,0.297,0.001c0.211,0.014,0.356,0.16,0.351,0.345c-0.006,0.18-0.146,0.307-0.352,0.318
c-0.039,0.003-0.078,0.002-0.117,0.002c-3.679,0-7.358-0.002-11.037,0.003C0.266,17.01,0.105,16.952,0,16.762
c0-0.053,0-0.104,0-0.156c0.122-0.313,0.407-0.264,0.661-0.272c0-3.892,0-7.761,0-11.637C0.306,4.665,0.108,4.455,0,4.141
C0,3.841,0,3.542,0,3.242z M10.647,16.331c0-3.893,0-7.761,0-11.627c-3.109,0-6.204,0-9.297,0c0,3.884,0,7.753,0,11.627
C4.456,16.331,7.546,16.331,10.647,16.331z M11.322,3.376c-3.561,0-7.102,0-10.64,0c0,0.222,0,0.428,0,0.631
c3.555,0,7.096,0,10.64,0C11.322,3.79,11.322,3.59,11.322,3.376z M5.345,1.35c3.555,0,7.09,0,10.623,0c0-0.225,0-0.435,0-0.642
c-3.548,0-7.08,0-10.623,0C5.345,0.924,5.345,1.129,5.345,1.35z M13.643,4.681c0-0.33,0-0.65,0-0.977c-0.333,0-0.652,0-0.97,0
c0,0.335,0,0.656,0,0.977C13.003,4.681,13.319,4.681,13.643,4.681z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.223,20.004c-0.09-0.095-0.179-0.19-0.313-0.334c-0.098,0-0.266,0-0.433,0
c-0.572,0-1.146,0.001-1.719-0.001c-0.326-0.001-0.43-0.108-0.431-0.435c-0.002-1.761,1.226-3.421,2.968-3.994
c0.282-0.093,0.58-0.137,0.871-0.203c0.034-0.008,0.069-0.018,0.131-0.034c-1.278-0.345-1.979-1.195-2.252-2.418
c-0.296-1.324,0.5-2.532,1.825-2.813c0.597-0.126,1.188-0.121,1.773,0.062c1.153,0.358,1.813,1.351,1.642,2.546
c-0.163,1.146-0.748,2.007-1.835,2.481c-0.065,0.029-0.136,0.047-0.204,0.067c-0.064,0.02-0.131,0.037-0.25,0.07
c0.248,0.048,0.444,0.079,0.638,0.124c1.901,0.442,3.272,2.104,3.339,4.045c0.015,0.406-0.076,0.502-0.477,0.503
c-0.722,0-1.444,0-2.099,0c-0.134,0.139-0.229,0.236-0.324,0.334C16.124,20.004,15.173,20.004,14.223,20.004z M15.653,10.331
c-0.174,0.021-0.35,0.031-0.521,0.063c-0.9,0.171-1.483,0.815-1.469,1.658c0.014,0.827,0.373,1.495,1.043,1.976
c0.622,0.446,1.352,0.422,1.958-0.042c0.564-0.433,0.881-1.014,0.972-1.717c0.09-0.696-0.224-1.311-0.838-1.647
C16.442,10.426,16.06,10.341,15.653,10.331z M14.326,15.948c-1.344,0.443-2.281,1.898-2.289,3.039
c0.017,0.005,0.034,0.016,0.053,0.016c0.631,0.001,1.263-0.001,1.894,0.005c0.121,0.001,0.137-0.07,0.152-0.156
c0.139-0.768,0.278-1.535,0.413-2.303c0.01-0.053,0.002-0.116-0.019-0.165C14.47,16.241,14.399,16.103,14.326,15.948z
M16.977,15.922c-0.05,0.128-0.073,0.233-0.129,0.317c-0.102,0.154-0.103,0.308-0.063,0.479c0.056,0.24,0.09,0.485,0.134,0.728
c0.094,0.516,0.188,1.03,0.282,1.539c0.71,0,1.399,0,2.104,0C19.094,17.519,18.328,16.509,16.977,15.922z M16.584,19.33
c-0.147-0.812-0.293-1.61-0.431-2.367c-0.35,0-0.661,0-1,0c-0.138,0.76-0.283,1.559-0.43,2.367
C15.354,19.33,15.956,19.33,16.584,19.33z M14.997,15.72c0.092,0.416,0.381,0.643,0.719,0.607c0.316-0.032,0.566-0.284,0.568-0.607
C15.862,15.72,15.439,15.72,14.997,15.72z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M0,4.141c0.108,0.314,0.306,0.523,0.661,0.555
c0,3.876,0,7.745,0,11.637C0.407,16.342,0.122,16.293,0,16.605C0,12.45,0,8.296,0,4.141z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.993,7.189c0-0.169-0.003-0.338,0.001-0.507
c0.01-0.364,0.273-0.645,0.639-0.658c0.351-0.013,0.702-0.013,1.053,0c0.343,0.013,0.607,0.261,0.626,0.605
c0.021,0.369,0.021,0.742,0.001,1.111c-0.021,0.359-0.294,0.602-0.661,0.613c-0.325,0.01-0.65,0.008-0.976,0
c-0.408-0.01-0.677-0.289-0.683-0.696C11.991,7.501,11.993,7.345,11.993,7.189z M12.658,7.68c0.342,0,0.656,0,0.979,0
c0-0.334,0-0.66,0-0.995c-0.173,0-0.328,0-0.484,0c-0.159,0-0.319,0-0.485,0c-0.004,0.063-0.009,0.101-0.01,0.138
C12.658,7.103,12.658,7.381,12.658,7.68z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.655,9.648c0,0.354-0.004,0.64,0.004,0.926
c0.002,0.055,0.039,0.117,0.076,0.162c0.115,0.138,0.138,0.278,0.033,0.427c-0.1,0.144-0.268,0.18-0.433,0.089
c-0.213-0.118-0.346-0.295-0.349-0.547c-0.003-0.345-0.006-0.69,0.002-1.035c0.008-0.379,0.278-0.644,0.66-0.65
c0.331-0.006,0.663-0.002,0.995,0c0.19,0,0.361,0.058,0.483,0.211c0.094,0.119,0.105,0.253,0.018,0.38
c-0.085,0.123-0.203,0.162-0.356,0.146C13.421,9.713,13.051,9.685,12.655,9.648z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M10.647,16.331c-3.102,0-6.192,0-9.297,0
c0-3.874,0-7.743,0-11.627c3.094,0,6.188,0,9.297,0C10.647,8.57,10.647,12.438,10.647,16.331z M4,11.017
c0.214,0,0.429,0.003,0.644-0.001c0.392-0.007,0.668-0.263,0.683-0.652c0.014-0.338,0.013-0.677,0.001-1.015
C5.316,8.957,5.046,8.692,4.655,8.686c-0.436-0.008-0.872-0.008-1.307,0C2.958,8.692,2.685,8.958,2.67,9.348
c-0.012,0.338-0.013,0.677,0,1.014c0.016,0.389,0.296,0.647,0.686,0.654C3.571,11.02,3.786,11.017,4,11.017z M4.013,11.682
c-0.215,0-0.429-0.002-0.644,0.001c-0.402,0.004-0.684,0.261-0.699,0.659c-0.013,0.338-0.013,0.677,0,1.015
c0.015,0.373,0.275,0.641,0.645,0.652c0.455,0.014,0.911,0.013,1.366,0c0.358-0.01,0.625-0.261,0.642-0.609
c0.018-0.37,0.018-0.742-0.001-1.111c-0.018-0.349-0.295-0.596-0.646-0.604C4.456,11.678,4.234,11.683,4.013,11.682z M3.991,8.016
c0.221,0,0.442,0.003,0.663-0.001C5.04,8.007,5.311,7.758,5.327,7.376c0.015-0.344,0.014-0.689,0.001-1.034
C5.314,5.956,5.051,5.702,4.665,5.694c-0.442-0.008-0.884-0.008-1.327,0C2.955,5.702,2.687,5.96,2.671,6.342
c-0.014,0.344-0.015,0.69,0.001,1.034c0.018,0.38,0.293,0.632,0.676,0.64C3.562,8.02,3.777,8.016,3.991,8.016z M8.004,11.016
c0.214,0,0.429,0.004,0.644,0c0.386-0.008,0.667-0.273,0.681-0.66C9.34,10.018,9.34,9.679,9.327,9.341
C9.313,8.962,9.042,8.695,8.663,8.686c-0.442-0.01-0.884-0.009-1.327,0C6.945,8.694,6.679,8.964,6.67,9.355
c-0.008,0.331-0.009,0.663,0,0.994c0.011,0.398,0.287,0.66,0.69,0.666C7.574,11.019,7.789,11.017,8.004,11.016z M8.015,11.682
c-0.221,0-0.442-0.002-0.664,0.001c-0.392,0.006-0.669,0.265-0.681,0.653c-0.01,0.338-0.009,0.677,0,1.015
c0.01,0.382,0.271,0.648,0.655,0.659c0.448,0.012,0.897,0.012,1.346,0c0.372-0.01,0.639-0.273,0.655-0.644
c0.015-0.344,0.015-0.689,0.001-1.033c-0.016-0.387-0.299-0.646-0.688-0.65C8.431,11.68,8.223,11.682,8.015,11.682z M7.989,8.016
c0.221,0,0.442,0.004,0.663-0.001c0.38-0.008,0.658-0.263,0.675-0.642c0.015-0.344,0.014-0.689,0-1.033
c-0.015-0.372-0.281-0.636-0.65-0.644c-0.455-0.01-0.91-0.011-1.365,0c-0.365,0.008-0.627,0.267-0.64,0.629
c-0.012,0.351-0.012,0.702,0,1.053c0.012,0.37,0.282,0.626,0.654,0.636C7.547,8.02,7.768,8.016,7.989,8.016z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M11.322,3.376c0,0.214,0,0.414,0,0.631c-3.544,0-7.085,0-10.64,0
c0-0.204,0-0.409,0-0.631C4.22,3.376,7.762,3.376,11.322,3.376z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M5.345,1.35c0-0.221,0-0.426,0-0.642c3.543,0,7.075,0,10.623,0
c0,0.207,0,0.417,0,0.642C12.436,1.35,8.9,1.35,5.345,1.35z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M13.643,4.681c-0.323,0-0.64,0-0.97,0c0-0.321,0-0.642,0-0.977
c0.317,0,0.637,0,0.97,0C13.643,4.031,13.643,4.351,13.643,4.681z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M15.653,10.331c0.406,0.01,0.789,0.095,1.145,0.291
c0.614,0.337,0.928,0.951,0.838,1.647c-0.091,0.703-0.407,1.284-0.972,1.717c-0.606,0.464-1.336,0.488-1.958,0.042
c-0.67-0.48-1.029-1.148-1.043-1.976c-0.015-0.843,0.568-1.487,1.469-1.658C15.304,10.362,15.479,10.352,15.653,10.331z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M14.326,15.948c0.073,0.154,0.144,0.293,0.204,0.436
c0.021,0.049,0.028,0.112,0.019,0.165c-0.135,0.768-0.274,1.535-0.413,2.303c-0.016,0.086-0.031,0.157-0.152,0.156
c-0.631-0.006-1.263-0.004-1.894-0.005c-0.019,0-0.036-0.011-0.053-0.016C12.045,17.847,12.982,16.392,14.326,15.948z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M16.977,15.922c1.352,0.587,2.117,1.597,2.328,3.063
c-0.705,0-1.395,0-2.104,0c-0.094-0.509-0.188-1.023-0.282-1.539c-0.044-0.242-0.078-0.487-0.134-0.728
c-0.039-0.172-0.038-0.325,0.063-0.479C16.903,16.155,16.927,16.05,16.977,15.922z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M16.584,19.33c-0.628,0-1.23,0-1.86,0
c0.146-0.809,0.292-1.607,0.43-2.367c0.339,0,0.65,0,1,0C16.291,17.72,16.437,18.519,16.584,19.33z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M14.997,15.72c0.442,0,0.865,0,1.287,0
c-0.002,0.323-0.252,0.575-0.568,0.607C15.378,16.362,15.089,16.136,14.997,15.72z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M12.658,7.68c0-0.299,0-0.578,0-0.856
c0.001-0.038,0.006-0.076,0.01-0.138c0.166,0,0.326,0,0.485,0c0.156,0,0.312,0,0.484,0c0,0.335,0,0.66,0,0.995
C13.314,7.68,13,7.68,12.658,7.68z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4,11.017c-0.215,0-0.429,0.003-0.644-0.001
c-0.389-0.007-0.669-0.266-0.686-0.654c-0.014-0.337-0.013-0.676,0-1.014c0.014-0.39,0.288-0.655,0.678-0.662
c0.436-0.008,0.872-0.008,1.307,0c0.391,0.007,0.661,0.271,0.674,0.663c0.011,0.338,0.012,0.677-0.001,1.015
c-0.015,0.39-0.292,0.646-0.683,0.652C4.43,11.02,4.215,11.017,4,11.017z M4.652,10.342c0-0.332,0-0.652,0-0.978
c-0.444,0-0.874,0-1.303,0c0,0.337,0,0.657,0,0.978C3.792,10.342,4.218,10.342,4.652,10.342z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.013,11.683c0.221,0,0.442-0.005,0.663,0.001
c0.351,0.009,0.628,0.256,0.646,0.604c0.019,0.369,0.019,0.741,0.001,1.111c-0.017,0.349-0.283,0.6-0.642,0.609
c-0.455,0.013-0.911,0.014-1.366,0c-0.37-0.012-0.63-0.279-0.645-0.652c-0.013-0.338-0.013-0.677,0-1.015
c0.015-0.398,0.296-0.655,0.699-0.659C3.584,11.68,3.798,11.682,4.013,11.683z M3.333,12.354c0,0.309-0.003,0.593,0.004,0.878
c0.001,0.039,0.059,0.109,0.091,0.11c0.406,0.008,0.813,0.005,1.223,0.005c0-0.348,0-0.668,0-0.993
C4.209,12.354,3.784,12.354,3.333,12.354z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.991,8.016c-0.214,0-0.429,0.003-0.644-0.001
c-0.382-0.008-0.658-0.259-0.676-0.64C2.656,7.032,2.657,6.686,2.671,6.342c0.016-0.382,0.284-0.64,0.667-0.647
c0.442-0.009,0.885-0.009,1.327,0c0.387,0.008,0.649,0.262,0.664,0.648c0.013,0.344,0.013,0.689-0.001,1.034
C5.311,7.758,5.04,8.007,4.654,8.015C4.434,8.02,4.212,8.016,3.991,8.016z M3.345,7.333c0.45,0,0.88,0,1.305,0
c0-0.332,0-0.646,0-0.964c-0.442,0-0.867,0-1.305,0C3.345,6.694,3.345,7.008,3.345,7.333z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.004,11.017c-0.215,0-0.43,0.002-0.644-0.001
c-0.403-0.006-0.679-0.268-0.69-0.666c-0.009-0.331-0.008-0.663,0-0.994c0.009-0.392,0.275-0.662,0.666-0.67
c0.442-0.009,0.885-0.01,1.327,0c0.379,0.009,0.651,0.276,0.665,0.655c0.013,0.338,0.013,0.677,0.001,1.015
c-0.014,0.387-0.294,0.652-0.681,0.66C8.433,11.02,8.218,11.016,8.004,11.017z M8.648,10.344c0-0.343,0-0.663,0-0.983
c-0.443,0-0.87,0-1.301,0c0,0.334,0,0.654,0,0.983C7.787,10.344,8.213,10.344,8.648,10.344z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.015,11.682c0.208,0,0.416-0.002,0.624,0.001
c0.39,0.005,0.673,0.264,0.688,0.65c0.014,0.344,0.014,0.689-0.001,1.033C9.311,13.736,9.043,14,8.671,14.01
c-0.449,0.012-0.898,0.012-1.346,0c-0.384-0.011-0.645-0.277-0.655-0.659c-0.009-0.338-0.01-0.677,0-1.015
c0.012-0.389,0.289-0.647,0.681-0.653C7.572,11.68,7.793,11.682,8.015,11.682z M7.343,13.335c0.441,0,0.872,0,1.309,0
c0-0.334,0-0.654,0-0.975c-0.445,0-0.876,0-1.309,0C7.343,12.69,7.343,13.008,7.343,13.335z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.989,8.016c-0.221,0-0.442,0.004-0.663-0.001
c-0.372-0.01-0.642-0.266-0.654-0.636c-0.012-0.351-0.012-0.703,0-1.053c0.013-0.362,0.274-0.621,0.64-0.629
c0.455-0.011,0.91-0.01,1.365,0c0.369,0.008,0.636,0.272,0.65,0.644c0.014,0.344,0.015,0.689,0,1.033
C9.311,7.751,9.033,8.007,8.652,8.015C8.432,8.02,8.21,8.016,7.989,8.016z M7.348,6.368c0,0.337,0,0.652,0,0.965
c0.444,0,0.875,0,1.304,0c0-0.331,0-0.645,0-0.965C8.211,6.368,7.785,6.368,7.348,6.368z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M4.652,10.342c-0.435,0-0.86,0-1.303,0c0-0.32,0-0.641,0-0.978
c0.43,0,0.859,0,1.303,0C4.652,9.689,4.652,10.01,4.652,10.342z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M3.333,12.354c0.451,0,0.876,0,1.318,0c0,0.325,0,0.646,0,0.993
c-0.41,0-0.816,0.003-1.223-0.005c-0.032-0.001-0.09-0.071-0.091-0.11C3.33,12.947,3.333,12.663,3.333,12.354z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M3.345,7.333c0-0.325,0-0.639,0-0.964c0.438,0,0.863,0,1.305,0
c0,0.318,0,0.633,0,0.964C4.225,7.333,3.795,7.333,3.345,7.333z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M8.648,10.344c-0.435,0-0.861,0-1.301,0c0-0.329,0-0.649,0-0.983
c0.431,0,0.857,0,1.301,0C8.648,9.681,8.648,10.001,8.648,10.344z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M7.343,13.335c0-0.327,0-0.645,0-0.975c0.432,0,0.864,0,1.309,0
c0,0.32,0,0.641,0,0.975C8.215,13.335,7.784,13.335,7.343,13.335z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M7.348,6.368c0.438,0,0.863,0,1.304,0c0,0.32,0,0.635,0,0.965
c-0.429,0-0.859,0-1.304,0C7.348,7.02,7.348,6.706,7.348,6.368z"/>
</g>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^agency/' %}text-custom-blue fw-bolder{% endif%}" title="Agences">Agences</span>
</a>
</div>
{% endif %}
{% endif %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_ADMIN_AGENCY') %}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^job/' %}active bg-gray-200{% endif%}" href="{{ path('job_index') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>application-cog</title><path d="M21.7 18.6V17.6L22.8 16.8C22.9 16.7 23 16.6 22.9 16.5L21.9 14.8C21.9 14.7 21.7 14.7 21.6 14.7L20.4 15.2C20.1 15 19.8 14.8 19.5 14.7L19.3 13.4C19.3 13.3 19.2 13.2 19.1 13.2H17.1C16.9 13.2 16.8 13.3 16.8 13.4L16.6 14.7C16.3 14.9 16.1 15 15.8 15.2L14.6 14.7C14.5 14.7 14.4 14.7 14.3 14.8L13.3 16.5C13.3 16.6 13.3 16.7 13.4 16.8L14.5 17.6V18.6L13.4 19.4C13.3 19.5 13.2 19.6 13.3 19.7L14.3 21.4C14.4 21.5 14.5 21.5 14.6 21.5L15.8 21C16 21.2 16.3 21.4 16.6 21.5L16.8 22.8C16.9 22.9 17 23 17.1 23H19.1C19.2 23 19.3 22.9 19.3 22.8L19.5 21.5C19.8 21.3 20 21.2 20.3 21L21.5 21.4C21.6 21.4 21.7 21.4 21.8 21.3L22.8 19.6C22.9 19.5 22.9 19.4 22.8 19.4L21.7 18.6M18 19.5C17.2 19.5 16.5 18.8 16.5 18S17.2 16.5 18 16.5 19.5 17.2 19.5 18 18.8 19.5 18 19.5M11 18C11 14.1 14.1 11 18 11C20 11 21.7 11.8 23 13.1V4C23 2.9 22.1 2 21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H12.3C11.5 20.9 11 19.5 11 18M3 4H21V7H3V4Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^job/' %}text-custom-blue fw-bolder{% endif%}" title="Métiers">Métiers</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_ADMIN_AGENCY') %}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^workflow/' %}active bg-gray-200{% endif%}" href="{{ path('workflow_index') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>cog-box</title><path d="M17.25,12C17.25,12.23 17.23,12.46 17.2,12.68L18.68,13.84C18.81,13.95 18.85,14.13 18.76,14.29L17.36,16.71C17.27,16.86 17.09,16.92 16.93,16.86L15.19,16.16C14.83,16.44 14.43,16.67 14,16.85L13.75,18.7C13.72,18.87 13.57,19 13.4,19H10.6C10.43,19 10.28,18.87 10.25,18.7L10,16.85C9.56,16.67 9.17,16.44 8.81,16.16L7.07,16.86C6.91,16.92 6.73,16.86 6.64,16.71L5.24,14.29C5.15,14.13 5.19,13.95 5.32,13.84L6.8,12.68C6.77,12.46 6.75,12.23 6.75,12C6.75,11.77 6.77,11.54 6.8,11.32L5.32,10.16C5.19,10.05 5.15,9.86 5.24,9.71L6.64,7.29C6.73,7.13 6.91,7.07 7.07,7.13L8.81,7.84C9.17,7.56 9.56,7.32 10,7.15L10.25,5.29C10.28,5.13 10.43,5 10.6,5H13.4C13.57,5 13.72,5.13 13.75,5.29L14,7.15C14.43,7.32 14.83,7.56 15.19,7.84L16.93,7.13C17.09,7.07 17.27,7.13 17.36,7.29L18.76,9.71C18.85,9.86 18.81,10.05 18.68,10.16L17.2,11.32C17.23,11.54 17.25,11.77 17.25,12M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M12,10C10.89,10 10,10.89 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12C14,10.89 13.1,10 12,10Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^workflow/' %}text-custom-blue fw-bolder{% endif%}" title="Mes flows">Mes flows</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_ADMIN_AGENCY') %}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^product_custorm/' %}active bg-gray-200{% endif%}" href="{{ path('product_custorm_index') }}">
<svg class="icn" id="Calque_1" x="0px" y="0px"
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
<style type="text/css">
.st0{fill:transparent;}
</style>
<g>
<path class="st0" d="M24,24c-8,0-16,0-24,0C0,16,0,8,0,0c8,0,16,0,24,0C24,8,24,16,24,24z M5.1,10.9c0,0,0.1,0,0.1,0
C6,10.7,6.6,10,6.6,9.2c0-0.8-0.5-1.4-1.3-1.6c-0.1,0-0.1-0.1-0.1-0.2c0-0.6,0-1.2,0-1.8c0-0.1,0-0.2,0.2-0.2c1-0.2,1.7-1.1,1.7-2
c0-1.1-0.9-1.9-1.9-2C3.9,1.3,3,2,2.9,3.1c-0.1,1,0.6,2,1.6,2.2c0.2,0,0.2,0.1,0.2,0.2c0,0.6,0,1.2,0,1.8c0,0.2,0,0.2-0.2,0.3
C3.7,7.8,3.2,8.4,3.2,9.2c0,0.8,0.5,1.4,1.3,1.6c0.1,0,0.1,0,0.2,0.1c0,0.7,0,1.4,0,2.1c0,0.1-0.1,0.1-0.2,0.2
c-0.8,0.2-1.3,0.8-1.3,1.6c0,0.8,0.5,1.4,1.3,1.6c0.1,0,0.1,0,0.2,0.1c0,0.7,0,1.5,0,2.2c-1.4,0.3-1.9,1.4-1.8,2.2
c0.1,1,1,1.8,2,1.8c1,0,1.9-0.7,2-1.7c0.2-1.1-0.5-2-1.8-2.3c0-0.6,0-1.3,0-1.9c0-0.2,0-0.3,0.2-0.3c0.7-0.2,1.3-0.8,1.3-1.6
c0-0.8-0.5-1.4-1.3-1.6c-0.1,0-0.1,0-0.2-0.1C5.1,12.3,5.1,11.6,5.1,10.9z M14.4,2.7c2.1,0,4.3,0,6.4,0c0.1,0,0.3,0,0.3-0.2
c0-0.2-0.2-0.2-0.3-0.2c0,0,0,0,0,0c-4.2,0-8.5,0-12.7,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0.1-0.2,0.2c0.1,0.1,0.1,0.1,0.2,0.2
c0.1,0,0.1,0,0.2,0C10.1,2.7,12.2,2.7,14.4,2.7z M14.4,8.5c2.1,0,4.2,0,6.3,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1-0.1,0.2-0.2
C21,8.3,21,8.2,20.9,8.1c0,0-0.1,0-0.2,0c-4.3,0-8.5,0-12.8,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2,0.1-0.2,0.2c0,0.1,0.1,0.1,0.2,0.2
c0.1,0,0.1,0,0.2,0C10.1,8.5,12.2,8.5,14.4,8.5z M14.4,14.3c2.1,0,4.2,0,6.4,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2-0.1,0.2-0.2
c0-0.1-0.1-0.1-0.2-0.2c0,0-0.1,0-0.2,0c-4.3,0-8.5,0-12.8,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0.1-0.2,0.2c0,0,0.1,0.1,0.2,0.2
c0.1,0,0.1,0,0.2,0C10.1,14.3,12.2,14.3,14.4,14.3z M14.4,20c2.1,0,4.2,0,6.4,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2-0.1,0.2-0.2
c0-0.1-0.1-0.1-0.1-0.2c0,0-0.1,0-0.2,0c-4.3,0-8.5,0-12.8,0c-0.1,0-0.2,0-0.2,0c-0.1,0-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.2,0.2
c0.1,0,0.2,0,0.2,0C10.1,20,12.2,20,14.4,20z M12.9,4.3c1.3,0,2.5,0,3.8,0c0.4,0,0.9,0,1.3,0c0.1,0,0.1-0.1,0.2-0.2
c-0.1-0.1-0.1-0.1-0.2-0.2c0,0-0.1,0-0.2,0c-3.3,0-6.6,0-9.9,0c-0.1,0-0.1,0-0.2,0C7.7,4,7.6,4.1,7.6,4.1c0,0.1,0.1,0.1,0.2,0.2
c0.1,0,0.1,0,0.2,0C9.7,4.3,11.3,4.3,12.9,4.3z M12.9,10.1c1.6,0,3.3,0,4.9,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2-0.1,0.2-0.2
c0-0.1-0.1-0.1-0.2-0.2c0,0-0.1,0-0.2,0c-3.3,0-6.6,0-10,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0.1-0.2,0.2c0,0,0.1,0.1,0.2,0.2
c0.1,0,0.1,0,0.2,0C9.6,10.1,11.3,10.1,12.9,10.1z M12.9,15.8c1.7,0,3.3,0,5,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2-0.1,0.2-0.2
c0-0.1-0.1-0.1-0.2-0.2c0,0-0.1,0-0.2,0c-3.3,0-6.6,0-10,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0.1-0.2,0.2c0,0,0.1,0.1,0.2,0.2
c0.1,0,0.1,0,0.2,0C9.7,15.8,11.3,15.8,12.9,15.8z M13,21.6c1.6,0,3.3,0,4.9,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1-0.1,0.2-0.2
c-0.1-0.1-0.1-0.1-0.2-0.2c0,0-0.1,0-0.1,0c-3.3,0-6.7,0-10,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2,0.1-0.2,0.2c0,0.1,0.1,0.1,0.2,0.2
c0,0,0.1,0,0.2,0C9.6,21.6,11.3,21.6,13,21.6z"/>
<path d="M5.1,10.9c0,0.7,0,1.4,0,2.2c0.1,0,0.1,0,0.2,0.1C6,13.3,6.6,14,6.6,14.7c0,0.8-0.5,1.4-1.3,1.6c-0.2,0-0.2,0.1-0.2,0.3
c0,0.6,0,1.3,0,1.9c1.3,0.4,2,1.2,1.8,2.3c-0.1,1-1,1.8-2,1.7c-1,0-1.9-0.8-2-1.8c-0.1-0.8,0.4-2,1.8-2.2c0-0.7,0-1.4,0-2.2
c-0.1,0-0.1,0-0.2-0.1c-0.8-0.2-1.3-0.8-1.3-1.6c0-0.8,0.5-1.4,1.3-1.6c0.1,0,0.2-0.1,0.2-0.2c0-0.7,0-1.4,0-2.1
c-0.1,0-0.1,0-0.2-0.1C3.7,10.6,3.2,10,3.2,9.2c0-0.8,0.5-1.4,1.3-1.6c0.2,0,0.2-0.1,0.2-0.3c0-0.6,0-1.2,0-1.8
c0-0.2,0-0.2-0.2-0.2c-1-0.2-1.8-1.2-1.6-2.2C3,2,3.9,1.3,5,1.3c1,0,1.9,0.9,1.9,2c0,1-0.7,1.8-1.7,2c-0.1,0-0.2,0.1-0.2,0.2
c0,0.6,0,1.2,0,1.8c0,0.1,0,0.2,0.1,0.2C6,7.8,6.6,8.4,6.6,9.2c0,0.8-0.5,1.4-1.4,1.6C5.2,10.9,5.1,10.9,5.1,10.9z M4.9,5
c0.9,0,1.7-0.7,1.7-1.6c0-0.9-0.7-1.7-1.7-1.7C4,1.7,3.2,2.4,3.2,3.3C3.2,4.2,4,5,4.9,5z M4.9,22.3c0.9,0,1.7-0.7,1.7-1.6
c0-0.9-0.7-1.7-1.6-1.7c-1,0-1.7,0.7-1.7,1.6C3.2,21.5,4,22.3,4.9,22.3z M4.9,10.5c0.7,0,1.3-0.6,1.3-1.3c0-0.7-0.6-1.3-1.3-1.3
c-0.7,0-1.3,0.6-1.3,1.3C3.6,9.9,4.2,10.5,4.9,10.5z M4.9,16c0.7,0,1.3-0.6,1.3-1.3c0-0.7-0.6-1.3-1.3-1.3c-0.7,0-1.3,0.6-1.3,1.3
C3.6,15.5,4.2,16,4.9,16z"/>
<path d="M14.4,2.7c-2.1,0-4.2,0-6.3,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.2,0
c4.2,0,8.5,0,12.7,0c0,0,0,0,0,0c0.1,0,0.3,0,0.3,0.2c0,0.2-0.2,0.2-0.3,0.2C18.6,2.7,16.5,2.7,14.4,2.7z"/>
<path d="M14.4,8.5c-2.1,0-4.2,0-6.4,0c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0.1-0.1,0.2-0.2c0,0,0.1,0,0.2,0
c4.3,0,8.5,0,12.8,0c0.1,0,0.1,0,0.2,0C21,8.2,21,8.3,21.1,8.3C21,8.4,21,8.4,20.9,8.5c-0.1,0-0.1,0-0.2,0
C18.6,8.5,16.5,8.5,14.4,8.5z"/>
<path d="M14.4,14.3c-2.1,0-4.2,0-6.4,0c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0.1-0.1,0.2-0.2c0,0,0.1,0,0.2,0
c4.3,0,8.5,0,12.8,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.2,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.1,0-0.2,0
C18.6,14.3,16.5,14.3,14.4,14.3z"/>
<path d="M14.4,20c-2.1,0-4.2,0-6.4,0c-0.1,0-0.2,0-0.2,0c-0.1,0-0.1-0.1-0.2-0.2c0-0.1,0.1-0.1,0.1-0.2c0.1,0,0.1,0,0.2,0
c4.3,0,8.5,0,12.8,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.1,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.1,0-0.2,0C18.6,20,16.5,20,14.4,20z"
/>
<path d="M12.9,4.3c-1.6,0-3.3,0-4.9,0c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0.1-0.1,0.2-0.2c0,0,0.1,0,0.2,0
c3.3,0,6.6,0,9.9,0c0.1,0,0.1,0,0.2,0c0.1,0.1,0.1,0.1,0.2,0.2c-0.1,0.1-0.1,0.2-0.2,0.2c-0.4,0-0.9,0-1.3,0
C15.5,4.3,14.2,4.3,12.9,4.3z"/>
<path d="M12.9,10.1c-1.6,0-3.3,0-4.9,0c-0.1,0-0.2,0-0.2,0C7.7,10,7.6,10,7.6,9.9c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.2,0
c3.3,0,6.6,0,10,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.2,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.1,0-0.2,0
C16.2,10.1,14.6,10.1,12.9,10.1z"/>
<path d="M12.9,15.8c-1.6,0-3.3,0-4.9,0c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.2,0
c3.3,0,6.6,0,10,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.2,0.2c0,0.1-0.1,0.1-0.2,0.2c0,0-0.1,0-0.2,0C16.3,15.8,14.6,15.8,12.9,15.8z
"/>
<path d="M13,21.6c-1.7,0-3.3,0-5,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0.1-0.1,0.2-0.2c0,0,0.1,0,0.2,0
c3.3,0,6.7,0,10,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.2,0.2c-0.1,0.1-0.1,0.1-0.2,0.2c0,0-0.1,0-0.2,0C16.2,21.6,14.6,21.6,13,21.6z"
/>
<path class="st0" d="M4.9,5C4,5,3.2,4.2,3.2,3.3c0-0.9,0.8-1.6,1.7-1.6c0.9,0,1.7,0.8,1.7,1.7C6.5,4.3,5.8,5,4.9,5z M4.9,4.5
C5.5,4.5,6,4,6,3.3c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.2,0.5-1.1,1.1C3.8,4,4.3,4.5,4.9,4.5z"/>
<path class="st0" d="M4.9,22.3c-0.9,0-1.7-0.7-1.7-1.7C3.2,19.7,4,19,4.9,19c0.9,0,1.6,0.8,1.6,1.7C6.5,21.6,5.8,22.3,4.9,22.3z
M4.9,21.8c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.2,0.5-1.1,1.1C3.8,21.3,4.3,21.8,4.9,21.8z"/>
<path class="st0" d="M4.9,10.5c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.6-1.3,1.3-1.3c0.7,0,1.3,0.6,1.3,1.3C6.2,9.9,5.6,10.5,4.9,10.5z
M4.9,10.2c0.5,0,0.9-0.4,0.9-0.9c0-0.5-0.4-1-1-1c-0.5,0-0.9,0.4-0.9,0.9C3.9,9.7,4.4,10.2,4.9,10.2z"/>
<path class="st0" d="M4.9,16c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.6-1.3,1.3-1.3c0.7,0,1.3,0.6,1.3,1.3C6.2,15.5,5.6,16,4.9,16z
M5.8,14.7c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-1,0.4-0.9,1c0,0.5,0.5,1,1,0.9C5.4,15.7,5.8,15.2,5.8,14.7z"/>
<path d="M4.9,4.5C4.3,4.5,3.8,4,3.8,3.3c0-0.6,0.5-1.1,1.1-1.1C5.5,2.2,6,2.7,6,3.3C6,4,5.5,4.5,4.9,4.5z"/>
<path d="M4.9,21.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1C5.5,19.5,6,20,6,20.6C6,21.3,5.5,21.8,4.9,21.8z"/>
<path d="M4.9,10.2c-0.5,0-1-0.4-1-1c0-0.5,0.4-0.9,0.9-0.9c0.5,0,1,0.4,1,1C5.8,9.7,5.4,10.2,4.9,10.2z"/>
<path d="M5.8,14.7c0,0.5-0.4,0.9-0.9,1c-0.5,0-1-0.4-1-0.9c0-0.5,0.4-1,0.9-1C5.4,13.8,5.8,14.2,5.8,14.7z"/>
</g>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^product_custorm/' %}text-custom-blue fw-bolder{% endif%}" title="Mes flows">Services</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_ADMIN')%}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^email_template_/' %}active bg-gray-200{% endif%}" href="{{ path('email_template_index') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>email-outline</title><path d="M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6M20 6L12 11L4 6H20M20 18H4V8L12 13L20 8V18Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^email/' %}text-custom-blue fw-bolder{% endif%}" title="Email">Email</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_ADMIN') %}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^system_email_/' %}active bg-gray-200{% endif%}" href="{{ path('system_email_index') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>email-lock-outline</title><path d="M12 18.2C12 18.13 12 18.07 12 18H4V8L12 13L20 8V11.44C20.81 11.8 21.5 12.36 22 13.06V6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H12V18.2M20 6L12 11L4 6H20M20.8 17V15.5C20.8 14.1 19.4 13 18 13S15.2 14.1 15.2 15.5V17C14.6 17 14 17.6 14 18.2V21.7C14 22.4 14.6 23 15.2 23H20.7C21.4 23 22 22.4 22 21.8V18.3C22 17.6 21.4 17 20.8 17M19.5 17H16.5V15.5C16.5 14.7 17.2 14.2 18 14.2S19.5 14.7 19.5 15.5V17Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^system_email_/' %}text-custom-blue fw-bolder{% endif%}" title="Emails système">Emails système</span>
</a>
</div>
{% endif %}
{% if is_granted('ROLE_ADMIN') and only_admin(app.user)%}
<div class="menu-item">
<a class="menu-link parametre {% if app.request.get('_route') matches '/^accounting/' %}active bg-gray-200{% endif%}" href="{{ path('accounting_index') }}">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>piggy-bank-outline</title><path d="M15 10C15 9.45 15.45 9 16 9C16.55 9 17 9.45 17 10S16.55 11 16 11 15 10.55 15 10M8 9H13V7H8V9M22 7.5V14.47L19.18 15.41L17.5 21H12V19H10V21H4.5C4.5 21 2 12.54 2 9.5S4.46 4 7.5 4H12.5C13.41 2.79 14.86 2 16.5 2C17.33 2 18 2.67 18 3.5C18 3.71 17.96 3.9 17.88 4.08C17.74 4.42 17.62 4.81 17.56 5.23L19.83 7.5H22M20 9.5H19L15.5 6C15.5 5.35 15.59 4.71 15.76 4.09C14.79 4.34 14 5.06 13.67 6H7.5C5.57 6 4 7.57 4 9.5C4 11.38 5.22 16.15 6 19H8V17H14V19H16L17.56 13.85L20 13.03V9.5Z"/></svg>
<span class="menu-title {% if app.request.get('_route') matches '/^accounting/' %}text-custom-blue fw-bolder{% endif%}" title="Comptabilité">Comptabilité</span>
</a>
</div>
{% endif %}
{# {% if not is_granted("ROLE_ADMIN") or not is_granted("ROLE_ADMIN_AGENCY") %} #}
<div class="menu-item">
<a class="menu-link customerSupport {% if app.request.get('_route') matches '/^support/' %}active bg-gray-200{% endif%}" href="{{path('support')}}">
<svg class="icn" version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewbox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.359,20C5.573,20,2.787,20,0,20c0-0.288,0-0.574,0-0.859 c0.011-0.051,0.028-0.101,0.033-0.151c0.282-2.663,2.19-4.803,4.81-5.395c0.764-0.173,1.539-0.147,2.313-0.142 c0.298,0.002,0.556-0.128,0.77-0.285c0.093-0.068,0.038-0.339,0.049-0.518c0.002-0.025-0.002-0.052,0.001-0.077 c0.015-0.11-0.029-0.175-0.127-0.233c-0.788-0.474-1.366-1.135-1.722-1.983c-0.041-0.098-0.089-0.145-0.2-0.138 c-0.143,0.009-0.287,0.006-0.429-0.001c-0.981-0.053-1.706-0.516-2.085-1.42C3.038,7.91,3.202,7.076,3.84,6.348 C3.981,6.186,4.208,6.07,4.285,5.887C4.367,5.69,4.313,5.438,4.331,5.211c0.172-2.312,1.843-4.355,4.08-4.978 C8.777,0.132,9.157,0.077,9.532,0c0.313,0,0.625,0,0.937,0c0.262,0.047,0.525,0.081,0.783,0.142 c2.655,0.632,4.435,2.88,4.444,5.616c0,0.133,0.029,0.219,0.145,0.307c0.723,0.554,1.04,1.299,0.902,2.193 c-0.137,0.894-0.655,1.53-1.519,1.815c-0.355,0.117-0.753,0.106-1.133,0.145c-0.096,0.01-0.165,0.014-0.21,0.122 c-0.359,0.863-0.946,1.531-1.745,2.016c-0.044,0.027-0.103,0.079-0.104,0.122c-0.011,0.214-0.007,0.43-0.002,0.644 c0,0.026,0.024,0.067,0.048,0.075c0.253,0.091,0.474,0.258,0.767,0.259c0.598,0.002,1.2-0.01,1.792,0.061 c2.423,0.288,4.468,2.054,5.122,4.403c0.111,0.398,0.163,0.813,0.242,1.222c0,0.286,0,0.572,0,0.859c-2.787,0-5.573,0-8.36,0 c-0.266-0.183-0.341-0.375-0.221-0.581c0.102-0.175,0.267-0.202,0.453-0.202c2.363,0.002,4.726,0.002,7.089,0.002 c0.076,0,0.152,0,0.23,0c-0.179-2.947-2.782-4.972-5.053-4.948c-0.05,0.127-0.075,0.258-0.144,0.36 c-0.583,0.87-1.173,1.735-1.764,2.601c-0.2,0.292-0.445,0.311-0.698,0.06c-0.462-0.459-0.922-0.919-1.379-1.382 c-0.049-0.05-0.07-0.127-0.111-0.205c-0.562,0.563-1.057,1.061-1.553,1.558c-0.297,0.297-0.522,0.273-0.76-0.075 c-0.546-0.802-1.094-1.601-1.633-2.406c-0.104-0.155-0.174-0.334-0.268-0.519c-2.742,0.062-4.962,2.533-5.004,4.957 c0.078,0,0.155,0,0.232,0c2.336,0,4.673,0,7.01,0c0.065,0,0.131-0.004,0.195,0.002c0.181,0.017,0.304,0.115,0.354,0.288 c0.047,0.168-0.013,0.307-0.148,0.414C8.434,19.951,8.396,19.974,8.359,20z M12.878,10.586c-0.467,0-0.889,0.004-1.311-0.003 c-0.124-0.002-0.189,0.029-0.252,0.148c-0.213,0.407-0.56,0.622-1.022,0.636c-0.182,0.005-0.364,0.003-0.547,0 c-0.588-0.009-1.094-0.454-1.153-1.015C8.526,9.719,8.9,9.174,9.514,9.054c0.232-0.045,0.479-0.029,0.719-0.031 c0.503-0.005,0.867,0.223,1.108,0.664c0.03,0.057,0.121,0.111,0.186,0.112c0.494,0.01,0.989-0.008,1.483,0.012 c0.21,0.008,0.276-0.071,0.315-0.26c0.187-0.884,0.058-1.776,0.107-2.662c-0.059-0.019-0.095-0.037-0.132-0.042 C12.495,6.739,11.753,6.456,11.082,6c-0.103-0.069-0.161-0.03-0.24,0.02C9.786,6.692,8.635,6.986,7.386,6.879 C7.123,6.857,6.86,6.815,6.588,6.781C6.583,6.813,6.574,6.844,6.574,6.874c0,0.651-0.02,1.303,0.006,1.953 c0.085,2.192,2.071,3.724,4.196,3.239C11.656,11.865,12.343,11.371,12.878,10.586z M13.429,6.075 c-0.022-0.313-0.023-0.593-0.066-0.866C13.09,3.466,11.488,2.206,9.74,2.352c-1.804,0.15-3.184,1.664-3.154,3.453 C6.588,5.927,6.628,5.97,6.745,5.996c0.669,0.153,1.339,0.169,2.013,0.038c0.707-0.137,1.347-0.426,1.927-0.852 c0.221-0.162,0.363-0.16,0.584-0.003c0.058,0.042,0.114,0.085,0.174,0.126C12.028,5.71,12.671,5.971,13.429,6.075z M14.924,5.631 c-0.107-1.858-0.901-3.296-2.504-4.197C10.689,0.46,8.93,0.532,7.271,1.624c-1.414,0.93-2.109,2.298-2.19,4.007 c0.256-0.014,0.486-0.026,0.714-0.039c0.078-2.203,1.902-3.941,4.017-4.025c0.982-0.039,1.88,0.225,2.669,0.814 c1.07,0.798,1.625,1.881,1.719,3.212C14.438,5.605,14.663,5.617,14.924,5.631z M5.78,6.41C5.222,6.297,4.602,6.565,4.269,7.056 C3.927,7.56,3.922,8.236,4.256,8.746C4.585,9.247,5.2,9.52,5.78,9.416C5.78,8.415,5.78,7.412,5.78,6.41z M14.216,9.435 c0.679,0.036,1.221-0.17,1.562-0.753c0.325-0.557,0.298-1.126-0.072-1.654c-0.357-0.509-0.872-0.687-1.489-0.632 C14.216,7.411,14.216,8.412,14.216,9.435z M13.129,14.524c-0.456-0.202-0.886-0.395-1.284-0.571 c-0.436,0.437-0.849,0.85-1.248,1.25c0.399,0.401,0.81,0.814,1.229,1.236C12.252,15.814,12.682,15.181,13.129,14.524z M6.864,14.524c0.447,0.657,0.88,1.294,1.287,1.892c0.433-0.428,0.843-0.833,1.244-1.229c-0.4-0.4-0.813-0.814-1.236-1.238 C7.747,14.132,7.32,14.322,6.864,14.524z M8.756,12.754c0,0.196-0.004,0.358,0.002,0.521c0.002,0.062,0.01,0.14,0.048,0.179 c0.388,0.4,0.784,0.793,1.192,1.203c0.346-0.349,0.652-0.706,1.011-1.004c0.313-0.26,0.225-0.563,0.229-0.896 C10.402,12.996,9.594,12.996,8.756,12.754z M10.011,10.585L10.011,10.585c0.098,0,0.195,0.007,0.292-0.001 c0.212-0.016,0.361-0.177,0.364-0.383c0.003-0.207-0.144-0.381-0.353-0.394c-0.2-0.012-0.403-0.013-0.604,0.001 c-0.209,0.015-0.35,0.19-0.344,0.4c0.006,0.199,0.149,0.356,0.352,0.374C9.816,10.592,9.914,10.585,10.011,10.585z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M20,19.141c-0.079-0.408-0.131-0.823-0.242-1.222 c-0.654-2.35-2.699-4.115-5.122-4.403c-0.592-0.07-1.194-0.059-1.792-0.061c-0.293-0.001-0.514-0.168-0.767-0.259 c-0.023-0.008-0.048-0.049-0.048-0.075c-0.005-0.214-0.009-0.43,0.002-0.644c0.002-0.043,0.061-0.095,0.104-0.122 c0.799-0.484,1.386-1.152,1.745-2.016c0.045-0.108,0.114-0.112,0.21-0.122c0.38-0.038,0.777-0.027,1.133-0.145 c0.863-0.285,1.382-0.921,1.519-1.815c0.138-0.894-0.18-1.639-0.902-2.193c-0.115-0.088-0.145-0.174-0.145-0.307 c-0.01-2.735-1.789-4.983-4.444-5.616C10.994,0.081,10.73,0.047,10.468,0C13.646,0,16.823,0,20,0C20,6.38,20,12.76,20,19.141z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M9.532,0C9.157,0.077,8.777,0.132,8.41,0.234 c-2.237,0.622-3.907,2.666-4.08,4.978C4.313,5.438,4.367,5.69,4.285,5.887C4.208,6.07,3.981,6.186,3.84,6.348 C3.202,7.076,3.038,7.91,3.411,8.798c0.38,0.905,1.104,1.368,2.085,1.42c0.143,0.007,0.287,0.01,0.429,0.001 c0.111-0.007,0.159,0.04,0.2,0.138c0.356,0.849,0.934,1.51,1.722,1.983c0.098,0.059,0.142,0.123,0.127,0.233 c-0.003,0.025,0.001,0.052-0.001,0.077C7.963,12.83,8.018,13.1,7.925,13.168c-0.214,0.157-0.472,0.287-0.77,0.285 c-0.773-0.006-1.549-0.031-2.313,0.142c-2.62,0.592-4.528,2.731-4.81,5.395C0.028,19.041,0.011,19.09,0,19.141 C0,12.765,0,6.389,0,0C3.177,0,6.354,0,9.532,0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M8.359,20c0.037-0.026,0.075-0.05,0.109-0.077 c0.135-0.107,0.195-0.246,0.148-0.414c-0.049-0.173-0.172-0.271-0.354-0.288c-0.064-0.006-0.13-0.002-0.195-0.002 c-2.336,0-4.673,0-7.01,0c-0.078,0-0.155,0-0.232,0c0.042-2.424,2.262-4.896,5.004-4.957c0.094,0.185,0.164,0.363,0.268,0.519 c0.54,0.806,1.087,1.604,1.633,2.406c0.238,0.349,0.463,0.372,0.76,0.075c0.497-0.497,0.992-0.995,1.553-1.558 c0.041,0.078,0.063,0.155,0.111,0.205c0.457,0.463,0.917,0.923,1.379,1.382c0.253,0.251,0.498,0.232,0.698-0.06 c0.591-0.865,1.181-1.73,1.764-2.601c0.068-0.103,0.094-0.233,0.144-0.36c2.271-0.023,4.874,2.001,5.053,4.948 c-0.078,0-0.154,0-0.23,0c-2.363,0-4.726,0-7.089-0.002c-0.187,0-0.352,0.027-0.453,0.202c-0.12,0.206-0.045,0.398,0.221,0.581 c-0.507,0-1.015,0-1.522,0c0.03-0.022,0.062-0.044,0.092-0.065c0.151-0.111,0.218-0.257,0.16-0.439 c-0.055-0.171-0.181-0.27-0.36-0.273c-0.188-0.004-0.321,0.095-0.379,0.273c-0.059,0.183,0.009,0.328,0.159,0.439 C9.821,19.958,9.852,19.978,9.882,20C9.375,20,8.867,20,8.359,20z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.882,20c-0.03-0.022-0.062-0.043-0.093-0.065 c-0.15-0.111-0.218-0.257-0.159-0.439c0.058-0.179,0.19-0.277,0.379-0.273c0.18,0.004,0.306,0.103,0.36,0.273 c0.058,0.183-0.009,0.328-0.16,0.439c-0.03,0.021-0.062,0.043-0.092,0.065C10.039,20,9.961,20,9.882,20z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M12.878,10.586c-0.535,0.784-1.223,1.278-2.103,1.479 c-2.125,0.484-4.11-1.047-4.196-3.239c-0.025-0.65-0.006-1.302-0.006-1.953c0-0.03,0.009-0.061,0.014-0.093 C6.86,6.815,7.123,6.857,7.386,6.879c1.249,0.106,2.399-0.187,3.455-0.859c0.079-0.05,0.138-0.089,0.24-0.02 c0.672,0.456,1.413,0.739,2.22,0.848c0.037,0.005,0.073,0.022,0.132,0.042c-0.05,0.886,0.079,1.778-0.107,2.662 c-0.039,0.188-0.105,0.268-0.315,0.26c-0.494-0.02-0.989-0.002-1.483-0.012c-0.064-0.001-0.155-0.056-0.186-0.112 c-0.241-0.441-0.605-0.668-1.108-0.664c-0.24,0.002-0.486-0.015-0.719,0.031C8.9,9.174,8.526,9.719,8.593,10.353 c0.06,0.561,0.565,1.006,1.153,1.015c0.183,0.003,0.365,0.005,0.547,0c0.463-0.014,0.81-0.229,1.022-0.636 c0.063-0.119,0.128-0.15,0.252-0.148C11.99,10.59,12.412,10.586,12.878,10.586z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M13.429,6.075c-0.758-0.104-1.401-0.365-1.987-0.771 c-0.06-0.041-0.116-0.084-0.174-0.126c-0.221-0.157-0.363-0.159-0.584,0.003c-0.58,0.426-1.22,0.715-1.927,0.852 C8.083,6.165,7.414,6.149,6.745,5.996C6.628,5.97,6.588,5.927,6.585,5.804C6.556,4.015,7.936,2.501,9.74,2.352 c1.748-0.146,3.351,1.114,3.623,2.857C13.406,5.482,13.407,5.762,13.429,6.075z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M14.924,5.631c-0.262-0.014-0.486-0.026-0.726-0.039 C14.105,4.262,13.55,3.179,12.48,2.38c-0.789-0.589-1.687-0.853-2.669-0.814C7.696,1.651,5.872,3.389,5.794,5.592 C5.566,5.604,5.336,5.617,5.08,5.631c0.081-1.709,0.776-3.077,2.19-4.007c1.659-1.091,3.418-1.163,5.15-0.189 C14.023,2.335,14.817,3.773,14.924,5.631z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M5.78,6.41c0,1.001,0,2.004,0,3.005 C5.2,9.52,4.585,9.247,4.256,8.746c-0.334-0.51-0.33-1.186,0.012-1.689C4.602,6.565,5.222,6.297,5.78,6.41z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M14.216,9.435c0-1.023,0-2.024,0-3.04 c0.617-0.054,1.132,0.124,1.489,0.632c0.37,0.527,0.397,1.097,0.072,1.654C15.437,9.265,14.895,9.471,14.216,9.435z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M13.129,14.524c-0.447,0.657-0.877,1.29-1.303,1.915 c-0.42-0.422-0.83-0.835-1.229-1.236c0.399-0.4,0.813-0.813,1.248-1.25C12.244,14.129,12.673,14.322,13.129,14.524z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M6.864,14.524c0.456-0.202,0.883-0.392,1.295-0.575 c0.423,0.424,0.836,0.838,1.236,1.238c-0.401,0.396-0.811,0.801-1.244,1.229C7.744,15.818,7.311,15.181,6.864,14.524z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M8.756,12.754c0.838,0.241,1.646,0.241,2.481,0.003 c-0.004,0.332,0.085,0.636-0.229,0.896c-0.358,0.298-0.665,0.655-1.011,1.004c-0.408-0.41-0.804-0.803-1.192-1.203 c-0.038-0.039-0.045-0.117-0.048-0.179C8.751,13.113,8.756,12.951,8.756,12.754z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="transparent" d="M10.011,10.585c-0.098,0-0.195,0.007-0.292-0.002 c-0.202-0.018-0.346-0.175-0.352-0.374C9.362,10,9.502,9.824,9.711,9.809c0.2-0.014,0.403-0.013,0.604-0.001 c0.209,0.013,0.355,0.187,0.353,0.394c-0.003,0.206-0.152,0.367-0.364,0.383C10.207,10.592,10.109,10.585,10.011,10.585 L10.011,10.585z"/>
</g>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^support/' %}text-custom-blue fw-bolder{% endif%}" title="Support">Support</span>
</a>
</div>
{# {% endif %} #}
</div>
</div>
{% endif %}
{# {% if app.request.get('_route') matches '/^mission/' %}
<div class="menu-item">
<a class="menu-link replaytutorial" href="#" onclick="tuto()">
<svg class="icn" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>cast-education</title><path d="M21,3H3A2,2 0 0,0 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M1,18V21H4A3,3 0 0,0 1,18M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M11,11.09V13.09L14.5,15L18,13.09V11.09L14.5,13L11,11.09M14.5,6L9,9L14.5,12L20,9L14.5,6Z"/></svg>
<span class="menu-title">Tutoriel</span>
</a>
</div>
{% endif %} #}
{# {% if is_granted('ROLE_CLIENT_ADMIN') or is_granted('ROLE_ADMIN_AGENCY') and (is_granted('ROLE_ADMIN') == false) %}
<div class="menu-item account">
<a class="menu-link {% if app.request.get('_route') matches '/^save_theme_data/' %}active bg-gray-200{% endif%}" href="{{ path('save_theme_data') }}">
<svg class="icn" width="20" height="20" viewbox="0 0 20 20" fill="none">
<g clip-path="url(#clip0_4524_7267)">
<path d="M18.5817 0.000854492C18.0092 0.000854492 17.4967 0.341675 17.275 0.870034L16 3.91585C15.62 3.55835 15.1242 3.33253 14.5833 3.33253H2.08332C0.935 3.33253 0 4.26753 0 5.41585V17.9159C0 19.0642 0.935 19.9992 2.08332 19.9992H14.5833C15.7316 19.9992 16.6666 19.0642 16.6666 17.9159V8.79503L19.8666 2.04421C19.9541 1.85839 20 1.65171 20 1.41753C20 0.636714 19.3633 0.000854492 18.5817 0.000854492ZM15.8333 17.9159C15.8333 18.605 15.2725 19.1659 14.5833 19.1659H2.08332C1.39414 19.1659 0.83332 18.605 0.83332 17.9159V5.41585C0.83332 4.72668 1.39414 4.16585 2.08332 4.16585H14.5833C15.0225 4.16585 15.4158 4.40417 15.6408 4.77417L14.1666 8.2975V6.24917C14.1666 6.01917 13.98 5.8325 13.75 5.8325H2.91668C2.68668 5.8325 2.5 6.01917 2.5 6.24917V9.5825C2.5 9.8125 2.68668 9.99917 2.91668 9.99917H13.4542L13.105 10.8325H9.58332C9.35332 10.8325 9.16664 11.0192 9.16664 11.2492V16.2492C9.16664 16.26 9.17164 16.2692 9.17246 16.28C8.82996 16.5842 8.61996 16.6858 8.60496 16.6917C8.47328 16.7409 8.37496 16.8517 8.34328 16.9892C8.3116 17.1292 8.35328 17.2759 8.45496 17.3775C9.05828 17.9808 9.89078 18.2108 10.705 18.2108C11.7458 18.2108 12.755 17.8341 13.21 17.3775C13.865 16.7225 14.345 15.4242 13.9825 14.4567L15.8333 10.5534V17.9159H15.8333ZM10.5717 15.5284C10.6867 15.15 10.7959 14.7917 11.1275 14.46C11.7167 13.8709 12.4492 13.8709 13.0383 14.46C13.5658 14.9875 13.1633 16.2459 12.6216 16.7875C12.17 17.2384 10.5641 17.6734 9.48664 17.11C9.62996 16.9984 9.79496 16.8542 9.98164 16.6675C10.33 16.3184 10.4533 15.9167 10.5717 15.5284ZM10 14.6617V11.6667H12.7567L12.1175 13.1934C11.5608 13.1834 11.0017 13.4076 10.5375 13.8726C10.2783 14.1317 10.1175 14.4009 10 14.6617ZM12.94 13.3884L14.0617 10.7075L14.6917 11.0167L13.42 13.6984C13.2658 13.5734 13.1067 13.4667 12.94 13.3884ZM13.3333 6.66585V9.16585H3.33332V6.66585H13.3333ZM19.1125 1.68921L15.0475 10.2642L14.3833 9.93839L16.4958 4.89007L18.0433 1.19175C18.1341 0.974253 18.3458 0.834253 18.5825 0.834253C18.9042 0.834253 19.1658 1.09593 19.1658 1.44593C19.1658 1.52921 19.1475 1.61503 19.1125 1.68921Z" fill=""/>
<path d="M7.08332 10.8325H2.91668C2.68668 10.8325 2.5 11.0192 2.5 11.2492V17.0825C2.5 17.3125 2.68668 17.4992 2.91668 17.4992H7.08336C7.31336 17.4992 7.50004 17.3125 7.50004 17.0825V11.2492C7.5 11.0192 7.31332 10.8325 7.08332 10.8325ZM6.66668 16.6658H3.33332V11.6658H6.66664V16.6658H6.66668Z" fill=""/>
</g>
<defs>
<clipPath id="clip0_4524_7267">
<rect width="20" height="20" fill="white"/>
</clipPath>
</defs>
</svg>
<span class="menu-title {% if app.request.get('_route') matches '/^save_theme_data/' %}text-custom-blue fw-bolder{% endif%}">Thème</span>
</a>
</div>
{% endif %} #}
{# <div class="menu-item">
<a class="menu-link bord" href="{{ path('app_logout') }}">
<svg class="icn" width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8602 3.91748H4.86017V20.4175H10.8602" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.8602 12.1675H21.3602" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.6102 8.41748L21.3602 12.1675L17.6102 15.9175" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="menu-title" title="Déconnexion">Déconnexion</span>
</a>
</div> #}
</div>
</div>
<div class="menu-item deco">
<a class="menu-link bord" href="{{ path('app_logout') }}">
<svg class="icn" width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8602 3.91748H4.86017V20.4175H10.8602" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.8602 12.1675H21.3602" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.6102 8.41748L21.3602 12.1675L17.6102 15.9175" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="menu-title" title="Déconnexion">Déconnexion</span>
</a>
</div>
</div>
<div class="aside-footer pro-flex flex-column-auto py-5" id="kt_aside_footer">
<div class="aside-toolbar flex-column-auto" id="kt_aside_toolbar" >
{% if swithAccount() is not empty %}
<div class="dropdown-switch" >
<!-- Button -->
<button id="dropdownButton" class="dropdown-button" {{ stimulus_controller('mission--handle') }} {{ stimulus_action('mission--handle', 'switchAccount','click') }}>
<div class="symbol symbol-40px symbol-circle">
<div class="symbol-label fs-2 fw-bold bg-custom-blue text-inverse-primary">
{% if app.user.pictureName is not empty %}
<img src="{{ vich_uploader_asset(app.user, 'picture') }}" style="width: 40px; height:40px;object-fit:cover;border-radius:50%">
{% else %}
<div class="symbol symbol-35px">
<div class="symbol-label bg-custom-blue fs-2 fw-bold text-primary text-inverse-primary">
{{ app.user.firstname|slice(0,1) }}{{ app.user.lastname|slice(0,1) }}
</div>
</div>
{% endif %}
</div>
</div>
<div class="aside-user-info flex-row-fluid flex-wrap ms-2">
<div class="d-flex">
<div class="flex-grow-1 me-2 ellipse" title="{{ get_role(app.user.roles[0]) }} - {{app.user.firstname ~ ' ' ~ app.user.lastname}}">
{{ get_role(app.user.roles[0]) }} - {{app.user.firstname ~ ' ' ~ app.user.lastname}}
</div>
</div>
</div>
<svg class="arrow" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</button>
<!-- Dropdown Menu -->
<div id="dropdownMenucustom" class="custom-drop">
<ul>
{% for userAccount in swithAccount() %}
<li data-value="1">
<div class="aside-user-info flex-row-fluid flex-wrap ms-2">
<div class="">
<div class="flex-grow-1 me-2 ellipse-custom">
<a class="link-account" href="{{ userAccount['urlForConnect'] }}" title="{{ userAccount['role'] }} / {% if userAccount['company'] is not null %}{{userAccount['company'].name}}{% else %}MyFlow{%endif%} ">
{{ userAccount['role'] }} / {% if userAccount['company'] is not null %}{{userAccount['company'].name}}{% else %}MyFlow{%endif%}
</a>
</div>
</div>
</div>
</li>
{% endfor %}
</div>
</div>
{% else %}
<div class="aside-user d-flex align-items-center">
<div class="symbol symbol-40px symbol-circle">
<div class="symbol-label fs-2 fw-bold bg-custom-blue text-inverse-primary">
{% if app.user.pictureName is not empty %}
<img src="{{ vich_uploader_asset(app.user, 'picture') }}" style="width: 40px; height:40px;object-fit:cover;border-radius:50%">
{% else %}
<div class="symbol symbol-35px">
<div class="symbol-label fs-2 fw-bold text-primary">
{{ app.user.firstname|slice(0,1) }}{{ app.user.lastname|slice(0,1) }}
</div>
</div>
{% endif %}
</div>
</div>
<div class="aside-user-info flex-row-fluid flex-wrap ms-5">
<div class="d-flex">
<div class="flex-grow-1 me-2">
{% if is_granted('ROLE_CLIENT_ADMIN') %}
{{app.user.firstname ~ ' ' ~ app.user.lastname}}
{% else %}
{{ app.user.company ? app.user.company.name : app.user }}
{% endif %}
</div>
</div>
</div>
{# {% endif %} #}
</div>
{% endif %}
</div>
<div class="container-logo-footer">
<p class="propulse">Propulsé par</p>
<img src="{{ asset('build/media/logo-myflow.png') }}" width="66" height="16">
</div>
</div>
{# {%endif%} #}
</div>
<div class="modal-constom" tabindex="-1" id="newProject" >
<style>
#newProject .modal-dialog{
display: flex;
height: 100%;
margin: auto;
}
#newProject .modal-content{
justify-content: center;
align-items: center;
background: transparent;
box-shadow: none;
margin: auto;
}
#modal-project-new.btn-custom:hover{
color:#fff;
font-weight:600 !important;
}
</style>
{{ include('modal_new_project.html.twig') }}
</div>